From owner-freebsd-ports Wed Aug 4 13:50:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D343715214 for ; Wed, 4 Aug 1999 13:50:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA43334; Wed, 4 Aug 1999 13:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 6507915213 for ; Wed, 4 Aug 1999 13:47:06 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id WAA10995 for ; Wed, 4 Aug 1999 22:47:03 +0200 (CEST) (envelope-from girgen@partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.9.3/8.9.3) id WAA28469; Wed, 4 Aug 1999 22:47:03 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <199908042047.WAA28469@elbas.partitur.se> Date: Wed, 4 Aug 1999 22:47:03 +0200 (CEST) From: Palle Girgensohn Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12975: tk81 requires a built tcl81 worksrc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12975 >Category: ports >Synopsis: tk81 requires a built tcl81 worksrc >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 4 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.2-STABLE i386 >Organization: Partitur >Environment: FreeBSD 3.2-STABLE i386 tcl81 installed. >Description: Building tk81 without having a built WRKSRC tree for tcl81 fails. Here's the line that breaks (I make with WRKDIRPREFIX=/home/girgen/ports) ld -shared -x -soname libtk81.so.1 -o libtk81.so.1 tk3d.o tkArgv.o tkAtom.o tkBind.o tkBitmap.o tkClipboard.o tkCmds.o tkColor.o tkConfig.o tkCursor.o tkError.o tkEvent.o tkFocus.o tkFont.o tkGet.o tkGC.o tkGeometry.o tkGrab.o tkGrid.o tkMain.o tkObj.o tkOldConfig.o tkOption.o tkPack.o tkPlace.o tkSelect.o tkUtil.o tkVisual.o tkWindow.o tkUnix.o tkUnix3d.o tkUnixButton.o tkUnixColor.o tkUnixConfig.o tkUnixCursor.o tkUnixDraw.o tkUnixEmbed.o tkUnixEvent.o tkUnixFocus.o tkUnixFont.o tkUnixInit.o tkUnixKey.o tkUnixMenu.o tkUnixMenubu.o tkUnixScale.o tkUnixScrlbr.o tkUnixSelect.o tkUnixSend.o tkUnixWm.o tkUnixXId.o tkStubInit.o tkStubLib.o tkButton.o tkEntry.o tkFrame.o tkListbox.o tkMenu.o tkMenubutton.o tkMenuDraw.o tkMessage.o tkScale.o tkScrollbar.o tkCanvas.o tkCanvArc.o tkCanvBmap.o tkCanvImg.o tkCanvLine.o tkCanvPoly.o tkCanvPs.o tkCanvText.o tkCanvUtil.o tkCanvWind.o tkRectOval.o tkTrig.o tkImage.o tkImgBmap.o tkImgGIF.o tkImgPPM.o tkImgPhoto.o tkText.o tkText! BTree.o tkTextDisp.o tkTextImage.o tkTextIndex.o tkTextMark.o tkTextTag.o tkTextWind.o -L/home/girgen/ports/cluster1/ports/lang/tcl81/work/tcl8.1/unix -ltclstub81 -L/usr/X11R6/lib -lX11 -lm -lc Notice the -L/home... stuff on the next to last line. If libtclstub81.a is not in /home/girgen/ports/cluster1/ports/lang/tcl81/work/tcl8.1/unix, it breaks. >How-To-Repeat: cd /usr/ports/lang/tcl81 make make install make clean cd /usr/ports/x11-toolkits/tk81 make ld will not find libtcl81, since it links with -L/usr/ports/lang/tcl81/work/tcl81/unix or similar, which might not be there... >Fix: I'm not certain how the configure script is patched, but I think it has something to do with the patches -aa and -ab. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message