Bug#658384: memstat: FTBFS on hurd-i386

2012-02-04 Thread Jeremie Koenig
You will need a reallocation loop similar to what you did for get_line(). -- Jeremie Koenig http://jk.fr.eu.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#640290: xdelta: FTBFS on hurd-i386

2011-09-03 Thread Jeremie Koenig
Package: xdelta Version: 1.1.3-9 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hi, The xdelta package currently fails to build from source on the Hurd due to test/xdeltatest.c using MAXPATHLEN. The patch below fixes this issue. Thanks, --- test/xdeltatest.c |

Bug#592684: debian-installer-utils: please don't check for /sys on Hurd

2010-08-22 Thread Jeremie Koenig
On Mon, Aug 23, 2010 at 12:18:43AM +0200, Samuel Thibault wrote: > Hello, > > Jeremie Koenig, le Thu 12 Aug 2010 11:49:22 +0200, a écrit : > > An alternative would be to check for, say, /sys/devices in the installer > > itself. Does this sound reasonable? > > So? >

Bug#592684: debian-installer-utils: please don't check for /sys on Hurd

2010-08-22 Thread Jeremie Koenig
On Thu, Aug 12, 2010 at 11:49:22AM +0200, Jeremie Koenig wrote: > On Thu, Aug 12, 2010 at 09:43:06AM +0200, Petter Reinholdtsen wrote: > > [Jeremie Koenig] > > > - if [ ! -d /target/sys ]; then > > > + if [ ! -d /target/sys ] && [ "$(udpkg --print-os)"

Bug#593865: busybox: please include CONFIG_FEATURE_INITRD on Hurd

2010-08-21 Thread Jeremie Koenig
rrides. Thanks, -- Jeremie Koenig http://jk.fr.eu.org --- busybox-1.17.1.orig/debian/config/os/hurd 2010-08-03 04:34:13.0 + +++ busybox-1.17.1/debian/config/os/hurd 2010-08-12 09:27:03.0 + @@ -1,5 +1,6 @@ CONFIG_PLATFORM_LINUX=n CONFIG_INIT_TERMINAL_TYPE="mach"

Bug#593212: rootskel: please add Hurd support

2010-08-16 Thread Jeremie Koenig
Hurd. If you apply this, please remember to fill-in the bug number in the changelog, create the empty src/etc/fstab-hurd, and set execute permissions on src/sbin/reopen-console-hurd. Thanks, -- Jeremie Koenig http://jk.fr.eu.org Index: debian/changelog

Bug#592684: debian-installer-utils: please don't check for /sys on Hurd

2010-08-12 Thread Jeremie Koenig
On Thu, Aug 12, 2010 at 09:43:06AM +0200, Petter Reinholdtsen wrote: > [Jeremie Koenig] > > - if [ ! -d /target/sys ]; then > > + if [ ! -d /target/sys ] && [ "$(udpkg --print-os)" != hurd ]; then > > Would it be better to look for 'sysfs' in

Bug#592690: localechooser: the Hurd console has display level 3 capability

2010-08-11 Thread Jeremie Koenig
, -- Jeremie Koenig http://jk.fr.eu.org Index: localechooser/debian/changelog === --- localechooser/debian/changelog (revision 64302) +++ localechooser/debian/changelog (working copy) @@ -1,11 +1,15 @@ localechooser (2.28) UNRELEASED; urgency

Bug#592684: debian-installer-utils: please don't check for /sys on Hurd

2010-08-11 Thread Jeremie Koenig
Hurd. Thanks, -- Jeremie Koenig http://jk.fr.eu.org Index: debian-installer-utils/debian/changelog === --- debian-installer-utils/debian/changelog (revision 64302) +++ debian-installer-utils/debian/changelog (working copy) @@ -1,10

Bug#586870: partman-base: use a system-specific default filesystem

2010-08-11 Thread Jeremie Koenig
Hi, On Wed, Aug 04, 2010 at 08:42:02PM +0200, Aurelien Jarno wrote: > On Sun, Aug 01, 2010 at 04:30:17PM +0200, Samuel Thibault wrote: > > Jeremie Koenig, le Wed 23 Jun 2010 06:53:23 +0200, a écrit : > > > [complicated run-time patch for default filesystem selection] > >

Bug#592671: partman-target: /target/etc/fstab is not created on Hurd

2010-08-11 Thread Jeremie Koenig
itute the bug number in debian/changelog. Thanks, -- Jeremie Koenig http://jk.fr.eu.org Index: partman-target/debian/changelog === --- partman-target/debian/changelog (revision 64302) +++ partman-target/debian/changelog (working co

Bug#589987: bogl: FTBFS on non-linux ports

2010-07-22 Thread Jeremie Koenig
mergebdf and reduce-font > on non-linux ports. Hi, I'd like to confirm that Samuel's patch works great, with the exception of libbogl-dev depending on libbogl0, which is unavailable on non-Linux (updated patch attached). Thanks, -- Jeremie Koenig http://jk.fr.eu.org diff -ruN bog

Bug#588776: base-installer: please don't rely on /proc/mounts, which is not available on Hurd

2010-07-12 Thread Jeremie Koenig
check when /proc/mounts does not exist. -- Jeremie Koenig http://jk.fr.eu.org Index: base-installer/debian/changelog === --- base-installer/debian/changelog (revision 63843) +++ base-installer/debian/changelog (working copy) @@ -1,3 +1,9

Bug#588761: netcfg: please include Hurd support

2010-07-11 Thread Jeremie Koenig
f comments nonetheless. Anyway, the attached patch makes netcfg-static work on Hurd. Thanks, -- Jeremie Koenig http://jk.fr.eu.org Index: netcfg/debian/changelog === --- netcfg/debian/changelog (revision 63843) +++ netcfg/debian/changelo

Bug#588677: procps: FTBFS on hurd-i386

2010-07-10 Thread Jeremie Koenig
m not sure what the preferred form of submission is for such things, but the attached "patch to the patch" fixes this problem. Thanks, -- Jeremie Koenig http://jk.fr.eu.org --- debian/patches/vmstat_part_format.patch.orig 2010-07-11 03:59:28.0 + +++ debian/patches/vmstat_pa

Bug#586871: partman-basicfilesystems: please include Hurd support

2010-06-22 Thread Jeremie Koenig
ext2fs; - the "errors=remount-ro" option is not supported. See the attached patch. Thanks, -- Jeremie Koenig http://jk.fr.eu.org Index: partman-basicfilesystems/debian/changelog === --- partman-basicfilesystems/debian

Bug#586870: partman-base: use a system-specific default filesystem

2010-06-22 Thread Jeremie Koenig
and review the situation when/if more system-specific defaults prove to be necessary. Any thoughts? (or irrepressible urges to commit my patch? :-) Thanks, -- Jeremie Koenig http://jk.fr.eu.org Index: partman-base/debian/changelog === -

Bug#586696: libparted0debian1: wrong path for hurd partitions

2010-06-21 Thread Jeremie Koenig
) fails to create the filesystem and mount the partition. The attached patch fixes this. Thanks, -- Jeremie Koenig http://jk.fr.eu.org Index: parted-2.2/libparted/arch/gnu.c === --- parted-2.2.orig/libparted/arch/gnu.c 2010-06-21 18:29

Bug#586687: debian-installer: build scripts can use outdated packages

2010-06-21 Thread Jeremie Koenig
-1" to get the most recent version of a given udeb from apt.udeb/cache. This may cause images to be built with outdated udebs. The attached patch makes it use 'dpkg --compare-versions' instead. Thanks, -- Jeremie Koenig http://jk.fr.eu.or

Bug#533448: mispipe executes the commands with superfluous file descriptors left open

2009-06-17 Thread Jeremie Koenig
pe cron 4735root4w FIFO 0,6 0t0 687643 pipe The attached patch makes mispipe close the original file descriptor after it has been duplicated, but before the command is executed. I could also use FD_CLOEXEC or a command-line switch if you think this behaviour would c

Bug#511407: bing: segfaults on IPv6 addresses

2009-01-10 Thread Jeremie Koenig
e attached patch updates bing to use the modern getaddrinfo/getnameinfo resolver interfaces, which will ensure only AF_INET addresses are returned. Thanks for maintaining bing, -- Jeremie Koenig http://jk.fr.eu.org diff -ru bing-1.1.3.orig/bing.c bing-1.1.3/bing.c --- bing-1.1.3.orig/bing.c 2009-0

Bug#102640: this xcircuit bug is triggered by Num Lock

2008-04-17 Thread Jeremie Koenig
Hello, Xcircuit's pull down menus not working happens only with Num Lock activated. Switching it off make them work again. -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#437932: mini-httpd: CGI output to stderr is transmitted to the client

