Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7286 - app-admin/kportage-0.5 did not complete successfully
Summary: app-admin/kportage-0.5 did not complete successfully
Status: RESOLVED DUPLICATE of bug 6403
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Hannes Mehnert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-31 04:46 UTC by teidakankan
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 teidakankan 2002-08-31 04:46:37 UTC
/usr/qt/3/include/qlayout.h:378: candidates are: void
QBoxLayout::addWidget(QWidget *, int = 0, int = 0)
use.cpp:71: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.cpp:72: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.cpp:73: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.cpp:75: no matching function for call to `QGridLayout::addWidget (KListView
*&, int, int)'
/usr/qt/3/include/qlayout.h:323: candidates are: void
QGridLayout::addWidget(QWidget *, int, int, int = 0)
use.cpp:80: no matching function for call to `Use::connect (KPushButton *&,
const char[11], Use *, const char[14])'
/usr/qt/3/include/qobject.h:112: candidates are: static bool
QObject::connect(const QObject *, const char *, const QObject *, const char *)
/usr/qt/3/include/qobject.h:208:                 bool QObject::connect(const
QObject *, const char *, const char *) const
use.cpp:81: no matching function for call to `Use::connect (KPushButton *&,
const char[11], Use *, const char[16])'
/usr/qt/3/include/qobject.h:112: candidates are: static bool
QObject::connect(const QObject *, const char *, const QObject *, const char *)
/usr/qt/3/include/qobject.h:208:                 bool QObject::connect(const
QObject *, const char *, const char *) const
make[3]: *** [use.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kportage-0.5/work/kportage-0.5/kportage/config'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kportage-0.5/work/kportage-0.5/kportage'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kportage-0.5/work/kportage-0.5'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -6213, Exitcode 2
!!! died running emake, kde_src_compile:make
Comment 1 Maurizio Disimino 2002-08-31 05:02:08 UTC
portage version ? gcc version ? profile used ? (ls -l /etc/make.profile)
gcc flags ?

btw, kportage-0.5 compile fine here (gcc3.2, default-x86-2.0)
please make sure your local copy of the portage tree is updated.
this means emerge rsync and try again.
Comment 2 Michiel de Bruijne 2002-08-31 06:02:44 UTC
I'm not the original poster but I have the same problem: 
emerge -s portage 
[ Results for search key : portage ] 
[ Applications found : 4 ] 
 
*  app-admin/kportage 
      Latest version Available: 0.5 
      Latest version Installed: 0.4.2 
      Homepage: http://www.freesoftware.fsf.org/kportage/ 
      Description: A graphical frontend for portage 
 
*  app-admin/kportagemaster 
      Latest version Available: 0.4.2 
      Latest version Installed: [ Not Installed ] 
      Homepage: http://user.cs.tu-berlin.de/~mehnert/ 
      Description: A graphical frontend for emerge 
 
*  sys-apps/portage 
      Latest version Available: 2.0.33_p1 
      Latest version Installed: 2.0.33_p1 
      Homepage: http://www.gentoo.org 
      Description: Portage ports system 
 
 
emerge -s gcc 
Searching... 
[ Results for search key : gcc ] 
[ Applications found : 2 ] 
 
*  sys-devel/gcc 
      Latest version Available: 2.95.3-r7 
      Latest version Installed: 2.95.3-r7 
      Homepage: http://www.gnu.org/software/gcc/gcc.html 
      Description: Modern GCC C/C++ compiler and an included, upgraded version 
of texinfo to boot 
 
 
ls -l /etc/make.profile 
lrwxrwxrwx    1 root     root           35 Jul 31 20:10 /etc/make.profile -> 
../usr/portage/profiles/default-1.0 
 
 
cat /etc/make.conf 
# Copyright 2000-2002 Daniel Robbins, Gentoo Technologies, Inc. 
# Contains local system settings for Portage system 
 
# Build-time functionality 
# ======================== 
# 
# The USE variable is used to enable optional build-time functionality. For 
# example, quite a few packages have optional X, gtk or GNOME functionality 
# that can only be enabled or disabled at compile-time. Gentoo Linux has a 
# very extensive set of USE variables described in our USE variable HOWTO at 
# http://www.gentoo.org/doc/use-howto.html 
# 
# Example: 
#USE="X gtk gnome -alsa" 
 
 
USE="-alsa" 
 
 
# Host Setting 
# ============ 
# 
# If you are using a Pentium Pro or greater processor, leave this line as-is; 
# otherwise, change to i586, i486 or i386 as appropriate. All modern systems 
# (even Athlons) should use "i686-pc-linux-gnu" 
 
 
CHOST="i686-pc-linux-gnu" 
 
 
# Host and optimization settings 
# ============================== 
# 
# For optimal performance, enable a CFLAGS setting appropriate for your CPU 
# 
# -mcpu=<cpu-type> means optimize code for the particular type of CPU without 
# breaking compatibility with other CPUs. 
# 
# -march=<cpu-type> means to take full advantage of the ABI and instructions 
# for the particular CPU; this will break compatibility with older CPUs (for 
# example, -march=athlon-xp code will not run on a regular Athlon, and 
# -march=i686 code will not run on a Pentium Classic. 
# 
# CPU types supported in gcc-3.2 and higher: athlon-xp, athlon-mp, athlon-4, 
# athlon-tbird, athlon, duron, k6, k6-2, k6-3, i386, i486, i586 (Pentium), i686 
# (Pentium Pro), pentium, pentium-mmx, pentiumpro, pentium2, pentium3, and 
# pentium4. Note that Gentoo Linux 1.4 and higher include at least gcc-3.2. 
# 
# CPU types supported in gcc-2.95*: k6, i386, i486, i586 (Pentium), i686 
# (Pentium Pro), pentium, pentiumpro Gentoo Linux 1.2 and below use gcc-2.95* 
# 
# Decent examples: 
# 
#CFLAGS="-mcpu=athlon-xp -O3 -pipe" 
#CFLAGS="-march=pentium3 -O3 -pipe" 
 
 
CFLAGS="-march=i686 -O3 -pipe" 
 
 
# If you set a CFLAGS above, then this line will set your default C++ flags to 
# the same settings. If you don't set a CFLAGS above, then comment this line 
out. 
 
 
CXXFLAGS="${CFLAGS}" 
 
 
# Fetching files 
# ============== 
# 
# If you need to set a proxy for wget or lukemftp, add the appropriate "export 
# ftp_proxy=<proxy>" and "export http_proxy=<proxy>" lines to /etc/profile if 
# all users on your system should use them. 
# 
# Portage uses wget by default. Here are some settings for some alternate 
# downloaders -- note that you need to merge these programs first before they 
# will be available. 
# 
# Lukemftp (BSD ftp): 
#FETCHCOMMAND="/usr/bin/lukemftp -s -a -o \${DISTDIR}/\${FILE} \${URI}" 
#RESUMECOMMAND="usr/bin/lukemftp -s -a -R -o \${DISTDIR}/\${FILE} \${URI}" 
# 
# Prozilla (turbo downloader) 
#FETCHCOMMAND='/usr/bin/proz --no-getch -s ${URI} -P ${DISTDIR}' 
 
 
Comment 3 Sebastian Kratzert 2002-08-31 15:21:20 UTC
Hi  Can you post the first lines, *before* the error? This is necessary see whats the real error here. 
Comment 4 teidakankan 2002-08-31 16:10:31 UTC
Here is the previous requested information:

portage version : 2.0.33_p1

gcc version: 2.95.3-r7

profile used: lrwxrwxrwx    1 root     root           35 Jul 31 00:26
/etc/make.profile -> ../usr/portage/profiles/default-1.0

gcc flags: (I hope this is what you were looking for)

# Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon exclusive (binaries
# will use the P6 instruction set and only run on P6+ systems)
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CXXFLAGS="-march=i686 -O3 -pipe





Here is the entire build attempt:

Calculating world dependencies ...done!
>>> emerge app-admin/kportage-0.5 to /
>>> md5 ;-) kportage-0.5.tar.bz2
>>> Unpacking source...
>>> Unpacking kportage-0.5.tar.bz2
>>> Source unpacked.
qtmt
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc  -march=i686 -O3 -pipe ) works... yes
checking whether the C compiler (gcc  -march=i686 -O3 -pipe ) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... c++
checking whether the C++ compiler (c++  -march=i686 -O3 -pipe ) works... yes
checking whether the C++ compiler (c++  -march=i686 -O3 -pipe ) is a
cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking whether c++ supports -fno-exceptions... yes
checking whether c++ supports -fno-check-new... yes
checking whether c++ supports -fexceptions... yes
checking how to run the C++ preprocessor... c++ -E
checking whether c++ supports -frepo... yes
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for ranlib... ranlib
checking for strip... strip
checking for Cygwin environment... no
checking for mingw32 environment... no
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 73729
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dlopen in -ldl... yes
checking for dlfcn.h... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
creating libtool
updating cache ./config.cache
loading cache ./config.cache
loading cache ./config.cache within ltconfig
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
ltcf-cxx: with_gcc=yes ; with_gnu_ld=yes
checking for objdir... .libs
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
finding the maximum length of command line arguments... (cached) 73729
checking if c++ supports -c -o file.o... (cached) yes
checking if c++ supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
appending configuration tag "CXX" to libtool
checking for object suffix... o
checking for executable suffix... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for res_init... no
checking for killpg in -lucb... no
checking size of int... 4
checking size of long... 4
checking size of char *... 4
checking size of char... 1
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for X... libraries /usr/X11R6/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for Xinerama... yes
checking for pthread_create in -lpthread... yes
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/kde/3/lib, headers /usr/kde/3/include
checking for KDE paths... defaults
checking for dcopidl... /usr/kde/3/bin/dcopidl
checking for dcopidl2cpp... /usr/kde/3/bin/dcopidl2cpp
checking for mcopidl... /usr/kde/3/bin/mcopidl
checking for artsc-config... /usr/kde/3/bin/artsc-config
checking for kde-config... /usr/kde/3/bin/kde-config
checking for meinproc... /usr/kde/3/bin/meinproc
checking if doc should be compiled... yes
checking if kportage should be compiled... yes
checking if po should be compiled... yes
updating cache ./config.cache
creating ./config.status
fast creating ./Makefile
fast creating doc/Makefile
fast creating doc/en/Makefile
fast creating kportage/Makefile
fast creating kportage/config/Makefile
fast creating kportage/images/Makefile
fast creating kportage/processes/Makefile
fast creating po/Makefile
creating config.h
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/kportage-0.5/work/kportage-0.5'
Making all in kportage
make[2]: Entering directory
`/var/tmp/portage/kportage-0.5/work/kportage-0.5/kportage'
Making all in images
make[3]: Entering directory
`/var/tmp/portage/kportage-0.5/work/kportage-0.5/kportage/images'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/var/tmp/portage/kportage-0.5/work/kportage-0.5/kportage/images'
Making all in processes
make[3]: Entering directory
`/var/tmp/portage/kportage-0.5/work/kportage-0.5/kportage/processes'
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procunmerge.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procrsync.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procpretend.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procinject.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c processes.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c processbase.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procemerge.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procclean.cpp
/usr/qt/3/bin/moc ./processbase.h -o processbase.moc.cpp
/usr/qt/3/bin/moc ./processes.h -o processes.moc.cpp
/usr/qt/3/bin/moc ./procclean.h -o procclean.moc.cpp
/usr/qt/3/bin/moc ./procrsync.h -o procrsync.moc.cpp
/usr/qt/3/bin/moc ./procemerge.h -o procemerge.moc.cpp
/usr/qt/3/bin/moc ./procpretend.h -o procpretend.moc.cpp
/usr/qt/3/bin/moc ./procunmerge.h -o procunmerge.moc.cpp
/usr/qt/3/bin/moc ./procinject.h -o procinject.moc.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c processbase.moc.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c processes.moc.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procclean.moc.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procrsync.moc.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procemerge.moc.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procpretend.moc.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procunmerge.moc.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c procinject.moc.cpp
creating libprocesses_a_meta_unload.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c libprocesses_a_meta_unload.cpp
rm -f libprocesses.a
ar cru libprocesses.a procunmerge.o procrsync.o procpretend.o procinject.o
processes.o processbase.o procemerge.o procclean.o processbase.moc.o
processes.moc.o procclean.moc.o procrsync.moc.o procemerge.moc.o
procpretend.moc.o procunmerge.moc.o procinject.moc.o libprocesses_a_meta_unload.o
ranlib libprocesses.a
make[3]: Leaving directory
`/var/tmp/portage/kportage-0.5/work/kportage-0.5/kportage/processes'
Making all in config
make[3]: Entering directory
`/var/tmp/portage/kportage-0.5/work/kportage-0.5/kportage/config'
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c config.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c configdialog.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c parsemakeconfs.cpp
/usr/qt/3/bin/moc net.h -o net.moc
/usr/qt/3/bin/moc use.h -o use.moc
/usr/qt/3/bin/moc other.h -o other.moc
/usr/qt/3/bin/moc buildopts.h -o buildopts.moc
/usr/qt/3/bin/moc path.h -o path.moc
/usr/qt/3/bin/moc ./config.h -o config.moc.cpp
rm -f net.cpp
echo '#include <klocale.h>' > net.cpp
/usr/qt/3/bin/uic -L /usr/kde/3/lib/kde3/plugins/designer -nounload -tr tr2i18n
-i net.h ./net.ui | sed -e "s,tr2i18n( \"\" ),QString::null,g" | sed -e
"s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e
"s,image\([0-9][0-9]*\)_data,img\1_net,g" >> net.cpp || rm -f net.cpp
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins//designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins//designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
echo '#include "net.moc"' >> net.cpp
rm -f use.cpp
echo '#include <klocale.h>' > use.cpp
/usr/qt/3/bin/uic -L /usr/kde/3/lib/kde3/plugins/designer -nounload -tr tr2i18n
-i use.h ./use.ui | sed -e "s,tr2i18n( \"\" ),QString::null,g" | sed -e
"s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e
"s,image\([0-9][0-9]*\)_data,img\1_use,g" >> use.cpp || rm -f use.cpp
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins//designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins//designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
echo '#include "use.moc"' >> use.cpp
rm -f other.cpp
echo '#include <klocale.h>' > other.cpp
/usr/qt/3/bin/uic -L /usr/kde/3/lib/kde3/plugins/designer -nounload -tr tr2i18n
-i other.h ./other.ui | sed -e "s,tr2i18n( \"\" ),QString::null,g" | sed -e
"s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e
"s,image\([0-9][0-9]*\)_data,img\1_other,g" >> other.cpp || rm -f other.cpp
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins//designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins//designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
echo '#include "other.moc"' >> other.cpp
rm -f buildopts.cpp
echo '#include <klocale.h>' > buildopts.cpp
/usr/qt/3/bin/uic -L /usr/kde/3/lib/kde3/plugins/designer -nounload -tr tr2i18n
-i buildopts.h ./buildopts.ui | sed -e "s,tr2i18n( \"\" ),QString::null,g" | sed
-e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e
"s,image\([0-9][0-9]*\)_data,img\1_buildopts,g" >> buildopts.cpp || rm -f
buildopts.cpp
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins//designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins//designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
echo '#include "buildopts.moc"' >> buildopts.cpp
rm -f path.cpp
echo '#include <klocale.h>' > path.cpp
/usr/qt/3/bin/uic -L /usr/kde/3/lib/kde3/plugins/designer -nounload -tr tr2i18n
-i path.h ./path.ui | sed -e "s,tr2i18n( \"\" ),QString::null,g" | sed -e
"s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e
"s,image\([0-9][0-9]*\)_data,img\1_path,g" >> path.cpp || rm -f path.cpp
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins//designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins//designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
fcntl: Bad file descriptor
fcntl: Bad file descriptor
fcntl: Bad file descriptor
QSettings::sync: failed to open '/root/.qt/qt_plugins_3.0rc' for writing
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:
  Plugin uses incompatible Qt library!
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.*
full-config".
echo '#include "path.moc"' >> path.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c config.moc.cpp
creating libconfig_a_meta_unload.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c net.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include -I.
  -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3
