Bug#460637: LinuxThreads manual pages (Re: glibc-doc: Manual pages are outdated for NPTL)

2010-02-28 Thread Michael Kerrisk
Hello Jonathan, I am cc-ing Michael Kerrisk, who wrote all of the pthread_* pages in man-pages I’ve checked.  Michael, what do you think?  Would you be interested in patches porting over details and explanations from LinuxThreads? I would accept such patches. Cheers, Michael -- Michael

Bug#571754: marked as done (strftime(%c) crashes in (some) locations)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 10:39:00 +0100 with message-id 20100228093900.gi10...@hall.aurel32.net and subject line Re: Bug#571754: strftime(%c) crashes in (some) locations has caused the Debian Bug report #571754, regarding strftime(%c) crashes in (some) locations to be marked as done.

r4209 - in glibc-package/trunk/debian: . patches/localedata

2010-02-28 Thread Aurelien Jarno
Author: aurel32 Date: 2010-02-28 10:28:51 + (Sun, 28 Feb 2010) New Revision: 4209 Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/patches/localedata/locale-es_CR.diff Log: * Fix lang_ab field in es_CR locales. Closes: #571755. Modified:

Processed: tagging 571755

2010-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # Automatically generated email from bts, devscripts version 2.10.35lenny7 tags 571755 + pending Bug #571755 [locales] locales: new es_CR is buggy Added tag(s) pending. End of message, stopping processing here. Please contact me if you need

Bug#571754: strftime(%c) crashes in (some) locations

2010-02-28 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am So den 28. Feb 2010 um 10:39 schrieb Aurelien Jarno: setlocale(LC_ALL, de_DE); tm = localtime(NULL); This is wrong. localtime() doesn't accept a NULL pointer. You should call time(NULL), and pass the result to localtime().

Bug#571754: strftime(%c) crashes in (some) locations

2010-02-28 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ah, and why is that bug closed? Did you ever try to compile the test program? Did you ever try to reproduce the bug? Did you??? Please do not try to find typos in places were no bug is and check the real bug source (strftime and NOT localtime,

Bug#571754: strftime(%c) crashes in (some) locations

2010-02-28 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 But however, lets modify the program slightly to be constructive: - --- #define _XOPEN_SOURCE #include stdio.h #include time.h #include locale.h int main(int argc, char **argv) { char time[255]; struct tm tm; setlocale(LC_ALL, de_DE);

Bug#571754: strftime(%c) crashes in (some) locations

2010-02-28 Thread Aurelien Jarno
On Sun, Feb 28, 2010 at 12:58:47PM +0100, Klaus Ethgen wrote: Hi, Am So den 28. Feb 2010 um 10:39 schrieb Aurelien Jarno: setlocale(LC_ALL, de_DE); tm = localtime(NULL); This is wrong. localtime() doesn't accept a NULL pointer. You should call time(NULL), and pass the result

Bug#571754: strftime(%c) crashes in (some) locations

2010-02-28 Thread Aurelien Jarno
On Sun, Feb 28, 2010 at 01:03:12PM +0100, Klaus Ethgen wrote: Ah, and why is that bug closed? Did you ever try to compile the test program? Did you ever try to reproduce the bug? Did you??? Yes, and I explained you why your code is wrong. Please provide a real example and I'll reopen the bug.

Bug#571754: strftime(%c) crashes in (some) locations

2010-02-28 Thread Aurelien Jarno
reopen 571754 thanks On Sun, Feb 28, 2010 at 01:21:11PM +0100, Klaus Ethgen wrote: But however, lets modify the program slightly to be constructive: --- #define _XOPEN_SOURCE #include stdio.h #include time.h #include locale.h int main(int argc, char **argv) { char time[255];

Processed: Re: Bug#571754: strftime(%c) crashes in (some) locations

2010-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reopen 571754 Bug #571754 {Done: Aurelien Jarno aurel...@aurel32.net} [libc6] strftime(%c) crashes in (some) locations thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator

Bug#571754: strftime(%c) crashes in (some) locations

2010-02-28 Thread Samuel Thibault
Klaus Ethgen, le Sun 28 Feb 2010 14:41:27 +0100, a écrit : Am So den 28. Feb 2010 um 14:24 schrieb Aurelien Jarno: Yes, and I explained you why your code is wrong. A part, which was not related to the bug itself. The bug was not explained at all except the output of a buggy program :)

