Re: [gentoo-user] Help working around a bug...

2020-04-26 Thread "Chris Phillips"@T O

Hi,

On 25/04/20 11:27 AM, Michael Orlitzky wrote:

On 4/25/20 11:20 AM, "Chris Phillips"@T O wrote:

How do I override the ./configure options for emerge  [-r] ?


If it's a one-time thing, you can set the EXTRA_ECONF environment
variable to contain the extra arguments to ./configure. The contents of
EXTRA_ECONF are appended to the end of the usual command, so yours
should take precedence. Just be sure to set it only while emerging
enchant (and not, for example, during emerge @world).





Thanks! That did the trick:

EXTRA_ECONF="--without-applespell --enable-relocatable" emerge --verbose 
app-text/enchant


Cheers!
Chris

Re: https://bugs.gentoo.org/show_bug.cgi?id=718634





Re: [gentoo-user] Help working around a bug...

2020-04-25 Thread Michael Orlitzky
On 4/25/20 11:20 AM, "Chris Phillips"@T O wrote:
> 
> How do I override the ./configure options for emergeĀ  [-r] ?
> 

If it's a one-time thing, you can set the EXTRA_ECONF environment
variable to contain the extra arguments to ./configure. The contents of
EXTRA_ECONF are appended to the end of the usual command, so yours
should take precedence. Just be sure to set it only while emerging
enchant (and not, for example, during emerge @world).



[gentoo-user] Help working around a bug...

2020-04-25 Thread "Chris Phillips"@T O

Hi
I am a relative newbee to GenToo (*though familiar with all sorts of 
Unix/Linux/BSD OS)

I am currently unable to complete a sync / build @world cycle because of a
bug building enchant-2.2.8 , compile fails because it doesn't recognize the
ObjC "@" syntax.  There is a bug filed :
https://bugs.gentoo.org/show_bug.cgi?id=718634
that has a suggested fix that looks appropriate:

./configure --without-applespell --without-aspell --enable-relocatable

(Not sure about the --without-aspell bit, and I think this bug may have 
some relation to

using GNUstep bits)

How do I override the ./configure options for emerge  [-r] ?

Chris

--