Bug#428923: fxload: FTBFS: ezusb.c:32:25: error: linux/usb.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: fxload
version: 0.0.20020411-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory `/build/user/fxload-0.0.20020411'
cc -c -O -Wall   ezusb.c -o ezusb.o
ezusb.c:32:25: error: linux/usb.h: No such file or directory
ezusb.c: In function 'ezusb_read':
ezusb.c:176: error: 'USB_DIR_IN' undeclared (first use in this function)
ezusb.c:176: error: (Each undeclared identifier is reported only once
ezusb.c:176: error: for each function it appears in.)
ezusb.c:176: error: 'USB_TYPE_VENDOR' undeclared (first use in this function)
ezusb.c:176: error: 'USB_RECIP_DEVICE' undeclared (first use in this function)
ezusb.c: In function 'ezusb_write':
ezusb.c:205: error: 'USB_DIR_OUT' undeclared (first use in this function)
ezusb.c:205: error: 'USB_TYPE_VENDOR' undeclared (first use in this function)
ezusb.c:205: error: 'USB_RECIP_DEVICE' undeclared (first use in this function)
ezusb.c: In function 'ezusb_cpucs':
ezusb.c:232: error: 'USB_DIR_OUT' undeclared (first use in this function)
ezusb.c:232: error: 'USB_TYPE_VENDOR' undeclared (first use in this function)
ezusb.c:232: error: 'USB_RECIP_DEVICE' undeclared (first use in this function)
make[1]: *** [ezusb.o] Error 1
make[1]: Leaving directory `/build/user/fxload-0.0.20020411'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428920: brltty: FTBFS: ../../Programs/usb_linux.c:33:28: error: linux/compiler.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: brltty
version: 3.7.2-7.1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/sys_linux.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/io_misc.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/sysmisc.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/queue.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/cut.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/route.c
mawk -f ../../Programs/cmds.awk ../../Programs/brldefs.h cmds.auto.h
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/cmd.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/at2.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/tbl.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c 
../../Programs/ctb_compile.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c 
../../Programs/ctb_translate.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/serial.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/usb.c
gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
-D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c ../../Programs/usb_linux.c
../../Programs/usb_linux.c:33:28: error: linux/compiler.h: No such file or 
directory
make[2]: *** [usb_linux.o] Error 1
make[2]: Leaving directory `/build/user/brltty-3.7.2/build-brltty/Programs'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/brltty-3.7.2/build-brltty'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428882: xserver-xorg-input-kbd: xserver-xorg-input-keyboard break X

2007-06-15 Thread WaVeR
Hello Julien,

Why the package doesn't change directly xorg.conf? Or informe
automatically with a little dialog box to change the xorg.conf.
Sincerely i don't read always the NEWS.Debian.gz for upgraded packages.

Best regards,

Le jeudi 14 juin 2007 à 23:43 +0200, Julien Cristau a écrit :
 forcemerge 428794 428882
 kthxbye
 
 On Thu, Jun 14, 2007 at 23:31:32 +0200, WaVeR wrote:
 
  Package: xserver-xorg-input-kbd
  Version: 1:1.2.0-1+1.2.1
  Severity: critical
  Justification: breaks unrelated software
  
 no it doesn't.
 Please read /usr/share/doc/xserver-xorg-input-kbd/NEWS.Debian.gz.
 
 Cheers,
 Julien
 



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



Bug#428922: festival-gaim: FTBFS: No package 'gaim' found

2007-06-15 Thread Lucas Nussbaum
Package: festival-gaim
version: 1.1-5
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
checking how to hardcode library paths into programs... immediate
appending configuration tag F77 to libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GAIM... configure: error: Package requirements (gaim) were not met:

No package 'gaim' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GAIM_CFLAGS
and GAIM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [debian/stamp-autogen] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428924: ebtables: FTBFS: include/linux/netfilter_bridge.h:7:26: error: linux/config.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: ebtables
version: 2.0.6-3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory `/build/user/ebtables-2.0.6'
gcc -g -Wall -O2 -DPROGVERSION=\2.0.6\ -DPROGNAME=\ebtables\ 
-DPROGDATE=\November\ 2003\ -D_PATH_ETHERTYPES=\/etc/ethertypes\ -c -o 
getethertype.o getethertype.c -Iinclude/
gcc -g -Wall -O2 -DPROGVERSION=\2.0.6\ -DPROGNAME=\ebtables\ 
-DPROGDATE=\November\ 2003\ -D_PATH_ETHERTYPES=\/etc/ethertypes\ -c -o 
ebtables.o ebtables.c -Iinclude/
In file included from include/linux/netfilter_bridge/ebtables.h:17,
 from include/ebtables_u.h:27,
 from ebtables.c:30:
include/linux/netfilter_bridge.h:7:26: error: linux/config.h: No such file or 
directory
ebtables.c: In function 'list_em':
ebtables.c:583: warning: pointer targets in passing argument 1 of 
'print_mac_and_mask' differ in signedness
ebtables.c:583: warning: pointer targets in passing argument 2 of 
'print_mac_and_mask' differ in signedness
ebtables.c:590: warning: pointer targets in passing argument 1 of 
'print_mac_and_mask' differ in signedness
ebtables.c:590: warning: pointer targets in passing argument 2 of 
'print_mac_and_mask' differ in signedness
ebtables.c: In function 'main':
ebtables.c:2193: warning: pointer targets in passing argument 2 of 
'get_mac_and_mask' differ in signedness
ebtables.c:2193: warning: pointer targets in passing argument 3 of 
'get_mac_and_mask' differ in signedness
ebtables.c:2208: warning: pointer targets in passing argument 2 of 
'get_mac_and_mask' differ in signedness
ebtables.c:2208: warning: pointer targets in passing argument 3 of 
'get_mac_and_mask' differ in signedness
make[1]: *** [ebtables.o] Error 1
make[1]: Leaving directory `/build/user/ebtables-2.0.6'
make: *** [debian/stamp-makefile-build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428919: apache2-mpm-itk: FTBFS: patches dont apply; autoconf: no input file

2007-06-15 Thread Lucas Nussbaum
Package: apache2-mpm-itk
version: 2.2.3-04-2
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
1 out of 1 hunk ignored

Applying 09-nice.patch ...
can't find file to patch at input line 7
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--
|Support a per-vhost nice value.
|
|Index: apache2.2/server/mpm/experimental/itk/itk.c
|===
|--- apache2.2.orig/server/mpm/experimental/itk/itk.c
|+++ apache2.2/server/mpm/experimental/itk/itk.c
--
File to patch: 
Skip this patch? [y] 
Skipping patch.
8 out of 8 hunks ignored

autoconf: no input file
make: *** [build-stamp] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428921: fbgetty: FTBFS: options.c:154: error: expected expression before 'struct'

2007-06-15 Thread Lucas Nussbaum
Package: fbgetty
version: 0.1.698-9
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[2]: Entering directory `/build/user/fbgetty-0.1.698/src'
cc -DHAVE_CONFIG_H  -I../include -I../include-g -Wall -O2 -c `test -f 
main.c || echo './'`main.c
cc -DHAVE_CONFIG_H  -I../include -I../include-g -Wall -O2 -c `test -f 
options.c || echo './'`options.c
options.c:154: warning: implicit declaration of function 'offsetof'
options.c:154: error: expected expression before 'struct'
options.c:154: error: initializer element is not constant
options.c:154: error: (near initialization for 'env_options[0].offset')
options.c:155: error: expected expression before 'struct'
options.c:155: error: initializer element is not constant
options.c:155: error: (near initialization for 'env_options[1].offset')
options.c:158: error: expected expression before 'struct'
options.c:158: error: initializer element is not constant
options.c:158: error: (near initialization for 'env_options[2].offset')
options.c:159: error: expected expression before 'struct'
options.c:159: error: initializer element is not constant
options.c:159: error: (near initialization for 'env_options[3].offset')
options.c:160: error: expected expression before 'struct'
options.c:160: error: initializer element is not constant
options.c:160: error: (near initialization for 'env_options[4].offset')
options.c:163: error: expected expression before 'struct'
options.c:163: error: initializer element is not constant
options.c:163: error: (near initialization for 'env_options[5].offset')
options.c:164: error: expected expression before 'struct'
options.c:164: error: initializer element is not constant
options.c:164: error: (near initialization for 'env_options[6].offset')
options.c:166: error: expected expression before 'struct'
options.c:166: error: initializer element is not constant
options.c:166: error: (near initialization for 'env_options[7].offset')
options.c:167: error: expected expression before 'struct'
options.c:167: error: initializer element is not constant
options.c:167: error: (near initialization for 'env_options[8].offset')
options.c:168: error: expected expression before 'struct'
options.c:168: error: initializer element is not constant
options.c:168: error: (near initialization for 'env_options[9].offset')
options.c:170: error: expected expression before 'struct'
options.c:170: error: initializer element is not constant
options.c:170: error: (near initialization for 'env_options[10].offset')
options.c:171: error: expected expression before 'struct'
options.c:171: error: initializer element is not constant
options.c:171: error: (near initialization for 'env_options[11].offset')
options.c:172: error: expected expression before 'struct'
options.c:172: error: initializer element is not constant
options.c:172: error: (near initialization for 'env_options[12].offset')
options.c:174: error: expected expression before 'struct'
options.c:174: error: initializer element is not constant
options.c:174: error: (near initialization for 'env_options[13].offset')
options.c:175: error: expected expression before 'struct'
options.c:175: error: initializer element is not constant
options.c:175: error: (near initialization for 'env_options[14].offset')
options.c:902: error: expected expression before 'struct'
options.c:902: error: initializer element is not constant
options.c:902: error: (near initialization for 'merge_option_list[0].offset')
options.c:904: error: expected expression before 'struct'
options.c:904: error: initializer element is not constant
options.c:904: error: (near initialization for 'merge_option_list[1].offset')
options.c:907: error: expected expression before 'struct'
options.c:907: error: initializer element is not constant
options.c:907: error: (near initialization for 'merge_option_list[2].offset')
options.c:908: error: expected expression before 'struct'
options.c:908: error: initializer element is not constant
options.c:908: error: (near initialization for 'merge_option_list[3].offset')
options.c:909: error: expected expression before 'struct'
options.c:909: error: initializer element is not constant
options.c:909: error: (near initialization for 'merge_option_list[4].offset')
options.c:911: error: expected expression before 'struct'
options.c:911: error: initializer element is not constant
options.c:911: error: (near initialization for 'merge_option_list[5].offset')
options.c:912: error: expected expression before 'struct'
options.c:912: error: initializer element is not constant
options.c:912: error: (near initialization for 'merge_option_list[6].offset')
options.c:913: error: expected expression before 'struct'
options.c:913: error: initializer element is not constant
options.c:913: error: (near initialization for 'merge_option_list[7].offset')
options.c:915: error: expected expression before 'struct'
options.c:915: error: initializer 

Bug#428925: kover: FTBFS: /usr/include/asm-i386/byteorder.h:24: error: '__u64' does not name a type

2007-06-15 Thread Lucas Nussbaum
Package: kover
version: 1:2.9.6-3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
/usr/share/qt3/bin/moc ./filemode.h -o filemode.moc
/usr/share/qt3/bin/moc ./koverfile.h -o koverfile.moc
/usr/share/qt3/bin/moc ./without_cd.h -o without_cd.moc
/usr/share/qt3/bin/moc ./server_dialog.h -o server_dialog.moc
/usr/share/qt3/bin/moc ./cdview.h -o cdview.moc
/usr/share/qt3/bin/moc ./imagedlg.h -o imagedlg.moc
/usr/share/qt3/bin/moc ./inexact_dialog.h -o inexact_dialog.moc
creating kover.all_cc.cc ...
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/kde 
-I/usr/include/qt3 -I.-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
-Wpointer-arith -Wwrite-strings -O2 -g -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common 
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common  -MT kover.all_cc.o -MD -MP -MF .deps/kover.all_cc.Tpo \
  -c -o kover.all_cc.o `test -f 'kover.all_cc.cc' || echo 
'./'`kover.all_cc.cc; \
then mv -f .deps/kover.all_cc.Tpo .deps/kover.all_cc.Po; \
else rm -f .deps/kover.all_cc.Tpo; exit 1; \
fi
/usr/include/asm-i386/byteorder.h:24: error: '__u64' does not name a type
/usr/include/linux/byteorder/swab.h:159: error: '__u64' does not name a type
/usr/include/linux/byteorder/swab.h:169: error: '__u64' does not name a type
/usr/include/linux/byteorder/swab.h:173: error: variable or field '__swab64s' 
declared void
/usr/include/linux/byteorder/swab.h:173: error: '__swab64s' declared as an 
'inline' variable
/usr/include/linux/byteorder/swab.h:173: error: '__u64' was not declared in 
this scope
/usr/include/linux/byteorder/swab.h:173: error: 'addr' was not declared in this 
scope
/usr/include/linux/byteorder/swab.h:174: error: expected ',' or ';' before '{' 
token
/usr/include/linux/byteorder/little_endian.h:43: error: '__le64' does not name 
a type
/usr/include/linux/byteorder/little_endian.h:47: error: '__u64' does not name a 
type
/usr/include/linux/byteorder/little_endian.h:67: error: '__be64' does not name 
a type
/usr/include/linux/byteorder/little_endian.h:71: error: '__u64' does not name a 
type
koverfile.cc: In member function 'bool KoverFile::openFile(const KURL)':
koverfile.cc:407: warning: 'download' is deprecated (declared at 
/usr/include/kde/kio/netaccess.h:122)
koverfile.cc: In member function 'bool KoverFile::saveFile(const KURL)':
koverfile.cc:548: warning: 'upload' is deprecated (declared at 
/usr/include/kde/kio/netaccess.h:161)
cdview.cc: In member function 'void CDView::printKover()':
cdview.cc:130: warning: 'fromPage' is deprecated (declared at 
/usr/include/kde/kprinter.h:329)
proxy_auth.cc: In member function 'void proxy_auth::handle_input()':
proxy_auth.cc:176: warning: array subscript has type 'char'
proxy_auth.cc:178: warning: array subscript has type 'char'
proxy_auth.cc:185: warning: array subscript has type 'char'
proxy_auth.cc:187: warning: array subscript has type 'char'
proxy_auth.cc:189: warning: array subscript has type 'char'
proxy_auth.cc:196: warning: array subscript has type 'char'
proxy_auth.cc:198: warning: array subscript has type 'char'
proxy_auth.cc:200: warning: array subscript has type 'char'
proxy_auth.cc:202: warning: array subscript has type 'char'
direntry.cc: At global scope:
direntry.cc:32: warning: unused parameter 'name'
direntry.cc:32: warning: unused parameter 'size'
direntry.cc:32: warning: unused parameter 'type'
filemode.cc:154: warning: unused parameter 'index'
directory.cc: In member function 'void directory::make_childs()':
directory.cc:137: warning: unused variable 'i'
cdtext.cc: In member function 'int cdtext::read_cdtext()':
cdtext.cc:120: warning: large integer implicitly truncated to unsigned type
PreferencesDialog.cc: At global scope:
PreferencesDialog.cc:38: warning: 'vcid' defined but not used
make[4]: *** [kover.all_cc.o] Error 1
make[4]: Leaving directory 
`/build/user/kover-2.9.6/build-tree/kover-2.9.6/kover'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/build/user/kover-2.9.6/build-tree/kover-2.9.6/kover'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/kover-2.9.6/build-tree/kover-2.9.6'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/kover-2.9.6/build-tree/kover-2.9.6'
make: *** [stampdir/build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386

Bug#428926: gmp: FTBFS: /usr/include/c++/4.1.3/bits/locale_facets.h:1682: undefined reference to `std::numpunctchar::_M_initialize_numpunct(__locale_struct*)'

2007-06-15 Thread Lucas Nussbaum
Package: gmp
version: 2:4.2.1+dfsg-4
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
/bin/sh ../../libtool --mode=link g++  -g -O2  -Wl,-z,defs -o t-istream  
t-istream.o -L../../.libs ../../tests/libtests.la ../../libgmpxx.la 
../../libgmp.la 
g++ -g -O2 -Wl,-z -Wl,defs -o .libs/t-istream t-istream.o  
-L/build/user/gmp-4.2.1+dfsg/.libs ../../tests/.libs/libtests.a 
../../.libs/libgmpxx.so /build/user/gmp-4.2.1+dfsg/.libs/libgmp.so 
../../.libs/libgmp.so
creating t-istream
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../tests-g -O2 -c -o 
t-locale.o t-locale.cc
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../tests-g -O2 
-c clocale.c
/bin/sh ../../libtool --mode=link g++  -g -O2  -Wl,-z,defs -o t-locale  
t-locale.o clocale.o -L../../.libs ../../tests/libtests.la ../../libgmpxx.la 
../../libgmp.la 
g++ -g -O2 -Wl,-z -Wl,defs -o .libs/t-locale t-locale.o clocale.o  
-L/build/user/gmp-4.2.1+dfsg/.libs ../../tests/.libs/libtests.a 
../../.libs/libgmpxx.so /build/user/gmp-4.2.1+dfsg/.libs/libgmp.so 
../../.libs/libgmp.so
t-locale.o: In function `numpunct':
/usr/include/c++/4.1.3/bits/locale_facets.h:1682: undefined reference to 
`std::numpunctchar::_M_initialize_numpunct(__locale_struct*)'
collect2: ld returned 1 exit status
make[5]: *** [t-locale] Error 1
make[5]: Leaving directory `/build/user/gmp-4.2.1+dfsg/tests/cxx'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/build/user/gmp-4.2.1+dfsg/tests/cxx'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/build/user/gmp-4.2.1+dfsg/tests'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/build/user/gmp-4.2.1+dfsg'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/build/user/gmp-4.2.1+dfsg'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428929: ipmitool: FTBFS: open.c:53:29: error: linux/compiler.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: ipmitool
version: 1.8.8-3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[5]: Entering directory `/build/user/ipmitool-1.8.8/src/plugins/open'
if /bin/sh ../../../libtool --silent --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include-g -O2 
-fno-strict-aliasing -I /lib/modules/2.6.18-3-amd64/build/include -MT open.lo 
-MD -MP -MF .deps/open.Tpo -c -o open.lo open.c; \
then mv -f .deps/open.Tpo .deps/open.Plo; else rm -f 
.deps/open.Tpo; exit 1; fi
open.c:53:29: error: linux/compiler.h: No such file or directory
make[5]: *** [open.lo] Error 1
make[5]: Leaving directory `/build/user/ipmitool-1.8.8/src/plugins/open'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/build/user/ipmitool-1.8.8/src/plugins'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/user/ipmitool-1.8.8/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/ipmitool-1.8.8'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/ipmitool-1.8.8'
make: *** [build-arch-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428928: jfbterm: FTBFS: fbdpsp.c:830:20: error: asm/io.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: jfbterm
version: 0.4.7-7
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory `/build/user/jfbterm-0.4.7'
cd .  automake-1.4 --gnu Makefile
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wimplicit -Wreturn-type -Wunused 
-Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized 
-Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -c main.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wimplicit -Wreturn-type -Wunused 
-Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized 
-Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -c fbcommon.c
In file included from fbcommon.c:54:
util.h:53:1: warning: PAGE_SIZE redefined
In file included from /usr/include/asm/page.h:7,
 from fbcommon.c:49:
/usr/include/asm-i386/page.h:6:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wimplicit -Wreturn-type -Wunused 
-Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized 
-Wparentheses -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -c fbdpsp.c
fbdpsp.c:830:20: error: asm/io.h: No such file or directory
fbdpsp.c: In function 'setmode':
fbdpsp.c:846: warning: implicit declaration of function 'outb'
make[1]: *** [fbdpsp.o] Error 1
make[1]: Leaving directory `/build/user/jfbterm-0.4.7'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428932: iptables: FTBFS: ip6_tables.h:25:28: error: linux/compiler.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: iptables
version: 1.3.6.0debian1-5
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory 
`/build/user/iptables-1.3.6.0debian1/debian/build/iptables_profectio'
Unable to resolve dependency on linux/compiler.h. Try 'make clean'.
cc -O2 -Wall -Wunused 
-I/build/user/iptables-1.3.6.0debian1/debian/build/kernel_profectio/include 
-Iinclude/ -DIPTABLES_VERSION=\1.3.6\  -D_UNKNOWN_KERNEL_POINTER_SIZE 
-DIP6T_LIB_DIR=\/lib/iptables\ -c -o ip6tables.o ip6tables.c
In file included from include/libiptc/libip6tc.h:6,
 from include/ip6tables.h:5,
 from ip6tables.c:38:
/build/user/iptables-1.3.6.0debian1/debian/build/kernel_profectio/include/linux/netfilter_ipv6/ip6_tables.h:25:28:
 error: linux/compiler.h: No such file or directory
In file included from include/libiptc/libip6tc.h:6,
 from include/ip6tables.h:5,
 from ip6tables.c:38:
/build/user/iptables-1.3.6.0debian1/debian/build/kernel_profectio/include/linux/netfilter_ipv6/ip6_tables.h:207:
 error: expected ':', ',', ';', '}' or '__attribute__' before '*' token
make[1]: *** [ip6tables.o] Error 1
make[1]: Leaving directory 
`/build/user/iptables-1.3.6.0debian1/debian/build/iptables_profectio'
make: *** [build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428930: gnopernicus: FTBFS: Variable 'datarootdir' not defined in '/usr/lib/pkgconfig/gnome-mag-1.0.pc'

2007-06-15 Thread Lucas Nussbaum
Package: gnopernicus
version: 1.0.7-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
checking default fonts path (for braille font)... /usr/share/fonts/default/Type1
checking whether to enable ipv6... yes
checking whether to enable paranoia option... no
checking whether to enable magnifier support... yes
checking whether to enable debug support... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBBRL... yes
checking for LIBBRL_TEST... yes
checking for LIBMAG... configure: error: Package requirements (
gconf-2.0 = 2.6.1  libxml-2.0 = 2.6.7 gnome-mag-1.0 
= 0.11.7) were not met:

Variable 'datarootdir' not defined in '/usr/lib/pkgconfig/gnome-mag-1.0.pc'

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBMAG_CFLAGS
and LIBMAG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [config.status] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428927: keepalived: FTBFS: check_data.h:38:27: error: linux/ip_masq.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: keepalived
version: 1.1.12-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[3]: Entering directory `/build/user/keepalived-1.1.12/keepalived/core'
cc -g -Wall -O2  -I/build/user/keepalived-1.1.12/debian/include -I../include 
-I../../lib -Wall -Wunused -Wstrict-prototypes -D_KRNL_2_2_ -D_WITH_LVS_ 
-D_WITH_VRRP_  -c main.c
cc -g -Wall -O2  -I/build/user/keepalived-1.1.12/debian/include -I../include 
-I../../lib -Wall -Wunused -Wstrict-prototypes -D_KRNL_2_2_ -D_WITH_LVS_ 
-D_WITH_VRRP_  -c daemon.c
cc -g -Wall -O2  -I/build/user/keepalived-1.1.12/debian/include -I../include 
-I../../lib -Wall -Wunused -Wstrict-prototypes -D_KRNL_2_2_ -D_WITH_LVS_ 
-D_WITH_VRRP_  -c pidfile.c
cc -g -Wall -O2  -I/build/user/keepalived-1.1.12/debian/include -I../include 
-I../../lib -Wall -Wunused -Wstrict-prototypes -D_KRNL_2_2_ -D_WITH_LVS_ 
-D_WITH_VRRP_  -c layer4.c
In file included from ../include/check_api.h:29,
 from layer4.c:27:
../include/check_data.h:38:27: error: linux/ip_masq.h: No such file or directory
../include/check_data.h:39:25: error: net/ip_masq.h: No such file or directory
In file included from ../include/check_api.h:29,
 from layer4.c:27:
../include/check_data.h:113: error: 'IP_MASQ_TNAME_MAX' undeclared here (not in 
a function)
layer4.c: In function 'tcp_socket_state':
layer4.c:111: warning: pointer targets in passing argument 5 of 'getsockopt' 
differ in signedness
make[3]: *** [layer4.o] Error 1
make[3]: Leaving directory `/build/user/keepalived-1.1.12/keepalived/core'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/build/user/keepalived-1.1.12/keepalived'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/keepalived-1.1.12'
make: *** [debian/stamp-makefile-build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428931: gqcam: FTBFS: /usr/include/linux/videodev2.h:465: error: field 'timestamp' has incomplete type

2007-06-15 Thread Lucas Nussbaum
Package: gqcam
version: 0.9.1-3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
echo #define VERSION \0.9.1\  config.h
gcc -g `gtk-config --cflags` -c gqcam.c
gcc -g `gtk-config --cflags` -c frontend.c
gcc -g `gtk-config --cflags` -c color.c
gcc -g `gtk-config --cflags` -c greyscale.c
gcc -g `gtk-config --cflags` -c save.c
gcc -g `gtk-config --cflags` -c timer.c
gcc -g `gtk-config --cflags` -c filters.c
gcc -g `gtk-config --cflags` -c preferences.c
gcc -g `gtk-config --cflags` -c jpeg.c
jpeg.c: In function 'fill_input_buffer':
jpeg.c:83: warning: incompatible implicit declaration of built-in function 
'memcpy'
jpeg.c: In function 'decompress_JPEG':
jpeg.c:269: warning: incompatible implicit declaration of built-in function 
'memcpy'
gcc -g `gtk-config --cflags` -c yuv_to_rgb.c
In file included from /usr/include/linux/videodev.h:15,
 from yuv_to_rgb.c:23:
/usr/include/linux/videodev2.h:465: error: field 'timestamp' has incomplete type
make[1]: *** [yuv_to_rgb.o] Error 1
make[1]: Leaving directory `/build/user/gqcam-0.9.1'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428935: fails to install

2007-06-15 Thread Michael Neuffer
Package: module-init-tools
Version: 3.3-pre11-3
Severity: critical

Setting up module-init-tools (3.3-pre11-3) ...
dpkg-divert: rename involves overwriting `/usr/share/man/fr/man5/modules.5.gz' 
with
  different file `/usr/share/man/fr/man5/modules.modutils.5.gz', not allowed
dpkg: error processing module-init-tools (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 module-init-tools



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

Kernel: Linux 2.6.20.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages module-init-tools depends on:
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip

module-init-tools recommends no packages.

-- no debconf information


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



Bug#428937: ncpfs: FTBFS: ncpm_common.c:1229: error: expected expression before 'struct'

2007-06-15 Thread Lucas Nussbaum
Package: ncpfs
version: 2.2.6-4
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
gcc  -DN_PLAT_LINUX -DLOCALEDIR=\/usr/share/locale\ -DNCPFS_VERSION=\2.2.6\ 
-DNCPFS_PACKAGE=\ncpfs\ -g -O2  -I../include -I../intl -I../include 
-D_GNU_SOURCE -DNWMSG=\/usr/sbin/nwmsg\ -o ncpm_common.o -c ncpm_common.c
In file included from ncpm_common.h:8,
 from ncpm_common.c:83:
../include/ncp/kernel/ncp.h:56: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:57: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:58: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:59: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:60: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:61: warning: 'packed' attribute ignored for field 
of type 'u_int8_t[]'
../include/ncp/kernel/ncp.h:69: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:70: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:71: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:72: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:73: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:74: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:75: warning: 'packed' attribute ignored for field 
of type 'u_int8_t[]'
../include/ncp/kernel/ncp.h:233: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:234: warning: 'packed' attribute ignored for field 
of type 'u_int8_t[256]'
../include/ncp/kernel/ncp.h:285: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
../include/ncp/kernel/ncp.h:286: warning: 'packed' attribute ignored for field 
of type 'u_int8_t[6]'
../include/ncp/kernel/ncp.h:291: warning: 'packed' attribute ignored for field 
of type 'u_int8_t'
In file included from ../include/ncp/ncplib.h:60,
 from ../include/ncp/nwcalls.h:83,
 from ncpm_common.h:10,
 from ncpm_common.c:83:
../include/ncp/ncp.h:98: warning: 'packed' attribute ignored for field of type 
'u_int8_t[6]'
../include/ncp/ncp.h:166: warning: 'packed' attribute ignored for field of type 
'u_int8_t[6]'
../include/ncp/ncp.h:167: warning: 'packed' attribute ignored for field of type 
'u_int8_t[6]'
../include/ncp/ncp.h:172: warning: 'packed' attribute ignored for field of type 
'u_int8_t'
../include/ncp/ncp.h:173: warning: 'packed' attribute ignored for field of type 
'char[13]'
../include/ncp/ncp.h:178: warning: 'packed' attribute ignored for field of type 
'char[50]'
../include/ncp/ncp.h:179: warning: 'packed' attribute ignored for field of type 
'char[152]'
../include/ncp/ncp.h:220: warning: 'packed' attribute ignored for field of type 
'u_int8_t'
../include/ncp/ncp.h:221: warning: 'packed' attribute ignored for field of type 
'u_int8_t'
../include/ncp/ncp.h:226: warning: 'packed' attribute ignored for field of type 
'char[16]'
../include/ncp/ncp.h:227: warning: 'packed' attribute ignored for field of type 
'u_int8_t[6]'
../include/ncp/ncp.h:228: warning: 'packed' attribute ignored for field of type 
'char[13]'
../include/ncp/ncp.h:229: warning: 'packed' attribute ignored for field of type 
'char[13]'
../include/ncp/ncp.h:230: warning: 'packed' attribute ignored for field of type 
'char[14]'
../include/ncp/ncp.h:231: warning: 'packed' attribute ignored for field of type 
'char[80]'
In file included from ../include/ncp/ncplib.h:66,
 from ../include/ncp/nwcalls.h:83,
 from ncpm_common.h:10,
 from ncpm_common.c:83:
../include/ncp/ipxlib.h:67: warning: 'packed' attribute ignored for field of 
type 'char[48]'
../include/ncp/ipxlib.h:72: warning: 'packed' attribute ignored for field of 
type 'IPXNode'
../include/ncp/ipxlib.h:90: warning: 'packed' attribute ignored for field of 
type 'struct ipx_rt_def[1]'
In file included from ../include/ncp/nwcalls.h:83,
 from ncpm_common.h:10,
 from ncpm_common.c:83:
../include/ncp/ncplib.h:465: warning: 'packed' attribute ignored for field of 
type 'u_int8_t[48]'
../include/ncp/ncplib.h:466: warning: 'packed' attribute ignored for field of 
type 'u_int8_t'
../include/ncp/ncplib.h:467: warning: 'packed' attribute ignored for field of 
type 'u_int8_t'
../include/ncp/ncplib.h:471: warning: 'packed' attribute ignored for field of 
type 'u_int8_t'
../include/ncp/ncplib.h:472: warning: 'packed' attribute ignored for field of 
type 'u_int8_t'
../include/ncp/ncplib.h:473: warning: 'packed' attribute ignored for field of 

Bug#428950: ltt: FTBFS: RTAITables.c:23:46: error: linux/sys.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: ltt
version: 0.9.5+really0.9.6pre4-1.1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
EventDB.c:185: warning: 'lBufEndTime.tv_sec' may be used uninitialized in this 
function
EventDB.c:185: warning: 'lBufEndTime.tv_usec' may be used uninitialized in this 
function
EventDB.c:173: warning: 'lBufEndTSC' may be used uninitialized in this function
EventDB.c:171: warning: 'lBufStartTSC' may be used uninitialized in this 
function
EventDB.c: In function 'DBProcessLinuxTrace':
EventDB.c:2809: warning: 'lLastCtrlEventTime.tv_sec' may be used uninitialized 
in this function
EventDB.c:2809: warning: 'lLastCtrlEventTime.tv_usec' may be used uninitialized 
in this function
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../Include -DSUPP_RTAI=1 -DTARGET_NATIVE=0 
-DLTT_UNPACKED_STRUCTS=0 -Wall -g -O2 -O2 -c EventDB.c -o EventDB.o /dev/null 
21
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  
-I../Include -DSUPP_RTAI=1 -DTARGET_NATIVE=0 -DLTT_UNPACKED_STRUCTS=0   -Wall 
-g -O2 -O2 -c -o EventOptions.lo `test -f 'EventOptions.c' || echo 
'./'`EventOptions.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../Include -DSUPP_RTAI=1 -DTARGET_NATIVE=0 
-DLTT_UNPACKED_STRUCTS=0 -Wall -g -O2 -O2 -c EventOptions.c  -fPIC -DPIC -o 
.libs/EventOptions.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../Include -DSUPP_RTAI=1 -DTARGET_NATIVE=0 
-DLTT_UNPACKED_STRUCTS=0 -Wall -g -O2 -O2 -c EventOptions.c -o EventOptions.o 
/dev/null 21
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  
-I../Include -DSUPP_RTAI=1 -DTARGET_NATIVE=0 -DLTT_UNPACKED_STRUCTS=0   -Wall 
-g -O2 -O2 -c -o RTAITables.lo `test -f 'RTAITables.c' || echo './'`RTAITables.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../Include -DSUPP_RTAI=1 -DTARGET_NATIVE=0 
-DLTT_UNPACKED_STRUCTS=0 -Wall -g -O2 -O2 -c RTAITables.c  -fPIC -DPIC -o 
.libs/RTAITables.o
RTAITables.c:23:46: error: linux/sys.h: No such file or directory
make[3]: *** [RTAITables.lo] Error 1
make[3]: Leaving directory `/build/user/ltt-0.9.5+really0.9.6pre4/LibLTT'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/ltt-0.9.5+really0.9.6pre4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/ltt-0.9.5+really0.9.6pre4'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428942: lcrash: FTBFS: kl_savedump.c:249: error: expected expression before 'struct'

2007-06-15 Thread Lucas Nussbaum
Package: lcrash
version: 7.0.0.pre.cvs.20050322-6
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
kl_task.c:90: warning: 'offset' may be used uninitialized in this function
gcc -I/build/user/lcrash-7.0.0.pre.cvs.20050322/dwarf/libdwarf -Wall -O2 -g 
-D_FILE_OFFSET_BITS=64 -DARCH=i386   -Iinclude -I../liballoc -I../libutil 
-I/usr/local/include -I/usr/include/libelf -Wall -Wstrict-prototypes 
-DDUMP_ARCH_I386  -c -o kl_typeinfo.o kl_typeinfo.c
kl_typeinfo.c: In function 'kl_print_enumeration_type':
kl_typeinfo.c:658: warning: 'val' may be used uninitialized in this function
gcc -I/build/user/lcrash-7.0.0.pre.cvs.20050322/dwarf/libdwarf -Wall -O2 -g 
-D_FILE_OFFSET_BITS=64 -DARCH=i386   -Iinclude -I../liballoc -I../libutil 
-I/usr/local/include -I/usr/include/libelf -Wall -Wstrict-prototypes 
-DDUMP_ARCH_I386  -c -o kl_util.o kl_util.c
gcc -I/build/user/lcrash-7.0.0.pre.cvs.20050322/dwarf/libdwarf -Wall -O2 -g 
-D_FILE_OFFSET_BITS=64 -DARCH=i386   -Iinclude -I../liballoc -I../libutil 
-I/usr/local/include -I/usr/include/libelf -Wall -Wstrict-prototypes 
-DDUMP_ARCH_I386  -c -o kl_kern.o kl_kern.c
gcc -I/build/user/lcrash-7.0.0.pre.cvs.20050322/dwarf/libdwarf -Wall -O2 -g 
-D_FILE_OFFSET_BITS=64 -DARCH=i386   -Iinclude -I../liballoc -I../libutil 
-I/usr/local/include -I/usr/include/libelf -Wall -Wstrict-prototypes 
-DDUMP_ARCH_I386  -c -o kl_savedump.o kl_savedump.c
kl_savedump.c: In function '__kl_dump_retrieve_reg':
kl_savedump.c:249: warning: implicit declaration of function 'offsetof'
kl_savedump.c:249: error: expected expression before 'struct'
kl_savedump.c:271: error: expected expression before 'struct'
kl_savedump.c:309: warning: pointer targets in assignment differ in signedness
kl_savedump.c:322: warning: pointer targets in assignment differ in signedness
kl_savedump.c:331: error: expected expression before 'kl_dump_header_asm_t'
make[3]: *** [kl_savedump.o] Error 1
make[3]: Leaving directory 
`/build/user/lcrash-7.0.0.pre.cvs.20050322/lib/libklib'
make[2]: *** [subdirs_make] Error 2
make[2]: Leaving directory `/build/user/lcrash-7.0.0.pre.cvs.20050322/lib'
make[1]: *** [subdirs_make] Error 2
make[1]: Leaving directory `/build/user/lcrash-7.0.0.pre.cvs.20050322'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428938: libcvs-perl: FTBFS: test t/90release failed

2007-06-15 Thread Lucas Nussbaum
Package: libcvs-perl
version: 0.07-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Note that this doesn't seem to be the same problem as #356050.

Relevant part:
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/00checkoutok
t/05commit..ok
t/10status..ok
t/20tag.ok
t/21rtagok
t/30update..ok
t/40diffok
t/50export..ok
t/90release.process ended prematurely at 
/build/user/libcvs-perl-0.07/blib/lib/Cvs/Command/Base.pm line 224
dubious
Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 3-4
Failed 2/4 tests, 50.00% okay
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
---
t/90release.t9  2304 44 100.00%  3-4
Failed 1/9 test scripts, 88.89% okay. 2/50 subtests failed, 96.00% okay.
make[1]: *** [test_dynamic] Error 9
make[1]: Leaving directory `/build/user/libcvs-perl-0.07'
make: *** [install-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428943: linux-atm: FTBFS: /usr/include/linux/if_arp.h:133: error: expected specifier-qualifier-list before '__be16'

2007-06-15 Thread Lucas Nussbaum
Package: linux-atm
version: 2.4.1-17
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[4]: Entering directory `/build/user/linux-atm-2.4.1/src/arpd'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -g -O2 -Wall 
-Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -c atmarp.c
/bin/sh ../../libtool --mode=link gcc  -I../../src/include -g -O2 -Wall 
-Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes  -o atmarp  
atmarp.o ../../src/lib/libatm.la 
mkdir .libs
gcc -I../../src/include -g -O2 -Wall -Wshadow -Wpointer-arith -Wwrite-strings 
-Wstrict-prototypes -o .libs/atmarp atmarp.o  ../../src/lib/.libs/libatm.so 
-lresolv
creating atmarp
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -g -O2 -Wall 
-Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -c atmarpd.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -g -O2 -Wall 
-Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -c arp.c
In file included from arp.c:19:
/usr/include/linux/if_arp.h:133: error: expected specifier-qualifier-list 
before '__be16'
make[4]: *** [arp.o] Error 1
make[4]: Leaving directory `/build/user/linux-atm-2.4.1/src/arpd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/user/linux-atm-2.4.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/linux-atm-2.4.1'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/build/user/linux-atm-2.4.1'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428939: missingpy: FTBFS: unmet dep ghc6(inst 6.6.1-2 ! wanted 6.6-999)

2007-06-15 Thread Lucas Nussbaum
Package: missingpy
version: 0.9.0
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 5.0.37.2), ghc6 (= 6.6), ghc6 ( 6.6-999), 
haskell-devscripts (= 0.5.6), python-dev (= 2.4), python-gdbm (= 2.3.3), 
haddock, libghc6-missingh-dev (= 0.18.4), python-central (= 0.5), 
libghc6-anydbm-dev (= 1.0.2)
Checking for already installed source dependencies...
debhelper: missing
Using default version 5.0.50
ghc6: missing
Using default version 6.6.1-2
ghc6: missing
Default version of ghc6 not sufficient, no suitable version found. Skipping for 
now, maybe there are alternatives.
haskell-devscripts: missing
Using default version 0.5.17
python-dev: missing
Using default version 2.4.4-6
python-gdbm: missing
Using default version 2.4.4-1
haddock: missing
libghc6-missingh-dev: missing
Using default version 0.18.5
python-central: missing
Using default version 0.5.14
libghc6-anydbm-dev: missing
Using default version 1.0.3
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  file gettext gettext-base haskell-utils html2text intltool-debian
  libghc6-hslogger-dev libghc6-hunit-dev libghc6-mtl-dev libghc6-network-dev
  libghc6-quickcheck-dev libgmp3-dev libgmp3c2 libgmpxx4 libmagic1
  libncurses5-dev libncursesw5 libreadline5-dev libssl0.9.8 mime-support
  po-debconf python python-minimal python2.4 python2.4-dev python2.4-minimal
Suggested packages:
  dh-make cvs gettext-doc ghc6-prof ghc6-doc haskell-doc anydbm-doc
  hslogger-doc libghc6-hunit-prof libghc6-hunit-doc missingh-doc
  libghc6-mtl-prof libghc6-mtl-doc libghc6-network-prof libghc6-network-doc
  libghc6-quickcheck-prof libghc6-quickcheck-doc libgmp3-doc libmpfr-dev
  python-doc python-tk python-profiler python2.4-doc
Recommended packages:
  curl wget lynx libgpmg1 libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
  debhelper file gettext gettext-base ghc6 haddock haskell-devscripts
  haskell-utils html2text intltool-debian libghc6-anydbm-dev
  libghc6-hslogger-dev libghc6-hunit-dev libghc6-missingh-dev libghc6-mtl-dev
  libghc6-network-dev libghc6-quickcheck-dev libgmp3-dev libgmp3c2 libgmpxx4
  libmagic1 libncurses5-dev libncursesw5 libreadline5-dev libssl0.9.8
  mime-support po-debconf python python-central python-dev python-gdbm
  python-minimal python2.4 python2.4-dev python2.4-minimal
0 upgraded, 35 newly installed, 0 to remove and 0 not upgraded.
Need to get 40.8MB of archives.
After unpacking 170MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libncursesw5 libssl0.9.8 libmagic1 file gettext-base mime-support
  python2.4-minimal python2.4 python-minimal python python-central html2text
  gettext intltool-debian po-debconf debhelper libgmp3c2 haskell-utils
  libgmpxx4 libgmp3-dev libncurses5-dev libreadline5-dev ghc6 haddock
  haskell-devscripts libghc6-mtl-dev libghc6-network-dev libghc6-hunit-dev
  libghc6-quickcheck-dev libghc6-hslogger-dev libghc6-missingh-dev
  libghc6-anydbm-dev python2.4-dev python-dev python-gdbm
Authentication warning overridden.
Get:1 http://idpot.grenoble.grid5000.fr sid/main libncursesw5 5.6-3 [332kB]
Get:2 http://idpot.grenoble.grid5000.fr sid/main libssl0.9.8 0.9.8e-5 [2797kB]
Get:3 http://idpot.grenoble.grid5000.fr sid/main libmagic1 4.21-1 [331kB]
Get:4 http://idpot.grenoble.grid5000.fr sid/main file 4.21-1 [39.4kB]
Get:5 http://idpot.grenoble.grid5000.fr sid/main gettext-base 0.16.1-1 [123kB]
Get:6 http://idpot.grenoble.grid5000.fr sid/main mime-support 3.39-1 [30.9kB]
Get:7 http://idpot.grenoble.grid5000.fr sid/main python2.4-minimal 2.4.4-4 
[969kB]
Get:8 http://idpot.grenoble.grid5000.fr sid/main python2.4 2.4.4-4 [2790kB]
Get:9 http://idpot.grenoble.grid5000.fr sid/main python-minimal 2.4.4-6 [12.9kB]
Get:10 http://idpot.grenoble.grid5000.fr sid/main python 2.4.4-6 [140kB]
Get:11 http://idpot.grenoble.grid5000.fr sid/main python-central 0.5.14 [32.8kB]
Get:12 http://idpot.grenoble.grid5000.fr sid/main html2text 1.3.2a-3 [98.9kB]
Get:13 http://idpot.grenoble.grid5000.fr sid/main gettext 0.16.1-1 [2190kB]
Get:14 http://idpot.grenoble.grid5000.fr sid/main intltool-debian 
0.35.0+20060710.1 [30.8kB]
Get:15 http://idpot.grenoble.grid5000.fr sid/main po-debconf 1.0.8 [111kB]
Get:16 http://idpot.grenoble.grid5000.fr sid/main debhelper 5.0.50 [517kB]
Get:17 http://idpot.grenoble.grid5000.fr sid/main libgmp3c2 2:4.2.1+dfsg-4 
[430kB]
Get:18 http://idpot.grenoble.grid5000.fr sid/main haskell-utils 1.9 [526kB]
Get:19 http://idpot.grenoble.grid5000.fr sid/main libgmpxx4 2:4.2.1+dfsg-4 
[217kB]
Get:20 http://idpot.grenoble.grid5000.fr sid/main libgmp3-dev 2:4.2.1+dfsg-4 
[511kB]
Get:21 http://idpot.grenoble.grid5000.fr sid/main libncurses5-dev 5.6-3 

Bug#428941: mas: FTBFS: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__fswab64'

2007-06-15 Thread Lucas Nussbaum
Package: mas
version: 0.6.2-2.3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[3]: Entering directory `/build/user/mas-0.6.2/src/mas-0.6.2/common'
rm -f mas_rtmemory.o
gcc -c -O3 -fno-strength-reduce -ansi  -I./ -I../build/include  -I.. 
-I../exports/include  -Dlinux -D_POSIX_C_SOURCE=199309L 
   -D_POSIX_SOURCE -D_XOPEN_SOURCE 
-D_BSD_SOURCE -D_SVID_SOURCE -DMAS_UNKNOWN_ENDIAN  -DEXE_CAN_EXPORT_SYMS  
-DFUNCPROTO=15 -DNARROWPROTO  -fPIC mas_rtmemory.c
In file included from /usr/include/asm/byteorder.h:7,
 from ../build/include/mas/mas_endian.h:163,
 from ../build/include/mas/mas_misc.h:131,
 from ../build/include/mas/mas_common.h:44,
 from mas_rtmemory.c:79:
/usr/include/asm-i386/byteorder.h:24: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before '___arch__swab64'
In file included from /usr/include/linux/byteorder/little_endian.h:12,
 from /usr/include/asm-i386/byteorder.h:53,
 from /usr/include/asm/byteorder.h:7,
 from ../build/include/mas/mas_endian.h:163,
 from ../build/include/mas/mas_misc.h:131,
 from ../build/include/mas/mas_common.h:44,
 from mas_rtmemory.c:79:
/usr/include/linux/byteorder/swab.h:159: error: expected '=', ',', ';', 'asm' 
or '__attribute__' before '__fswab64'
/usr/include/linux/byteorder/swab.h:169: error: expected '=', ',', ';', 'asm' 
or '__attribute__' before '__swab64p'
/usr/include/linux/byteorder/swab.h:173: error: expected ')' before '*' token
In file included from /usr/include/asm-i386/byteorder.h:53,
 from /usr/include/asm/byteorder.h:7,
 from ../build/include/mas/mas_endian.h:163,
 from ../build/include/mas/mas_misc.h:131,
 from ../build/include/mas/mas_common.h:44,
 from mas_rtmemory.c:79:
/usr/include/linux/byteorder/little_endian.h:43: error: expected '=', ',', ';', 
'asm' or '__attribute__' before '__cpu_to_le64p'
/usr/include/linux/byteorder/little_endian.h:47: error: expected '=', ',', ';', 
'asm' or '__attribute__' before '__le64_to_cpup'
/usr/include/linux/byteorder/little_endian.h:67: error: expected '=', ',', ';', 
'asm' or '__attribute__' before '__cpu_to_be64p'
/usr/include/linux/byteorder/little_endian.h:71: error: expected '=', ',', ';', 
'asm' or '__attribute__' before '__be64_to_cpup'
make[3]: *** [mas_rtmemory.o] Error 1
make[3]: Leaving directory `/build/user/mas-0.6.2/src/mas-0.6.2/common'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/build/user/mas-0.6.2/src/mas-0.6.2'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/build/user/mas-0.6.2/src/mas-0.6.2'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428951: lockvc: FTBFS: stall.c:14:20: error: asm/io.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: lockvc
version: 4.0.5-6
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory `/build/user/lockvc-4.0.5'
gcc -g -Wall -Wno-char-subscripts -D_GNU_SOURCE -O2  -DUSE_PAM -c -o 
lockvc.o lockvc.c
gcc -g -Wall -Wno-char-subscripts -D_GNU_SOURCE -O2  -DUSE_PAM -c -o 
stall.o stall.c
stall.c:14:20: error: asm/io.h: No such file or directory
make[1]: *** [stall.o] Error 1
make[1]: Leaving directory `/build/user/lockvc-4.0.5'
make: *** [build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428948: mt-st: FTBFS: mtio.h:13:26: error: linux/qic117.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: mt-st
version: 0.9b-3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
dpkg-source: building mt-st in mt-st_0.9b-3.dsc
 debian/rules build
dh_testdir
make CFLAGS=-O2
make[1]: Entering directory `/build/user/mt-st-0.9b'
cc -O2 -o mt mt.c
In file included from mt.c:24:
mtio.h:13:26: error: linux/qic117.h: No such file or directory
In file included from mt.c:24:
mtio.h:266: error: expected specifier-qualifier-list before 'qic117_cmd_t'
make[1]: *** [mt] Error 1
make[1]: Leaving directory `/build/user/mt-st-0.9b'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428946: ohphone: FTBFS: /usr/share/openh323/include/ixjlid.h:277:28: error: linux/compiler.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: ohphone
version: 1:1.4.5+20060204-2
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[2]: Entering directory `/build/user/ohphone-1.4.5+20060204'
g++ -D_REENTRANT -Wall -I/usr/share/pwlib/include -DPTRACING 
-I/usr/share/openh323/include -M main.cxx  obj_linux_x86_r/*.dep
In file included from main.h:380,
 from main.cxx:189:
/usr/share/openh323/include/ixjlid.h:277:28: error: linux/compiler.h: No such 
file or directory
make[2]: *** Deleting file `obj_linux_x86_r/*.dep'
g++  -D_REENTRANT -Wall  -I/usr/share/pwlib/include -DPTRACING 
-I/usr/share/openh323/include -O2  -felide-constructors -c main.cxx -o 
obj_linux_x86_r/main.o
In file included from main.h:380,
 from main.cxx:189:
/usr/share/openh323/include/ixjlid.h:277:28: error: linux/compiler.h: No such 
file or directory
make[2]: *** [obj_linux_x86_r/main.o] Error 1
make[2]: Leaving directory `/build/user/ohphone-1.4.5+20060204'
make[1]: *** [optshared] Error 2
make[1]: Leaving directory `/build/user/ohphone-1.4.5+20060204'
make: *** [build-arch-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428936: nictools-pci: FTBFS: alta-diag.c:87:27: error: asm/unaligned.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: nictools-pci
version: 1.3.8-1
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory `/build/user/nictools-pci-1.3.8'
gcc -O -Wall -Wstrict-prototypes -o alta-diag alta-diag.c \
-DLIBFLASH libflash.c -DLIBMII libmii.c
alta-diag.c:87:27: error: asm/unaligned.h: No such file or directory
make[1]: *** [alta-diag] Error 1
make[1]: Leaving directory `/build/user/nictools-pci-1.3.8'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428945: mrt: FTBFS: linux.c:66:28: error: linux/autoconf.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: mrt
version: 2.2.2a-7
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
gcc -c -O2 -g -O2 -Wall  -DHAVE_CONFIG_H  -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DFUNCPROTO -I../../include -I/usr/local/include  
linux.c
In file included from linux.c:8:
../../include/mrt.h:729: warning: type qualifiers ignored on function return 
type
linux.c:31:1: warning: MSG_TRUNC redefined
In file included from /usr/include/sys/socket.h:35,
 from ../../include/mrt.h:39,
 from linux.c:8:
/usr/include/bits/socket.h:189:1: warning: this is the location of the previous 
definition
linux.c:66:28: error: linux/autoconf.h: No such file or directory
linux.c: In function 'kernel_init':
linux.c:1005: warning: unused variable 'err'
linux.c:1001: warning: unused variable 'mask'
make[4]: *** [linux.o] Error 1
make[4]: Leaving directory `/build/user/mrt-2.2.2a/src/lib/kernel'
make[3]: *** [make-libs] Error 2
make[3]: Leaving directory `/build/user/mrt-2.2.2a/src/lib'
make[2]: *** [library] Error 2
make[2]: Leaving directory `/build/user/mrt-2.2.2a/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/mrt-2.2.2a/src'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428940: kwirelessmonitor: FTBFS: /usr/include/linux/wireless.h:650: error: '__s32' does not name a type

2007-06-15 Thread Lucas Nussbaum
Package: kwirelessmonitor
version: 0.5.91-2
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
source='wm_linux.cpp' object='wm_linux.o' libtool=no \
depfile='.deps/wm_linux.Po' tmpdepfile='.deps/wm_linux.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde 
-I/usr/include/qt3 -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
-O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common  -c -o wm_linux.o `test -f 'wm_linux.cpp' || echo './'`wm_linux.cpp
/usr/include/linux/wireless.h:650: error: '__s32' does not name a type
/usr/include/linux/wireless.h:651: error: '__u8' does not name a type
/usr/include/linux/wireless.h:652: error: '__u8' does not name a type
/usr/include/linux/wireless.h:653: error: '__u16' does not name a type
/usr/include/linux/wireless.h:663: error: '__u16' does not name a type
/usr/include/linux/wireless.h:664: error: '__u16' does not name a type
/usr/include/linux/wireless.h:677: error: '__s32' does not name a type
/usr/include/linux/wireless.h:678: error: '__s16' does not name a type
/usr/include/linux/wireless.h:679: error: '__u8' does not name a type
/usr/include/linux/wireless.h:680: error: '__u8' does not name a type
/usr/include/linux/wireless.h:688: error: '__u8' does not name a type
/usr/include/linux/wireless.h:690: error: '__u8' does not name a type
/usr/include/linux/wireless.h:691: error: '__u8' does not name a type
/usr/include/linux/wireless.h:692: error: '__u8' does not name a type
/usr/include/linux/wireless.h:704: error: '__u32' does not name a type
/usr/include/linux/wireless.h:705: error: '__u32' does not name a type
/usr/include/linux/wireless.h:706: error: '__u32' does not name a type
/usr/include/linux/wireless.h:707: error: '__u32' does not name a type
/usr/include/linux/wireless.h:708: error: '__u32' does not name a type
/usr/include/linux/wireless.h:717: error: '__u32' does not name a type
/usr/include/linux/wireless.h:744: error: '__u8' does not name a type
/usr/include/linux/wireless.h:745: error: '__u8' does not name a type
/usr/include/linux/wireless.h:746: error: '__u8' does not name a type
/usr/include/linux/wireless.h:748: error: '__u8' does not name a type
/usr/include/linux/wireless.h:760: error: '__u8' does not name a type
/usr/include/linux/wireless.h:772: error: '__u32' does not name a type
/usr/include/linux/wireless.h:773: error: '__u32' does not name a type
/usr/include/linux/wireless.h:806: error: '__u32' does not name a type
/usr/include/linux/wireless.h:807: error: '__u8' does not name a type
/usr/include/linux/wireless.h:808: error: '__u8' does not name a type
/usr/include/linux/wireless.h:812: error: '__u16' does not name a type
/usr/include/linux/wireless.h:813: error: '__u16' does not name a type
/usr/include/linux/wireless.h:814: error: '__u8' does not name a type
/usr/include/linux/wireless.h:820: error: '__u16' does not name a type
/usr/include/linux/wireless.h:821: error: '__u16' does not name a type
/usr/include/linux/wireless.h:834: error: '__u32' does not name a type
/usr/include/linux/wireless.h:836: error: '__u8' does not name a type
/usr/include/linux/wireless.h:842: error: '__u32' does not name a type
/usr/include/linux/wireless.h:844: error: '__u8' does not name a type
/usr/include/linux/wireless.h:851: error: '__u32' does not name a type
/usr/include/linux/wireless.h:852: error: '__u32' does not name a type
/usr/include/linux/wireless.h:863: error: '__u16' does not name a type
/usr/include/linux/wireless.h:886: error: 'IFNAMSIZ' was not declared in this 
scope
/usr/include/linux/wireless.h:901: error: '__u32' does not name a type
/usr/include/linux/wireless.h:925: error: 'IFNAMSIZ' was not declared in this 
scope
/usr/include/linux/wireless.h:945: error: '__u32' does not name a type
/usr/include/linux/wireless.h:954: error: '__u32' does not name a type
/usr/include/linux/wireless.h:955: error: '__u32' does not name a type
/usr/include/linux/wireless.h:958: error: '__u16' does not name a type
/usr/include/linux/wireless.h:959: error: '__u8' does not name a type
/usr/include/linux/wireless.h:962: error: '__u32' does not name a type
/usr/include/linux/wireless.h:965: error: '__s32' does not name a type
/usr/include/linux/wireless.h:985: error: '__u8' does not name a type
/usr/include/linux/wireless.h:986: error: '__s32' does not name a type
/usr/include/linux/wireless.h:989: error: '__s32' does not name a type
/usr/include/linux/wireless.h:990: error: '__s32' does not name a type
/usr/include/linux/wireless.h:993: error: '__s32' does not name a type
/usr/include/linux/wireless.h:994: error: '__s32' does not name a type
/usr/include/linux/wireless.h:997: 

Bug#428922: festival-gaim: FTBFS: No package 'gaim' found

2007-06-15 Thread Lucas Nussbaum
reassign 428822 gaim
thanks

On 15/06/07 at 08:11 +0200, Lucas Nussbaum wrote:
 Package: festival-gaim
 version: 1.1-5
 Severity: serious
 Justification: FTBFS on i386
 
 During a rebuild of all packages in sid, your package failed to build on i386.
 
 Relevant part:
 checking pkg-config is at least version 0.9.0... yes
 checking for GAIM... configure: error: Package requirements (gaim) were not 
 met:
 
 No package 'gaim' found

Hi,

Actually, since:
(1) that package build-depends on gaim-dev correctly
(2) other packages fail to build in the same way

I think this is caused by gaim, and reassign that bug.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428957: lxml - FTBFS: /usr/bin/ld: cannot find -lz

2007-06-15 Thread Michael Ablassmeier
Package: lxml
Version: 1.2.1-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs

hi,

while doing an archive wide package rebuild your package failed to build from
source for the following reason:

  running build_py
  creating build
  creating build/lib.linux-i686-2.4
  creating build/lib.linux-i686-2.4/lxml
  copying src/lxml/_elementpath.py - build/lib.linux-i686-2.4/lxml
  copying src/lxml/ElementInclude.py - build/lib.linux-i686-2.4/lxml
  copying src/lxml/sax.py - build/lib.linux-i686-2.4/lxml
  copying src/lxml/__init__.py - build/lib.linux-i686-2.4/lxml
  running build_ext
  building 'lxml.etree' extension
  Creating lexicon...
  Done (0.05 seconds)
  Pickling lexicon...
  Done (0.00 seconds)
  creating build/temp.linux-i686-2.4
  creating build/temp.linux-i686-2.4/src
  creating build/temp.linux-i686-2.4/src/lxml
  gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes 
  -fPIC -I/usr/include/libxml2 -I/usr/include/python2.4 -c src/lxml/etree.c -o 
  build/temp.linux-i686-2.4/src/lxml/etree.o -w
  gcc -pthread -shared build/temp.linux-i686-2.4/src/lxml/etree.o -lxslt 
  -lexslt -lxml2 -lz -lm -o build/lib.linux-i686-2.4/lxml/etree.so
  /usr/bin/ld: cannot find -lz
  collect2: ld returned 1 exit status
  error: command 'gcc' failed with exit status 1
  make: *** [build-python2.4] Error 1

The Full Build log is available and can be viewed at:

 http://people.debian.org/~lucas/logs/2007/06/14/
 
bye,
- michael


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



Bug#428958: Iceweasel crashes/behaves abnormally when given print preview of huge document.

2007-06-15 Thread Vikram Vincent

Package: Iceweasel
Version: 2.0.0.3
Severity: Serious

**Bug report**
The application crashes/functions abnormally when given the 'print preview'
command for very large documents eg., 1382 pages.
Description of abnormal functioning: Check the screen format when given the
'print preview' command. When running multiple tabs, all the tabs appear as
if all were given the 'print preview' command. All the tool bars disappeared
save the 'print preview' toolbar.
I was unable to install the ice*-dbg pkg as it is a huge download :-(

--System information--

Debian Etch 4.0
Kernel: Linux 2.6.18-4-686

--
Regards
Vikram Vincent
+919448810822
http://groups.google.com/group/bangalore_alive/
http://fci.wikia.com/wiki/Campaign_to_promote_free_software_in_karnataka


Bug#428949: ocfs2-tools: FTBFS: include/ocfs2_fs.h:538: error: expected expression before 'struct'

2007-06-15 Thread Lucas Nussbaum
Package: ocfs2-tools
version: 1.2.1-1.3
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[2]: Entering directory `/build/user/ocfs2-tools-1.2.1/libocfs2'
compile_et ocfs2_err.et
cp ocfs2_err.h include/ocfs2_err.h
gcc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-fPIC   -DOCFS2_FLAT_INCLUDES -DO2DLM_FLAT_INCLUDES -DO2CB_FLAT_INCLUDES  
-Iinclude -I../libo2dlm/include -I../libo2cb/include   -MD -MP -MF ./.alloc.d 
-o alloc.o -c alloc.c
In file included from include/ocfs2.h:59,
 from alloc.c:32:
include/ocfs2_fs.h: In function 'ocfs2_fast_symlink_chars':
include/ocfs2_fs.h:538: warning: implicit declaration of function 'offsetof'
include/ocfs2_fs.h:538: error: expected expression before 'struct'
include/ocfs2_fs.h: In function 'ocfs2_extent_recs_per_inode':
include/ocfs2_fs.h:546: error: expected expression before 'struct'
include/ocfs2_fs.h: In function 'ocfs2_chain_recs_per_inode':
include/ocfs2_fs.h:556: error: expected expression before 'struct'
include/ocfs2_fs.h: In function 'ocfs2_extent_recs_per_eb':
include/ocfs2_fs.h:566: error: expected expression before 'struct'
include/ocfs2_fs.h: In function 'ocfs2_local_alloc_size':
include/ocfs2_fs.h:576: error: expected expression before 'struct'
include/ocfs2_fs.h: In function 'ocfs2_group_bitmap_size':
include/ocfs2_fs.h:586: error: expected expression before 'struct'
include/ocfs2_fs.h: In function 'ocfs2_truncate_recs_per_inode':
include/ocfs2_fs.h:596: error: expected expression before 'struct'
alloc.c: In function 'ocfs2_init_inode':
alloc.c:143: warning: pointer targets in passing argument 1 of 'strcpy' differ 
in signedness
alloc.c: In function 'ocfs2_init_eb':
alloc.c:184: warning: pointer targets in passing argument 1 of 'strcpy' differ 
in signedness
make[2]: *** [alloc.o] Error 1
make[2]: Leaving directory `/build/user/ocfs2-tools-1.2.1/libocfs2'
make[1]: *** [libocfs2] Error 2
make[1]: Leaving directory `/build/user/ocfs2-tools-1.2.1'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428947: netdude: FTBFS: /usr/include/linux/if_fddi.h:88: error: expected specifier-qualifier-list before '__be16'

2007-06-15 Thread Lucas Nussbaum
Package: netdude
version: 0.3.3-2.2
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[4]: Entering directory `/build/user/netdude-0.3.3/protocols/fddi'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I../.. -I../../libltdl -I../../include -W -Wall-g -O2 -MT nd_fddi.lo -MD 
-MP -MF .deps/nd_fddi.Tpo -c -o nd_fddi.lo nd_fddi.c; \
then mv -f .deps/nd_fddi.Tpo .deps/nd_fddi.Plo; else rm -f 
.deps/nd_fddi.Tpo; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../.. -I../../libltdl 
-I../../include -W -Wall -g -O2 -MT nd_fddi.lo -MD -MP -MF .deps/nd_fddi.Tpo -c 
nd_fddi.c  -fPIC -DPIC -o .libs/nd_fddi.o
In file included from /usr/include/netinet/if_fddi.h:26,
 from ./nd_fddi.h:29,
 from nd_fddi.c:34:
/usr/include/linux/if_fddi.h:88: error: expected specifier-qualifier-list 
before '__be16'
make[4]: *** [nd_fddi.lo] Error 1
make[4]: Leaving directory `/build/user/netdude-0.3.3/protocols/fddi'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/user/netdude-0.3.3/protocols'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/netdude-0.3.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/netdude-0.3.3'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428952: net-tools: FTBFS: /usr/include/linux/if_fddi.h:88: error: expected specifier-qualifier-list before '__be16'

2007-06-15 Thread Lucas Nussbaum
Package: net-tools
version: 1.60-17
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
ddp.c:51: warning: pointer targets in passing argument 1 of 'ddp_print' differ 
in signedness
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o ddp_gr.o ddp_gr.c
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o ec_hw.o ec_hw.c
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o econet.o econet.c
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o ether.o ether.c
ether.c: In function 'in_ether':
ether.c:59: warning: pointer targets in assignment differ in signedness
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o eui64.o eui64.c
eui64.c: In function 'in_eui64':
eui64.c:72: warning: pointer targets in assignment differ in signedness
cc -D_GNU_SOURCE -O2 -Wall  -I. -idirafter ./include/ -Ilib 
-I/build/user/net-tools-1.60 -idirafter /build/user/net-tools-1.60/include
-c -o fddi.o fddi.c
In file included from /usr/include/netinet/if_fddi.h:26,
 from fddi.c:30:
/usr/include/linux/if_fddi.h:88: error: expected specifier-qualifier-list 
before '__be16'
fddi.c: In function 'in_fddi':
fddi.c:69: warning: pointer targets in assignment differ in signedness
make[2]: *** [fddi.o] Error 1
make[2]: Leaving directory `/build/user/net-tools-1.60/lib'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/build/user/net-tools-1.60'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428944: mctools-lite: FTBFS: /usr/include/linux/types.h:165: error: redefinition of 'struct ustat'

2007-06-15 Thread Lucas Nussbaum
Package: mctools-lite
version: 970129-17
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory `/build/user/mctools-lite-970129/XPlaycd'
gcc -m32 -g -O2 -fno-strict-aliasing -I..-Dlinux -D__i386__ 
-D_POSIX_C_SOURCE=199309L   -D_POSIX_SOURCE 
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  -DFUNCPROTO=15 
-DNARROWPROTO   -c -o xplaycd.o xplaycd.c
xplaycd.c: In function 'main':
xplaycd.c:166: warning: return type of 'main' is not 'int'
gcc -m32 -g -O2 -fno-strict-aliasing -I..-Dlinux -D__i386__ 
-D_POSIX_C_SOURCE=199309L   -D_POSIX_SOURCE 
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  -DFUNCPROTO=15 
-DNARROWPROTO   -c -o icons.o icons.c
gcc -m32 -g -O2 -fno-strict-aliasing -I..-Dlinux -D__i386__ 
-D_POSIX_C_SOURCE=199309L   -D_POSIX_SOURCE 
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  -DFUNCPROTO=15 
-DNARROWPROTO   -c -o hardware.o hardware.c
In file included from /usr/include/linux/byteorder/little_endian.h:11,
 from /usr/include/asm-i386/byteorder.h:53,
 from /usr/include/asm/byteorder.h:7,
 from /usr/include/linux/cdrom.h:14,
 from hardware.h:21,
 from hardware.c:49:
/usr/include/linux/types.h:165: error: redefinition of 'struct ustat'
make[1]: *** [hardware.o] Error 1
make[1]: Leaving directory `/build/user/mctools-lite-970129/XPlaycd'
make: *** [build-stamp] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428775: Backtrace

2007-06-15 Thread Miguel Rodríguez Pérez

I have installed:

* Display Mail User Agent Extension
* Enigmail (from the Ubuntu package)
* Mail Redirect
* Sender Verification Extension

I can try to remove them... but they've been installed for a very long
time without causing any errors.

On 6/14/07, Alexander Sack - Debian Bugmail [EMAIL PROTECTED] wrote:

On Thu, Jun 14, 2007 at 03:31:59PM +0200, Miguel Rodríguez Pérez wrote:
 I have found this very same problem in Gutsys's version of
 Thunderbird. So I downloaded sid's icedove-dbg package and generated
 the following backtrace. I now this is not a proper debian system, but
 hope it helps.


What plugins/extensions do you have installed?

 - Alexander

--
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/



Bug#428775: Backtrace

2007-06-15 Thread Alexander Sack
On Fri, Jun 15, 2007 at 09:26:10AM +0200, Miguel Rodríguez Pérez wrote:
 I have installed:
 
 * Display Mail User Agent Extension
 * Enigmail (from the Ubuntu package)
 * Mail Redirect
 * Sender Verification Extension
 
 I can try to remove them... but they've been installed for a very long
 time without causing any errors.

Yes, but try to disable them anyway.

 - Alexander




Bug#428920: brltty: FTBFS: ../../Programs/usb_linux.c:33:28: error: linux/compiler.h: No such file or directory

2007-06-15 Thread Samuel Thibault
Lucas Nussbaum, le Fri 15 Jun 2007 08:02:34 +0200, a écrit :
 gcc -Wall -g -O2 -I. -I.. -I../../Programs -I../.. -D_POSIX_C_SOURCE=2 
 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DHAVE_CONFIG_H -c 
 ../../Programs/usb_linux.c
 ../../Programs/usb_linux.c:33:28: error: linux/compiler.h: No such file or 
 directory

Should get fixed with 3.8 upload.

Samuel



Processed: merging 428848 428957

2007-06-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.4
 merge 428848 428957
Bug#428848: lxml - FTBFS: cannot find -lz
Bug#428957: lxml - FTBFS: /usr/bin/ld: cannot find -lz
Merged 428848 428957.


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#428937: ncpfs: FTBFS: ncpm_common.c:1229: error: expected expression before 'struct'

2007-06-15 Thread Petr Vandrovec

Lucas Nussbaum wrote:

During a rebuild of all packages in sid, your package failed to build on i386.


Fix below should fix problem.  Probably time to release ncpfs-2.2.7, it 
looks really bad that there is 2000+ warnings in the build.

Petr


ncpm_common.c: In function 'process_connection':
ncpm_common.c:1229: error: expected expression before 'struct'
make[2]: *** [ncpm_common.o] Error 1


diff -urN sutil.x/ncpm_common.c sutil/ncpm_common.c
--- sutil.x/ncpm_common.c   2007-06-15 01:14:28.0 -0700
+++ sutil/ncpm_common.c 2007-06-15 01:12:30.0 -0700
@@ -85,6 +85,7 @@
 #include stdio.h
 #include string.h
 #include signal.h
+#include stddef.h
 #include pwd.h
 #include grp.h
 #include ncp/ext/socket.h

diff -urN sutil.x/ncpm_common.c sutil/ncpm_common.c
--- sutil.x/ncpm_common.c	2007-06-15 01:14:28.0 -0700
+++ sutil/ncpm_common.c	2007-06-15 01:12:30.0 -0700
@@ -85,6 +85,7 @@
 #include stdio.h
 #include string.h
 #include signal.h
+#include stddef.h
 #include pwd.h
 #include grp.h
 #include ncp/ext/socket.h


Bug#428775: Backtrace

2007-06-15 Thread Miguel Rodríguez Pérez

After some trial and error I've found the culprit.

I had installed the tango icons for thunderbird theme. Selecting the
default theme (no matter what extensions are active) solves the
problem.

I'm going to add this info to the ubuntu bug and close it.

I hope Jose Luis was experiencing the same problem and this bug can be
closed too.

On 6/15/07, Alexander Sack [EMAIL PROTECTED] wrote:

On Fri, Jun 15, 2007 at 09:26:10AM +0200, Miguel Rodríguez Pérez wrote:
 I have installed:

 * Display Mail User Agent Extension
 * Enigmail (from the Ubuntu package)
 * Mail Redirect
 * Sender Verification Extension

 I can try to remove them... but they've been installed for a very long
 time without causing any errors.

Yes, but try to disable them anyway.

 - Alexander




Bug#428964: klogd freaks in vservers

2007-06-15 Thread Tobias Vogel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: klogd
Version: 1.4.1
Severity: grave

klogd randomly starts using 99 cpu.if work
on the certain vserver is still possible, then
killing the klogd (-9) is the only thing to stop the
process.


Linux vs 2.6.18-4-vserver-686 #1 SMP Mon Mar 26 19:55:22 UTC 2007 i686
GNU/Linux

cat /etc/debian_version
4.0
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGck4ZV2BJzU43y1QRAtu5AKDbdJ0WF5bhKl1iSYc8mVpc1VaOpgCfailC
aN39+SX9O1F7g7z990ZVKX4=
=Rpvv
-END PGP SIGNATURE-


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



Processed: flac = 1.1.13 patches for libsndfile

2007-06-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 426676 + fixed-upstream patch
Bug#426676: FLAC 1.1.4 is coming, library transition imminent
There were no tags set.
Bug#427749: libsndfile - FTBFS: error: 'FLAC_PRIVATE' has no member named 
'encbuffer'
Tags added: fixed-upstream, patch

 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]



Bug#426676: flac = 1.1.13 patches for libsndfile

2007-06-15 Thread Andreas Henriksson
tags 426676 + fixed-upstream patch
thanks

Hello!

Just reporting in that the FLAC = 1.1.13 issue in libsndfile seems to be
solved in the upstream pre-release 1.0.18pre11 (which I just successfully
built on my Debian Unstable machine) and according to this page[1]
there's a patch for the current libsndfile release available in archlinux
cvs[2].

[1]: http://www.mail-archive.com/[EMAIL PROTECTED]/msg07090.html
[2]:
http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/lib/libsndfile/flac-1.1.4.patch

HTH.

-- 
Regards,
Andreas Henriksson


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



Processed: flac-related issues in idjc fixed in new upstream version.

2007-06-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forcemerge 427746 426670
Bug#427746: idjc - FTBFS: checking for FLAC__file_decoder_new in -lFLAC... no
Bug#426670: FLAC 1.1.4 is coming, library transition imminent
Forcibly Merged 426670 427746.

 tags 427746 fixed-upstream
Bug#427746: idjc - FTBFS: checking for FLAC__file_decoder_new in -lFLAC... no
There were no tags set.
Bug#426670: FLAC 1.1.4 is coming, library transition imminent
Tags added: fixed-upstream

 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]



Bug#427746: flac-related issues in idjc fixed in new upstream version.

2007-06-15 Thread Andreas Henriksson
forcemerge 427746 426670
tags 427746 fixed-upstream
thanks

There's a new version of IDJC which supposedly fixes the reported bug(s).

From the upstream changelog[1]:

Changes in version 0.6.12
...
Support for FLAC-1.1.3 and beyond has been added - FLAC is now optional.
...


[1]: http://www.onlymeok.nildram.co.uk/ChangeLog.html

-- 
Regards,
Andreas Henriksson


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



Bug#428775: Backtrace

2007-06-15 Thread Alexander Sack
On Fri, Jun 15, 2007 at 10:32:16AM +0200, Miguel Rodríguez Pérez wrote:
 After some trial and error I've found the culprit.
 
 I had installed the tango icons for thunderbird theme. Selecting the
 default theme (no matter what extensions are active) solves the
 problem.

Oh yeah, there appear to be severe problems with tango icons. I have
received other wierd reports that resolved when using something else.

 
 I'm going to add this info to the ubuntu bug and close it.

can you give me the ubuntu bug number please?

 
 I hope Jose Luis was experiencing the same problem and this bug can be
 closed too.

Thanks for tracking this down ... are the tango icons shipped in some
debian package?

 - Alexander




Bug#428967: lyx: main window does not repaint with Qt 4.3

2007-06-15 Thread Laurent Bonnaud
Package: lyx
Version: 1.5.0~beta1-3
Severity: grave
Justification: renders package unusable


Hi,

since I upgraded this system with Qt 4.3 from experimental, lyx does not
work any longer.  It opens its main window but is not able to draw it:

$ lyx
QWidget::repaint: Recursive repaint detected
QWidget::repaint: Recursive repaint detected
[...]

I do not know if this bug is in lyx or Qt.  So please reassign it if it
is in Qt.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lyx depends on:
ii  groff  1.18.1.1-12   GNU troff text-formatting system
ii  imagemagick7:6.2.4.5.dfsg1-1 Image manipulation programs
ii  latex-xft-fonts0.1-6 Xft-compatible versions of some La
ii  libaiksaurus-1.2-0c2a  1.2.1+dev-0.12-4  an English-language thesaurus (dev
ii  libaspell150.60.5-1  GNU Aspell spell-checker runtime l
ii  libc6  2.5-11GNU C Library: Shared libraries
ii  libgcc11:4.2-20070609-1  GCC support library
ii  libqt4-core4.3.0-1   Qt 4 core non-GUI functionality ru
ii  libqt4-gui 4.3.0-1   Qt 4 core GUI functionality runtim
ii  libstdc++6 4.2-20070609-1The GNU Standard C++ Library v3
ii  libtiff-tools  3.8.2-7   TIFF manipulation and conversion t
ii  lyx-common 1.5.0~beta1-3 High Level Word Processor - common
ii  mime-support   3.39-1MIME files 'mime.types'  'mailcap
ii  preview-latex-style11.83-6   LaTeX style files for editor embed
ii  psutils1.17-24   A collection of PostScript documen
ii  texlive-fonts-recommen 2007-9TeX Live: Recommended fonts
ii  texlive-latex-recommen 2007-9TeX Live: LaTeX recommended packag
ii  xdg-utils  1.0.1-2   Desktop integration utilities from
ii  zlib1g 1:1.2.3-15compression library - runtime

Versions of packages lyx recommends:
ii  acroread [pdf 7.0.9-0.2sarge1Adobe Acrobat Reader: Portable Doc
ii  amaya [www-br 9.54~dfsg.0-1  Web Browser, HTML Editor and Testb
ii  chimera2 [www 2.0a19-5   Web browser for X
ii  cupsys-bsd [l 1.2.11-3   Common UNIX Printing System(tm) - 
ii  dillo [www-br 0.8.5-4.1  Small and fast web browser
ii  dvipng1.9-4  convert DVI files to PNG graphics
ii  dvipost   1.1-2  Post processor for dvi files suppo
ii  elinks [www-b 0.11.1-1.4 advanced text-mode WWW browser
ii  elvis [www-br 2.2.0-8powerful clone of the vi/ex text e
ii  epiphany-brow 2.18.2-1   Intuitive GNOME web browser
ii  evince [posts 0.9.0-1Document (postscript, pdf) viewer
ii  galeon [www-b 2.0.2-4GNOME web browser for advanced use
ii  gnome-gv [pos 1:2.12.0-2 GNOME PostScript viewer
ii  gnuhtml2latex 0.3-3  A Perl script that converts html f
ii  gpdf [pdf-vie 2.10.0-4   Portable Document Format (PDF) vie
ii  gs-esp [posts 8.15.3.dfsg.1-1The Ghostscript PostScript interpr
ii  gs-gpl [posts 8.56.dfsg.1-1  The GPL Ghostscript PostScript int
ii  gv [pdf-viewe 1:3.6.2-4  PostScript and PDF viewer for X
ii  hevea 1.09-3 translates from LaTeX to HTML, inf
ii  iceape-browse 1.1.2-1Iceape Navigator (Internet browser
ii  icedove [www- 2.0.0.0-4  free/unbranded thunderbird mail/ne
ii  iceweasel [ww 2.0.0.4-1  lightweight web browser based on M
ii  kazehakase [w 0.4.3-1gecko based web browser using GTK
ii  kdeprint  4:3.5.7-1  print system for KDE
ii  kghostview [p 4:3.5.7-2  PostScript viewer for KDE
ii  konqueror [ww 4:3.5.7-1  KDE's advanced file manager, web b
ii  kpdf [pdf-vie 4:3.5.7-2  PDF viewer for KDE
ii  latex2html2002-2-1-20050114-5LaTeX to HTML translator
ii  links [www-br 0.99+1.00pre12-1.2 Character mode WWW browser
ii  links2 [www-b 2.1pre28-1 Web browser running in both graphi
ii  lynx [www-bro 2.8.6-2Text-mode WWW Browser
ii  rcs   5.7-18 The GNU Revision Control System
ii  tex4ht20060913-1 LaTeX and TeX for Hypertext (HTML)
ii  tth   3.67-4 TeX/LaTeX to HTML converter
ii  w3-el-e21 [ww 4.0pre.2001.10.27.nodocs-4 Web browser for GNU Emacs 21
ii  w3m [www-brow 0.5.1-5.1  WWW 

Bug#428968: openssh-server: password based authentication not working following upgrade

2007-06-15 Thread Adar Dembo

Package: openssh-server
Version: 1:4.6p1-1
Severity: grave
Justification: renders package unusable

After upgrading to 1:4.6p1-1 from 1:4.3p2-11, I can no longer login to my
machine using password-based authentication. I've experienced this on two
different machines now, leading me to file this report. I've compared 
the new

versions of /etc/ssh/sshd_config and /etc/pam.d/ssh to the versions prior to
the upgrade, but they're completely identical. Private key 
authentication still

appears to work.

I've also noticed (on both machines) that following the upgrade, I see 
this in

my auth.log when sshd starts up:
Jun 15 01:41:09 localhost sshd[11004]: Received signal 15; terminating.
Jun 15 01:41:09 localhost sshd[23456]: Server listening on :: port 22.
Jun 15 01:41:09 localhost sshd[23456]: error: Bind to port 22 on 0.0.0.0 
failed:

Address already in use.

The error is new to this version. This may be a red herring, though.

Here are the contents of my sshd_config file:

# Package generated configuration file
# See the sshd(8) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 600
PermitRootLogin yes
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile %h/.ssh/authorized_keys

# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for 
RhostsRSAAuthentication

#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to no to disable s/key passwords
#ChallengeResponseAuthentication yes

# Change to yes to enable tunnelled clear text passwords
PasswordAuthentication no


# To change Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#AFSTokenPassing no
#KerberosTicketCleanup no

# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
KeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net
#ReverseMappingCheck yes

Subsystem sftp /usr/lib/openssh/sftp-server

UsePAM yes

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

Kernel: Linux 2.6.20-1-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openssh-server depends on:
ii  adduser  3.102   Add and remove users and groups
ii  debconf  1.5.13  Debian configuration 
management sy
ii  dpkg 1.14.4  package maintenance system 
for Deb

ii  libc62.5-11  GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2007.04.07+dfsg-2 common error description 
library

ii  libkrb53 1.6.dfsg.1-4MIT Kerberos runtime libraries
ii  libpam-m 0.79-4  Pluggable Authentication 
Modules f
ii  libpam-r 0.79-4  Runtime support for the PAM 
librar
ii  libpam0g 0.79-4  Pluggable Authentication 
Modules l

ii  libselin 2.0.15-2SELinux shared libraries
ii  libssl0. 0.9.8e-5SSL shared libraries
ii  libwrap0 7.6.dbs-13  Wietse Venema's TCP 
wrappers libra
ii  lsb-base 3.1-23.1Linux Standard Base 3.1 
init scrip
ii  openssh- 1:4.6p1-1   secure shell client, an 
rlogin/rsh

ii  zlib1g   1:1.2.3-15  compression library - runtime

openssh-server recommends no packages.

-- debconf information:
 ssh/insecure_rshd:
 ssh/insecure_telnetd:
 ssh/new_config: true
* ssh/use_old_init_script: true
* ssh/disable_cr_auth: false
 ssh/encrypted_host_key_but_no_keygen:



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



Bug#403998: Still there

2007-06-15 Thread Hilmar Preusse
On 14.06.07 Amaya ([EMAIL PROTECTED]) wrote:

Hi,

 This is still not working for me. Sorry :(
 
 Setting up gzip (1.3.12-2) ...
 install-info(/usr/share/info/gzip.info): warning, ignoring confusing 
 INFO-DIR-ENTRY in file.
 
 No `START-INFO-DIR-ENTRY' and no `This file documents'.
 install-info(/usr/share/info/gzip.info): unable to determine description for 
 `dir' entry - giving up
 dpkg: error processing gzip (--configure):
  subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  gzip
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
Hmm, can reproduce that here -- works fine. The postinst script
contains only one command: install-info --quiet /usr/share/info/gzip.info

Could you call that on the comand line, but using the --debug flag
instead?

H.
-- 
sigmentation fault


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



Bug#428775: Backtrace

2007-06-15 Thread Miguel Rodríguez Pérez

On 6/15/07, Alexander Sack [EMAIL PROTECTED] wrote:

On Fri, Jun 15, 2007 at 10:32:16AM +0200, Miguel Rodríguez Pérez wrote:
 After some trial and error I've found the culprit.

 I had installed the tango icons for thunderbird theme. Selecting the
 default theme (no matter what extensions are active) solves the
 problem.

Oh yeah, there appear to be severe problems with tango icons. I have
received other wierd reports that resolved when using something else.


 I'm going to add this info to the ubuntu bug and close it.

can you give me the ubuntu bug number please?


Sure, it's (was) #119836. It just has my original bug report and a
link to this bug.


 I hope Jose Luis was experiencing the same problem and this bug can be
 closed too.

Thanks for tracking this down ... are the tango icons shipped in some
debian package?


No. I downloaded them directly from addons.mozilla.org. But they are
the latest available version (0.7.0).


 - Alexander




Processed: patch for flac issues in hydrogen available from mandriva

2007-06-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 427745 + patch
Bug#427745: hydrogen - FTBFS: error: 'FLAC__FILE_DECODER_OK' was not declared 
in this scope
There were no tags set.
Tags added: patch

 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]



Bug#427745: patch for flac issues in hydrogen available from mandriva

2007-06-15 Thread Andreas Henriksson
tags 427745 + patch
thanks

There seems to be a patch available to fix this issue at:
http://cvs.mandriva.com/cgi-bin/viewvc.cgi/contrib-SPECS/hydrogen/hydrogen-0.9.3-build-flac.patch


-- 
Regards,
Andreas Henriksson


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



Bug#428775: Backtrace

2007-06-15 Thread Miguel Rodríguez Pérez

Yes, I meant the thunderbird/icedove addon. Sorry for the confusion.

On 6/15/07, Alexander Sack [EMAIL PROTECTED] wrote:

On Fri, Jun 15, 2007 at 11:06:17AM +0200, Miguel Rodríguez Pérez wrote:
 
 Thanks for tracking this down ... are the tango icons shipped in some
 debian package?
 
 No. I downloaded them directly from addons.mozilla.org. But they are
 the latest available version (0.7.0).


So you say, that the tango icons are a thunderbird theme ... not a
gnome theme ... ah!


 - Alexander




Bug#428775: Backtrace

2007-06-15 Thread Alexander Sack
On Fri, Jun 15, 2007 at 11:06:17AM +0200, Miguel Rodríguez Pérez wrote:
 
 Thanks for tracking this down ... are the tango icons shipped in some
 debian package?
 
 No. I downloaded them directly from addons.mozilla.org. But they are
 the latest available version (0.7.0).


So you say, that the tango icons are a thunderbird theme ... not a
gnome theme ... ah!


 - Alexander




Processed: additional licensing options for files in muine source.

2007-06-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 426473 + patch
Bug#426473: muine-plugin-trayicon: Copyright file missing MIT reference 
(NotificationArea.cs and friends)
There were no tags set.
Tags added: patch

 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]



Bug#426473: additional licensing options for files in muine source.

2007-06-15 Thread Andreas Henriksson
tags 426473 + patch
thanks

Hello!

I've been looking at doing an NMU for Muine, and ofcourse I should have
looked at open bugs for other packages generated from the same source as
well. Sorry for missing that.

I've looked at the Muine source and found that, additionally to the
NotificationArea.cs that you mentioned, the dbus C# glues under deps/ are
also licensed under the MIT License.

One might argue that the entire work is only available under the GPL and
that's the only valid license for the entire package, but mentioning that
some parts might be available under other licensing options probably doesn't
hurt. I've added a note about this in my upcoming version of the NMU diff
that looks like the below text... Please see if you can find any problems
with my wording or if there are additional files that I've missed available
under other licenses as well.

New part added to debian/copyright:


Some parts like deps/dbus-sharp/, dbus-sharp-glib/ and
plugins/NotificationArea.cs are also available under the MIT License:

   Permission is hereby granted, free of charge, to any person obtaining a
   copy of this software and associated documentation files (the Software),
   to deal in the Software without restriction, including without limitation
   the rights to use, copy, modify, merge, publish, distribute, sublicense,
   and/or sell copies of the Software, and to permit persons to whom the
   Software is furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be included in
   all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
   DEALINGS IN THE SOFTWARE.

See the respective source file header for any alternative licensing option
that might be available if you want to use something else then the GPL which
the entire work is available under.



-- 
Regards,
Andreas Henriksson


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



Bug#428977: CIPE is abandoned upstream, icompatible with all unstable kernels, low popcon and obsoleted by openvpn

2007-06-15 Thread Marco Nenciarini
Package: cipe-source
Severity: grave

The cipe-source does works with any kernel supported by debian.

The latest upstream version (1.6.0) does not works too (last code
update was January 2002 because developer themself gave up the project
since cipe has no real reason to continue)

OpenVPN is more simple in config, uses existing kernel modules
(tun/tap modules), and the link is more reliable. On top of that
OpenVPN does not have by design weaknesses like the cipe protocol
has.

Due to very low popcon I think there is no reason to keep this
software in debian.

Regards

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#428967: [Pkg-lyx-devel] Bug#428967: lyx: main window does not repaint with Qt 4.3

2007-06-15 Thread Per Olofsson
Hi,

On 2007-06-15 Laurent Bonnaud wrote:
 since I upgraded this system with Qt 4.3 from experimental, lyx does 
 not
 work any longer.  It opens its main window but is not able to draw it:
 
 $ lyx
 QWidget::repaint: Recursive repaint detected
 QWidget::repaint: Recursive repaint detected
 [...]
 

Thank you for reporting this. We are going to upload LyX 1.5.0rc1 soon,
I will check if the bug is still present in that version.

-- 
Pelle


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



Bug#428775: Backtrace

2007-06-15 Thread Alexander Sack
On Fri, Jun 15, 2007 at 11:47:43AM +0200, Miguel Rodríguez Pérez wrote:
 Yes, I meant the thunderbird/icedove addon. Sorry for the confusion.

OK, would be cool if you drop a step by step instruction on how to
reproduce to this bug and the ubuntu one.

Thanks a lot,

 - Alexander




Bug#428968: openssh-server: password based authentication not working following upgrade

2007-06-15 Thread Colin Watson
On Fri, Jun 15, 2007 at 02:02:00AM -0700, Adar Dembo wrote:
 After upgrading to 1:4.6p1-1 from 1:4.3p2-11, I can no longer login to my
 machine using password-based authentication. I've experienced this on two
 different machines now, leading me to file this report.

Hmm. I can't reproduce this here. Could you stop sshd, run 'sshd -ddd'
(you'll then need to restart sshd afterwards), and try to connect using
'ssh -vvv'? Then send me both verbose logs.

 I've also noticed (on both machines) that following the upgrade, I see
 this in my auth.log when sshd starts up:
 Jun 15 01:41:09 localhost sshd[11004]: Received signal 15; terminating.
 Jun 15 01:41:09 localhost sshd[23456]: Server listening on :: port 22.
 Jun 15 01:41:09 localhost sshd[23456]: error: Bind to port 22 on 0.0.0.0 
 failed: Address already in use.
 
 The error is new to this version. This may be a red herring, though.

I see that too, and (provisionally) I think it's a red herring, but
we'll see.

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#428935: marked as done (fails to install)

2007-06-15 Thread Debian Bug Tracking System
Your message dated Fri, 15 Jun 2007 11:57:15 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#428935: fails to install
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 reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: module-init-tools
Version: 3.3-pre11-3
Severity: critical

Setting up module-init-tools (3.3-pre11-3) ...
dpkg-divert: rename involves overwriting `/usr/share/man/fr/man5/modules.5.gz' 
with
  different file `/usr/share/man/fr/man5/modules.modutils.5.gz', not allowed
dpkg: error processing module-init-tools (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 module-init-tools



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

Kernel: Linux 2.6.20.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages module-init-tools depends on:
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip

module-init-tools recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Duplicate.

-- 
ciao,
Marco


signature.asc
Description: Digital signature
---End Message---


Bug#428611: boo: can't compile HelloWorld

2007-06-15 Thread Kartik Mistry

On 6/13/07, Sam Clegg wrote:


Indeed, works for my just fine on sid.  Will try etch just to be sure.


Hi,

In etch (amd64), Using, /usr/share/doc/boo/examples/hello.boo (same
was used in Sid)

[EMAIL PROTECTED]:~/Desktop$ booc hello.boo
Boo Compiler version 0.7.6.2237 (CLR v1.1.4322.2032)
[EMAIL PROTECTED]:~/Desktop$ ./hello.exe
Seu nome? Kartik
Olá, Kartik!

So, it works for etch too! :)

--

Kartik Mistry  | Eng: kartikmistry.org/blog
0xD1028C8D | Guj: kartikm.wordpress.com



Bug#426676: marked as done (FLAC 1.1.4 is coming, library transition imminent)

2007-06-15 Thread Debian Bug Tracking System
Your message dated Fri, 15 Jun 2007 11:02:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426676: fixed in libsndfile 1.0.17-2
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 reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libsndfile1
Version: 1.0.17-1
Severity: normal

Hi,

This is to let you know I've gotten around to packaging FLAC 1.1.4. As
you may know, this involves not only the usual SONAME change from

libflac7 - libflac8
libflac++5 - libflac++6

but also liboggflac* have been removed, and merged into the main
FLAC library, so there are lots of API considerations involved
with that. You're receiving this bug because your package depends
on one or more of libflac7, libflac++5, liboggflac3, or liboggflac++2.

By now your upstream sources have transitioned, or at least made #ifdef
style provisions for this new API, especially if your package depends
on liboggflac*. If not, Josh Coalson, the upstream maintainer of FLAC,
has prepared a fairly extensive transition guide on the FLAC web site in
case you want to have a go at making the transition yourself. (What a
dedicated maintainer!):

http://flac.sourceforge.net/api/group__porting.html

If you're ready to build against 1.1.4, please download binary packages
or build them from source from here:

http://people.debian.org/~joshk/

i386 and amd64 are available on that page.

Well, this is a small-time library transition. So this is probably the
only message you'll see about this. I plan to upload 1.1.4 tomorrow
evening if there are no concerns raised about the sanity of this
transition, and you will have until the package clears NEW to prepare.

Once it hits unstable, you should upload your package on the same day to
mitigate uninstallable packages. (But if anyone complains, tell them
that they're using unstable, and should live with it.)

Oh, and sorry for the belated transition -- I've been quite busy with
school. Anyway, let me know if there are any problems.

-- 
Joshua Kwan

---End Message---
---BeginMessage---
Source: libsndfile
Source-Version: 1.0.17-2

We believe that the bug you reported is fixed in the latest version of
libsndfile, which is due to be installed in the Debian FTP archive:

libsndfile1-dev_1.0.17-2_i386.deb
  to pool/main/libs/libsndfile/libsndfile1-dev_1.0.17-2_i386.deb
libsndfile1_1.0.17-2_i386.deb
  to pool/main/libs/libsndfile/libsndfile1_1.0.17-2_i386.deb
libsndfile_1.0.17-2.diff.gz
  to pool/main/libs/libsndfile/libsndfile_1.0.17-2.diff.gz
libsndfile_1.0.17-2.dsc
  to pool/main/libs/libsndfile/libsndfile_1.0.17-2.dsc
sndfile-programs_1.0.17-2_i386.deb
  to pool/main/libs/libsndfile/sndfile-programs_1.0.17-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Mimram [EMAIL PROTECTED] (supplier of updated libsndfile package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Jun 2007 12:41:00 +0200
Source: libsndfile
Binary: libsndfile1 libsndfile1-dev sndfile-programs
Architecture: source i386
Version: 1.0.17-2
Distribution: unstable
Urgency: low
Maintainer: Samuel Mimram [EMAIL PROTECTED]
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 libsndfile1 - Library for reading/writing audio files
 libsndfile1-dev - Library for reading/writing audio files
 sndfile-programs - Sample programs that use libsndfile
Closes: 426676 426795
Changes: 
 libsndfile (1.0.17-2) unstable; urgency=low
 .
   * Added flac-1.1.4.dpatch to adapt to the new FLAC API, closes: #426676.
   * Don't build-depend on libasound2-dev on hurd, closes: #426795.
Files: 
 e11cdd76aa95bbc3b18b7359c2e25355 690 devel optional libsndfile_1.0.17-2.dsc
 da00f12549a738cb20b942f343d67a3c 8992 devel optional 
libsndfile_1.0.17-2.diff.gz
 fd53f15ccb911c5d00ba52da618eba35 324610 libdevel optional 
libsndfile1-dev_1.0.17-2_i386.deb
 888563d448fe4f2fbaf95a980dc7d2ff 196466 libs optional 
libsndfile1_1.0.17-2_i386.deb
 390c011f44fd5a9edf58aa868c69cc10 75738 utils optional 
sndfile-programs_1.0.17-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGcm+gIae1O4AJae8RAlTGAJ4i3i2OF/ja7iKsuvzpvdHP90KBrACggRUr

Bug#428978: subcommander: SIGSEGV when trying to view loggraph

2007-06-15 Thread Wilfried Goesgens
Package: subcommander
Version: 1.2.2-1
Severity: grave
Justification: renders package unusable

Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Wilfried Goesgens [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: subcommander: SIGSEGV when trying to view loggraph
Message-ID: [EMAIL PROTECTED]
X-Mailer: reportbug 3.31
Date: Fri, 15 Jun 2007 12:15:36 +0200

Package: subcommander
Version: 1.2.2-1
Severity: grave
Justification: renders package unusable

this is where it crashes:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1259340880 (LWP 23865)]
0x08125e8a in InfoLogBaton::receiveMessage (this=0xb4eff3a8,
[EMAIL PROTECTED]) at commands/LogGraphCmd.cpp:45
45  _baton-addLogMsg(log);
(gdb) bt
#0  0x08125e8a in InfoLogBaton::receiveMessage (this=0xb4eff3a8,
[EMAIL PROTECTED]) at commands/LogGraphCmd.cpp:45
#1  0x08145145 in svn::LogFns::log (baton=0xb4eff3ac,
changedPaths=0x8322070, rev=1, author=0x8321fd0 rachid, date=0x8321fd8
2005-04-21T14:41:03.485247Z, 
msg=0x8321ff8 some private message  2005-04-21 16:42,
pool=0x8321f98) at Client.cpp:153
#2  0xb75b8ebd in svn_ra_dav__get_log () from
/usr/lib/libsvn_ra_dav-1.so.1
#3  0xb75bfe4d in svn_ra_dav__lookup_xml_elem () from
/usr/lib/libsvn_ra_dav-1.so.1
#4  0xb7305558 in ne_xml_destroy () from /usr/lib/libneon.so.26
#5  0xb6b27d8b in xmlParseXMLDecl () from /usr/lib/libxml2.so.2
#6  0xb6b34714 in xmlParseChunk () from /usr/lib/libxml2.so.2
#7  0xb73056ed in ne_xml_parse () from /usr/lib/libneon.so.26
#8  0xb73057eb in ne_xml_parse_v () from /usr/lib/libneon.so.26
#9  0xb730472d in ne_decompress_reader () from
/usr/lib/libneon.so.26
#10 0xb72f8de1 in ne_read_response_block () from
/usr/lib/libneon.so.26
#11 0xb72f9195 in ne_discard_response () from /usr/lib/libneon.so.26
#12 0xb72fa2bb in ne_request_dispatch () from /usr/lib/libneon.so.26
#13 0xb75c0951 in svn_ra_dav__request_dispatch () from
/usr/lib/libsvn_ra_dav-1.so.1
#14 0xb75c0ff2 in svn_ra_dav__parsed_request_compat () from
/usr/lib/libsvn_ra_dav-1.so.1
#15 0xb75b8db5 in svn_ra_dav__get_log () from
/usr/lib/libsvn_ra_dav-1.so.1
#16 0xb7609800 in svn_ra_get_log () from /usr/lib/libsvn_ra-1.so.1
#17 0xb76545ec in svn_client_log3 () from
/usr/lib/libsvn_client-1.so.1
#18 0xb7654b4a in svn_client_log2 () from
/usr/lib/libsvn_client-1.so.1
#19 0x0814175b in svn::Client::log (this=0x8240d50,
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
limit=0, discoverChangedPaths=true, strictNodeHistory=false,
baton=0xb4eff3ac) at Client.cpp:969
#20 0x08125d66 in LogGraphCmd::run (this=0x8226440) at
commands/LogGraphCmd.cpp:88
#21 0x081282a2 in ScCmd::run (this=0x8226440, client=0x8240d50,
progress=0x82de9f8) at commands/ScCmd.cpp:34
#22 0x080f44f7 in ThreadFunc (t=0x82431c8, d=0x82a97f8) at
ScModel.cpp:70
#23 0xb76e6316 in apr_proc_detach () from /usr/lib/libapr-1.so.0
#24 0xb76830bd in start_thread () from /lib/tls/libpthread.so.0
#25 0xb73da9ee in clone () from /lib/tls/libc.so.6

this happenes after i close the empty window with the history graph.
-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.464
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages subcommander depends on:
ii  libapr1  1.2.7-8.2   The Apache Portable Runtime Librar
ii  libaprut 1.2.7+dfsg-2The Apache Portable Runtime Utilit
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libneon2 0.26.2-3.1  An HTTP and WebDAV client library
ii  libqt3-m 3:3.3.7-4   Qt GUI Library (Threaded runtime v
ii  libssl0. 0.9.8c-4SSL shared libraries
ii  libstdc+ 4.1.1-21The GNU Standard C++ Library v3
ii  libsvn1  1.4.2dfsg1-2Shared libraries used by Subversio
ii  libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 universally unique id library
ii  zlib1g   1:1.2.3-13  compression library - runtime

subcommander recommends no packages.

-- no debconf information

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.464
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages subcommander depends on:
ii  libapr1  1.2.7-8.2   The Apache Portable Runtime Librar
ii  libaprut 1.2.7+dfsg-2The Apache Portable Runtime Utilit
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-21   

Processed: tagging 428650

2007-06-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.4
 tags 428650 help
Bug#428650: module-init-tools: Upgrade fails: Tries to overwrite diversion of 
french man page
There were no tags set.
Tags added: help


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#427749: marked as done (libsndfile - FTBFS: error: 'FLAC_PRIVATE' has no member named 'encbuffer')

2007-06-15 Thread Debian Bug Tracking System
Your message dated Fri, 15 Jun 2007 11:02:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426676: fixed in libsndfile 1.0.17-2
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 reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libsndfile
Version: 1.0.17-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs

hi,

while doing an archive wide package rebuild your package failed to build from
source for the following reason:

  flac.c:818: error: 'FLAC_PRIVATE' has no member named 'encbuffer'
  flac.c:840: error: 'FLAC_PRIVATE' has no member named 'fse'
  flac.c: In function 'flac_write_f2flac':
  flac.c:860: error: 'FLAC_PRIVATE' has no member named 'encbuffer'
  flac.c:882: error: 'FLAC_PRIVATE' has no member named 'fse'
  flac.c: In function 'flac_write_d2flac':
  flac.c:992: error: 'FLAC_PRIVATE' has no member named 'encbuffer'
  flac.c:1014: error: 'FLAC_PRIVATE' has no member named 'fse'
  flac.c: In function 'flac_seek':
  flac.c:1130: error: 'FLAC_PRIVATE' has no member named 'frame'
  flac.c:1134: warning: implicit declaration of function 
  'FLAC__seekable_stream_decoder_seek_absolute'
  flac.c:1134: warning: nested extern declaration of 
  'FLAC__seekable_stream_decoder_seek_absolute'
  flac.c:1134: error: 'FLAC_PRIVATE' has no member named 'fsd'
  flac.c:1135: error: 'FLAC_PRIVATE' has no member named 'fsd'
  make[4]: *** [flac.lo] Error 1
  make[4]: Leaving directory `/build/user/libsndfile-1.0.17/src'
  make[3]: *** [all-recursive] Error 1
  make[3]: Leaving directory `/build/user/libsndfile-1.0.17/src'
  make[2]: *** [all] Error 2
  make[2]: Leaving directory `/build/user/libsndfile-1.0.17/src'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/build/user/libsndfile-1.0.17'
  make: *** [build-stamp] Error 2

I think this is related to an API change and recent upload of a new FLAC 
Library, from libflac-dev's changelog:

  * New upstream release. closes: #405167, #411311
- libOggFLAC and libOggFLAC++ have been merged into libFLAC, so
  remove their corresponding packages.
- Because of the API changes required to effect the above, there has
  been yet another soname bump. libflac7 - libflac8 and
  libflac++5 - libflac++6. Emails have been dispatched to the
  maintainers of dependent packages.

The Full Build log is available and can be viewed at:

 http://people.debian.org/~lucas/logs/2007/06/04/
 
bye,
- michael

---End Message---
---BeginMessage---
Source: libsndfile
Source-Version: 1.0.17-2

We believe that the bug you reported is fixed in the latest version of
libsndfile, which is due to be installed in the Debian FTP archive:

libsndfile1-dev_1.0.17-2_i386.deb
  to pool/main/libs/libsndfile/libsndfile1-dev_1.0.17-2_i386.deb
libsndfile1_1.0.17-2_i386.deb
  to pool/main/libs/libsndfile/libsndfile1_1.0.17-2_i386.deb
libsndfile_1.0.17-2.diff.gz
  to pool/main/libs/libsndfile/libsndfile_1.0.17-2.diff.gz
libsndfile_1.0.17-2.dsc
  to pool/main/libs/libsndfile/libsndfile_1.0.17-2.dsc
sndfile-programs_1.0.17-2_i386.deb
  to pool/main/libs/libsndfile/sndfile-programs_1.0.17-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Mimram [EMAIL PROTECTED] (supplier of updated libsndfile package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Jun 2007 12:41:00 +0200
Source: libsndfile
Binary: libsndfile1 libsndfile1-dev sndfile-programs
Architecture: source i386
Version: 1.0.17-2
Distribution: unstable
Urgency: low
Maintainer: Samuel Mimram [EMAIL PROTECTED]
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 libsndfile1 - Library for reading/writing audio files
 libsndfile1-dev - Library for reading/writing audio files
 sndfile-programs - Sample programs that use libsndfile
Closes: 426676 426795
Changes: 
 libsndfile (1.0.17-2) unstable; urgency=low
 .
   * Added flac-1.1.4.dpatch to adapt to the new FLAC API, closes: #426676.
   * Don't build-depend on libasound2-dev on hurd, closes: #426795.
Files: 
 e11cdd76aa95bbc3b18b7359c2e25355 690 devel optional libsndfile_1.0.17-2.dsc
 da00f12549a738cb20b942f343d67a3c 

Bug#428775: Backtrace

2007-06-15 Thread Miguel Rodríguez Pérez

Fine.

1.- Install and select Tango Icons for Thunderbird
(https://addons.mozilla.org/en-US/thunderbird/addons/versions/2258)
version 0.7.0 as the thunderbird theme.
2.- Restart Thunderbird.
3.- Get new mail. (There must be new mail, the bug does not happen if
there is no new mail)[1] Also note that I tried with POP server, not
sure if it happens with IMAP.
4.- Crash.

Note that step 4 is automatic, no user intervention is required ;)

[1] Maybe the crash is related to the new mail notification?

On 6/15/07, Alexander Sack [EMAIL PROTECTED] wrote:

On Fri, Jun 15, 2007 at 11:47:43AM +0200, Miguel Rodríguez Pérez wrote:
 Yes, I meant the thunderbird/icedove addon. Sorry for the confusion.

OK, would be cool if you drop a step by step instruction on how to
reproduce to this bug and the ubuntu one.

Thanks a lot,

 - Alexander




Bug#428850: marked as done (openoffice.org - FTBFS: tar: ../src/OOF680_m18-core.tar.bz2: Cannot open: No such file or directory)

2007-06-15 Thread Debian Bug Tracking System
Your message dated Fri, 15 Jun 2007 11:48:21 +
with message-id [EMAIL PROTECTED]
and subject line Bug#428850: fixed in openoffice.org 2.2.1-2
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 reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: openoffice.org
Version: 2.2.1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of openoffice.org_2.2.1-1 on debian-31.osdl.marist.edu by 
 sbuild/s390 98
[...]
  debian/rules build
 mkdir -p ooo-build/build
 cd ooo-build/build  \
   tar xfvj ../src/OOF680_m18-core.tar.bz2 
 OOF680_m18/lingucomponent/source/thesaurus/mythes \
   OOF680_m18/lingucomponent/inc  \
   tar xfvj ../src/OOF680_m18-system.tar.bz2 
 OOF680_m18/dictionaries/util
 tar: ../src/OOF680_m18-core.tar.bz2: Cannot open: No such file or directory
 tar: Error is not recoverable: exiting now
 tar: Child returned status 2
 tar: OOF680_m18/lingucomponent/source/thesaurus/mythes: Not found in archive
 tar: OOF680_m18/lingucomponent/inc: Not found in archive
 tar: Error exit delayed from previous errors
 make: *** [build] Error 2
 **
 Build finished at 20070613-0702
 FAILED [dpkg-buildpackage died]

---End Message---
---BeginMessage---
Source: openoffice.org
Source-Version: 2.2.1-2

We believe that the bug you reported is fixed in the latest version of
openoffice.org, which is due to be installed in the Debian FTP archive:

broffice.org_2.2.1-2_all.deb
  to pool/main/o/openoffice.org/broffice.org_2.2.1-2_all.deb
libmythes-dev_2.2.1-2_amd64.deb
  to pool/main/o/openoffice.org/libmythes-dev_2.2.1-2_amd64.deb
libmythes-dev_2.2.1-2_i386.deb
  to pool/main/o/openoffice.org/libmythes-dev_2.2.1-2_i386.deb
libmythes-dev_2.2.1-2_powerpc.deb
  to pool/main/o/openoffice.org/libmythes-dev_2.2.1-2_powerpc.deb
libuno-cil_2.2.1-2_amd64.deb
  to pool/main/o/openoffice.org/libuno-cil_2.2.1-2_amd64.deb
libuno-cil_2.2.1-2_i386.deb
  to pool/main/o/openoffice.org/libuno-cil_2.2.1-2_i386.deb
mozilla-openoffice.org_2.2.1-2_amd64.deb
  to pool/main/o/openoffice.org/mozilla-openoffice.org_2.2.1-2_amd64.deb
mozilla-openoffice.org_2.2.1-2_i386.deb
  to pool/main/o/openoffice.org/mozilla-openoffice.org_2.2.1-2_i386.deb
mozilla-openoffice.org_2.2.1-2_powerpc.deb
  to pool/main/o/openoffice.org/mozilla-openoffice.org_2.2.1-2_powerpc.deb
openoffice.org-base_2.2.1-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-base_2.2.1-2_amd64.deb
openoffice.org-base_2.2.1-2_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-base_2.2.1-2_i386.deb
openoffice.org-base_2.2.1-2_powerpc.deb
  to pool/main/o/openoffice.org/openoffice.org-base_2.2.1-2_powerpc.deb
openoffice.org-calc_2.2.1-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-calc_2.2.1-2_amd64.deb
openoffice.org-calc_2.2.1-2_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-calc_2.2.1-2_i386.deb
openoffice.org-calc_2.2.1-2_powerpc.deb
  to pool/main/o/openoffice.org/openoffice.org-calc_2.2.1-2_powerpc.deb
openoffice.org-common_2.2.1-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-common_2.2.1-2_all.deb
openoffice.org-core_2.2.1-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-core_2.2.1-2_amd64.deb
openoffice.org-core_2.2.1-2_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-core_2.2.1-2_i386.deb
openoffice.org-core_2.2.1-2_powerpc.deb
  to pool/main/o/openoffice.org/openoffice.org-core_2.2.1-2_powerpc.deb
openoffice.org-dbg_2.2.1-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-dbg_2.2.1-2_amd64.deb
openoffice.org-dbg_2.2.1-2_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-dbg_2.2.1-2_i386.deb
openoffice.org-dbg_2.2.1-2_powerpc.deb
  to pool/main/o/openoffice.org/openoffice.org-dbg_2.2.1-2_powerpc.deb
openoffice.org-dev-doc_2.2.1-2_all.deb
  to pool/main/o/openoffice.org/openoffice.org-dev-doc_2.2.1-2_all.deb
openoffice.org-dev_2.2.1-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-dev_2.2.1-2_amd64.deb
openoffice.org-dev_2.2.1-2_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-dev_2.2.1-2_i386.deb
openoffice.org-dev_2.2.1-2_powerpc.deb
  to pool/main/o/openoffice.org/openoffice.org-dev_2.2.1-2_powerpc.deb
openoffice.org-draw_2.2.1-2_amd64.deb
  to pool/main/o/openoffice.org/openoffice.org-draw_2.2.1-2_amd64.deb
openoffice.org-draw_2.2.1-2_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-draw_2.2.1-2_i386.deb
openoffice.org-draw_2.2.1-2_powerpc.deb
  to 

Bug#428994: shaperd: FTBFS: main.cpp:600: error: 'UTS_RELEASE' was not declared in this scope

2007-06-15 Thread Lucas Nussbaum
Package: shaperd
version: 0.2.1-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
g++ -Wall -O2 -I/usr/src/linux/include -I/usr/include/libipq -DWITH_IPQ -c 
main.cpp
In file included from /usr/include/c++/4.1.3/backward/list.h:59,
 from bwadm.hpp:5,
 from sched.hpp:5,
 from main.cpp:3:
/usr/include/c++/4.1.3/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 X header for the X.h header for C++ 
includes, or iostream instead of the deprecated header iostream.h. To 
disable this warning use -Wno-deprecated.
main.cpp: In function 'void print_version_and_die()':
main.cpp:600: error: 'UTS_RELEASE' was not declared in this scope
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/build/user/shaperd-0.2.1/src'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428996: rt2400: FTBFS: /usr/include/linux/wireless.h:650: error: '__s32' does not name a type

2007-06-15 Thread Lucas Nussbaum
Package: rt2400
version: 1.2.2+cvs20070219-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory `/build/user/rt2400-1.2.2+cvs20070219/Utility'
Makefile:221: warning: overriding commands for target `moc_raconfigform.cpp'
Makefile:206: warning: ignoring old commands for target `moc_raconfigform.cpp'
g++ -c -pipe -w -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED 
-DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 
-o raconfigform.o raconfigform.cpp
/usr/include/linux/wireless.h:650: error: '__s32' does not name a type
/usr/include/linux/wireless.h:651: error: '__u8' does not name a type
/usr/include/linux/wireless.h:652: error: '__u8' does not name a type
/usr/include/linux/wireless.h:653: error: '__u16' does not name a type
/usr/include/linux/wireless.h:663: error: '__u16' does not name a type
/usr/include/linux/wireless.h:664: error: '__u16' does not name a type
/usr/include/linux/wireless.h:677: error: '__s32' does not name a type
/usr/include/linux/wireless.h:678: error: '__s16' does not name a type
/usr/include/linux/wireless.h:679: error: '__u8' does not name a type
/usr/include/linux/wireless.h:680: error: '__u8' does not name a type
/usr/include/linux/wireless.h:688: error: '__u8' does not name a type
/usr/include/linux/wireless.h:690: error: '__u8' does not name a type
/usr/include/linux/wireless.h:691: error: '__u8' does not name a type
/usr/include/linux/wireless.h:692: error: '__u8' does not name a type
/usr/include/linux/wireless.h:704: error: '__u32' does not name a type
/usr/include/linux/wireless.h:705: error: '__u32' does not name a type
/usr/include/linux/wireless.h:706: error: '__u32' does not name a type
/usr/include/linux/wireless.h:707: error: '__u32' does not name a type
/usr/include/linux/wireless.h:708: error: '__u32' does not name a type
/usr/include/linux/wireless.h:717: error: '__u32' does not name a type
/usr/include/linux/wireless.h:744: error: '__u8' does not name a type
/usr/include/linux/wireless.h:745: error: '__u8' does not name a type
/usr/include/linux/wireless.h:746: error: '__u8' does not name a type
/usr/include/linux/wireless.h:748: error: '__u8' does not name a type
/usr/include/linux/wireless.h:760: error: '__u8' does not name a type
/usr/include/linux/wireless.h:772: error: '__u32' does not name a type
/usr/include/linux/wireless.h:773: error: '__u32' does not name a type
/usr/include/linux/wireless.h:806: error: '__u32' does not name a type
/usr/include/linux/wireless.h:807: error: '__u8' does not name a type
/usr/include/linux/wireless.h:808: error: '__u8' does not name a type
/usr/include/linux/wireless.h:812: error: '__u16' does not name a type
/usr/include/linux/wireless.h:813: error: '__u16' does not name a type
/usr/include/linux/wireless.h:814: error: '__u8' does not name a type
/usr/include/linux/wireless.h:820: error: '__u16' does not name a type
/usr/include/linux/wireless.h:821: error: '__u16' does not name a type
/usr/include/linux/wireless.h:834: error: '__u32' does not name a type
/usr/include/linux/wireless.h:836: error: '__u8' does not name a type
/usr/include/linux/wireless.h:842: error: '__u32' does not name a type
/usr/include/linux/wireless.h:844: error: '__u8' does not name a type
/usr/include/linux/wireless.h:851: error: '__u32' does not name a type
/usr/include/linux/wireless.h:852: error: '__u32' does not name a type
/usr/include/linux/wireless.h:863: error: '__u16' does not name a type
/usr/include/linux/wireless.h:886: error: 'IFNAMSIZ' was not declared in this 
scope
/usr/include/linux/wireless.h:901: error: '__u32' does not name a type
/usr/include/linux/wireless.h:925: error: 'IFNAMSIZ' was not declared in this 
scope
/usr/include/linux/wireless.h:945: error: '__u32' does not name a type
/usr/include/linux/wireless.h:954: error: '__u32' does not name a type
/usr/include/linux/wireless.h:955: error: '__u32' does not name a type
/usr/include/linux/wireless.h:958: error: '__u16' does not name a type
/usr/include/linux/wireless.h:959: error: '__u8' does not name a type
/usr/include/linux/wireless.h:962: error: '__u32' does not name a type
/usr/include/linux/wireless.h:965: error: '__s32' does not name a type
/usr/include/linux/wireless.h:985: error: '__u8' does not name a type
/usr/include/linux/wireless.h:986: error: '__s32' does not name a type
/usr/include/linux/wireless.h:989: error: '__s32' does not name a type
/usr/include/linux/wireless.h:990: error: '__s32' does not name a type
/usr/include/linux/wireless.h:993: error: '__s32' does not name a type
/usr/include/linux/wireless.h:994: error: '__s32' does not name a type
/usr/include/linux/wireless.h:997: error: '__s32' does not name a type
/usr/include/linux/wireless.h:998: error: '__s32' does not name a type
/usr/include/linux/wireless.h:999: error: '__s32' does not name a 

Bug#428995: seal: FTBFS: linkage.h:4:26: error: linux/config.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: seal
version: 1.07-13
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory `/build/user/seal-1.07/src'
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c audio.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c wavfile.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c xmfile.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c s3mfile.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c modfile.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c mtmfile.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c iofile.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c modeng.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c nondrv.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c mixdrv.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c lnxdrv.c
gcc -Wall -O3 -D__LINUX__ -D__ASM__ -c _mixdrv.S
In file included from _mixdrv.S:21:
linkage.h:4:26: error: linux/config.h: No such file or directory
make[1]: *** [_mixdrv.o] Error 1
make[1]: Leaving directory `/build/user/seal-1.07/src'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428919: marked as done (apache2-mpm-itk: FTBFS: patches dont apply; autoconf: no input file)

2007-06-15 Thread Debian Bug Tracking System
Your message dated Fri, 15 Jun 2007 11:47:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#428919: fixed in apache2-mpm-itk 2.2.3-04-3
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 reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: apache2-mpm-itk
version: 2.2.3-04-2
Severity: serious
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
1 out of 1 hunk ignored

Applying 09-nice.patch ...
can't find file to patch at input line 7
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--
|Support a per-vhost nice value.
|
|Index: apache2.2/server/mpm/experimental/itk/itk.c
|===
|--- apache2.2.orig/server/mpm/experimental/itk/itk.c
|+++ apache2.2/server/mpm/experimental/itk/itk.c
--
File to patch: 
Skip this patch? [y] 
Skipping patch.
8 out of 8 hunks ignored

autoconf: no input file
make: *** [build-stamp] Error 1

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---
---BeginMessage---
Source: apache2-mpm-itk
Source-Version: 2.2.3-04-3

We believe that the bug you reported is fixed in the latest version of
apache2-mpm-itk, which is due to be installed in the Debian FTP archive:

apache2-mpm-itk_2.2.3-04-3.diff.gz
  to pool/main/a/apache2-mpm-itk/apache2-mpm-itk_2.2.3-04-3.diff.gz
apache2-mpm-itk_2.2.3-04-3.dsc
  to pool/main/a/apache2-mpm-itk/apache2-mpm-itk_2.2.3-04-3.dsc
apache2-mpm-itk_2.2.3-04-3_i386.deb
  to pool/main/a/apache2-mpm-itk/apache2-mpm-itk_2.2.3-04-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steinar H. Gunderson [EMAIL PROTECTED] (supplier of updated apache2-mpm-itk 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Jun 2007 13:19:51 +0200
Source: apache2-mpm-itk
Binary: apache2-mpm-itk
Architecture: source i386
Version: 2.2.3-04-3
Distribution: unstable
Urgency: medium
Maintainer: Steinar H. Gunderson [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 apache2-mpm-itk - multiuser MPM for Apache 2.2
Closes: 428919
Changes: 
 apache2-mpm-itk (2.2.3-04-3) unstable; urgency=medium
 .
   * Provide and conflict with apache2-mpm, in line with new practice from
 the main Apache package. This replaces the old conflict lines, as well as
 the Provides: apache2-modules.
   * apache2-src now contains a top-level directory; adjust debian/rules
 accordingly so we just unpack the tarball instead of making an apache2.2
 directory and untarring within that. Fixes FTBFS with newer apache2-src.
 (Closes: #428919)
 * Build-depend on apache2-src (= 2.2.3-5), as this will now FTBFS with
   older apache2-src versions.
   * Remove an obsolete comment from the debian/rules source target.
Files: 
 a0660f0e4663703b8aeaafd11bc1e9c7 721 net extra apache2-mpm-itk_2.2.3-04-3.dsc
 e281a4300c6f2c318ceeda238a12b85e 12270 net extra 
apache2-mpm-itk_2.2.3-04-3.diff.gz
 d405fd0f5746c4046203f96d5f38edc6 171742 net extra 
apache2-mpm-itk_2.2.3-04-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGcnqsXKRQ3lK3SH4RAuXuAJ9u1jw9N+VGnjn3YW7upeWlCb48ygCgop0r
C8Dw5vcShUmW3qjkeqvohrM=
=29P4
-END PGP SIGNATURE-

---End Message---


Bug#428999: svgatextmode: FTBFS: vga_prg.h:43:22: error: asm/io.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: svgatextmode
version: 1.9-16
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
dpkg-source: building svgatextmode in svgatextmode_1.9-16.dsc
 debian/rules build
dh_testdir
/usr/bin/make all
make[1]: Entering directory `/build/user/svgatextmode-1.9'
cc  -pipe -O2 -Wall -Wpointer-arith -Wnested-externs  -IXFREE/include  
-DCONFIGFILE=\/etc/TextConfig\ -DCLOCK_CONF_FILE=\/etc/ClockConfig\ 
-DVERSION=\1.9\  -c -o ttyresize.o ttyresize.c
In file included from messages.h:32,
 from ttyresize.c:52:
vga_prg.h:43:22: error: asm/io.h: No such file or directory
ttyresize.c: In function 'get_ttysize':
ttyresize.c:70: warning: implicit declaration of function 'outpw'
ttyresize.c:70: warning: nested extern declaration of 'outpw'
ttyresize.c:70: warning: implicit declaration of function 'outp'
ttyresize.c:70: warning: nested extern declaration of 'outp'
ttyresize.c:70: warning: implicit declaration of function 'inp'
ttyresize.c:70: warning: nested extern declaration of 'inp'
make[1]: *** [ttyresize.o] Error 1
make[1]: Leaving directory `/build/user/svgatextmode-1.9'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428997: strace: FTBFS: ../net.c:803: error: 'PACKET_ADD_MEMBERSHIP' undeclared here (not in a function)

2007-06-15 Thread Lucas Nussbaum
Package: strace
version: 4.5.14-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[2]: Entering directory `/build/user/strace-4.5.14/build'
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT strace.o -MD -MP -MF .deps/strace.Tpo -c -o 
strace.o ../strace.c; \
then mv -f .deps/strace.Tpo .deps/strace.Po; else rm -f 
.deps/strace.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT syscall.o -MD -MP -MF .deps/syscall.Tpo -c -o 
syscall.o ../syscall.c; \
then mv -f .deps/syscall.Tpo .deps/syscall.Po; else rm -f 
.deps/syscall.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o 
../util.c; \
then mv -f .deps/util.Tpo .deps/util.Po; else rm -f 
.deps/util.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT desc.o -MD -MP -MF .deps/desc.Tpo -c -o desc.o 
../desc.c; \
then mv -f .deps/desc.Tpo .deps/desc.Po; else rm -f 
.deps/desc.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o 
../file.c; \
then mv -f .deps/file.Tpo .deps/file.Po; else rm -f 
.deps/file.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT ipc.o -MD -MP -MF .deps/ipc.Tpo -c -o ipc.o 
../ipc.c; \
then mv -f .deps/ipc.Tpo .deps/ipc.Po; else rm -f .deps/ipc.Tpo; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o 
../io.c; \
then mv -f .deps/io.Tpo .deps/io.Po; else rm -f .deps/io.Tpo; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT ioctl.o -MD -MP -MF .deps/ioctl.Tpo -c -o 
ioctl.o ../ioctl.c; \
then mv -f .deps/ioctl.Tpo .deps/ioctl.Po; else rm -f 
.deps/ioctl.Tpo; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT mem.o -MD -MP -MF .deps/mem.Tpo -c -o mem.o 
../mem.c; \
then mv -f .deps/mem.Tpo .deps/mem.Po; else rm -f .deps/mem.Tpo; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o 
../net.c; \
then mv -f .deps/net.Tpo .deps/net.Po; else rm -f .deps/net.Tpo; 
exit 1; fi
../net.c:803: error: 'PACKET_ADD_MEMBERSHIP' undeclared here (not in a function)
../net.c:804: error: 'PACKET_DROP_MEMBERSHIP' undeclared here (not in a 
function)
../net.c: In function 'printsock':
../net.c:954: error: field 'll' has incomplete type
../net.c:957: error: field 'nl' has incomplete type
../net.c:1048: error: request for member 'sll_protocol' in something not a 
structure or union
../net.c:1048: warning: initialization makes integer from pointer without a cast
../net.c:1049: error: request for member 'sll_ifindex' in something not a 
structure or union
../net.c:1049: warning: format '%d' expects type 'int', but argument 3 has type 
'const struct xlat *'
../net.c:1050: error: request for member 'sll_pkttype' in something not a 
structure or union
../net.c:1050: warning: passing argument 2 of 'printxval' makes integer from 
pointer without a cast
../net.c:1052: error: request for member 'sll_halen' in something not a 
structure or union
../net.c:1053: error: request for member 'sll_hatype' in something not a 
structure or union
../net.c:1053: warning: format '%d' expects type 'int', but argument 2 has type 
'const struct xlat *'
../net.c:1053: warning: format '%d' expects type 'int', but argument 3 has type 
'const struct xlat *'
../net.c:1054: error: request for member 'sll_halen' in something not a 
structure or union
../net.c:1054: warning: comparison between pointer and integer
../net.c:1055: error: request for member 'sll_addr' in something not a 
structure or union
../net.c:1055: warning: format '%02x' expects type 'unsigned int', but argument 
2 has type 'struct xlat'
../net.c:1062: error: request for member 'nl_pid' in something not a structure 
or union
../net.c:1062: error: request for member 'nl_groups' in something not a 
structure or union
../net.c:1062: warning: format '%d' expects type 'int', but argument 2 has type 
'const struct xlat *'
../net.c:1062: warning: format '%08x' expects type 'unsigned int', but argument 
3 has type 'const struct xlat *'
make[2]: *** [net.o] Error 1
make[2]: Leaving directory `/build/user/strace-4.5.14/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory 

Bug#428998: rxtx: FTBFS: /build/user/rxtx-2.1.7/./src/I2CImp.c:96: error: 'UTS_RELEASE' undeclared (first use in this function)

2007-06-15 Thread Lucas Nussbaum
Package: rxtx
version: 2.1.7-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
cd i686-pc-linux-gnu;   
\
/bin/sh /build/user/rxtx-2.1.7/libtool --mode=compile gcc 
-I/build/user/rxtx-2.1.7 -Ii686-pc-linux-gnu -I. 
-I/usr/lib/kaffe/pthreads/include -I/usr/lib/kaffe/pthreads/include/./  -g -O2 
-D_POSIX_SOURCE -D_BSD_SOURCE -D__need_timespec  -c 
/build/user/rxtx-2.1.7/./src/I2CImp.c -o  \
/build/user/rxtx-2.1.7/i686-pc-linux-gnu/I2CImp.lo; 
\
if [ I2C = Serial ]; then   \
/bin/sh /build/user/rxtx-2.1.7/libtool --mode=compile gcc 
-I/build/user/rxtx-2.1.7 -Ii686-pc-linux-gnu -I. 
-I/usr/lib/kaffe/pthreads/include -I/usr/lib/kaffe/pthreads/include/./  -g -O2 
-D_POSIX_SOURCE -D_BSD_SOURCE -D__need_timespec  -c 
/build/user/rxtx-2.1.7/./src/fuserImp.c -o\
/build/user/rxtx-2.1.7/i686-pc-linux-gnu/fuserImp.lo;   
\
/bin/sh /build/user/rxtx-2.1.7/libtool --mode=link gcc -g -O2 
-D_POSIX_SOURCE -D_BSD_SOURCE -D__need_timespec -lpthread -release 2.1-7 -o 
librxtxI2C.la -rpath /usr/lib/kaffe/pthreads/jre/lib/i386 
/build/user/rxtx-2.1.7/i686-pc-linux-gnu/I2CImp.lo  \
/build/user/rxtx-2.1.7/i686-pc-linux-gnu/fuserImp.lo;   
\
else\
/bin/sh /build/user/rxtx-2.1.7/libtool --mode=link gcc -g -O2 
-D_POSIX_SOURCE -D_BSD_SOURCE -D__need_timespec -lpthread -release 2.1-7 -o 
librxtxI2C.la -rpath /usr/lib/kaffe/pthreads/jre/lib/i386 
/build/user/rxtx-2.1.7/i686-pc-linux-gnu/I2CImp.lo; \
fi; \
)
 gcc -I/build/user/rxtx-2.1.7 -Ii686-pc-linux-gnu -I. 
-I/usr/lib/kaffe/pthreads/include -I/usr/lib/kaffe/pthreads/include/./ -g -O2 
-D_POSIX_SOURCE -D_BSD_SOURCE -D__need_timespec -c 
/build/user/rxtx-2.1.7/./src/I2CImp.c  -fPIC -DPIC -o 
/build/user/rxtx-2.1.7/i686-pc-linux-gnu/.libs/I2CImp.o
/build/user/rxtx-2.1.7/./src/I2CImp.c: In function 
'Java_gnu_io_I2CPort_Initialize':
/build/user/rxtx-2.1.7/./src/I2CImp.c:96: error: 'UTS_RELEASE' undeclared 
(first use in this function)
/build/user/rxtx-2.1.7/./src/I2CImp.c:96: error: (Each undeclared identifier is 
reported only once
/build/user/rxtx-2.1.7/./src/I2CImp.c:96: error: for each function it appears 
in.)
libtool: link: `/build/user/rxtx-2.1.7/i686-pc-linux-gnu/I2CImp.lo' is not a 
valid libtool object
make[1]: *** [i686-pc-linux-gnu/librxtxI2C.la] Error 1
make[1]: Leaving directory `/build/user/rxtx-2.1.7'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429003: quagga: FTBFS: /usr/include/linux/neighbour.h:92: error: expected specifier-qualifier-list before '__u64'

2007-06-15 Thread Lucas Nussbaum
Package: quagga
version: 0.99.7-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H 
-DSYSCONFDIR=\/etc/quagga/\ -I. -I. -I.. -I.. -I.. -I../lib -Os 
-fno-omit-frame-pointer -g -std=c99 -Wall -Wsign-compare -Wpointer-arith 
-Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations 
-Wchar-subscripts -Wcast-qual -MT network.lo -MD -MP -MF .deps/network.Tpo -c 
-o network.lo network.c; \
then mv -f .deps/network.Tpo .deps/network.Plo; else rm -f 
.deps/network.Tpo; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\/etc/quagga/\ -I. -I. -I.. -I.. -I.. 
-I../lib -Os -fno-omit-frame-pointer -g -std=c99 -Wall -Wsign-compare 
-Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes 
-Wmissing-declarations -Wchar-subscripts -Wcast-qual -MT network.lo -MD -MP -MF 
.deps/network.Tpo -c network.c  -fPIC -DPIC -o .libs/network.o
In file included from /usr/include/linux/rtnetlink.h:5,
 from ./zebra.h:165,
 from network.c:23:
/usr/include/linux/if_link.h:43: error: expected specifier-qualifier-list 
before '__u64'
In file included from /usr/include/linux/rtnetlink.h:7,
 from ./zebra.h:165,
 from network.c:23:
/usr/include/linux/neighbour.h:92: error: expected specifier-qualifier-list 
before '__u64'
make[4]: *** [network.lo] Error 1
make[4]: Leaving directory `/build/user/quagga-0.99.7/lib'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/build/user/quagga-0.99.7/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/quagga-0.99.7'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/quagga-0.99.7'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429005: packagesearch: FTBFS: needs update for newer libept-dev ( 0.5)

2007-06-15 Thread Lucas Nussbaum
Package: packagesearch
Version: 2.2.5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
Checking correctness of source dependencies...
After installing, the following source dependencies are still unsatisfied:
libept-dev(inst 0.5.4 !  wanted 0.5)
Source-dependencies not satisfied; skipping packagesearch

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429006: reiserfsprogs: FTBFS: ../include/reiserfs_fs.h:41:27: error: asm/unaligned.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: reiserfsprogs
version: 1:3.6.19-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[2]: Entering directory `/build/user/reiserfsprogs-3.6.19/reiserfscore'
if i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../include -Wall -g -O2 
-fPIC -DPIC -MT do_balan.o -MD -MP -MF .deps/do_balan.Tpo \
  -c -o do_balan.o `test -f 'do_balan.c' || echo './'`do_balan.c; \
then mv -f .deps/do_balan.Tpo .deps/do_balan.Po; \
else rm -f .deps/do_balan.Tpo; exit 1; \
fi
In file included from ../include/reiserfs_lib.h:14,
 from includes.h:12,
 from do_balan.c:20:
../include/reiserfs_fs.h:41:27: error: asm/unaligned.h: No such file or 
directory
make[2]: *** [do_balan.o] Error 1
make[2]: Leaving directory `/build/user/reiserfsprogs-3.6.19/reiserfscore'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/user/reiserfsprogs-3.6.19'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429010: rio: FTBFS: rio.cpp:83:21: error: asm/io.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: rio
version: 1.07-11
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
dpkg-source: building rio in rio_1.07-11.dsc
 debian/rules build
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/build/user/rio-1.07'
g++ -O1 -o rio app.cpp rio.cpp
rio.cpp:83:21: error: asm/io.h: No such file or directory
rio.cpp: In member function 'BOOL CRio::WaitInput(int)':
rio.cpp:366: error: 'inb' was not declared in this scope
rio.cpp: In member function 'BOOL CRio::WaitAck()':
rio.cpp:381: error: 'inb' was not declared in this scope
rio.cpp: In member function 'UINT CRio::GetDataByte()':
rio.cpp:393: error: 'outb' was not declared in this scope
rio.cpp:394: error: 'inb' was not declared in this scope
rio.cpp:395: error: 'inb' was not declared in this scope
rio.cpp: In member function 'BOOL CRio::IOIntro()':
rio.cpp:419: error: 'outb' was not declared in this scope
rio.cpp:424: error: 'inb' was not declared in this scope
rio.cpp:427: error: 'inb' was not declared in this scope
rio.cpp:436: error: 'inb' was not declared in this scope
rio.cpp:439: error: 'inb' was not declared in this scope
rio.cpp: In member function 'BOOL CRio::IOOutro()':
rio.cpp:447: error: 'outb' was not declared in this scope
rio.cpp:448: error: 'outb' was not declared in this scope
rio.cpp:449: error: 'outb' was not declared in this scope
rio.cpp: In member function 'BOOL CRio::Tx32KBlockRetry(void*, UINT, UINT, 
UINT)':
rio.cpp:492: error: 'outb' was not declared in this scope
rio.cpp:493: error: 'outb' was not declared in this scope
rio.cpp:494: error: 'outb' was not declared in this scope
rio.cpp:495: error: 'outb' was not declared in this scope
rio.cpp:496: error: 'outb' was not declared in this scope
rio.cpp:497: error: 'outb' was not declared in this scope
rio.cpp:498: error: 'outb' was not declared in this scope
rio.cpp:499: error: 'outb' was not declared in this scope
rio.cpp:500: error: 'outb' was not declared in this scope
rio.cpp:504: error: 'outb' was not declared in this scope
rio.cpp:505: error: 'outb' was not declared in this scope
rio.cpp:506: error: 'outb' was not declared in this scope
rio.cpp:508: error: 'outb' was not declared in this scope
rio.cpp:509: error: 'inb' was not declared in this scope
rio.cpp:512: error: 'inb' was not declared in this scope
rio.cpp:539: error: 'outb' was not declared in this scope
rio.cpp:540: error: 'outb' was not declared in this scope
rio.cpp:541: error: 'outb' was not declared in this scope
rio.cpp:542: error: 'outb' was not declared in this scope
rio.cpp:543: error: 'outb' was not declared in this scope
rio.cpp:544: error: 'outb' was not declared in this scope
rio.cpp:545: error: 'outb' was not declared in this scope
rio.cpp:546: error: 'outb' was not declared in this scope
rio.cpp:548: error: 'outb' was not declared in this scope
rio.cpp:567: error: 'outb' was not declared in this scope
rio.cpp:574: error: 'inb' was not declared in this scope
rio.cpp:654: error: 'outb' was not declared in this scope
rio.cpp:661: error: 'inb' was not declared in this scope
rio.cpp:666: error: 'outb' was not declared in this scope
rio.cpp:667: error: 'outb' was not declared in this scope
rio.cpp:671: error: 'outb' was not declared in this scope
rio.cpp:672: error: 'outb' was not declared in this scope
rio.cpp:673: error: 'outb' was not declared in this scope
rio.cpp:675: error: 'outb' was not declared in this scope
rio.cpp:676: error: 'inb' was not declared in this scope
rio.cpp:679: error: 'inb' was not declared in this scope
rio.cpp: In member function 'BOOL CRio::Rx32KBlockRetry(void*, UINT)':
rio.cpp:741: error: 'outb' was not declared in this scope
rio.cpp:742: error: 'outb' was not declared in this scope
rio.cpp:743: error: 'outb' was not declared in this scope
rio.cpp:744: error: 'outb' was not declared in this scope
rio.cpp:745: error: 'outb' was not declared in this scope
rio.cpp:746: error: 'outb' was not declared in this scope
rio.cpp:747: error: 'outb' was not declared in this scope
rio.cpp:748: error: 'outb' was not declared in this scope
rio.cpp:752: error: 'outb' was not declared in this scope
rio.cpp: In member function 'BOOL CRio::CheckPresent()':
rio.cpp:901: error: 'outb' was not declared in this scope
rio.cpp:902: error: 'outb' was not declared in this scope
rio.cpp:903: error: 'outb' was not declared in this scope
rio.cpp:904: error: 'outb' was not declared in this scope
rio.cpp:905: error: 'outb' was not declared in this scope
rio.cpp:906: error: 'outb' was not declared in this scope
rio.cpp:907: error: 'outb' was not declared in this scope
make[1]: *** [rio] Error 1
make[1]: Leaving directory `/build/user/rio-1.07'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 

Bug#429008: libmarc-xml-perl: FTBFS: failed test t/namespace

2007-06-15 Thread Lucas Nussbaum
Package: libmarc-xml-perl
version: 0.86-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
# Looks like you planned 10 tests but only ran 7.
# Looks like your test died just after 7.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 8-10
Failed 3/10 tests, 70.00% okay
t/namespaceByte order is not compatible at ../../lib/Storable.pm (autosplit 
into ../../lib/auto/Storable/thaw.al) line 366, at 
/usr/share/perl5/MARC/Charset/Table.pm line 97
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
---
t/encode.t 255 65280 8   16 200.00%  1-8
t/escape.t 255 65280106  60.00%  8-10
t/namespace.t  255 65280 12 200.00%  1
Failed 3/4 test scripts, 25.00% okay. 12/42 subtests failed, 71.43% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/build/user/libmarc-xml-perl-0.86'
make: *** [debian/stamp-makefile-check] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429004: prismstumbler: FTBFS: /usr/include/linux/wireless.h:886: error: 'IFNAMSIZ' undeclared here (not in a function)

2007-06-15 Thread Lucas Nussbaum
Package: prismstumbler
version: 0.7.0-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
gcc -O2 -fomit-frame-pointer -DVERSION=\0.7.0\ -DPREFIX=\/usr/\ 
-D_GNU_SOURCE -DPACKAGE=\prismstumbler\  
-DPACKAGE_LOCALE_DIR=\/usr//share/locale\ -I../include -Ilibpcap-0.7.2  -Wall 
`pkg-config --cflags gtk+-2.0 gdk-pixbuf-2.0`   -I.  -c -o iface-wlan-14.o 
iface-wlan-14.c
In file included from iface-wlan-14.c:33:
/usr/include/linux/wireless.h:886: error: 'IFNAMSIZ' undeclared here (not in a 
function)
iface-wlan-14.c: In function 'getPacket':
iface-wlan-14.c:169: warning: passing argument 1 of 'pcap_dump' from 
incompatible pointer type
iface-wlan-14.c: In function 'selectChannel':
iface-wlan-14.c:274: warning: unused variable 'Channel'
iface-wlan-14.c: In function 'openCard':
iface-wlan-14.c:351: warning: unused variable 'argc'
iface-wlan-14.c:350: warning: unused variable 'argv'
make[1]: *** [iface-wlan-14.o] Error 1
make[1]: Leaving directory `/build/user/prismstumbler-0.7.0/src'
make: *** [build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429001: raidutils: FTBFS: ../include/linux/i2o-dev.h:27:28: error: linux/compiler.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: raidutils
version: 0.0.6-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
then mv -f .deps/libraidutil_la-ctlr_map.Tpo 
.deps/libraidutil_la-ctlr_map.Plo; else rm -f 
.deps/libraidutil_la-ctlr_map.Tpo; exit 1; fi
mkdir .libs
 i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -O3 -DMESSAGES 
-D_DPT_ACTIVE_ALIGNMENT -Dtrue=1 -Dfalse=0 -DHORIZONTAL -DNEW_RSC_MGR 
-DNEW_RSC_HDR -D_DPT_FLASH -DNEW_LOGGER -DI_WANT_SNI_DEBUG -D__UNIX__ 
-I../include -g -O2 -MT libraidutil_la-ctlr_map.lo -MD -MP -MF 
.deps/libraidutil_la-ctlr_map.Tpo -c ctlr_map.cpp  -fPIC -DPIC -o 
.libs/libraidutil_la-ctlr_map.o
 i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -O3 -DMESSAGES 
-D_DPT_ACTIVE_ALIGNMENT -Dtrue=1 -Dfalse=0 -DHORIZONTAL -DNEW_RSC_MGR 
-DNEW_RSC_HDR -D_DPT_FLASH -DNEW_LOGGER -DI_WANT_SNI_DEBUG -D__UNIX__ 
-I../include -g -O2 -MT libraidutil_la-ctlr_map.lo -MD -MP -MF 
.deps/libraidutil_la-ctlr_map.Tpo -c ctlr_map.cpp -o libraidutil_la-ctlr_map.o 
/dev/null 21
if /bin/sh ../libtool --mode=compile --tag=CXX i486-linux-gnu-g++ 
-DHAVE_CONFIG_H -I. -I. -I..  -O3 -DMESSAGES -D_DPT_ACTIVE_ALIGNMENT -Dtrue=1 
-Dfalse=0 -DHORIZONTAL -DNEW_RSC_MGR -DNEW_RSC_HDR -D_DPT_FLASH -DNEW_LOGGER 
-DI_WANT_SNI_DEBUG -D__UNIX__ -I../include   -g -O2 -MT 
libraidutil_la-dpt_buff.lo -MD -MP -MF .deps/libraidutil_la-dpt_buff.Tpo -c 
-o libraidutil_la-dpt_buff.lo `test -f 'dpt_buff.cpp' || echo 
'./'`dpt_buff.cpp; \
then mv -f .deps/libraidutil_la-dpt_buff.Tpo 
.deps/libraidutil_la-dpt_buff.Plo; else rm -f 
.deps/libraidutil_la-dpt_buff.Tpo; exit 1; fi
 i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -O3 -DMESSAGES 
-D_DPT_ACTIVE_ALIGNMENT -Dtrue=1 -Dfalse=0 -DHORIZONTAL -DNEW_RSC_MGR 
-DNEW_RSC_HDR -D_DPT_FLASH -DNEW_LOGGER -DI_WANT_SNI_DEBUG -D__UNIX__ 
-I../include -g -O2 -MT libraidutil_la-dpt_buff.lo -MD -MP -MF 
.deps/libraidutil_la-dpt_buff.Tpo -c dpt_buff.cpp  -fPIC -DPIC -o 
.libs/libraidutil_la-dpt_buff.o
 i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -O3 -DMESSAGES 
-D_DPT_ACTIVE_ALIGNMENT -Dtrue=1 -Dfalse=0 -DHORIZONTAL -DNEW_RSC_MGR 
-DNEW_RSC_HDR -D_DPT_FLASH -DNEW_LOGGER -DI_WANT_SNI_DEBUG -D__UNIX__ 
-I../include -g -O2 -MT libraidutil_la-dpt_buff.lo -MD -MP -MF 
.deps/libraidutil_la-dpt_buff.Tpo -c dpt_buff.cpp -o libraidutil_la-dpt_buff.o 
/dev/null 21
if /bin/sh ../libtool --mode=compile --tag=CXX i486-linux-gnu-g++ 
-DHAVE_CONFIG_H -I. -I. -I..  -O3 -DMESSAGES -D_DPT_ACTIVE_ALIGNMENT -Dtrue=1 
-Dfalse=0 -DHORIZONTAL -DNEW_RSC_MGR -DNEW_RSC_HDR -D_DPT_FLASH -DNEW_LOGGER 
-DI_WANT_SNI_DEBUG -D__UNIX__ -I../include   -g -O2 -MT 
libraidutil_la-engcalls.lo -MD -MP -MF .deps/libraidutil_la-engcalls.Tpo -c 
-o libraidutil_la-engcalls.lo `test -f 'engcalls.cpp' || echo 
'./'`engcalls.cpp; \
then mv -f .deps/libraidutil_la-engcalls.Tpo 
.deps/libraidutil_la-engcalls.Plo; else rm -f 
.deps/libraidutil_la-engcalls.Tpo; exit 1; fi
 i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -O3 -DMESSAGES 
-D_DPT_ACTIVE_ALIGNMENT -Dtrue=1 -Dfalse=0 -DHORIZONTAL -DNEW_RSC_MGR 
-DNEW_RSC_HDR -D_DPT_FLASH -DNEW_LOGGER -DI_WANT_SNI_DEBUG -D__UNIX__ 
-I../include -g -O2 -MT libraidutil_la-engcalls.lo -MD -MP -MF 
.deps/libraidutil_la-engcalls.Tpo -c engcalls.cpp  -fPIC -DPIC -o 
.libs/libraidutil_la-engcalls.o
In file included from ../include/osd_unix.h:301,
 from engcalls.cpp:65:
../include/linux/i2o-dev.h:27:28: error: linux/compiler.h: No such file or 
directory
make[3]: *** [libraidutil_la-engcalls.lo] Error 1
make[3]: Leaving directory `/build/user/raidutils-0.0.6/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/raidutils-0.0.6'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/raidutils-0.0.6'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428968: openssh-server: I also get failed pw auth after upgrade; logs included

2007-06-15 Thread Daniel Hulme
Package: openssh-server
Version: 1:4.6p1-1
Followup-For: Bug #428968

I get the same problem on my AMD64 box. I attach the logs of running
sshd -ddd and connecting thereto with ssh -vvv. Ignore the bit about
running sshd on port 23: I run it on a non-default port as an obscurity
mechanism to stop worms eating my bandwidth with futile dictionary
attacks.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (400, 'testing'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18 (PREEMPT)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages openssh-server depends on:
ii  adduser  3.102   Add and remove users and groups
ii  debconf  1.5.13  Debian configuration management sy
ii  dpkg 1.14.4  package maintenance system for Deb
ii  libc62.5-11  GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2007.04.07+dfsg-2 common error description library
ii  libkrb53 1.6.dfsg.1-4MIT Kerberos runtime libraries
ii  libpam-m 0.79-4  Pluggable Authentication Modules f
ii  libpam-r 0.79-4  Runtime support for the PAM librar
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libselin 2.0.15-2SELinux shared libraries
ii  libssl0. 0.9.8e-5SSL shared libraries
ii  libwrap0 7.6.dbs-13  Wietse Venema's TCP wrappers libra
ii  lsb-base 3.1-23.1Linux Standard Base 3.1 init scrip
ii  openssh- 1:4.6p1-1   secure shell client, an rlogin/rsh
ii  zlib1g   1:1.2.3-15  compression library - runtime

openssh-server recommends no packages.

-- debconf information:
  ssh/insecure_rshd:
  ssh/insecure_telnetd:
  ssh/new_config: true
* ssh/use_old_init_script: true
  ssh/encrypted_host_key_but_no_keygen:
  ssh/disable_cr_auth: false

-- 
After all, one can't complain.  I have my friends. Somebody spoke to me
only  yesterday.  And was it  last week or  the week before  that Rabbit
bumped into  me and said  'Bother!'  The Social Round.  Always something
going on.  -- A. A. Milne, 'Winnie-the-Pooh'  http://surreal.istic.org/
OpenSSH_4.6p1 Debian-1, OpenSSL 0.9.8e 23 Feb 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to localhost [127.0.0.1] port 23.
debug1: Connection established.
debug1: identity file /home/z1/.ssh/identity type -1
debug1: identity file /home/z1/.ssh/id_rsa type -1
debug1: identity file /home/z1/.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.6p1 
Debian-1
debug1: match: OpenSSH_4.6p1 Debian-1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.6p1 Debian-1
debug2: fd 6 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL 
PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL 
PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL 
PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL 
PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED]
debug2: kex_parse_kexinit: 

Bug#429007: pstngw: FTBFS: /usr/share/openh323/include/ixjlid.h:277:28: error: linux/compiler.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: pstngw
version: 1.3.1-7
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
dpkg-source: building pstngw in pstngw_1.3.1-7.dsc
 debian/rules build
dh_testdir
/usr/bin/make   OPENH323DIR=/usr/share/openh323 PWLIBDIR=/usr/share/pwlib 
ASNPARSER=`which asnparser` opt optshared
make[1]: Entering directory `/build/user/pstngw-1.3.1'
g++ -D_REENTRANT -Wall -I/usr/share/pwlib/include -DPTRACING 
-I/usr/share/openh323/include -M main.cxx  obj_linux_x86_r/*.dep
In file included from main.cxx:210:
/usr/share/openh323/include/ixjlid.h:277:28: error: linux/compiler.h: No such 
file or directory
make[1]: *** Deleting file `obj_linux_x86_r/*.dep'
g++  -D_REENTRANT -Wall  -I/usr/share/pwlib/include -DPTRACING 
-I/usr/share/openh323/include -O2  -felide-constructors -c main.cxx -o 
obj_linux_x86_r/main.o
In file included from main.cxx:210:
/usr/share/openh323/include/ixjlid.h:277:28: error: linux/compiler.h: No such 
file or directory
main.cxx:445:2: warning: #warning linux specific check on ringing
make[1]: *** [obj_linux_x86_r/main.o] Error 1
make[1]: Leaving directory `/build/user/pstngw-1.3.1'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429002: openam: FTBFS: /usr/share/openh323/include/ixjlid.h:277:28: error: linux/compiler.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: openam
version: 1.1.18+20050304-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
dpkg-source: building openam in openam_1.1.18+20050304-3.dsc
 debian/rules build
dh_testdir
/usr/bin/make   OPENH323DIR=/usr/share/openh323 PWLIBDIR=/usr/share/pwlib  opt 
optshared
make[1]: Entering directory `/build/user/openam-1.1.18+20050304'
g++ -D_REENTRANT -Wall -I/usr/share/pwlib/include -DPTRACING 
-I/usr/share/openh323/include -M cmds.cxx  obj_linux_x86_r/*.dep
In file included from cmds.cxx:59:
/usr/share/openh323/include/ixjlid.h:277:28: error: linux/compiler.h: No such 
file or directory
make[1]: *** Deleting file `obj_linux_x86_r/*.dep'
g++  -D_REENTRANT -Wall  -I/usr/share/pwlib/include -DPTRACING 
-I/usr/share/openh323/include -O2  -felide-constructors -c main.cxx -o 
obj_linux_x86_r/main.o
g++  -D_REENTRANT -Wall  -I/usr/share/pwlib/include -DPTRACING 
-I/usr/share/openh323/include -O2  -felide-constructors -c cmds.cxx -o 
obj_linux_x86_r/cmds.o
In file included from cmds.cxx:59:
/usr/share/openh323/include/ixjlid.h:277:28: error: linux/compiler.h: No such 
file or directory
make[1]: *** [obj_linux_x86_r/cmds.o] Error 1
make[1]: Leaving directory `/build/user/openam-1.1.18+20050304'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429009: openvrml: FTBFS: openvrml.cpp:30:29: error: mozilla-config.h: No such file or directory

2007-06-15 Thread Lucas Nussbaum
Package: openvrml
version: 0.15.10-8
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
mkdir .libs
 g++ -DPACKAGE_NAME=\OpenVRML Mozilla Plugin\ 
-DPACKAGE_TARNAME=\openvrml-mozilla-plugin\ -DPACKAGE_VERSION=\0.15.10\ 
-DPACKAGE_STRING=\OpenVRML Mozilla Plugin 0.15.10\ 
-DPACKAGE_BUGREPORT=\[EMAIL PROTECTED] -DPACKAGE=\openvrml-mozilla-plugin\ 
-DVERSION=\0.15.10\ -DSTDC_HEADERS=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_DLFCN_H=1 
-DHAVE_PTHREAD=1 -I. -I. -I -DGTK_DISABLE_DEPRECATED 
-DOPENVRML_LIBEXECDIR_=\/usr/libexec\ -I/usr/include/xulrunner/java 
-I/usr/include/xulrunner/plugin -I/usr/include/nspr -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/freetype2 -I/usr/include/libpng12 -g -Os -MT openvrml.lo -MD -MP 
-MF .deps/openvrml.Tpo -c openvrml.cpp  -fPIC -DPIC -o .libs/openvrml.o
openvrml.cpp:30:29: error: mozilla-config.h: No such file or directory
openvrml.cpp:32:23: error: nsCOMPtr.h: No such file or directory
openvrml.cpp:33:36: error: nsServiceManagerUtils.h: No such file or directory
openvrml.cpp:34:23: error: nsMemory.h: No such file or directory
openvrml.cpp:36:23: error: nsString.h: No such file or directory
openvrml.cpp:37:32: error: nsIConsoleService.h: No such file or directory
openvrml.cpp:38:27: error: nsIDOMWindow.h: No such file or directory
openvrml.cpp:39:39: error: dom/nsIDOMWindowInternal.h: No such file or directory
openvrml.cpp:40:33: error: dom/nsIDOMLocation.h: No such file or directory
openvrml.cpp:47:5: error: #error Unsupported toolkit.
In file included from openvrml.cpp:49:
openvrml.h:10:25: error: nsISupports.h: No such file or directory
openvrml.h:17:22: error: nsError.h: No such file or directory
openvrml.h:40: error: expected class-name before '{' token
openvrml.h:43: error: expected identifier before '{' token
openvrml.h:43: error: expected `)' before '{' token
openvrml.h:43: error: ISO C++ forbids declaration of 
'NS_DEFINE_STATIC_IID_ACCESSOR' with no type
openvrml.h:43: error: expected unqualified-id before ')' token
openvrml.h:56: error: 'NS_IMETHOD' does not name a type
openvrml.h:59: error: 'NS_IMETHOD' does not name a type
openvrml.h: In member function 'int 
VrmlBrowserEvent::NS_DEFINE_STATIC_IID_ACCESSOR(int)':
openvrml.h:43: error: expected primary-expression before '{' token
openvrml.h:43: error: expected `;' before '{' token
openvrml.h: At global scope:
openvrml.h:133: error: expected class-name before '{' token
openvrml.h:136: error: expected identifier before '{' token
openvrml.h:136: error: expected `)' before '{' token
openvrml.h:136: error: ISO C++ forbids declaration of 
'NS_DEFINE_STATIC_IID_ACCESSOR' with no type
openvrml.h:136: error: expected unqualified-id before ')' token
openvrml.h: In member function 'int 
VrmlBrowserListener::NS_DEFINE_STATIC_IID_ACCESSOR(int)':
openvrml.h:136: error: expected primary-expression before '{' token
openvrml.h:136: error: expected `;' before '{' token
openvrml.h: At global scope:
openvrml.h:206: error: expected class-name before '{' token
openvrml.h:209: error: expected identifier before '{' token
openvrml.h:209: error: expected `)' before '{' token
openvrml.h:209: error: ISO C++ forbids declaration of 
'NS_DEFINE_STATIC_IID_ACCESSOR' with no type
openvrml.h:209: error: expected unqualified-id before ')' token
openvrml.h:215: error: 'NS_IMETHOD' does not name a type
openvrml.h: In member function 'int 
VrmlEvent::NS_DEFINE_STATIC_IID_ACCESSOR(int)':
openvrml.h:209: error: expected primary-expression before '{' token
openvrml.h:209: error: expected `;' before '{' token
openvrml.h: At global scope:
openvrml.h:289: error: expected class-name before '{' token
openvrml.h:292: error: expected identifier before '{' token
openvrml.h:292: error: expected `)' before '{' token
openvrml.h:292: error: ISO C++ forbids declaration of 
'NS_DEFINE_STATIC_IID_ACCESSOR' with no type
openvrml.h:292: error: expected unqualified-id before ')' token
openvrml.h: In member function 'int 
VrmlEventListener::NS_DEFINE_STATIC_IID_ACCESSOR(int)':
openvrml.h:292: error: expected primary-expression before '{' token
openvrml.h:292: error: expected `;' before '{' token
openvrml.h: At global scope:
openvrml.h:364: error: expected class-name before '{' token
openvrml.h:367: error: expected identifier before '{' token
openvrml.h:367: error: expected `)' before '{' token
openvrml.h:367: error: ISO C++ forbids declaration of 
'NS_DEFINE_STATIC_IID_ACCESSOR' with no type
openvrml.h:367: error: expected unqualified-id before ')' token
openvrml.h:373: error: 'NS_IMETHOD' does not name a type
openvrml.h:376: error: 'NS_IMETHOD' does not 

Processed: Re: Bug#428995: seal: FTBFS: linkage.h:4:26: error: linux/config.h: No such file or directory

2007-06-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 428995 pending
Bug#428995: seal: FTBFS: linkage.h:4:26: error: linux/config.h: No such file or 
directory
There were no tags set.
Tags added: pending

 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]



Bug#403998: Still there

2007-06-15 Thread Amaya
Hi there,

Hilmar Preusse wrote:
 Could you call that on the comand line, but using the --debug flag
 instead?

[EMAIL PROTECTED]install-info --debug /usr/share/info/gzip.info
dbg: dirfile='/usr/share/info/dir' filename='/usr/share/info/gzip.info' 
maxwidth='79'
dbg: menuentry='' basename='gzip'
dbg: description='' remove=0
install-info(/usr/share/info/gzip.info): warning, ignoring confusing 
INFO-DIR-ENTRY in file.

No `START-INFO-DIR-ENTRY' and no `This file documents'.
install-info(/usr/share/info/gzip.info): unable to determine description for 
`dir' entry - giving up

[EMAIL PROTECTED]dpkg -l gzip
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
iF  gzip   1.3.12-2   The GNU 
compression utility



-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#429015: libapache-request-perl: uninstallable (unmet deb on libapache-mod-perl)

2007-06-15 Thread Lucas Nussbaum
Package: libapache-request-perl
Version: 1.33-1
Severity: serious

Hi,

Your package is uninstallable, because it depends on
libapache-mod-perl which was removed from Debian.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#428995: seal: FTBFS: linkage.h:4:26: error: linux/config.h: No such file or directory

2007-06-15 Thread Gonéri Le Bouder
tag 428995 pending
thanks

Thank you for the report.

This is fixed in Debian Games SVN.

Best regards,

Gonéri



signature.asc
Description: Digital signature


Bug#429017: libapt-pkg-perl 0.1.20 can't be installed

2007-06-15 Thread Andrea Cavaglieri
Package: libapt-pkg-perl
Version: 0.1.20
Severity: grave
Justification: renders package unusable

Hi,

I can't install the package in subject because the virtual package
libapt-pkg-libc6.3-6-3.11 isn't installable (or better, package apt
provides libapt-pkg-libc6.5-6-4.4 but not libapt-pkg-libc6.3-6-3.11).

Thanks,
Andrea
---
[~]# apt-get install libapt-pkg-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libapt-pkg-perl: Depends: libapt-pkg-libc6.3-6-3.11 but it is not
installable
E: Broken packages
[~]#


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

Kernel: Linux 2.6.21-0.1 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapt-pkg-perl depends on:
pn  libapt-pkg-libc6.3-6-3. none   (no description available)
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  perl-base [perlapi-5.8. 5.8.8-7  The Pathologically Eclectic Rubbis

libapt-pkg-perl recommends no packages.


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



Bug#403998: Still there

2007-06-15 Thread Amaya
Hilmar Preusse wrote:
 The postinst script contains only one command: install-info --quiet
 /usr/share/info/gzip.info

I changed it to:  install-info --quiet /usr/share/info/gzip.info.gz
and it now installs fine. 

I am not sure what's going on.

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#429022: haskell-src-exts: needs update for ghc 6.6.1

2007-06-15 Thread Lucas Nussbaum
Package: haskell-src-exts
Version: 0.2-5.1
Severity: serious

Hi,

Your package needs to be updated for ghc 6.6.1. Currently, all your 
binary packages are uninstallable, and this also causes other packages 
to ftbfs.

Thank you,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429018: haskell-hsql: needs update for ghc 6.6.1

2007-06-15 Thread Lucas Nussbaum
Package: haskell-hsql
Version: 1.6-8.2
Severity: serious

Hi,

Your package needs to be updated for ghc 6.6.1. Currently, all your
binary packages are uninstallable, and this also causes other packages
to ftbfs.

Thank you,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429020: haskell-configfile: needs update for ghc 6.6.1

2007-06-15 Thread Lucas Nussbaum
Package: haskell-configfile
Version: 1.0.1
Severity: serious

Hi,

Your package needs to be updated for ghc 6.6.1. Currently, all your 
binary packages are uninstallable, and this also causes other packages 
to ftbfs.

Thank you,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#429019: rt2500: FTBFS: /usr/include/linux/wireless.h:886: error: 'IFNAMSIZ' was not declared in this scope

2007-06-15 Thread Lucas Nussbaum
Package: rt2500
version: 1:1.1.0-b4-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[1]: Entering directory `/build/user/rt2500-1.1.0-b4/Utilitys'
g++ -c -pipe -w -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED 
-DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3 
-o raconfigui.o raconfigui.cpp
/usr/include/linux/wireless.h:886: error: 'IFNAMSIZ' was not declared in this 
scope
/usr/include/linux/wireless.h:925: error: 'IFNAMSIZ' was not declared in this 
scope
/usr/include/linux/wireless.h:1049: error: 'IFNAMSIZ' was not declared in this 
scope
make[1]: *** [raconfigui.o] Error 1
make[1]: Leaving directory `/build/user/rt2500-1.1.0-b4/Utilitys'
make: *** [build-arch-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Processed: severity of 418342 is important, closing 418342

2007-06-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 severity 418342 important
Bug#418342: linux-image-2.6.18-4-xen-686: Oops renaming a vlan interface over 
bonding interface
Severity set to `important' from `critical'

 close 418342 2.6.21-1
Bug#418342: linux-image-2.6.18-4-xen-686: Oops renaming a vlan interface over 
bonding interface
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.6.21-1, send any further explanations to 
Javier Barroso [EMAIL PROTECTED]


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#423441: -f option raises security concerns

2007-06-15 Thread Gerfried Fuchs
Hi!

 I've today discussed the problem with an upstream developer.  Where
Nick's suggestion to use Getopt::Long for enabling the -f switch we were
thinking about addressing the problem in a different way:

 Getting rid of the -f switch at all and instead use
$ENV{BLOSXOM_CONFIG_FILE}.  This has the added benefit that hosting
providers might allow their customers to use SetEnv in vhost/.htaccess
configuration parts for having their own config files.

 It would break backward compatibility, so it would require some special
notice for people who might use the switch currently - though I'm not
too sure how common it's really used as it is a patch only we ship and
which isn't available in upstream.  Also I rather think people might
have changed rather the config plugin than using this.

 If I don't receive any serious feedback within the next few days I'll
upload a package that changes in that respect soonish.

 So long,
Rhonda


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



  1   2   3   >