From owner-freebsd-ports Wed Nov 6 05:39:44 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA19129 for ports-outgoing; Wed, 6 Nov 1996 05:39:44 -0800 (PST) Received: from dfw-ix4.ix.netcom.com (dfw-ix4.ix.netcom.com [206.214.98.4]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA19123 for ; Wed, 6 Nov 1996 05:39:41 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca5-04.ix.netcom.com [199.35.213.164]) by dfw-ix4.ix.netcom.com (8.6.13/8.6.12) with ESMTP id FAA11058; Wed, 6 Nov 1996 05:39:08 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.2/8.6.9) id FAA23632; Wed, 6 Nov 1996 05:39:06 -0800 (PST) Date: Wed, 6 Nov 1996 05:39:06 -0800 (PST) Message-Id: <199611061339.FAA23632@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: ports@freebsd.org In-reply-to: <9185.847286420@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Interesting failure with tk4.1 port From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I just tried, as root, to install the tk4.1 port on my system * and was surprised to see it fail: * ./mkLinks /usr/local/man/mann * /sbin/ldconfig -m /usr/local/lib * *** Error code 255 * * This is complete reproducible, and will happen every time you run the * install rule. The weird thing about it is that the exact ldconfig * command shown here succeeds when run by hand, which is why I'm not * immediately running to John Polstra with the problem. ;-) This is very interesting. Are you sure the ldconfig is not returning non-zero? Otherwise, that looks like an open-ended shell script or something. At any rate, it works here.... Satoshi