Your message dated Sat, 28 Nov 2015 10:52:48 +0100
with message-id <[email protected]>
and subject line Re: leafnode: Fails to build on Hurd
has caused the Debian Bug report #663963,
regarding leafnode: Fails to build on Hurd
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
663963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663963
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: leafnode
Version: 2.0.0.alpha20090406a-1
Severity: important

Dear Maintainer,

this is probably not new to you: the new leafnode fails to build on hurd.

make[2]: Entering directory
`/build/buildd-leafnode_2.0.0.alpha20090406a-1-hurd-i386-UMWKXX/leafnode-2.0.0.alpha20090406a'
gcc -DHAVE_CONFIG_H -I.     -g -O2  -Wall -W -Wstrict-prototypes
-Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align
-Wwrite-strings -Waggregate-return -Wmissing-declarations 
-Wmissing-format-attribute
-Wnested-externs -Wformat=2 -ggdb -fno-common -Wsequence-point -Wswitch
-Wunused -Wuninitialized -Wundef -MT activutil.o -MD -MP -MF .deps/activutil.Tpo
-c -o activutil.o activutil.c
activutil.c: In function 'writeactive':
activutil.c:264: error: 'PATH_MAX' undeclared (first use in this function)
activutil.c:264: error: (Each undeclared identifier is reported only once
activutil.c:264: error: for each function it appears in.)
activutil.c: In function 'readactive':
activutil.c:453: error: 'PATH_MAX' undeclared (first use in this function)

The problem seems to be the following definition in leafnode.h:

/*@constant int LN_PATH_MAX;@*/
#define LN_PATH_MAX (PATH_MAX + 1)

It assumes that PATH_MAX is defined. According to
http://www.gnu.org/software/hurd/community/gsoc/project_ideas/maxpath.html
one can not assume that this is the case. I suggest to contact Samuel
Thibault, he's very cooperative when solving these kind of problems.

Thanks,
  Hilmar

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

Kernel: Linux 3.2.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
On Wed, Mar 14, 2012 at 11:19:38AM +0100, Hilmar Preuße wrote:
> Package: leafnode
> Version: 2.0.0.alpha20090406a-1
> Severity: important
> 
> Dear Maintainer,
> 
> this is probably not new to you: the new leafnode fails to build on hurd.

The version from experimental has been removed and the one in sid builds
fine on hurd, closing.

Cheers,
        Moritz

--- End Message ---

Reply via email to