Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Is perl broken?
Date: Tue, 07 Apr 2015 21:24:46
Message-Id: 4344475.4axkFQ20ig@wstn
In Reply to: Re: [gentoo-user] Is perl broken? by "Andreas K. Huettel"
1 On Tuesday 07 April 2015 22:12:57 Andreas K. Huettel wrote:
2 > Am Dienstag, 7. April 2015, 11:20:07 schrieb Peter Humphrey:
3 > > Then I chose one of the silently ignored packages and tried to emerge it
4 > > myself, but still portage did nothing:
5 > >
6 > > ---------
7 > > $ sudo emerge -1av dev-perl/Text-WrapI18N
8 > >
9 > > These are the packages that would be merged, in order:
10 > >
11 > > Calculating dependencies .... done!
12 > >
13 > > Total: 0 packages, Size of downloads: 0 KiB
14 > >
15 > > Nothing to merge; quitting.
16 > > ---------
17 >
18 > Yeah, looks strange. Anything in your make.conf EMERGE_DEFAULT_OPTS ?
19
20 $ grep EMERGE_DEFAULT_OPTS /etc/portage/make.conf
21 EMERGE_DEFAULT_OPTS="--autounmask=n --changed-use --keep-going --nospinner --quiet-unmerge-warn"
22
23 $ cat make.conf # I made a local copy and removed a lot of comments
24 #CFLAGS="-O2 -march=core2 -pipe" [1]
25 CFLAGS="-O2 -march=corei7 -pipe"
26 CHOST="x86_64-pc-linux-gnu"
27 CPU_FLAGS_X86="mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
28 CXXFLAGS="${CFLAGS}"
29 ACCEPT_LICENSE="dlj-1.1 google-chrome Intel-SDP sun-bcla-java-vm Oracle-BCLA-JavaSE PUEL AdobeFlash-11.x googleearth"
30 ALSA_CARDS="hda-intel"
31 CHECKREQS_ACTION="error"
32 CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/consolefonts /usr/bin/startx /usr/share/applications/boincmgr-boinc.desktop"
33 CONFIG_PROTECT_MASK="/etc/init.d /etc/pam.d"
34 DISTDIR="/usr/portage/distfiles"
35 EMERGE_DEFAULT_OPTS="--autounmask=n --changed-use --keep-going --nospinner --quiet-unmerge-warn"
36 FEATURES="buildpkg buildsyspkg"
37 FETCHCOMMAND="/usr/bin/wget --progress=bar:force -t 2 -T 30 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
38 ftp_proxy="http://serv.prhnet:8080"
39 GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/
40 http://mirror.qubenet.net/mirror/gentoo/
41 http://gentoo.virginmedia.com/"
42 GRUB_PLATFORMS="pc"
43 http_proxy="http://serv.prhnet:8080"
44 INPUT_DEVICES="evdev"
45 LANG="en_GB.UTF-8"
46 LANGUAGE="en_GB.UTF-8"
47 LIBREOFFICE_EXTENSIONS="pdfimport"
48 LINGUAS="en_GB en"
49 MAKEOPTS="-j -l16"
50 PKGDIR="/usr/portage/packages"
51 PORTAGE_NICENESS="3"
52 PORTAGE_TMPDIR="/var/tmp"
53 PORTDIR="/var/portage"
54 PORTDIR_OVERLAY="/usr/local/portage"
55 RESUMECOMMAND="/usr/bin/wget --progress=bar:force -c -t 2 -T 30 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
56 USE="-bluetooth -fortran -gcj -gnome -iodbc -ldap -lirc -nis -odbc -systemd -thin -upower
57 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3
58 "
59 VIDEO_CARDS="nouveau"
60
61 [1] This bothers me. Various docs tell me to specify march=core17, but this
62 is an i5 CPU. Could this be my problem?
63
64 --
65 Rgds
66 Peter.

Replies

Subject Author
Re: [gentoo-user] Is perl broken? Peter Humphrey <peter@××××××××××××.uk>