Hi, I'm in the process of installing KDE 4 and noticed something new to me. I generally check my USE flags and make sure I am getting what I want and not getting what I don't. I noticed this tho:
> [ebuild R ] x11-libs/qt-core-4.4.2 USE="qt3support ssl > -custom-cxxflags% -debug -doc -glib -pch" 0 kB > [ebuild R ] x11-libs/qt-test-4.4.2 USE="-custom-cxxflags% -debug > -pch" 0 kB > [ebuild R ] x11-libs/qt-script-4.4.2 USE="-custom-cxxflags% > -debug -pch" 0 kB > [ebuild NS ] app-crypt/qca-2.0.0-r2 [1.0-r3] USE="-debug -doc > -examples" 0 kB > [ebuild R ] x11-libs/qt-sql-4.4.2 USE="qt3support sqlite > -custom-cxxflags% -debug -firebird -mysql -odbc -pch -postgres" 0 kB > [ebuild N ] net-libs/libvncserver-0.9.1 USE="jpeg zlib -no24bpp > -nobackchannel" 0 kB > [ebuild N ] media-libs/xvid-1.1.3 USE="(-altivec) -examples" 0 kB > [ebuild N ] media-libs/libmodplug-0.8.4-r2 0 kB > [ebuild N ] sys-libs/libieee1284-0.2.8 USE="-doc" 0 kB > [ebuild N ] dev-libs/libpthread-stubs-0.1 USE="-debug" 0 kB > [ebuild R ] x11-libs/qt-dbus-4.4.2 USE="-custom-cxxflags% -debug > -pch" 0 kB > [ebuild R ] x11-libs/qt-gui-4.4.2-r1 USE="accessibility cups dbus > qt3support tiff -custom-cxxflags% -debug -glib -mng -nas -nis -pch > -xinerama" INPUT_DEVICES="-wacom" 0 kB > [ebuild R ] x11-libs/qt-qt3support-4.4.2 USE="accessibility > -custom-cxxflags% -debug -pch" 0 kB > [ebuild R ] x11-libs/qt-svg-4.4.2 USE="-custom-cxxflags% -debug > -pch" 0 kB > [ebuild R ] x11-libs/qt-webkit-4.4.2 USE="-custom-cxxflags% > -debug -pch" 0 kB > [ebuild R ] x11-libs/qt-opengl-4.4.2 USE="qt3support > -custom-cxxflags% -debug -pch" 0 kB This is just a few that are clumped together. There are quite a few others as well. After checking I find out this: > r...@smoker / # euse -i custom-cxxflags > global use flags (searching: custom-cxxflags) > ************************************************************ > [- ] custom-cxxflags - Build with user-specified CXXFLAGS (unsupported) > > local use flags (searching: custom-cxxflags) > ************************************************************ > no matching entries found > r...@smoker / # I notice it says unsupported. So I thought maybe I added this at some point but didn't remember it. Here is my related make.conf info: > r...@smoker / # cat /etc/make.conf | grep USE= > USE="-a52 acl acpi alsa amd arts artswrappersuid automount -bluetooth > -branding bzip2 cddb cdr chroot crypt curl dbus -doc -dts dvd dvdr > dvdread esd exif fdftk -fftw -firefox -gcj gif gimp gkrellm -gnome > gphoto2 gtk hal hbci htmlhandbook ipv6 java javascript jbig jpeg > jpeg2k justify kde kdeprefix libwww logrotate loop-aes mmx mplayer mp3 > -musepack -mysql -nls nsplugin ofx offensive opengl -oss parport pdf > ppds qt3 qt3support qt4 realmedia seamonkey sqlite sse syslog tcl > -theora tiff tk truetype usb -v4l webkit win32codecs wma wmf wmp X xml > xprint yahoo -xulrunner zeroconf 3dnow " > r...@smoker / # cat /etc/make.conf | grep FLAG > CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer" > CXXFLAGS="${CFLAGS}" > r...@smoker / # I try to keep my USE line in alphabetical order but I just don't see that flag in there. I know KDE 4 is not stable but some of the packages are being recompiled because of the USE flag being changed. This is my profile info: > r...@smoker / # eselect profile list > Available profile symlink targets: > [1] hardened/x86/2.6 > [2] selinux/2007.0/x86 > [3] selinux/2007.0/x86/hardened > [4] default/linux/x86/2008.0 > [5] default/linux/x86/2008.0/desktop * > [6] default/linux/x86/2008.0/developer > [7] default/linux/x86/2008.0/server > [8] hardened/linux/x86 > r...@smoker / # I also checked the profile USE but don't see the change in there either. So, why is this enabled but not supported? Is this safe to have enabled? Does it even matter anyway? What is making it even change to begin with? Thanks. Dale :-) :-) P. S. I bet this will be simple too. o_O