| Summary: | /usr/ports/net/dictd does not build, at least on 4.7-RELEASE | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | GNATS administrator <gnats-admin> |
| Component: | Individual Port(s) | Assignee: | dd <dd> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
GNATS administrator
2002-11-26 16:10:01 UTC
Responsible Changed From-To: freebsd-ports->dd over to maintainer On Tue, Nov 26, 2002 at 08:05:51AM -0800, Mike Harding wrote:
> >Number: 45755
> >Category: ports
> >Synopsis: /usr/ports/net/dictd does not build, at least on 4.7-RELEASE
> >Confidential: no
> >Severity: non-critical
> >Priority: low
> >Responsible: freebsd-ports
> >State: open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class: sw-bug
> >Submitter-Id: current-users
> >Arrival-Date: Tue Nov 26 08:10:01 PST 2002
> >Closed-Date:
> >Last-Modified:
> >Originator: Mike Harding
> >Release: FreeBSD 4.7-STABLE i386
> >Organization:
> >Environment:
> System: FreeBSD netcom1.netcom.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 22 19:14:49 PST 2002 mvh@netcom1.netcom.com:/usr/obj/usr/src/sys/MIKEIPF i386
> cc -c -Ilibmaa -DHAVE_CONFIG_H -I. -O -pipe -I/usr/local/include -DDICT_VERSION=\"1.8.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" index.c
> In file included from index.c:26:
> utf8_ucs4.h:26: syntax error before `wint_t'
> utf8_ucs4.h:34: syntax error before `ucs4'
> index.c: In function `tolower_alnumspace_utf8':
> index.c:114: syntax error before `ucs4_char'
> index.c:117: `ucs4_char' undeclared (first use in this function)
> index.c:117: (Each undeclared identifier is reported only once
> index.c:117: for each function it appears in.)
> gmake: *** [index.o] Error 1
> *** Error code 2
>
> Stop in /usr/ports/net/dictd.
> netcom1#
I think it's impossible to fix dictd on RELENG_4.
wint_t is defined in wctype.h, but wctype.h in RELENG_4 is #if 0'd
State Changed From-To: open->closed port fixed; sorry for the preposterous delay. |