From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5F6E4138C48 for ; Mon, 13 Apr 2015 01:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0009E09C3; Mon, 13 Apr 2015 01:16:10 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95500E09A6 for ; Mon, 13 Apr 2015 01:16:08 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YhSyq-0003E0-UX for gentoo-user@lists.gentoo.org; Mon, 13 Apr 2015 03:16:05 +0200 Received: from wsip-174-76-82-7.no.no.cox.net ([174.76.82.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Apr 2015 03:16:04 +0200 Received: from boxcars by wsip-174-76-82-7.no.no.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Apr 2015 03:16:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: =?UTF-8?B?wrtRwqs=?= Subject: [gentoo-user] Re: Machine completely broken; Ncursed! Date: Sun, 12 Apr 2015 20:15:52 -0500 Organization: none Message-ID: <20150412201552.3e0aca16@sepulchrave.remarqs> References: <55292E11.9040202@verizon.net> <2227740.m4amG7ENkq@andromeda> <20150412122356.5cadb5d4@sepulchrave.remarqs> <1548532.LqqDBuMcQi@andromeda> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: wsip-174-76-82-7.no.no.cox.net X-Newsreader: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-pc-linux-gnu) X-Archives-Salt: cbd69a12-17a1-4e7a-b0f1-17acb6f26c56 X-Archives-Hash: 767bfa6e86be5cf2aeb7070fce20a0e4 On Sun, 12 Apr 2015 22:07:20 +0200 "J. Roeleveld" wrote: > On Sunday, April 12, 2015 12:23:56 PM »Q« wrote: > > On Sun, 12 Apr 2015 11:12:38 +0200 > > > > "J. Roeleveld" wrote: > > > On Saturday, April 11, 2015 08:42:20 PM Alan Grimes wrote: > > > > PYTHON_TARGETS="${PYTHON_TARGETS} python2_7 python3_4" > > > > PYTHON_SINGLE_TARGET="python2_7" > > > > > > These are set in your profile, please do not override this. > > > In other words, please remove these 2 lines. > > > > I'm not the OP. (I spend less time than him on maintaining my > > system.) > > > > Should those variables really not be set in make.conf? I added > > them to make.conf some time back because portage complained about > > them, and if I comment them out, it complains again, like so: [snip] > > The following REQUIRED_USE flag constraints are unsatisfied: > > python? ( exactly-one-of ( python_single_target_python3_3 > > python_single_target_python3_4 python_single_target_python2_7 ) ) > I have never set them and don't remember having an issue. > > From the above, it looks like they are all unset when you remove that > line. I think that's right. > Which profile are you using? default/linux/amd64/13.0/desktop/kde > And what is the rest of your make.conf? Before you pore through it, I guess I should point out that it's not causing me any problems -- I was just curious about why it would be a bad idea for me to manage those PYTHON_* variables myself. I guess the most notable thing about my make.conf is that I'm one of those crazy USE="-*" people. $ cat /etc/portage/make.conf # Please consult /usr/share/portage/config/make.conf.example for a detailed example. CFLAGS="-march=native -O2 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="x86_64-pc-linux-gnu" # weird load averages, maybe this will help # 7.2 used to be right MAKEOPTS="--jobs=8 --load-average=11.2" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" PKGDIR="${PORTDIR}/packages" PORT_LOGDIR="/var/log/portage" # layman expands and empty variable, then we postpend # the main tree to it. This should give the main tree # precendence. PORTDIR_OVERLAY="" source /var/lib/layman/make.conf PORTDIR_OVERLAY="$PORTDIR_OVERLAY $PORTDIR" PORTAGE_ELOG_CLASSES="info warn error" PORTAGE_ELOG_SYSTEM="echo:warn,error save" PORTAGE_SYNC_STALE=10 FEATURES="binpkg-logs buildsyspkg collision-protect downgrade-backup fail-clean fixlafiles news parallel-fetch parallel-install preserve-libs sandbox strict unknown-features-warn userfetch userpriv usersandbox usersync" # see note above about MAKEOPTS EMERGE_DEFAULT_OPTS="--ask-enter-invalid --jobs=8 --load-average 11.2 --with-bdeps y" LINGUAS="en_US en" ABI_X86="64" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" GRUB_PLATFORMS="efi-64" PYTHON_TARGETS="python2_7 python3_4" USE_PYTHON="2.7" PYTHON_SINGLE_TARGET="python2_7" RUBY_TARGETS="ruby20" CURL_SSL="openssl" CALLIGRA_FEATURES="author braindump flow karbon kexi krita plan sheets stage words" INPUT_DEVICES="evdev mouse keyboard synaptics" # **** need to add the intel card **** VIDEO_CARDS="intel i965 v4l vesa" #VIDEO_CARDS="nvidia v4l vesa" # without this, grub:0 ebuilds mess with /boot DONT_MOUNT_BOOT=1 USE="-* 64bit X a52 aac aalib accessibility acl acpi additions agg alsa apng archive asf aspell audio aura avahi avcodec avformat avx bash-completion bluetooth bookmarks boost branding bzip2 cairo calendar canlock cdda cddb cdio cdparanoia cdr center-tilde chatzilla chert city classic clucene color colordiff consolekit cover cracklib crypt cryptsetup css cups curl cxx dbus declarative dga dillo distinct-l dri dts dvd dvdr edit eigen encode exif expat extensions extra-cardsets extraengine fam fbcon ffmpeg filters flac fluidsynth fontconfig fontforge foomatic foomaticdb fortran ftp gdbm gif glew glib gmp gnutls gost gpl gpm graphviz gstreamer gudev handbook hbci hddtemp holidays hwdb iconv icu id3tag idn imagemagick imap inotify input_uvc int-quality ipc ipv6 isag javascript jit joystick jpeg json kde kdenlive kdepim kerberos kipi kmod ladspa lame lcms libass libev libkms libnotify libsecret libvisual lm_sensors lzma mad magic matroska mdnsresponder-compat melt midi mikmod minizip mjpeg mmx mmxext mng mod modplug mouse mp3 mp4 mpd mpeg mplayer mudflap musepack musicbrainz mysql nano-syntax natspec ncurses netifrc nls nntp nptl nsplugin ntfsprogs offensive offlinehelp ofx ogg okular opengl openmp openrc openssl opus orc output_autofocus output_file output_http output_rtsp output_udp pam pcf pci pcre pdf perl pm-utils png policykit portmon postproc psf ptpax pyqt4 python2 qt3support qt4 quicktime raptor readline recursion-limit redland rss rtc sasl script scripts sdk sdl sdl-image sdl-sound secure-delete security semantic-desktop sensord session sha512 shared-glapi shorten skins smime smp sna soprano sound spell sql sqlite sse sse2 sse3 sse4_1 ssl ssse3 startup-notification stereo stl svg swscale symlink syslog system-cairo system-icu system-jpeg system-libvpx taglib tcpd themes theora threads thumbnail tiff tk tls-heartbeat tremor truetype tty-helpers udev udisks unicode units_cur upower usb uudeview v4l vaapi vamp vcd vcdx vdpau video virtuoso vlm vorbis wav weather-metar weather-xoap webdav webgl webkit wifi xcb xface xml xorg xosd xpm xscreensaver xv xvfb xvmc yaml zeroconf zlib -cacert -libav" # The SYNC variable is deprecated (2014 Sept). See man 5 portage for info # about sync-type and sync-uri, both for repos.conf SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" GENTOO_MIRRORS="http://gentoo.cites.uiuc.edu/pub/gentoo/ http://gentoo.mirrors.easynews.com/linux/gentoo/ http://mirror.lug.udel.edu/pub/gentoo/"