Gentoo Archives: gentoo-user

From: karl@××××××××.se
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sci-electronics/ngspice-27-r1 missing tcl
Date: Mon, 21 Dec 2020 19:43:01
Message-Id: 20201221194253.B21688329F78@turkos.aspodata.se
In Reply to: Re: [gentoo-user] sci-electronics/ngspice-27-r1 missing tcl by Neil Bothwick
1 Neil Bothwick:
2 > On Wed, 16 Dec 2020 18:30:47 +0100 (CET), karl@××××××××.se wrote:
3 >
4 > > What can I do to make ./configure below use the suggested option ?
5 > >
6 > > sci-electronics/ngspice-27-r1's build log contains:
7 > >
8 > > checking for tclConfig.sh...
9 > > can't find Tcl configuration script "tclConfig.sh"
10 > > Should you add --with-tcl=/usr/lib64 to ./configure
11 > > arguments?
12 >
13 > Try EXTRA_ECONF="--with-tcl=/usr/lib64" emerge -1a ngspice
14
15 According to:
16 https://wiki.gentoo.org/wiki/Project:AMD64/Multilib_layout
17 eselect news read 34
18
19 gentoo now uses /usr/lib64. Tcl installs the program in /usr/lib64:
20 # grep /usr/lib64/tclConfig.sh /var/db/pkg/dev-lang/tcl-8.6.8/CONTENTS
21 obj /usr/lib64/tclConfig.sh 854158d4603ecea0e98975dac780e04f 1581626600
22
23 so if ngspice doesn't find tclConfig.sh, shouldn't that be considered
24 a bug ?
25
26 Regards,
27 /Karl Hammar

Replies

Subject Author
Re: [gentoo-user] sci-electronics/ngspice-27-r1 missing tcl Jack <ostroffjh@×××××××××××××××××.net>
Re: [gentoo-user] sci-electronics/ngspice-27-r1 missing tcl "David M. Fellows" <dmf@××××××××××××××.ca>