Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73152 - postgresql-7.4.6 does not compile with -fomit-frame-pointer
Summary: postgresql-7.4.6 does not compile with -fomit-frame-pointer
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-02 11:00 UTC by Christoph Brill (egore) (RESIGNED)
Modified: 2007-09-22 23:24 UTC (History)
2 users (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 Christoph Brill (egore) (RESIGNED) 2004-12-02 11:00:40 UTC
I had some major trouble updating postgresql today. I tried several things (revdep-rebuild, emerge -uDva world, etc.) and didn't get it compiled. I looked at my CFLAGS. The were "-O2 -march=athlon-xp -fomit-frame-pointer" and every time I emerged I got many unresolved referneces. I removed the "-fomit-frame-pointer" part and it cleanly compiled.

Maybe filter this flag to reduce bug reports?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Kim Pedersen 2005-10-25 01:53:07 UTC
As we have a new version in portage 8.0.3 which builds with
-fomit-frame-pointer, why not close this bug.
My emerge info:

Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2, 2.6.1
3-gentoo-r3 i686)
=================================================================
System uname: 2.6.13-gentoo-r3 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.6.13
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X1
1/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/
config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
 /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.gentoo.diku.dk/ http://mirror.uni-c.dk/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X alsa apm avi bash-completion berkdb bitmap-fonts cdr crypt eds emacs 
emboss encode fortran gdbm gif gpm gstreamer gtk gtk2 imagemagick imlib ipv6 jpe
g libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss p
am pdflib perl png postgres python quicktime readline sdl spell sse ssl tcpd tet
ex tiff truetype truetype-fonts type1-fonts udev vorbis xml2 xmms xv zlib userla
nd_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 2 Christoph Brill (egore) (RESIGNED) 2005-10-25 03:30:27 UTC
right. 8.0 is what I'm running right now and it also built with -fomit-frame-pointer

I'll close it. If anyone objects, feel free to reopen it.