Date: Tue, 30 May 2000 09:52:54 +0930 From: Greg Lehey <grog@lemis.com> To: Steve Price <sprice@hiwaay.net> Cc: Will Andrews <andrews@technologist.com>, freebsd-ports@FreeBSD.ORG Subject: Re: ports/18894: xv build fails Message-ID: <20000530095254.A12216@wantadilla.lemis.com> In-Reply-To: <Pine.OSF.4.21.0005291911420.3325-100000@fly.HiWAAY.net> References: <20000530093155.A9997@wantadilla.lemis.com> <Pine.OSF.4.21.0005291911420.3325-100000@fly.HiWAAY.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, 29 May 2000 at 19:16:29 -0500, Steve Price wrote: > On Tue, 30 May 2000, Greg Lehey wrote: > > #>> A clean build of xv fails: > #>> > #>> cc -o xvpictoppm -O2 -L/usr/X11R6/lib xvpictoppm.o -lXext -lX11 -L/usr/local/lib -ljpeg -L/usr/local/lib -ltiff -L/usr/local/lib -lpng -L/usr/lib -lz -lm -lxpg4 -lxpg4 -Wl,-rpath,/usr/X11R6/lib > #>> make: don't know how to make ./config/util/rman. Stop > #>> *** Error code 2 > #>> > #>> Stop in /src/FreeBSD/ports/graphics/xv. > #> > #> I don't get this problem on an updated graphics/xv port on May 27 > #> FreeBSD 4.0-STABLE. > # > # This was with a freshly upgraded ports tree. > > Works here as well with a fresh (a couple of hours ago) ports tree. > I just grep'd the entire source and don't see a config/util/rman > anywhere. Well, I've worked around it. I found rman in /usr/local/bin and /usr/X11R6/bin--don't ask me how they got there: -r-xr-xr-x 1 root wheel 92524 Mar 13 07:54 /usr/local/bin/rman -rwxr-xr-x 1 root wheel 95704 May 14 18:22 /usr/X11R6/bin/rman I modified the Makefile to point to the first one, and the install worked. The reference came from: # rules: $XFree86: xc/config/cf/Imake.rules,v 3.72 2000/04/05 18:13:07 dawes Exp $ TOP = . CURRENT_DIR = . RMAN = $(TOP)/config/util/rman It looks as if the intention was to get it from /usr/X11R6/bin. > Methinks it might have something with the version of X you are using > or maybe even the config files? Well, it's a generic install of X as well. This is pretty much a new machine, everything done according to the book. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers 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?20000530095254.A12216>