Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 337674 - Missing dependencie in dev-util/piklab-0.15.4
Summary: Missing dependencie in dev-util/piklab-0.15.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High minor
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-09-16 17:44 UTC by daniel.alf
Modified: 2010-09-22 18:37 UTC (History)
1 user (show)

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


Attachments
Patch for the issue (0001-Add-missing-dependencies-and-fix-minor-style-issues.patch,2.07 KB, patch)
2010-09-22 18:30 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description daniel.alf 2010-09-16 17:44:09 UTC
Hi,
emerging piklab without x11-libs/qt-qt3support ends up in this:
../../../src/common/global/global.h:27:36: error: Qt3Support/Q3ValueList: No such file or directory
../../../src/common/global/global.h:29:38: error: Qt3Support/Q3ValueVector: No such file or directory
../../../src/common/global/global.h:31:35: error: Qt3Support/Q3MemArray: No such file or directory
and so on.


Reproducible: Always

Steps to Reproduce:
1. emerge piklab
2. ???
3. profit

Actual Results:  
emerge stops

Expected Results:  
emerge it nicely

../../../src/common/global/global.h:27:36: error: Qt3Support/Q3ValueList: No such file or directory
../../../src/common/global/global.h:29:38: error: Qt3Support/Q3ValueVector: No such file or directory
../../../src/common/global/global.h:31:35: error: Qt3Support/Q3MemArray: No such file or directory
../../../src/common/global/global.h:34:30: error: Qt3Support/Q3Url: No such file or directory
../../../src/common/global/global.h:35:44: error: Qt3Support/Q3MimeSourceFactory: No such file or directory
In file included from ../../../src/common/global/global.h:46,
                 from misc.cpp:16:
../../../src/common/nokde/nokde_kcmdlineargs.h:31:34: error: Qt3Support/Q3CString: No such file or directory
../../../src/common/nokde/nokde_kcmdlineargs.h:33:34: error: Qt3Support/Q3PtrList: No such file or directory
In file included from ../../../src/common/global/global.h:43,
                 from misc.cpp:16:
