From owner-freebsd-ports Mon Feb 1 15:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03646 for freebsd-ports-outgoing; Mon, 1 Feb 1999 15:20:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03580 for ; Mon, 1 Feb 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA99019; Mon, 1 Feb 1999 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03282; Mon, 1 Feb 1999 15:18:14 -0800 (PST) (envelope-from nobody) Message-Id: <199902012318.PAA03282@hub.freebsd.org> Date: Mon, 1 Feb 1999 15:18:14 -0800 (PST) From: shields@msrl.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9867: ORBit doesn't compile unless already installed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9867 >Category: ports >Synopsis: ORBit doesn't compile unless already installed >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 15:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Shields >Release: 2.2.8 >Organization: Mad Science Research Labs >Environment: FreeBSD shields.iad.above.net 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Mon Nov 30 06:34:08 GMT 1998 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: If ORBit is not installed, then trying to build it from the ports directory will fail when it gets to src/services/event, because it needs to link with the new libraries in ../../../src/{orb,IIOP}/.libs. Those directories are added to LD_LIBRARY_PATH but not as -L arguments, so the linker doesn't find them. A workaround is to copy the new libORBit.so* and libIIOP.so* files to /usr/local/lib after the make fails, and then restart it. >How-To-Repeat: Install a clean 2.2.8 system, cd /usr/ports/devel/ORBit, make. >Fix: Add -L arguments that parallel the additions to LD_LIBRARY_PATH. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message