Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266777 - [gnome-overlay] dev-util/anjuta-2.26.1.0 fails to compile with -fomit-frame-pointer
Summary: [gnome-overlay] dev-util/anjuta-2.26.1.0 fails to compile with -fomit-frame-p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome2.26
  Show dependency tree
 
Reported: 2009-04-19 15:05 UTC by Florian Muellner
Modified: 2009-04-23 21:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Muellner 2009-04-19 15:05:50 UTC
dev-util/anjuta-2.26.1.0 fails to compile with the following error:

x86_64-pc-linux-gnu-gcc: -pg and -fomit-frame-pointer are incompatible
x86_64-pc-linux-gnu-gcc: -pg and -fomit-frame-pointer are incompatible
make[4]: *** [benchmark.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [readtags.o] Error 1

CFLAGS used: -march=athlon64 -O2 -pipe -fomit-frame-pointer

The package compiles without problems when the offending flag is removed. So the proposed solution would be to filter out the flag.

Reproducible: Always

Steps to Reproduce:
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-19 22:56:35 UTC
-fomit-frame-pointer is useless on amd64 architectures... Please paste your emerge --info
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-23 21:12:38 UTC
Fixed in overlay. Thanks for reporting.