Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2000 11:12:56 -0600
From:      Stephen <sdk@yuck.net>
To:        fingers <fingers@fingers.co.za>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: /usr/ports/x11/XFree86-aoutlib broken
Message-ID:  <20000320111256.A9244@visi.com>
In-Reply-To: <Pine.BSF.3.96.1000320112601.691F-100000@fingers.noc.uunet.co.za>; from fingers on Mon, Mar 20, 2000 at 11:29:02AM %2B0200
References:  <Pine.BSF.3.96.1000320112601.691F-100000@fingers.noc.uunet.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 20, 2000 at 11:29:02AM +0200, fingers wrote:
> Hi
> 
> I'm trying to make /usr/portx/x11/XFree86-aoutlibs and get:
> 
> cd /usr/ports/x11/XFree86-aoutlibs/work/lib;  for l in $(ls lib*); do
> /usr/bin/env OBJFORMAT=aout  install -c -s -o root -g wheel -m 555 $l
> /usr/X11R6/lib/aout;  done
> /usr/bin/env OBJFORMAT=aout /sbin/ldconfig -m /usr/X11R6/lib/aout
> ldconfig: : trailing characters ignored
> ldconfig: : No such file or directory
> ldconfig: Ut+uf>fzuf>fqfrfrf9ff:
> tE: trailing characters ignored
> ldconfig: Ut+uf>fzuf>fqfrfrf9ff:
> tE: No such file or directory
> ldconfig: uf>f}f~f}ff~uEEu9P: trailing characters ignored
> ldconfig: uf>f}f~f}ff~uEEu9P: No such file or directory
> ldconfig: 9t/top in /usr/ports/x11/XFree86-aoutlibs.
> *** Error code 1
> 

rm /usr/X11R6/lib/aout
mkdir /usr/X11R6/lib/aout

and rerun your 'make install' worked for me.  It seems the port doesn't
check for the existence of that directory.

sk



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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