Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117120 - qcomicbook-0.2.5: ./configure can't find bnv_qt_test.c
Summary: qcomicbook-0.2.5: ./configure can't find bnv_qt_test.c
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-29 13:28 UTC by Thorsten Zantis
Modified: 2005-12-29 13:45 UTC (History)
0 users

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


Attachments
config.log (config.log,19.52 KB, text/plain)
2005-12-29 13:30 UTC, Thorsten Zantis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Zantis 2005-12-29 13:28:27 UTC
checking for Qt... yes:
    QT_CXXFLAGS=-I/usr/qt/3/include -DQT_THREAD_SUPPORT
    QT_DIR=/usr/qt/3
    QT_LIBS=-L/usr/qt/3/lib -lqt-mt  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi
    QT_UIC=/usr/qt/3/bin/uic
    QT_MOC=/usr/qt/3/bin/moc
checking correct functioning of Qt installation... cat: bnv_qt_test.c: No such file or directory
failure
configure: error: Failed to find matching components of a complete
                  Qt installation. Try using more options,
                  see ./configure --help.
Comment 1 Thorsten Zantis 2005-12-29 13:30:41 UTC
Created attachment 75752 [details]
config.log
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-12-29 13:32:16 UTC
`emerge --info`? It works for me:

checking for Qt... yes:
    QT_CXXFLAGS=-I/usr/qt/3/include -DQT_THREAD_SUPPORT
    QT_DIR=/usr/qt/3
    QT_LIBS=-L/usr/qt/3/lib -lqt-mt  -lSM -lICE  -lX11 -lXext -lXmu -lXt -lXi 
    QT_UIC=/usr/qt/3/bin/uic
    QT_MOC=/usr/qt/3/bin/moc
checking correct functioning of Qt installation... succes
Comment 3 Thorsten Zantis 2005-12-29 13:34:26 UTC
Wow, you're fast... I was just about to add it. :)

Portage 2.1_pre1 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r3, 2.6.14-gentoo-r4 i686)
=================================================================
System uname: 2.6.14-gentoo-r4 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.12.0_pre12
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
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.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -mtune=athlon-xp -pipe -Os"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -mtune=athlon-xp -pipe -Os"
DISTDIR="/var/tmp/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="en_IE@euro"
LC_ALL="en_IE@euro"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/var/tmp/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 3dnow X aac aalib alsa amuled apm arts audiofile avi berkdb bitmap-fonts browserplugin bzip2 cddb cdr crypt css cups curl dts dvd dvdr dvdread emboss encode exif expat fam ffmpeg flac foomaticdb fortran gdbm gif gimpprint glitz glut gnutls gphoto2 gstreamer gtk gtk2 gtkhtml hal idn imagemagick imlib java javascript jpeg kde lcms libg++ libwww live mad mikmod mmx mng motif mozilla mp3 mpeg musepack musicbrainz ncurses nls nptl nvidia ogg oggvorbis opengl oss pam pcre pdflib perl png python qt quicktime readline real remote sdl slang sqlite sse ssl svg tcpd tiff truetype truetype-fonts type1-fonts udev usb v4l v4l2 vcd visualization vorbis win32codecs wmf xine xml2 xprint xv xvid zlib elibc_glibc kernel_linux linguas_en userland_GNU"
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-12-29 13:39:35 UTC
Somethign strange is going on - your make.conf:

CXXFLAGS="-march=athlon-xp -mtune=athlon-xp -pipe -Os"

but in config.log:

-O2 -mcpu=i686 -pipe

Could you try without the -mcpu?
Comment 5 Thorsten Zantis 2005-12-29 13:45:18 UTC
That was it, thank you, I seem to have messed up my make.conf! Well, my first bug and it's entirely my fault, sorry...