Today's commit

2002-11-18 Thread Jeff Bailey
Today's commit should bring hurd-i386, hppa, s390, and the udebs to life. Outstanding known brokeness: arm (combreloc problems), ia64 (strncpy) For ia64, I've gotten mixed messages as to whether the current fixes in CVS are enough or not. For arm, I need some direction as to the path to rightne

cvs commit to glibc-package/debian/patches by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:jbailey time: Mon Nov 18 22:15:42 MST 2002 Log Message: glibc (2.3.1-5) unstable; urgency=low * This is the Leonids release. * Jeff Bailey <[EMAIL PROTECTED]> - debian/packages.d/libc-udeb.mk: Do not rename file to SON

cvs commit to glibc-package/debian/packages.d by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/packages.d who:jbailey time: Mon Nov 18 22:15:42 MST 2002 Log Message: glibc (2.3.1-5) unstable; urgency=low * This is the Leonids release. * Jeff Bailey <[EMAIL PROTECTED]> - debian/packages.d/libc-udeb.mk: Do not rename file to

cvs commit to glibc-package/debian/libc/DEBIAN by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/libc/DEBIAN who:jbailey time: Mon Nov 18 22:15:42 MST 2002 Log Message: glibc (2.3.1-5) unstable; urgency=low * This is the Leonids release. * Jeff Bailey <[EMAIL PROTECTED]> - debian/packages.d/libc-udeb.mk: Do not rename file to

cvs commit to glibc-package/debian/control.in by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/control.in who:jbailey time: Mon Nov 18 22:15:42 MST 2002 Log Message: glibc (2.3.1-5) unstable; urgency=low * This is the Leonids release. * Jeff Bailey <[EMAIL PROTECTED]> - debian/packages.d/libc-udeb.mk: Do not rename file to

cvs commit to glibc-package/debian by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:jbailey time: Mon Nov 18 22:15:42 MST 2002 Log Message: glibc (2.3.1-5) unstable; urgency=low * This is the Leonids release. * Jeff Bailey <[EMAIL PROTECTED]> - debian/packages.d/libc-udeb.mk: Do not rename file to SONAME if i

[PATCH] Fix (for real this time) fcntl64 on HPPA

2002-11-18 Thread Carlos O'Donell
libc-alpha, The following changes adds a few defines so __USE_FILE_OFFSET64 works properly on hppa. I fixed the changelog and the bug in the original patch. Tested with samba + LFS support. c. sysdeps/unix/sysv/linux/hppa/bits/fcntl.h |6 ++ sysdeps/unix/sysv/linux/hppa/fcntl.c |

[PATCH] top-level configure changes for HPPA

2002-11-18 Thread Carlos O'Donell
libc-aplha, When checking for DWARF2 unwind info the link order for hppa requires -lgcc_eh to be placed before -lgcc. Change tested on i386 and nothing broke. c. --- 2002-11-16 Carlos O'Donell <[EMAIL PROTECTED]> * configure.in: Change "-lgcc -lgcc_eh" to "-lgcc_eh -lgcc" to

[PATCH] New ulps for HPPA

2002-11-18 Thread Carlos O'Donell
libc-alpha, New ulps for hppa. c. -- 2002-11-11 Randolf Chung <[EMAIL PROTECTED]> * sysdeps/hppa/fpu/libm-test-ulps: Regenerate new ulps for hppa. --- glibc-2.3.1/sysdeps/hppa/fpu/libm-test-ulps 1969-12-31 19:00:00.0 -0500 +++ glibc-2.3.1/sysdeps/hppa/fpu/libm-test-ulps.new

[PATCH] Disable the use of fp regs in rtld.c for HPPA

2002-11-18 Thread Carlos O'Donell
libc-alpha, "Fixed point math in rtld.c segfaults the loader because the ltp is not yet setup at the point where we need to access it." - Randolph Chung I agree with Randolph (after having seen it under gdb), and here is the patch. c. --- 2002-11-11 Randolph Chung <[EMAIL PROTECTED]>

