Re: [gentoo-user] Overriding environment variables per package

2015-01-15 Thread Alexander Kapshuk
On Thu, Jan 15, 2015 at 7:38 PM, Neil Bothwick wrote: > On Thu, 15 Jan 2015 16:36:08 +0200, Alexander Kapshuk wrote: > > > (3). cat package.env > > app-cdr/xfburn debug.conf > > (5). FEATURES="nostrip" emerge -av xfburn > > > > I've had to define FEATURES on the command line as shown in (5), for

Re: [gentoo-user] Overriding environment variables per package

2015-01-15 Thread Neil Bothwick
On Thu, 15 Jan 2015 16:36:08 +0200, Alexander Kapshuk wrote: > (3). cat package.env > app-cdr/xfburn debug.conf > (5). FEATURES="nostrip" emerge -av xfburn > > I've had to define FEATURES on the command line as shown in (5), for > nostrip to apply. For some reason, enabling the setting in > /etc/

Re: [gentoo-user] Overriding environment variables per package

2015-01-15 Thread netfab
Le 15/01/15 à 16:36, Alexander Kapshuk a tapoté : > CXXFALGS="${CFLAGS} typo. > I've had to define FEATURES on the command line as shown in (5), for > nostrip to apply. For some reason, enabling the setting in > /etc/portage/env/debug.conf did not seem to work for me. > > > Where did I go wron

[gentoo-user] Overriding environment variables per package

2015-01-15 Thread Alexander Kapshuk
Hello, As shown in the wiki articles shown below: https://wiki.gentoo.org/wiki//etc/portage/env https://wiki.gentoo.org/wiki/Knowledge_Base:Overriding_environment_variables_per_package I made the following provisions to debug a program that was segfaulting on my system: (1). mkdir -p /etc/portage