Bug#173082: libnss-db's libc-lock.h

2003-02-10 Thread Daniel Jacobowitz
libnss-db needs to do is remove the first half of the #if. This isn't a bug in glibc, since that's a private copy of libc-lock.h. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#173082: libnss-db's libc-lock.h

2003-02-10 Thread Daniel Jacobowitz
not a DD yet so I can't push this forward, would someone please do me the honour? :) [Ben, I suggest a build dep on a recent glibc to go with this patch.] -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: glibc 2.2.5 incompatibility for (old) existing binaries.

2003-02-08 Thread Daniel Jacobowitz
solves it by a patch which runs 2.0.x binaries using a separate copy of the library, which is gross. They didn't really get the compatibility solutions working until 2.1. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL

Re: cvs commit to glibc-package/debian/patches by gotom

2003-02-04 Thread Daniel Jacobowitz
On Wed, Feb 05, 2003 at 12:57:46AM +0900, GOTO Masanori wrote: At Mon, 3 Feb 2003 23:45:36 -0500, Daniel Jacobowitz wrote: On Mon, Feb 03, 2003 at 05:16:34PM -0700, Debian GLibc CVS Master wrote: Repository: glibc-package/debian/patches who:gotom time: Mon Feb 3 17:16

Re: cvs commit to glibc-package/debian/patches by gotom

2003-02-04 Thread Daniel Jacobowitz
On Tue, Feb 04, 2003 at 01:58:59PM -0500, Ben Collins wrote: On Mon, Feb 03, 2003 at 11:45:36PM -0500, Daniel Jacobowitz wrote: On Mon, Feb 03, 2003 at 05:16:34PM -0700, Debian GLibc CVS Master wrote: Repository: glibc-package/debian/patches who:gotom time: Mon Feb 3 17

Re: cvs commit to glibc-package/debian/patches by gotom

2003-02-04 Thread Daniel Jacobowitz
On Tue, Feb 04, 2003 at 03:29:44PM -0500, Ben Collins wrote: On Tue, Feb 04, 2003 at 02:12:53PM -0500, Daniel Jacobowitz wrote: On Tue, Feb 04, 2003 at 01:58:59PM -0500, Ben Collins wrote: On Mon, Feb 03, 2003 at 11:45:36PM -0500, Daniel Jacobowitz wrote: On Mon, Feb 03, 2003 at 05:16

Re: cvs commit to glibc-package/debian/patches by gotom

2003-02-04 Thread Daniel Jacobowitz
all those VIA C3 users were having problems by getting i686 libraries. Did some version of glibc leave /etc/ld.so.nohwcap around? -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: cvs commit to glibc-package/debian/patches by gotom

2003-02-04 Thread Daniel Jacobowitz
On Tue, Feb 04, 2003 at 05:18:20PM -0500, Ben Collins wrote: On Tue, Feb 04, 2003 at 05:01:09PM -0500, Daniel Jacobowitz wrote: On Tue, Feb 04, 2003 at 04:07:02PM -0500, Ben Collins wrote: As far as I can tell, it _isn't_ working. Right now, on 2.3.1-10, I get

Re: Bug#164766: Problem with VIA C3 chip and libcrypto

2003-01-27 Thread Daniel Jacobowitz
instruction... I think it may be needed that we add -mcpu=c3 for gcc, which generates i686 without cmov instruction. It's already there in development GCC versions. I think Andi Kleen did it. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#178217: Patch

2003-01-24 Thread Daniel Jacobowitz
for this was committed by GOTO in response to the other person who reported it (bug #178159). Please ask him to release -11 instead of NMU'ing glibc without consulting with the maintainers. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE

Bug#175655: Tracking bugs, 175655 is supposedly closed now. (libstdc++2.10-glibc2.2-15 breaks apt (and more) on mips)

2003-01-13 Thread Daniel Jacobowitz
On Mon, Jan 13, 2003 at 09:02:12PM +0900, Junichi Uekawa wrote: I have read the bug logs, and 175655 is supposedly fixed, which means, 174540 should also be closed. I am assuming that libstdc++ is now rebuilt with new glibc on mipsen, right ? Yes. -- Daniel Jacobowitz MontaVista

Re: more non-PIC static libs in shared libs

2003-01-09 Thread Daniel Jacobowitz
.2.0.0 /usr/lib/libgcj.so.3.0.0 /usr/lib/libgdk-x11-2.0.so.0.200.0 /usr/lib/libxine.so.1.0.1 /lib/libc-2.3.1.so as determined with... objdump --all-headers lib*.so* | grep TEXTREL The libc violation was particularly surprising to me. See binutils@ for one possible reason. -- Daniel

Bug#175511: errno is mishandled by libc in multithreaded programs

2003-01-07 Thread Daniel Jacobowitz
On Tue, Jan 07, 2003 at 07:07:06PM +, Nikita Schmidt wrote: On Tuesday, 7 Jan, Daniel Jacobowitz wrote: Can you tell us more about your system? This bug seems to affect some people but not others; it does not show up on my machine at all. I got only OK's. It might be an Alpha

Bug#175511: errno is mishandled by libc in multithreaded programs

2003-01-07 Thread Daniel Jacobowitz
On Tue, Jan 07, 2003 at 06:42:19PM +, Nikita Schmidt wrote: On Tuesday, 7 Jan, Daniel Jacobowitz wrote: Libcurl correctly uses __errno_location(); I assume the others do also. That makes the failure quite surprising. Can you produce a test case for this? Here is a test case which

Bug#175511: errno is mishandled by libc in multithreaded programs

2003-01-07 Thread Daniel Jacobowitz
surprising. Can you produce a test case for this? -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#175511: errno is mishandled by libc in multithreaded programs

2003-01-07 Thread Daniel Jacobowitz
On Tue, Jan 07, 2003 at 06:42:19PM +, Nikita Schmidt wrote: On Tuesday, 7 Jan, Daniel Jacobowitz wrote: Libcurl correctly uses __errno_location(); I assume the others do also. That makes the failure quite surprising. Can you produce a test case for this? Here is a test case which

Bug#175511: errno is mishandled by libc in multithreaded programs

2003-01-07 Thread Daniel Jacobowitz
On Tue, Jan 07, 2003 at 07:07:06PM +, Nikita Schmidt wrote: On Tuesday, 7 Jan, Daniel Jacobowitz wrote: Can you tell us more about your system? This bug seems to affect some people but not others; it does not show up on my machine at all. I got only OK's. It might be an Alpha

Re: cvs commit to glibc-package/debian/packages.d by gotom

2003-01-06 Thread Daniel Jacobowitz
we'll find something that we can use to generate the man pages directly from the info files. You can do it already, with a little bit of massaging. Look in the GCC CVS for texi2pod.pl, and then use pod2man. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux

Re: cvs commit to glibc-package/debian/packages.d by gotom

2003-01-06 Thread Daniel Jacobowitz
we'll find something that we can use to generate the man pages directly from the info files. You can do it already, with a little bit of massaging. Look in the GCC CVS for texi2pod.pl, and then use pod2man. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux

Re: Absolute vs. relative links.

2003-01-04 Thread Daniel Jacobowitz
:). That's the .so links. They're in /usr/lib, and they're pointing to /lib. Notice that we make them absolute by changing ../.. to ; that works because they're in the form ../../lib/libm.so.6. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#171851: More missing math.h prototypes

2002-12-30 Thread Daniel Jacobowitz
libc Arithmetic Arithmetic\ Functions Rounding\ Functions -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#174781: libc6: symbol __libc_res_nsearch missing

2002-12-30 Thread Daniel Jacobowitz
__libc_res_nsearch, version GLIBC_PRIVATE not defined in file libresolv.so.2 with link time reference This looks suspiciously like a problem with your system. Are there multiple copies of libresolv? Could you provide the output of LD_DEBUG=files apache-ssl? Does anything else show the problem? -- Daniel

Bug#174781: libc6: symbol __libc_res_nsearch missing

2002-12-30 Thread Daniel Jacobowitz
with glibc 2.3. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#171851: More missing math.h prototypes

2002-12-30 Thread Daniel Jacobowitz
libc Arithmetic Arithmetic\ Functions Rounding\ Functions -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#171851: More missing math.h prototypes

2002-12-30 Thread Daniel Jacobowitz
On Mon, Dec 30, 2002 at 12:37:59PM -0500, H. S. Teoh wrote: On Mon, Dec 30, 2002 at 11:21:37AM -0500, Daniel Jacobowitz wrote: On Mon, Dec 30, 2002 at 11:19:32AM -0500, H. S. Teoh wrote: [snip] Aha. That explains it. So these functions are only defined for ISO C99? Yes. Declaring

Bug#174781: libc6: symbol __libc_res_nsearch missing

2002-12-30 Thread Daniel Jacobowitz
__libc_res_nsearch, version GLIBC_PRIVATE not defined in file libresolv.so.2 with link time reference This looks suspiciously like a problem with your system. Are there multiple copies of libresolv? Could you provide the output of LD_DEBUG=files apache-ssl? Does anything else show the problem? -- Daniel

Bug#174781: libc6: symbol __libc_res_nsearch missing

2002-12-30 Thread Daniel Jacobowitz
with glibc 2.3. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#28250: Ping ? (re libc lost output bug)

2002-12-28 Thread Daniel Jacobowitz
the externally visible behavior of stdio has no business being in the Debian patches for something like glibc. Do it the way everyone else has to: propose it to the maintainers. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL

Bug#119974: Bug confirmed

2002-12-28 Thread Daniel Jacobowitz
; if =199309L, add IEEE Std 1003.1b-1993; if =199506L, add IEEE Std 1003.1c-1995 but _POSIX_C_SOURCE=199309 is not enough to turn on the prototype of fsync... so there is a problem, but _POSIX_SOURCE is behaving as intended. -- Daniel Jacobowitz

Bug#119974: Bug confirmed

2002-12-28 Thread Daniel Jacobowitz
On Sat, Dec 28, 2002 at 08:03:40PM -0500, H. S. Teoh wrote: On Sat, Dec 28, 2002 at 07:23:06PM -0500, Daniel Jacobowitz wrote: [snip] It's guarded by: #if defined __USE_BSD || defined __USE_XOPEN _POSIX_SOURCE is: _POSIX_SOURCEIEEE Std 1003.1. i.e. not 1b. Ahh

Bug#174521: libc6: threads on ppc leave zombies when they terminate

2002-12-28 Thread Daniel Jacobowitz
correct, as I'm not familiar with pthreads, but it does demonstrate the same problem I've seen in other programs.) Not on my PPC. This seems more likely to be a bug in the benh kernel you're running; I've never seen it, on glibc 2.2.5 or 2.3.1 on PPC. -- Daniel Jacobowitz MontaVista Software

Bug#28250: Ping ? (re libc lost output bug)

2002-12-28 Thread Daniel Jacobowitz
the externally visible behavior of stdio has no business being in the Debian patches for something like glibc. Do it the way everyone else has to: propose it to the maintainers. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#119974: Bug confirmed

2002-12-28 Thread Daniel Jacobowitz
; if =199309L, add IEEE Std 1003.1b-1993; if =199506L, add IEEE Std 1003.1c-1995 but _POSIX_C_SOURCE=199309 is not enough to turn on the prototype of fsync... so there is a problem, but _POSIX_SOURCE is behaving as intended. -- Daniel Jacobowitz

Bug#119974: Bug confirmed

2002-12-28 Thread Daniel Jacobowitz
On Sat, Dec 28, 2002 at 08:03:40PM -0500, H. S. Teoh wrote: On Sat, Dec 28, 2002 at 07:23:06PM -0500, Daniel Jacobowitz wrote: [snip] It's guarded by: #if defined __USE_BSD || defined __USE_XOPEN _POSIX_SOURCE is: _POSIX_SOURCEIEEE Std 1003.1. i.e. not 1b. Ahh

Bug#174436: glibc: no .diff.gz

2002-12-27 Thread Daniel Jacobowitz
On Thu, Dec 26, 2002 at 10:49:03PM -0800, Ryan Murray wrote: Package: glibc Version: 2.3.1-8 Severity: serious glibc is not a debian native package, yet only has a .tar.gz, not an orig and diff. Yes, Jeff pointed out my mistake. We'll fix this next upload. -- Daniel Jacobowitz

Bug#174436: glibc: no .diff.gz

2002-12-27 Thread Daniel Jacobowitz
On Thu, Dec 26, 2002 at 10:49:03PM -0800, Ryan Murray wrote: Package: glibc Version: 2.3.1-8 Severity: serious glibc is not a debian native package, yet only has a .tar.gz, not an orig and diff. Yes, Jeff pointed out my mistake. We'll fix this next upload. -- Daniel Jacobowitz

Re: Regex update

2002-12-26 Thread Daniel Jacobowitz
they could test ARM packages built by hand, so I don't know why we're waiting. There's still a binutils bug, it's been worked around, and I'm looking at it for work anyway now. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email

Re: Regex update

2002-12-26 Thread Daniel Jacobowitz
to recall GOTO removing it as a result of some discussion...? -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Regex update

2002-12-26 Thread Daniel Jacobowitz
they could test ARM packages built by hand, so I don't know why we're waiting. There's still a binutils bug, it's been worked around, and I'm looking at it for work anyway now. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Re: Regex update

2002-12-26 Thread Daniel Jacobowitz
to recall GOTO removing it as a result of some discussion...? -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#174269: glibc: sigsegv on call to getprotobyname

2002-12-25 Thread Daniel Jacobowitz
Kernel: Linux cerebro 2.4.20-ac2 #2 SMP Mon Dec 16 13:15:59 CET 2002 i686 Locale: LANG=C, LC_CTYPE=de_DE@euro -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- Daniel Jacobowitz MontaVista Software

Bug#174267: FTBFS on s390: install: `debian/libc-s390x/CVS' is a directory

