Bug 18578

Summary: Build of ghostview fails
Product: Ports & Packages Reporter: Greg Lehey <grog>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Greg Lehey 2000-05-16 03:10:01 UTC
	A 'make install' of print/ghostview fails:

	cc -o ghostview -O2      -L/usr/X11R6/lib main.o misc.o callbacks.o actions.o dialogs.o                   Ghostview.o ps.o getenv.o setenv.o strcasecmp.o                   SelFile.o Dir.o Path.o Draw.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11   -lm -lxpg4  -Wl,-rpath,/usr/X11R6/lib
	/usr/X11R6/lib/libXaw.so: warning: tmpnam() possibly used unsafely; consider using mkstemp()
	make: don't know how to make ./config/util/rman. Stop
	*** Error code 2

Fix: 

Not investigated
How-To-Repeat: 
	cd /usr/ports/print/ghostview
	make clean
	make install
Comment 1 cpiazza 2000-05-19 07:03:17 UTC
On Tue, May 16, 2000 at 11:39:17AM +0930, Greg Lehey wrote:
> 
> >Environment:
> 
> 	Recent 5.0-CURRENT i386
> 
> >Description:
> 
> 	A 'make install' of print/ghostview fails:
> 
> 	cc -o ghostview -O2      -L/usr/X11R6/lib main.o misc.o callbacks.o actions.o dialogs.o                   Ghostview.o ps.o getenv.o setenv.o strcasecmp.o                   SelFile.o Dir.o Path.o Draw.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11   -lm -lxpg4  -Wl,-rpath,/usr/X11R6/lib
> 	/usr/X11R6/lib/libXaw.so: warning: tmpnam() possibly used unsafely; consider using mkstemp()
> 	make: don't know how to make ./config/util/rman. Stop
> 	*** Error code 2

Hi Greg,

I can't reproduce this problem on any of my machines (3.x, 4.x and 5.x).

Any ideas?

-Chris
-- 
cpiazza@jaxon.net      | yawn.....
cpiazza@FreeBSD.org    | Abbotsford, BC, Canada
Comment 2 Will Andrews freebsd_committer freebsd_triage 2000-06-09 01:54:43 UTC
State Changed
From-To: open->closed

Update committed, thanks!