Bug 34916 - unixODBC-2.2.6 fails to compile (gnome related)
|
Bug#:
34916
|
Product: Gentoo Linux
|
Version: 1.4
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: rphillips@gentoo.org
|
Reported By: andrei.ivanov@gmail.com
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: unixODBC-2.2.6 fails to compile (gnome related)
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-12-02 12:35 0000
|
make[1]: Leaving directory
`/var/tmp/portage/unixODBC-2.2.6/work/unixODBC-2.2.6/samples'
make[1]: Entering directory
`/var/tmp/portage/unixODBC-2.2.6/work/unixODBC-2.2.6'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory
`/var/tmp/portage/unixODBC-2.2.6/work/unixODBC-2.2.6'
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by
gnome-libs install
!!! ERROR: dev-db/unixODBC-2.2.6 failed.
!!! Function src_compile, Line 42, Exitcode 1
!!! (no error message)
Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9,
2.6.0-test9-mm4)
=================================================================
System uname: 2.6.0-test9-mm4 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer -fprefetch-loop-arrays
-ffast-math -fforce-addr -falign-functions=4"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer -fprefetch-loop-arrays
-ffast-math -fforce-addr -falign-functions=4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp.uninett.no/pub/linux/Gentoo
http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X aalib acl acpi alsa apache2 arts avi berkdb bonobo cdr crypt cups
curl dga dvd dvdr encode esd evo foomaticdb freetds gd gdbm gif gnomedb gnutls
gphoto2 gpm gstreamer gtk gtk2 gtkhtml imap imlib innodb java jpeg lcms ldap
libgda libwww mad maildir mcal mdb memlimit mikmod mmx mozilla mozsvg mpeg
mysql ncurses nptl oci8 oggvorbis opengl oss pam pdflib pg-hier pic png
postgres python qt quicktime readline samba scanner sdl slang slp spell ssl
tcpd tiff truetype usb wmf wxwindows x86 xml xml2 xv zlib"
gnomeConf.sh is installed with gnome-libs. I am running gnome-libs-1.4.2 and
gnomeConf.sh is found perfectly fine. What version of gnome-libs are you
running?
I don't have gnome-libs installed (only libgnome-2.4.0).
I had the same problem, emerged gnome-libs and everything is fine. However,
shouldn't this be a dependancy?
Maybe, but the USE flag should be changed, because gtk doesn't imply gnome...
with me a USE="-gtk" didnt solve the problem.
I had to do a USE="-gtk -qt" to get it to compile
Committed the changes... Please test.