2002-12-25 Thread Daniel Jacobowitz
On Wed, Dec 25, 2002 at 11:30:42AM +0100, Gerhard Tonn wrote: Package: glibc Version: 2.3.1-8 Severity: serious Hi, -8 build fails again on s390 with install: `debian/libc-s390x/CVS' is a directory . I've just checked in changes which should fix this for -9. -- Daniel Jacobowitz

Bug#174269: glibc: sigsegv on call to getprotobyname

2002-12-25 Thread Daniel Jacobowitz
Architecture: i386 Kernel: Linux cerebro 2.4.20-ac2 #2 SMP Mon Dec 16 13:15:59 CET 2002 i686 Locale: LANG=C, [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- Daniel Jacobowitz MontaVista Software

Re: Status of glibc-2.3.1-{6,7}

2002-12-24 Thread Daniel Jacobowitz
! It will be uploaded shortly. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#174027: glibc: another backtrace

2002-12-24 Thread Daniel Jacobowitz
) please file another report. I have the feeling it has to do with your change or rebuild, because catchp involves the thread-specific data extensions... -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#174040: h_errno

2002-12-24 Thread Daniel Jacobowitz
? Comments from te list?). -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Status of glibc-2.3.1-{6,7}

2002-12-24 Thread Daniel Jacobowitz
! It will be uploaded shortly. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#174027: libc6 2.3.1-7 still broken

2002-12-24 Thread Daniel Jacobowitz
to see where this happens? Where's it getting the NULL address (I suspect an uninitialized pointer to a function, possibly intended to be in an NSS module). This should be fixed in glibc CVS; thanks to GOTO for noticing. It'll be in -8. -- Daniel Jacobowitz MontaVista Software

Bug#174027: glibc: another backtrace

2002-12-24 Thread Daniel Jacobowitz
) please file another report. I have the feeling it has to do with your change or rebuild, because catchp involves the thread-specific data extensions... -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#174040: h_errno

2002-12-24 Thread Daniel Jacobowitz
? Comments from te list?). -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Re: Recent DJB package GLibC problems

2002-12-23 Thread Daniel Jacobowitz
. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Recent DJB package GLibC problems

2002-12-23 Thread Daniel Jacobowitz
. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#173913: more details on this

2002-12-22 Thread Daniel Jacobowitz
commit this patch in cvs named as glibc23-getdents64-fix.dpatch. If no one objects, I send it to upstream and release -7 quickly. Any comments are welcome. Ben, Drow? This looks right to me, please send it to libc-alpha. -- Daniel Jacobowitz MontaVista Software Debian

Bug#173913: more details on this

2002-12-22 Thread Daniel Jacobowitz
. I experimentally commit this patch in cvs named as glibc23-getdents64-fix.dpatch. If no one objects, I send it to upstream and release -7 quickly. Any comments are welcome. Ben, Drow? This looks right to me, please send it to libc-alpha. -- Daniel Jacobowitz MontaVista Software

Re: [eng@eipm.ch: mklibs doesn't manage to include symbol atexit]

2002-12-16 Thread Daniel Jacobowitz
handling that correctly; easier is to avoid it. Looks like it needs to search libc_nonshared.a in addition to libc_pic.a. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#173382: locales: locale-gen does not generate locale folders in /usr/lib/locale anymore

2002-12-16 Thread Daniel Jacobowitz
the interesting part of the question - why does this affect GTK? It should not. The details of the locales directories are internal to glibc. The locale-archive is a deliberate change to enhance performance. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux

Re: [eng@eipm.ch: mklibs doesn't manage to include symbol atexit]

2002-12-16 Thread Daniel Jacobowitz
handling that correctly; easier is to avoid it. Looks like it needs to search libc_nonshared.a in addition to libc_pic.a. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#173382: locales: locale-gen does not generate locale folders in /usr/lib/locale anymore

2002-12-16 Thread Daniel Jacobowitz
you answer the interesting part of the question - why does this affect GTK? It should not. The details of the locales directories are internal to glibc. The locale-archive is a deliberate change to enhance performance. -- Daniel Jacobowitz MontaVista Software Debian GNU

Re: Bug#165699: progress on the glibc 2.3 / php4 issues

2002-12-15 Thread Daniel Jacobowitz
On Sun, Dec 15, 2002 at 03:29:09PM -0600, Steve Langasek wrote: On Sun, Dec 15, 2002 at 03:19:04PM -0500, Daniel Jacobowitz wrote: On Sun, Dec 15, 2002 at 02:02:38PM -0600, Steve Langasek wrote: On Sun, Dec 15, 2002 at 11:50:23AM -0800, Jeff Bailey wrote: On Sun, Dec 15, 2002 at 12:49

Re: Bug#165699: progress on the glibc 2.3 / php4 issues

2002-12-15 Thread Daniel Jacobowitz
of the dynamic linker, since that seems likely from your description. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Re: Bug#165699: progress on the glibc 2.3 / php4 issues

2002-12-15 Thread Daniel Jacobowitz
On Sun, Dec 15, 2002 at 03:29:09PM -0600, Steve Langasek wrote: On Sun, Dec 15, 2002 at 03:19:04PM -0500, Daniel Jacobowitz wrote: On Sun, Dec 15, 2002 at 02:02:38PM -0600, Steve Langasek wrote: On Sun, Dec 15, 2002 at 11:50:23AM -0800, Jeff Bailey wrote: On Sun, Dec 15, 2002 at 12:49

Re: debian prelink packages?

2002-12-13 Thread Daniel Jacobowitz
. Someone has to do it, and think about the implications. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: debian prelink packages?

2002-12-13 Thread Daniel Jacobowitz
. Someone has to do it, and think about the implications. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Re: Bug#170385: marked as done (libc6 should conflict with wine ( 0.0.20021007-1) and perhaps other packages)

2002-12-03 Thread Daniel Jacobowitz
winex, and all that various vendor jdks? Where does it stop? Why should we conflict against every badly written package? Simple, we conflict against the popular (i.e. reported) ones. There's no real burden in doing this! -- Daniel Jacobowitz MontaVista Software Debian

Re: Bug#170385: marked as done (libc6 should conflict with wine ( 0.0.20021007-1) and perhaps other packages)

2002-12-03 Thread Daniel Jacobowitz
winex, and all that various vendor jdks? Where does it stop? Why should we conflict against every badly written package? Simple, we conflict against the popular (i.e. reported) ones. There's no real burden in doing this! -- Daniel Jacobowitz MontaVista Software Debian

Bug#171451: libc6: summary (http://www.summary.net/) segfault

2002-12-02 Thread Daniel Jacobowitz
-compat 2.1.3-7The Berkeley database routines [gl -- no debconf information -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

RH glibc and __ctype_b

2002-12-02 Thread Daniel Jacobowitz
*__ctype32_b = b (__uint32_t, class32, 0); compat_symbol (libc, __ctype32_b, __ctype32_b, GLIBC_2_0); So won't it bind to the wrong copy of __ctype32_b? -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: RH glibc and __ctype_b

2002-12-02 Thread Daniel Jacobowitz
for __ctype_* are commented out in RHL glibc, but not for __ctype32_*. Why the asymmetry? With the __ctype32_* ones present, I don't see how to both: - Avoid the crash in old static linkers - Handle application R_*_COPY relocs correctly for __ctype32_*. -- Daniel Jacobowitz MontaVista Software

Re: RH glibc and __ctype_b

2002-12-02 Thread Daniel Jacobowitz
. That'll teach me - I looked at RHL 8.0 instead of rawhide, and so did GOTO. Thanks. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: bugs triage?

2002-12-02 Thread Daniel Jacobowitz
in university and my time is disappearing. I'm fixing a fesetround() that was just seen on HP's test-drive systems (getting more testing is great!). When are we aiming for a -5? It'll be -6, and pretty soon. Jeff's doing the CVS patch right now... -- Daniel Jacobowitz MontaVista Software

Re: bugs triage?

2002-12-02 Thread Daniel Jacobowitz
from woody to sarge (2) we don't need to care such conflict. If there is no objection, I commit the patch. I agree; please do... -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#171451: libc6: summary (http://www.summary.net/) segfault

2002-12-02 Thread Daniel Jacobowitz
-compat 2.1.3-7The Berkeley database routines [gl -- no debconf information -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

RH glibc and __ctype_b

2002-12-02 Thread Daniel Jacobowitz
*__ctype32_b = b (__uint32_t, class32, 0); compat_symbol (libc, __ctype32_b, __ctype32_b, GLIBC_2_0); So won't it bind to the wrong copy of __ctype32_b? -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Re: RH glibc and __ctype_b

2002-12-02 Thread Daniel Jacobowitz
for __ctype_* are commented out in RHL glibc, but not for __ctype32_*. Why the asymmetry? With the __ctype32_* ones present, I don't see how to both: - Avoid the crash in old static linkers - Handle application R_*_COPY relocs correctly for __ctype32_*. -- Daniel Jacobowitz MontaVista Software

Re: RH glibc and __ctype_b

2002-12-02 Thread Daniel Jacobowitz
. That'll teach me - I looked at RHL 8.0 instead of rawhide, and so did GOTO. Thanks. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Re: bugs triage?

2002-12-02 Thread Daniel Jacobowitz
in university and my time is disappearing. I'm fixing a fesetround() that was just seen on HP's test-drive systems (getting more testing is great!). When are we aiming for a -5? It'll be -6, and pretty soon. Jeff's doing the CVS patch right now... -- Daniel Jacobowitz MontaVista Software

Re: Bug#169231: tcl8.4 should be installable on woody without updating libc

2002-11-16 Thread Daniel Jacobowitz
? No. Programs compiled against a newer version of glibc than that in stable _require_ the newer glibc to run. There is no way to get around this. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Bug#169231: tcl8.4 should be installable on woody without updating libc

2002-11-16 Thread Daniel Jacobowitz
? No. Programs compiled against a newer version of glibc than that in stable _require_ the newer glibc to run. There is no way to get around this. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#163260: FW: Re: [rt-users] Apache restart: can't login

2002-11-08 Thread Daniel Jacobowitz
in calls to crypt_r. This patch fixes all of them (except for a couple coming out of the dynamic linker! Which I'll look at in a bit and the patch doesn't affect.) -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer 2002-10-29 Daniel Jacobowitz [EMAIL

Re: [drepper@redhat.com: Re: Option to disable combreloc]

2002-11-07 Thread Daniel Jacobowitz
, Dan, did you look at those BFD patches for GOT refcounting that I sent you when we discussed these failures before? I guess it was probably a month or so back. p. On Thu, 2002-11-07 at 15:35, Daniel Jacobowitz wrote: If you can come up with a test case that shows the problem, then we

Re: [drepper@redhat.com: Re: Option to disable combreloc]

2002-11-07 Thread Daniel Jacobowitz
, Dan, did you look at those BFD patches for GOT refcounting that I sent you when we discussed these failures before? I guess it was probably a month or so back. p. On Thu, 2002-11-07 at 15:35, Daniel Jacobowitz wrote: If you can come up with a test case that shows the problem, then we

Re: Bug#164766: Problem with VIA C3 chip and libcrypto

2002-11-05 Thread Daniel Jacobowitz
=i686. On the other hand: {c3, PROCESSOR_I486, PTA_MMX | PTA_3DNOW}, GCC disagrees with you that the C3 is an i686. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Re: ldd problem: has someone broken glibc in unstable?

2002-11-04 Thread Daniel Jacobowitz
. Timezone data is also included. -- Giles Constant, Systems Programmer Hyperlink Interactive http://www.hyperlink-interactive.co.uk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- Daniel Jacobowitz MontaVista

Bug#167409: glibc 2.3.1: breaks XEmacs builds; system breaks on revert to 2.2.5

2002-11-04 Thread Daniel Jacobowitz
that the change that caused unexec to break was the glibc upgrade. Right now the lack of command-line dependency analysis tools is my main complaint against Debian as a system. Hmm... you can probably get Apt to tell you but I'm not sure how. That's a good question :) -- Daniel Jacobowitz

Bug#165358: workaround for __libc_fork and winex 2.0

2002-11-04 Thread Daniel Jacobowitz
not likely to change. Perhaps the warning could also be changed to say Symbol not found, perhaps upgrade your program? or something like that, with an explanation of what the typical causes of that error message are? Hmm... -- Daniel Jacobowitz MontaVista Software Debian GNU

Re: ldd problem: has someone broken glibc in unstable?

2002-11-04 Thread Daniel Jacobowitz
others. Timezone data is also included. -- Giles Constant, Systems Programmer Hyperlink Interactive http://www.hyperlink-interactive.co.uk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- Daniel Jacobowitz

Bug#167409: glibc 2.3.1: breaks XEmacs builds; system breaks on revert to 2.2.5

2002-11-04 Thread Daniel Jacobowitz
that the change that caused unexec to break was the glibc upgrade. Right now the lack of command-line dependency analysis tools is my main complaint against Debian as a system. Hmm... you can probably get Apt to tell you but I'm not sure how. That's a good question :) -- Daniel Jacobowitz

Bug#167409: glibc 2.3.1: breaks XEmacs builds; system breaks on revert to 2.2.5

2002-11-04 Thread Daniel Jacobowitz
On Tue, Nov 05, 2002 at 02:25:43AM +0900, Stephen J. Turnbull wrote: Daniel == Daniel Jacobowitz [EMAIL PROTECTED] writes: Daniel Ahem? You'd prefer we just stopped including libdb1 Daniel entirely and let all programs using it go to rot? That's Daniel what upstream did

Re: Linux getdents.c is not aliasing safe

2002-11-04 Thread Daniel Jacobowitz
On Sun, Nov 03, 2002 at 12:12:25PM -0500, Daniel Jacobowitz wrote: On Sat, Nov 02, 2002 at 07:48:24PM -0800, Roland McGrath wrote: I've put in a fix similar to yours but with cosmetic differences. I believe it is valid C99. Thanks, that's much cleaner than my solution. It looks safe to me

Re: Processed: Re: Bug#166918: quota: edquota not using default editor

2002-11-03 Thread Daniel Jacobowitz
to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Linux getdents.c is not aliasing safe

2002-11-03 Thread Daniel Jacobowitz
On Sat, Nov 02, 2002 at 07:48:24PM -0800, Roland McGrath wrote: I've put in a fix similar to yours but with cosmetic differences. I believe it is valid C99. Thanks, that's much cleaner than my solution. It looks safe to me; I'll give it a try. -- Daniel Jacobowitz MontaVista Software

Bug#165358: workaround for __libc_fork and winex 2.0

2002-11-03 Thread Daniel Jacobowitz
no benefit to us in hiding them at runtime. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#165358: workaround for __libc_fork and winex 2.0

2002-11-03 Thread Daniel Jacobowitz
On Sun, Nov 03, 2002 at 09:13:33PM -0500, Jeff Bailey wrote: On Sun, 2002-11-03 at 20:24, Daniel Jacobowitz wrote: I object to not adding the patch. Just like our other compatibility patches, these binaries are a fact of life; we should prevent exposing the symbols at _link_ time

Re: Processed: Re: Bug#166918: quota: edquota not using default editor

2002-11-03 Thread Daniel Jacobowitz
, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Re: Linux getdents.c is not aliasing safe

2002-11-03 Thread Daniel Jacobowitz
On Sat, Nov 02, 2002 at 07:48:24PM -0800, Roland McGrath wrote: I've put in a fix similar to yours but with cosmetic differences. I believe it is valid C99. Thanks, that's much cleaner than my solution. It looks safe to me; I'll give it a try. -- Daniel Jacobowitz MontaVista Software

Bug#165358: workaround for __libc_fork and winex 2.0

2002-11-03 Thread Daniel Jacobowitz
no benefit to us in hiding them at runtime. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

Bug#165358: workaround for __libc_fork and winex 2.0

2002-11-03 Thread Daniel Jacobowitz
On Sun, Nov 03, 2002 at 09:13:33PM -0500, Jeff Bailey wrote: On Sun, 2002-11-03 at 20:24, Daniel Jacobowitz wrote: I object to not adding the patch. Just like our other compatibility patches, these binaries are a fact of life; we should prevent exposing the symbols at _link_ time

Bug#167409: glibc 2.3.1: breaks XEmacs builds; system breaks on revert to 2.2.5

2002-11-02 Thread Daniel Jacobowitz
downgrade it by hand it's your own neck on the line. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Linux getdents.c is not aliasing safe

2002-11-02 Thread Daniel Jacobowitz
it, please? -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#167409: glibc 2.3.1: breaks XEmacs builds; system breaks on revert to 2.2.5

2002-11-02 Thread Daniel Jacobowitz
downgrade it by hand it's your own neck on the line. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

<    4   5   6   7   8   9   10   >