Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 64005

Summary: x11-libs/qt-3.3.3-r1 fails to compile
Product: Gentoo Linux Reporter: Simon Stelling (RETIRED) <blubb>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Simon Stelling (RETIRED) gentoo-dev 2004-09-14 08:28:04 UTC
i have no idea what this could be as it's unconfirmed now (didn't found anybody who has the same problem)

g++ -c -pipe -I/usr/include/mysql -fno-exceptions -Wall -W -O2 -D_REENTRANT -fPIC -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DQT_NO_XINERAMA -DQT_DLOPEN_OPENGL -DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -I/var/tmp/portage/qt-3.3.3-r1/work/qt-x11-free-3.3.3/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I3rdparty/opentype -I../include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/qpngio.o kernel/qpngio.cpp
kernel/qmngio.cpp:58:20: libmng.h: No such file or directory
kernel/qmngio.cpp:85: error: expected `;' before '(' token
kernel/qmngio.cpp:114: error: expected `;' before "bool"
kernel/qmngio.cpp:114: error: expected `;' before '(' token
kernel/qmngio.cpp:131: error: expected `;' before "bool"
kernel/qmngio.cpp:131: error: expected `;' before '(' token
kernel/qmngio.cpp:142: error: expected `;' before "mng_ptr"
kernel/qmngio.cpp:142: error: `mng_ptr' does not name a type
kernel/qmngio.cpp:146: error: `mng_bool' does not name a type
kernel/qmngio.cpp:154: error: `mng_uint32' does not name a type
kernel/qmngio.cpp:158: error: expected `;' before '(' token
kernel/qmngio.cpp:168: error: expected `;' before "private"
kernel/qmngio.cpp:173: error: `mng_handle' does not name a type
kernel/qmngio.cpp: In constructor `QMNGFormat::QMNGFormat()':
kernel/qmngio.cpp:301: error: `handle' undeclared (first use this function)
kernel/qmngio.cpp:301: error: (Each undeclared identifier is reported only once for each function it appears in.)
kernel/qmngio.cpp: In destructor `virtual QMNGFormat::~QMNGFormat()':
kernel/qmngio.cpp:316: error: `handle' undeclared (first use this function)
kernel/qmngio.cpp:316: error: `mng_cleanup' undeclared (first use this function)
kernel/qmngio.cpp: At global scope:
kernel/qmngio.cpp:322: error: `mng_bool' does not name a type
kernel/qmngio.cpp:326: error: `mng_bool' does not name a type
kernel/qmngio.cpp:330: error: `mng_bool' does not name a type
kernel/qmngio.cpp:334: error: `mng_bool' does not name a type
kernel/qmngio.cpp:346: error: `mng_bool' does not name a type
kernel/qmngio.cpp:351: error: `mng_ptr' does not name a type
kernel/qmngio.cpp:355: error: `mng_bool' does not name a type
kernel/qmngio.cpp:363: error: `mng_uint32' does not name a type
kernel/qmngio.cpp:367: error: `mng_bool' does not name a type
kernel/qmngio.cpp:372: error: `mng_ptr' does not name a type
kernel/qmngio.cpp:376: error: variable or field `memfree' declared void
kernel/qmngio.cpp:376: error: `mng_ptr' was not declared in this scope
kernel/qmngio.cpp:376: error: `mng_size_t' was not declared in this scope
kernel/qmngio.cpp:377: error: initializer expression list treated as compound expression
kernel/qmngio.cpp:377: error: expected `,' or `;' before '{' token
kernel/qmngio.cpp: In member function `virtual int QMNGFormat::decode(QImage&, QImageConsumer*, const uchar*, int)':
kernel/qmngio.cpp:397: error: `handle' undeclared (first use this function)
kernel/qmngio.cpp:397: error: `mng_ptr' undeclared (first use this function)
kernel/qmngio.cpp:397: error: `::memalloc' has not been declared
kernel/qmngio.cpp:397: error: `mng_initialize' undeclared (first use this function)
kernel/qmngio.cpp:398: error: `MNG_TRUE' undeclared (first use this function)
kernel/qmngio.cpp:398: error: `mng_set_suspensionmode' undeclared (first use this function)
kernel/qmngio.cpp:399: error: `::openstream' has not been declared
kernel/qmngio.cpp:399: error: `mng_setcb_openstream' undeclared (first use this function)
kernel/qmngio.cpp:400: error: `::closestream' has not been declared
kernel/qmngio.cpp:400: error: `mng_setcb_closestream' undeclared (first use this function)
kernel/qmngio.cpp:401: error: `::readdata' has not been declared
kernel/qmngio.cpp:401: error: `mng_setcb_readdata' undeclared (first use this function)
kernel/qmngio.cpp:402: error: `::errorproc' has not been declared
kernel/qmngio.cpp:402: error: `mng_setcb_errorproc' undeclared (first use this function)
kernel/qmngio.cpp:403: error: `::processheader' has not been declared
kernel/qmngio.cpp:403: error: `mng_setcb_processheader' undeclared (first use this function)
kernel/qmngio.cpp:404: error: `::getcanvasline' has not been declared
kernel/qmngio.cpp:404: error: `mng_setcb_getcanvasline' undeclared (first use this function)
kernel/qmngio.cpp:405: error: `::refresh' has not been declared
kernel/qmngio.cpp:405: error: `mng_setcb_refresh' undeclared (first use this function)
kernel/qmngio.cpp:406: error: `::gettickcount' has not been declared
kernel/qmngio.cpp:406: error: `mng_setcb_gettickcount' undeclared (first use this function)
kernel/qmngio.cpp:407: error: `::settimer' has not been declared
kernel/qmngio.cpp:407: error: `mng_setcb_settimer' undeclared (first use this function)
kernel/qmngio.cpp:409: error: `mng_readdisplay' undeclared (first use this function)
kernel/qmngio.cpp:415: error: `mng_display_resume' undeclared (first use this function)
make[1]: *** [.obj/release-shared-mt/qmngio.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/qt-3.3.3-r1/work/qt-x11-free-3.3.3/src'
make: *** [sub-src] Error 2

Portage 2.0.51_pre23 (default-linux/amd64/gcc34-2004.2, gcc-3.4.1, glibc-2.3.4.20040808-r0, 2.6.7-gentoo-r14 x86_64)
=================================================================
System uname: 2.6.7-gentoo-r14 x86_64 AMD Opteron(tm) Processor 242
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.7-r4
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-g3 -O2 -pipe -march=k8"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-g3 -O2 -pipe -march=k8"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache cvs"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://mirror.switch.ch/mirror/gentoo/ ftp://mirror.switch.ch/mirror/gentoo/ ftp://ftp.solnet.ch/mirror/Gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/blubb/gentoo/gentoo-x86 /home/blubb/gentoo/bastel"
SYNC="rsync://buggy/gentoo-portage"
USE="X alsa amd64 apm avi bitmap-fonts bonobo bzlib cdr chroot crypt cups divx4linux dvd encode esd foomaticdb ftp gdbm gif gimp glx gnome gphoto2 gpm gtk gtk2 gtkhtml imlib java jpeg libg++ libwww mikmod mng motif mozdomi mozilla moznoirc moznomail moznoxft mozp3p mozsvg mpeg msn mysql ncurses nls oggvorbis opengl pam pdflib perl png posix python quicktime readline samba sdl sematicfix slang ssl svg tcltk tcpd threads tiff truetype xml xml2 xmms xsl xv zlib"
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2004-09-14 08:33:35 UTC
sorry, wrong hardware :) i think this is not a amd64-specific bug, so i assigned it to kde@.
Comment 2 Simon Stelling (RETIRED) gentoo-dev 2004-09-14 09:00:23 UTC
ok, if i would have read the very first message and if i would have checked my portage overlay, this bug wouldn't exist at all :D

(shame on me)