Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 192308

Summary: Emerge of sys-libs/glibc-2.3.6-r5 exits with an error
Product: Gentoo Linux Reporter: BaNJaX <banjax>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: Alpha   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description BaNJaX 2007-09-12 15:07:50 UTC
I'm on an Alphastation Xp900 running Gentoo Base System release 1.12.9/kernel 2.6.16.19. My CFLAGS are "-mieee -pipe -O2 -mcpu=ev6".

When i run 'emerge --update --deep world', glibc is first in the list of many packages to update. 

[ebuild     U ] sys-libs/glibc-2.3.6-r5 [2.3.6-r4]

However it fails to compile. I get the same error if I just try 'emerge --update glibc'

The pertinent bit of the error appears to be :-

../sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Assembler messages:
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:28: Error: CFI instruction used without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:28: Error: CFI instruction used without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:28: Error: CFI instruction used without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:28: Error: CFI instruction used without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:28: Error: CFI instruction used without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:28: Error: CFI instruction used without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:28: Error: CFI instruction used without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:28: Error: CFI instruction used without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:30: Error: .cfi_endproc without corresponding .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:33: Error: open CFI at the end of file; missing .cfi_endproc directive
make[2]: *** [/var/tmp/portage/sys-libs/glibc-2.3.6-r5/work/build-default-alpha-unknown-linux-gnu-nptl/signal/sigsuspend.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/sys-libs/glibc-2.3.6-r5/work/glibc-2.3.6/signal'
make[1]: *** [signal/subdir_lib] Error 2
make[1]: Leaving directory `/var/tmp/portage/sys-libs/glibc-2.3.6-r5/work/glibc-2.3.6'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.6-r5 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  glibc-2.3.6-r5.ebuild, line 1139:   Called toolchain-glibc_src_compile
  glibc-2.3.6-r5.ebuild, line 228:   Called die

!!! make for default failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/sys-libs/glibc-2.3.6-r5/temp/build.log'.




Reproducible: Always

Steps to Reproduce:
1.'emerge --update glibc' or 'emerge --update --deep world'
2.
3.



Expected Results:  
Emerged the the glibc

The full build log file can be found here http://shrikand.unilever.com/build.log
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-12 15:11:46 UTC
Use some decent glibc version.

*** This bug has been marked as a duplicate of bug 178202 ***