Re: Bug#393007: FTBFS: expected declaration specifiers or '...' before '_llseek'

2006-10-14 Thread Steve Langasek
On Sat, Oct 14, 2006 at 05:37:30PM +0100, Martin Michlmayr wrote:
> Package: tct
> Version: 1.11-6.2
> Severity: serious

> I don't know if this is a bug in your package or in the
> linux-kernel-headers but I assume you're doing something you
> shouldn't be doing in userspace.

It's using syscall interfaces which appear to have broken in l-k-h 2.6.18.
A significant number of packages are affected; and I don't see any reason to
think that the use of these interfaces was ever inappropriate.

It has been suggested to me that this breakage was deliberate.  Can the
glibc maintainers confirm this?  If this is the case, I think we need to
seriously consider reverting the change for etch, given the number of
packages affected (and given that the change inadvertently snuck into
testing because the release team failed to freeze l-k-h along with the other
build-essential packages).

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#393023: PAGE_SIZE is undeclared

2006-10-14 Thread maximilian attems
any userspace that relies on PAGE_SIZE is considered broken since long,
as it is quite ambiguous on ppc for example.
see getpagesize(2) or better sysconf(3)

PAGE_MASK is obtained then by 
pm = ~(sysconf(_SC_PAGESIZE) - 1);

-- 
maks


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



Bug#393072: libc6 bug with sicstus: valgrind reports at rawmemchr

2006-10-14 Thread Ricardo Sousa
Package: libc6
Version: 2.3.6.ds1-6

$ valgrind sicstus
==5541== Memcheck, a memory error detector.
==5541== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==5541== Using LibVEX rev 1606, a library for dynamic binary translation.
==5541== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==5541== Using valgrind-3.2.0-Debian, a dynamic binary instrumentation
framework.
==5541== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==5541== For more details, rerun with: -v
==5541==
==5541== Conditional jump or move depends on uninitialised value(s)
==5541==at 0x401E693: rawmemchr (mc_replace_strmem.c:534)
==5541==by 0x414FCA1: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==5541==by 0x4144A1C: vsscanf (in /lib/tls/i686/cmov/libc-2.3.6.so)
==5541==by 0x413FEED: sscanf (in /lib/tls/i686/cmov/libc-2.3.6.so)
==5541==by 0x40829D9: memory_map (memalloc.c:647)
==5541== Warning: set address range perms: large range 199102464 (defined)
! relocation undefined, key=0xa0035850
! relocation undefined, key=0xa0035850
==5541==
==5541== Process terminating with default action of signal 11 (SIGSEGV)
==5541==  Bad permissions for mapped region at address 0x7CC
==5541==at 0x406B038: insert_definition (support.c:830)
==5541==
==5541== ERROR SUMMARY: 23 errors from 1 contexts (suppressed: 19 from 1)
==5541== malloc/free: in use at exit: 501 bytes in 4 blocks.
==5541== malloc/free: 18 allocs, 14 frees, 9,810 bytes allocated.
==5541== For counts of detected errors, rerun with: -v
==5541== searching for pointers to 4 not-freed blocks.
==5541== checked 457,596 bytes.
==5541==
==5541== LEAK SUMMARY:
==5541==definitely lost: 0 bytes in 0 blocks.
==5541==  possibly lost: 0 bytes in 0 blocks.
==5541==still reachable: 501 bytes in 4 blocks.
==5541== suppressed: 0 bytes in 0 blocks.
==5541== Reachable blocks (those to which a pointer was found) are not
shown.
==5541== To see them, rerun with: --show-reachable=yes
Segmentation fault

Kernel Version: 2.6.18



signature.asc
Description: OpenPGP digital signature


Bug#393023: PAGE_SIZE is undeclared

2006-10-14 Thread Martin Michlmayr
* Bastian Blank <[EMAIL PROTECTED]> [2006-10-14 20:55]:
> Several arches don't export PAGE_SIZE as it is not fixed.

That still leaves us with at least 8 build failures, and I should note
that these packages built on ia64/mips successfully before.


Here's a list:

