Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 1998 15:31:36 +0200
From:      Philippe Regnauld <regnauld@deepo.prosa.dk>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        Andreas Klemm <andreas@klemm.gtn.com>, current@FreeBSD.ORG
Subject:   Re: is it possibly a current problem, that scotty fails to install with...
Message-ID:  <19980518153136.06219@deepo.prosa.dk>
In-Reply-To: <2455.895471637@critter.freebsd.dk>; from Poul-Henning Kamp on Mon, May 18, 1998 at 08:07:17AM %2B0200
References:  <19980517004129.A4002@klemm.gtn.com> <2455.895471637@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Poul-Henning Kamp writes:
> 
> I have no idea, I have not been able to reproduce this...
> 
> In message <19980517004129.A4002@klemm.gtn.com>, Andreas Klemm writes:
> >rm -rf'ed /usr/local a week ago and rebuild everything ...
> >
> >initialization failed: couldn't load file "/usr/local/lib/tnm2.1.8": bad magic
> >number in "/usr/local/lib/tnm2.1.8"

	It depends on whether you have tcl8.0 or 8.0.2 (and tk8.0 or 8.0.2 as
	a matter of fact).

	The problem is with the files:

	/usr/local/lib/tkined1.5.0/pkgIndex.tcl
	/usr/local/lib/tnm3.0.0/pkgIndex.tcl

	They contain:

	package ifneeded Tnm 3.0.0 "load /usr/local/lib/tnm3.0.0[info sharedlibextens [...]
	package ifneeded Tkined 1.5.0 "load /usr/local/lib/tkined1.5.0[info sharedlib [...]


	... which should read:


	package ifneeded Tnm 3.0.0 "load /usr/local/lib/tnm3.0.0.so[info sharedlibextens [...]
															^^^
	package ifneeded Tkined 1.5.0 "load /usr/local/lib/tkined1.5.0.so[info sharedlib [...]
															      ^^^

	Something is being done differently in both versions.

-- 
 -[ Philippe Regnauld / sysadmin / regnauld@deepo.prosa.dk / +55.4N +11.3E ]-
     «Pluto placed his bad dog at the entrance of Hades to keep the dead
      IN and the living  OUT!  The archetypical corporate firewall?»
                                                       - S. Kelly Bootle

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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