Bug#433857: [FTBFS] Missing: ../../../src/libffi/src/m68k/ffi.c:13:26: error: asm/cachectl.h: No such file or directory

2007-07-20 Thread Pierre Habouzit
On Thu, Jul 19, 2007 at 10:47:59PM +0100, Hector Oron wrote:
> Package: linux-kernel-headers
> Version: 2.6.21-6
> 
> Hello,
> 
> Missing  asm/cachectl.h
> 1 #ifndef _M68K_CACHECTL_H
> 2 #define _M68K_CACHECTL_H
> 3
> 4 /// Definitions for the cacheflush system call.
> 5
> 6 #define FLUSH_SCOPE_LINE1   ///< Flush a cache line
> 7 #define FLUSH_SCOPE_PAGE2   ///< Flush a page
> 8 #define FLUSH_SCOPE_ALL 3   ///< Flush the whole cache --
> superuser only
> 9
> 00010 #define FLUSH_CACHE_DATA1   ///< Writeback and flush data cache
> 00011 #define FLUSH_CACHE_INSN2   ///< Flush instruction cache
> 00012 #define FLUSH_CACHE_BOTH3   ///< Flush both caches
> 00013
> 00014 #endif // _M68K_CACHECTL_H

  FYI, lkh is deprecated, your package should use linux-libc-dev
instead. So this bug will be ignored.

Cheers,

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpGl0tjkuew2.pgp
Description: PGP signature


Processed (with 1 errors): merging 433870 433869, reassign 433869 to tzdata

2007-07-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.6
> merge 433870 433869
Bug#433869: Etch: New Zealand change to daylight time transition
Bug#433870: Sarge: TimeZone: New Zealand change to daylight time transition
Mismatch - only Bugs in same state can be merged:
Values for `package' don't match:
 #433869 has `tzdata';
 #433870 has `libc6'

> reassign 433869 tzdata
Bug#433869: Etch: New Zealand change to daylight time transition
Bug reassigned from package `tzdata' to `tzdata'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: reassign 433870 to tzdata, merging 433870 433869

2007-07-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.6
> reassign 433870 tzdata
Bug#433870: Sarge: TimeZone: New Zealand change to daylight time transition
Bug reassigned from package `libc6' to `tzdata'.

> merge 433870 433869
Bug#433869: Etch: New Zealand change to daylight time transition
Bug#433870: Sarge: TimeZone: New Zealand change to daylight time transition
Merged 433869 433870.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#433962: libc6-dev: error including

2007-07-20 Thread Daniel Schepler
Package: libc6-dev
Version: 2.6-2
Severity: important
Tags: sid
Blocks: 428952

On an i386 sid system (with linux-libc-dev version 2.6.22):

[EMAIL PROTECTED]:/tmp$ cat test.c
#include 
[EMAIL PROTECTED]:/tmp$ gcc -c test.c
In file included from /usr/include/netinet/if_fddi.h:26,
 from test.c:1:
/usr/include/linux/if_fddi.h:88: error: expected specifier-qualifier-list 
before ‘__be16’

This is causing net-tools to FTBFS (bug #428952).
-- 
Daniel Schepler



Processed: reassign 433962 to net-tools, forcibly merging 428952 433962

2007-07-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.6
> reassign 433962 net-tools
Bug#433962: libc6-dev: error including 
Bug reassigned from package `libc6-dev' to `net-tools'.

> forcemerge 428952 433962
Bug#428952: net-tools: FTBFS: /usr/include/linux/if_fddi.h:88: error: expected 
specifier-qualifier-list before '__be16'
Bug#433962: libc6-dev: error including 
Forcibly Merged 428952 433962.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#433962: libc6-dev: error including

2007-07-20 Thread Pierre Habouzit
reassign 433962 net-tools
forcemerge 428952 433962
thanks

On Fri, Jul 20, 2007 at 12:23:51PM -0400, Daniel Schepler wrote:
> Package: libc6-dev
> Version: 2.6-2
> Severity: important
> Tags: sid
> Blocks: 428952
> 
> On an i386 sid system (with linux-libc-dev version 2.6.22):
> 
> [EMAIL PROTECTED]:/tmp$ cat test.c
> #include 
> [EMAIL PROTECTED]:/tmp$ gcc -c test.c
> In file included from /usr/include/netinet/if_fddi.h:26,
>  from test.c:1:
> /usr/include/linux/if_fddi.h:88: error: expected specifier-qualifier-list 
> before ‘__be16’
> 
> This is causing net-tools to FTBFS (bug #428952).
> -- 
> Daniel Schepler

  This is not a bug, it is because you have to #include 
now that we used the headers officially exported by the linux tree, and
not linux-kernel-headers anymore.

  As a general note, the problems with __[lb]e{8,16,32,64} are caused by
missing #include  in the FTBFS-ing sources, and the
sources have to be fixed, as linux-kernel-headers was kind of a hack,
and linux-libc-dev is supposed to be an official thing now.

Cheers,
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpaj7fSiemYi.pgp
Description: PGP signature


Processed: Re: Bug#433962: libc6-dev: error including

2007-07-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> unmerge 433962
Bug#433962: libc6-dev: error including 
Bug#428952: net-tools: FTBFS: /usr/include/linux/if_fddi.h:88: error: expected 
specifier-qualifier-list before '__be16'
Disconnected #433962 from all other report(s).

> reassign 433962 libc6-dev
Bug#433962: libc6-dev: error including 
Bug reassigned from package `net-tools' to `libc6-dev'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



r2423 - in glibc-package/trunk/debian: . patches patches/any

2007-07-20 Thread madcoder
Author: madcoder
Date: 2007-07-20 17:23:52 + (Fri, 20 Jul 2007)
New Revision: 2423

Added:
   glibc-package/trunk/debian/patches/any/local-missing-linux_types.h.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
debian/patches/any/local-missing-linux_types.h.diff

Signed-off-by: Pierre Habouzit <[EMAIL PROTECTED]>


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2007-07-19 23:09:30 UTC (rev 
2422)
+++ glibc-package/trunk/debian/changelog2007-07-20 17:23:52 UTC (rev 
2423)
@@ -13,7 +13,7 @@
 - sysdeps/depflags.pl: make libc6 provide libc6-sparcv9 on sparc.
 - script.in/kernelcheck.sh: add check for SPARC V8 or earlier CPU.
 - patches/series: disable sparc/submitted-timing.diff.
-- patches/sparc/local-sparcv8-target.diff: rename to 
+- patches/sparc/local-sparcv8-target.diff: rename to
   local-sparcv9-target.diff and default to v9.
 
   [ Pierre Habouzit ]
@@ -23,13 +23,16 @@
 libc6-i386 problem.
   * add locales/presubj about locales depends that are correct, and tell bug
 reporters how to look for their package being built or not.
+  * add patches/any/local-missing-linux_types.h.diff to add missing
+#include  due to migration to linux-libc-dev.
+Closes: #433962.
 
   [ Samuel Thibault ]
   * hurd-i386/local-tls-support.diff: new patch to support TLS.
   * debian/sysdeps/hurd.mk (libc_extra_config_options): Removed
 --without-__thread, --without-tls and libc_cv_z_relro=no.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Thu, 19 Jul 2007 07:15:40 +0200
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Fri, 20 Jul 2007 19:19:54 +0200
 
 glibc (2.6-2) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/any/local-missing-linux_types.h.diff
===
--- glibc-package/trunk/debian/patches/any/local-missing-linux_types.h.diff 
(rev 0)
+++ glibc-package/trunk/debian/patches/any/local-missing-linux_types.h.diff 
2007-07-20 17:23:52 UTC (rev 2423)
@@ -0,0 +1,10 @@
+--- glibc-2.6.orig/sysdeps/unix/sysv/linux/netinet/if_fddi.h
 glibc-2.6/sysdeps/unix/sysv/linux/netinet/if_fddi.h
+@@ -23,6 +23,7 @@
+ #include 
+ #include 
+ 
++#include 
+ #include 
+ 
+ #ifdef __USE_BSD

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2007-07-19 23:09:30 UTC (rev 
2422)
+++ glibc-package/trunk/debian/patches/series   2007-07-20 17:23:52 UTC (rev 
2423)
@@ -143,3 +143,4 @@
 any/submitted-strtok.diff -p0
 any/local-disable-nscd-host-caching.diff
 any/submitted-fileops-and-signals.diff
+any/local-missing-linux_types.h.diff


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



Processed: setting package to glibc glibc-doc libc0.1 libc0.1-dbg libc0.1-dev libc0.1-dev-i386 libc0.1-i386 libc0.1-i686 libc0.1-pic libc0.1-prof libc0.1-udeb libc0.3 libc0.3-dbg libc0.3-dev libc0.3-p

2007-07-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.6
> package glibc glibc-doc libc0.1 libc0.1-dbg libc0.1-dev libc0.1-dev-i386 
> libc0.1-i386 libc0.1-i686 libc0.1-pic libc0.1-prof libc0.1-udeb libc0.3 
> libc0.3-dbg libc0.3-dev libc0.3-pic libc0.3-prof libc0.3-udeb libc6 libc6.1 
> libc6.1-dbg libc6.1-dev libc6.1-pic libc6.1-prof libc6.1-udeb libc6-amd64 
> libc6-dbg libc6-dev libc6-dev-amd64 libc6-dev-i386 libc6-dev-mips64 
> libc6-dev-mipsn32 libc6-dev-powerpc libc6-dev-ppc64 libc6-dev-s390x 
> libc6-dev-sparc64 libc6-i386 libc6-i686 libc6-mips64 libc6-mipsn32 libc6-pic 
> libc6-powerpc libc6-ppc64 libc6-prof libc6-s390x libc6-sparc64 libc6-sparcv9b 
> libc6-udeb libc6-xen libnss-dns-udeb libnss-files-udeb locales locales-all 
> nscd
Ignoring bugs not assigned to: libc6.1-pic glibc libc0.3-dev libc6-udeb 
libc6.1-dev libc0.3-prof libc0.1-i686 libc6-sparcv9b libc6.1-dbg libc0.1-pic 
libc6-dev-mips64 libc6.1-prof libc6-powerpc nscd libc6.1-udeb libc0.3-udeb 
libc0.1-udeb libc6-ppc64 locales libc6-sparc64 libc6-prof libc6-dev libc0.1-dev 
libc6-i386 glibc-doc libc6-dev-sparc64 libnss-files-udeb libc6-dev-amd64 
libc6-i686 libc6-mips64 libc0.1-i386 libnss-dns-udeb libc6-dev-powerpc 
libc0.1-prof locales-all libc0.1 libc6 libc6-xen libc0.1-dev-i386 
libc6-dev-s390x libc0.1-dbg libc6.1 libc6-s390x libc6-pic libc6-dev-i386 
libc0.3 libc0.3-dbg libc6-amd64 libc6-mipsn32 libc6-dev-mipsn32 libc6-dev-ppc64 
libc0.3-pic libc6-dbg

> tags 433962 + pending
Bug#433962: libc6-dev: error including 
Tags were: sid lenny
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



glibc-doc-reference 2.6-2 MIGRATED to testing

2007-07-20 Thread Debian testing watch
FYI: The status of the glibc-doc-reference source package
in Debian's testing distribution has changed.

  Previous version: 2.5-2
  Current version:  2.6-2

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



r2424 - glibc-package/trunk/debian/patches/hurd-i386

2007-07-20 Thread sthibaul-guest
Author: sthibaul-guest
Date: 2007-07-20 23:40:55 + (Fri, 20 Jul 2007)
New Revision: 2424

Modified:
   glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff
Log:
oldie from 2.5

Modified: glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff
===
--- glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff 
2007-07-20 17:23:52 UTC (rev 2423)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff 
2007-07-20 23:40:55 UTC (rev 2424)
@@ -59,7 +59,6 @@
 +   (natural_t *) &ts, tssize))
 +return error;
 +
-+#if USE_TLS
 +  /* now we have a clean state, setup TLS */
 +  if (error = __thread_get_state (thread, MACHINE_THREAD_STATE_FLAVOR,
 +   (natural_t *) &ts, &tssize))
@@ -72,7 +71,6 @@
 +  _hurd_tls_new(thread, &ts, tcb);
 +  error = __thread_set_state (thread, MACHINE_THREAD_STATE_FLAVOR,
 (natural_t *) &ts, tssize);
-+#endif
 +  return error;
  }
  


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



r2425 - in glibc-package/trunk/debian: . patches patches/hurd-i386 sysdeps

2007-07-20 Thread sthibaul-guest
Author: sthibaul-guest
Date: 2007-07-21 00:27:17 + (Sat, 21 Jul 2007)
New Revision: 2425

Added:
   
glibc-package/trunk/debian/patches/hurd-i386/local-atomic-no-multiple_threads.diff
   glibc-package/trunk/debian/patches/hurd-i386/local-gscope.diff
   glibc-package/trunk/debian/patches/hurd-i386/local-no-strerror_l.diff
   glibc-package/trunk/debian/patches/hurd-i386/submitted-lock-intern.diff
   glibc-package/trunk/debian/patches/series.hurd-i386
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
   glibc-package/trunk/debian/sysdeps/depflags.pl
Log:
  * hurd-i386/local-atomic-no-multiple_threads.diff: new patch, hurd-i386
doesn't need the multiple_threads field.
  * hurd-i386/local-gscope.diff: new patch, backport of the CVS global scope.
  * hurd-i386/local-no-strerror_l.diff: new patch to disable non-implemented
strerror_l().
  * hurd-i386/submitted-lock-intern.diff: new patch to fix a header inclusion.
  * sysdeps/depflags.pl: make libc0.3 depend on TLS-enabled hurd packages.


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2007-07-20 23:40:55 UTC (rev 
2424)
+++ glibc-package/trunk/debian/changelog2007-07-21 00:27:17 UTC (rev 
2425)
@@ -31,6 +31,13 @@
   * hurd-i386/local-tls-support.diff: new patch to support TLS.
   * debian/sysdeps/hurd.mk (libc_extra_config_options): Removed
 --without-__thread, --without-tls and libc_cv_z_relro=no.
+  * hurd-i386/local-atomic-no-multiple_threads.diff: new patch, hurd-i386
+doesn't need the multiple_threads field.
+  * hurd-i386/local-gscope.diff: new patch, backport of the CVS global scope.
+  * hurd-i386/local-no-strerror_l.diff: new patch to disable non-implemented
+strerror_l().
+  * hurd-i386/submitted-lock-intern.diff: new patch to fix a header inclusion.
+  * sysdeps/depflags.pl: make libc0.3 depend on TLS-enabled hurd packages.
 
  -- Pierre Habouzit <[EMAIL PROTECTED]>  Fri, 20 Jul 2007 19:19:54 +0200
 

Added: 
glibc-package/trunk/debian/patches/hurd-i386/local-atomic-no-multiple_threads.diff
===
--- 
glibc-package/trunk/debian/patches/hurd-i386/local-atomic-no-multiple_threads.diff
  (rev 0)
+++ 
glibc-package/trunk/debian/patches/hurd-i386/local-atomic-no-multiple_threads.diff
  2007-07-21 00:27:17 UTC (rev 2425)
@@ -0,0 +1,249 @@
+On the Hurd we always at least start the sigthread anyway.  Let's avoid forking
+the file (which would mean having to maintain it)
+
+diff -ur glibc-2.6-orig/sysdeps/i386/i486/bits/atomic.h 
glibc-2.6/build-tree/glibc-2.6/sysdeps/i386/i486/bits/atomic.h
+--- glibc-2.6-orig/sysdeps/i386/i486/bits/atomic.h 2007-02-17 
07:38:25.0 +0100
 glibc-2.6/sysdeps/i386/i486/bits/atomic.h  2007-07-20 03:45:18.0 
+0200
+@@ -87,35 +87,26 @@
+ 
+ #define __arch_c_compare_and_exchange_val_8_acq(mem, newval, oldval) \
+   ({ __typeof (*mem) ret;   \
+- __asm __volatile ("cmpl $0, %%gs:%P5\n\t"
\
+-   "je 0f\n\t"
\
+-   "lock\n"   
\
+-   "0:\tcmpxchgb %b2, %1"   \
++ __asm __volatile ("lock\n"   
\
++   "\tcmpxchgb %b2, %1" \
+  : "=a" (ret), "=m" (*mem)  \
+- : "q" (newval), "m" (*mem), "0" (oldval),  \
+-   "i" (offsetof (tcbhead_t, multiple_threads)));   \
++ : "q" (newval), "m" (*mem), "0" (oldval)); \
+  ret; })
+ 
+ #define __arch_c_compare_and_exchange_val_16_acq(mem, newval, oldval) \
+   ({ __typeof (*mem) ret;   \
+- __asm __volatile ("cmpl $0, %%gs:%P5\n\t"
\
+-   "je 0f\n\t"
\
+-   "lock\n"   
\
+-   "0:\tcmpxchgw %w2, %1"   \
++ __asm __volatile ("lock\n"   
\
++   "\tcmpxchgw %w2, %1" \
+  : "=a" (ret), "=m" (*mem)  \
+- : "r" (newval), "m" (*mem), "0" (oldval),  \
+-   "i" (offsetof (tcbhead_t, multiple_threads)));   \
++ : "r" (newval), "m" (*mem), "0" (oldval)); \
+  ret; })
+ 
+ #define __arch_c_compare_and_exchange_val_32_acq(mem, newval, oldva

r2426 - glibc-package/trunk/debian/patches/hurd-i386

2007-07-20 Thread sthibaul-guest
Author: sthibaul-guest
Date: 2007-07-21 00:36:28 + (Sat, 21 Jul 2007)
New Revision: 2426

Modified:
   glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff
Log:
rediff

Modified: glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff
===
--- glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff 
2007-07-21 00:27:17 UTC (rev 2425)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-tls-support.diff 
2007-07-21 00:36:28 UTC (rev 2426)
@@ -50,7 +50,7 @@
  #include "sysdep.h"   /* Defines stack direction.  */
  
  #define   STACK_SIZE  (16 * 1024 * 1024) /* 16MB, arbitrary.  */
-@@ -73,8 +74,25 @@ __mach_setup_thread (task_t task, thread
+@@ -73,8 +74,23 @@ __mach_setup_thread (task_t task, thread
if (error = __vm_protect (task, stack, __vm_page_size, 0, VM_PROT_NONE))
  return error;
  


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



r2427 - glibc-package/trunk/debian/patches/hurd-i386

2007-07-20 Thread sthibaul-guest
Author: sthibaul-guest
Date: 2007-07-21 00:56:01 + (Sat, 21 Jul 2007)
New Revision: 2427

Modified:
   glibc-package/trunk/debian/patches/hurd-i386/local-gscope.diff
Log:
rediff

Modified: glibc-package/trunk/debian/patches/hurd-i386/local-gscope.diff
===
--- glibc-package/trunk/debian/patches/hurd-i386/local-gscope.diff  
2007-07-21 00:36:28 UTC (rev 2426)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-gscope.diff  
2007-07-21 00:56:01 UTC (rev 2427)
@@ -438,7 +438,7 @@
 used occasionally.  */
 --- /dev/null  2005-07-17 23:39:37.0 +
 +++ glibc-2.6/elf/gscope.h 2007-07-19 23:00:57.0 +
-@@ -0,0 +1,14 @@
+@@ -0,0 +1,13 @@
 +#ifndef _GSCOPE_H
 +#define _GSCOPE_H 1
 +#include 


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



Processed: Re: Bug#433690: iceape-browser: crashes viewing a page

2007-07-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 433690 libc6
Bug#433690: iceape-browser: crashes viewing a page
Bug reassigned from package `iceape-browser' to `libc6'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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