Bug 22010

Summary: Automatic build of windowmaker is broken
Product: Ports & Packages Reporter: Gary Kline <kline>
Component: Individual Port(s)Assignee: Maxim Sobolev <sobomax>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gary Kline 2000-10-15 19:10:01 UTC
	Trying to build the windowmaker WM env, I cd to 
	/usr/ports/x11-wm/windowmakerand type ``make WITH_GNOME=yes''
	Follow the output of the build below.  It stalls trying to
	build libungif ... evidently because the libungif's ./configure
	script is somehow munged.

	At first I thought something was wrong in the configuration
	script and hacked it; then backed out, typed ``make clean; make''
	and watched the library build.

Fix: 

A hack-around is to cd to /usr/ports/graphics/libungif, type
	``make clean; make install clean''; then return to the 
	windowmaker port to see how much further you get.

	The real fix is probably deep in the bowels of the ports.mk
	file.



sage# make

If you want to compile with GNOME support,
hit Ctrl-C right now and use "make WITH_GNOME=yes"

^C
sage# 
sage# make WITH_GNOME=yes
===>  Extracting for windowmaker-0.62.1
How-To-Repeat: 
	This may happen on FBSD-4.X; dunno.  At any rate, make certain
	you have no libungif files and that the build directory (work/)
	is missing.  Then cd /usr/ports/x11-wm/windowmaker and type
	``make'' or ``make WITH_GNOME=yes''; you prob'ly will see what 
	I saw. (Below.)
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2000-11-03 15:06:17 UTC
State Changed
From-To: open->feedback

Most likely that your libtool installation is hosed somehow. Please try to 
reinstall libtool from freshly cvsup'ed ports and try again. 


Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2000-11-03 15:06:17 UTC
Responsible Changed
From-To: freebsd-ports->sobomax

Over to mntn.
Comment 3 Maxim Sobolev freebsd_committer freebsd_triage 2000-12-11 15:29:54 UTC
State Changed
From-To: feedback->closed

Feedback timeout.