Hello,

As you can see from the report below (on the web as
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698087)
ircd-hybrid doesn't compile on GNU/Hurd at the moment.

Cheers,
Dominic.

----- Forwarded message from Dominic Hargreaves <d...@earth.li> -----

Date: Sun, 13 Jan 2013 22:54:18 +0000
From: Dominic Hargreaves <d...@earth.li>
To: Debian Bug Tracking System <sub...@bugs.debian.org>
Subject: ircd-hybrid: FTBFS on hurd-i386: error: 'PATH_MAX' undeclared here
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD
        autolearn=ham version=3.3.1
X-Mailer: reportbug 6.4.3
X-Urchin-Spam-Score-Int: -18
X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2

Source: ircd-hybrid
Version: 1:8.0.4.dfsg.1-1
Severity: important

>From 
><https://buildd.debian.org/status/fetch.php?pkg=ircd-hybrid&arch=hurd-i386&ver=1%3A8.0.4.dfsg.1-1&stamp=1358096207>

> ../../include/modules.h:48:13: error: 'PATH_MAX' undeclared here (not in a 
> function)

Some ideas for fixing this at

<http://www.gnu.org/software/hurd/community/gsoc/project_ideas/maxpath.html>

There are also PATH_MAX references elsewhere:

include/motd.h
50:  char fileName[PATH_MAX + 1];

include/modules.h
48:  char path[PATH_MAX + 1];

modules/m_help.c
92:  char path[PATH_MAX + 1];
117:  if (strlen(hpath) + strlen(topic) + 1 > PATH_MAX)

src/modules.c
299:  char module_fq_name[PATH_MAX + 1];
350:  char module_name[PATH_MAX + 1];
378:  char modpath[PATH_MAX + 1];

src/log.c
35:  char path[PATH_MAX + 1];

----- End forwarded message -----

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to