Incomplete upload found in Debian upload queue

2009-07-13 Thread Archive Administrator
Probably you are the uploader of the following file(s) in the Debian upload queue directory: eglibc_2.9-20.dsc This looks like an upload, but a .changes file is missing, so the job cannot be processed. If no .changes file arrives within 15:40:47, the files will be deleted. If you didn't upload

Makeinfo version parsing broken?

2009-07-13 Thread Carlos O'Donell
I'm a debian-hppa porter, and I was building the most recent libc6 from unstable when I noticed: ~~~ configure: WARNING: *** These auxiliary programs are missing or incompatible versions: makeinfo *** some features will be disabled. *** Check the INSTALL file for required versions. ~~~ During

Re: Makeinfo version parsing broken?

2009-07-13 Thread Aurelien Jarno
On Mon, Jul 13, 2009 at 09:28:21AM -0400, Carlos O'Donell wrote: I'm a debian-hppa porter, and I was building the most recent libc6 from unstable when I noticed: ~~~ configure: WARNING: *** These auxiliary programs are missing or incompatible versions: makeinfo *** some features will be

Re: Makeinfo version parsing broken?

2009-07-13 Thread Carlos O'Donell
On Mon, Jul 13, 2009 at 9:33 AM, Aurelien Jarnoaurel...@aurel32.net wrote: On Mon, Jul 13, 2009 at 09:28:21AM -0400, Carlos O'Donell wrote: I'm a debian-hppa porter, and I was building the most recent libc6 from unstable when I noticed: ~~~ configure: WARNING: *** These auxiliary programs

libc6 2.10?

2009-07-13 Thread Carlos O'Donell
Aurelian, Is there a debian libc6 2.10 somewhere? I see unstable has 2.9. Cheers, Carlos. -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Makeinfo version parsing broken?

2009-07-13 Thread Aurelien Jarno
On Mon, Jul 13, 2009 at 09:36:54AM -0400, Carlos O'Donell wrote: On Mon, Jul 13, 2009 at 9:33 AM, Aurelien Jarnoaurel...@aurel32.net wrote: On Mon, Jul 13, 2009 at 09:28:21AM -0400, Carlos O'Donell wrote: I'm a debian-hppa porter, and I was building the most recent libc6 from unstable when

Re: Makeinfo version parsing broken?

2009-07-13 Thread Carlos O'Donell
On Mon, Jul 13, 2009 at 12:38 PM, Aurelien Jarnoaurel...@aurel32.net wrote: The GFDL instead is not considered non-free, but the GFDL *with* invariant sections is considered non-free. Sorry, I don't follow, I assume you meant to write free somwhere instead of non-free? Cheers, Carlos. -- To

Re: libc6 2.10?

2009-07-13 Thread Aurelien Jarno
On Mon, Jul 13, 2009 at 10:40:32AM -0400, Carlos O'Donell wrote: Aurelian, Is there a debian libc6 2.10 somewhere? I see unstable has 2.9. My plan is to upload it to experimental once it builds correctly on alpha/ia64/hppa. Currently it is developed in the SVN [1]. I have made a current

Re: Makeinfo version parsing broken?

2009-07-13 Thread Carlos O'Donell
On Mon, Jul 13, 2009 at 12:47 PM, Aurelien Jarnoaurel...@aurel32.net wrote: GFDL *without* invariant sections - free GFDL *with* invariant sections - non-free Thanks. Cheers, Carlos. -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Re: Help on memchr() EGLIBC assembly code

2009-07-13 Thread Aurelien Jarno
On Mon, Jul 13, 2009 at 02:24:00PM -0400, Carlos O'Donell wrote: On Mon, Jul 13, 2009 at 1:31 PM, Aurelien Jarnoaurel...@aurel32.net wrote: With a lot of patches (E)GLIBC 2.10 builds on alpha, but it fails on the testsuite for the memchr() function, which is an optimized assembly code on

EGLIBC: help on ia64 optimized math library

2009-07-13 Thread Aurelien Jarno
Hi, I have filled a bug upstream sometimes ago [1] about the ia64 optimized math library. According to the new POSIX version, some errno values have changes for some cases. The generic math code has been updated upstream as well as the testsuite. Unfortunately it has not been updated on ia64. It

Re: Help on memchr() EGLIBC assembly code

2009-07-13 Thread Aurelien Jarno
On Mon, Jul 13, 2009 at 07:16:16PM -0300, Matt Turner wrote: On Mon, Jul 13, 2009 at 6:17 PM, Aurelien Jarnoaurel...@aurel32.net wrote: On Mon, Jul 13, 2009 at 02:24:00PM -0400, Carlos O'Donell wrote: On Mon, Jul 13, 2009 at 1:31 PM, Aurelien Jarnoaurel...@aurel32.net wrote: With a lot

Re: Help on memchr() EGLIBC assembly code

2009-07-13 Thread Matt Turner
On Mon, Jul 13, 2009 at 6:17 PM, Aurelien Jarnoaurel...@aurel32.net wrote: On Mon, Jul 13, 2009 at 02:24:00PM -0400, Carlos O'Donell wrote: On Mon, Jul 13, 2009 at 1:31 PM, Aurelien Jarnoaurel...@aurel32.net wrote: With a lot of patches (E)GLIBC 2.10 builds on alpha, but it fails on the