This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: another problem



Hi!

I must say SORRY to Roland and Ulrich.
vfprintf problem was MY FAIL.

I'd like to compile newer glibc on powerpc.

Please look last one problem.
Is there DL_DEBUG_HELP ?

Thanks your great works.

Kaoru
------------------------------
 make[2]: Leaving directory `/usr/src/redhat/BUILD/libc/elf'
make[2]: Entering directory `/usr/src/redhat/BUILD/libc/elf'
rtld.c: In function `_dl_start':
rtld.c:152: warning: `start_time' might be used uninitialized in this function
rtld.c: In function `process_dl_debug':
rtld.c:1199: `DL_DEBUG_HELP' undeclared (first use in this function)
rtld.c:1199: (Each undeclared identifier is reported only once
rtld.c:1199: for each function it appears in.)
rtld.c:1199: initializer element is not constant
rtld.c:1199: (near initialization for `debopts[8].mask')
make[2]: *** [/usr/src/redhat/BUILD/libc/build-ppc-linux/elf/rtld.os] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/usr/src/redhat/BUILD/libc/elf'
make[1]: *** [elf/subdir_lib] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/libc'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.29261 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.29261 (%build)
[root@g4mpKFUKUI SPECS]# 


[root@g4mpKFUKUI libc]# grep -rn  DL_DEBUG_HELP *
elf/rtld.c:1199:	DL_DEBUG_HELP },
elf/rtld.c:1237:  if (_dl_debug_mask & DL_DEBUG_HELP)
[root@g4mpKFUKUI libc]# 






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]