Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2003 20:32:34 +1000 (EST)
From:      Brad Forschinger <freebsd@bnjf.id.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Brad Forschinger <freebsd@bnjf.id.au>
Subject:   ports/58236: textproc/dict build issues 
Message-ID:  <20031019103234.8AD14149@nadir.bnjf.id.au>
Resent-Message-ID: <200310191040.h9JAeJdE007802@freefall.freebsd.org>

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

>Number:         58236
>Category:       ports
>Synopsis:       textproc/dict build issues
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 19 03:40:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Brad Forschinger
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD nadir.bnjf.id.au 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Fri Aug 15 14:31:35 EST 2003 bnjf@nadir.bnjf.id.au:/usr/obj/usr/src/sys/NADIR i386


	
>Description:
	
	textproc/dict fails with build problems.  Missing dependencies in the Makefile (i.e. lstat.o),
	servparse.h conflicts with machine/trap.h, dictd.c's wait3() usage incorrect.
>How-To-Repeat:
	
	cd /usr/ports/textproc/dict && make
>Fix:
	remove all instances of "lstat.o" from the Makefile
	change T_USER to T_USER_... in servparse.h
	add defined(__FreeBSD__) to the ifdef at the start of reaper()
	


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



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