r1094 - trunk/web/patches/mozilla/trunk

2006-01-23 Thread Robert Millan
Author: rmh
Date: 2006-01-23 09:39:57 + (Mon, 23 Jan 2006)
New Revision: 1094

Modified:
   trunk/web/patches/mozilla/trunk/nsprpub.diff
Log:
nsprpub.diff: Add note about BeOS.

Modified: trunk/web/patches/mozilla/trunk/nsprpub.diff
===
--- trunk/web/patches/mozilla/trunk/nsprpub.diff2006-01-23 00:44:49 UTC 
(rev 1093)
+++ trunk/web/patches/mozilla/trunk/nsprpub.diff2006-01-23 09:39:57 UTC 
(rev 1094)
@@ -7,6 +7,8 @@
 
 cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot co mozilla/nsprpub
 
+Please note that for some odd reason this patch breaks BeOS.
+
 Index: nsprpub/configure.in
 ===
 RCS file: /cvsroot/mozilla/nsprpub/configure.in,v


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r1095 - trunk/glibc-2.3-head/sysdeps/kfreebsd

2006-01-23 Thread Petr Salinger
Author: ps-guest
Date: 2006-01-23 10:05:11 + (Mon, 23 Jan 2006)
New Revision: 1095

Added:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/glob.c
   trunk/glibc-2.3-head/sysdeps/kfreebsd/glob64.c
Log:
re-add glob/glob64, this is needed for 64-bit archs


Added: trunk/glibc-2.3-head/sysdeps/kfreebsd/glob.c
===
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/glob.c2006-01-23 09:39:57 UTC 
(rev 1094)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/glob.c2006-01-23 10:05:11 UTC 
(rev 1095)
@@ -0,0 +1,3 @@
+/* 'glob64' is different from 'glob', because
+   'struct stat64' != 'struct stat'.  */
+#include 

Added: trunk/glibc-2.3-head/sysdeps/kfreebsd/glob64.c
===
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/glob64.c  2006-01-23 09:39:57 UTC 
(rev 1094)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/glob64.c  2006-01-23 10:05:11 UTC 
(rev 1095)
@@ -0,0 +1,3 @@
+/* 'glob64' is different from 'glob', because
+   'struct stat64' != 'struct stat'.  */
+#include 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r1096 - trunk/type-handling/debian

2006-01-23 Thread Aurelien Jarno
Author: aurel32
Date: 2006-01-23 11:19:28 + (Mon, 23 Jan 2006)
New Revision: 1096

Modified:
   trunk/type-handling/debian/changelog
   trunk/type-handling/debian/rules
Log:
type-handling (0.2.19) unstable; urgency=low

  * Don't provide anything containing x86_64, as the underscore symbol is 
not allowed in packages name.

 -- Aurelien Jarno <[EMAIL PROTECTED]>  Mon, 23 Jan 2006 12:16:24 +0100




Modified: trunk/type-handling/debian/changelog
===
--- trunk/type-handling/debian/changelog2006-01-23 10:05:11 UTC (rev 
1095)
+++ trunk/type-handling/debian/changelog2006-01-23 11:19:28 UTC (rev 
1096)
@@ -1,3 +1,10 @@
+type-handling (0.2.19) unstable; urgency=low
+
+  * Don't provide anything containing x86_64, as the underscore symbol is 
+not allowed in packages name.
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Mon, 23 Jan 2006 12:16:24 +0100
+
 type-handling (0.2.18) unstable; urgency=low
 
   * Provides and filters out both the Debian and GNU type/CPU. Should fix

Modified: trunk/type-handling/debian/rules
===
--- trunk/type-handling/debian/rules2006-01-23 10:05:11 UTC (rev 1095)
+++ trunk/type-handling/debian/rules2006-01-23 11:19:28 UTC (rev 1096)
@@ -11,7 +11,7 @@
 DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-cpus := $(shell grep -v ^\# /usr/share/dpkg/cputable | (while read debian gnu 
regex ; do echo $${debian} ; echo $${gnu}; done) | sort -u)
+cpus := $(shell grep -v ^\# /usr/share/dpkg/cputable | (while read debian gnu 
regex ; do echo $${debian} ; echo $${gnu}; done) | grep -vx x86_64 | sort -u)
 systems := $(shell grep -v ^\# /usr/share/dpkg/ostable | (while read debian 
gnu regex ; do echo $${debian} ; echo $${gnu}; done) | sort -u)
 
 not_cpus := $(shell echo $(cpus) | tr " " "\n" | grep -vx 
$(DEB_BUILD_ARCH_CPU) | grep -vx $(DEB_BUILD_GNU_CPU))


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of type-handling_0.2.19_i386.changes

2006-01-23 Thread Archive Administrator
type-handling_0.2.19_i386.changes uploaded successfully to localhost
along with the files:
  type-handling_0.2.19.dsc
  type-handling_0.2.19.tar.gz
  type-handling_0.2.19_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



type-handling_0.2.19_i386.changes ACCEPTED

2006-01-23 Thread Debian Installer

Accepted:
type-handling_0.2.19.dsc
  to pool/main/t/type-handling/type-handling_0.2.19.dsc
type-handling_0.2.19.tar.gz
  to pool/main/t/type-handling/type-handling_0.2.19.tar.gz
type-handling_0.2.19_i386.deb
  to pool/main/t/type-handling/type-handling_0.2.19_i386.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r1097 - in trunk/glibc-2.3-head/sysdeps/kfreebsd: . bits

2006-01-23 Thread Petr Salinger
Author: ps-guest
Date: 2006-01-23 13:35:42 + (Mon, 23 Jan 2006)
New Revision: 1097

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h
   trunk/glibc-2.3-head/sysdeps/kfreebsd/recv.c
Log:
forward fixes for glibc 2.4


Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h
===
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h 2006-01-23 11:19:28 UTC 
(rev 1096)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h 2006-01-23 13:35:42 UTC 
(rev 1097)
@@ -189,8 +189,10 @@
 #define MSG_DONTWAIT MSG_DONTWAIT
 MSG_EOF= 0x100, /* Data completes connection.  */
 #define MSG_EOF MSG_EOF
-MSG_COMPAT = 0x8000 /* Used in sendit().  */
+MSG_COMPAT = 0x8000, /* Used in sendit().  */
 #define MSG_COMPAT MSG_COMPAT
+ MSG_NOSIGNAL  = 0x2 /* do not generate SIGPIPE on EOF */
+#define MSG_NOSIGNAL MSG_NOSIGNAL 
   };
 
 

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/recv.c
===
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/recv.c2006-01-23 11:19:28 UTC 
(rev 1096)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/recv.c2006-01-23 13:35:42 UTC 
(rev 1097)
@@ -32,6 +32,7 @@
   return INLINE_SYSCALL (recvfrom, 6, fd, buf, n, flags, NULL, NULL);
 }
 
+weak_alias (__libc_recv, __recv)
 weak_alias (__libc_recv, recv)
 
 LIBC_CANCEL_HANDLED (); /* in __libc_recvfrom */


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r1098 - trunk/glibc-2.3-head

2006-01-23 Thread Petr Salinger
Author: ps-guest
Date: 2006-01-23 13:36:00 + (Mon, 23 Jan 2006)
New Revision: 1098

Added:
   trunk/glibc-2.3-head/NOTES-2.4
Log:
glibc 2.4 status


Added: trunk/glibc-2.3-head/NOTES-2.4
===
--- trunk/glibc-2.3-head/NOTES-2.4  2006-01-23 13:35:42 UTC (rev 1097)
+++ trunk/glibc-2.3-head/NOTES-2.4  2006-01-23 13:36:00 UTC (rev 1098)
@@ -0,0 +1,86 @@
+glibc 2.4 status
+
+
+linuxthreads are moved from trunk into ports
+   http://sourceware.org/ml/libc-alpha/2005-07/msg1.html
+
+for short term Daniel Jacobowitz <[EMAIL PROTECTED]> will maintain them 
+   http://sourceware.org/ml/libc-alpha/2005-07/msg2.html
+
+
+test build:
+---
+
+* get glibc-20060123.tar.bz2 + glibc-ports-20060123.tar.bz2
+
+* move linuxthreads & linuxthreads_db from ports into top dir
+
+* try to apply patches
+   failures in configure/configure.in ignore
+   failure in nscd/mem.c fix manually
+
+* fix malloc/memusage.c
+   unconditionally assumes mremap and uses MREMAP_FIXED
+   it also unconditionally uses __thread :-(
+
+* there is no longer sysdeps/generic, files are moved
+   we #include<> some of them, use new location
+   
+* new sysdeps files (based on linux)
+   kernel-posix-cpu-timers.h (empty)
+   check_fds.c ("void __libc_check_standard_fds (void) {;}")
+
+* new sysdeps files (use generic version)
+   sbrk.c  (#include )
+   check_pf.c (#include )
+
+* changes to sysdeps
+   i386/sysdep.h - drop definition of SETUP_PIC_REG(reg)
+   dl-osinfo.h - add function _dl_setup_stack_chk_guard()
+
+../src/configure --enable-add-ons=linuxthreads --with-tls --without-__thread 
i486-kfreebsd
+
+"make check" results:
+-
+
+make[2]: *** [/build/g24/build/libio/tst_wprintf2.out] Error 139
+make[2]: *** [/build/g24/build/dirent/tst-fdopendir.o] Error 1
+make[2]: *** [/build/g24/build/posix/tst-waitid.out] Error 1
+
+make[2]: *** [/build/g24/build/io/tst-openat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-unlinkat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-fstatat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-futimesat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-renameat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-fchownat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-fchmodat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-faccessat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-symlinkat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-linkat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-readlinkat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-mkdirat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-mknodat.o] Error 1
+make[2]: *** [/build/g24/build/io/tst-mkfifoat.o] Error 1
+
+make[2]: *** [/build/g24/build/misc/tst-pselect.out] Error 1
+
+make[2]: *** [/build/g24/build/rt/tst-timer2.o] Error 1
+make[2]: *** [/build/g24/build/rt/tst-aio.out] Error 1
+make[2]: *** [/build/g24/build/rt/tst-aio64.out] Error 1
+make[2]: *** [/build/g24/build/rt/tst-aio9.out] Error 1
+make[2]: *** [/build/g24/build/rt/tst-aio10.out] Error 1
+make[2]: *** [/build/g24/build/rt/tst-mqueue5.o] Error 1
+make[2]: *** [/build/g24/build/rt/tst-timer4.o] Error 1
+make[2]: *** [/build/g24/build/rt/tst-timer5.o] Error 1
+make[2]: *** [/build/g24/build/rt/tst-cputimer1.o] Error 1
+make[2]: *** [/build/g24/build/rt/tst-cputimer2.o] Error 1
+make[2]: *** [/build/g24/build/rt/tst-cputimer3.o] Error 1
+
+make[2]: *** [/build/g24/build/elf/tst-stackguard1-static.out] Error 1
+make[2]: *** [/build/g24/build/elf/neededtest.out] Error 14
+make[2]: *** [/build/g24/build/elf/neededtest2.out] Error 14
+make[2]: *** [/build/g24/build/elf/neededtest3.out] Error 17
+make[2]: *** [/build/g24/build/elf/neededtest4.out] Error 2
+make[2]: *** [/build/g24/build/elf/circleload1.out] Error 9
+make[2]: *** [/build/g24/build/elf/tst-stackguard1.out] Error 1
+


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: r1097 - in trunk/glibc-2.3-head/sysdeps/kfreebsd: . bits

2006-01-23 Thread Aurelien Jarno

Petr Salinger a écrit :

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h
===
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h 2006-01-23 11:19:28 UTC 
(rev 1096)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h 2006-01-23 13:35:42 UTC 
(rev 1097)
@@ -189,8 +189,10 @@
 #define MSG_DONTWAIT MSG_DONTWAIT
 MSG_EOF= 0x100, /* Data completes connection.  */
 #define MSG_EOF MSG_EOF
-MSG_COMPAT = 0x8000 /* Used in sendit().  */
+MSG_COMPAT = 0x8000, /* Used in sendit().  */
 #define MSG_COMPAT MSG_COMPAT
+ MSG_NOSIGNAL  = 0x2 /* do not generate SIGPIPE on EOF */
+#define MSG_NOSIGNAL MSG_NOSIGNAL 
   };


Does our kernel actually support this flag? Looking at the linux compat 
layer code, this flag is currently ignored.


If it is really the case, it should be better to remove it from the .h 
file, as some configure scripts try to detect if they could use this 
flag or not.


Bye,
Aurelien

--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r1099 - trunk/glibc-2.3-head

2006-01-23 Thread Petr Salinger
Author: ps-guest
Date: 2006-01-23 15:40:47 + (Mon, 23 Jan 2006)
New Revision: 1099

Modified:
   trunk/glibc-2.3-head/NOTES-2.4
Log:
glibc 2.4 +  --with-__thread 


Modified: trunk/glibc-2.3-head/NOTES-2.4
===
--- trunk/glibc-2.3-head/NOTES-2.4  2006-01-23 13:36:00 UTC (rev 1098)
+++ trunk/glibc-2.3-head/NOTES-2.4  2006-01-23 15:40:47 UTC (rev 1099)
@@ -19,6 +19,9 @@
failures in configure/configure.in ignore
failure in nscd/mem.c fix manually
 
+* fix linuxthreads/sysdeps/pthread/bits/libc-tsd.h
+#include   -> #include_next 
+
 * fix malloc/memusage.c
unconditionally assumes mremap and uses MREMAP_FIXED
it also unconditionally uses __thread :-(
@@ -38,7 +41,7 @@
i386/sysdep.h - drop definition of SETUP_PIC_REG(reg)
dl-osinfo.h - add function _dl_setup_stack_chk_guard()
 
-../src/configure --enable-add-ons=linuxthreads --with-tls --without-__thread 
i486-kfreebsd
+../src/configure --enable-add-ons=linuxthreads --with-tls --with-__thread 
i486-kfreebsd
 
 "make check" results:
 -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: r1097 - in trunk/glibc-2.3-head/sysdeps/kfreebsd: . bits

2006-01-23 Thread Aurelien Jarno
On Mon, Jan 23, 2006 at 05:11:45PM +0100, Petr Salinger wrote:
> >Does our kernel actually support this flag? Looking at the linux compat 
> >layer code, this flag is currently ignored.
> 
> You are right, it became available with FreeBSD 6.0.

Ok, in such case we may keep it, and speed up the switch FreeBSD 6.0 as
the default kernel. Maybe we have to wait for the rate of Security
Advisories to go lower first.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: r1097 - in trunk/glibc-2.3-head/sysdeps/kfreebsd: . bits

2006-01-23 Thread Petr Salinger
Does our kernel actually support this flag? Looking at the linux compat layer 
code, this flag is currently ignored.


You are right, it became available with FreeBSD 6.0.

If it is really the case, it should be better to remove it from the .h file, 
as some configure scripts try to detect if they could use this flag or not.


I added it to be able to build glibc-2.4 snapshot.

Petr


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



r1100 - in trunk/glibc-2.3-head: . sysdeps/kfreebsd/bits

2006-01-23 Thread Petr Salinger
Author: ps-guest
Date: 2006-01-23 16:18:58 + (Mon, 23 Jan 2006)
New Revision: 1100

Modified:
   trunk/glibc-2.3-head/NOTES-2.4
   trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h
Log:
MSG_NOSIGNAL is available only with FreeBSD 6.0,
do not define for now



Modified: trunk/glibc-2.3-head/NOTES-2.4
===
--- trunk/glibc-2.3-head/NOTES-2.4  2006-01-23 15:40:47 UTC (rev 1099)
+++ trunk/glibc-2.3-head/NOTES-2.4  2006-01-23 16:18:58 UTC (rev 1100)
@@ -19,6 +19,9 @@
failures in configure/configure.in ignore
failure in nscd/mem.c fix manually
 
+* define MSG_NOSIGNAL
+   enable definition in kfreebsd/bits/socket.h
+
 * fix linuxthreads/sysdeps/pthread/bits/libc-tsd.h
 #include   -> #include_next 
 

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h
===
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h 2006-01-23 15:40:47 UTC 
(rev 1099)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/socket.h 2006-01-23 16:18:58 UTC 
(rev 1100)
@@ -189,10 +189,12 @@
 #define MSG_DONTWAIT MSG_DONTWAIT
 MSG_EOF= 0x100, /* Data completes connection.  */
 #define MSG_EOF MSG_EOF
-MSG_COMPAT = 0x8000, /* Used in sendit().  */
+MSG_COMPAT = 0x8000 /* Used in sendit().  */
 #define MSG_COMPAT MSG_COMPAT
- MSG_NOSIGNAL  = 0x2 /* do not generate SIGPIPE on EOF */
+#if 0 /* available since FreeBSD 6.0 */
+,MSG_NOSIGNAL  = 0x2 /* do not generate SIGPIPE on EOF */
 #define MSG_NOSIGNAL MSG_NOSIGNAL 
+#endif
   };
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]