2007-08-14 Thread Jeremie Koenig
than sending it to the client, in order to avoid such problems? -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#437927: thttpd: CGI output to stderr is transmitted to the client

2007-08-14 Thread Jeremie Koenig
sending it to the client, in order to avoid such problems? -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#408873: llgal: fails when directory names contain shell meta characters

2007-01-28 Thread Jeremie Koenig
On Sun, Jan 28, 2007 at 11:26:49PM +0100, Brice Goglin wrote: > Jeremie Koenig wrote: [...] > > I also noticed two similar problems with the generation of thumbnails > > and scaled images (llgal.in, lines 597 and 690): [...] > This case is supposed to be protected by doub

Bug#408873: llgal: fails when directory names contain shell meta characters

2007-01-28 Thread Jeremie Koenig
Package: llgal Version: 0.13.9-1 Severity: normal Tags: patch Hello, I get the following error when llgal tries to proceed a directory with shell metacharacters: -- Entering subdirectory 'camping (presque) sauvage'... Listing entries in . :100.00% Preparing entries:100.00%

Bug#222121: Let's get ptrtd into Debian!

2007-01-10 Thread Jeremie Koenig
reopen 222121 ! thanks I've been working on packaging ptrtd, then started to let it rot due to lack of time and motivation. My package is basically working however, and I'm using it again, so I will polish it in the next few weeks, make it available for testing and look for a sponsor. I'll keep [E

Bug#379878: reading files fails with "wild name offset" on big-endian architectures

2006-07-25 Thread Jeremie Koenig
ed by Piotr Krysiuk. This bug is fixed in the debootloaders subversion repository at svn://svn.debian.org/debootloaders/trunk/rsrce -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#340533: exporting resources as binary

2005-12-20 Thread Jeremie Koenig
Thank you for the report, the first one I get as a maintainer, and a very good one indeed! I'll include your patch in the next upload of rsrce; feel free to suggest other improvements if you're missing something, I'll try to take the opportunity to work on polishing rsrce a bit.

Bug#323182: a bit more about miboot's legal status

2005-08-22 Thread Jeremie Koenig
ion of one of their headers from common/elf_loader_defs.h (the code in the common/ subdir is used both by miBoot and BootX.) The header file in question, Optimization.h (attached, piped through tr '\r' '\n') is a rather trivial file, and I doubt there's any problem here

Bug#323182: a bit more about miboot's legal status

2005-08-21 Thread Jeremie Koenig
lable on a floppy, but I don't know wether this omission was deliberate or not. -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#323182: a bit more about miboot's legal status

2005-08-21 Thread Jeremie Koenig
r time :-) And to everyone here: d-i is a piece of fine art, thanks for your work ! -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#303579: hostname: fails to work on IPv6-only hosts

2005-08-20 Thread Jeremie Koenig
On Sat, Aug 20, 2005 at 01:46:35PM -0500, Graham Wilson wrote: > On Sat, Apr 16, 2005 at 02:39:52AM +0200, Jeremie Koenig wrote: > > This new patch fixes this, and relies on the resolver configuration to > > choose the address family used by gethostbyname, which is better imho,

Bug#322352: pdns and pdns-doc both contain /usr/share/doc-base/pdns (sarge security update version)

2005-08-16 Thread Jeremie Koenig
tinst pdns-2.9.17/debian/pdns.postrm pdns-2.9.17/debian/pdns.prerm pdns-2.9.17/debian/shlibs.local Note the presence of debian/doc-base. Hope this helps, thanks for packaging pdns ! -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTEC

Bug#130902: patch for chimera2 png segfault

2005-08-08 Thread Jeremie Koenig
tags 130902 +patch thanks Okay, now here is a cleaner patch which also updates the libpng build dependency to libpng12-dev. Also note that your debian/rules clean target should remove debian/substvars. Sorry for the noise, I hope I got everything right this time... -- Jeremie Koenig <[EM

Bug#130902: patch for chimera2 png segfault

2005-08-08 Thread Jeremie Koenig
mera2. Thanks for packaging chimera, it's a great browser ! -- Jeremie Koenig <[EMAIL PROTECTED]> diff -ru chimera2-2.0a19/debian/substvars chimera2-2.0a19.jk/debian/substvars --- chimera2-2.0a19/debian/substvars2005-08-09 00:18:08.293491385 +0200 +++ chimera2-2.0a19.jk/debian/substvars

Bug#314609: libkrb53: allow whitespace before comments in /etc/krb5.conf

2005-06-17 Thread Jeremie Koenig
ssage wasn't working properly in ssh-krb5 didn't help. So, I propose for comment leading whitespace to be allowed with MIT Kerberos as well as Heimdal, and attach a patch which does this. -- Jeremie Koenig <[EMAIL PROTECTED]> diff -ru krb5-1.3.6.old/src/util/profile/prof_parse.c krb5

Bug#314365: string2key and its manpage are not in the same package

2005-06-15 Thread Jeremie Koenig
Package: heimdal Version: 0.6.3-10 Severity: minor Hello, I noticed the string2key command is in heimdal-clients and its manpage is in -servers. Since -clients doesn't depends on -servers, I guess this is a bug. -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, emai

Bug#305869: pdns: French debconf templates translation update

2005-04-23 Thread Jeremie Koenig
er la liste des sous-réseaux, séparés par des points-" > "virgules, qu'il est autorisé de parcourir. Des valeurs autorisées sont " s/qu'il est ... parcourir/autorisés à effectuer des requêtes récursives/ Thanks for your work, -- Jeremie Koenig <[EMAIL PROTECTED]>

Bug#303579: hostname: fails to work on IPv6-only hosts

2005-04-15 Thread Jeremie Koenig
x27;t make use of the gethostbyname2, which is a GNU extension. A note is also added to the manual page in the hope that it will point people configuring IPv6-only hosts and wondering why hostname -f fails in the right direction. Hope this helps, -- Jeremie Koenig <[EMAIL PROTECTED]>

Bug#303910: pdns-backend-ldap: debian patch breaks zone transfer

2005-04-13 Thread Jeremie Koenig
list of what features the patch is supposed to add? > Some lines are unclear to me in what they're trying to achieve. It seems my brain has stripped away the '## DP:' comments as well... After overwriting the debian patch with the one mentioned above, and rebuilding the pdns packa

Bug#303910: pdns-backend-ldap: debian patch breaks zone transfer

2005-04-09 Thread Jeremie Koenig
ve me a list of what features the patch is supposed to add? Some lines are unclear to me in what they're trying to achieve. */ -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#303685: pdns-backend-ldap: please include dnsdomain2.schema

2005-04-07 Thread Jeremie Koenig
such as or SRV. Maybe it would be worthwhile to include in the pdns-backend-ldap Debian package in /etc/ldap/schema ? -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#303579: hostname: fails to work on IPv6-only hosts

2005-04-07 Thread Jeremie Koenig
me to give them IPv4 or IPv6 addresses only. What do you think ? -- Jeremie Koenig <[EMAIL PROTECTED]> diff -ru hostname-2.13.orig/hostname.c hostname-2.13/hostname.c --- hostname-2.13.orig/hostname.c 2003-12-18 03:11:33.0 +0100 +++ hostname-2.13/hostname.c2005-

Bug#303314: totd: doesn't create the /var/run/totd directory when absent

2005-04-05 Thread Jeremie Koenig
default of /var/run/totd.pid for this option anyway, as totd needs only one file in /var/run (I think), and it would solve this minor inconvenience. -- Jeremie Koenig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]