Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4475 - dev-db/postgresql and gcc3
Summary: dev-db/postgresql and gcc3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-03 05:27 UTC by Peter Simons
Modified: 2007-09-22 22:36 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 Peter Simons 2002-07-03 05:27:33 UTC
The ebuild file for postgresql specifies "--with-openssl=/usr" during the
configure stage. Unfortunately, this leads to "-I/usr/include" being added to
CFLAGS by the autoconf script, which in turn causes gcc3 to issue the dreaded
"seach path has been re-ordered" warning -- and that causes the configure script
not to find _any_ header file. Just remove the "/usr" parameter in the ebuild
file and postgres should build fine with gcc3 (and openssl).
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-07-03 09:49:50 UTC
Ah ha! I was just gawking at the same error :) Thanks for the report.
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2002-07-15 17:14:58 UTC
this is fixed in 7.2.1-r* i believe