From owner-freebsd-ports Mon May 29 17:23:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id B117A37BD16 for ; Mon, 29 May 2000 17:23:11 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA12283; Tue, 30 May 2000 09:52:54 +0930 (CST) (envelope-from grog) Date: Tue, 30 May 2000 09:52:54 +0930 From: Greg Lehey To: Steve Price Cc: Will Andrews , freebsd-ports@FreeBSD.ORG Subject: Re: ports/18894: xv build fails Message-ID: <20000530095254.A12216@wantadilla.lemis.com> References: <20000530093155.A9997@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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