Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Errors while installing few packages.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Fri Dec 14, 2018 8:27 am    Post subject: Errors while installing few packages. Reply with quote

Hi Everyone, I am getting the below error while installing few of the packages or while running emerge -e @world.

Quote:
# emerge -e @world
setlocale: unsupported locale setting
setlocale: unsupported locale setting

* IMPORTANT: 15 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.

Calculating dependencies... done!

!!! All ebuilds that could satisfy ">=dev-libs/libtasn1-4.9:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-libs/libtasn1-4.13::gentoo (masked by: EAPI 7)

The current version of portage supports EAPI '6'. You must upgrade to a
newer version of portage before EAPI masked packages can be installed.
(dependency required by "net-libs/gnutls-3.5.19::gentoo" [ebuild])
(dependency required by "app-crypt/gnupg-2.2.10::gentoo[ssl]" [ebuild])
(dependency required by "dev-vcs/git-2.19.2::gentoo[gpg]" [ebuild])
(dependency required by "sys-libs/glibc-9999::gentoo" [ebuild])
(dependency required by "sys-devel/gcc-4.9.4::gentoo" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


This is a clean install and everytime I have seen this error, I have to re-install the entire OS. Is there some other way out of this situation.

Thanks for all your help in advance.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Fri Dec 14, 2018 8:37 am    Post subject: Reply with quote

Code:
The current version of portage supports EAPI '6'. You must upgrade to a

You should first upgrade portage emerge --sync && emerge --oneshot portage .

Code:
setlocale: unsupported locale setting
setlocale: unsupported locale setting

You have also a problem with locale
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Fri Dec 14, 2018 8:44 am    Post subject: Reply with quote

Thanks for the prompt response. I am now seeing the below error -

Quote:
# emerge --sync && emerge --oneshot portage
setlocale: unsupported locale setting
setlocale: unsupported locale setting
>>> Syncing repository 'gentoo' into '/usr/portage'...
>>> Starting rsync with rsync://85.143.112.91/gentoo-portage...
>>> Checking server timestamp ...
Welcome to martin.gentoo.org / rsync.gentoo.org

Server Address : 85.143.112.91
Contact Name : mirror-admin@gentoo.org
Hardware : 8 x Intel(R) Xeon(R) CPU E5506 @ 2.13GHz, 32223MB RAM
Sponsor : National Research Nuclear University MEPhI, Moscow, Russia

Please note: common gentoo-netiquette says you should not sync more
than once a day. Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.

MOTD autogenerated by update-rsync-motd on Tue Jan 2 08:09:14 UTC 2018

receiving incremental file list
timestamp.chk

Number of files: 1 (reg: 1)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 41
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 104
Total bytes received: 132

sent 104 bytes received 132 bytes 94.40 bytes/sec
total size is 32 speedup is 0.14

>>>
>>> Timestamps on the server and in the local repository are the same.
>>> Cancelling all further sync action. You are already up to date.
>>>
>>> In order to force sync, remove '/usr/portage/metadata/timestamp.chk'.
>>>

=== Sync completed for gentoo
q: Updating ebuild cache in /usr/portage ...
q: Finished 36245 entries in 0.097883 seconds

* IMPORTANT: 15 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.


Action: sync for repo: gentoo, returned code = 0

* An update to portage is available. It is _highly_ recommended
* that you update portage now, before any other packages are updated.

* To update portage, run 'emerge --oneshot portage' now.



setlocale: unsupported locale setting
setlocale: unsupported locale setting

* IMPORTANT: 15 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.

Calculating dependencies... done!

!!! All ebuilds that could satisfy ">=dev-libs/libtasn1-4.9:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-libs/libtasn1-4.13::gentoo (masked by: EAPI 7)

The current version of portage supports EAPI '6'. You must upgrade to a
newer version of portage before EAPI masked packages can be installed.
(dependency required by "net-libs/gnutls-3.5.19::gentoo" [ebuild])
(dependency required by "app-crypt/gnupg-2.2.10::gentoo[ssl]" [ebuild])
(dependency required by "sys-apps/portage-2.3.51-r1::gentoo[-build,rsync-verify]" [ebuild])
(dependency required by "portage" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Fri Dec 14, 2018 9:15 am    Post subject: Reply with quote

What stage3 you installed?
Anyway you can dowload portage-2.3.51.tar.bz2 and upack it in /root.
After that you can run emerge from copy /root/portage/bin/emerge --oneshot portage to update portage.
After update check if updated portage works and then you can remove copy from /root
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Fri Dec 14, 2018 9:56 am    Post subject: Reply with quote

Downloaded the portage file and ran the below command -

Quote:

cd /root
tar -xvf portage-2.3.51.tar.bz2
cd portage-2.3.51/bin/
emerge --oneshot portage
setlocale: unsupported locale setting
setlocale: unsupported locale setting

* IMPORTANT: 15 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.

Calculating dependencies... done!

!!! All ebuilds that could satisfy ">=dev-libs/nettle-3.1:=[gmp,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-libs/nettle-3.4.1::gentoo (masked by: EAPI 7)
- dev-libs/nettle-3.4::gentoo (masked by: EAPI 7)

The current version of portage supports EAPI '6'. You must upgrade to a
newer version of portage before EAPI masked packages can be installed.
(dependency required by "net-libs/gnutls-3.5.19::gentoo" [ebuild])
(dependency required by "app-crypt/gnupg-2.2.10::gentoo[ssl]" [ebuild])
(dependency required by "sys-apps/portage-2.3.51-r1::gentoo[rsync-verify,-build]" [ebuild])
(dependency required by "portage" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Fri Dec 14, 2018 9:58 am    Post subject: Reply with quote

If you go to directory /root/portage-2.3.51/bin/ you should run emerge like
Code:
# cd portage-2.3.51/bin
# ./emerge --oneshot portage

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Fri Dec 14, 2018 10:36 am    Post subject: Reply with quote

fedeliallalinea, you are the best, thank you so much for pointing and guiding me in the right direction. This is something I will never forget since I have been in these issues before multiple times and after all troubleshooting, had to format the machine.

After the steps suggested by you, I was able to successfully download and install the portage and things work just fine.

Thanks again for all your help and time.
Back to top
View user's profile Send private message
manu_leo
Guru
Guru


Joined: 20 Jan 2014
Posts: 513
Location: India

PostPosted: Mon Dec 17, 2018 3:39 am    Post subject: Reply with quote

Hi, if I try emerging portgae with the below command, it does not complete and throws me an error -

Quote:
emerge --oneshot portage
copying lib/_emerge/resolver/package_tracker.py -> /var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51-python3_6/lib/_emerge/resolver
copying lib/_emerge/resolver/output_helpers.py -> /var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51-python3_6/lib/_emerge/resolver
copying lib/_emerge/resolver/output.py -> /var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51-python3_6/lib/_emerge/resolver
copying lib/_emerge/resolver/circular_dependency.py -> /var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51-python3_6/lib/_emerge/resolver
copying lib/_emerge/resolver/backtracking.py -> /var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51-python3_6/lib/_emerge/resolver
copying lib/_emerge/resolver/__init__.py -> /var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51-python3_6/lib/_emerge/resolver
copying lib/_emerge/resolver/DbapiProvidesIndex.py -> /var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51-python3_6/lib/_emerge/resolver
/usr/lib64/python3.6/distutils/__init__.py:15: UserWarning: The virtualenv distutils package at %s appears to be in the same location as the system distutils?
warnings.warn("The virtualenv distutils package at %s appears to be in the same location as the system distutils?")
warning: build_py: byte-compiling is disabled, skipping.

running build_ext
Traceback (most recent call last):
File "setup.py", line 723, in <module>
'Topic :: System :: Installation/Setup'
File "/usr/lib64/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib64/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib64/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "setup.py", line 70, in run
build.run(self)
File "/usr/lib64/python3.6/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/usr/lib64/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib64/python3.6/distutils/dist.py", line 973, in run_command
cmd_obj.ensure_finalized()
File "/usr/lib64/python3.6/distutils/cmd.py", line 107, in ensure_finalized
self.finalize_options()
File "/usr/lib64/python3.6/distutils/command/build_ext.py", line 150, in finalize_options
py_include = sysconfig.get_python_inc()
File "/usr/lib64/python3.6/distutils/__init__.py", line 82, in sysconfig_get_python_inc
prefix = sys.real_prefix
AttributeError: module 'sys' has no attribute 'real_prefix'
* ERROR: sys-apps/portage-2.3.51-r1::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 124: Called src_compile
* environment, line 3678: Called distutils-r1_src_compile
* environment, line 960: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
* environment, line 378: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 3150: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2304: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2302: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 654: Called distutils-r1_run_phase 'distutils-r1_python_compile'
* environment, line 951: Called distutils-r1_python_compile
* environment, line 825: Called esetup.py 'build'
* environment, line 1432: Called die
* The specific snippet of code:
* "${@}" || die "${die_args[@]}";
*
* If you need support, post the output of `emerge --info '=sys-apps/portage-2.3.51-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-apps/portage-2.3.51-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-apps/portage-2.3.51-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-apps/portage-2.3.51-r1/temp/environment'.
* Working directory: '/var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51'
* S: '/var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51'
/usr/lib64/python3.6/distutils/__init__.py:15: UserWarning: The virtualenv distutils package at %s appears to be in the same location as the system distutils?
warnings.warn("The virtualenv distutils package at %s appears to be in the same location as the system distutils?")
/usr/lib64/python3.6/distutils/__init__.py:15: UserWarning: The virtualenv distutils package at %s appears to be in the same location as the system distutils?
warnings.warn("The virtualenv distutils package at %s appears to be in the same location as the system distutils?")

>>> Failed to emerge sys-apps/portage-2.3.51-r1, Log file:

>>> '/var/tmp/portage/sys-apps/portage-2.3.51-r1/temp/build.log'

* Messages for package sys-apps/portage-2.3.51-r1:

* ERROR: sys-apps/portage-2.3.51-r1::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 124: Called src_compile
* environment, line 3678: Called distutils-r1_src_compile
* environment, line 960: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
* environment, line 378: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 3150: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2304: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2302: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 654: Called distutils-r1_run_phase 'distutils-r1_python_compile'
* environment, line 951: Called distutils-r1_python_compile
* environment, line 825: Called esetup.py 'build'
* environment, line 1432: Called die
* The specific snippet of code:
* "${@}" || die "${die_args[@]}";
*
* If you need support, post the output of `emerge --info '=sys-apps/portage-2.3.51-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-apps/portage-2.3.51-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-apps/portage-2.3.51-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-apps/portage-2.3.51-r1/temp/environment'.
* Working directory: '/var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51'
* S: '/var/tmp/portage/sys-apps/portage-2.3.51-r1/work/portage-2.3.51'


Quote:
# emerge --info '=sys-apps/portage-2.3.51-r1::gentoo'
setlocale: unsupported locale setting
setlocale: unsupported locale setting
Portage 2.3.51 (python 3.6.5-final-0, default/linux/amd64/17.0/desktop, gcc-4.9.4, glibc-2.27-r6, 4.14.78-gentoo x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-4.14.78-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_E5-2683_v3_@_2.00GHz-with-gentoo-2.6
KiB Mem: 65867772 total, 31398064 free
KiB Swap: 0 total, 0 free
Timestamp of repository gentoo: Mon, 17 Dec 2018 00:45:01 +0000
Head commit of repository gentoo: 9ff512c720db56284a0bb445a3c7972e9166b7a8
sh bash 4.4_p12
ld GNU ld (Gentoo 2.30 p5) 2.30.0
app-shells/bash: 4.4_p12::gentoo
dev-java/java-config: 2.2.0-r4::gentoo
dev-lang/perl: 5.24.3-r1::gentoo
dev-lang/python: 2.7.15::gentoo, 3.6.5::gentoo
dev-util/cmake: 3.9.6::gentoo
dev-util/pkgconfig: 0.29.2::gentoo
sys-apps/baselayout: 2.6-r1::gentoo
sys-apps/openrc: 0.38.3::gentoo
sys-apps/sandbox: 2.13::gentoo
sys-devel/autoconf: 2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake: 1.15.1-r2::gentoo
sys-devel/binutils: 2.30-r4::gentoo
sys-devel/gcc: 4.9.4::gentoo, 7.3.0-r3::gentoo
sys-devel/gcc-config: 1.8-r1::gentoo
sys-devel/libtool: 2.4.6-r3::gentoo
sys-devel/make: 4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc: 2.27-r6::gentoo
Repositories:

gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-max-age: 24
sync-rsync-extra-opts:
sync-rsync-verify-metamanifest: yes
sync-rsync-verify-jobs: 1

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.2/ext-active/ /etc/php/cgi-php7.2/ext-active/ /etc/php/cli-php7.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j16"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 apache2 berkdb bluetooth branding bzip2 cairo cdda cdr cgi cli consolekit crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg lcms ldap libnotify libtirpc mad mng mp3 mp4 mpeg multilib mysql ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt5 readline sdl seccomp spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="karbon plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-1" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby23 ruby24" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Quote:
# emerge -pqv '=sys-apps/portage-2.3.51-r1::gentoo'
setlocale: unsupported locale setting
setlocale: unsupported locale setting

* IMPORTANT: config file '/etc/portage/package.use' needs updating.
* See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
* sections of the emerge man page to learn how to update config files.
[ebuild U ] sys-apps/portage-2.3.51-r1 [2.3.51] USE="(ipc) native-extensions rsync-verify xattr -build -doc -epydoc -gentoo-dev (-selinux)" PYTHON_TARGETS="python2_7 python3_6 (-pypy) -python3_4 -python3_5 (-python3_7)"

* IMPORTANT: 20 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.



Thanks again in advance for looking into this . I am not sure what is missing here.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Mon Dec 17, 2018 7:09 am    Post subject: Reply with quote

Code:
* IMPORTANT: config file '/etc/portage/package.use' needs updating.
* See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
* sections of the emerge man page to learn how to update config files.

first run etc-update and read the news
Code:
* IMPORTANT: 20 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.


Then you have gcc-4.9.4 that is hard masked. I think you used a old stage3 for installation
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum