Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 14:29:09 +1000 (EST)
From:      Christopher JS Vance <vance@aurema.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        millerp@canb.auug.org.au (package author)
Subject:   ports/40030: devel/fhist trips over wint_t
Message-ID:  <200206300429.g5U4T9eK007651@blue.nu.org>

next in thread | raw e-mail | index | archive | help

>Number:         40030
>Category:       ports
>Synopsis:       devel/fhist trips over wint_t
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 29 21:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Christopher JS Vance
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD blue.nu.org 4.6-STABLE FreeBSD 4.6-STABLE #15: Wed Jun 26 14:06:05 EST 2002 root@blue.nu.org:/ad4s5a/stable/usr/obj/ad4s5a/stable/usr/src/sys/BLUE i386

>Description:
	This package appears to assume it's built on Linux, and trips over
	the fact that other free software chooses not to use GNU libc.
	Maybe correction of the autoconf stuff might fix it?
	After a 'successful' configure, we see (cut and paste):

| ===>  Building for fhist-1.6
| cc -O -pipe -Ifcomp -Icommon -c fcomp/main.c
| mv main.o fcomp/main.o
| cc -O -pipe -Icommon -Icommon -c common/ac/libintl.c
| mv libintl.o common/ac/libintl.o
| cc -O -pipe -Icommon -Icommon -c common/ac/stdio.c
| mv stdio.o common/ac/stdio.o
| cc -O -pipe -Icommon -Icommon -c common/ac/string.c
| mv string.o common/ac/string.o
| cc -O -pipe -Icommon -Icommon -c common/ac/unistd.c
| mv unistd.o common/ac/unistd.o
| cc -O -pipe -Icommon -Icommon -c common/ac/wchar.c
| mv wchar.o common/ac/wchar.o
| cc -O -pipe -Icommon -Icommon -c common/ac/wctype.c
| In file included from common/ac/wctype.h:41,
|                  from common/ac/wctype.c:33:
| /usr/include/wchar.h:87: redefinition of `wint_t'
| common/ac/stddef.h:38: `wint_t' previously declared here
| *** Error code 1

>How-To-Repeat:
	on FreeBSD 4.6-STABLE, attempt "portinstall fhist"

	similar results for manual "./configure --disable-wint_t; gmake"
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206300429.g5U4T9eK007651>