Gentoo Archives: gentoo-amd64

From: Martin Bergstrand <martin@××××××××××.us>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] amd64 (arch) specific useflags.
Date: Thu, 04 Jan 2007 17:29:23
Message-Id: 200701041128.32435.martin@bergstrand.us
In Reply to: Re: [gentoo-amd64] amd64 (arch) specific useflags. by "Thomas Rösner"
1 On Thursday 04 January 2007 11:09 am, Thomas Rösner wrote:
2 > Martin Bergstrand wrote:
3 > > I suppose that this question is slightly off topic here since it doesn't
4 > > pertaion only to amd64 but different architectures in genereal.
5 > >
6 > > However amd64 is where I'm having my problem so here goes:
7 > >
8 > > How can I enable a USE flag, that is not available for amd64 for testing
9 > > purposes?
10 > >
11 > > In my case I want to experiment with the sybase/sybase-ct use flags so
12 > > that I can build the sybase functions for PHP5.
13 > > For some reason it has been decided that sybase doesn't run on amd64 so
14 > > the use flags have been disabled (even though 1, there is a version of
15 > > sybase ASE for amd64 and 2, freeTDS runs on amd64 and can connect to
16 > > sybase servers running on different machines).
17 >
18 > man portage[Enter]
19 > /package.use.force[Enter]
20 > n
21 >
22 > Cursor up/down for scrolling ;-)
23 >
24 > Regards,
25 > T.
26
27
28 Almost correct, but you got me in the right direction, thanks..
29
30 package.use.force still will not bring in a use flag that has been masked by
31 the profile, so you have to use use.mask an unmask the flag locally.
32
33 --
34 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] amd64 (arch) specific useflags. "Thomas Rösner" <Thomas.Roesner@××××××××××××××.de>