Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179500 (sys-lib/com_err) - com_err folder structure --> error during compile
Summary: com_err folder structure --> error during compile
Status: RESOLVED INVALID
Alias: sys-lib/com_err
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-23 10:06 UTC by Erik
Modified: 2007-05-24 09:13 UTC (History)
1 user (show)

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


Attachments
emerge --info (output,8.70 KB, text/plain)
2007-05-23 12:12 UTC, Erik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erik 2007-05-23 10:06:45 UTC
INSTALL_DATA /usr/share/man/man1/compile_et.1
        INSTALL_DATA /usr/lib/pkgconfig/com_err.pc
make: Leaving directory `/var/tmp/portage/sys-libs/com_err-1.39/work/e2fsprogs-1.39/lib/et'
mv: cannot stat `/var/tmp/portage/sys-libs/com_err-1.39/image//usr/lib64/*.so*': No such file or directory

!!! ERROR: sys-libs/com_err-1.39 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_install


(chroot) livecd usr # cd /var/tmp/portage/sys-libs/com_err-1.39/image/
(chroot) livecd image # ls -lA *
lib64:
total 0

usr:
total 16
drwxr-xr-x 2 root root 4096 May 23 19:45 bin
drwxr-xr-x 3 root root 4096 May 23 19:45 include
drwxr-xr-x 3 root root 4096 May 23 19:45 lib
drwxr-xr-x 4 root root 4096 May 23 19:45 share

Reproducible: Always

Steps to Reproduce:
1.Core 2 Duo Processor
CFLAGS="-march=nocona -Os -pipe -fstack-protector" 
# -fomit-frame-pointer  
2.USE="-multilib"
3.emerge -ae system
4.com_err-1.39 amd 1.40pre... die during build with same error.
5.files are in ...image/usr/lib but bulid looks in ...image//usr/lib64
there is a ...image/lib64 but it is empty. refer also Actual Results.

Actual Results:  
        INSTALL_DATA /usr/share/man/man1/compile_et.1
        INSTALL_DATA /usr/lib/pkgconfig/com_err.pc
make: Leaving directory `/var/tmp/portage/sys-libs/com_err-1.39/work/e2fsprogs-1.39/lib/et'
mv: cannot stat `/var/tmp/portage/sys-libs/com_err-1.39/image//usr/lib64/*.so*': No such file or directory

!!! ERROR: sys-libs/com_err-1.39 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_install


(chroot) livecd usr # cd /var/tmp/portage/sys-libs/com_err-1.39/image/
(chroot) livecd image # ls -lA *
lib64:
total 0
usr:
total 16
drwxr-xr-x 2 root root 4096 May 23 19:45 bin
drwxr-xr-x 3 root root 4096 May 23 19:45 include
drwxr-xr-x 3 root root 4096 May 23 19:45 lib
drwxr-xr-x 4 root root 4096 May 23 19:45 share

Expected Results:  
build...

this breaks the build of e2fsprogs. I kinda want that.
xfsprogs depends on e2fsprogs too for some reason..
Comment 1 Togge 2007-05-23 10:44:08 UTC
emerge --info?
I can't duplicate the error here.
Comment 2 Erik 2007-05-23 12:12:53 UTC
Created attachment 120081 [details]
emerge --info
Comment 3 Erik 2007-05-23 12:13:42 UTC
Comment on attachment 120081 [details]
emerge --info


Togge

Am building from stage 1, so don't stress.
I'll get a stage 3 & if its still a problem I'll get back to you.

Here is the emerge --info as requested.
Comment 4 Togge 2007-05-23 12:53:59 UTC
Think you have a broken /etc/make.profile link. If I set mine to /usr/portage/profiles/default-linux/amd64 (same as you have) I get the same error as you get but if I set it to one listed by "eselect profile list" the error goes away.
Try setting it to a valid profile by using eselect profile set # where # is the appropriate number from the list command above.
Comment 5 SpanKY gentoo-dev 2007-05-23 15:47:14 UTC
that error means your profile is broken as Togge said
Comment 6 Erik 2007-05-24 09:13:41 UTC
Thanks greatly

Apologies for inconvenience