From owner-freebsd-ports Tue Jun 2 05:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13597 for freebsd-ports-outgoing; Tue, 2 Jun 1998 05:20:03 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns.mexcom.net (ver2-117.uninet.net.mx [200.38.135.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13522; Tue, 2 Jun 1998 05:19:57 -0700 (PDT) (envelope-from eculp@ver1.telmex.net.mx) Received: from mc.mexcom.net (telmex@ppp-13.mexcom.net [206.103.65.205]) by ns.mexcom.net (8.8.8/8.8.7) with SMTP id HAA19905; Tue, 2 Jun 1998 07:16:08 -0500 (CDT) Message-ID: <3573EE95.4F0BEBEA@ver1.telmex.net.mx> Date: Tue, 02 Jun 1998 07:22:45 -0500 From: Edwin Culp Organization: Mexico Communicates, S.A. de C.V. X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.18 i586) MIME-Version: 1.0 To: Steve Price CC: freebsd-ports@FreeBSD.ORG Subject: Re: ports/6810 References: <199806012347.QAA13428@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Price wrote: > > Synopsis: Scotty doesn't want to install. It appears to compile fine. > > State-Changed-From-To: open-closed > State-Changed-By: steve > State-Changed-When: Mon Jun 1 16:47:15 PDT 1998 > State-Changed-Why: > Duplicate of PR# 6809. The problem still exists Stefan Esser sent me the solution (hack) of adding .so that worked perfectly. This means that the variable doesn't always work for some reason. Thanks and I'll add a short cut and paste of Stefan's mail. Thanks ed ----------------------------------------------------------------- > Stumbled over this just a few days ago ... > > There is a ".co" missing in one of the install sub-targets > in the makefile. I can check the details at work tomorrow, > but I just looked at the scotty 2.1.6 sources (didn't have > 2.1.8 here at home), and you may want to give the following > change a try: > > tnm-install-bin: > [...] > @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)[info sharedlibextension]"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl > > Make this read (in work/scotty-2.1.8/unix/makefile): > > @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION).so[info sharedlibextension]"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl > > I assume that the "[info sharelibextension]" was supposed to > take care of the ".so", but this apparently does not work. > The correct fix might involve setting the tcl variable, but I > needed it running quickly, and didn't bother (nor had time) > to further look into this ... > > Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message