From owner-freebsd-ports Wed Nov 6 15:03:12 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA05689 for ports-outgoing; Wed, 6 Nov 1996 15:03:12 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA05672; Wed, 6 Nov 1996 15:03:07 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <17195(7)>; Wed, 6 Nov 1996 15:02:13 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177557>; Wed, 6 Nov 1996 15:02:01 -0800 X-Mailer: exmh version 1.6.7 5/3/96 To: jkh@time.cdrom.com cc: asami@freebsd.org (Satoshi Asami), ports@freebsd.org Subject: Re: Interesting failure with tk4.1 port In-reply-to: Your message of "Wed, 06 Nov 1996 13:49:14 PST." <199611062149.NAA17814@sunrise.cs.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 6 Nov 1996 15:01:47 PST From: Bill Fenner Message-Id: <96Nov6.150201pst.177557@crevenia.parc.xerox.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It looks like ldconfig can exit with status 255 without printing anything if any of the directories in the search_dirs[] array don't exist. If you run "ldconfig -r", does it print out any pathnames with nonexistent directories? Bill