From owner-freebsd-questions Mon Mar 20 9:13: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 0A54437B851 for ; Mon, 20 Mar 2000 09:13:01 -0800 (PST) (envelope-from sdk@visi.com) Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by mail-out.visi.com (Postfix) with ESMTP id 424D436CC; Mon, 20 Mar 2000 11:12:56 -0600 (CST) Received: (from sdk@localhost) by isis.visi.com (8.8.8/8.8.8) id LAA09669; Mon, 20 Mar 2000 11:12:56 -0600 (CST) Date: Mon, 20 Mar 2000 11:12:56 -0600 From: Stephen To: fingers Cc: freebsd-questions@freebsd.org Subject: Re: /usr/ports/x11/XFree86-aoutlib broken Message-ID: <20000320111256.A9244@visi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: ; from fingers on Mon, Mar 20, 2000 at 11:29:02AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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