I had problems compiling gnome in my system that uses the profile selinux-hardened, the problem was with Glimm whose solutions found in http://bugs.gentoo.org/show_bug.cgi?id=217112 # c5 where I was told to do:
gcc-config i686-pc-linux-gnu-3.4.6-hardenednossp & & source / etc / profile & & emerge -1 glibmm
After this glibmm will compile without any problems, but What are changing the configuration of gcc according to which the problem of glibmm can bring other problems to compile packages?
10-16-2008, 03:51 AM
Pavel Labushev
Change the configuration of gcc?
Ernesto Rodriguez Ortiz пишет:
> After this glibmm will compile without any problems, but What are changing the configuration of gcc according to which the problem of glibmm can bring other problems to compile packages?
If you need to disable SSP for glibmm only, there's no point in using
hardenednossp compiler specs all the time. So just switch the hardened
profile back right after glibmm compilation:
# gcc-config i686-pc-linux-gnu-3.4.6-hardened
You can use /etc/portage/env/package-category/package-name files to
alter portage environment on a per-package basis: