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

Bug 246932

Summary: net-wireless/wpa_supplicant USE="qt3" removal
Product: Gentoo Linux Reporter: Yaroslav Gorbunov <ygorbunov>
Component: Current packagesAssignee: Mobile Herd (OBSOLETE) <mobile+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 283429    

Description Yaroslav Gorbunov 2008-11-15 15:59:19 UTC
I tried to emerge net-wireless/wpa_supplicant-0.6.3 and by default it has USE="qt3 readline ssl -dbus -gnutls -gsm -madwifi -ps3 -qt4" in my system.

I have x11-libs/qt-3.3.8-r4

Emerge faild with this:

Project MESSAGE: Compiling for Qt 3.x
make -j2
/usr/qt/3/bin/uic eventhistory.ui -o .ui/eventhistory.h
/usr/qt/3/bin/uic scanresults.ui -o .ui/scanresults.h
/usr/qt/3/bin/uic userdatarequest.ui -o .ui/userdatarequest.h
/usr/qt/3/bin/uic networkconfig.ui -o .ui/networkconfig.h
i686-pc-linux-gnu-gcc -c -pipe -Wall -W -O2 -march=prescott -pipe -fno-strict-aliasing  -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DQ3ListViewItem=QListViewItem -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -I.. -I../../src/utils -I../../src/common -I/usr/qt/3/include -I.ui/ -I.moc/ -o .obj/os_unix.o ../../src/utils/os_unix.c
i686-pc-linux-gnu-gcc -c -pipe -Wall -W -O2 -march=prescott -pipe -fno-strict-aliasing  -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DQ3ListViewItem=QListViewItem -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -I.. -I../../src/utils -I../../src/common -I/usr/qt/3/include -I.ui/ -I.moc/ -o .obj/wpa_ctrl.o ../../src/common/wpa_ctrl.c
/usr/qt/3/bin/uic eventhistory.ui -i eventhistory.h -o .ui/eventhistory.cpp
/usr/qt/3/bin/uic scanresults.ui -i scanresults.h -o .ui/scanresults.cpp
/usr/qt/3/bin/uic userdatarequest.ui -i userdatarequest.h -o .ui/userdatarequest.cpp
/usr/qt/3/bin/uic networkconfig.ui -i networkconfig.h -o .ui/networkconfig.cpp
/usr/qt/3/bin/moc .ui/eventhistory.h -o .moc/moc_eventhistory.cpp
/usr/qt/3/bin/moc .ui/scanresults.h -o .moc/moc_scanresults.cpp
/usr/qt/3/bin/moc .ui/userdatarequest.h -o .moc/moc_userdatarequest.cpp
/usr/qt/3/bin/moc .ui/networkconfig.h -o .moc/moc_networkconfig.cpp
/usr/qt/3/bin/uic wpagui.ui -o .ui/wpagui.h
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -O2 -march=prescott -pipe -fno-strict-aliasing  -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DQ3ListViewItem=QListViewItem -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -I.. -I../../src/utils -I../../src/common -I/usr/qt/3/include -I.ui/ -I.moc/ -o .obj/eventhistory.o .ui/eventhistory.cpp
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -O2 -march=prescott -pipe -fno-strict-aliasing  -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DQ3ListViewItem=QListViewItem -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -I.. -I../../src/utils -I../../src/common -I/usr/qt/3/include -I.ui/ -I.moc/ -o .obj/moc_eventhistory.o .moc/moc_eventhistory.cpp
In file included from .ui/eventhistory.cpp:19:
/usr/qt/3/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
/usr/qt/3/include/qimage.h:58: warning: suggest parentheses around && within ||
/usr/qt/3/include/qvaluelist.h: In constructor ‘QValueListNode<T>::QValueListNode() [with T = WpaMsg]’:
/usr/qt/3/include/qvaluelist.h:267:   instantiated from ‘QValueListPrivate<T>::QValueListPrivate(const QValueListPrivate<T>&) [with T = WpaMsg]’
/usr/qt/3/include/qvaluelist.h:631:   instantiated from ‘void QValueList<T>::detachInternal() [with T = WpaMsg]’
/usr/qt/3/include/qvaluelist.h:562:   instantiated from ‘void QValueList<T>::detach() [with T = WpaMsg]’
/usr/qt/3/include/qvaluelist.h:474:   instantiated from ‘QValueListIterator<T> QValueList<T>::begin() [with T = WpaMsg]’
.ui/../eventhistory.ui.h:26:   instantiated from here
/usr/qt/3/include/qvaluelist.h:63: error: no matching function for call to ‘WpaMsg::WpaMsg()’
./wpamsg.h:17: note: candidates are: WpaMsg::WpaMsg(const QString&, int)
./wpamsg.h:15: note:                 WpaMsg::WpaMsg(const WpaMsg&)
make: *** [.obj/eventhistory.o] Error 1
make: *** Waiting for unfinished jobs....
 *
 * ERROR: net-wireless/wpa_supplicant-0.6.3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2106:  Called die
 * The specific snippet of code:
 *               emake || die "emake wpa_gui failed";
 *  The die message:
 *   emake wpa_gui failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-wireless/wpa_supplicant-0.6.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-wireless/wpa_supplicant-0.6.3/temp/environment'.

Reproducible: Always

Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge  =wpa_supplicant-0.6.3
2.
3.




emerge --info
Portage 2.2_rc14 (default-linux/x86/2007.0, gcc-4.3.2, glibc-2.7-r2, 2.6.25-gentoo-r9 i686)
=================================================================
System uname: Linux-2.6.25-gentoo-r9-i686-Intel-R-_Core-TM-2_CPU_T5500_@_1.66GHz-with-glibc2.0
Timestamp of tree: Sat, 15 Nov 2008 15:00:11 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [disabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.4.4-r14, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /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/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=native -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="collision-protect distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://mirror.yandex.ru/gentoo-distfiles/"
LANG="ru_RU.UTF-8"
LC_ALL=""
LDFLAGS=""
LINGUAS="en ru"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
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/layman/berkano /usr/local/portage/layman/desktop-effects /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl acpi alsa berkdb cli cracklib crypt css dri fortran fuse gdbm gpm hal iconv isdnlog kde lm_sensors midi mmx mudflap ncurses nls nptl nptlonly nvidia opengl openmp pam pcre perl pppd python qt3 readline reflection samba session spl sse sse2 sse3 ssl ssse3 tcpd unicode userlocales utf8 x86 xorg xvmc zlib" ALSA_CARDS="hda-intel" 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 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" CAMERAS="canon ptp2" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en ru" USERLAND="GNU" VIDEO_CARDS="nvidia vesa i810"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2010-02-11 01:08:48 UTC
Please remove the qt3 useflag and the optional dependency on x11-libs/qt:3, as that package is scheduled for removal.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-03-22 08:51:09 UTC
+  22 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  wpa_supplicant-0.6.9.ebuild, wpa_supplicant-0.6.10.ebuild,
+  wpa_supplicant-9999.ebuild:
+  Remove USE="qt3" wrt #246932 by Yaroslav Gorbunov.