Bug#571754: strftime(%c) crashes in (some) locations

2010-02-28 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am So den 28. Feb 2010 um 14:24 schrieb Aurelien Jarno: Yes, and I explained you why your code is wrong. A part, which was not related to the bug itself. Please do not try to find typos in places were no bug is and check the real bug source

Bug#571754: strftime(%c) crashes in (some) locations

2010-02-28 Thread Aurelien Jarno
On Sun, Feb 28, 2010 at 02:28:08PM +0100, Aurelien Jarno wrote: reopen 571754 thanks On Sun, Feb 28, 2010 at 01:21:11PM +0100, Klaus Ethgen wrote: But however, lets modify the program slightly to be constructive: --- #define _XOPEN_SOURCE #include stdio.h #include time.h #include

Bug#571754: marked as done (strftime(%c) crashes in (some) locations)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 16:14:10 +0100 with message-id 20100228151405.gd23...@ikki.ethgen.de and subject line Re: Bug#571754: strftime(%c) crashes in (some) locations has caused the Debian Bug report #571754, regarding strftime(%c) crashes in (some) locations to be marked as done.

Processed: notfound 571754 in eglibc/2.10.2-6

2010-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: notfound 571754 eglibc/2.10.2-6 Bug #571754 {Done: Klaus Ethgen kl...@ethgen.de} [libc6] strftime(%c) crashes in (some) locations Bug No longer marked as found in versions eglibc/2.10.2-6. thanks Stopping processing here. Please contact me if

Bug#570233: [patches] please add timepps.h

2010-02-28 Thread Alexander Gordeev
В Fri, 26 Feb 2010 14:20:29 + (UTC) Joseph S. Myers jos...@codesourcery.com пишет: On Fri, 26 Feb 2010, Alexander Gordeev wrote: So, what's the decision? EGLIBC only accepts patches that meet the legal requirements for inclusion in FSF GLIBC. Thus, we cannot accept a new header

Processed: tagging 569517

2010-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # Automatically generated email from bts, devscripts version 2.10.35lenny7 tags 569517 + pending Bug #569517 [libc6-dev] libc6-dev: sys/stat.h should provide S_ISSOCK with sufficiently recent _POSIX_C_SOURCE Ignoring request to alter tags of bug

Processed: tagging 571755

2010-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # Automatically generated email from bts, devscripts version 2.10.35lenny7 tags 571755 + pending Bug #571755 [locales] locales: new es_CR is buggy Ignoring request to alter tags of bug #571755 to the same tags previously set End of message,

Processed: tagging 570946

2010-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # Automatically generated email from bts, devscripts version 2.10.35lenny7 tags 570946 + pending Bug #570946 [libc6] debian/rules still documents the already documented wrapper/objcopy script Ignoring request to alter tags of bug #570946 to the

Processed: tagging 569646

2010-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # Automatically generated email from bts, devscripts version 2.10.35lenny7 tags 569646 + pending Bug #569646 [libc6.1-dev] Alpha: incorrect value for SOCK_CLOEXEC Ignoring request to alter tags of bug #569646 to the same tags previously set End

r4210 - glibc-package/trunk/debian

2010-02-28 Thread Clint Adams
Author: schizo Date: 2010-02-28 18:22:25 + (Sun, 28 Feb 2010) New Revision: 4210 Modified: glibc-package/trunk/debian/changelog Log: remove trailing spaces in changelog. Modified: glibc-package/trunk/debian/changelog === ---

Processed: tagging 569701

2010-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # Automatically generated email from bts, devscripts version 2.10.35lenny7 tags 569701 + pending Bug #569701 [libc6] libc6: non-breaking space in libc6's postinst Ignoring request to alter tags of bug #569701 to the same tags previously set End

r4212 - glibc-package/branches/eglibc-2.11/debian

2010-02-28 Thread Clint Adams
Author: schizo Date: 2010-02-28 18:36:07 + (Sun, 28 Feb 2010) New Revision: 4212 Modified: glibc-package/branches/eglibc-2.11/debian/changelog Log: changelog fixup Modified: glibc-package/branches/eglibc-2.11/debian/changelog

r4213 - in glibc-package/branches/eglibc-2.11/debian: . patches/hurd-i386

2010-02-28 Thread Clint Adams
Author: schizo Date: 2010-02-28 18:59:13 + (Sun, 28 Feb 2010) New Revision: 4213 Modified: glibc-package/branches/eglibc-2.11/debian/changelog glibc-package/branches/eglibc-2.11/debian/patches/hurd-i386/cvs-setsid.diff Log: Update debian/patches/hurd-i386/cvs-setsid.diff. Modified:

Processing of eglibc_2.11-0exp6_all.changes

2010-02-28 Thread Archive Administrator
eglibc_2.11-0exp6_all.changes uploaded successfully to localhost along with the files: eglibc_2.11-0exp6.dsc eglibc_2.11-0exp6.diff.gz glibc-doc_2.11-0exp6_all.deb eglibc-source_2.11-0exp6_all.deb locales_2.11-0exp6_all.deb Greetings, Your Debian queue daemon (running on host

eglibc_2.11-0exp6_all.changes ACCEPTED

2010-02-28 Thread Archive Administrator
Accepted: eglibc-source_2.11-0exp6_all.deb to main/e/eglibc/eglibc-source_2.11-0exp6_all.deb eglibc_2.11-0exp6.diff.gz to main/e/eglibc/eglibc_2.11-0exp6.diff.gz eglibc_2.11-0exp6.dsc to main/e/eglibc/eglibc_2.11-0exp6.dsc glibc-doc_2.11-0exp6_all.deb to

eglibc override disparity

2010-02-28 Thread Archive Administrator
There are disparities between your recently accepted upload and the override file for the following file(s): locales_2.11-0exp6_all.deb: package says section is localization, override says libs. Please note that a list of new sections were recently added to the archive: cli-mono, database,

r4214 - glibc-package/trunk/debian

2010-02-28 Thread Clint Adams
Author: schizo Date: 2010-03-01 00:02:36 + (Mon, 01 Mar 2010) New Revision: 4214 Modified: glibc-package/trunk/debian/changelog Log: changelog revisionism for Re-enable Modified: glibc-package/trunk/debian/changelog === ---

Bug#568924: marked as done (fallocate64() is missing in libc 2.10)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Mon, 01 Mar 2010 00:17:40 + with message-id e1nltko-00073d...@ries.debian.org and subject line Bug#568924: fixed in eglibc 2.11-0exp6 has caused the Debian Bug report #568924, regarding fallocate64() is missing in libc 2.10 to be marked as done. This means that you claim

Bug#568488: marked as done (eglibc: house of mind attack)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Mon, 01 Mar 2010 00:17:40 + with message-id e1nltko-000737...@ries.debian.org and subject line Bug#568488: fixed in eglibc 2.11-0exp6 has caused the Debian Bug report #568488, regarding eglibc: house of mind attack to be marked as done. This means that you claim that the

Bug#569592: marked as done (please add RES_USE_DNSSEC support)

2010-02-28 Thread Debian Bug Tracking System
Your message dated Mon, 01 Mar 2010 00:17:40 + with message-id e1nltko-00073i...@ries.debian.org and subject line Bug#569592: fixed in eglibc 2.11-0exp6 has caused the Debian Bug report #569592, regarding please add RES_USE_DNSSEC support to be marked as done. This means that you claim that