Re: Error in 2 packages

2014-09-24 Thread ********** ************
Thank you, Samuel, I did that! After the removal, I gave a apt-get update && apt-get upgrade and no more error messages! Solved. :) On Wed, Sep 24, 2014 at 3:26 AM, Samuel Thibault wrote: > ** , le Fri 19 Sep 2014 15:32:18 +0300, a écrit : > > I'm in Debian GNU/Hurd 2013 (Sid

Bug#762673: emboss: FTBFS on hurd-i386

2014-09-24 Thread Svante Signell
Source: emboss Version: 6.6.0+dfsg-1 Severity: important Tags: patch User: debian-hurd@lists.debian.org Usertags: hurd Hi, Currently emboss fails to build from source due to usage of PATH_MAX, which is not defined on GNU/Hurd. Only one file needs a modification, see the attached path. This patch

kdiff3: FTBFS on hurd-i386 (for review)

2014-09-24 Thread Svante Signell
Source: kdiff3 Version: 0.9.98-1 Severity: important Tags: patch User: debian-hurd@lists.debian.org Usertags: hurd Hi, kdiff3 does not build on GNU/Hurd since PATH_MAX is not defined. It did build before, and the latest Hurd version is 0.9.97-3. Instead of using realpath() with a fixed size buffer

Re: kdiff3: FTBFS on hurd-i386 (for review)

2014-09-24 Thread Lancelot SIX
Hi I did not have a look to the entire original file, just the patch. I would recommend to use C++ features instead of C ones in C++ programs (unless C ones are used all over the file, being coherent is important also). The most notable one would be to use new / delete instead of malloc / free [

Re: kdiff3: FTBFS on hurd-i386 (for review)

2014-09-24 Thread Philipp A. Hartmann
Hi, On 24/09/14 18:11, Lancelot SIX wrote: > The most notable one would be to use new / delete instead of malloc / > free [1]: >> s = new char[sb.st_size + 1]; I would recommend to use a std::vector instead, which avoids manually deallocating the buffer. Maybe some QT4 functions do raise excepti

Processing of hurd-libfuse_0.0.20140820-2_hurd-i386.changes

2014-09-24 Thread Debian FTP Masters
hurd-libfuse_0.0.20140820-2_hurd-i386.changes uploaded successfully to localhost along with the files: libfuse-dev_2.6.5+0.0.20140820-2_hurd-i386.deb libfuse-hurd-dev_0.0.20140820-2_hurd-i386.deb libfuse-hurd1_0.0.20140820-2_hurd-i386.deb libfuse-hurd-dbg_0.0.20140820-2_hurd-i386.deb hurd

hurd-libfuse_0.0.20140820-2_hurd-i386.changes ACCEPTED into unstable

2014-09-24 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 24 Sep 2014 19:55:08 +0200 Source: hurd-libfuse Binary: libfuse-hurd-dev libfuse-hurd1 libfuse-hurd-dbg libfuse-dev Architecture: source hurd-i386 Version: 0.0.20140820-2 Distribution: unstable Urgency: medium Mainta

Re: hurd-libfuse_0.0.20140820-1_hurd-i386.changes ACCEPTED into experimental, experimental

2014-09-24 Thread Guillem Jover
Hi! On Tue, 2014-09-23 at 16:00:09 +, Debian FTP Masters wrote: > Accepted: > > Format: 1.8 > Date: Sat, 20 Sep 2014 18:18:32 +0200 > Source: hurd-libfuse > Binary: libfuse-hurd-dev libfuse-hurd1 libfuse-hurd-dbg libfuse-dev > Architecture: source hurd-i386 > Version: 0.0.20140820-1 > Distrib

UTIME_{NOW,OMIT} needed for util-linux

2014-09-24 Thread Samuel Thibault
As seen on IRC: Hi. Just a short service announcement... the libmount/fsck patches got merged upstream for the benefit of kFreeBSD. This will mean that next upstream util-linux release will FTBFS on Hurd. See https://lists.debian.org/debian-hurd/2014/08/msg00011.html for more details. And also e