Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34916 - unixODBC-2.2.6 fails to compile (gnome related)
Summary: unixODBC-2.2.6 fails to compile (gnome related)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-02 12:35 UTC by Andrei Ivanov
Modified: 2004-02-10 21:25 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 Andrei Ivanov 2003-12-02 12:35:33 UTC
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"
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2003-12-02 16:09:46 UTC
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?
Comment 2 Andrei Ivanov 2003-12-02 22:42:32 UTC
I don't have gnome-libs installed (only libgnome-2.4.0).
Comment 3 Rasheed Abdal-Aziz 2003-12-07 18:10:51 UTC
I had the same problem, emerged gnome-libs and everything is fine. However, shouldn't this be a dependancy?
Comment 4 Andrei Ivanov 2003-12-07 23:12:10 UTC
Maybe, but the USE flag should be changed, because gtk doesn't imply gnome...
Comment 5 Peter Triller 2003-12-15 07:18:03 UTC
with me a USE="-gtk" didnt solve the problem.
I had to do a USE="-gtk -qt" to get it to compile
Comment 6 Ryan Phillips (RETIRED) gentoo-dev 2004-02-10 21:25:47 UTC
Committed the changes... Please test.