bogl_0.1.18-1.4_20061010-0435:bogl.c:172: error: 'PAGE_MASK' undeclared (first 
use in this function)
ganglia-monitor-core_2.5.7-3_20061010-0807:gexec_process.c:330: error: 
'PAGE_SHIFT' undeclared (first use in this function)
lvm10_1:1.0.8-12_20061010-0845:lv_check_consistency.c:74: error: 'PAGE_SIZE' 
undeclared (first use in this function)
svgatextmode_1.9-15_20061010-1056:ttyresize.c:163: error: 'PAGE_SIZE' 
undeclared (first use in this function)
eciadsl_0.11-3_20061011-1033:pusb-linux.c:355: error: 'PAGE_SIZE' undeclared 
(first use in this function)
directfb-0.9-22_0.9.22-10_20061011-1538:../../../lib/direct/system.c:64: error: 
'PAGE_SIZE' undeclared (first use in this function)
jfbterm_0.4.7-4_20061011-2328:fbcommon.c:556: error: 'PAGE_MASK' undeclared 
(first use in this function)
vnc4_4.1.1+X4.3.0-18_20061013-1152:fbdevhw.c:548: error: 'PAGE_MASK' undeclared 
(first use in this function)

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: PAGE_SIZE is undeclared

2006-10-14 Thread Bastian Blank
On Sat, Oct 14, 2006 at 06:13:28PM +0100, Martin Michlmayr wrote:
> Lots of packages don't build because PAGE_SIZE is undeclared.

Several arches don't export PAGE_SIZE as it is not fixed.

> Examples:
> > Automatic build of directfb-0.9-22_0.9.22-10 on bigsur by sbuild/mips 0.49
> > Automatic build of eciadsl_0.11-3 on coconut0 by sbuild/ia64 0.49

You found the two arches where this is true.

Also asm/page.h is marked as "These probably shouldn't be exported".

Bastian

-- 
Leave bigotry in your quarters; there's no room for it on the bridge.
-- Kirk, "Balance of Terror", stardate 1709.2


signature.asc
Description: Digital signature


Re: Bug#393040: FTBFS: expected declaration specifiers or '...' before '_llseek'

2006-10-14 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-10-14 18:56]:
> I don't know if this is a bug in your package or in the
> linux-kernel-headers but I assume you're doing something you
> shouldn't be doing in userspace.
> 
> partitioning.c:78: error: expected declaration specifiers or '...' before 
> '_llseek'

Sorry for filing so many bugs on the same issue.  I didn't realize how
many packages exhibited this problem until I filed a bunch of bugs.
Maybe this is a linux-kernel-headers issue after all.  Can someone
please investigate.

Hmm, yeah, it compiles fine on amd64 so I assume it's a header problem
on i386.


FWIW, the following packages are affected:

bugs filed already:
 atari-fdisk #393024
 tct #393007
 fdclone #393027
 gpart #393039
 grubconf #393040

no bugs filed:
 lphdisk
 sg-utils
 sg3-utils

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: Log for failed build of ganglia-monitor-core_2.5.7-3 (dist=unstable1)

2006-10-14 Thread Martin Michlmayr
PAGE_SHIFT

> Automatic build of ganglia-monitor-core_2.5.7-3 on coconut0 by sbuild/ia64 
> 0.49
...
>  ia64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I./dnet -g -O2 
> -Wall -D_REENTRANT -c gexec_process.c -MT gexec_process.lo -MD -MP -MF 
> .deps/gexec_process.TPlo  -fPIC -DPIC -o .libs/gexec_process.o
> gexec_process.c: In function 'gexec_process_func':
> gexec_process.c:330: error: 'PAGE_SHIFT' undeclared (first use in this 
> function)
> gexec_process.c:330: error: (Each undeclared identifier is reported only once
> gexec_process.c:330: error: for each function it appears in.)
> make[3]: *** [gexec_process.lo] Error 1
> make[3]: Leaving directory `/build/tbm/ganglia-monitor-core-2.5.7/lib'
> make[2]: *** [all-recursive] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: Log for failed build of gps_1.1.0-3 (dist=unstable1)

2006-10-14 Thread Martin Michlmayr
> Automatic build of gps_1.1.0-3 on bigsur by sbuild/mips 0.49
...
> c++ -O2 -c history.cc -o history.o  -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DWDOC=\"/usr/doc\"  
> In file included from 
> /usr/lib/gcc/mips-linux-gnu/4.1.2/../../../../include/c++/4.1.2/backward/iostream.h:31,
>  from history.cc:27:
> /usr/lib/gcc/mips-linux-gnu/4.1.2/../../../../include/c++/4.1.2/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider using one of the 32 headers found in section 17.4.1.2 
> of the C++ standard. Examples include substituting the  header for the 
>  header for C++ includes, or  instead of the deprecated header 
> . To disable this warning use -Wno-deprecated.
> c++ -O2 -c linuxprocfs.cc -o linuxprocfs.o  -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DWDOC=\"/usr/doc\"  
> linuxprocfs.cc: In member function 'virtual void 
> LinuxProcFsProcessListPoller::poll()':
> linuxprocfs.cc:272: error: 'PAGE_SHIFT' was not declared in this scope
> linuxprocfs.cc: In member function 'virtual void 
> LinuxProcFsProcessDetailsPoller::poll(int)':
> linuxprocfs.cc:518: error: 'PAGE_SHIFT' was not declared in this scope
> make[1]: *** [linuxprocfs.o] Error 1
> make[1]: Leaving directory `/build/tbm/gps-1.1.0'
> make: *** [build-stamp] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: Log for failed build of bogl_0.1.18-1.4 (dist=unstable1)

2006-10-14 Thread Martin Michlmayr
PAGE_MASK...

> Automatic build of bogl_0.1.18-1.4 on bigsur by sbuild/mips 0.49
...
> make[1]: Entering directory `/build/tbm/bogl-0.1.18'
> cc -O2 -g -D_GNU_SOURCE -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 -o bogl.lo -fPIC 
> -c bogl.c
> bogl.c: In function 'bogl_init':
> bogl.c:172: error: 'PAGE_MASK' undeclared (first use in this function)
> bogl.c:172: error: (Each undeclared identifier is reported only once
> bogl.c:172: error: for each function it appears in.)
> make[1]: *** [bogl.lo] Error 1
> make[1]: Leaving directory `/build/tbm/bogl-0.1.18'

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: arch

2006-10-14 Thread Martin Michlmayr
the pattern seems to be: ia64 and mips.  amd64 and i386 seem fine.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#393023: PAGE_SIZE is undeclared

2006-10-14 Thread Martin Michlmayr
Package: linux-kernel-headers
Version: 2.6.18-3
Severity: grave

Lots of packages don't build because PAGE_SIZE is undeclared.

Examples:

1
> Automatic build of directfb-0.9-22_0.9.22-10 on bigsur by sbuild/mips 0.49
...
>   then mv -f ".deps/system.Tpo" ".deps/system.Plo"; else rm -f 
> ".deps/system.Tpo"; exit 1; fi
>  gcc -DHAVE_CONFIG_H -I. -I../../../lib/direct -I../.. -I../../include 
> -I../../lib -I../../../include -I../../../lib 
> -DDATADIR=\"/usr/share/directfb-0.9.22\" 
> -DMODULEDIR=\"/usr/lib/directfb-0.9.22\" -D_REENTRANT -Wall -O3 -ffast-math 
> -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -MT system.lo -MD 
> -MP -MF .deps/system.Tpo -c ../../../lib/direct/system.c  -fPIC -DPIC -o 
> .libs/system.o
> ../../../lib/direct/system.c: In function 'direct_pagesize':
> ../../../lib/direct/system.c:64: error: 'PAGE_SIZE' undeclared (first use in 
> this function)
> ../../../lib/direct/system.c:64: error: (Each undeclared identifier is 
> reported only once
> ../../../lib/direct/system.c:64: error: for each function it appears in.)
> make[4]: *** [system.lo] Error 1
> make[4]: Leaving directory 
> `/build/tbm/directfb-0.9-22-0.9.22/directfb-build/lib/direct'

2
> Automatic build of eciadsl_0.11-3 on coconut0 by sbuild/ia64 0.49
...
> if gcc -DPACKAGE_NAME=\"eciadsl-usermode\" 
> -DPACKAGE_TARNAME=\"eciadsl-usermode\" -DPACKAGE_VERSION=\"0.11\" 
> -DPACKAGE_STRING=\"eciadsl-usermode\ 0.11\" -DPACKAGE_BUGREPORT=\"[EMAIL 
> PROTECTED]" -DPACKAGE=\"eciadsl-usermode\" -DVERSION=\"0.11\" 
> -DHAVE_LIBPTHREAD=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 
> -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIOS_H=1 
> -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 
> -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 
> -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int 
> -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ 
> \*\) -DRETSIGTYPE=void -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_ALARM=1 
> -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
> -DHAVE_STRCASECMP=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1  -I. -I.  
> -DETC_DIR=\"/etc\" -DCONF_DIR=\"/etc/eciadsl\" 
> -DDOC_DIR=\"/usr/share/doc/eciadsl\"   -g -O2 -MT pusb.o -MD -MP -MF 
> ".deps/pusb.Tpo" -c -o pusb.o pusb.c; \
>   then mv -f ".deps/pusb.Tpo" ".deps/pusb.Po"; else rm -f 
> ".deps/pusb.Tpo"; exit 1; fi
> In file included from pusb.c:13:
> pusb-linux.c: In function 'pusb_endpoint_rw':
> pusb-linux.c:355: error: 'PAGE_SIZE' undeclared (first use in this function)
> pusb-linux.c:355: error: (Each undeclared identifier is reported only once
> pusb-linux.c:355: error: for each function it appears in.)
> make[3]: *** [pusb.o] Error 1
> make[3]: Leaving directory 
> `/build/tbm/eciadsl-0.11/build-tree/eciadsl-usermode-0.11'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory 
> `/build/tbm/eciadsl-0.11/build-tree/eciadsl-usermode-0.11'
> make[1]: *** [source.command] Error 2
> make[1]: Leaving directory `/build/tbm/eciadsl-0.11'
> make: *** [debian/stampdir/build] Error 2

3
> Automatic build of lvm10_1:1.0.8-12 on coconut0 by sbuild/ia64 0.49
...
> make[2]: Entering directory `/build/tbm/lvm10-1.0.8/1.0.8/tools'
> make[3]: Entering directory `/build/tbm/lvm10-1.0.8/1.0.8/tools/lib'
> make[4]: Entering directory `/build/tbm/lvm10-1.0.8/1.0.8/tools/lib'
> gcc -c -pipe -g -O2 -Wall -I../../tools/lib -I../../tools 
> -I/build/tbm/lvm10-1.0.8/1.0.8/tools/lib -I../../../kernel -o basename.o 
> basename.c
> gcc -c -pipe -g -O2 -Wall -I../../tools/lib -I../../tools 
> -I/build/tbm/lvm10-1.0.8/1.0.8/tools/lib -I../../../kernel -o debug.o debug.c
> gcc -c -pipe -g -O2 -Wall -I../../tools/lib -I../../tools 
> -I/build/tbm/lvm10-1.0.8/1.0.8/tools/lib -I../../../kernel -o 
> lv_change_read_ahead.o lv_change_read_ahead.c
> gcc -c -pipe -g -O2 -Wall -I../../tools/lib -I../../tools 
> -I/build/tbm/lvm10-1.0.8/1.0.8/tools/lib -I../../../kernel -o 
> lv_change_vgname.o lv_change_vgname.c
> gcc -c -pipe -g -O2 -Wall -I../../tools/lib -I../../tools 
> -I/build/tbm/lvm10-1.0.8/1.0.8/tools/lib -I../../../kernel -o 
> lv_check_active.o lv_check_active.c
> gcc -c -pipe -g -O2 -Wall -I../../tools/lib -I../../tools 
> -I/build/tbm/lvm10-1.0.8/1.0.8/tools/lib -I../../../kernel -o 
> lv_check_consistency.o lv_check_consistency.c
> lv_check_consistency.c: In function 'lv_check_consistency':
> lv_check_consistency.c:74: error: 'PAGE_SIZE' undeclared (first use in this 
> function)
> lv_check_consistency.c:74: error: (Each undeclared identifier is reported 
> only once
> lv_check_consistency.c:74: error: for each function it appears in

r1855 - glibc-package/branches/glibc-2.5/debian

2006-10-14 Thread Aurelien Jarno
Author: aurel32
Date: 2006-10-14 10:04:44 + (Sat, 14 Oct 2006)
New Revision: 1855

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
Log:
Fixed the bug number 


Modified: glibc-package/branches/glibc-2.5/debian/changelog
===
--- glibc-package/branches/glibc-2.5/debian/changelog   2006-10-11 14:31:41 UTC 
(rev 1854)
+++ glibc-package/branches/glibc-2.5/debian/changelog   2006-10-14 10:04:44 UTC 
(rev 1855)
@@ -31,7 +31,7 @@
   * sysdeps/i386.mk: ship the Xen flavour of ldconfig in libc6. It should be
 a few percent slower on plain i386, but a lot faster on Xen i386.
   * sysdeps/i386.mk: put the static Xen libc flavour in /usr/lib/xen.  Closes:
-#391353.
+#391372.
   * sysdeps/powerpc.mk: install 64-bit headers (actually gnu/stubs-64.h)
 directly into /usr/include and provide /usr/include/powerpc64-linux-gnu as
 a symlink to /usr/include for compatibility reasons.  Closes: #391858.


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



Processed: Re: [Pkg-aide-maintainers] Processed: Fixed in upload of glibc 2.5-0exp2 to experimental

2006-10-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 391353 - fixed-in-experimental
Bug#391353: aide: Doesn't work suitably on Xen enabled kernel because of 
statically linked libc
Tags were: fixed-in-experimental help
Tags removed: fixed-in-experimental

> tag 391372 + fixed-in-experimental
Bug#391372: please provide package to allow static link agains libc6-xen
Tags were: help
Tags added: fixed-in-experimental

> 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]



Processed: Fixed in upload of glibc 2.5-0exp2 to experimental

2006-10-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 391353 + fixed-in-experimental
Bug#391353: aide: Doesn't work suitably on Xen enabled kernel because of 
statically linked libc
Tags were: help
Tags added: fixed-in-experimental

> tag 391858 + fixed-in-experimental
Bug#391858: FTBFS: gcc-4.x with glibc from experimental
Tags were: experimental
Tags added: fixed-in-experimental

> quit
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]



Fixed in upload of glibc 2.5-0exp2 to experimental

2006-10-14 Thread Aurelien Jarno
tag 391353 + fixed-in-experimental
tag 391858 + fixed-in-experimental

quit

This message was generated automatically in response to an
upload to the experimental distribution.  The .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 12 Oct 2006 20:53:30 +0200
Source: glibc
Binary: libc0.1-prof libc6-dev-amd64 locales-all libc6-i686 libc6-dev-ppc64 
libc0.3-pic glibc-doc libc0.3 libc0.1-i686 libc6.1-dev libc6-s390x 
libnss-files-udeb libc6-dev-sparc64 libc6-i386 libc0.3-dev libc6-udeb libc6-dbg 
libc6.1-pic libc6-dev libc0.3-prof libc6-sparcv9 libc0.1-udeb libc6-dev-i386 
libc6.1-prof libc0.1-dev locales libc6-pic libc0.3-udeb libc6-dev-powerpc 
libc0.1-pic libc6-ppc64 libc0.3-dbg libc0.1-dbg libc6-amd64 libc0.1 libc6-prof 
libc6-xen libc6-powerpc libc6 libc6-sparcv9b libc6.1-udeb libc6.1-dbg nscd 
libc6-sparc64 libnss-dns-udeb libc6.1 libc6-dev-s390x
Architecture: source sparc all
Version: 2.5-0exp2
Distribution: experimental
Urgency: low
Maintainer: GNU Libc Maintainers 
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc6  - GNU C Library: Shared libraries
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-pic  - GNU C Library: PIC archive library
 libc6-prof - GNU C Library: Profiling Libraries
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-sparcv9 - GNU C Library: Shared libraries [v9 optimized]
 libc6-sparcv9b - GNU C Library: Shared libraries [v9b optimized]
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for files - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 391353 391858
Changes: 
 glibc (2.5-0exp2) experimental; urgency=low
 .
   * New upstream version 2.5.
 .
   [ Aurelien Jarno ]
   * debian/shlibver: Bump up to 2.5-1.
   * debian/copyright: update.
   * Remove locale/cvs-iso3166.diff (merged upstream).
   * Remove localedata/locale-ro_RO.diff (merged upstream).
   * Remove arm/cvs-portshead.patch (merged upstream).
   * Remove hppa/cvs-portshead.patch (merged upstream).
   * Remove hppa/submitted-drop-utimes.diff (merged upstream).
   * Remove hurd-i386/cvs-machrules-make.diff (merged upstream).
   * Remove mips/cvs-fork.diff (merged upstream).
   * Remove mips/cvs-resource.diff (merged upstream).
   * Remove powerpc/cvs-procfs.diff (merged upstream).
   * Remove any/cvs-argp_h.diff (merged upstream).
   * Remove any/cvs-getcwd_c.diff (merged upstream).
   * Remove any/cvs-sysctl.diff (merged upstream).
   * Remove any/cvs-thread_signals.diff (merged upstream).
   * Remove any/cvs-uio_h.diff (merged upstream).
   * Remove any/submitted-strfmon.diff (merged upstream).
   * Remove all/submitted-uninitialized-byte-LC_CTYPE.diff (merged upstream).
   * Remove any/local-ttyname-devfs.diff (devfs is not supported anymore).
   * Update arm/local-no-hwcap.diff.
   * Update any/local-ldso-disable-hwcap.diff.
   * Update all/submitted-new-brf-encoding.diff.
   * debhelper.in/libc.docs: remove INTERFACE as it has been removed upstream.
   * sysdeps/depflags.pl: don't make libc6 depends on tzdata, as this package
 is of priority required. Should help to debconfize tzdata.
   * sysdeps/i386.mk: ship the Xen flavour of ldconfig in libc6. It should be
 a few percent slower on plain i386, but a lot faster on Xen i386.
   * sysdeps/i386.mk: put the static Xen libc flavour in /usr/lib/xen.  Closes:
 #391353.
   * sysdeps/powerpc.mk: install 64-bit headers (actually gnu/stubs-64.h)
 directly into /usr/include and provide /usr/include/powerpc64-linux-gnu as
 a symlink to /usr/include for compatibility reasons.  Closes: #391858.
   * sparc/cvs-pause-sigprocmask.diff: new patch (fix sparc64 build) from
 upstream CVS.
 .
   [ Denis Barbier ]
   * Remove localedata/locale-en_NZ.diff (merged upstream).
   * Remove localedata/locale-nr_ZA.diff (merged upstream).
   * Remove localedata/new-catalan-locales.diff (merged upstream).
   * Remove localedata/update-ZA.diff (merged upstream).
   * Remove localedata/locale-te_IN.diff (merged upstream).
   * Remove locale/iso4217-RON.diff (merged upstream).
   * Update localedata/locales_CH.diff
   * Update localedata/supported.diff
   * Update localedata/locale-hy_AM.diff
   * Update localedata/locale-csb_PL.diff
   * Update localedata/dz_BT-collation.diff
   * Update localedata/locale-ia.diff
   * Update localedata/locales-sr.diff
   * Update localedata/tailor-iso14651_t1.diff
   * Update localedata/fix-lang.diff
   * Update localedata/first_weekday.diff
Files: 
 7d7c52d6db29131f2f79

glibc_2.5-0exp2_sparc.changes ACCEPTED

2006-10-14 Thread Debian Installer

Accepted:
glibc-doc_2.5-0exp2_all.deb
  to pool/main/g/glibc/glibc-doc_2.5-0exp2_all.deb
glibc_2.5-0exp2.diff.gz
  to pool/main/g/glibc/glibc_2.5-0exp2.diff.gz
glibc_2.5-0exp2.dsc
  to pool/main/g/glibc/glibc_2.5-0exp2.dsc
libc6-dbg_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/libc6-dbg_2.5-0exp2_sparc.deb
libc6-dev-sparc64_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/libc6-dev-sparc64_2.5-0exp2_sparc.deb
libc6-dev_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/libc6-dev_2.5-0exp2_sparc.deb
libc6-pic_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/libc6-pic_2.5-0exp2_sparc.deb
libc6-prof_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/libc6-prof_2.5-0exp2_sparc.deb
libc6-sparc64_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/libc6-sparc64_2.5-0exp2_sparc.deb
libc6-sparcv9_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/libc6-sparcv9_2.5-0exp2_sparc.deb
libc6-sparcv9b_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/libc6-sparcv9b_2.5-0exp2_sparc.deb
libc6-udeb_2.5-0exp2_sparc.udeb
  to pool/main/g/glibc/libc6-udeb_2.5-0exp2_sparc.udeb
libc6_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/libc6_2.5-0exp2_sparc.deb
libnss-dns-udeb_2.5-0exp2_sparc.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.5-0exp2_sparc.udeb
libnss-files-udeb_2.5-0exp2_sparc.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.5-0exp2_sparc.udeb
locales-all_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/locales-all_2.5-0exp2_sparc.deb
locales_2.5-0exp2_all.deb
  to pool/main/g/glibc/locales_2.5-0exp2_all.deb
nscd_2.5-0exp2_sparc.deb
  to pool/main/g/glibc/nscd_2.5-0exp2_sparc.deb


Override entries for your package:
glibc-doc_2.5-0exp2_all.deb - optional doc
glibc_2.5-0exp2.dsc - source libs
libc6-dbg_2.5-0exp2_sparc.deb - extra libdevel
libc6-dev-sparc64_2.5-0exp2_sparc.deb - standard libdevel
libc6-dev_2.5-0exp2_sparc.deb - standard libdevel
libc6-pic_2.5-0exp2_sparc.deb - optional libdevel
libc6-prof_2.5-0exp2_sparc.deb - extra libdevel
libc6-sparc64_2.5-0exp2_sparc.deb - standard libs
libc6-sparcv9_2.5-0exp2_sparc.deb - extra libs
libc6-sparcv9b_2.5-0exp2_sparc.deb - extra libs
libc6-udeb_2.5-0exp2_sparc.udeb - extra debian-installer
libc6_2.5-0exp2_sparc.deb - required libs
libnss-dns-udeb_2.5-0exp2_sparc.udeb - extra debian-installer
libnss-files-udeb_2.5-0exp2_sparc.udeb - extra debian-installer
locales-all_2.5-0exp2_sparc.deb - extra libs
locales_2.5-0exp2_all.deb - standard libs
nscd_2.5-0exp2_sparc.deb - optional admin

Announcing to debian-devel-changes@lists.debian.org
Setting bugs to severity fixed: 391353 391858 


Thank you for your contribution to Debian.


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



glibc override disparity

2006-10-14 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libc6-dev-sparc64_2.5-0exp2_sparc.deb: package says priority is optional, 
override says standard.
libc6-sparc64_2.5-0exp2_sparc.deb: package says priority is optional, override 
says standard.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])


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



Processing of glibc_2.5-0exp2_sparc.changes

2006-10-14 Thread Archive Administrator
glibc_2.5-0exp2_sparc.changes uploaded successfully to localhost
along with the files:
  glibc_2.5-0exp2.dsc
  glibc_2.5-0exp2.diff.gz
  glibc-doc_2.5-0exp2_all.deb
  locales_2.5-0exp2_all.deb
  libc6_2.5-0exp2_sparc.deb
  libc6-dev_2.5-0exp2_sparc.deb
  libc6-prof_2.5-0exp2_sparc.deb
  libc6-pic_2.5-0exp2_sparc.deb
  locales-all_2.5-0exp2_sparc.deb
  libc6-sparc64_2.5-0exp2_sparc.deb
  libc6-dev-sparc64_2.5-0exp2_sparc.deb
  libc6-sparcv9_2.5-0exp2_sparc.deb
  libc6-sparcv9b_2.5-0exp2_sparc.deb
  nscd_2.5-0exp2_sparc.deb
  libc6-dbg_2.5-0exp2_sparc.deb
  libc6-udeb_2.5-0exp2_sparc.udeb
  libnss-dns-udeb_2.5-0exp2_sparc.udeb
  libnss-files-udeb_2.5-0exp2_sparc.udeb

Greetings,

Your Debian queue daemon


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