Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213888 - sys-apps/module-init-tools-3.4-r1 fails during install
Summary: sys-apps/module-init-tools-3.4-r1 fails during install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 213962 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-03-19 04:40 UTC by teidakankan
Modified: 2008-03-20 09:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description teidakankan 2008-03-19 04:40:04 UTC
line 2469: newsbin/usr/portage/sys-apps/module-init-tools/files/update-modules-3.4: No such file or directory

Reproducible: Always




nstall-with-care -m 644 ./modprobe.8 /var/tmp/portage/sys-apps/module-init-tools-3.4-r1/image//usr/share/man/man8/modprobe.8
 /bin/sh ./install-with-care -m 644 './modinfo.8' '/var/tmp/portage/sys-apps/module-init-tools-3.4-r1/image//usr/share/man/man8/modinfo.8'
install-with-care -m 644 ./modinfo.8 /var/tmp/portage/sys-apps/module-init-tools-3.4-r1/image//usr/share/man/man8/modinfo.8
make[1]: Leaving directory `/var/tmp/portage/sys-apps/module-init-tools-3.4-r1/work/module-init-tools-3.4'
/var/tmp/portage/sys-apps/module-init-tools-3.4-r1/temp/environment: line 2469: newsbin/usr/portage/sys-apps/module-init-tools/files/update-modules-3.4: No such file or directory
 *
 * ERROR: sys-apps/module-init-tools-3.4-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2469:  Called die
 * The specific snippet of code:
 *       newsbin"${FILESDIR}"/update-modules-3.4 update-modules || die;
 *  The die message:
 *   (no error message)
Comment 1 Paul Taylor 2008-03-19 06:12:42 UTC
Changing the ebuild as follows worked for me:

   newsbin "${FILESDIR}"/update-modules-3.4.sh update-modules || die;
Comment 2 SpanKY gentoo-dev 2008-03-19 06:30:12 UTC
sorry about that ... fixed in cvs now

http://sources.gentoo.org/sys-apps/module-init-tools/module-init-tools-3.4-r1.ebuild?r1=1.1&r2=1.3
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2008-03-20 09:58:27 UTC
*** Bug 213962 has been marked as a duplicate of this bug. ***