[PATCH] Implement linuxthreads on HPPA

2002-11-18 Thread Carlos O'Donell
libc-alpha, I've reworked the hppa pthreads patch to be as low impact as possible :) Though some things need to be done, namely, hppa needs the lock variable to be 16-byte aligned. This alignment requirement means all sorts of ugly things, from wrappers to avoid non-constant named initializers, t

[PATCH] Set minimum kernel and unwined_find_fde for HPPA

2002-11-18 Thread Carlos O'Donell
libc-alpha, The following patch bumps up the minimum kernel required for hppa, and thus forces the build environment to have the most recent unaligned handler fixes. Due to our old C++ binaries and libraries we will definately require libc_cv_gcc_unwind_find_fde=yes in our configure. c. ---

[PATCH] Correctly define mcontext for HPPA

2002-11-18 Thread Carlos O'Donell
libc-alpha, A machine context is really a signal context. This has never worked correctly in hppa since the kernel has always returned a sigcontext instead of the struct defined in ucontext.h. This definition change is made such that glibc matches the ABI, rather than presenting an odd view of

[PATCH] Fixup dl-machine for HPPA

2002-11-18 Thread Carlos O'Donell
libc-alpha, The following fixes dl-machine.h for hppa. These fixes have been in debian-glibc for a long time and have received heavy testing. Cheers, Carlos. Round 2... sysdeps/hppa/dl-machine.h | 193 +-- 1 files changed, 97 insertio

Small fix to libc/DEBIAN/postinst

2002-11-18 Thread Carlos O'Donell
debian-glibc, I get problems install the glibc 2.3.1 package on HPPA becuase the postinst script sets "check" to empty after the call to sed fails. The call to sed fails because it's looking for files by the name of "$check" ... this should be the other way around as is indicated by the cvs diff

Today's commit

2002-11-18 Thread Jeff Bailey
Today's commit should bring hurd-i386, hppa, s390, and the udebs to life. Outstanding known brokeness: arm (combreloc problems), ia64 (strncpy) For ia64, I've gotten mixed messages as to whether the current fixes in CVS are enough or not. For arm, I need some direction as to the path to rightne

cvs commit to glibc-package/debian/patches by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:jbailey time: Mon Nov 18 22:15:42 MST 2002 Log Message: glibc (2.3.1-5) unstable; urgency=low * This is the Leonids release. * Jeff Bailey <[EMAIL PROTECTED]> - debian/packages.d/libc-udeb.mk: Do not rename file to SON

cvs commit to glibc-package/debian/packages.d by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/packages.d who:jbailey time: Mon Nov 18 22:15:42 MST 2002 Log Message: glibc (2.3.1-5) unstable; urgency=low * This is the Leonids release. * Jeff Bailey <[EMAIL PROTECTED]> - debian/packages.d/libc-udeb.mk: Do not rename file to

cvs commit to glibc-package/debian/libc/DEBIAN by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/libc/DEBIAN who:jbailey time: Mon Nov 18 22:15:42 MST 2002 Log Message: glibc (2.3.1-5) unstable; urgency=low * This is the Leonids release. * Jeff Bailey <[EMAIL PROTECTED]> - debian/packages.d/libc-udeb.mk: Do not rename file to

cvs commit to glibc-package/debian by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:jbailey time: Mon Nov 18 22:15:42 MST 2002 Log Message: glibc (2.3.1-5) unstable; urgency=low * This is the Leonids release. * Jeff Bailey <[EMAIL PROTECTED]> - debian/packages.d/libc-udeb.mk: Do not rename file to SONAME if i

cvs commit to glibc-package/debian/control.in by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/control.in who:jbailey time: Mon Nov 18 22:15:42 MST 2002 Log Message: glibc (2.3.1-5) unstable; urgency=low * This is the Leonids release. * Jeff Bailey <[EMAIL PROTECTED]> - debian/packages.d/libc-udeb.mk: Do not rename file to

Small fix to libc/DEBIAN/postinst

2002-11-18 Thread Carlos O'Donell
debian-glibc, I get problems install the glibc 2.3.1 package on HPPA becuase the postinst script sets "check" to empty after the call to sed fails. The call to sed fails because it's looking for files by the name of "$check" ... this should be the other way around as is indicated by the cvs diff

[jbailey@nisa.net: Re: Glibc upload this weekend]

2002-11-18 Thread Carlos O'Donell
debian-glibc fell out of the CC loop :} - Forwarded message from Jeff Bailey <[EMAIL PROTECTED]> - Envelope-to: [EMAIL PROTECTED] Delivery-date: Mon, 18 Nov 2002 11:48:05 -0500 From: Jeff Bailey <[EMAIL PROTECTED]> To: "Carlos O'Donell" <[EMAIL PROTECTED]> Subject: Re: Glibc upload this

Bug#165412: marked as done (libc6: SIGRTMIN defined as -1 with libc 2.3.1, as 32 with 2.2.5)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#165412: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#169176: marked as done (Please add biarch support for s390)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#169176: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#162414: marked as done (coreutils: rm -rf does not delete dir/ with trailing slash)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:32:59 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#162414: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#140054: marked as done (locales; error generating de_CH)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:32:59 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#140054: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#165892: marked as done (libc6-dbg seems to have no debugging infos in libc-2.3.1.so)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#165892: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#146139: marked as done (locales: de_CH-8859.1 is corrupt)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:32:59 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#140054: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#163260: marked as done (libapache-mod-perl: crypt() returns bogus results after going into background)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#163260: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#165959: marked as done (Upgrade fails to restart apache2)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#165959: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#166450: marked as done (glibc: s390x support)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#166450: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#168890: marked as done (libc6: needs to update conflict against libnss-db)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#168890: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Re: Processing of glibc_2.3.1-4_i386.changes

2002-11-18 Thread Jeff Bailey
On Mon, Nov 18, 2002 at 06:49:15PM +0100, Gerhard Tonn wrote: > Thanks for the upload, but what is about bug report #167909? Blech, I missed that one. For some reason I had in my notes that s390 was building fine so I didn't look for patches. I have changed my notes appropriately. =)

[jbailey@nisa.net: Re: Glibc upload this weekend]

2002-11-18 Thread Carlos O'Donell
debian-glibc fell out of the CC loop :} - Forwarded message from Jeff Bailey <[EMAIL PROTECTED]> - Envelope-to: carlos@localhost Delivery-date: Mon, 18 Nov 2002 11:48:05 -0500 From: Jeff Bailey <[EMAIL PROTECTED]> To: "Carlos O'Donell" <[EMAIL PROTECTED]> Subject: Re: Glibc upload this w

Re: Processing of glibc_2.3.1-4_i386.changes

2002-11-18 Thread Gerhard Tonn
On Monday 18 November 2002 18:22, Archive Administrator wrote: > glibc_2.3.1-4_i386.changes uploaded successfully to localhost > along with the files: > glibc_2.3.1-4.dsc > glibc_2.3.1-4.diff.gz > libc6_2.3.1-4_i386.deb > libc-udeb_2.3.1-4_i386.udeb > libc6-dev_2.3.1-4_i386.deb > libc6-

glibc_2.3.1-4_i386.changes ACCEPTED

2002-11-18 Thread Debian Installer
Accepted: glibc-doc_2.3.1-4_all.deb to pool/main/g/glibc/glibc-doc_2.3.1-4_all.deb glibc_2.3.1-4.diff.gz to pool/main/g/glibc/glibc_2.3.1-4.diff.gz glibc_2.3.1-4.dsc to pool/main/g/glibc/glibc_2.3.1-4.dsc libc-udeb_2.3.1-4_i386.udeb to pool/main/g/glibc/libc-udeb_2.3.1-4_i386.udeb libc6-db

Processing of glibc_2.3.1-4_i386.changes

2002-11-18 Thread Archive Administrator
glibc_2.3.1-4_i386.changes uploaded successfully to localhost along with the files: glibc_2.3.1-4.dsc glibc_2.3.1-4.diff.gz libc6_2.3.1-4_i386.deb libc-udeb_2.3.1-4_i386.udeb libc6-dev_2.3.1-4_i386.deb libc6-prof_2.3.1-4_i386.deb libc6-dbg_2.3.1-4_i386.deb libc6-pic_2.3.1-4_i386.deb

cvs commit to glibc-package/debian by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:jbailey time: Mon Nov 18 10:19:11 MST 2002 Log Message: Missing conditional on s390x. The wrong way to do it, will be fixed when I refactor the 64 bit stuff Files: changed:rules

cvs commit to glibc-package/debian/patches by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:jbailey time: Mon Nov 18 10:18:06 MST 2002 Log Message: - debian/patches/hurd-fork-fix.dpath: New File. Files: changed:0list added: hurd-fork-fix.dpatch

cvs commit to glibc-package/debian by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:jbailey time: Mon Nov 18 10:18:06 MST 2002 Log Message: - debian/patches/hurd-fork-fix.dpath: New File. Files: changed:changelog

Bug#165412: marked as done (libc6: SIGRTMIN defined as -1 with libc 2.3.1, as 32 with 2.2.5)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#165412: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#169176: marked as done (Please add biarch support for s390)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#169176: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#162414: marked as done (coreutils: rm -rf does not delete dir/ with trailing slash)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:32:59 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#162414: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#140054: marked as done (locales; error generating de_CH)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:32:59 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#140054: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#165892: marked as done (libc6-dbg seems to have no debugging infos in libc-2.3.1.so)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#165892: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#146139: marked as done (locales: de_CH-8859.1 is corrupt)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:32:59 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#140054: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#163260: marked as done (libapache-mod-perl: crypt() returns bogus results after going into background)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#163260: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#165959: marked as done (Upgrade fails to restart apache2)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#165959: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Bug#166450: marked as done (glibc: s390x support)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#166450: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Re: Glibc upload this weekend

2002-11-18 Thread Carlos O'Donell
jb, > It got dealyed this weekend because I got sidetracked by looking at the > apache bug, and also helping Carlos with the hppa stuff. I'm seeing some unhappy behaviour during installs in all of my glibc test chroots (unstable/testing/stable). --- Setting up libc6 (2.3.1-4) ... Checking for

Bug#168890: marked as done (libc6: needs to update conflict against libnss-db)

2002-11-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Nov 2002 12:33:00 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#168890: fixed in glibc 2.3.1-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your

Re: Glibc upload this weekend

2002-11-18 Thread Jeff Bailey
On Mon, Nov 18, 2002 at 10:07:50AM -0600, Anthony Towns wrote: > > I would like to do a glibc upload this weekend. > What happened? The debootstrap is building me a chroot right now. It got dealyed this weekend because I got sidetracked by looking at the apache bug, and also helping Carlos with

Re: Glibc upload this weekend

2002-11-18 Thread Anthony Towns
On Thu, Nov 14, 2002 at 03:05:11PM -0800, Jeff Bailey wrote: > I would like to do a glibc upload this weekend. What happened? We seem to be having some serious issues keeping glibc in unstable releasable -- it's spent all bar a couple of weeks since woody's release making "testing" useless... Ch

Re: Processing of glibc_2.3.1-4_i386.changes

2002-11-18 Thread Jeff Bailey
On Mon, Nov 18, 2002 at 06:49:15PM +0100, Gerhard Tonn wrote: > Thanks for the upload, but what is about bug report #167909? Blech, I missed that one. For some reason I had in my notes that s390 was building fine so I didn't look for patches. I have changed my notes appropriately. =) -- To U

Re: Processing of glibc_2.3.1-4_i386.changes

2002-11-18 Thread Gerhard Tonn
On Monday 18 November 2002 18:22, Archive Administrator wrote: > glibc_2.3.1-4_i386.changes uploaded successfully to localhost > along with the files: > glibc_2.3.1-4.dsc > glibc_2.3.1-4.diff.gz > libc6_2.3.1-4_i386.deb > libc-udeb_2.3.1-4_i386.udeb > libc6-dev_2.3.1-4_i386.deb > libc6-

