View previous topic :: View next topic |
Author |
Message |
tuxianer Apprentice
Joined: 17 Dec 2005 Posts: 280 Location: Cologne - Germany
|
Posted: Mon Aug 21, 2006 4:47 am Post subject: USE flags [solved] |
|
|
Hi,
ich wollte gerade ein Update ausführen als mir in der obersten Zeile diese kleine Rote anmerkung aufviel :
Code: |
USE flags should not start with a '+': +gtk
|
Meine USE Flags sind aber alle ohne eine Plus ..... und gtk ist bei mir -gtk
Einer ne Idee MfG
Last edited by tuxianer on Mon Aug 21, 2006 10:00 am; edited 1 time in total |
|
Back to top |
|
|
Sourcecode Guru
Joined: 25 Apr 2005 Posts: 392 Location: Germany, Kerpen in sew of Cologne
|
Posted: Mon Aug 21, 2006 5:04 am Post subject: |
|
|
Poste mal ein emerge --info.
Haste in letzter Zeit an deinen Configs gefrickelt?
...irgendwas muss ja passiert sein wenn das Problem vorher nich da war. _________________ Es gibt bloss eins, was wichtig ist: dass man sterben muss.
Suicide is man's way of telling God, "You can't fire me - I quit."
no one gets out here alive....
|
|
Back to top |
|
|
STiGMaTa_ch Veteran
Joined: 28 Dec 2004 Posts: 1686 Location: Rüti ZH / Schweiz
|
Posted: Mon Aug 21, 2006 9:32 am Post subject: |
|
|
So ein Plus kann man bei vielen USE Flags schnell einmal übersehen.
Für mal folgenden Befehl aus. Wenn in deiner make.conf ein Plus drinn ist, wird dieser rot angezeigt.
Code: | grep --color -- + /etc/make.conf |
Lieber Gruss
STiGMaTa _________________ Ich bin Schuldknappe. Das bedeutet ich bin immer an allem Schuld. Und das nicht zu knapp! | Der alltägliche Familienwahnsinn auf meinem BLOG |
|
Back to top |
|
|
tuxianer Apprentice
Joined: 17 Dec 2005 Posts: 280 Location: Cologne - Germany
|
Posted: Mon Aug 21, 2006 9:51 am Post subject: |
|
|
Hi,
also bei dem Befehl kommt nix und bei emerge --info kommt das :
Code: |
Portage 2.1.1_pre5-r2 (default-linux/x86/no-nptl, gcc-3.4.6, glibc-2.3.6-r4, 2.6.17-gentoo-r4 i686)
=================================================================
System uname: 2.6.17-gentoo-r4 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.12.4
Last Sync: Sun, 20 Aug 2006 17:30:07 +0000
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
dev-util/confcache: [Not Present]
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-r2
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts artswrappersuid avi berkdb bitmap-fonts cdr cli crypt cups dlloader dri dvd eds elibc_glibc emboss encode foomaticdb fortran gdbm gif gpm gstreamer gtk2 imlib input_devices_keyboard input_devices_mouse ipv6 isdnlog java jpeg kde kdeenablefinal kernel_linux libg++ libwww linguas_de mad mikmod motif mp3 mpeg ncurses nls ogg opengl oss pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl ssl symlink tcpd truetype truetype-fonts type1-fonts userland_GNU video_cards_nv visualization vorbis xinerama xml xmms xorg xv zlib"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
|
So und geändert habe ich nix weil ich mein System neu aufsetzten musste ......
MfG |
|
Back to top |
|
|
tuxianer Apprentice
Joined: 17 Dec 2005 Posts: 280 Location: Cologne - Germany
|
Posted: Mon Aug 21, 2006 10:00 am Post subject: |
|
|
Alles klar habe es gelöst bekommen, es lang an meiner package.use Datei wo ich das irrtümlich eingetragen hatte !!!!
MfG danke für die Hilfen |
|
Back to top |
|
|
|