-pipe -fno-exceptions -fno-check-new  -c use.cpp
In file included from net.cpp:17:
net.ui.h: In method `const class QString Net::fetchCommand()':
net.ui.h:12: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `const class QString Net::ftpProxy()':
net.ui.h:17: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `const class QString Net::httpProxy()':
net.ui.h:22: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `const class QString Net::resumeCommand()':
net.ui.h:27: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `const class QString Net::rsyncProxy()':
net.ui.h:32: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `const class QString Net::sync()':
net.ui.h:37: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `void Net::setHttpProxy(const QString &)':
net.ui.h:42: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `void Net::setRsyncProxy(const QString &)':
net.ui.h:48: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `void Net::setFtpProxy(const QString &)':
net.ui.h:53: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `void Net::setSync(const QString &)':
net.ui.h:58: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `void Net::setFetchCommand(const QString &)':
net.ui.h:63: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `void Net::setResumeCommand(const QString &)':
net.ui.h:68: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `const class QStringList Net::gentooMirrors()':
net.ui.h:73: invalid use of undefined type `class KEditListBox'
net.h:17: forward declaration of `class KEditListBox'
net.ui.h: In method `void Net::setGentooMirrors(const QStringList &)':
net.ui.h:78: invalid use of undefined type `class KEditListBox'
net.h:17: forward declaration of `class KEditListBox'
net.ui.h: In method `void Net::init()':
net.ui.h:87: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h:91: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.ui.h: In method `void Net::clean()':
net.ui.h:96: invalid use of undefined type `class KEditListBox'
net.h:17: forward declaration of `class KEditListBox'
net.cpp: In method `Net::Net(QWidget * = 0, const char * = 0, unsigned int = 0)':
net.cpp:32: invalid use of undefined type `class KEditListBox'
net.h:17: forward declaration of `class KEditListBox'
net.cpp:33: invalid use of undefined type `class KEditListBox'
net.h:17: forward declaration of `class KEditListBox'
net.cpp:35: no matching function for call to `QGridLayout::addMultiCellWidget
(KEditListBox *&, int, int, int, int)'
/usr/qt/3/include/qlayout.h:325: candidates are: void
QGridLayout::addMultiCellWidget(QWidget *, int, int, int, int, int = 0)
net.cpp:42: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.cpp:43: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.cpp:45: no matching function for call to `QGridLayout::addWidget
(KHistoryCombo *&, int, int)'
/usr/qt/3/include/qlayout.h:323: candidates are: void
QGridLayout::addWidget(QWidget *, int, int, int = 0)
net.cpp:52: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.cpp:54: no matching function for call to `QGridLayout::addWidget
(KHistoryCombo *&, int, int)'
/usr/qt/3/include/qlayout.h:323: candidates are: void
QGridLayout::addWidget(QWidget *, int, int, int = 0)
net.cpp:61: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.cpp:63: no matching function for call to `QGridLayout::addWidget
(KHistoryCombo *&, int, int)'
/usr/qt/3/include/qlayout.h:323: candidates are: void
QGridLayout::addWidget(QWidget *, int, int, int = 0)
net.cpp:70: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.cpp:72: no matching function for call to `QGridLayout::addWidget
(KHistoryCombo *&, int, int)'
/usr/qt/3/include/qlayout.h:323: candidates are: void
QGridLayout::addWidget(QWidget *, int, int, int = 0)
net.cpp:74: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.cpp:76: no matching function for call to `QGridLayout::addWidget
(KHistoryCombo *&, int, int)'
/usr/qt/3/include/qlayout.h:323: candidates are: void
QGridLayout::addWidget(QWidget *, int, int, int = 0)
net.cpp:88: invalid use of undefined type `class KHistoryCombo'
net.h:18: forward declaration of `class KHistoryCombo'
net.cpp:90: no matching function for call to `QGridLayout::addWidget
(KHistoryCombo *&, int, int)'
/usr/qt/3/include/qlayout.h:323: candidates are: void
QGridLayout::addWidget(QWidget *, int, int, int = 0)
make[3]: *** [net.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from use.cpp:19:
use.ui.h: In method `void Use::init()':
use.ui.h:12: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h:13: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h: In method `void Use::addUseItem(QString &, QString &, bool)':
use.ui.h:19: `QCheckListItem' undeclared (first use this function)
use.ui.h:19: (Each undeclared identifier is reported only once
use.ui.h:19: for each function it appears in.)
use.ui.h:19: `foo' undeclared (first use this function)
use.ui.h:19: parse error before `('
use.ui.h: In method `void Use::addUseOrderItem(QString &, bool)':
use.ui.h:26: parse error before `('
use.ui.h: In method `const class QStringList Use::getUseItems()':
use.ui.h:33: `QListViewItemIterator' undeclared (first use this function)
use.ui.h:33: parse error before `('
use.ui.h:33: `it' undeclared (first use this function)
use.ui.h:34: parse error before `)'
use.ui.h: In method `const class QStringList Use::getUseOrder()':
use.ui.h:42: parse error before `('
use.ui.h:43: parse error before `)'
use.ui.h: In method `void Use::up_clicked()':
use.ui.h:51: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h:51: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h:52: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h:53: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h:53: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h:55: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h:55: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h: In method `void Use::down_clicked()':
use.ui.h:62: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h:62: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h: In method `void Use::clean()':
use.ui.h:68: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.ui.h:69: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.cpp: In method `Use::Use(QWidget * = 0, const char * = 0, unsigned int = 0)':
use.cpp:42: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.cpp:43: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.cpp:45: no matching function for call to `QGridLayout::addWidget (KListView
*&, int, int)'
/usr/qt/3/include/qlayout.h:323: candidates are: void
QGridLayout::addWidget(QWidget *, int, int, int = 0)
use.cpp:49: invalid use of undefined type `class KPushButton'
use.h:18: forward declaration of `class KPushButton'
use.cpp:50: invalid use of undefined type `class KPushButton'
use.h:18: forward declaration of `class KPushButton'
use.cpp:51: no matching function for call to `QHBoxLayout::addWidget
(KPushButton *&)'
/usr/qt/3/include/qlayout.h:378: candidates are: void
QBoxLayout::addWidget(QWidget *, int = 0, int = 0)
use.cpp:53: invalid use of undefined type `class KPushButton'
use.h:18: forward declaration of `class KPushButton'
use.cpp:54: invalid use of undefined type `class KPushButton'
use.h:18: forward declaration of `class KPushButton'
use.cpp:55: no matching function for call to `QHBoxLayout::addWidget
(KPushButton *&)'
/usr/qt/3/include/qlayout.h:378: candidates are: void
QBoxLayout::addWidget(QWidget *, int = 0, int = 0)
use.cpp:71: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.cpp:72: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.cpp:73: invalid use of undefined type `class KListView'
use.h:17: forward declaration of `class KListView'
use.cpp:75: no matching function for call to `QGridLayout::addWidget (KListView
*&, int, int)'
/usr/qt/3/include/qlayout.h:323: candidates are: void
QGridLayout::addWidget(QWidget *, int, int, int = 0)
use.cpp:80: no matching function for call to `Use::connect (KPushButton *&,
const char[11], Use *, const char[14])'
/usr/qt/3/include/qobject.h:112: candidates are: static bool
QObject::connect(const QObject *, const char *, const QObject *, const char *)
/usr/qt/3/include/qobject.h:208:                 bool QObject::connect(const
QObject *, const char *, const char *) const
use.cpp:81: no matching function for call to `Use::connect (KPushButton *&,
const char[11], Use *, const char[16])'
/usr/qt/3/include/qobject.h:112: candidates are: static bool
QObject::connect(const QObject *, const char *, const QObject *, const char *)
/usr/qt/3/include/qobject.h:208:                 bool QObject::connect(const
QObject *, const char *, const char *) const
make[3]: *** [use.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kportage-0.5/work/kportage-0.5/kportage/config'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kportage-0.5/work/kportage-0.5/kportage'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kportage-0.5/work/kportage-0.5'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -6213, Exitcode 2
!!! died running emake, kde_src_compile:make
Comment 5 Hannes Mehnert (RETIRED) gentoo-dev 2002-08-31 19:28:51 UTC
Is kde-env installed? reinstall it, login again and try to emerge kportage. 
Comment 6 Hannes Mehnert (RETIRED) gentoo-dev 2002-08-31 19:42:46 UTC
Sorry, please emerge qt again, if this does not work, emerge kdelibs again. 
Please post which solved the problem (I got the same, fixed it with remerging 
qt or kdelibs, can't remember). 
The following line is the error:   
 
Conflict in /usr/kde/3/lib/kde3/plugins/designer/kdewidgets.so:  
  Plugin uses incompatible Qt library!  
  expected build key "g++-2.95.* full-config", got "i686 Linux g++-2.95.* 
full-config". 
Comment 7 teidakankan 2002-08-31 21:16:05 UTC
Solved.

* tried re-emerging qt-3.0.5-r2 first.  No change.

* re-emerging kdelibs-3.0.3 fixed the problem. kportage-0.5 emerged OK afterwards.

Thanks for your prompt response and hard work.  Using Gentoo has and continues
to be a great experience!
Comment 8 SpanKY gentoo-dev 2002-08-31 23:10:42 UTC
http://bugs.gentoo.org/show_bug.cgi?id=6403#c7

*** This bug has been marked as a duplicate of 6403 ***
Comment 9 Hannes Mehnert (RETIRED) gentoo-dev 2002-09-01 04:52:49 UTC
is not the same bug as #6403, but it is fixed, so I will leave it as RESOLVED 
DUPLICATE.