glibc_2.3.1-4_i386.changes ACCEPTED

2002-11-18 Thread Debian Installer
Accepted: glibc-doc_2.3.1-4_all.deb to pool/main/g/glibc/glibc-doc_2.3.1-4_all.deb glibc_2.3.1-4.diff.gz to pool/main/g/glibc/glibc_2.3.1-4.diff.gz glibc_2.3.1-4.dsc to pool/main/g/glibc/glibc_2.3.1-4.dsc libc-udeb_2.3.1-4_i386.udeb to pool/main/g/glibc/libc-udeb_2.3.1-4_i386.udeb libc6-db

Processing of glibc_2.3.1-4_i386.changes

2002-11-18 Thread Archive Administrator
glibc_2.3.1-4_i386.changes uploaded successfully to localhost along with the files: glibc_2.3.1-4.dsc glibc_2.3.1-4.diff.gz libc6_2.3.1-4_i386.deb libc-udeb_2.3.1-4_i386.udeb libc6-dev_2.3.1-4_i386.deb libc6-prof_2.3.1-4_i386.deb libc6-dbg_2.3.1-4_i386.deb libc6-pic_2.3.1-4_i386.deb

cvs commit to glibc-package/debian by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:jbailey time: Mon Nov 18 10:19:11 MST 2002 Log Message: Missing conditional on s390x. The wrong way to do it, will be fixed when I refactor the 64 bit stuff Files: changed:rules -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

cvs commit to glibc-package/debian/patches by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:jbailey time: Mon Nov 18 10:18:06 MST 2002 Log Message: - debian/patches/hurd-fork-fix.dpath: New File. Files: changed:0list added: hurd-fork-fix.dpatch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "un

cvs commit to glibc-package/debian by jbailey

2002-11-18 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:jbailey time: Mon Nov 18 10:18:06 MST 2002 Log Message: - debian/patches/hurd-fork-fix.dpath: New File. Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

Re: Glibc upload this weekend

2002-11-18 Thread Carlos O'Donell
jb, > It got dealyed this weekend because I got sidetracked by looking at the > apache bug, and also helping Carlos with the hppa stuff. I'm seeing some unhappy behaviour during installs in all of my glibc test chroots (unstable/testing/stable). --- Setting up libc6 (2.3.1-4) ... Checking for

Re: Glibc upload this weekend

2002-11-18 Thread Jeff Bailey
On Mon, Nov 18, 2002 at 10:07:50AM -0600, Anthony Towns wrote: > > I would like to do a glibc upload this weekend. > What happened? The debootstrap is building me a chroot right now. It got dealyed this weekend because I got sidetracked by looking at the apache bug, and also helping Carlos with

Re: Glibc upload this weekend

2002-11-18 Thread Anthony Towns
On Thu, Nov 14, 2002 at 03:05:11PM -0800, Jeff Bailey wrote: > I would like to do a glibc upload this weekend. What happened? We seem to be having some serious issues keeping glibc in unstable releasable -- it's spent all bar a couple of weeks since woody's release making "testing" useless... Ch

Service de traduction / Translation services

2002-11-18 Thread VISA TDI
Bonjour, Dans le cadre de vos activités, vous avez peut-être besoin de services de traduction. Société de traduction (Toutes langues, tous domaines), nous nous permettons donc de vous poser deux questions : 1) Êtes-vous potentiellement intéressés ? 2) Quelle est la personne à contacter ? Sincèr

Service de traduction / Translation services

2002-11-18 Thread VISA TDI
Bonjour, Dans le cadre de vos activités, vous avez peut-être besoin de services de traduction. Société de traduction (Toutes langues, tous domaines), nous nous permettons donc de vous poser deux questions : 1) Êtes-vous potentiellement intéressés ? 2) Quelle est la personne à contacter ? Sincèr