* [gentoo-dev] USE problems in ebuilds (was: Re: [gentoo-user] Re: the libpng problem) [not found] ` <wxx662rd03d.fsf@nommo.uio.no> @ 2002-04-16 17:56 ` Terje Kvernes 2002-04-16 19:38 ` Grant Goodyear 2002-04-16 21:41 ` Jared H. Hudson 0 siblings, 2 replies; 5+ messages in thread From: Terje Kvernes @ 2002-04-16 17:56 UTC (permalink / raw To: gentoo-user; +Cc: gentoo-dev Terje Kvernes <terjekv@math.uio.no> writes: > Pierre-Henri Jondot <Pierre-Henri.Jondot@wanadoo.fr> writes: > > > scilab > > I'll have a stab at this tonight, but I need someone to prod me when > new versions come about, it's not something I'm going to use. if > you don't hear from me about it, poke me. hm. this was interesting. I'm doing: DEPEND="virtual/x11 tk? ( dev-lang/tk )" src_compile() { local myopts if [ "`use tk`" ] then myopts="--with-tk" fi ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --sysconfdir=/etc \ --localstatedir=/var \ ${myopts} || die "./configure failed" make all || die } and for testing I tried the command line: USE="-tk" emerge scilab now, the dependency-check comes out as it should, portage doesn't start to grab TCL/TK. _but_ the "`use tk`" doesn't seem to notice the USE="-tk" statement. I have "tk" listed as a USE-flag in /etc/make.conf but I would _really_ expect Portage to ignore that when I explicitly say that I don't want tk right now on the command line. hopefully I'm doing something very stupid, can someone please tell me how to deal with this? (sent to both gentoo-user and gentoo-dev, with reply set to gentoo-dev) -- Terje - who is upgrading to qt3.0.3-r1 right now. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] USE problems in ebuilds (was: Re: [gentoo-user] Re: the libpng problem) 2002-04-16 17:56 ` [gentoo-dev] USE problems in ebuilds (was: Re: [gentoo-user] Re: the libpng problem) Terje Kvernes @ 2002-04-16 19:38 ` Grant Goodyear 2002-04-16 19:57 ` Terje Kvernes 2002-04-16 21:41 ` Jared H. Hudson 1 sibling, 1 reply; 5+ messages in thread From: Grant Goodyear @ 2002-04-16 19:38 UTC (permalink / raw To: gentoo-dev > USE="-tk" emerge scilab USE="-foo" is still not fixed, I'm afraid. Check back after the next portage release.... -g2boojum- ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] USE problems in ebuilds (was: Re: [gentoo-user] Re: the libpng problem) 2002-04-16 19:38 ` Grant Goodyear @ 2002-04-16 19:57 ` Terje Kvernes 2002-04-16 22:49 ` Tod M Neidt 0 siblings, 1 reply; 5+ messages in thread From: Terje Kvernes @ 2002-04-16 19:57 UTC (permalink / raw To: gentoo-dev Grant Goodyear <goodyea@clemson.edu> writes: > > USE="-tk" emerge scilab > > USE="-foo" is still not fixed, I'm afraid. Check back > after the next portage release.... okay, but that means my ebuild is correct, does it not? (at least those relevant bits that I posted... ;-) -- Terje ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] USE problems in ebuilds (was: Re: [gentoo-user] Re: the libpng problem) 2002-04-16 19:57 ` Terje Kvernes @ 2002-04-16 22:49 ` Tod M Neidt 0 siblings, 0 replies; 5+ messages in thread From: Tod M Neidt @ 2002-04-16 22:49 UTC (permalink / raw To: gentoo-dev On Tue, 2002-04-16 at 14:57, Terje Kvernes wrote: > Grant Goodyear <goodyea@clemson.edu> writes: > > > > USE="-tk" emerge scilab > > > > USE="-foo" is still not fixed, I'm afraid. Check back > > after the next portage release.... > > okay, but that means my ebuild is correct, does it not? (at least > those relevant bits that I posted... ;-) Hi! Historically, 'tcltk' was the USE flag for both tcl and tk. tcl and tk used to be in one package, but were split into separate packages a couple months ago. However, the 'tcltk' USE flag was never split to my knowledge, although it probably should be. Tis will require some work updating all the ebuilds with tcltk in them. Regards, tod ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] USE problems in ebuilds (was: Re: [gentoo-user] Re: the libpng problem) 2002-04-16 17:56 ` [gentoo-dev] USE problems in ebuilds (was: Re: [gentoo-user] Re: the libpng problem) Terje Kvernes 2002-04-16 19:38 ` Grant Goodyear @ 2002-04-16 21:41 ` Jared H. Hudson 1 sibling, 0 replies; 5+ messages in thread From: Jared H. Hudson @ 2002-04-16 21:41 UTC (permalink / raw To: gentoo-dev USE="-foo" or export USE="-foo" from the command line does not work currently. Daniel is working on the problem and will have it fixed soon. -Jared H. > and for testing I tried the command line: > > USE="-tk" emerge scilab > > now, the dependency-check comes out as it should, portage doesn't > start to grab TCL/TK. _but_ the "`use tk`" doesn't seem to notice > the USE="-tk" statement. I have "tk" listed as a USE-flag in > /etc/make.conf but I would _really_ expect Portage to ignore that > when I explicitly say that I don't want tk right now on the command > line. hopefully I'm doing something very stupid, can someone please > tell me how to deal with this? > > (sent to both gentoo-user and gentoo-dev, with reply set to > gentoo-dev) > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-04-16 22:50 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20020416054746.48350133.erichey2@attbi.com> [not found] ` <20020416171505.21617f86.Pierre-Henri.Jondot@wanadoo.fr> [not found] ` <wxx662rd03d.fsf@nommo.uio.no> 2002-04-16 17:56 ` [gentoo-dev] USE problems in ebuilds (was: Re: [gentoo-user] Re: the libpng problem) Terje Kvernes 2002-04-16 19:38 ` Grant Goodyear 2002-04-16 19:57 ` Terje Kvernes 2002-04-16 22:49 ` Tod M Neidt 2002-04-16 21:41 ` Jared H. Hudson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox