Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162148 - eselect-1.0.8 fails to emerge during install stage, symlink failure
Summary: eselect-1.0.8 fails to emerge during install stage, symlink failure
Status: RESOLVED DUPLICATE of bug 162008
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 04:49 UTC by Alex
Modified: 2007-01-15 08:40 UTC (History)
0 users

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 Alex 2007-01-15 04:49:57 UTC
Here is the relevant information:

make[2]: Leaving directory `/var/tmp/portage/app-admin/eselect-1.0.8/work/eselect-1.0.8/misc'
make[1]: Leaving directory `/var/tmp/portage/app-admin/eselect-1.0.8/work/eselect-1.0.8/misc'
Making install in bin
make[1]: Entering directory `/var/tmp/portage/app-admin/eselect-1.0.8/work/eselect-1.0.8/bin'
make[2]: Entering directory `/var/tmp/portage/app-admin/eselect-1.0.8/work/eselect-1.0.8/bin'
test -z "/usr/bin" || mkdir -p -- "/var/tmp/portage/app-admin/eselect-1.0.8/image//usr/bin"
ln -snf /var/tmp/portage/app-admin/eselect-1.0.8/image//usr/bin/eselect \
                /var/tmp/portage/app-admin/eselect-1.0.8/image//usr/bin/kernel-config
ln: creating symbolic link `/var/tmp/portage/app-admin/eselect-1.0.8/image//usr/bin/kernel-config': No such file or directory
make[2]: *** [install-symlink-kernel-config] Error 1
make[2]: *** Waiting for unfinished jobs....
 /usr/bin/install -c 'eselect' '/var/tmp/portage/app-admin/eselect-1.0.8/image//usr/bin/eselect'
make[2]: Leaving directory `/var/tmp/portage/app-admin/eselect-1.0.8/work/eselect-1.0.8/bin'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/app-admin/eselect-1.0.8/work/eselect-1.0.8/bin'
make: *** [install-recursive] Error 1

!!! ERROR: app-admin/eselect-1.0.8 failed.
Call stack:
  ebuild.sh, line 1593:   Called dyn_install
  ebuild.sh, line 1036:   Called src_install
  eselect-1.0.8.ebuild, line 34:   Called die

!!! make install failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

Reproducible: Always
Comment 1 Thomas S. Howard 2007-01-15 07:19:09 UTC
(In reply to comment #0)
>
Can confirm.  One oddity though.  If you try to do this with emerge, it fails every time. So I tried

ebuild /usr/portage/app-admin/eselect/eselect-1.0.8.ebuild install

just to see if that might do it.  It failed, so I then did

ebuild /usr/portage/app-admin/eselect/eselect-1.0.8.ebuild clean install

and it worked. I've repeated it a couple times, and it always works using ebuild, as long as you have not tried emerge first.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-15 08:40:28 UTC
*** This bug has been marked as a duplicate of bug 162008 ***