Bug#559398: goffice0.4: FTBFS on GNU/kFreeBSD: headers/includes issues

2009-12-03 Thread Cyril Brulebois
Package: goffice0.4 Version: 0.4.2-4.1 Severity: important Tags: patch User: debian-bsd@lists.debian.org Usertags: kfreebsd Hi, your package FTBFS on GNU/kFreeBSD this way: | cc -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -L/usr/X11R6/lib -DHAVE_CONFIG_H -I. -I../../../goffice/gtk -I../../goffice -I../

Bug#559364: regression: console text is red

2009-12-03 Thread The Anarcat
The kernel messages are still bright yellow. Then the init scripts turn green, then red. A. -- We should act only in such away that if everyone else acted as we do, we would accept the results. - Kant signature.asc Description: Digital signature

Re: kfreebsd-kernel-headers and USB API breakage

2009-12-03 Thread Aurelien Jarno
On Thu, Dec 03, 2009 at 01:09:40PM +0100, Petr Salinger wrote: > * freeglut > It is possible to disable USB scan of joystick by hack bellow. > > I would prefer to stay on headers based on 8.0. > As most of the problem are concentrated on the USB stack, what about switching back to 7.2 headers on

Re: kfreebsd-kernel-headers and USB API breakage

2009-12-03 Thread Aurelien Jarno
On Fri, Dec 04, 2009 at 12:30:53AM +0100, Aurelien Jarno wrote: > On Thu, Dec 03, 2009 at 01:09:40PM +0100, Petr Salinger wrote: > If we want to go for this solution, we have to scan the archive for > usage of this header file, and fix them by submitting a patch. > >>> > With the hop

Bug#559344: kldutils: bashism used in /etc/init.d/module-init-tools

2009-12-03 Thread Aurelien Jarno
On Thu, Dec 03, 2009 at 08:58:49PM +0100, Hanno Hecker wrote: > Package: kldutils > Version: 8.0-1 > Severity: normal > > When running with a default shell of dash and not bash, the > /etc/init.d/module-init-tools script complains about not finding the bash > builtin shopt: > # /etc/init.d/modu

Bug#559364: regression: console text is red

2009-12-03 Thread Aurelien Jarno
On Thu, Dec 03, 2009 at 05:03:28PM -0500, anar...@anarcat.ath.cx wrote: > Package: kfreebsd-image-8.0-1-686 > Version: 8.0-1 > Severity: minor > > After installing this package and rebooting, the console text is all red > instead of the regular gray. 7.2 didn't have that behavior. > > Not a big d

Re: kfreebsd-kernel-headers and USB API breakage

2009-12-03 Thread Aurelien Jarno
On Thu, Dec 03, 2009 at 01:09:40PM +0100, Petr Salinger wrote: If we want to go for this solution, we have to scan the archive for usage of this header file, and fix them by submitting a patch. >>> With the hope it won't come in a middle of a transition. >>> >>> Speaking of which, we

Bug#559364: regression: console text is red

2009-12-03 Thread anarcat
Package: kfreebsd-image-8.0-1-686 Version: 8.0-1 Severity: minor After installing this package and rebooting, the console text is all red instead of the regular gray. 7.2 didn't have that behavior. Not a big deal, but just something that should be mentionned I guess. -- System Information: Debia

Bug#559344: kldutils: bashism used in /etc/init.d/module-init-tools

2009-12-03 Thread Hanno Hecker
On Thu, 3 Dec 2009 20:44:03 + (UTC) Thorsten Glaser wrote: > I propose: (untested at the moment though) > > modules="$(cat /etc/modules /etc/modules.d/* 2>/dev/null | \ > sed -e 's/#.*//g' -e '/^[ ]*$/d')" > ^ ^-> space > +>

Bug#559107: weaknesses in BSD PRNG algorithms

2009-12-03 Thread Moritz Muehlenhoff
severity 559107 normal thanks On Thu, Dec 03, 2009 at 02:01:06PM +0100, Petr Salinger wrote: > severity 559107 important > -- > > >But the status of CVE-2008-114[678] is still open. Do they affect the > >KFreeBSD port? What's the position of the FreeBSD kernel developers on > >these issues? > >

Processed: Re: Bug#559107: weaknesses in BSD PRNG algorithms

2009-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 559107 normal Bug #559107 [kfreebsd-7] weaknesses in BSD PRNG algorithms Severity set to 'normal' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (a

Bug#559344: kldutils: bashism used in /etc/init.d/module-init-tools

2009-12-03 Thread Thorsten Glaser
Hanno Hecker dixit: >modules="`shopt -s nullglob ; cat /etc/modules /etc/modules.d/* \ > | sed -e \"s/#.*//g\" -e \"/^\( \|\t\)*$/d\" `" This is even worse, as "...`..."..."...`..." (with or without inner quotes) is always wrong and not portable, however $(...) is guaranteed by POSIX

Bug#559344: kldutils: bashism used in /etc/init.d/module-init-tools

2009-12-03 Thread Hanno Hecker
Package: kldutils Version: 8.0-1 Severity: normal When running with a default shell of dash and not bash, the /etc/init.d/module-init-tools script complains about not finding the bash builtin shopt: # /etc/init.d/module-init-tools start /etc/init.d/module-init-tools: 62: shopt: not found # W

Processed: Re: Bug#559107: weaknesses in BSD PRNG algorithms

2009-12-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 559107 important Bug #559107 [kfreebsd-7] weaknesses in BSD PRNG algorithms Severity set to 'important' from 'grave' > -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (adm

Bug#559107: weaknesses in BSD PRNG algorithms

2009-12-03 Thread Petr Salinger
severity 559107 important -- But the status of CVE-2008-114[678] is still open. Do they affect the KFreeBSD port? What's the position of the FreeBSD kernel developers on these issues? I used as description this http://www.trusteer.com/docs/OpenBSD_DNS_Cache_Poisoning_and_Multiple_OS_Predictab

Re: kfreebsd-kernel-headers and USB API breakage

2009-12-03 Thread Petr Salinger
If we want to go for this solution, we have to scan the archive for usage of this header file, and fix them by submitting a patch. With the hope it won't come in a middle of a transition. Speaking of which, we probably shouldn't be trying too long with kfreebsd 8.0 unless we have a plan and a