Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jun 1998 07:22:45 -0500
From:      Edwin Culp <eculp@ver1.telmex.net.mx>
To:        Steve Price <steve@FreeBSD.ORG>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/6810
Message-ID:  <3573EE95.4F0BEBEA@ver1.telmex.net.mx>
References:  <199806012347.QAA13428@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <se@freebsd.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3573EE95.4F0BEBEA>