Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120538 - error emerging dbus 0.60-r3 in QT
Summary: error emerging dbus 0.60-r3 in QT
Status: RESOLVED DUPLICATE of bug 116582
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-27 08:02 UTC by Helge Haugland
Modified: 2006-01-27 08:04 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 Helge Haugland 2006-01-27 08:02:53 UTC
Making all in qt
make[2]: Entering directory `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/qt'
/usr/bin/moc -o qdbusconnection.moc ../qt/qdbusconnection_p.h
if /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore   -DDBUS_COMPILATION  -DDBUS_API_SUBJECT_TO_CHANGE=1   -O2 -march=k8 -MT qdbuserror.lo -MD -MP -MF ".deps/qdbuserror.Tpo" -c -o qdbuserror.lo `test -f '../qt/qdbuserror.cpp' || echo './'`../qt/qdbuserror.cpp; \
then mv -f ".deps/qdbuserror.Tpo" ".deps/qdbuserror.Plo"; else rm -f ".deps/qdbuserror.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore   -DDBUS_COMPILATION  -DDBUS_API_SUBJECT_TO_CHANGE=1   -O2 -march=k8 -MT qdbusintegrator.lo -MD -MP -MF ".deps/qdbusintegrator.Tpo" -c -o qdbusintegrator.lo `test -f '../qt/qdbusintegrator.cpp' || echo './'`../qt/qdbusintegrator.cpp; \
then mv -f ".deps/qdbusintegrator.Tpo" ".deps/qdbusintegrator.Plo"; else rm -f ".deps/qdbusintegrator.Tpo"; exit 1; fi
mkdir .libs
 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DDBUS_COMPILATION -DDBUS_API_SUBJECT_TO_CHANGE=1 -O2 -march=k8 -MT qdbuserror.lo -MD -MP -MF .deps/qdbuserror.Tpo -c ../qt/qdbuserror.cpp  -fPIC -DPIC -o .libs/qdbuserror.o
 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DDBUS_COMPILATION -DDBUS_API_SUBJECT_TO_CHANGE=1 -O2 -march=k8 -MT qdbusintegrator.lo -MD -MP -MF .deps/qdbusintegrator.Tpo -c ../qt/qdbusintegrator.cpp  -fPIC -DPIC -o .libs/qdbusintegrator.o
 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DDBUS_COMPILATION -DDBUS_API_SUBJECT_TO_CHANGE=1 -O2 -march=k8 -MT qdbuserror.lo -MD -MP -MF .deps/qdbuserror.Tpo -c ../qt/qdbuserror.cpp -o qdbuserror.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore   -DDBUS_COMPILATION  -DDBUS_API_SUBJECT_TO_CHANGE=1   -O2 -march=k8 -MT qdbusmarshall.lo -MD -MP -MF ".deps/qdbusmarshall.Tpo" -c -o qdbusmarshall.lo `test -f '../qt/qdbusmarshall.cpp' || echo './'`../qt/qdbusmarshall.cpp; \
then mv -f ".deps/qdbusmarshall.Tpo" ".deps/qdbusmarshall.Plo"; else rm -f ".deps/qdbusmarshall.Tpo"; exit 1; fi
 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DDBUS_COMPILATION -DDBUS_API_SUBJECT_TO_CHANGE=1 -O2 -march=k8 -MT qdbusintegrator.lo -MD -MP -MF .deps/qdbusintegrator.Tpo -c ../qt/qdbusintegrator.cpp -o qdbusintegrator.o >/dev/null 2>&1
 x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -DDBUS_COMPILATION -DDBUS_API_SUBJECT_TO_CHANGE=1 -O2 -march=k8 -MT qdbusmarshall.lo -MD -MP -MF .deps/qdbusmarshall.Tpo -c ../qt/qdbusmarshall.cpp  -fPIC -DPIC -o .libs/qdbusmarshall.o
../qt/qdbusmarshall.cpp: In function `QVariant qFetchParameter(DBusMessageIter*)':
../qt/qdbusmarshall.cpp:72: error: conversion from `dbus_int64_t' to `QVariant' is ambiguous
/usr/include/qt4/QtCore/qvariant.h:150: note: candidates are: QVariant::QVariant(const char*) <near match>
/usr/include/qt4/QtCore/qvariant.h:149: note:                 QVariant::QVariant(double)
/usr/include/qt4/QtCore/qvariant.h:148: note:                 QVariant::QVariant(bool)
/usr/include/qt4/QtCore/qvariant.h:147: note:                 QVariant::QVariant(qulonglong)
/usr/include/qt4/QtCore/qvariant.h:146: note:                 QVariant::QVariant(qlonglong)
/usr/include/qt4/QtCore/qvariant.h:145: note:                 QVariant::QVariant(uint)
/usr/include/qt4/QtCore/qvariant.h:144: note:                 QVariant::QVariant(int)
/usr/include/qt4/QtCore/qvariant.h:136: note:                 QVariant::QVariant(QVariant::Type) <near match>
../qt/qdbusmarshall.cpp:74: error: conversion from `dbus_uint64_t' to `QVariant' is ambiguous
/usr/include/qt4/QtCore/qvariant.h:150: note: candidates are: QVariant::QVariant(const char*) <near match>
/usr/include/qt4/QtCore/qvariant.h:149: note:                 QVariant::QVariant(double)
/usr/include/qt4/QtCore/qvariant.h:148: note:                 QVariant::QVariant(bool)
/usr/include/qt4/QtCore/qvariant.h:147: note:                 QVariant::QVariant(qulonglong)
/usr/include/qt4/QtCore/qvariant.h:146: note:                 QVariant::QVariant(qlonglong)
/usr/include/qt4/QtCore/qvariant.h:145: note:                 QVariant::QVariant(uint)
/usr/include/qt4/QtCore/qvariant.h:144: note:                 QVariant::QVariant(int)
/usr/include/qt4/QtCore/qvariant.h:136: note:                 QVariant::QVariant(QVariant::Type) <near match>
make[2]: *** [qdbusmarshall.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60/qt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dbus-0.60-r3/work/dbus-0.60'
make: *** [all] Error 2

!!! ERROR: sys-apps/dbus-0.60-r3 failed.
!!! Function src_compile, Line 106, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.


 # emerge info
Portage 2.1_pre3-r1 (default-linux/amd64/2005.1, gcc-3.4.5, glibc-2.3.6-r2, 2.6.14-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.14-gentoo-r3 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.12.0_pre15
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.16.1-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8"
CHOST="x86_64-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/lib64/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=k8"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/ http://mirror.gentoo.no/ ftp://ftp.du.se/pub/os/gentoo http://ftp.du.se/pub/os/gentoo http://ds.thn.htu.se/linux/gentoo "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X aac alsa apache2 audiofile avi bcmath berkdb bitmap-fonts bonobo bzip2 calendar cdparanoia cdr crypt css cups curl dbus dvdr eds emboss encode esd exif expat fam ffmpeg font-server foomaticdb fortran ftp gd gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml guile hal iconv idn imlib innodb jpeg kde lcms lzw lzw-tiff mad mime mng mozilla mp3 mpeg msn mysql mysqli nautilus ncurses nls ogg oggvorbis opengl pam pcre pdflib perl php png postgres python qt quicktime readline recode sdl spell sql sqlite sqlite3 ssl subversion svg t1lib tcpd tidy tiff truetype truetype-fonts type1-fonts udev usb userlocales vhosts vorbis xml2 xpm xv zip zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-27 08:04:45 UTC

*** This bug has been marked as a duplicate of 116582 ***