Re: Bug#223891: kdeutils_4:3.1.4-1(mips/unstable): FTBFS: SYS_* seems to be missing from bits/syscall.h ?

2004-01-19 Thread Guido Guenther
On Fri, Jan 16, 2004 at 12:31:31AM +0900, GOTO Masanori wrote: Guido, could you build with this patch? I'm OK to prepare and put dpatch to debian-glibc cvs for this. Build find, but bis/syscalls.h _only_ has: /* Generated at libc build time from kernel syscall list. */ #ifndef _SYSCALL_H #

Re: Bug#223891: kdeutils_4:3.1.4-1(mips/unstable): FTBFS: SYS_* seems to be missing from bits/syscall.h ?

2004-01-19 Thread Guido Guenther
On Mon, Jan 19, 2004 at 12:34:00PM +0100, Guido Guenther wrote: Build find, but bis/syscalls.h _only_ has: /* Generated at libc build time from kernel syscall list. */ #ifndef _SYSCALL_H # error Never use bits/syscall.h directly; include sys/syscall.h instead. #endif This is due to the

Re: Bug#223891: kdeutils_4:3.1.4-1(mips/unstable): FTBFS: SYS_* seems to be missing from bits/syscall.h ?

2004-01-19 Thread Daniel Jacobowitz
On Mon, Jan 19, 2004 at 12:53:48PM +0100, Guido Guenther wrote: On Mon, Jan 19, 2004 at 12:34:00PM +0100, Guido Guenther wrote: Build find, but bis/syscalls.h _only_ has: /* Generated at libc build time from kernel syscall list. */ #ifndef _SYSCALL_H # error Never use

cvs commit to glibc-package/debian by dan

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:dan time: Mon Jan 19 14:16:11 MST 2004 Log Message: - Fix bits/syscall.h on MIPS targets. Thanks to Guido Guenther for testing and improvements to the patch (Closes: #223891, #226483). - debian/patches/mips-asm-unistd.dpatch

cvs commit to glibc-package/debian by dan

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:dan time: Mon Jan 19 14:19:23 MST 2004 Log Message: - debian/patches/51_glibc232-hppa-dist.dpatch: Add entry.h to dist. - debian/patches/51_glibc232-hppa-profiling.dpatch: Fix profile support. (Closes: #221010) Files:

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

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:dan time: Mon Jan 19 16:22:02 MST 2004 Log Message: Typo fix, I broke the patch file. Files: changed:mips-asm-unistd.dpatch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

cvs commit to glibc-package/debian by dan

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:dan time: Mon Jan 19 16:32:26 MST 2004 Log Message: - Fix i386-linux build failure. - debian/patches/glibc23-sse-oldkernel.dpatch Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

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

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:dan time: Mon Jan 19 16:32:26 MST 2004 Log Message: - Fix i386-linux build failure. - debian/patches/glibc23-sse-oldkernel.dpatch Files: changed:glibc23-sse-oldkernel.dpatch -- To UNSUBSCRIBE, email to [EMAIL

Re: Bug#223891: kdeutils_4:3.1.4-1(mips/unstable): FTBFS: SYS_* seems to be missing from bits/syscall.h ?

2004-01-19 Thread Guido Guenther
On Fri, Jan 16, 2004 at 12:31:31AM +0900, GOTO Masanori wrote: Guido, could you build with this patch? I'm OK to prepare and put dpatch to debian-glibc cvs for this. Build find, but bis/syscalls.h _only_ has: /* Generated at libc build time from kernel syscall list. */ #ifndef _SYSCALL_H #

Re: Bug#223891: kdeutils_4:3.1.4-1(mips/unstable): FTBFS: SYS_* seems to be missing from bits/syscall.h ?

2004-01-19 Thread Guido Guenther
On Mon, Jan 19, 2004 at 12:34:00PM +0100, Guido Guenther wrote: Build find, but bis/syscalls.h _only_ has: /* Generated at libc build time from kernel syscall list. */ #ifndef _SYSCALL_H # error Never use bits/syscall.h directly; include sys/syscall.h instead. #endif This is due to the

Re: Bug#223891: kdeutils_4:3.1.4-1(mips/unstable): FTBFS: SYS_* seems to be missing from bits/syscall.h ?

2004-01-19 Thread Daniel Jacobowitz
On Mon, Jan 19, 2004 at 12:53:48PM +0100, Guido Guenther wrote: On Mon, Jan 19, 2004 at 12:34:00PM +0100, Guido Guenther wrote: Build find, but bis/syscalls.h _only_ has: /* Generated at libc build time from kernel syscall list. */ #ifndef _SYSCALL_H # error Never use

Re: Bug#223891: kdeutils_4:3.1.4-1(mips/unstable): FTBFS: SYS_* seems to be missing from bits/syscall.h ?

2004-01-19 Thread Guido Guenther
On Mon, Jan 19, 2004 at 09:21:14AM -0500, Daniel Jacobowitz wrote: If you don't care about building with older (pre-2.4.23 or so) kernel headers, you can probably just use the existing MIPS64 code in configure.in for mips* also? That's what I just did. Changed configure{,.in} to handle mips as

Re: glibc patch #224744 ?

2004-01-19 Thread Daniel Jacobowitz
On Sun, Jan 18, 2004 at 11:24:45PM +0100, Matthias Klose wrote: Hi, Anything I can do to get this patch in glibc? I am going to wait until Guido gets back to us about bits/syscall.h since it will almost certainly cause a merge error on a bit of this. That should be before the next upload, he

Bug#67921: marked as done (glob(3) doesn't treat \ correctly)

2004-01-19 Thread Debian Bug Tracking System
Your message dated Mon, 19 Jan 2004 07:58:34 -0800 with message-id [EMAIL PROTECTED] and subject line (no subject) 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 responsibility to

Re: Bug#223891: kdeutils_4:3.1.4-1(mips/unstable): FTBFS: SYS_* seems to be missing from bits/syscall.h ?

2004-01-19 Thread Guido Guenther
On Mon, Jan 19, 2004 at 04:20:12PM +0100, Guido Guenther wrote: rebuilding to check everything get's generated fine correctly. asm-unistd.h looks o.k. now, syscall.h isn't build yet. I generated syscall-list.h by doing make -C subdir_lib. It looks fine, a final version of the dpatch is attached,

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

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:dan time: Mon Jan 19 14:16:11 MST 2004 Log Message: - Fix bits/syscall.h on MIPS targets. Thanks to Guido Guenther for testing and improvements to the patch (Closes: #223891, #226483). -

cvs commit to glibc-package/debian by dan

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:dan time: Mon Jan 19 14:16:11 MST 2004 Log Message: - Fix bits/syscall.h on MIPS targets. Thanks to Guido Guenther for testing and improvements to the patch (Closes: #223891, #226483). - debian/patches/mips-asm-unistd.dpatch

cvs commit to glibc-package/debian by dan

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:dan time: Mon Jan 19 14:19:23 MST 2004 Log Message: - debian/patches/51_glibc232-hppa-dist.dpatch: Add entry.h to dist. - debian/patches/51_glibc232-hppa-profiling.dpatch: Fix profile support. (Closes: #221010) Files:

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

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:dan time: Mon Jan 19 14:19:23 MST 2004 Log Message: - debian/patches/51_glibc232-hppa-dist.dpatch: Add entry.h to dist. - debian/patches/51_glibc232-hppa-profiling.dpatch: Fix profile support. (Closes: #221010)

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

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:dan time: Mon Jan 19 16:22:02 MST 2004 Log Message: Typo fix, I broke the patch file. Files: changed:mips-asm-unistd.dpatch

cvs commit to glibc-package/debian by dan

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:dan time: Mon Jan 19 16:32:26 MST 2004 Log Message: - Fix i386-linux build failure. - debian/patches/glibc23-sse-oldkernel.dpatch Files: changed:changelog

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

2004-01-19 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:dan time: Mon Jan 19 16:32:26 MST 2004 Log Message: - Fix i386-linux build failure. - debian/patches/glibc23-sse-oldkernel.dpatch Files: changed:glibc23-sse-oldkernel.dpatch