Author Topic: Stuck in "emerge glibc"  (Read 1930 times)

lekter

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
    • http://www.opensistemas.com
Stuck in "emerge glibc"
« on: January 29, 2004, 07:21:36 am »
I am stuck trying to emerge glibc 2.3.2-r9 (and r2 too). I need some help. I know this problem is not exclusive of Gentoo For Zaurus (I googled for it but didn\'t find a clean answer).

The command line: \"emerge -b /usr/portage/sys-libs/glibc/glibc-2.3.2-r9.ebuild\".

Those are the last lines (after some hours of compiling time):

Code: [Select]
gcc rtld.c -c -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -freorder-blocks -mcpu=strongarm110 -pipe   -fPIC    -I../include -I. -I/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf -I.. -I../libio  -I/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere -I../sysdeps/arm/elf -I../linuxthreads/sysdeps/unix/sysv/linux/arm -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/arm -I../sysdeps/unix/sysv/linux/arm -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/fpu -I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /usr/local/arm/3.3.1/lib/gcc-lib/arm-linux/3.3.1/include -isystem /usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h  -DPIC -DSHARED -DNOT_IN_libc=1 -DIS_IN_rtld=1     -o /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf/rtld.os -MD -MP -MF /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf/rtld.os.dt

../sysdeps/generic/framestate.c: In function `__frame_state_for\':

../sysdeps/generic/framestate.c:44: error: `fallback_frame_state_for\' undeclared (first use in this function)

../sysdeps/generic/framestate.c:44: error: (Each undeclared identifier is reported only once

../sysdeps/generic/framestate.c:44: error: for each function it appears in.)

../sysdeps/generic/framestate.c: At top level:

../sysdeps/generic/unwind-pe.h:131: warning: `read_uleb128\' defined but not used

../sysdeps/generic/unwind-pe.h:153: warning: `read_sleb128\' defined but not used

make[2]: *** [/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf/framestate.os] Error 1

make[2]: *** Waiting for unfinished jobs....

rtld.c: In function `_dl_start\':

../sysdeps/arm/dl-machine.h:83: warning: inlining failed in call to `elf_machine_runtime_setup\'

rtld.c:454: warning: called from here

make[2]: Leaving directory `/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/elf\'

make[1]: *** [elf/subdir_lib] Error 2

make[1]: Leaving directory `/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2\'

make: *** [all] Error 2



!!! ERROR: sys-libs/glibc-2.3.2-r9 failed.

!!! Function src_compile, Line 492, Exitcode 2

!!! (no error message)


Any hints?

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
Stuck in "emerge glibc"
« Reply #1 on: January 29, 2004, 10:48:10 am »
hi ..

where is this defined?

Code: [Select]
../sysdeps/generic/framestate.c: In function `__frame_state_for\':

../sysdeps/generic/framestate.c:44: error: `fallback_frame_state_for\' undeclared (first use in this function)


did you find projroot -type f | xargs egrep -i \"frame_state_for\" ... etc?

Scott