Gentoo: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 11: | Zeile 11: | ||
[http://bugs.gentoo.org/show_bug.cgi?id=180834] #180834 - 'dev-libs/'''gmp'''-4.2.1-r1 - TEST "t_import" fails with "-funroll-loops"/"-O3"' - '''Fix''': CFLAGS in /etc/[[Make.conf|make.conf]] with ''-Wunsafe-loop-optimizations'' | [http://bugs.gentoo.org/show_bug.cgi?id=180834] #180834 - 'dev-libs/'''gmp'''-4.2.1-r1 - TEST "t_import" fails with "-funroll-loops"/"-O3"' - '''Fix''': CFLAGS in /etc/[[Make.conf|make.conf]] with ''-Wunsafe-loop-optimizations'' | ||
media-libs/'''freeglut''' - stops compiling over loop-opt warning (-Wall -pedantic) - explicitly without ''-Wunsafe-loop-optimizations'' | |||
'''glib'''/'''libtool'''/'''guile''' - 'compilation / test problems' - '''Fix''': in /etc/env.d/99local include "export SED=sed" | '''glib'''/'''libtool'''/'''guile''' - 'compilation / test problems' - '''Fix''': in /etc/env.d/99local include "export SED=sed" |
Version vom 8. Juni 2007, 08:10 Uhr
Bugs: (~x86)
[1] #144419 - 'binutils-2.17 ld fails tests with FEATURES="test"' - Fix: FEATURES="-test ..." in /etc/portage/env/sys-devel/binutils
[2] #164266 - 'dev-scheme/guile-1.8.1-r1 fails test' - Fix: USE in /etc/make.conf with regex and networking
[3] #178028 - 'sys-fs/e2fsprogs-1.40_pre20070411 fails 'expanding lost+found' test' - - Fix: FEATURES="-test ..." in /etc/portage/env/sys-fs/e2fsprogs (or ext2/ext3 as fstype)
[4] #180412 - 'sys-apps/findutils-4.3.6-r1 - TEST "fprint-unwritable.exp" fails' - Fix: FEATURES="-test ..." in /etc/portage/env/sys-apps/findutils
[5] #180834 - 'dev-libs/gmp-4.2.1-r1 - TEST "t_import" fails with "-funroll-loops"/"-O3"' - Fix: CFLAGS in /etc/make.conf with -Wunsafe-loop-optimizations
media-libs/freeglut - stops compiling over loop-opt warning (-Wall -pedantic) - explicitly without -Wunsafe-loop-optimizations
glib/libtool/guile - 'compilation / test problems' - Fix: in /etc/env.d/99local include "export SED=sed"
Hints:
/etc/portage/env/no-something.features/cflags as template for symlinks to /etc/portage/env/package-name/program-symlink
ln -s /etc/portage/env/no-test.features /etc/portage/env/sys-apps/findutils echo "FEATURES=\"ccache distcc -test sandbox\"" >/etc/portage/env/no-test.features ln -s /etc/portage/env/no-test.cflags /etc/portage/env/media-libs/freeglut echo "CFLAGS=\"-march=pentium4m -O3 -pipe -Wall -pedantic\"" >/etc/portage/env/no-loop-opt.cflags
Config: /etc/make.conf