Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 1995 23:39:38 -0700
From:      doug@carbine.holster.demos.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/667: make install for fvwm assumes X11R6/bin path for root
Message-ID:  <199508090639.XAA15349@pistol.holster.demos.com>
Resent-Message-ID: <199508090640.XAA23432@freefall.cdrom.com>

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

>Number:         667
>Category:       ports
>Synopsis:       When attempting to install fvwm, could not.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug  8 23:40:02 PDT 1995
>Last-Modified:
>Originator:     Douglas Jackson
>Organization:
None
>Release:        FreeBSD 2.0-BUILT-19950628 i386
>Environment:

	Install the SNAP without sourcetree.


>Description:

	The "make install" tasks for fvwm (slight chance it's xpm --
	I'm kind of hazey on that) assumes you have a path to X11R6/bin.
	That wasn't the case for root.
	

>How-To-Repeat:

	as userid not root:
	Fetch and build ldconfig (bindist had wrong one)
	su to root, and make install.
	Fetch and build xpm
	su to root and make install.
	Fetch and build fvwm

	 su to root
	 make install

	 make tries to run mkdirhier, which is in X11R6/bin.
	 root doesn't have that in path -- fails to install.

>Fix:
	
	I added X11R6/bin to the path for root, and then:
	make install

	Eventually worked.
>Audit-Trail:
>Unformatted:



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