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]
Other format: [Raw text]

Build failing from 20030715


Using a CVS checkout from this morning, I get failures looking for
__libc_cleanup_push and __libc_cleanup_pop:

misc/syslog.c:238:              __libc_cleanup_push (free, buf);
misc/syslog.c:251:      __libc_cleanup_push (cancel_handler, &clarg);
misc/syslog.c:364:  __libc_cleanup_push (cancel_handler, NULL);
misc/syslog.c:393:  __libc_cleanup_push (cancel_handler, NULL);

misc/syslog.c:243:              __libc_cleanup_pop (0);
misc/syslog.c:303:      __libc_cleanup_pop (0);
misc/syslog.c:369:  __libc_cleanup_pop (1);
misc/syslog.c:401:  __libc_cleanup_pop (1);

This doesn't seem to appear anywhere else in the glibc source (and was
just checked in this morning).  The symbol isn't in libc.so or
libpthreads.so.

This is building on an i386-linux system with gcc-3.3, configured with:

/skole/tjener/home0/jbailey/cvstree/glibc-2.3.2/glibc-2.3.2/configure
--host=i386-linux --build=i386-linux --prefix=/usr --without-cvs
--enable-add-ons=linuxthreads
--with-headers=/usr/src/kernel-headers-2.4.21-2/include
--enable-kernel=2.2.0

Tks,
Jeff Bailey

-- 
Breathe into my hands, I'll cup them like a glass to drink from...
 - Tattle Tale


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