../../../src/common/nokde/nokde_kurl.h:9: error: expected class-name before ‘{’ token
../../../src/common/nokde/nokde_kurl.h: In constructor ‘KURL::KURL(const QString&)’:
../../../src/common/nokde/nokde_kurl.h:12: error: class ‘KURL’ does not have any field named ‘Q3Url’
../../../src/common/nokde/nokde_kurl.h: In member function ‘bool KURL::isEmpty() const’:
../../../src/common/nokde/nokde_kurl.h:14: error: ‘toString’ was not declared in this scope
../../../src/common/nokde/nokde_kurl.h: In member function ‘QString KURL::fileName(bool) const’:
../../../src/common/nokde/nokde_kurl.h:15: error: ‘Q3Url’ has not been declared
../../../src/common/nokde/nokde_kurl.h: In member function ‘bool KURL::operator<(const KURL&) const’:
../../../src/common/nokde/nokde_kurl.h:18: error: ‘path’ was not declared in this scope
../../../src/common/nokde/nokde_kurl.h:18: error: ‘const class KURL’ has no member named ‘path’
../../../src/common/nokde/nokde_kurl.h: In member function ‘bool KURL::operator==(const KURL&) const’:
../../../src/common/nokde/nokde_kurl.h:19: error: ‘path’ was not declared in this scope
../../../src/common/nokde/nokde_kurl.h:19: error: ‘const class KURL’ has no member named ‘path’
../../../src/common/nokde/nokde_kurl.h: In member function ‘bool KURL::operator!=(const KURL&) const’:
../../../src/common/nokde/nokde_kurl.h:20: error: ‘path’ was not declared in this scope
../../../src/common/nokde/nokde_kurl.h:20: error: ‘const class KURL’ has no member named ‘path’
In file included from ../../../src/common/global/global.h:45,
                 from misc.cpp:16:
../../../src/common/nokde/nokde_kaboutdata.h: At global scope:
../../../src/common/nokde/nokde_kaboutdata.h:512: error: ISO C++ forbids declaration of ‘Q3ValueList’ with no type
../../../src/common/nokde/nokde_kaboutdata.h:512: error: expected ‘;’ before ‘<’ token
../../../src/common/nokde/nokde_kaboutdata.h:518: error: ISO C++ forbids declaration of ‘Q3ValueList’ with no type
../../../src/common/nokde/nokde_kaboutdata.h:518: error: expected ‘;’ before ‘<’ token
../../../src/common/nokde/nokde_kaboutdata.h:524: error: ISO C++ forbids declaration of ‘Q3ValueList’ with no type
../../../src/common/nokde/nokde_kaboutdata.h:524: error: expected ‘;’ before ‘<’ token
../../../src/common/nokde/nokde_kaboutdata.h:563: error: ISO C++ forbids declaration of ‘Q3ValueList’ with no type
../../../src/common/nokde/nokde_kaboutdata.h:563: error: expected ‘;’ before ‘<’ token
../../../src/common/nokde/nokde_kaboutdata.h:564: error: ISO C++ forbids declaration of ‘Q3ValueList’ with no type
../../../src/common/nokde/nokde_kaboutdata.h:564: error: expected ‘;’ before ‘<’ token
In file included from ../../../src/common/global/global.h:46,
                 from misc.cpp:16:
../../../src/common/nokde/nokde_kcmdlineargs.h:40: error: expected initializer before ‘<’ token
../../../src/common/nokde/nokde_kcmdlineargs.h:237: error: ‘Q3PtrList’ is not a template
../../../src/common/nokde/nokde_kcmdlineargs.h:444: error: ‘Q3CString’ does not name a type
../../../src/common/nokde/nokde_kcmdlineargs.h:462: error: ‘QCStringList’ does not name a type
../../../src/common/nokde/nokde_kcmdlineargs.h:585: error: ‘Q3CString’ has not been declared
../../../src/common/nokde/nokde_kcmdlineargs.h:631: error: expected ‘,’ or ‘...’ before ‘&’ token
../../../src/common/nokde/nokde_kcmdlineargs.h:631: error: ISO C++ forbids declaration of ‘Q3CString’ with no type
../../../src/common/nokde/nokde_kcmdlineargs.h:638: error: expected ‘,’ or ‘...’ before ‘&’ token
../../../src/common/nokde/nokde_kcmdlineargs.h:638: error: ISO C++ forbids declaration of ‘Q3CString’ with no type
../../../src/common/nokde/nokde_kcmdlineargs.h:638: error: ‘void KCmdLineArgs::setOption(int)’ cannot be overloaded
../../../src/common/nokde/nokde_kcmdlineargs.h:631: error: with ‘void KCmdLineArgs::setOption(int)’
In file included from number.h:15,
                 from misc.cpp:17:
key_enum.h:162: error: ISO C++ forbids declaration of ‘Q3ValueVector’ with no type
key_enum.h:162: error: expected ‘;’ before ‘<’ token
key_enum.h: In constructor ‘EnumVector<Enum, Type>::EnumVector()’:
key_enum.h:158: error: class ‘EnumVector<Enum, Type>’ does not have any field named ‘_vector’
key_enum.h: In member function ‘const Type& EnumVector<Enum, Type>::operator[](Enum) const’:
key_enum.h:159: error: ‘_vector’ was not declared in this scope
key_enum.h: In member function ‘Type& EnumVector<Enum, Type>::operator[](Enum)’:
key_enum.h:160: error: ‘_vector’ was not declared in this scope
In file included from misc.cpp:17:
number.h: At global scope:
number.h:34: error: expected ‘,’ or ‘...’ before ‘<’ token
number.h:34: error: ISO C++ forbids declaration of ‘Q3MemArray’ with no type
number.h:87: error: expected ‘,’ or ‘...’ before ‘<’ token
number.h:87: error: ISO C++ forbids declaration of ‘Q3MemArray’ with no type
number.h: In function ‘QString toPrintable(int)’:
number.h:89: error: ‘data’ was not declared in this scope
number.h:89: error: ‘mode’ was not declared in this scope
number.h: At global scope:
number.h:87: warning: unused parameter ‘Q3MemArray’
make[3]: *** [.libs/misc.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-util/piklab-0.15.7/work/piklab-0.15.7/src/common/common'
make[2]: *** [sub-common-make_default] Error 2
make[2]: Leaving directory `/var/tmp/portage/dev-util/piklab-0.15.7/work/piklab-0.15.7/src/common'
make[1]: *** [sub-common-make_default] Error 2
make[1]: Leaving directory `/var/tmp/portage/dev-util/piklab-0.15.7/work/piklab-0.15.7/src'
make: *** [sub-src-make_default] Error 2
 * ERROR: dev-util/piklab-0.15.7 failed:
 *   died running emake, base_src_make
 * 
 * Call stack:
 *     ebuild.sh, line   54:  Called src_compile
 *   environment, line 2509:  Called qt4-r2_src_compile
 *   environment, line 2432:  Called base_src_compile
 *   environment, line  248:  Called base_src_make
 *   environment, line  286:  Called die
 * The specific snippet of code:
 *           emake "$@" || die "died running emake, $FUNCNAME";
 * 
 * If you need support, post the output of 'emerge --info =dev-util/piklab-0.15.7',
 * the complete build log and the output of 'emerge -pqv =dev-util/piklab-0.15.7'.
 * The complete build log is located at '/var/tmp/portage/dev-util/piklab-0.15.7/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/piklab-0.15.7/temp/environment'.
 * S: '/var/tmp/portage/dev-util/piklab-0.15.7/work/piklab-0.15.7'

>>> Failed to emerge dev-util/piklab-0.15.7, Log file:

>>>  '/var/tmp/portage/dev-util/piklab-0.15.7/temp/build.log'






Portage 2.1.8.3 (default/linux/amd64/10.0, gcc-4.3.4, glibc-2.11.2-r0, 2.6.32-gentoo-r7 x86_64)
=================================================================
System uname: Linux-2.6.32-gentoo-r7-x86_64-AMD_Athlon-tm-X2_DualCore_QL-66-with-gentoo-1.12.13
Timestamp of tree: Tue, 31 Aug 2010 05:45:02 +0000
distcc 3.1 x86_64-pc-linux-gnu [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     4.0_p37
dev-java/java-config: 2.1.11
dev-lang/python:     2.6.5-r2, 3.1.2-r3
dev-util/ccache:     2.4-r7
dev-util/cmake:      2.8.1-r2
sys-apps/baselayout: 1.12.13
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.65
sys-devel/automake:  1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.3.4, 4.4.3-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6b
sys-devel/make:      3.81
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=athlon64 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests ccache distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms splitdebug strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ "
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en_US.UTF-8"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac aalib accessibility acpi alsa amd64 bash-completion berkdb bluetooth branding bzip2 cairo cdr cgi cli consolekit cracklib crypt cxx dbus dri dvd fame ffmpeg firefox fortran gdbm gif gtk hal iconv jpeg libass lm_sensor mmx mmxext modules mp3 mplayer mudflap multilib ncurses nls nptl nptlonly nsplugin ntpl ogg opengl openmp pam pcre pdf perl php pmu png postgres pppd python qt3 readline reflection samba session silc spl sse sse2 ssl ssse3 svg sysfs tcpd theora threads tiff unicode v4l v4l2 vim-syntax wifi x264 xine xinerama xorg xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_US.UTF-8" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeonhd" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-09-18 16:00:27 UTC
Please paste the output of 'emerge -pv qt-gui'.
Comment 2 daniel.alf 2010-09-18 18:23:07 UTC
(In reply to comment #1)
> Please paste the output of 'emerge -pv qt-gui'.
> 

Here it is.

brian ~ # emerge -pv qt-gui

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-libs/qt-gui-4.6.2  USE="accessibility dbus exceptions glib gtk qt3support tiff xinerama (-aqua) -cups -debug -mng -nas -nis -pch -raster" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

 * IMPORTANT: 2 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-09-22 18:30:21 UTC
Created attachment 248380 [details, diff]
Patch for the issue
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-09-22 18:37:01 UTC
fixed in tree, thanks