Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

trying to update portage then system [solved]

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
38 posts
  • 1
  • 2
  • Next
Author
Message
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

trying to update portage then system [solved]

  • Quote

Post by doileir » Sat Feb 01, 2020 5:07 am

trying to update portage and keep getting collisions running

Code: Select all

emerge --sync
emerge -qav python
USE='-rsync-verify' emerge -qavO portage
emerge -qav portage	
get this after running USE='-rsync-verify' emerge -qavO portage

Code: Select all

 * Detected file collision(s):
 *
 *      /usr/lib/python-exec/python2.7/glsa-check
 *      /usr/share/man/man1/glsa-check.1.bz2
 *      /usr/bin/glsa-check
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * app-portage/gentoolkit-0.4.0:0::gentoo
 *      /usr/bin/glsa-check
 *      /usr/lib/python-exec/python2.7/glsa-check
 *      /usr/share/man/man1/glsa-check.1.bz2
 *
 * Package 'sys-apps/portage-9999' NOT merged due to file collisions. If
 * necessary, refer to your elog messages for the whole content of the
 * above message.

 * Messages for package sys-apps/portage-9999:

 * This package will overwrite one or more files that may belong to other
 * packages (see list below).
 *
 * Detected file collision(s):
 *
 *      /usr/lib/python-exec/python2.7/glsa-check
 *      /usr/share/man/man1/glsa-check.1.bz2
 *      /usr/bin/glsa-check
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * app-portage/gentoolkit-0.4.0:0::gentoo
 *      /usr/bin/glsa-check
 *      /usr/lib/python-exec/python2.7/glsa-check
 *      /usr/share/man/man1/glsa-check.1.bz2
 *
 * Package 'sys-apps/portage-9999' NOT merged due to file collisions. If
 * necessary, refer to your elog messages for the whole content of the
 * above message.

 * IMPORTANT: 31 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Last edited by doileir on Tue Feb 11, 2020 11:17 pm, edited 2 times in total.
Top
dmpogo
Advocate
Advocate
Posts: 3717
Joined: Thu Sep 02, 2004 9:21 pm
Location: Canada

  • Quote

Post by dmpogo » Sat Feb 01, 2020 6:05 am

9999 version of portage is masked. You had to do something special to unmask it to install
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Sat Feb 01, 2020 6:26 am

thats what i thought too but emerge told me to unmask it.... ill try updating it to a newer unmasked version
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31985
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Sat Feb 01, 2020 6:55 am

doileir wrote:thats what i thought too but emerge told me to unmask it.... ill try updating it to a newer unmasked version
When portage tell you to install a 9999 version for any packages means that you have a problem and the solution isn't install it
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Sat Feb 01, 2020 7:49 am

now i get this

Code: Select all

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

[ebuild     U ] sys-apps/portage-2.3.86 [2.3.6] USE="(ipc) native-extensions xattr -build -doc (-epydoc) -gentoo-dev% -rsync-verify% (-selinux) (-linguas_ru%)" PYTHON_TARGETS="python2_7 python3_6* -pypy3% -python3_7% -python3_8% (-pypy%) (-python3_4%*) (-python3_5%)"

Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild manifests
>>> Running pre-merge checks for sys-apps/portage-2.3.86
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     4.11.6-gentoo
 * Checking for suitable kernel configuration options...                                                                                                                                                                              [ ok ]
>>> Emerging (1 of 1) sys-apps/portage-2.3.86::gentoo
>>> Failed to emerge sys-apps/portage-2.3.86, Log file:
>>>  '/var/tmp/portage/sys-apps/portage-2.3.86/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 0.09, 0.05, 0.01

receiving incremental file list
portage-2.3.86.tar.bz2 -> 68/portage-2.3.86.tar.bz2

sent 27 bytes  received 104 bytes  262.00 bytes/sec
total size is 25  speedup is 0.19
/usr/portage/distfiles/portage-2.3.86.tar.bz2: No such file or directory
/usr/portage/distfiles/portage-2.3.86.tar.bz2: No such file or directory
/usr/portage/distfiles/portage-2.3.86.tar.bz2: No such file or directory
/usr/portage/distfiles/portage-2.3.86.tar.bz2: No such file or directory
/usr/portage/distfiles/portage-2.3.86.tar.bz2: No such file or directory
!!! Couldn't download 'portage-2.3.86.tar.bz2'. Aborting.
 * Fetch failed for 'sys-apps/portage-2.3.86', Log file:
 *  '/var/tmp/portage/sys-apps/portage-2.3.86/temp/build.log'

 * Messages for package sys-apps/portage-2.3.86:

 * Fetch failed for 'sys-apps/portage-2.3.86', Log file:
 *  '/var/tmp/portage/sys-apps/portage-2.3.86/temp/build.log'
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31985
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

  • Quote

Post by fedeliallalinea » Sat Feb 01, 2020 10:50 am

You can post your emerge --info?
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
dmpogo
Advocate
Advocate
Posts: 3717
Joined: Thu Sep 02, 2004 9:21 pm
Location: Canada

  • Quote

Post by dmpogo » Sat Feb 01, 2020 4:57 pm

Code: Select all

* Fetch failed for 'sys-apps/portage-2.3.86', Log file:
 *  '/var/tmp/portage/sys-apps/portage-2.3.86/temp/build.log
Is your network functional ? Also what is the content of this log file the build refers to ?
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Sat Feb 01, 2020 6:37 pm

emerge --info

Code: Select all

Portage 2.3.6 (python 3.4.8-final-0, default/linux/amd64/17.0, gcc-7.3.0, glibc-2.24-r2, 4.11.6-gentoo x86_64)
=================================================================
System uname: Linux-4.11.6-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E7200_@_2.53GHz-with-gentoo-2.4.1
KiB Mem:     2039080 total,    130832 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Sat, 01 Feb 2020 03:30:01 +0000
sh bash 4.4_p12
ld GNU ld (Gentoo 2.28 p1.2) 2.28
app-shells/bash:          4.4_p12::gentoo
dev-lang/perl:            5.24.1-r2::gentoo
dev-lang/python:          2.7.15::gentoo, 3.4.8-r1::gentoo, 3.6.9::gentoo, 3.7.0::gentoo
dev-util/cmake:           3.12.0::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1::gentoo
sys-apps/openrc:          0.27.2::gentoo
sys-apps/sandbox:         2.10-r4::gentoo
sys-devel/autoconf:       2.69-r3::gentoo
sys-devel/automake:       1.11.6-r2::gentoo, 1.13.4-r1::gentoo, 1.15.1-r2::gentoo
sys-devel/binutils:       2.28-r2::gentoo, 2.30-r3::gentoo
sys-devel/gcc:            7.3.0-r3::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r5::gentoo
sys-devel/make:           4.2.1-r1::gentoo
sys-kernel/linux-headers: 4.10::gentoo (virtual/os-headers)
sys-libs/glibc:           2.24-r2::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

fkmclane
    location: /var/lib/layman/fkmclane
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -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/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync 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="rsync://mirrors.rit.edu/gentoo/ rsync://mirrors.rit.edu/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
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 acl alsa amd64 anacron apache2 berkdb bzip2 cairo cli conntrack crypt css cups curl cxx dbus dns dri fortran ftp gdbm gif gnome gtk i915 iconv introspection ipfilter javascript jpeg jpeg2k libtirpc maildir maltilib modules multilib myspl myspli mysql mysqli ncurses netlink nftables nls nptl opengl openmp pam pcap pcre pdf perl php png posix postgres postscript python readline samba sasl sctp seccomp sendmail split-usr sqlite ssl static-libs systemd tcpd text threads tiff udev udisks unicode usb vhost xattr xkb xml zlib" ABI_X86="64" ADA_TARGET="gnat_2018" 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 sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis 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="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="intel i915" 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_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
log file

Code: Select all

receiving incremental file list
portage-2.3.86.tar.bz2 -> 68/portage-2.3.86.tar.bz2

sent 27 bytes  received 104 bytes  87.33 bytes/sec
total size is 25  speedup is 0.19
/usr/portage/distfiles/portage-2.3.86.tar.bz2: No such file or directory
/usr/portage/distfiles/portage-2.3.86.tar.bz2: No such file or directory
/usr/portage/distfiles/portage-2.3.86.tar.bz2: No such file or directory
/usr/portage/distfiles/portage-2.3.86.tar.bz2: No such file or directory
/usr/portage/distfiles/portage-2.3.86.tar.bz2: No such file or directory
!!! Couldn't download 'portage-2.3.86.tar.bz2'. Aborting.
 * Fetch failed for 'sys-apps/portage-2.3.86', Log file:
 *  '/var/tmp/portage/sys-apps/portage-2.3.86/temp/build.log'
yes my network is functional
Top
dmpogo
Advocate
Advocate
Posts: 3717
Joined: Thu Sep 02, 2004 9:21 pm
Location: Canada

  • Quote

Post by dmpogo » Sat Feb 01, 2020 8:21 pm

Can you just manually get

Code: Select all

wget dev.gentoo.org/~zmedico/portage/archives/portage-2.3.86.tar.bz2
and put it in /usr/portage/distfiles
,
Will emerge install it then ? (notice that 2.3.86 version is unstable, i.e ~amd64, so may require ACCEPT_KEYWORDS='~amd64' set. Stable is version 2.3.84-r1)
Top
Josef.95
Advocate
Advocate
Posts: 4857
Joined: Mon Sep 03, 2007 9:46 am
Location: Germany

trying to update portage

  • Quote

Post by Josef.95 » Sat Feb 01, 2020 10:38 pm

Hi,
the installed app-portage/gentoolkit-0.4.0:0 version is to old for new portage,
you should updating sys-apps/portage and app-portage/gentoolkit together.

And the distfiles issue, the installed sys-apps/portage version is to old for working with distfiles via rsync
As workaround you can try

Code: Select all

DISTDIR="/tmp" GENTOO_MIRRORS="" USE="-rsync-verify" emerge -av --oneshot "<sys-apps/portage-9999" app-portage/gentoolkit
/edit: adjusted the portage version.
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Sun Feb 02, 2020 10:07 pm

thanks for all your help its been appreciated

but think is a no go keep get packages blocked by this and that or masked by EAPI 7

think its just time to copy config files and start new again and try to remember to update more often this time
Top
Josef.95
Advocate
Advocate
Posts: 4857
Joined: Mon Sep 03, 2007 9:46 am
Location: Germany

  • Quote

Post by Josef.95 » Sun Feb 02, 2020 11:21 pm

Ah ok yes sorry, I forgot the EAPI=7 thing. For sys-apps/portage is for this a upgrade path available. I think upgrade first to =sys-apps/portage-2.3.69 should work.
You can try

Code: Select all

DISTDIR="/tmp" GENTOO_MIRRORS="" USE="-rsync-verify" emerge -av --oneshot "=sys-apps/portage-2.3.69"
and then
DISTDIR="/tmp" GENTOO_MIRRORS="" USE="-rsync-verify" emerge -av --oneshot "=sys-apps/portage-2.3.84-r1" "=app-portage/gentoolkit-0.4.6"
^ When this works, then a normal `emerge -avuDN @world` update should work.
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Mon Feb 03, 2020 2:37 am

I'll give that a shot when I can... thanks
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Tue Feb 04, 2020 10:04 pm

Errr still no go

DISTDIR="/tmp" GENTOO_MIRRORS="" USE="-rsync-verify" emerge -av --oneshot "=sys-apps/portage-2.3.69"

Code: Select all

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] dev-python/pyblake2-1.1.2::gentoo  PYTHON_TARGETS="python2_7 python3_6 -pypy3 -python3_7" 124 KiB
[ebuild     U  ] sys-apps/portage-2.3.69::gentoo [2.3.6::gentoo] USE="(ipc) native-extensions xattr -build -doc (-epydoc) -gentoo-dev% -rsync-verify% (-selinux) (-linguas_ru%)" PYTHON_TARGETS="python2_7 python3_6* -python3_7% (-pypy%) (-python3_4%*) (-python3_5%)" 1,004 KiB

Total: 2 packages (1 upgrade, 1 new), Size of downloads: 1,128 KiB

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-apps/portage:0

  (sys-apps/portage-2.3.69:0/0::gentoo, ebuild scheduled for merge) pulled in by
    =sys-apps/portage-2.3.69 (Argument)

  (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by
    sys-apps/portage[python_targets_python2_7(-),python_targets_python3_4(-),-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] required by (app-portage/gentoolkit-0.4.0:0/0::gentoo, installed)
                                                                                                                                                                                                                                             
    sys-apps/portage[python_targets_python2_7(-),python_targets_python3_4(-),-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (app-portage/layman-2.4.2:0/0::gentoo, installed)
                                                                                                                                                                                                                                             


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


!!! The following installed packages are masked:
- virtual/perl-CPAN-Meta-2.150.5-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Andreas K. Hüttel <dilfridge@gentoo.org> (2019-05-11)
# Perl 5.24 will be removed soon. Please upgrade.

- media-libs/jasper-2.0.12::gentoo (masked by: JasPer2.0 license(s))
- virtual/perl-Digest-MD5-2.540.0-r3::gentoo (masked by: package.mask)
- virtual/perl-Data-Dumper-2.160.0-r1::gentoo (masked by: package.mask)
- media-tv/plex-media-server-1.12.3::gentoo (masked by: Plex license(s))
A copy of the 'Plex' license is located at '/usr/portage/licenses/Plex'.

- virtual/perl-podlators-4.70.0-r1::gentoo (masked by: package.mask)
- dev-lang/perl-5.24.1-r2::gentoo (masked by: package.mask)
- sys-kernel/gentoo-sources-4.11.6::gentoo (masked by: freedist license(s))
A copy of the 'freedist' license is located at '/usr/portage/licenses/freedist'.

- media-fonts/font-bh-ttf-1.0.3::gentoo (masked by: bh-luxi license(s))
A copy of the 'bh-luxi' license is located at '/usr/portage/licenses/bh-luxi'.

- sys-libs/binutils-libs-2.28-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (2017-05-21 and later updates)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.

- virtual/perl-ExtUtils-Install-2.40.0-r3::gentoo (masked by: package.mask)
/usr/portage/profiles/arch/base/package.mask:
# Andreas K. Hüttel <dilfridge@gentoo.org> (2019-08-30)
# Perl 5.26 will be removed soon. Please upgrade.
# This block is here (and not in ../../package.mask) since we still need
# it and unmask it on hppa and sparc. See bug 676062 and bug 683018.

- virtual/perl-Getopt-Long-2.480.0-r1::gentoo (masked by: package.mask)
- virtual/perl-Module-Metadata-1.0.31-r1::gentoo (masked by: package.mask)
- sys-libs/glibc-2.24-r2::gentoo (masked by: package.mask)
- virtual/perl-Carp-1.400.0-r1::gentoo (masked by: package.mask)
- virtual/perl-parent-0.234.0-r1::gentoo (masked by: package.mask)
- virtual/perl-Exporter-5.720.0-r3::gentoo (masked by: package.mask)
- sys-devel/binutils-2.30-r3::gentoo (masked by: package.mask)
- virtual/perl-version-0.991.600-r1::gentoo (masked by: package.mask)
- media-fonts/font-bh-type1-1.0.3::gentoo (masked by: bh-luxi license(s))
- virtual/perl-ExtUtils-ParseXS-3.310.0-r1::gentoo (masked by: package.mask)
- virtual/perl-ExtUtils-CBuilder-0.280.225-r2::gentoo (masked by: package.mask)
- virtual/perl-Perl-OSType-1.9.0-r1::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
more masked packages

tried to update perl

Code: Select all

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U #] dev-lang/perl-5.26.2:0/5.26::gentoo [5.24.1-r2:0/5.24::gentoo] USE="berkdb gdbm -debug -doc -ithreads" 11,770 KiB

Total: 1 package (1 upgrade), Size of downloads: 11,770 KiB

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-lang/perl:0

  (dev-lang/perl-5.26.2:0/5.26::gentoo, ebuild scheduled for merge) pulled in by
    =dev-lang/perl-5.26.2 (Argument)
    =dev-lang/perl-5.26* required by (virtual/perl-ExtUtils-Manifest-1.700.0-r4:0/0::gentoo, installed)
    ^              ^^^^^
    (and 6 more with the same problems)

  (dev-lang/perl-5.24.1-r2:0/5.24::gentoo, installed) pulled in by
    dev-lang/perl:0/5.24= required by (dev-perl/DBI-1.636.0:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Digest-SHA-5.950.100_rc-r2:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Text-ParseWords-3.300.0-r3:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Parse-CPAN-Meta-1.441.700.100_rc:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (dev-perl/libintl-perl-1.240.0-r2:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (sys-apps/texinfo-6.3:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24=[-build(-)] required by (dev-vcs/git-2.13.1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Digest-MD5-2.540.0-r3:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Sys-Syslog-0.330.100_rc-r2:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Getopt-Long-2.480.0-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (net-print/cups-filters-1.14.0:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-CPAN-Meta-2.150.5-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-ExtUtils-MakeMaker-7.100.200_rc:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-JSON-PP-2.273.0.100_rc-r2:0/0::gentoo, installed)
                 ^^^^^^^^
    >=dev-lang/perl-5.8:0/5.24= required by (dev-db/postgresql-9.6.3-r1:9.6/9.6::gentoo, installed)
                       ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-ExtUtils-ParseXS-3.310.0-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-MIME-Base64-3.150.0-r3:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Data-Dumper-2.160.0-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-podlators-4.70.0-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-ExtUtils-CBuilder-0.280.225-r2:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (media-gfx/graphite2-1.3.10:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (dev-perl/DBD-mysql-4.42.0:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Storable-2.560.100_rc:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Encode-2.800.100_rc:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (app-editors/vim-8.0.0386-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (dev-perl/Net-SSLeay-1.810.0:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-libnet-3.80.100_rc:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24=[-build(-)] required by (net-nds/openldap-2.4.44-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    =dev-lang/perl-5.24* required by (virtual/perl-CPAN-Meta-2.150.5-r1:0/0::gentoo, installed)
    ^              ^^^^^
    dev-lang/perl:0/5.24= required by (dev-perl/IO-Socket-SSL-2.48.0:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Perl-OSType-1.9.0-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-CPAN-Meta-YAML-0.18.0-r2:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-File-Spec-3.630.100_rc:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-ExtUtils-Install-2.40.0-r3:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Carp-1.400.0-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-ExtUtils-Manifest-1.700.0-r4:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Module-Metadata-1.0.31-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-version-0.991.600-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-parent-0.234.0-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (net-fs/samba-4.5.10:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Exporter-5.720.0-r3:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Test-Harness-3.360.100_rc:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24=[-build(-)] required by (dev-perl/Net-Daemon-0.480.0-r1:0/0::gentoo, installed)
                 ^^^^^^^^
    dev-lang/perl:0/5.24= required by (virtual/perl-Locale-Maketext-1.260.100_rc-r2:0/0::gentoo, installed)
                 ^^^^^^^^
    (and 50 more with the same problems)

NOTE: Use the '--verbose-conflicts' option to display parents omitted above

!!! The slot conflict(s) shown above involve package(s) which may need to
!!! be rebuilt in order to solve the conflict(s). However, the following
!!! package(s) cannot be rebuilt for the reason(s) shown:

  (virtual/perl-ExtUtils-ParseXS-3.310.0-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (net-print/cups-filters-1.14.0:0/0::gentoo, installed): ebuild is masked or unavailable
  (dev-perl/Net-Daemon-0.480.0-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-podlators-4.70.0-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-libnet-3.80.100_rc:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-JSON-PP-2.273.0.100_rc-r2:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Perl-OSType-1.9.0-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-File-Spec-3.630.100_rc:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Carp-1.400.0-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (net-nds/openldap-2.4.44-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (dev-perl/libintl-perl-1.240.0-r2:0/0::gentoo, installed): ebuild is masked or unavailable
  (dev-vcs/git-2.13.1:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-ExtUtils-Manifest-1.700.0-r4:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-MIME-Base64-3.150.0-r3:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Digest-MD5-2.540.0-r3:0/0::gentoo, installed): ebuild is masked or unavailable
  (dev-perl/DBI-1.636.0:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Locale-Maketext-1.260.100_rc-r2:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-CPAN-Meta-2.150.5-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-parent-0.234.0-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Data-Dumper-2.160.0-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-ExtUtils-MakeMaker-7.100.200_rc:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Digest-SHA-5.950.100_rc-r2:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-ExtUtils-CBuilder-0.280.225-r2:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Getopt-Long-2.480.0-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (app-editors/vim-8.0.0386-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (net-fs/samba-4.5.10:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-CPAN-Meta-YAML-0.18.0-r2:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Test-Harness-3.360.100_rc:0/0::gentoo, installed): ebuild is masked or unavailable
  (dev-perl/Net-SSLeay-1.810.0:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Text-ParseWords-3.300.0-r3:0/0::gentoo, installed): ebuild is masked or unavailable
  (dev-db/postgresql-9.6.3-r1:9.6/9.6::gentoo, installed): ebuild is masked or unavailable
  (sys-apps/texinfo-6.3:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Exporter-5.720.0-r3:0/0::gentoo, installed): ebuild is masked or unavailable
  (dev-perl/IO-Socket-SSL-2.48.0:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Sys-Syslog-0.330.100_rc-r2:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Storable-2.560.100_rc:0/0::gentoo, installed): ebuild is masked or unavailable
  (dev-perl/DBD-mysql-4.42.0:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-ExtUtils-Install-2.40.0-r3:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Encode-2.800.100_rc:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-version-0.991.600-r1:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Parse-CPAN-Meta-1.441.700.100_rc:0/0::gentoo, installed): ebuild is masked or unavailable
  (media-gfx/graphite2-1.3.10:0/0::gentoo, installed): ebuild is masked or unavailable
  (virtual/perl-Module-Metadata-1.0.31-r1:0/0::gentoo, installed): ebuild is masked or unavailable


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


The following mask changes are necessary to proceed:
 (see "package.unmask" in the portage(5) man page for more details)
# required by =dev-lang/perl-5.26.2 (argument)
# /usr/portage/profiles/arch/base/package.mask:
# Andreas K. Hüttel <dilfridge@gentoo.org> (2019-08-30)
# Perl 5.26 will be removed soon. Please upgrade.
# This block is here (and not in ../../package.mask) since we still need
# it and unmask it on hppa and sparc. See bug 676062 and bug 683018.
=dev-lang/perl-5.26.2

NOTE: The --autounmask-keep-masks option will prevent emerge
      from creating package.unmask or ** keyword changes.

!!! The following installed packages are masked:
- sys-libs/binutils-libs-2.28-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (2017-05-21 and later updates)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.

- media-fonts/font-bh-type1-1.0.3::gentoo (masked by: bh-luxi license(s))
A copy of the 'bh-luxi' license is located at '/usr/portage/licenses/bh-luxi'.

- virtual/perl-podlators-4.70.0-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Andreas K. Hüttel <dilfridge@gentoo.org> (2019-05-11)
# Perl 5.24 will be removed soon. Please upgrade.

- virtual/perl-Perl-OSType-1.9.0-r1::gentoo (masked by: package.mask)
- virtual/perl-Carp-1.400.0-r1::gentoo (masked by: package.mask)
- sys-devel/binutils-2.30-r3::gentoo (masked by: package.mask)
- dev-lang/perl-5.24.1-r2::gentoo (masked by: package.mask)
- virtual/perl-CPAN-Meta-2.150.5-r1::gentoo (masked by: package.mask)
- virtual/perl-Exporter-5.720.0-r3::gentoo (masked by: package.mask)
/usr/portage/profiles/arch/base/package.mask:
# Andreas K. Hüttel <dilfridge@gentoo.org> (2019-08-30)
# Perl 5.26 will be removed soon. Please upgrade.
# This block is here (and not in ../../package.mask) since we still need
# it and unmask it on hppa and sparc. See bug 676062 and bug 683018.

- media-fonts/font-bh-ttf-1.0.3::gentoo (masked by: bh-luxi license(s))
- media-tv/plex-media-server-1.12.3::gentoo (masked by: Plex license(s))
A copy of the 'Plex' license is located at '/usr/portage/licenses/Plex'.

- virtual/perl-Data-Dumper-2.160.0-r1::gentoo (masked by: package.mask)
- virtual/perl-Digest-MD5-2.540.0-r3::gentoo (masked by: package.mask)
- virtual/perl-parent-0.234.0-r1::gentoo (masked by: package.mask)
- media-libs/jasper-2.0.12::gentoo (masked by: JasPer2.0 license(s))
- virtual/perl-ExtUtils-CBuilder-0.280.225-r2::gentoo (masked by: package.mask)
- virtual/perl-Getopt-Long-2.480.0-r1::gentoo (masked by: package.mask)
- sys-kernel/gentoo-sources-4.11.6::gentoo (masked by: freedist license(s))
A copy of the 'freedist' license is located at '/usr/portage/licenses/freedist'.

- virtual/perl-ExtUtils-ParseXS-3.310.0-r1::gentoo (masked by: package.mask)
- sys-libs/glibc-2.24-r2::gentoo (masked by: package.mask)
- virtual/perl-Module-Metadata-1.0.31-r1::gentoo (masked by: package.mask)
- virtual/perl-ExtUtils-Install-2.40.0-r3::gentoo (masked by: package.mask)
- virtual/perl-version-0.991.600-r1::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Top
Josef.95
Advocate
Advocate
Posts: 4857
Joined: Mon Sep 03, 2007 9:46 am
Location: Germany

trying to update portage

  • Quote

Post by Josef.95 » Wed Feb 05, 2020 12:55 am

doileir wrote:Errr still no go

DISTDIR="/tmp" GENTOO_MIRRORS="" USE="-rsync-verify" emerge -av --oneshot "=sys-apps/portage-2.3.69"

Code: Select all

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] dev-python/pyblake2-1.1.2::gentoo  PYTHON_TARGETS="python2_7 python3_6 -pypy3 -python3_7" 124 KiB
[ebuild     U  ] sys-apps/portage-2.3.69::gentoo [2.3.6::gentoo] USE="(ipc) native-extensions xattr -build -doc (-epydoc) -gentoo-dev% -rsync-verify% (-selinux) (-linguas_ru%)" PYTHON_TARGETS="python2_7 python3_6* -python3_7% (-pypy%) (-python3_4%*) (-python3_5%)" 1,004 KiB

Total: 2 packages (1 upgrade, 1 new), Size of downloads: 1,128 KiB

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

sys-apps/portage:0

  (sys-apps/portage-2.3.69:0/0::gentoo, ebuild scheduled for merge) pulled in by
    =sys-apps/portage-2.3.69 (Argument)

  (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by
    sys-apps/portage[python_targets_python2_7(-),python_targets_python3_4(-),-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] required by (app-portage/gentoolkit-0.4.0:0/0::gentoo, installed)
                                                                                                                                                                                                                                             
    sys-apps/portage[python_targets_python2_7(-),python_targets_python3_4(-),-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (app-portage/layman-2.4.2:0/0::gentoo, installed)
                                                                                                                                                                                                                                             
[...]
Hm yes, this error message meaning all three packages (portage, gentoolkit, and layman) must build with the same python_targets,
but python3_4 is gone long time ago, and the gentoolkit version is only with EAPI=7 available (that the old installed portage version not supported) :-/

I think the following should work:
1) unmerge app-portage/gentoolkit package temporally
2) update portage to =sys-apps/portage-2.3.69 together with =layman-2.4.2-r1 (this version is EAPI=5)
3) updating to stable =sys-apps/portage-2.3.84-r1
4) installing then stable =gentoolkit-0.4.6

Code: Select all

emerge -av --unmerge app-portage/gentoolkit
DISTDIR="/tmp" GENTOO_MIRRORS="" USE="-rsync-verify" emerge -av --oneshot "=sys-apps/portage-2.3.69" "=app-portage/layman-2.4.2-r1"
DISTDIR="/tmp" GENTOO_MIRRORS="" USE="-rsync-verify" emerge -av --oneshot "=sys-apps/portage-2.3.84-r1"
emerge -av "=app-portage/gentoolkit-0.4.6"
I think it should work :)
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Wed Feb 05, 2020 4:48 am

still no go

ran
emerge -av --unmerge app-portage/gentoolkit
DISTDIR="/tmp" GENTOO_MIRRORS="" USE="-rsync-verify" emerge -av --oneshot "=sys-apps/portage-2.3.69" "=app-portage/layman-2.4.2-r1"

Code: Select all

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-python/pyopenssl:0

  (dev-python/pyopenssl-17.0.0:0/0::gentoo, installed) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (dev-python/pyopenssl-17.5.0:0/0::gentoo, ebuild scheduled for merge) pulled in by
    >=dev-python/pyopenssl-0.14[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_6(-)?,-python_single_target_python3_6(-),python_targets_python3_7(-)?,-python_single_target_python3_7(-)] required by (dev-python/requests-2.21.0-r1:0/0::gentoo, ebuild scheduled for merge)
                                                                                                                                                                                                                                             
    >=dev-python/pyopenssl-0.14[python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)] required by (dev-python/urllib3-1.24.2:0/0::gentoo, ebuild scheduled for merge)
                                                                                                                                                                                                                                             


!!! Enabling --newuse and --update might solve this conflict.
!!! If not, it might help emerge to give a more specific suggestion.


!!! All ebuilds that could satisfy "virtual/python-enum34[python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-)]" have been masked.
!!! One of the following masked packages is required to complete your request:
- virtual/python-enum34-2::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 "dev-python/cryptography-2.6.1-r1::gentoo" [ebuild])
(dependency required by "dev-python/pyopenssl-17.5.0::gentoo" [ebuild])
(dependency required by "dev-python/requests-2.21.0-r1::gentoo[ssl]" [ebuild])
(dependency required by "dev-python/ssl-fetch-0.4::gentoo" [ebuild])
(dependency required by "app-portage/layman-2.4.2-r1::gentoo" [ebuild])
(dependency required by "=app-portage/layman-2.4.2-r1" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
sorry this is a 4 year old system that i failed to update regularly
i do so really appreciate the help i'm getting here you guys are the best
Top
Josef.95
Advocate
Advocate
Posts: 4857
Joined: Mon Sep 03, 2007 9:46 am
Location: Germany

  • Quote

Post by Josef.95 » Wed Feb 05, 2020 8:58 am

Hehe yes, its tricky ..
python deps pulled in :-/
I think best is, unmerge layman temporally too (you can install it later new)
And, build sys-apps/portage fist only with python3.6 support (it should prevent the pyblake2 dep)
Lets try:

Code: Select all

emerge -av --unmerge app-portage/layman
PYTHON_TARGETS="python3_6" DISTDIR="/tmp" GENTOO_MIRRORS="" USE="-rsync-verify" emerge -av --oneshot "=sys-apps/portage-2.3.69"
PYTHON_TARGETS="python3_6" DISTDIR="/tmp" GENTOO_MIRRORS="" USE="-rsync-verify" emerge -av --oneshot "=sys-apps/portage-2.3.84-r1"
PYTHON_TARGETS="python3_6" emerge -av "=app-portage/gentoolkit-0.4.6"
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Wed Feb 05, 2020 9:50 pm

That worked!!!

yes finally getting somewhere thanks to all your help

now onto the next step update system
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Wed Feb 05, 2020 10:33 pm

again thank you for all the help
i'm getting back in to working with my system its been awhile since i've gone through and update system
i usually just get frustrated and just reinstall but i would like get back to knowing how to fix this stuff, but i'm still new again and really appreciate the help

so on that note here's a the next problem...looks like perl

emerge --update --newuse --deep --with-bdeps=y @world

Code: Select all

Calculating dependencies... done!

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-lang/perl:0

  (dev-lang/perl-5.30.1:0/5.30::gentoo, ebuild scheduled for merge) USE="berkdb gdbm -debug -doc -ithreads" ABI_X86="(64)" pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (dev-lang/perl-5.24.1-r2:0/5.24::gentoo, installed) USE="berkdb gdbm -debug -doc -ithreads" ABI_X86="(64)" pulled in by
    dev-lang/perl:0/5.24=[-build(-)] required by (dev-perl/XML-Parser-2.440.0:0/0::gentoo, installed) USE="" ABI_X86="(64)"
                 ^^^^^^^^
    (and 3 more with the same problem)

NOTE: Use the '--verbose-conflicts' option to display parents omitted above

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


!!! The following updates are masked by LICENSE changes:
- media-tv/plex-media-server-1.18.4::gentoo (masked by: Plex license(s))
A copy of the 'Plex' license is located at '/usr/portage/licenses/Plex'.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


!!! The ebuild selected to satisfy "app-text/mupdf" has unmet requirements.
- app-text/mupdf-1.16.1::gentoo USE="X javascript opengl ssl static-libs -libressl" ABI_X86="(64)"

  The following REQUIRED_USE flag constraints are unsatisfied:
    opengl? ( !static-libs )

(dependency required by "net-print/cups-filters-1.26.2::gentoo[pdf]" [ebuild])
(dependency required by "net-print/cups-2.3.1::gentoo" [ebuild])
(dependency required by "x11-libs/gtk+-3.24.13::gentoo[cups]" [ebuild])
(dependency required by "x11-themes/adwaita-icon-theme-3.32.0::gentoo" [ebuild])
(dependency required by "x11-libs/gtk+-2.24.32-r1::gentoo" [ebuild])
(dependency required by "x11-themes/gtk-engines-adwaita-3.28::gentoo" [ebuild])
Top
Josef.95
Advocate
Advocate
Posts: 4857
Joined: Mon Sep 03, 2007 9:46 am
Location: Germany

  • Quote

Post by Josef.95 » Thu Feb 06, 2020 2:18 am

Hehe cool, the package manager (sys-apps/portage) is updated -- great :)

Lets try the next step (updating the system @world)
doileir wrote:

Code: Select all

!!! The following updates are masked by LICENSE changes:
- media-tv/plex-media-server-1.18.4::gentoo (masked by: Plex license(s))
A copy of the 'Plex' license is located at '/usr/portage/licenses/Plex'.
Please accept the license if you would using this package. I think set in make.conf
ACCEPT_LICENSE="* -@EULA"
should be fine. For info please read the news item

Code: Select all

!!! The ebuild selected to satisfy "app-text/mupdf" has unmet requirements.
- app-text/mupdf-1.16.1::gentoo USE="X javascript opengl ssl static-libs -libressl" ABI_X86="(64)"

  The following REQUIRED_USE flag constraints are unsatisfied:
    opengl? ( !static-libs )
This meaning, if USE=opengl is set, then USE=static-libs can not added.
Sounds like you have set USE=static-libs global in make.conf -- this is not a good idea. Please enable this useflag only via package basis, in package.use
(remove static-libs from make.conf should help).
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Thu Feb 06, 2020 4:44 am

emerge --update --newuse --deep --with-bdeps=y @world

not the full list only the blocks, got to long to post in thread

Code: Select all

[blocks B      ] <x11-proto/xextproto-7.3.0-r1 ("<x11-proto/xextproto-7.3.0-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/scrnsaverproto-1.2.2-r2 ("<x11-proto/scrnsaverproto-1.2.2-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/randrproto-1.5.0-r1 ("<x11-proto/randrproto-1.5.0-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/xineramaproto-1.2.1-r2 ("<x11-proto/xineramaproto-1.2.1-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/xproto-7.0.31-r1 ("<x11-proto/xproto-7.0.31-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/compositeproto-0.4.2-r2 ("<x11-proto/compositeproto-0.4.2-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/inputproto-2.3.2-r1 ("<x11-proto/inputproto-2.3.2-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/xcmiscproto-1.2.2-r1 ("<x11-proto/xcmiscproto-1.2.2-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/fontsproto-2.1.3-r1 ("<x11-proto/fontsproto-2.1.3-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/fixesproto-5.0-r2 ("<x11-proto/fixesproto-5.0-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/xf86driproto-2.1.1-r2 ("<x11-proto/xf86driproto-2.1.1-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/kbproto-1.0.7-r1 ("<x11-proto/kbproto-1.0.7-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/glproto-1.4.17-r2 ("<x11-proto/glproto-1.4.17-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/videoproto-2.3.3-r1 ("<x11-proto/videoproto-2.3.3-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/trapproto-3.4.3-r1 ("<x11-proto/trapproto-3.4.3-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/xf86vidmodeproto-2.3.1-r2 ("<x11-proto/xf86vidmodeproto-2.3.1-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/dri2proto-2.8-r2 ("<x11-proto/dri2proto-2.8-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/xf86dgaproto-2.1-r3 ("<x11-proto/xf86dgaproto-2.1-r3" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/recordproto-1.14.2-r2 ("<x11-proto/recordproto-1.14.2-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] x11-proto/xf86rushproto ("x11-proto/xf86rushproto" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/bigreqsproto-1.1.2-r1 ("<x11-proto/bigreqsproto-1.1.2-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] sys-apps/sysvinit ("sys-apps/sysvinit" is blocking sys-apps/systemd-244)
[blocks B      ] <x11-proto/dri3proto-1.0-r1 ("<x11-proto/dri3proto-1.0-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/damageproto-1.2.1-r2 ("<x11-proto/damageproto-1.2.1-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/resourceproto-1.2.0-r1 ("<x11-proto/resourceproto-1.2.0-r1" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/renderproto-0.11.1-r2 ("<x11-proto/renderproto-0.11.1-r2" is blocking x11-base/xorg-proto-2019.2)
[blocks B      ] <x11-proto/presentproto-1.1-r1 ("<x11-proto/presentproto-1.1-r1" is blocking x11-base/xorg-proto-2019.2)

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-lang/perl:0

  (dev-lang/perl-5.30.1:0/5.30::gentoo, ebuild scheduled for merge) USE="berkdb gdbm -debug -doc -ithreads" ABI_X86="(64)" pulled in by
    =dev-lang/perl-5.30* required by (virtual/perl-Sys-Syslog-0.350.0-r2:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    ^              ^^^^^
    (and 38 more with the same problem)

  (dev-lang/perl-5.24.1-r2:0/5.24::gentoo, installed) USE="berkdb gdbm -debug -doc -ithreads" ABI_X86="(64)" pulled in by
    dev-lang/perl:0/5.24=[-build(-)] required by (dev-perl/Text-WrapI18N-0.60.0-r1:0/0::gentoo, installed) USE="" ABI_X86="(64)"
                 ^^^^^^^^
    (and 10 more with the same problem)

x11-base/xorg-server:0

  (x11-base/xorg-server-1.20.7:0/1.20.7::gentoo, ebuild scheduled for merge) USE="suid systemd udev xorg -debug -dmx -doc -elogind -ipv6 -kdrive -libglvnd -libressl -minimal (-selinux) -static-libs -unwind -wayland -xcsecurity -xephyr -xnest -xvfb" ABI_X86="(64)" pulled in by
    >=x11-base/xorg-server-1.20[xorg] required by (x11-drivers/xf86-video-intel-2.99.917_p20190301:0/0::gentoo, ebuild scheduled for merge) USE="dri sna udev -debug -tools -uxa -xvmc" ABI_X86="(64)"
    ^^                     ^^^^                                                                                                                                                                                                              
    (and 1 more with the same problem)

  (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)" pulled in by
    x11-base/xorg-server:0/1.19.3= required by (x11-drivers/xf86-input-keyboard-1.9.0:0/0::gentoo, installed) USE="" ABI_X86="(64)"
                        ^^^^^^^^^^

dev-libs/openssl:0

  (dev-libs/openssl-1.1.1d-r3:0/1.1::gentoo, ebuild scheduled for merge) USE="asm sctp zlib -bindist -rfc3779 -sslv3 -static-libs -test -tls-heartbeat -vanilla" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)" pulled in by
    >=dev-libs/openssl-1.1.0g:0[bindist=] required by (net-misc/openssh-8.1_p1-r1:0/0::gentoo, ebuild scheduled for merge) USE="X pam pie sctp ssl -X509 -audit -bindist -debug -hpn -kerberos -ldns -libedit -libressl -livecd (-selinux) -static -test -xmss" ABI_X86="(64)"
    ^^                 ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
    (and 1 more with the same problem)

  (dev-libs/openssl-1.0.2u:0/0::gentoo, ebuild scheduled for merge) USE="asm sctp sslv3 tls-heartbeat zlib -bindist -gmp -kerberos -rfc3779 -sslv2 -static-libs -test -vanilla" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)" pulled in by
    dev-libs/openssl:0/0= required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"
                    ^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

NOTE: Use the '--verbose-conflicts' option to display parents omitted above

!!! The slot conflict(s) shown above involve package(s) which may need to
!!! be rebuilt in order to solve the conflict(s). However, the following
!!! package(s) cannot be rebuilt for the reason(s) shown:

  (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed): ebuild is masked or unavailable


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (x11-proto/xextproto-7.3.0:0/0::gentoo, installed) pulled in by
    >=x11-proto/xextproto-7.2.99.901 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"
    >=x11-proto/xextproto-7.2.1-r1[abi_x86_64(-)] required by (x11-proto/fixesproto-5.0-r1:0/0::gentoo, installed) USE="" ABI_X86="(64) -32 (-x32)"

  (x11-base/xorg-proto-2019.2:0/0::gentoo, ebuild scheduled for merge) pulled in by
    x11-base/xorg-proto required by (x11-libs/libXft-2.3.3:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXdamage-1.1.5:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libfontenc-1.1.4:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64)"
    x11-base/xorg-proto required by (media-libs/freeglut-3.2.1:0/0::gentoo, ebuild scheduled for merge) USE="-debug -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/xauth-1.1:0/0::gentoo, ebuild scheduled for merge) USE="-ipv6 -test" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libICE-1.0.10:0/0::gentoo, ebuild scheduled for merge) USE="-ipv6 -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXxf86dga-1.1.5:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/xev-1.2.3:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libxkbfile-1.1.0:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/xcb-util-keysyms-0.4.0-r1:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs -test" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/xkbutils-1.0.4:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libXau-1.0.9:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/xwd-1.0.7:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-drivers/xf86-video-intel-2.99.917_p20190301:0/0::gentoo, ebuild scheduled for merge) USE="dri sna udev -debug -tools -uxa -xvmc" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-apps/xgamma-1.0.6:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libXdmcp-1.1.3:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (media-libs/mesa-20.0.0_rc1:0/0::gentoo, ebuild scheduled for merge) USE="X classic dri3 egl gallium gbm gles2 llvm -d3d9 -debug -gles1 -libglvnd -lm-sensors -opencl -osmesa (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan -vulkan-overlay -wayland -xa -xvmc" ABI_X86="(64) -32 (-x32)" VIDEO_CARDS="i915 intel (-freedreno) -i965 -iris (-lima) -nouveau (-panfrost) -r100 -r200 -r300 -r600 -radeon -radeonsi (-vc4) -virgl (-vivante) -vmware"
    x11-base/xorg-proto required by (x11-drivers/xf86-input-keyboard-1.9.0:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-apps/xdriinfo-1.0.6:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libXrender-0.9.10-r1:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/mkfontscale-1.2.1:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libxshmfence-1.3-r1:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/xprop-1.2.4:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-apps/xrandr-1.5.1:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/pango-1.42.4-r2:0/0::gentoo, ebuild scheduled for merge) USE="X introspection -test" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXinerama-1.1.4:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXext-1.3.4:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/xcb-util-cursor-0.1.3-r2:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs -test" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/iceauth-1.0.8:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/gtk+-3.24.13:3/3::gentoo, ebuild scheduled for merge) USE="X cups introspection (-aqua) -broadway -cloudprint -colord -examples -gtk-doc -test -vim-syntax -wayland -xinerama" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/cairo-1.16.0-r3:0/0::gentoo, ebuild scheduled for merge) USE="X glib opengl svg (-aqua) -debug (-gles2-only) -static-libs -utils -valgrind" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXaw-1.0.13-r1:0/0::gentoo, ebuild scheduled for merge) USE="-deprecated -doc -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXt-1.2.0:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs -test" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXv-1.0.11-r1:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/xdpyinfo-1.3.2:0/0::gentoo, installed) USE="-dga -dmx -xinerama" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/xcb-util-image-0.4.0-r1:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs -test" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/setxkbmap-1.3.2:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libXScrnSaver-1.2.3:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-drivers/xf86-input-mouse-1.9.3:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-apps/x11perf-1.6.1:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-apps/rgb-1.0.6:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-apps/sessreg-1.1.2:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libxkbcommon-0.10.0:0/0::gentoo, ebuild scheduled for merge) USE="X -doc -test" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libX11-1.6.9:0/0::gentoo, ebuild scheduled for merge) USE="-doc -ipv6 -static-libs -test" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXtst-1.2.3-r1:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libSM-1.2.3:0/0::gentoo, ebuild scheduled for merge) USE="uuid -doc -ipv6 -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/xinput-1.6.3:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-drivers/xf86-input-libinput-0.29.0:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-apps/bdftopcf-1.1:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libXi-1.7.10:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/xwininfo-1.1.5:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libXmu-1.1.3:0/0::gentoo, ebuild scheduled for merge) USE="-doc -ipv6 -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXxf86vm-1.1.4-r1:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXpm-3.5.13:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-misc/makedepend-1.0.6:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libXfont2-2.0.4:0/0::gentoo, ebuild scheduled for merge) USE="bzip2 -doc -ipv6 -static-libs -truetype" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/libXfixes-5.0.3-r1:0/0::gentoo, ebuild scheduled for merge) USE="-static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXrandr-1.5.2:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-libs/libXcomposite-0.4.5:0/0::gentoo, ebuild scheduled for merge) USE="-doc -static-libs" ABI_X86="(64) -32 (-x32)"
    >=x11-base/xorg-proto-2018.4 required by (x11-base/xorg-server-1.20.7:0/1.20.7::gentoo, ebuild scheduled for merge) USE="suid systemd udev xorg -debug -dmx -doc -elogind -ipv6 -kdrive -libglvnd -libressl -minimal (-selinux) -static-libs -unwind -wayland -xcsecurity -xephyr -xnest -xvfb" ABI_X86="(64)"
    x11-base/xorg-proto required by (x11-libs/gtk+-2.24.32-r1:2/2::gentoo, ebuild scheduled for merge) USE="cups introspection (-aqua) -examples -test -vim-syntax -xinerama" ABI_X86="(64) -32 (-x32)"
    x11-base/xorg-proto required by (x11-apps/xf86dga-1.0.3:0/0::gentoo, installed) USE="" ABI_X86="(64)"

  (x11-proto/scrnsaverproto-1.2.2-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/scrnsaverproto-1.1 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/randrproto-1.5.0:0/0::gentoo, installed) pulled in by
    >=x11-proto/randrproto-1.5.0 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/xineramaproto-1.2.1-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/xineramaproto-1.1.3 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/xproto-7.0.31:0/0::gentoo, installed) pulled in by
    >=x11-proto/xproto-7.0.31 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/compositeproto-0.4.2-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/compositeproto-0.4 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/inputproto-2.3.2:0/0::gentoo, installed) pulled in by
    >=x11-proto/inputproto-2.3 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/xcmiscproto-1.2.2:0/0::gentoo, installed) pulled in by
    >=x11-proto/xcmiscproto-1.2.0 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/fontsproto-2.1.3:0/0::gentoo, installed) pulled in by
    >=x11-proto/fontsproto-2.1.3 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/fixesproto-5.0-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/fixesproto-5.0 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/xf86driproto-2.1.1-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/xf86driproto-2.1.0 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/kbproto-1.0.7:0/0::gentoo, installed) pulled in by
    >=x11-proto/kbproto-1.0.3 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/glproto-1.4.17-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/glproto-1.4.17-r1 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/videoproto-2.3.3:0/0::gentoo, installed) pulled in by
    >=x11-proto/videoproto-2.2.2 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/trapproto-3.4.3:0/0::gentoo, installed) pulled in by
    >=x11-proto/trapproto-3.4.3 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/xf86vidmodeproto-2.3.1-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/xf86vidmodeproto-2.2.99.1 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/dri2proto-2.8-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/dri2proto-2.8 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/xf86dgaproto-2.1-r2:0/0::gentoo, installed) pulled in by
    >=x11-proto/xf86dgaproto-2.0.99.1 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/recordproto-1.14.2-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/recordproto-1.13.99.1 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/xf86rushproto-1.1.2-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/xf86rushproto-1.1.2 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/bigreqsproto-1.1.2:0/0::gentoo, installed) pulled in by
    >=x11-proto/bigreqsproto-1.1.0 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (sys-apps/sysvinit-2.96:0/0::gentoo, ebuild scheduled for merge) pulled in by
    >=sys-apps/sysvinit-2.86-r6[selinux?] (>=sys-apps/sysvinit-2.86-r6) required by (sys-apps/openrc-0.42.1:0/0::gentoo, ebuild scheduled for merge) USE="ncurses netifrc pam (split-usr) unicode -audit -bash -debug -newnet (-prefix) (-selinux) -static-libs -sysv-utils" ABI_X86="(64)"

  (sys-apps/systemd-244:0/2::gentoo, ebuild scheduled for merge) pulled in by
    sys-apps/systemd:0= required by (net-fs/samba-4.11.4:0/0::gentoo, ebuild scheduled for merge) USE="acl cups pam python system-mitkrb5 systemd -addc -addns -ads -ceph -client -cluster -debug (-dmapi) (-fam) -gpg -iprint -json -ldap -profiling-data -quota (-selinux) -syslog (-system-heimdal) -test -winbind -zeroconf" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python3_6 -python3_7" PYTHON_TARGETS="python3_6 -python3_7"
    sys-apps/systemd required by (net-vpn/openvpn-2.4.7-r1:0/0::gentoo, ebuild scheduled for merge) USE="lzo pam plugins ssl systemd -down-root -examples -inotify -iproute2 -libressl -lz4 -mbedtls -pkcs11 (-selinux) -static -test" ABI_X86="(64)"
    sys-apps/systemd required by (dev-db/postgresql-12.1:12/12::gentoo, ebuild scheduled for merge) USE="nls pam perl python readline server ssl systemd threads xml zlib -debug -doc -icu -kerberos -ldap -libressl -llvm (-selinux) -static-libs -tcl -uuid" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_6 -python2_7 -python3_7" PYTHON_TARGETS="python2_7 python3_6 -python3_7"
    sys-apps/systemd required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"
    sys-apps/systemd required by (sys-process/procps-3.3.16:0/8::gentoo, ebuild scheduled for merge) USE="kill ncurses nls (split-usr) systemd unicode -elogind -modern-top (-selinux) -static-libs -test" ABI_X86="(64)"
    sys-apps/systemd[pam] required by (sys-auth/pambase-20191128:0/0::gentoo, ebuild scheduled for merge) USE="cracklib nullok sha512 systemd -caps -consolekit -debug -elogind -minimal -mktemp -pam_krb5 -pam_ssh -passwdqc -securetty (-selinux)" ABI_X86="(64)"
    sys-apps/systemd:0= required by (sys-apps/dbus-1.12.16:0/0::gentoo, ebuild scheduled for merge) USE="X systemd -debug -doc -elogind (-selinux) -static-libs -test -user-session" ABI_X86="(64) -32 (-x32)"
    >=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-8:0/0::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)"
    sys-apps/systemd required by (sys-apps/util-linux-2.35.1:0/0::gentoo, ebuild scheduled for merge) USE="cramfs logger ncurses nls pam python readline (split-usr) suid systemd udev unicode -build -caps -cryptsetup -fdformat -hardlink -kill (-selinux) -slang -static-libs -su -test -tty-helpers" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7 python3_6 -python3_7 -python3_8"
    sys-apps/systemd required by (x11-base/xorg-server-1.20.7:0/1.20.7::gentoo, ebuild scheduled for merge) USE="suid systemd udev xorg -debug -dmx -doc -elogind -ipv6 -kdrive -libglvnd -libressl -minimal (-selinux) -static-libs -unwind -wayland -xcsecurity -xephyr -xnest -xvfb" ABI_X86="(64)"
    sys-apps/systemd required by (virtual/tmpfiles-0:0/0::gentoo, installed) USE="" ABI_X86="(64)"
    sys-apps/systemd required by (net-print/cups-2.3.1:0/0::gentoo, ebuild scheduled for merge) USE="X acl dbus pam ssl systemd threads usb -debug -kerberos -lprng-compat (-selinux) -static-libs -xinetd -zeroconf" ABI_X86="(64) -32 (-x32)"
    >=sys-apps/systemd-232:0/2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs(-)?] (>=sys-apps/systemd-232:0/2[abi_x86_64(-)]) required by (virtual/libudev-232-r3:0/1::gentoo, ebuild scheduled for merge) USE="systemd -static-libs" ABI_X86="(64) -32 (-x32)"
    >=sys-apps/systemd-217:0 required by (virtual/udev-217:0/0::gentoo, installed) USE="systemd" ABI_X86="(64)"

  (x11-proto/dri3proto-1.0:0/0::gentoo, installed) pulled in by
    >=x11-proto/dri3proto-1.0 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/damageproto-1.2.1-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/damageproto-1.1 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/resourceproto-1.2.0:0/0::gentoo, installed) pulled in by
    >=x11-proto/resourceproto-1.2.0 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/renderproto-0.11.1-r1:0/0::gentoo, installed) pulled in by
    >=x11-proto/renderproto-0.11 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"

  (x11-proto/presentproto-1.1:0/0::gentoo, installed) pulled in by
    >=x11-proto/presentproto-1.0 required by (x11-base/xorg-server-1.19.3:0/1.19.3::gentoo, installed) USE="suid systemd udev xorg -debug -dmx -doc -glamor -ipv6 -kdrive -libressl -minimal (-selinux) -static-libs -tslib -unwind -wayland -xephyr -xnest -xvfb" ABI_X86="(64)"


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages


!!! The following installed packages are masked:
- dev-lang/perl-5.24.1-r2::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Andreas K. Hüttel <dilfridge@gentoo.org> (2019-05-11)
# Perl 5.24 will be removed soon. Please upgrade.
Last edited by doileir on Thu Feb 06, 2020 4:56 am, edited 1 time in total.
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Thu Feb 06, 2020 4:54 am

make.conf file

Code: Select all

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# 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"
# These are the USE and USE_EXPAND flags that were used for
# buidling in addition to what is provided by the profile.
USE="acl -adns alsa anacron apache2 conntrack css cups curl dns ftp gif ipfilter introspection -java javascript jpeg jpeg2k maltilib maildir modules myspl mysql myspli mysqli netlink nftables pcap perl php posix postgres postscript python samba sasl sctp sendmail ssl sqlite tcpd threads udev usb vhost xml -bindist -3dfx X gnome -ipv6 -kde i915 dri dbus -qt4 -qt5 gtk systemd opengl cairo png pdf tiff udisks xkb text"
CPU_FLAGS_X86="mmx sse sse2"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
MAKEOPTS="-j2"

# GENTOO_MIRRORS="rsync://gentoo.cs.uni.edu/gentoo-distfiles http://gentoo.cs.uni.edu/ rsync://mirrors.rit.edu/gentoo/ rsync://rsync.gtlib.gatech.edu/gentoo"

GENTOO_MIRRORS="rsync://mirrors.rit.edu/gentoo/ rsync://mirrors.rit.edu/gentoo/"

ACCEPT_KEYWORDS="~amd64"

VIDEO_CARDS="intel i915"

ACCEPT_LICENSE="* -@EULA"
i don't ever use a gui on this system so any is there any USE FLAGS i can take out that i might not need or change
still looks like perl is having problems being masked i see that in my packaged.masked folder perl has this in it <dev-lang/perl-5.18.0

package.masked

Code: Select all

cppunit
=dev-util/cppunit-1.14.0

libtool
<sys-devel/libtool-2.4.3-r2

openrc
<sys-apps/openrc-0.13.0
<sys-process/procps-3.3.9-r2

perl
<dev-lang/perl-5.18.0
Top
tryn
Guru
Guru
User avatar
Posts: 325
Joined: Sat Dec 21, 2002 8:13 pm
Location: 39.885° N. -88.913° W.

  • Quote

Post by tryn » Thu Feb 06, 2020 4:49 pm

doileir

Try to do a

Code: Select all

emerge -cp
and see if all but one of the Blocks want to be removed. They are no longer in Portage.

The one called sys-apps/sysvinit needs to be updated and that will most likely remove that Block
Top
doileir
n00b
n00b
Posts: 25
Joined: Sun Mar 02, 2008 9:19 pm

  • Quote

Post by doileir » Thu Feb 06, 2020 10:39 pm

no go still the same blocks

was able to upgrade sys-apps/sysvinit
Top
Josef.95
Advocate
Advocate
Posts: 4857
Joined: Mon Sep 03, 2007 9:46 am
Location: Germany

  • Quote

Post by Josef.95 » Fri Feb 07, 2020 4:32 am

Code: Select all

[blocks B      ] sys-apps/sysvinit ("sys-apps/sysvinit" is blocking sys-apps/systemd-244)
Hm, you have set in make.conf gnome and systemd useflag,
but openrc and sys-apps/sysvinit is installed.
sys-apps/systemd with default enabled sysv-utils useflag is blocking sys-apps/sysvinit

I'm not sure what you want to use, openrc with sysvinit, or systemd? (or both)?
Top
Post Reply

38 posts
  • 1
  • 2
  • Next

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic