Bug#654712: /usr/include/net/if.h:94:17: error: field ‘ifi_lastchange’ has incomplete type

2012-01-05 Thread Christoph Egger
Package: libc0.1-dev
Version: 2.13-23
Severity: normal

Hi!

Compiling

/-
| #include net/if.h
| 
| int main() {
| }
\-

with gcc -ansi

results in a

/usr/include/net/if.h:94:17: error: field ‘ifi_lastchange’ has incomplete type

error message

Seen in tcos build

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 9.0-0-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc0.1-dev depends on:
ii  kfreebsd-kernel-headers  0.62
ii  libc-dev-bin 2.13-23
ii  libc0.1  2.13-23

Versions of packages libc0.1-dev recommends:
ii  gcc [c-compiler]  4:4.6.1-3
ii  gcc-4.4 [c-compiler]  4.4.6-14
ii  gcc-4.6 [c-compiler]  4.6.2-9

Versions of packages libc0.1-dev suggests:
ii  glibc-doc none
ii  manpages-dev  3.35-0.1

-- no debconf information



--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120105133036.95341.34934.report...@ka.univirtual.siccegge.de



Bug#654744: eglibc: non-standard gcc/g++ used for build (gcc-4.4)

2012-01-05 Thread Matthias Klose
Package: eglibc
Version: 2.13-24
Severity: important
User: debian-...@lists.debian.org
Usertags: non-standard-compiler, gcc-4.4

This package builds with a non standard compiler version; please check
if this package can be built with the default version of gcc/g++, or
with gcc-4.6/g++-4.6.

Please keep this report open until the package uses the default
compiler version (or gcc-4.6) for the package build.

The severity of this report is likely to be raised before the release,
so that the gcc-4.4 package can be removed for the release.



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rioc3-0001nu...@ravel.debian.org



Bug#553206: libc6: sscanf segfaults with %d on large decimal input string

2012-01-05 Thread Jonathan Neuschäfer
Package: libc6
Version: 2.13-24
Followup-For: Bug #553206

This also happens with plain scanf.

-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libc-bin  2.13-24
ii  libgcc1   1:4.6.2-9

Versions of packages libc6 recommends:
ii  libc6-i686  2.13-24

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]  1.5.41
ii  glibc-doc  none
ii  locales2.13-24

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120105142459.26158.67273.reportbug@debian.debian



Bug#654835: libc/NEWS.Debian: please suggest use of LIBRARY_PATH and CPATH envvars

2012-01-05 Thread Jonathan Nieder
Package: libc6
Version: 2.13-24
Severity: minor
Justification: documentation
Tags: patch

libc6's NEWS.Debian explains:

   you might try to pass the following option to your
compiler:

  -B/usr/lib/triplet -I/usr/include/triplet

Lately I've been building gcc trunk from time to time, and as noted in
bug#644990 there's no obvious place to put those options to ensure
they get passed to the stage1 compiler.  Then suddenly it occured to
me that the usual LIBRARY_PATH and CPATH environment variables would
be a less fussy way to tell the compiler what paths to use.

It works. :)

How about this patch?  Hopefully it can save future readers and bug
triagers some time.
---
 debian/changelog  |8 
 debian/debhelper.in/libc.NEWS |6 ++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7847ec9d..0dfeb6b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+eglibc (2.13-25) UNRELEASED; urgency=low
+
+  * debhelper.in/libc.NEWS: suggest environment variables as an
+alternative for build systems that make it hard to pass custom
+arguments like -B and -I to the compiler.
+
+ -- Jonathan Nieder jrnie...@gmail.com  Thu, 05 Jan 2012 19:20:52 -0600
+
 eglibc (2.13-24) unstable; urgency=low
 
   * patches/m68k/cvs-byteswap.diff: fix m68k optimized version of 
diff --git a/debian/debhelper.in/libc.NEWS b/debian/debhelper.in/libc.NEWS
index e069cdc2..cb5f9e7f 100644
--- a/debian/debhelper.in/libc.NEWS
+++ b/debian/debhelper.in/libc.NEWS
@@ -15,6 +15,12 @@ eglibc (2.13-17) unstable; urgency=low
 
 -B/usr/lib/triplet -I/usr/include/triplet
 
+  Or set the LIBRARY_PATH and CPATH environment variables:
+
+LIBRARY_PATH=/usr/lib/triplet
+CPATH=/usr/include/triplet
+export LIBRARY_PATH CPATH
+
  -- Aurelien Jarno aure...@debian.org  Tue, 09 Aug 2011 19:58:28 +0200 
 
 eglibc (2.13-7) unstable; urgency=low
-- 
1.7.8.2




-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120106012714.ga18...@elie.hsd1.il.comcast.net