Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2001 19:48:12 +0100 (CET)
From:      Mathieu Arnold <ma@absolight.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31989: graphviz-1.7.7 fails to build
Message-ID:  <200111141848.fAEImCi16342@beorn.in.mat.cc>

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

>Number:         31989
>Category:       ports
>Synopsis:       graphviz-1.7.7 fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 14 10:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Absolight
>Environment:
System: FreeBSD beorn.in.mat.cc 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Nov 13 14:15:07 CET 2001 root@beorn.in.mat.cc:/usr/obj/usr/src/sys/beorn i386


	
>Description:
On a fresh system, it fails to build :
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../tools/expr   -I../../tools/vmalloc   -I../../tools/sfio      -I../../tools/ast       -I../../tools/src       -I../../agraph  -I../../cdt  -I/usr/local/include -I/usr/local/include/tcl8.3 -I/usr/local/include/tk8.3  -O -pipe   -c gpr.c
gpr.c:26: getopt.h: No such file or directory

	
>How-To-Repeat:
delete libgnugetopt and build the port

>Fix:

--- Makefile	Wed Nov 14 19:19:40 2001
+++ Makefile	Wed Nov 14 19:12:46 2001
@@ -14,6 +14,7 @@
 MAINTAINER=	ports@FreeBSD.org
 
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
+		libgnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
 		png.5:${PORTSDIR}/graphics/png \
 		freetype.7:${PORTSDIR}/print/freetype2 \
 		tk83.1:${PORTSDIR}/x11-toolkits/tk83


>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?200111141848.fAEImCi16342>