Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Trying to upgrade Portage and @world
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Wed Jan 08, 2020 12:15 am    Post subject: Reply with quote

It seems that my upgrade is not giving in without a fight to the end! - I ran into this error about halfway through:
Code:
>>> Emerging (110 of 278) sys-apps/ucspi-ssl-0.94-r1::gentoo
 * ucspi-ssl-0.94.tgz BLAKE2B SHA512 size ;-) ...                                                                                                                                                           [ ok ]
>>> Unpacking source...
>>> Unpacking ucspi-ssl-0.94.tgz to /var/tmp/portage/sys-apps/ucspi-ssl-0.94-r1/work
>>> Source unpacked in /var/tmp/portage/sys-apps/ucspi-ssl-0.94-r1/work
>>> Preparing source in /var/tmp/portage/sys-apps/ucspi-ssl-0.94-r1/work/host/superscript.com/net/ucspi-ssl-0.94/src ...
 * Replacing obsolete head/tail with POSIX compliant ones
 *  - fixed Makefile
 *  - fixed auto_cadir.c.do
 *  - fixed auto_cafile.c.do
 *  - fixed auto_ccafile.c.do
 *  - fixed auto_certchainfile.c.do
 *  - fixed auto_certfile.c.do
 *  - fixed auto_ciphers.c.do
 *  - fixed auto_dhfile.c.do
 *  - fixed auto_home.c.do
 *  - fixed auto_keyfile.c.do
 *  - fixed conf-ccperl
 *  - fixed conf-ldperl
 *  - fixed default.do
 *  - fixed https@.do
 *  - fixed print-cc.sh
 *  - fixed print-ccperl.sh
 *  - fixed print-ld.sh
 *  - fixed print-ldperl.sh
 *  - fixed print-perlembed.sh
 *  - fixed sslconnect.do
sed: can't read make-makelib.sh: No such file or directory
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-apps/ucspi-ssl-0.94-r1/work/host/superscript.com/net/ucspi-ssl-0.94/src ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-apps/ucspi-ssl-0.94-r1/work/host/superscript.com/net/ucspi-ssl-0.94/src ...
make -j1 -j1
sh find-systype.sh > systype
rm -f load
sh print-ld.sh > load
chmod 755 load
rm -f compile
sh print-cc.sh > compile
chmod 755 compile
rm -f choose
cat warn-auto.sh choose.sh \
| sed s}HOME}"`head -n 1 home`"}g \
> choose
chmod 755 choose
./choose clr trypoll iopause.h1 iopause.h2 >iopause.h
./choose clr tryulong32 uint32.h1 uint32.h2 >uint32.h
./choose clr tryulong64 uint64.h1 uint64.h2 >uint64.h
./compile sslclient.c
cc -O2 -march=native -pipe   -c -o remoteinfo6.o remoteinfo6.c
cc -O2 -march=native -pipe   -c -o timeoutconn6.o timeoutconn6.c
rm -f makelib
sh print-ar.sh > makelib
chmod 755 makelib
./compile ssl_ca.c
./compile ssl_cca.c
./compile ssl_certkey.c
./compile ssl_chainfile.c
./compile ssl_ciphers.c
./compile ssl_context.c
./compile ssl_env.c
ssl_env.c: In function ‘set_env_name_entry’:
ssl_env.c:53:46: error: dereferencing pointer to incomplete type ‘X509_NAME’ {aka ‘struct X509_name_st’}
   for (m = 0;m < sk_X509_NAME_ENTRY_num(xname->entries);m++) {
                                              ^~
ssl_env.c:55:24: error: dereferencing pointer to incomplete type ‘X509_NAME_ENTRY’ {aka ‘struct X509_name_entry_st’}
     n = OBJ_obj2nid(xne->object);
                        ^~
ssl_env.c: In function ‘ssl_session_vars’:
ssl_env.c:75:14: error: dereferencing pointer to incomplete type ‘SSL_SESSION’ {aka ‘struct ssl_session_st’}
   x = session->session_id;
              ^~
ssl_env.c: In function ‘ssl_client_vars’:
ssl_env.c:171:40: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
   if (!env_val("SSL_CLIENT_M_SERIAL",x,strlen(x)))
                                        ^~~~~~
ssl_env.c:171:40: warning: incompatible implicit declaration of built-in function ‘strlen’
ssl_env.c:171:40: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
ssl_env.c:9:1:
+#include <string.h>
 
ssl_env.c:171:40:
   if (!env_val("SSL_CLIENT_M_SERIAL",x,strlen(x)))
                                        ^~~~~~
ssl_env.c:223:23: error: dereferencing pointer to incomplete type ‘X509’ {aka ‘struct x509_st’}
   n = OBJ_obj2nid(cert->cert_info->signature->algorithm);
                       ^~
ssl_env.c: In function ‘ssl_server_vars’:
ssl_env.c:308:40: warning: incompatible implicit declaration of built-in function ‘strlen’
   if (!env_val("SSL_SERVER_M_SERIAL",x,strlen(x)))
                                        ^~~~~~
ssl_env.c:308:40: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
make: *** [Makefile:644: ssl_env.o] Error 1
 * ERROR: sys-apps/ucspi-ssl-0.94-r1::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=sys-apps/ucspi-ssl-0.94-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/ucspi-ssl-0.94-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-apps/ucspi-ssl-0.94-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/ucspi-ssl-0.94-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-apps/ucspi-ssl-0.94-r1/work/host/superscript.com/net/ucspi-ssl-0.94/src'
 * S: '/var/tmp/portage/sys-apps/ucspi-ssl-0.94-r1/work/host/superscript.com/net/ucspi-ssl-0.94/src'

>>> Failed to emerge sys-apps/ucspi-ssl-0.94-r1, Log file:

>>>  '/var/tmp/portage/sys-apps/ucspi-ssl-0.94-r1/temp/build.log'


What I find a little strange is that this packet is already installed:
Code:
lohla /home/kim/Desktop/tmp # equery l sys-apps/ucspi-ssl
 * Searching for ucspi-ssl in sys-apps ...
[IP-] [  ] sys-apps/ucspi-ssl-0.94-r1:0
lohla /home/kim/Desktop/tmp #


- so at one point in time it must have bee able to compile! - I therefore tried to switch compiler to 6.4.0 and then to 9.2.0 that was just installed before this packet, but none of them worked. Perhaps it is coursed by diffrent USE settings, which also could explain why portage wants to reinstall the packet.

Whatever the reason I don't know what to do about it, so I am very open to sugestions!
Back to top
View user's profile Send private message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Wed Jan 08, 2020 7:07 pm    Post subject: Reply with quote

There don't seen to be any sugestions on how to solve this problem (at least not yet) - so I have experimented a bit my self. I found out that if I added =mail-mta/netqmail-1.06-r11 ~x86 to my package.accept_keywords, and asked portage to exclude sys-apps/ucspi-ssl, I could get this offer from portage:

Code:
lohla /home/kim/Desktop/tmp # emerge -uaDNv --exclude sys-apps/ucspi-ssl --keep-going world

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

Calculating dependencies /... done!


Exiting on signal 2
# emerge -uaDNv --exclude sys-apps/ucspi-ssl --keep-going world

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

Calculating dependencies... done!
[ebuild     U  ] app-eselect/eselect-ruby-20190121::gentoo [20170723::gentoo] 0 KiB
[ebuild  NS    ] sys-kernel/gentoo-sources-4.19.82:4.19.82::gentoo [4.4.39:4.4.39::gentoo, 4.9.34:4.9.34::gentoo, 4.9.76-r1:4.9.76-r1::gentoo, 4.14.8-r1:4.14.8-r1::gentoo, 4.19.57:4.19.57::gentoo] USE="-build -experimental -symlink" 0 KiB
[ebuild  N     ] app-crypt/libb2-0.98.1-r2::gentoo  USE="openmp -native-cflags -static-libs" 0 KiB
[ebuild  NS    ] dev-lang/ruby-2.5.7:2.5::gentoo [2.4.6:2.4::gentoo] USE="berkdb gdbm ipv6 rdoc ssl -debug -doc -examples -jemalloc -libressl -rubytests -socks5 -static-libs -tk -xemacs" 0 KiB
[ebuild   R    ] dev-ruby/rubygems-2.7.9::gentoo  USE="-server -test" RUBY_TARGETS="ruby24 ruby25*" 0 KiB
[ebuild     U  ] virtual/rubygems-15::gentoo [14::gentoo] RUBY_TARGETS="ruby24 ruby25* (-ruby26) (-rbx%)" 0 KiB
[ebuild   R    ] dev-ruby/xmlrpc-0.3.0::gentoo  USE="-doc -test" RUBY_TARGETS="ruby24 ruby25* (-ruby26)" 0 KiB
[ebuild  NS    ] dev-ruby/did_you_mean-1.2.1:2.5::gentoo [1.1.2:2.4::gentoo] USE="-test" RUBY_TARGETS="ruby25%* (-ruby24%*)" 0 KiB
[ebuild   R    ] dev-ruby/rake-12.3.1::gentoo  USE="-doc -test" RUBY_TARGETS="ruby24 ruby25*" 0 KiB
[ebuild   R    ] dev-ruby/json-2.1.0:2::gentoo  USE="-doc -test" RUBY_TARGETS="ruby24 ruby25*" 0 KiB
[ebuild   R    ] dev-ruby/net-telnet-0.1.1-r1:1::gentoo  USE="-doc -test" RUBY_TARGETS="ruby24 ruby25*" 0 KiB
[ebuild   R    ] dev-ruby/minitest-5.10.3:5::gentoo  USE="-doc -test" RUBY_TARGETS="ruby24 ruby25*" 0 KiB
[ebuild   R    ] dev-ruby/power_assert-1.1.1::gentoo  USE="-doc -test" RUBY_TARGETS="ruby24 ruby25*" 0 KiB
[ebuild   R    ] dev-ruby/test-unit-3.2.7:2::gentoo  USE="-doc -test" RUBY_TARGETS="ruby24 ruby25*" 0 KiB
[ebuild     U  ] dev-lang/ruby-2.4.9:2.4::gentoo [2.4.6:2.4::gentoo] USE="berkdb gdbm ipv6 rdoc ssl -debug -doc -examples -jemalloc -libressl -rubytests -socks5 -static-libs -tk -xemacs" 0 KiB
[ebuild   R    ] dev-ruby/racc-1.4.14::gentoo  USE="-doc -test" RUBY_TARGETS="ruby24 ruby25* (-ruby26)" 0 KiB
[ebuild   R    ] dev-ruby/kpeg-1.1.0-r1:1::gentoo  USE="-doc -test" RUBY_TARGETS="ruby24 ruby25* (-ruby26)" 0 KiB
[ebuild     U  ] dev-ruby/rdoc-6.1.2::gentoo [5.1.0::gentoo] USE="-doc -test" RUBY_TARGETS="ruby24 ruby25%* (-ruby26)" 0 KiB
[ebuild     U  ] sys-process/dcron-4.5-r2::gentoo [4.5-r1::gentoo] 0 KiB
[ebuild     U  ] dev-libs/libcdio-paranoia-0.94_p2-r2::gentoo [0.94_p2::gentoo] USE="cxx -static-libs -test" 0 KiB
[ebuild  rR    ] net-libs/neon-0.30.2:0/27::gentoo  USE="nls ssl zlib -doc -expat -gnutls -kerberos -libproxy -libressl -pkcs11 -static-libs" 0 KiB
[ebuild     U  ] net-dns/bind-tools-9.14.7::gentoo [9.12.3_p4::gentoo] USE="caps%* ipv6 readline xml -doc -gssapi -idn -libedit -libressl (-gost%) (-libidn2%) (-seccomp%*) (-ssl%*) (-urandom%)" 0 KiB
[ebuild  rR    ] dev-libs/xmlsec-1.2.28::gentoo  USE="nss openssl -doc -gcrypt -gnutls -libressl -static-libs -test" 0 KiB
[ebuild     U  ] media-libs/tiff-4.1.0::gentoo [4.0.10::gentoo] USE="cxx jpeg zlib -jbig -lzma -static-libs -test -webp -zstd" 0 KiB
[ebuild     U  ] app-text/qpdf-9.0.2:0/26::gentoo [8.2.1:0/21::gentoo] USE="-doc -examples -perl -static-libs -test" 0 KiB
[ebuild  rR    ] www-client/links-2.14-r1:2::gentoo  USE="X bzip2 gpm ipv6 jpeg ssl tiff unicode zlib -fbcon -libevent -libressl -livecd -lzma -suid -svga" 0 KiB
[ebuild   R    ] media-libs/libraw-0.19.3:0/19::gentoo  USE="jpeg lcms openmp -examples (-jpeg2k%)" 0 KiB
[ebuild     U  ] net-libs/libpcap-1.9.1::gentoo [1.8.1::gentoo] USE="dbus usb -bluetooth -netlink -static-libs" 0 KiB
[ebuild     U  ] net-analyzer/tcpdump-4.9.3::gentoo [4.9.2::gentoo] USE="drop-root samba ssl -libressl -smi -suid -test" 0 KiB
[ebuild     U  ] virtual/libudev-232-r3:0/1::gentoo [232:0/1::gentoo] USE="-static-libs -systemd" 0 KiB
[ebuild     U  ] dev-libs/libusb-1.0.21-r1:1::gentoo [1.0.21:1::gentoo] USE="(split-usr) udev -debug -doc -examples -static-libs -test" 0 KiB
[ebuild     U  ] sys-fs/e2fsprogs-1.45.4::gentoo [1.45.2::gentoo] USE="nls (split-usr) -cron -fuse -static-libs" 0 KiB
[ebuild     U  ] sys-fs/lvm2-2.02.184-r5::gentoo [2.02.184-r4::gentoo] USE="readline thin udev -device-mapper-only -lvm2create_initrd -sanlock (-selinux) -static -static-libs -systemd (-split-usr%*)" 0 KiB
[ebuild     U  ] app-arch/libarchive-3.4.0:0/13::gentoo [3.3.3:0/13::gentoo] USE="acl bzip2 e2fsprogs iconv lzma threads xattr zlib -blake2% -expat -libressl -lz4 -lzo -nettle -static-libs -zstd" 0 KiB
[ebuild     U  ] sys-fs/cryptsetup-2.2.1-r1:0/12::gentoo [2.1.0:0/12::gentoo] USE="argon2 luks1_default nls openssl udev -gcrypt -kernel -libressl -nettle -pwquality -reencrypt -static -static-libs -urandom" 0 KiB
[ebuild     U  ] app-text/docbook-xml-dtd-4.2-r3:4.2::gentoo [4.2-r2:4.2::gentoo] 0 KiB
[ebuild     U  ] app-text/docbook-xml-dtd-4.3-r2:4.3::gentoo [4.3-r1:4.3::gentoo] 0 KiB
[ebuild     U  ] app-text/docbook-xml-dtd-4.1.2-r7:4.1.2::gentoo [4.1.2-r6:4.1.2::gentoo] 0 KiB
[ebuild     U  ] app-text/docbook-xml-dtd-4.4-r3:4.4::gentoo [4.4-r2:4.4::gentoo] 0 KiB
[ebuild     U  ] app-text/docbook-xml-dtd-4.5-r2:4.5::gentoo [4.5-r1:4.5::gentoo] 0 KiB
[ebuild     U  ] x11-apps/xauth-1.1::gentoo [1.0.10::gentoo] USE="ipv6 -test" 0 KiB
[ebuild  N     ] app-text/po4a-0.47-r1::gentoo  USE="-test" 0 KiB
[ebuild     U  ] net-nds/openldap-2.4.48::gentoo [2.4.45::gentoo] USE="berkdb crypt ipv6 minimal samba ssl syslog tcpd -cxx -debug -experimental -gnutls -iodbc -kerberos -kinit -libressl -odbc -overlays -pbkdf2 -perl -sasl (-selinux) -sha2 (-slp) -smbkrb5passwd -static-libs -test%" 0 KiB
[ebuild  N     ] sys-apps/man-db-2.7.6.1-r2::gentoo  USE="berkdb gdbm manpager nls zlib (-selinux) -static-libs" 0 KiB
[ebuild     U  ] net-misc/curl-7.66.0::gentoo [7.65.0::gentoo] USE="ipv6 ldap progress-meter%* samba ssl -adns -alt-svc% -brotli -http2 -idn -kerberos -metalink (-nghttp3) (-quiche) -rtmp -ssh -static-libs -test -threads" CURL_SSL="openssl -gnutls -libressl -mbedtls -nss (-winssl)" 0 KiB
[ebuild  rR    ] net-misc/dhcp-4.4.1::gentoo  USE="client ipv6 ldap server ssl -libressl (-selinux) -vim-syntax" 0 KiB
[ebuild     U  ] media-libs/libjpeg-turbo-2.0.3::gentoo [1.5.3-r2::gentoo] USE="-java -static-libs" 0 KiB
[ebuild  rR    ] dev-db/mysql-connector-c-6.1.11-r2:0/18::gentoo  USE="-libressl -static-libs" 0 KiB
[ebuild  rR    ] dev-db/mariadb-connector-c-3.0.6-r1:0/3::gentoo  USE="curl ssl -gnutls -kerberos -libressl (-mysqlcompat) -static-libs -test" 0 KiB
[ebuild  rR    ] dev-libs/rasqal-0.9.33::gentoo  USE="crypt mhash pcre xml -gmp -static-libs -test" 0 KiB
[ebuild     U  ] dev-libs/libical-3.0.6:0/3::gentoo [3.0.5:0/3::gentoo] USE="berkdb -doc -examples -introspection% -static-libs -test -vala%" 0 KiB
[ebuild  N     ] media-libs/libaom-1.0.0-r2::gentoo  USE="-doc -examples" CPU_FLAGS_X86="mmx sse sse2 sse3 ssse3 -avx -avx2 -sse4_1" 0 KiB
[ebuild     U  ] app-arch/lz4-1.9.2:0/r132::gentoo [1.8.3:0/r131::gentoo] USE="-static-libs" 0 KiB
[ebuild     U  ] net-libs/libssh2-1.9.0_p20190913::gentoo [1.9.0::gentoo] USE="zlib -gcrypt -libressl -mbedtls" 0 KiB
[ebuild     U  ] sys-libs/libomp-8.0.1::gentoo [7.1.0::gentoo] USE="(-cuda) -hwloc -offload -ompt -test" 0 KiB
[ebuild     U  ] media-libs/taglib-1.11.1_p20190920-r1::gentoo [1.11.1_p20181028::gentoo] USE="-debug -examples -test" 0 KiB
[ebuild     U  ] dev-perl/DBD-mysql-4.44.0-r1::gentoo [4.44.0::gentoo] USE="ssl -test" 0 KiB
[ebuild   R    ] net-analyzer/net-snmp-5.8-r1:0/35::gentoo  USE="X bzip2 ipv6 mysql ssl tcpd zlib -doc -elf -kmem -libressl -lm-sensors% -mfd-rewrites -minimal -netlink -pci -perl -python -rpm (-selinux) -smux -ucd-compat (-lm_sensors%)" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ] dev-db/mysql-init-scripts-2.3-r3::gentoo [2.3::gentoo] 0 KiB
[ebuild  rR    ] net-libs/courier-authlib-0.69.0-r1::gentoo  USE="berkdb crypt gdbm ldap mysql pam -debug -libressl -postgres -sqlite -static-libs" 0 KiB
[ebuild     U  ] dev-db/mysql-5.7.27-r1:0/18::gentoo [5.7.26:0/18::gentoo] USE="perl server -cjk (-client-libs) -cracklib -debug -experimental -jemalloc -latin1 -libressl -numa -profiling (-selinux) -static -static-libs -systemtap -tcmalloc -test -yassl" 0 KiB
[ebuild     U  ] app-admin/apache-tools-2.4.41::gentoo [2.4.39::gentoo] USE="ssl -libressl" 0 KiB
[ebuild     U  ] www-servers/apache-2.4.41:2::gentoo [2.4.39:2::gentoo] USE="gdbm ldap (split-usr%*) ssl suexec-caps -debug -doc -libressl (-selinux) -static -suexec -suexec-syslog -threads" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_core authn_dbm authn_file authz_core authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias -access_compat -asis -auth_digest -auth_form% -authn_dbd -authn_socache% -authz_dbd -brotli -cache_disk -cache_socache -cern_meta -charset_lite -dbd -dumpio -http2 -ident -imagemap -lbmethod_bybusyness -lbmethod_byrequests -lbmethod_bytraffic -lbmethod_heartbeat -log_forensic -macro -md -proxy -proxy_ajp -proxy_balancer -proxy_connect -proxy_fcgi -proxy_ftp -proxy_html -proxy_http -proxy_http2 -proxy_scgi -proxy_wstunnel -ratelimit -remoteip -reqtimeout -session% -session_cookie% -session_crypto% -session_dbd% -slotmem_shm -substitute -version -watchdog -xml2enc" APACHE2_MPMS="-event -prefork -worker" 0 KiB
[ebuild     U  ] virtual/mysql-5.6-r13:0/18::gentoo [5.6-r12:0/18::gentoo] USE="server (-embedded) -static" 0 KiB
[ebuild     U  ] net-print/cups-2.2.12::gentoo [2.2.11::gentoo] USE="X acl dbus pam ssl threads usb -debug -java -kerberos -lprng-compat -python (-selinux) -static-libs -systemd -xinetd -zeroconf" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ] media-libs/glu-9.0.1::gentoo [9.0.0-r1::gentoo] USE="-static-libs" 0 KiB
[ebuild     U  ] sys-apps/hwids-20190316::gentoo [20180917::gentoo] USE="net pci udev usb" 0 KiB
[ebuild     U  ] x11-libs/libpciaccess-0.16::gentoo [0.14::gentoo] USE="zlib -static-libs" 0 KiB
[ebuild     U  ] sys-apps/pciutils-3.5.6-r1::gentoo [3.5.6::gentoo] USE="kmod udev zlib -dns -static-libs" 0 KiB
[ebuild     U  ] net-misc/openssh-8.0_p1-r4::gentoo [7.9_p1-r4::gentoo] USE="X pam pie ssl -X509 -audit -bindist -debug -hpn -kerberos -ldns -libedit -libressl -livecd -sctp (-selinux) -static -test -xmss%" 0 KiB
[ebuild   R    ] sys-apps/openrc-0.41.2::gentoo  USE="ncurses netifrc pam (split-usr) unicode -audit -bash -debug -newnet (-prefix) (-selinux) -static-libs" KERNEL="(-FreeBSD%) (-linux%*)" 0 KiB
[ebuild     U  ] app-crypt/gpgme-1.13.0-r1:1/11::gentoo [1.13.0:1/11::gentoo] USE="cxx -common-lisp -python -qt5 -static-libs" PYTHON_TARGETS="python2_7 python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild     U  ] dev-vcs/git-2.23.0-r1::gentoo [2.21.0::gentoo] USE="blksha1 curl gpg iconv nls pcre pcre-jit perl threads webdav -cgi -cvs -doc -emacs -gnome-keyring -highlight -libressl (-mediawiki) (-mediawiki-experimental) -perforce% (-ppcsha1) -subversion -test -tk -xinetd (-python%*)" PYTHON_SINGLE_TARGET="python3_6%* -python2_7% -python3_5% (-python3_7)" PYTHON_TARGETS="python2_7 python3_6%* -python3_5% (-python3_7)" 0 KiB
[ebuild  rR    ] mail-filter/spamassassin-3.4.2-r2::gentoo  USE="berkdb ipv6 ldap mysql ssl -cron -libressl -postgres -qmail -sqlite -test" 0 KiB
[ebuild     U  ] app-portage/portage-utils-0.80::gentoo [0.74::gentoo] USE="nls openmp%* qmanifest%* qtegrity%* -libressl% -static" 0 KiB
[ebuild     U  ] sys-process/at-3.1.23::gentoo [3.1.18-r1::gentoo] USE="pam (-selinux)" 0 KiB
[ebuild     U  ] dev-lang/php-7.3.11:7.3::gentoo [7.3.7-r1:7.3::gentoo] USE="acl apache2 berkdb bzip2 cli ctype fileinfo filter flatfile* ftp gd gdbm hash iconv imap ipv6 json ldap mysql mysqli nls opcache phar posix readline session simplexml spell ssl tokenizer unicode xml zlib -argon2 -bcmath -calendar -cdb -cgi -cjk (-coverage) -curl -debug -embed -enchant -exif (-firebird) -fpm -gmp -inifile -intl -iodbc -kerberos -ldap-sasl -libedit -libressl -lmdb -mhash -mssql -oci8-instant-client -odbc -pcntl -pdo -phpdbg -postgres -qdbm -recode (-selinux) -session-mm -sharedmem -snmp -soap -sockets -sodium -sqlite -systemd -sysvipc -test -threads -tidy -tokyocabinet -truetype -wddx -webp -xmlreader -xmlrpc -xmlwriter -xpm -xslt -zip -zip-encryption" 0 KiB
[ebuild     U  ] app-admin/sudo-1.8.28_p1-r2::gentoo [1.8.25_p1-r1::gentoo] USE="ldap nls pam secure-path%* sendmail -gcrypt -libressl% -offensive -sasl (-selinux) -skey -sssd -system-digest% (-openssl%)" 0 KiB
[ebuild     U  ] net-mail/dovecot-2.3.7.2::gentoo [2.3.6::gentoo] USE="bzip2 ipv6 mysql pam tcpd vpopmail zlib -argon2 -caps -doc -kerberos -ldap -libressl -lua -lucene -lz4 -lzma -managesieve -postgres (-selinux) -sieve -solr -sqlite -static-libs -suid -textcat" 0 KiB
[ebuild  rR    ] dev-qt/qtnetwork-5.12.3:5/5.12::gentoo  USE="ssl -bindist -connman -debug -libproxy -networkmanager -sctp -test" 0 KiB
[ebuild     U ~] mail-mta/netqmail-1.06-r11::gentoo [1.06-r4::gentoo] USE="ssl -authcram -gencertdaily -highvolume -libressl -pop3% -qmail-spp -vanilla" 83 KiB
[ebuild     U  ] net-fs/cifs-utils-6.9-r1::gentoo [6.7::gentoo] USE="acl ads caps pam -creds (-caps-ng%*)" 0 KiB
[ebuild     U  ] dev-lang/python-3.6.9:3.6/3.6m::gentoo [3.6.5:3.6/3.6m::gentoo] USE="bluetooth%* gdbm ipv6 ncurses readline sqlite ssl (threads) xml -build -examples -hardened -libressl -test -tk -wininst" 0 KiB
[ebuild     U  ] dev-util/glib-utils-2.60.6::gentoo [2.58.3::gentoo] PYTHON_SINGLE_TARGET="python3_6 -python3_5 (-python3_7)" PYTHON_TARGETS="python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild     U  ] dev-util/meson-0.51.2::gentoo [0.50.1::gentoo] USE="-test" PYTHON_TARGETS="python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild     U  ] dev-util/gdbus-codegen-2.60.6::gentoo [2.58.3::gentoo] PYTHON_SINGLE_TARGET="python3_6 -python3_5 (-python3_7) (-python2_7%)" PYTHON_TARGETS="python3_6 -python3_5 (-python3_7) (-python2_7%*)" 0 KiB
[ebuild     U  ] dev-libs/libevdev-1.8.0::gentoo [1.7.0::gentoo] USE="-doc -static-libs" 0 KiB
[ebuild     U  ] app-crypt/mit-krb5-1.17-r1::gentoo [1.16-r2::gentoo] USE="keyutils nls pkinit threads -doc -libressl -lmdb% -openldap (-selinux) -test -xinetd" CPU_FLAGS_X86="-aes%" 0 KiB
[ebuild     U  ] dev-lang/rust-1.37.0:stable/1.37::gentoo [1.34.2:stable/1.34::gentoo] USE="-clippy -debug -doc -libressl -rls -rustfmt (-system-llvm) -wasm" CPU_FLAGS_X86="sse2" LLVM_TARGETS="(X86) -AArch64 -AMDGPU -ARM -BPF -Hexagon -Lanai -MSP430 -Mips -NVPTX -PowerPC -Sparc -SystemZ -WebAssembly -XCore" 0 KiB
[ebuild  rR    ] sys-devel/gdb-8.3::gentoo  USE="client nls python server xml -lzma -multitarget -source-highlight -test -vanilla" PYTHON_SINGLE_TARGET="python3_6 -python2_7 -python3_5 (-python3_7)" PYTHON_TARGETS="python2_7 python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild     U  ] dev-libs/glib-2.60.6:2::gentoo [2.58.3-r1:2::gentoo] USE="dbus (mime) xattr -debug (-fam) -gtk-doc (-selinux) -static-libs -systemtap -test -utils" 0 KiB
[ebuild     U  ] x11-libs/libdrm-2.4.99::gentoo [2.4.97::gentoo] USE="-libkms -valgrind" VIDEO_CARDS="nouveau -amdgpu (-exynos) (-freedreno) -intel (-omap) -radeon (-tegra) (-vc4) (-vivante) -vmware" 0 KiB
[ebuild     U  ] sys-fs/udev-243-r2::gentoo [242::gentoo] USE="acl kmod (split-usr%*) (-selinux) -static-libs%" 0 KiB
[ebuild  N     ] media-libs/dav1d-0.3.1:0/1::gentoo  USE="10bit 8bit asm" 0 KiB
[ebuild     U  ] virtual/cargo-1.37.0::gentoo [1.34.2::gentoo] 0 KiB
[ebuild     U  ] virtual/rust-1.37.0::gentoo [1.34.2::gentoo] 0 KiB
[ebuild     U  ] dev-libs/libinput-1.14.1:0/10::gentoo [1.13.4:0/10::gentoo] USE="-doc" INPUT_DEVICES="-wacom" 0 KiB
[ebuild     U  ] dev-libs/gobject-introspection-1.60.2::gentoo [1.58.3::gentoo] USE="cairo -doctool -test" PYTHON_SINGLE_TARGET="python3_6 -python3_5 (-python3_7) (-python2_7%)" PYTHON_TARGETS="python3_6 -python3_5 (-python3_7) (-python2_7%*)" 0 KiB
[ebuild     U  ] net-wireless/bluez-5.51-r2:0/3::gentoo [5.50-r3:0/3::gentoo] USE="cups mesh obex readline udev -btpclient -debug -deprecated -doc -experimental -extra-tools -midi (-selinux) -systemd -test -test-programs -user-session" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ] xfce-base/libxfce4util-4.14.0:0/7::gentoo [4.13.2:0/7::gentoo] USE="-introspection -vala" 0 KiB
[ebuild  rR    ] app-text/enchant-1.6.1-r1::gentoo  USE="hunspell -aspell -static-libs -test" 0 KiB
[ebuild     U  ] net-libs/glib-networking-2.60.3::gentoo [2.58.0::gentoo] USE="libproxy ssl -gnome -test" 0 KiB
[ebuild  N     ] dev-util/cbindgen-0.9.1::gentoo  USE="-debug" 0 KiB
[ebuild     U  ] net-analyzer/wireshark-3.0.4:0/3.0.4::gentoo [3.0.3:0/3.0.3::gentoo] USE="capinfos captype dftest dumpcap editcap filecaps mergecap netlink pcap randpkt randpktdump reordercap sharkd ssl text2pcap tshark udpdump zlib -adns -androiddump -bcg729 -ciscodump -doc -dpauxmon -http2% -kerberos -libxml2 -lua -lz4 -maxminddb -qt5 -sbc -sdjournal (-selinux) -smi -snappy -spandsp -sshdump -tfshark (-nghttp2%)" PYTHON_TARGETS="python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild     U  ] dev-lang/python-2.7.16:2.7::gentoo [2.7.15:2.7::gentoo] USE="bluetooth gdbm ipv6 ncurses readline sqlite ssl (threads) (wide-unicode) xml (-berkdb) -build -doc -examples -hardened -libressl -tk -wininst" 0 KiB
[ebuild     U  ] x11-libs/gdk-pixbuf-2.38.1-r1:2::gentoo [2.38.1:2::gentoo] USE="X introspection jpeg tiff -gtk-doc (-jpeg2k%)" 0 KiB
[ebuild     U  ] media-libs/harfbuzz-2.6.4:0/0.9.18::gentoo [2.3.1:0/0.9.18::gentoo] USE="cairo glib graphite icu introspection truetype -debug -static-libs -test" 0 KiB
[ebuild     U  ] app-text/poppler-0.79.0-r1:0/89::gentoo [0.77.0:0/88::gentoo] USE="cairo cxx introspection jpeg jpeg2k lcms png tiff utils -cjk -curl -debug -doc -nss -qt5" 0 KiB
[ebuild     U  ] dev-libs/libgudev-233-r1::gentoo [232::gentoo] USE="introspection -static-libs" 0 KiB
[ebuild     U  ] app-misc/geoclue-2.5.3-r2:2.0::gentoo [2.4.13:2.0::gentoo] USE="introspection -gtk-doc% -modemmanager -vala% -zeroconf" 0 KiB
[ebuild     U  ] xfce-base/xfconf-4.14.1:0/3::gentoo [4.12.1-r1:0/0::gentoo] USE="-debug -introspection% -perl -vala%" 0 KiB
[ebuild     U  ] x11-libs/pango-1.42.4-r2::gentoo [1.42.4-r1::gentoo] USE="X introspection -test" 0 KiB
[ebuild  NS    ] sys-devel/llvm-8.0.1:8::gentoo [7.1.0:7/7.1::gentoo] USE="libffi ncurses xml -debug -doc -exegesis -gold -libedit -test -xar" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARM -Hexagon -Lanai -MSP430 -Mips -PowerPC -Sparc -SystemZ -WebAssembly% -XCore" 0 KiB
[ebuild     U ~] dev-python/certifi-2019.9.11::gentoo [2018.8.24::gentoo] PYTHON_TARGETS="python2_7 python3_6 -pypy -pypy3 -python3_5 (-python3_7) (-python3_8)" 0 KiB
[ebuild     U  ] app-text/mupdf-1.16.1:0/1.16.1::gentoo [1.14.0-r3:0/1.14.0::gentoo] USE="X javascript opengl ssl* -libressl -static-libs (-curl%) (-vanilla%*)" 0 KiB
[ebuild  r  U  ] dev-libs/boost-1.71.0:0/1.71.0::gentoo [1.65.0:0/1.65.0::gentoo] USE="bzip2%* icu nls python threads zlib%* -context -debug -doc -lzma% -mpi -numpy% -static-libs -tools -zstd%" PYTHON_TARGETS="python2_7 python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild   R    ] net-fs/samba-4.8.6-r2::gentoo  USE="acl client cups ldap pam system-mitkrb5 winbind -addc -addns -ads -ceph -cluster -debug (-dmapi) (-fam*) -gnutls -gpg -iprint -python -quota (-selinux) -syslog (-system-heimdal) -systemd -test -zeroconf" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild  rR    ] dev-python/cffi-1.11.4:0/1.11.4::gentoo  USE="-doc -test" PYTHON_TARGETS="python2_7 python3_6 -python3_5" 0 KiB
[ebuild  rR    ] dev-libs/libbytesize-1.4::gentoo  USE="-doc -test" PYTHON_TARGETS="python2_7 python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild  rR    ] dev-python/m2crypto-0.31.0-r2::gentoo  USE="-libressl" PYTHON_TARGETS="python2_7 python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild  rR    ] dev-python/pygobject-3.32.1:3::gentoo  USE="cairo -examples -test" PYTHON_TARGETS="python2_7 python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild   R    ] dev-util/gtk-doc-1.25-r1::gentoo  USE="-debug -doc -emacs -highlight -test% -vim" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild     U  ] media-libs/mesa-19.1.8::gentoo [19.0.8::gentoo] USE="classic dri3 egl gallium gbm gles2 llvm -d3d9 -debug -gles1 (-libglvnd) -lm-sensors% -opencl -osmesa -pax_kernel -pic (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan -vulkan-overlay% -wayland -xa -xvmc (-lm_sensors%)" VIDEO_CARDS="nouveau (-freedreno) -i915 -i965 -intel -iris% -r100 -r200 -r300 -r600 -radeon -radeonsi (-vc4) -virgl (-vivante) -vmware (-imx%)" 0 KiB
[ebuild  rR    ] dev-util/mdds-1.4.3:1/1.4::gentoo  USE="-doc -valgrind" 0 KiB
[ebuild  rR    ] net-wireless/crda-3.18-r3::gentoo  USE="-gcrypt -libressl" 0 KiB
[ebuild  rR    ] dev-cpp/libcmis-0.5.2-r1:0.5::gentoo  USE="-man -static-libs -test -tools" 0 KiB
[ebuild  N     ] net-libs/nghttp2-1.39.2:0/1.14::gentoo  USE="cxx threads xml -debug -hpack-tools -jemalloc -libressl -static-libs -test -utils" 0 KiB
[ebuild     U  ] media-libs/libvisio-0.1.7::gentoo [0.1.6::gentoo] USE="-doc -static-libs -test -tools" 0 KiB
[ebuild     U  ] app-text/libabw-0.1.3::gentoo [0.1.2::gentoo] USE="-doc -static-libs" 0 KiB
[ebuild     U  ] dev-java/icedtea-bin-3.13.0:8::gentoo [3.12.0-r1:8::gentoo] USE="alsa cups gtk pulseaudio (-big-endian) -doc -examples -headless-awt (-multilib) -nsplugin (-selinux) -source -webstart*" 0 KiB
[ebuild     U  ] media-gfx/imagemagick-7.0.9.4:0/7.0.9::gentoo [7.0.8.50:0/7.0.8.50::gentoo] USE="X bzip2 cxx jpeg lcms openmp pango png svg tiff truetype xml zlib -corefonts -djvu -fftw -fontconfig -fpx -graphviz -hdri -heif -jbig -jpeg2k -lqr -lzma (-opencl) -openexr -perl -postscript -q32 -q8 -raw -static-libs -test -webp -wmf" 0 KiB
[ebuild  rR    ] dev-python/cryptography-2.6.1::gentoo  USE="-idna -libressl -test" PYTHON_TARGETS="python2_7 python3_6 (-pypy) (-pypy3) -python3_5 (-python3_7)" 0 KiB
[ebuild     U  ] gnome-base/gvfs-1.40.2::gentoo [1.38.3::gentoo] USE="cdda http policykit samba udev udisks -afp -archive -bluray -elogind -fuse -gnome-keyring -gnome-online-accounts -google -gphoto2 -ios -mtp -nfs -systemd -test -zeroconf" 0 KiB
[ebuild   R    ] media-libs/gegl-0.4.14:0.4::gentoo  USE="cairo introspection lcms pdf raw sdl svg tiff zlib -debug -ffmpeg -lensfun -libav -openexr -test -umfpack -v4l -vala -webp (-jpeg2k%)" CPU_FLAGS_X86="mmx sse" 0 KiB
[ebuild   R    ] media-libs/gegl-0.3.34:0.3::gentoo  USE="cairo introspection lcms raw sdl svg tiff -debug -ffmpeg -lensfun -openexr -test -umfpack -v4l -vala -webp (-jpeg2k%)" CPU_FLAGS_X86="mmx sse" 0 KiB
[ebuild     U  ] net-libs/libtorrent-rasterbar-1.1.13-r1:0/9::gentoo [1.1.13:0/9::gentoo] USE="dht python ssl -debug -doc -examples -libressl -static-libs -test" PYTHON_TARGETS="python2_7 python3_6 -python3_5" 0 KiB
[ebuild     U  ] x11-libs/gtk+-3.24.10:3::gentoo [3.24.8:3::gentoo] USE="X cups introspection (-aqua) -broadway -cloudprint -colord -examples -gtk-doc -test -vim-syntax -wayland -xinerama" 0 KiB
[ebuild   R    ] x11-base/xorg-server-1.20.5:0/1.20.5::gentoo  USE="ipv6 suid udev xorg -debug -dmx -doc -elogind -kdrive (-libglvnd) -libressl -minimal (-selinux) -static-libs -systemd -unwind -wayland -xcsecurity -xephyr -xnest -xvfb (-glamor%*)" 0 KiB
[ebuild  rR    ] dev-libs/libixion-0.14.1:0/0.14::gentoo  USE="threads -debug -python -static-libs" PYTHON_SINGLE_TARGET="python3_6 -python3_5 (-python3_7)" PYTHON_TARGETS="python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild  N     ] net-libs/nodejs-12.13.0::gentoo  USE="icu npm snapshot ssl -debug -doc -inspector -systemtap -test" CPU_FLAGS_X86="sse2" 0 KiB
[ebuild     U  ] net-wireless/hostapd-2.9-r1::gentoo [2.8::gentoo] USE="crda ipv6 wps -internal-tls -libressl -logwatch -netlink -savedconfig -sqlite" 0 KiB
[ebuild   R    ] media-libs/cogl-1.22.2:1.0/20::gentoo  USE="introspection kms opengl pango -debug -examples -gles2 (-gstreamer) -wayland (-test%)" 0 KiB
[ebuild     U  ] app-text/ghostscript-gpl-9.50::gentoo [9.26::gentoo] USE="X cups dbus gtk tiff unicode -static-libs" L10N="-de (-ja) -ko -zh-CN -zh-TW" 0 KiB
[ebuild     U  ] media-sound/pulseaudio-12.2-r2::gentoo [12.2-r1::gentoo] USE="X alsa alsa-plugin asyncns bluetooth caps dbus gdbm glib gtk ipv6 orc ssl tcpd udev webrtc-aec -doc -elogind -equalizer -gconf -jack -libressl -libsamplerate -lirc -native-headset (-neon) -ofono-headset (-oss) -qt5 -realtime (-selinux) -sox (-system-wide) -systemd -test -zeroconf" 0 KiB
[ebuild     U  ] xfce-base/libxfce4ui-4.14.1::gentoo [4.13.4::gentoo] USE="gtk2%* startup-notification -debug -glade -introspection -vala" 0 KiB
[ebuild     U  ] dev-libs/liborcus-0.14.1-r1:0/0.14::gentoo [0.14.1:0/0.14::gentoo] USE="spreadsheet-model -python -static-libs -tools" PYTHON_SINGLE_TARGET="python3_6 -python3_5 (-python3_7)" PYTHON_TARGETS="python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild     U  ] app-editors/ghex-3.18.4-r1:2::gentoo [3.18.3:2::gentoo] 0 KiB
[ebuild     U  ] net-misc/putty-0.73::gentoo [0.71-r2::gentoo] USE="gtk ipv6 -doc -gssapi -gtk2" 0 KiB
[ebuild     U  ] net-libs/webkit-gtk-2.24.4:4/37::gentoo [2.24.2:4/37::gentoo] USE="X egl geolocation gstreamer introspection jpeg2k libnotify opengl spell webgl (-aqua) -coverage -doc -gles2 -gnome-keyring -nsplugin -test -wayland" 0 KiB
[ebuild     U  ] gnome-extra/gucharmap-12.0.1:2.90::gentoo [11.0.3:2.90::gentoo] USE="introspection -debug -test -vala" 0 KiB
[ebuild     U  ] gnome-base/gnome-desktop-3.30.2.3:3/17::gentoo [3.30.2.1:3/17::gentoo] USE="introspection (seccomp) udev -debug -test" 0 KiB
[ebuild     U  ] net-print/cups-filters-1.25.11::gentoo [1.21.6::gentoo] USE="dbus foomatic jpeg ldap pdf png postscript tiff -ipp_autosetup -pclm -perl -static-libs -test -zeroconf" 0 KiB
[ebuild     U  ] media-libs/libsdl2-2.0.10::gentoo [2.0.9::gentoo] USE="X alsa dbus joystick opengl pulseaudio sound threads udev video (-altivec) (-aqua) (-custom-cflags) -gles -haptic -kms -libsamplerate -nas -oss -static-libs -tslib (-vulkan) -wayland -xinerama -xscreensaver" CPU_FLAGS_X86="mmx sse sse2 -3dnow" VIDEO_CARDS="(-vc4)" 0 KiB
[ebuild     U  ] xfce-base/exo-0.12.8::gentoo [0.12.4::gentoo] USE="-gtk2%" 0 KiB
[ebuild     U  ] app-office/libreoffice-6.2.8.2::gentoo [6.2.5.2::gentoo] USE="bluetooth branding cups dbus gtk java ldap mariadb -accessibility (-coinmp) -debug -eds (-firebird) -googledrive -gstreamer -gtk2 -kde -odk -pdfimport -postgres -test (-vlc%)" LIBREOFFICE_EXTENSIONS="-nlpsolver -scripting-beanshell -scripting-javascript -wiki-publisher" PYTHON_SINGLE_TARGET="python3_6 -python2_7 -python3_5 (-python3_7)" PYTHON_TARGETS="python2_7 python3_6 -python3_5 (-python3_7)" 0 KiB
[ebuild     U  ] x11-libs/wxGTK-3.0.4-r2:3.0::gentoo [3.0.4:3.0::gentoo] USE="X libnotify opengl sdl tiff (-aqua) -debug -doc -gstreamer" 0 KiB
[ebuild     U  ] net-print/hplip-3.18.12::gentoo [3.18.6::gentoo] USE="X doc hpcups hpijs libnotify%* parport policykit scanner snmp static-ppds -fax -kde -libressl -libusb0 -minimal -qt5" PYTHON_SINGLE_TARGET="python3_6 -python2_7 -python3_5" PYTHON_TARGETS="python2_7 python3_6 -python3_5" 0 KiB
[ebuild     U  ] app-arch/p7zip-16.02-r4::gentoo [16.02-r1::gentoo] USE="pch wxwidgets -doc -kde -rar -static" 0 KiB
[ebuild  rR    ] net-p2p/amule-2.3.2-r2::gentoo  USE="X nls -daemon -debug -geoip -remote -stats -upnp" 0 KiB
[ebuild  NS    ] sys-devel/clang-8.0.1:8::gentoo [7.1.0:7/7.1::gentoo] USE="static-analyzer xml -debug -default-compiler-rt -default-libcxx -doc -test -z3" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARM -Hexagon -Lanai -MSP430 -Mips -PowerPC -Sparc -SystemZ -WebAssembly% -XCore" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild  NS    ] sys-libs/compiler-rt-8.0.1:8.0.1::gentoo [7.1.0:7.1.0::gentoo] USE="clang -test" 0 KiB
[ebuild  NS    ] sys-libs/compiler-rt-sanitizers-8.0.1:8.0.1::gentoo [7.1.0:7.1.0::gentoo] USE="clang libfuzzer profile sanitize xray -test" 0 KiB
[ebuild  NS    ] sys-devel/clang-runtime-8.0.1:8.0.1::gentoo [7.1.0:7.1.0::gentoo] USE="compiler-rt openmp sanitize (-crt) -libcxx" 0 KiB
[ebuild     U  ] www-client/firefox-68.2.0::gentoo [60.8.0::gentoo] USE="dbus gmp-autoupdate pulseaudio screenshot startup-notification system-av1%* system-harfbuzz* system-icu* system-jpeg* system-libevent* system-libvpx* system-sqlite* system-webp%* -bindist (-clang) -custom-cflags -custom-optimization -debug -eme-free -geckodriver -hardened -hwaccel -jack -lto% (-neon) (-pgo) (-selinux) -test -wayland% -wifi" CPU_FLAGS_X86="-avx2%" L10N="-ach -af -an -ar -ast -az -be% -bg -bn% -br -bs -ca -cak -cs -cy -da -de -dsb -el -en-CA% -en-GB -eo -es-AR -es-CL -es-ES -es-MX -et -eu -fa -ff -fi -fr -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -ia% -id -is -it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mk -mr -ms -my% -nb -nl -nn -oc% -pa -pl -pt-BR -pt-PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv -ta -te -th -tr -uk -ur% -uz -vi -xh -zh-CN -zh-TW (-as%) (-bn-BD%) (-bn-IN%) (-en-ZA%) (-mai%) (-ml%) (-or%)" 0 KiB
[ebuild     U  ] sys-apps/portage-2.3.76-r1::gentoo [2.3.69::gentoo] USE="(ipc) native-extensions rsync-verify xattr -build -doc -epydoc -gentoo-dev (-selinux)" PYTHON_TARGETS="python2_7 python3_6 (-pypy) -python3_5 (-python3_7)" 0 KiB
[ebuild     U  ] app-portage/gentoolkit-0.4.6::gentoo [0.4.2-r1::gentoo] PYTHON_TARGETS="python2_7 python3_6 (-pypy) -python3_5 (-python3_7)" 0 KiB
[blocks b      ] <app-portage/gentoolkit-0.4.6 ("<app-portage/gentoolkit-0.4.6" is blocking sys-apps/portage-2.3.76-r1)

Total: 166 packages (109 upgrades, 8 new, 8 in new slots, 41 reinstalls), Size of downloads: 83 KiB
Conflict: 1 block

The following packages are causing rebuilds:

  (dev-libs/boost-1.71.0:0/1.71.0::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (dev-util/mdds-1.4.3:1/1.4::gentoo, ebuild scheduled for merge)
    (net-p2p/amule-2.3.2-r2:0/0::gentoo, ebuild scheduled for merge)
    (net-libs/nghttp2-1.39.2:0/1.14::gentoo, ebuild scheduled for merge)
    (dev-libs/liborcus-0.14.1-r1:0/0.14::gentoo, ebuild scheduled for merge)
    (net-libs/libtorrent-rasterbar-1.1.13-r1:0/9::gentoo, ebuild scheduled for merge)
    (app-office/libreoffice-6.2.8.2:0/0::gentoo, ebuild scheduled for merge)
    (dev-libs/libixion-0.14.1:0/0.14::gentoo, ebuild scheduled for merge)
    (dev-cpp/libcmis-0.5.2-r1:0.5/0.5::gentoo, ebuild scheduled for merge)

!!! The following installed packages are masked:
- virtual/pam-0-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Mikle Kolyada <zlogene@gentoo.org> (2019-10-16)
# not needed due to openpam removal. Please
# update your packages running emerge with the
# --changed-deps option if you have problems
# with your system.

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


Would you like to merge these packages? [Yes/No]


I think this looks prommising, so I have now quickpkg'ed dovecot and netqmail, whict are the packages that I think could break if it goes wrong. I can also see that netqmail-1.06-r11 at one point in time was requested marked stabel, so I guess that it can't be all that bad.

I think that I will try to take the offer, - unless someone here can point an obvious reason out not to do so? :-)
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Wed Jan 08, 2020 8:43 pm    Post subject: Reply with quote

spekulanten,

Due to the changes in OpenSSL, netqmail, which I use, got a bit broken. I have -r12 now and it seems to both build and work.
If netqmail won't build and work for you now, it will when you are up to date.

Do it, you know you want to :)
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Wed Jan 08, 2020 9:45 pm    Post subject: Reply with quote

Quote:
Do it, you know you want to :)


Great! - I will! - and thanks! :-)
Back to top
View user's profile Send private message
mno
Guru
Guru


Joined: 29 Dec 2003
Posts: 454
Location: Toronto, Canada

PostPosted: Thu Jan 09, 2020 2:56 am    Post subject: Reply with quote

spekulanten wrote:
Code:
[ebuild     U  ] www-client/firefox-68.2.0::gentoo [60.8.0::gentoo] USE="dbus gmp-autoupdate pulseaudio screenshot startup-notification system-av1%* system-harfbuzz* system-icu* system-jpeg* system-libevent* system-libvpx* system-sqlite* system-webp%* -bindist (-clang) -custom-cflags -custom-optimization -debug -eme-free -geckodriver -hardened -hwaccel -jack -lto% (-neon) (-pgo) (-selinux) -test -wayland% -wifi" CPU_FLAGS_X86="-avx2%" L10N="-ach -af -an -ar -ast -az -be% -bg -bn% -br -bs -ca -cak -cs -cy -da -de -dsb -el -en-CA% -en-GB -eo -es-AR -es-CL -es-ES -es-MX -et -eu -fa -ff -fi -fr -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -ia% -id -is -it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mk -mr -ms -my% -nb -nl -nn -oc% -pa -pl -pt-BR -pt-PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv -ta -te -th -tr -uk -ur% -uz -vi -xh -zh-CN -zh-TW (-as%) (-bn-BD%) (-bn-IN%) (-en-ZA%) (-mai%) (-ml%) (-or%)" 0 KiB


It seems you're getting the new system-** flags for firefox; a heads up, there are others on the forums who have experienced building with these flags. Some point to system-libvpx as culprit, others to other cases (although your build already has -avx2 set, which is also a trigger). As firefox is towards end of build, try it as is, but otherwise you may need to do a bit of digging on this one in the forums.
_________________
"Hello and goodbye. As always." | You can't use &nbsp; here?? | Unanswered
Back to top
View user's profile Send private message
rasmus
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jul 2002
Posts: 78

PostPosted: Fri Jan 10, 2020 6:35 pm    Post subject: Reply with quote

Hi everyone!

Super useful thread!

I'm in kind of the same situation, because of stuff happening I haven't updated my Gentoo box since summer 2017.


My story so far:
1: Find some place that keeps really old portage snapshots around, and sync to early February 2018. It seems like I got lucky, not far after the 17.o news item was written, so I guess this is when most people switched.
2: Switch to 17.0 profile and starting an emerge -uDv --autounmask=n --keep-going @world, which turns into a mess.
3: Actually read the news thing. Decide to go back to 13.0 and update world.
4: Halfway through realize that 4.9.3 isn't the newest gcc, but what the heck. The update seems to go well, let it fnish.
5: Switch to gcc 6.4.0, and rebuild whatever depended on libstdc++.so.6, which fixed a few packages that didn't want to build with gcc 4.9.3.
6: Wait until next weekend, and enjoy a slightly less ancient system in the meantime.
7: Actually switch to 17.0, and rebuild world. So far it seems to go well. I keep some of the lila stuff on my machine, and I guess that is now almost entirely gone from the internet so those builds failed. Probably won't try to fix. Also, splashutils failed, also not too surprising. AFAIK the gensplash patches are present in the most recent gentoo-sources as of 2020, and I have all the parts so I can try rebuilding splashutils at some later point, possibly by ripping out more and more of it and see if there's anything left when it finally compiles. Anyway, I've never really bothered with those bootsplashes, I just like to have a pretty console. Could it be that some newer software is using the gensplash patches to do something that is fun, and compatible with systemd? About 295 packages remain before the emerge -e is done.

Also, everything in the games-* categories appears to have become masked, for whatever reason, so I've had to add them all to package.keywords.

Next step: Either do a new emerge-webrsync to something like summer 2018, and see if that gives me a portage that handles eapi 7, or build a kernel that isn't prehistoric. A few builds in the emerge -e @world seem to fail because old kernel, so maybe I should have a look at the kernel before that next sync...

Have a good one!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Fri Jan 10, 2020 7:12 pm    Post subject: Reply with quote

spekulanten,

Look at the version of libvpx you have installed on the system. If its 1.7 you are good, otherwise set USE=-system-libvpx on Firefox.
You will need to do that soon anyway.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Ionen
Developer
Developer


Joined: 06 Dec 2018
Posts: 2716

PostPosted: Fri Jan 10, 2020 7:30 pm    Post subject: Reply with quote

NeddySeagoon wrote:
Look at the version of libvpx you have installed on the system. If its 1.7 you are good, otherwise set USE=-system-libvpx on Firefox.
Sure seem like it'll be a long time before that changes. Mozilla bug for version bump hasn't seen activity in 3 months and the last message was "Unassigning myself for now". Hopefully moz's libvpx gets along with py2.7 ;)
Back to top
View user's profile Send private message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Sat Jan 11, 2020 8:28 pm    Post subject: Reply with quote

Hi guys! - and thanks for all the input! - I have been away from the forum for a couple of days while the CPU is copiling anyway. ;-9

rasmus -> It is very nice to hear that someone else finds this useful! :-)

Quote:
Look at the version of libvpx you have installed on the system. If its 1.7 you are good, otherwise set USE=-system-libvpx on Firefox.


I think I should be OK then:
Code:
 # equery l libvpx
 * Searching for libvpx ...
[IP-] [  ] media-libs/libvpx-1.7.0:0/5
Back to top
View user's profile Send private message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Thu Jan 16, 2020 11:41 pm    Post subject: Reply with quote

My world merge has finaly finished, so I guess I need to do an emerge @preserved-rebuild, and an emerge -av --depclean, before I take the last small step and moves my checkout forward to pressent time.

I just tried an emerge -pv --depclean, and portage sugest that I delete these files:

Code:
>>> These are the packages that would be unmerged:

 sys-kernel/gentoo-sources
    selected: 4.9.76-r1
   protected: none
     omitted: 4.4.39 4.19.82

 dev-java/icedtea-web
    selected: 1.6.2
   protected: none
     omitted: none

 sys-apps/ucspi-ssl
    selected: 0.94-r1
   protected: none
     omitted: none

 dev-lang/mujs
    selected: 1.0.5
   protected: none
     omitted: none

 sys-devel/automake
    selected: 1.11.6-r3
   protected: none
     omitted: 1.13.4-r2 1.15.1-r2 1.16.1-r1

 sys-kernel/gentoo-sources
    selected: 4.19.57
   protected: none
     omitted: 4.4.39 4.19.82

 virtual/libmysqlclient
    selected: 18-r1
   protected: none
     omitted: none

 dev-libs/cyrus-sasl
    selected: 2.1.27-r2
   protected: none
     omitted: none

 sys-kernel/gentoo-sources
    selected: 4.9.34
   protected: none
     omitted: 4.4.39 4.19.82

 net-mail/dot-forward
    selected: 0.71-r4
   protected: none
     omitted: none

 sys-kernel/gentoo-sources
    selected: 4.14.8-r1
   protected: none
     omitted: 4.4.39 4.19.82

 sys-devel/gcc
    selected: 6.4.0-r1
   protected: none
     omitted: 9.2.0-r2

 sys-devel/gcc
    selected: 8.3.0-r1
   protected: none
     omitted: 9.2.0-r2

 sys-devel/clang
    selected: 7.1.0
   protected: none
     omitted: 8.0.1

 sys-devel/clang-runtime
    selected: 7.1.0
   protected: none
     omitted: 8.0.1

 sys-libs/compiler-rt-sanitizers
    selected: 7.1.0
   protected: none
     omitted: 8.0.1

 sys-libs/compiler-rt
    selected: 7.1.0
   protected: none
     omitted: 8.0.1

 sys-devel/llvm
    selected: 7.1.0
   protected: none
     omitted: 8.0.1

All selected packages: =dev-libs/cyrus-sasl-2.1.27-r2 =sys-kernel/gentoo-sources-4.14.8-r1 =sys-devel/llvm-7.1.0 =sys-devel/automake-1.11.6-r3 =sys-apps/ucspi-ssl-0.94-r1 =net-mail/dot-forward-0.71-r4 =sys-kernel/gentoo-sources-4.9.34 =sys-kernel/gentoo-sources-4.9.76-r1 =sys-devel/gcc-6.4.0-r1 =dev-java/icedtea-web-1.6.2 =sys-devel/gcc-8.3.0-r1 =sys-kernel/gentoo-sources-4.19.57 =sys-devel/clang-7.1.0 =dev-lang/mujs-1.0.5 =sys-libs/compiler-rt-7.1.0 =virtual/libmysqlclient-18-r1 =sys-devel/clang-runtime-7.1.0 =sys-libs/compiler-rt-sanitizers-7.1.0

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

Packages installed:   1162
Packages in world:    122
Packages in system:   43
Required packages:    1144
Number to remove:     18
#


I notice that it wants to remove sys-apps/ucspi-ssl which was the one giving problems, so it might be nice to get ridge of that :-)

Does the list looks resonable? - or is there something supcisious that I should beware of before I kick them out? :-)
Back to top
View user's profile Send private message
Ionen
Developer
Developer


Joined: 06 Dec 2018
Posts: 2716

PostPosted: Thu Jan 16, 2020 11:58 pm    Post subject: Reply with quote

^ When --depclean shows you things that you're not sure about, then odds are you don't need it. Reviewing the list is mostly to spot things you may have forgot to add to your world file and actually know you need.
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Fri Jan 17, 2020 12:35 am    Post subject: Reply with quote

--depclean will remove kernel sources even if you haven't built the new one yet.
Check to see that the3 new one is built, has run, and has no problem before deleting the source of the old one.
You can run "emerge --depclean --exclude gentoo-sources" for example.
For your present purpose there is no need to clean kernel sources.
Wait until your after your final emerge. Or build the new kernel first because some packages check for kernel build configuration.
Usually no problem if you are building the same series i.e. 4.4 4.19 5.2 ...
Back to top
View user's profile Send private message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Sat Jan 18, 2020 4:06 pm    Post subject: Reply with quote

Thanks for the input! - I ran the --depclean and then a @preserved-rebuild which only merged tree packages. Then I moved my git-checkout forward to present time, whereafter I tried a world upgrade:

Code:
# emerge -uDNav world

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

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 KiB

!!! The following installed packages are masked:
- virtual/pam-0-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Mikle Kolyada <zlogene@gentoo.org> (2019-10-16)
# not needed due to openpam removal. Please
# update your packages running emerge with the
# --changed-deps option if you have problems
# with your system.

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


Nothing to merge; quitting.

#


- so it seems that I finaly is throughmy upgrade!! :-) :-)

I wondered about the warning of virtual/pam-0-r1, so I tried what was sugested:

Code:
# emerge -av --changed-deps world

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

Calculating dependencies... done!
[ebuild   R    ] media-fonts/corefonts-1-r7::gentoo  USE="X -tahoma" 0 KiB
[ebuild   R    ] media-fonts/ttf-bitstream-vera-1.10-r3::gentoo  USE="X" 0 KiB
[ebuild   R    ] virtual/package-manager-1::gentoo  0 KiB
[ebuild   R    ] virtual/editor-0-r2::gentoo  0 KiB
[ebuild   R    ] virtual/pager-0::gentoo  0 KiB
[ebuild   R    ] media-libs/musicbrainz-5.1.0:5/1::gentoo  USE="-examples -test" 0 KiB
[ebuild   R    ] media-video/totem-3.30.0::gentoo  USE="cdr introspection python -gtk-doc -lirc -nautilus -test -vala" PYTHON_SINGLE_TARGET="python3_6 -python3_5" PYTHON_TARGETS="python3_6 -python3_5" 0 KiB
[ebuild   R    ] media-sound/madplay-0.15.2b-r1::gentoo  USE="alsa nls -debug" 0 KiB
[ebuild   R    ] net-analyzer/etherape-0.9.14::gentoo  0 KiB
[ebuild   R    ] sys-process/time-1.7.2::gentoo  0 KiB
[ebuild   R    ] app-portage/elogviewer-2.9::gentoo  PYTHON_SINGLE_TARGET="python3_6 -python2_7 -python3_5" PYTHON_TARGETS="python2_7 python3_6 -python3_5" 0 KiB
[ebuild   R    ] x11-apps/xmessage-1.0.5::gentoo  0 KiB
[ebuild   R    ] net-p2p/deluge-1.3.15-r3::gentoo  USE="gtk libnotify -console -geoip -sound -webinterface" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] x11-terms/guake-3.3.2::gentoo  USE="-utempter" PYTHON_SINGLE_TARGET="python3_6 -python3_5" PYTHON_TARGETS="python3_6 -python3_5" 0 KiB
[ebuild   R    ] dev-lang/tcl-8.6.8:0/8.6::gentoo  USE="threads -debug" 0 KiB
[ebuild   R    ] net-misc/telnet-bsd-1.2-r1::gentoo  USE="nls -xinetd" 0 KiB
[ebuild   R    ] sys-block/parted-3.2-r1::gentoo  USE="debug nls readline -device-mapper (-selinux) -static-libs" 0 KiB
[ebuild   R    ] net-im/pidgin-2.13.0:0/2::gentoo  USE="dbus gstreamer gtk ncurses nls spell xscreensaver (-aqua) -debug -doc -eds -gadu -gnutls -groupwise -idn -meanwhile -networkmanager -perl -pie -prediction -python -sasl -silc -tcl -tk -zephyr -zeroconf" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] dev-java/jamvm-2.0.0-r1::gentoo  USE="-debug -libffi" 0 KiB
[ebuild   R    ] sys-libs/gpm-1.20.7-r2::gentoo  USE="(split-usr) (-selinux) -static-libs" 0 KiB
[ebuild   R    ] media-sound/sound-juicer-3.24.0::gentoo  USE="flac vorbis -debug -test" 0 KiB
[ebuild   R   ~] games-action/extreme-tuxracer-0.7.4::gentoo  0 KiB
[ebuild   R    ] dev-lang/mono-4.8.0.524::gentoo  USE="nls -doc -minimal -pax_kernel -xen" 0 KiB
[ebuild   R    ] dev-lang/vala-0.42.7:0.42::gentoo  USE="-test -valadoc" 0 KiB
[ebuild   R    ] app-portage/eix-0.33.8::gentoo  USE="nls -debug -doc -sqlite" 0 KiB
[ebuild   R    ] net-mail/vpopmail-5.4.33::kmerepo  USE="clearpasswd ipalias mysql -maildir -maildrop -spamassassin" 0 KiB
[ebuild   R    ] media-video/mplayer-1.3.0-r5::gentoo  USE="X a52 alsa cdio dts dvd dvdnav enca encode gif iconv ipv6 jpeg libass mad mng mp3 network opengl osdmenu png pulseaudio samba sdl shm truetype unicode vorbis x264 xscreensaver xv xvid -aalib (-altivec) (-aqua) -bidi -bl -bluray -bs2b -cddb -cdparanoia -cpudetection -debug -dga -doc -dv -dvb -faac -faad -fbcon -ftp -ggi -gsm -jack -joystick -ladspa -libcaca -libmpeg2 -lirc -live -lzo -md5sum -nas (-nut) -openal -oss -pnm -pvr -radio -rar -rtc -rtmp (-selinux) -speex -tga -theora -toolame -tremor -twolame -v4l -vcd -vdpau -vidix -xinerama -yuv4mpeg -zoran" CPU_FLAGS_X86="mmx mmxext sse sse2 ssse3 -3dnow -3dnowext" VIDEO_CARDS="-mga" 0 KiB
[ebuild   R    ] media-gfx/gimp-2.10.8-r1:2::gentoo  USE="alsa mng udev -aalib (-altivec) (-aqua) -debug -doc -gnome -heif -jpeg2k -openexr -postscript -python -test -unwind -vector-icons -webp -wmf -xpm" CPU_FLAGS_X86="mmx sse" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] sys-libs/glibc-2.29-r2:2.2::gentoo  USE="multiarch (split-usr) ssp -audit -caps (-cet) (-compile-locales) -doc -gd -headers-only (-multilib) -nscd -profile (-selinux) -suid -systemtap -test (-vanilla)" 0 KiB
[ebuild   R   ~] gnome-extra/gnome-games-3.6.1-r1::kmerepo  USE="clutter glchess sudoku -aisleriot -artworkextra -test" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] sys-libs/pam-1.3.0-r2::gentoo  USE="berkdb cracklib filecaps nls pie (split-usr) -audit -debug -nis (-selinux) -test -vim-syntax" 0 KiB
[ebuild   R    ] sys-auth/pambase-20150213-r2::gentoo  USE="consolekit cracklib nullok sha512 -debug -elogind -minimal -mktemp -pam_krb5 -pam_ssh -passwdqc -securetty (-selinux) -systemd" 0 KiB
[ebuild   R    ] sys-apps/kbd-2.0.4::gentoo  USE="nls pam -test" 0 KiB
[ebuild   R    ] x11-misc/lightdm-1.28.0::gentoo  USE="gtk introspection -audit -gnome -qt5 -vala" 0 KiB

Total: 34 packages (34 reinstalls), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No] n

Quitting.

#


- is this something I should considder to do?

I also have another question; during this down/upgrade I have been using git to move from date to date, but before all this I used emerge --sync to get the newest packages. I wonder if I should do some special to get back to this instead of git - or should I considder to move to syncing with git instead? - I understand that this is an option if so is whished:

Quote:
Code:

sync-uri = https://anongit.gentoo.org/git/repo/sync/gentoo.git      

is one line of a larger set of instructions to switch your repo from rsync to git.
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Sat Jan 18, 2020 5:19 pm    Post subject: Reply with quote

If you are on current portage you can --depclean virtual/pam It's been removed from the tree.

I would rebuild with new-use, but many people I respect would not. Can't really advise you one way or the other.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Sat Jan 18, 2020 8:40 pm    Post subject: Reply with quote

spekulanten,

Ignore the virtual/pam warning.

virtual/pan is only used to calculate dependencies. If you rebuild everything that depends on it, none of the installed code actually change but --depclean will remove virtual/pam for you.
The rebuild is a big price to pay for what is just a /var/pkg/db update.
It will resolve its self as newer packages that need pam are installed. Until that happens here, I'll just let portage shout at me.

From your
Code:
# emerge -uDNav world
...
Nothing to merge; quitting.

#
You are up to date. Well done!
You can either go back to your normal rsync ::gentoo repo or migrate to git properly, so you get the entire ::gentoo repo that way.
That will be the way of the future.

-- edit --
Are you actually up to date or only up to the time for your git --clone when you started this update?
Do a
Code:
git pull
on your repo, then
Code:
git checkout master
to be sure you have the live ::gentoo repo.
Code:
git log
will show the date and time of the last commit in the checkout you are currently using.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Sat Jan 18, 2020 11:18 pm    Post subject: Reply with quote

Hi guys! - thanks for the answers! :-)

Quote:
Ignore the virtual/pam warning.


I will! - I am aware of that virtual only means that packages are included. I remember that I learnt that earlier, but I was in doubt about the warning so therefore the question.

Quote:
You can either go back to your normal rsync ::gentoo repo or migrate to git properly, so you get the entire ::gentoo repo that way.
That will be the way of the future.


In that case I will clearly migrate to git properly! - how is that done? :-)

Quote:
Are you actually up to date or only up to the time for your git --clone when you started this update?


I believe so; I did this before I tried the last world merge:
Code:
git checkout `git rev-list -n 1 --first-parent --before="2020-01-18" master`


- but on the other hand maybe not; I did git pull and git checkout master as told, and then the newest date I find when doing the git log is this:
Code:
commit bf29e19761d49532ef74976509d5a9012447320e
Author: Agostino Sarubbo <ago@gentoo.org>
Date:   Mon Nov 18 16:51:58 2019 +0100


That must mean that I am only up to the time for my git --clone! - there must be more work ahead as things must have changed during the time it took me to get this far!

- How do I get up to date from here? :-)
Back to top
View user's profile Send private message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Tue Jan 21, 2020 12:26 am    Post subject: Reply with quote

Hi again,

I have done some digging on the internet after a description about how to migrate from rsync to git, and I found this link: https://www.reddit.com/r/Gentoo/comments/3i141w/now_that_portage_is_using_git_how_do_i_git_pull/. From this discusion I chose to follow these instructions:

Code:
    /etc/portage/repos.conf/gentoo.conf

[DEFAULT]
main-repo = gentoo

[gentoo]
location = /usr/portage/
sync-type = git
sync-uri = https://github.com/gentoo-mirror/gentoo
auto-sync = true

Now migrate, preserving distfiles and packages.

mv /usr/portage /usr/portage.old
emerge --sync
mv /usr/portage.old/distfiles /usr/portage/
mv /usr/portage.old/packages /usr/portage/
# Next line is equivalent to `rm -r /usr/portage.old` but much faster.
mkdir empty_dir && rsync -a --delete empty_dir/ /usr/portage.old/ && rmdir /usr/portage.old && rmdir empty_dir

It works for overlays too! layman no longer required.

    /etc/portage/repos.conf/steam-overlay.conf

[steam-overlay]
location = /var/lib/portage-overlays/steam-overlay/
sync-type = git
sync-uri = https://github.com/anyc/steam-overlay
auto-sync = true


I did not delete my /usr/portage.old as described, as I want to be sure that I have done the right thing first, but when I did an emerge --sync after doing as instructed, it looked like it just worked, so I guess that it's probably OK.
After syncing portage recommended a portage upgrade, so I ran an emerge -av --oneshot which gave this offer:

Code:
lohla /etc/portage/repos.conf # emerge -av --oneshot portage

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

Calculating dependencies... done!
[ebuild     U  ] sys-apps/portage-2.3.84-r1::gentoo [2.3.76-r1::gentoo] USE="(ipc) native-extensions rsync-verify xattr -build -doc -epydoc -gentoo-dev (-selinux)" PYTHON_TARGETS="python2_7 python3_6 (-pypy3) (-python3_7) (-python3_8) (-pypy%) (-python3_5%)" 1.019 KiB

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

!!! The following installed packages are masked:
- dev-lang/vala-0.42.7::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Mart Raudsepp <leio@gentoo.org> (2020-01-11)
# End of life vala:0.42 series, please depclean.
# This message shall be kept until 2020-02-11.

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


Would you like to merge these packages? [Yes/No] n

Quitting.



I then tried a world-merge:

https://pastebin.com/Nzecp98U

- so asuming that I did the migration to git correct, it seems that I have got quite a bit of work ahead! - did I miss something? - or shall I carry on with the update of portage and then @world as shown here? :-)
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Tue Jan 21, 2020 11:47 am    Post subject: Reply with quote

spekulanten,

That looks good.
Code:
!!! The following installed packages are masked:
- dev-lang/vala-0.42.7::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Mart Raudsepp <leio@gentoo.org> (2020-01-11)

The change is dated Jan 11 this year.

Its not worth --oneshot on portage any more as it often fails for dependencies.
Your emerge
Code:
emerge -uDNav world
looks good.

You can avoid the packages flagged as
Code:
[ebuild   R    ]
They have new USE flags that do not affect the installed code.
e.g. a USE flag that was off being removed or one being added in the off state.
Anything that includes a small 'r'
Code:
[ebuild  r     ]
is being rebuilt as it has a changed dependency. Thats what revdep-rebuild was required for. Without the rebuild, these packages would be broken.

Just run it.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Tue Jan 21, 2020 12:55 pm    Post subject: Reply with quote

Hi again! - and thanks for the feed-back! :-)

Quote:
You can avoid the packages flagged as
Code:

[ebuild   R    ]   

They have new USE flags that do not affect the installed code.
e.g. a USE flag that was off being removed or one being added in the off state.
Anything that includes a small 'r'
Code:

[ebuild  r     ]   

is being rebuilt as it has a changed dependency. Thats what revdep-rebuild was required for. Without the rebuild, these packages would be broken.


AHA - thats nice to know! - I was actually wondering about all these "R" and "r"s - especially what the diffrence was between them.

Quote:
Just run it.


I will start it right away! :-)
Back to top
View user's profile Send private message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Sat Feb 01, 2020 7:25 pm    Post subject: Reply with quote

Hi again!

I think that I finaly am through! :-) - my last emerge finished, and I have run emerge --sync and then again a new world merge. After that i ran emerge --depclean, so I guess that by now my system should be up to date! :-)

I am wondering if there are more clean-up of some sort I need to do after all this? - it has been quite a task, so I guess that I could easily have missed something?
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Sat Feb 01, 2020 7:31 pm    Post subject: Reply with quote

Feels good, doesn't it?
Now be sure to update at least every month. I update every weekend. But I did every month before I retired.
Back to top
View user's profile Send private message
ulenrich
Veteran
Veteran


Joined: 10 Oct 2010
Posts: 1480

PostPosted: Wed Feb 05, 2020 2:53 pm    Post subject: Reply with quote

spekulanten wrote:
I am wondering if there are more clean-up of some sort I need to do after all this? - it has been quite a task, so I guess that I could easily have missed something?
After all that you can't believe it is done?
If you have missed something, this could be a needed dependeny not yet mentioned in an ebuild. That would be a valuable bug and gets quickly resolved. For example I just experience with libreoffice-bin (but not yet have written a new bug):
Code:
$ lowriter
/usr/lib64/libreoffice/program/soffice.bin: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /usr/lib64/libreoffice/program/libmergedlo.so)
So, I don't have libreoffice now, but that can happen with a "-bin" package.

If you have done something wrong in /etc/portage (some mask too much or a missing USE flag)
you will notice by the time. Read the logs. The most important lessons about the toolchain and dependencies you have learnt.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Wed Feb 05, 2020 9:26 pm    Post subject: Reply with quote

spekulanten,

You can do
Code:
eclean -d packages
eclean -d distfiles

Clean out old kernels

Did you migrate to the /17.1/ profile?

The big takeaway is that updating Gentoo after its been left can be done but its a world of pain.
Sill, it teaches lessons you probably can't lean any other way.

Avoid a repeat by updating monthly.

May I link this thread for my wiki page?
It contains lots of useful information for those who come after you and there are several every year.

Thank you for seeing it through to the end too.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
spekulanten
Tux's lil' helper
Tux's lil' helper


Joined: 28 Nov 2013
Posts: 117

PostPosted: Tue Feb 11, 2020 11:02 am    Post subject: Reply with quote

Hi again everybody!

I am sorry for the long delay, but I have been quite buisy - among other things with my silver wedding anniversary (is it called that in english?), not that I carred so much about it, but for my wife I can guarantee that it did! ;-)

Anyway, I will realy like to take this opportunitry to thanks everyone who helped and advised during this long update! - I could not have done this without your help! :-) :-) - give a shout in case you should come to Denmark, I will gladly buy a round of beers! :-)

Quote:
You can do
Code:
eclean -d packages
eclean -d distfiles   


Clean out old kernels


Thanks for the tip! - I will do that later, but I think that I will considder keeping the distfiles; I have seen that they might come in handy during all this. After all they can always be deleted, it is much harder to get them back again!

Quote:
Did you migrate to the /17.1/ profile?


It seems that I am on profile 17.0:
Code:
# eselect profile list
Available profile symlink targets:
  [1]   default/linux/x86/17.0 (stable)
  [2]   default/linux/x86/17.0/selinux (stable)
  [3]   default/linux/x86/17.0/hardened (stable)
  [4]   default/linux/x86/17.0/hardened/selinux (stable)
  [5]   default/linux/x86/17.0/desktop (stable) *
  [6]   default/linux/x86/17.0/desktop/gnome (stable)
  [7]   default/linux/x86/17.0/desktop/gnome/systemd (stable)
  [8]   default/linux/x86/17.0/desktop/plasma (stable)
  [9]   default/linux/x86/17.0/desktop/plasma/systemd (stable)
  [10]  default/linux/x86/17.0/developer (stable)
  [11]  default/linux/x86/17.0/systemd (stable)
  [12]  default/linux/x86/17.0/musl (exp)
  [13]  default/linux/x86/17.0/musl/selinux (exp)
  [14]  default/linux/x86/17.0/uclibc (exp)
  [15]  default/linux/x86/17.0/uclibc/hardened (exp)
# eselect profile


I guess that I might still have some work to do here, but when I check the news for directions I only find this item:

Code:
d---------   2019-06-05-amd64-17-1-profiles-are-now-stable                80   log plain


I followed the x86-handbook when I installed the system, so I believe that 17.1 is not yet marked stable for me? - or am I misinterpreating it?

Quote:
The big takeaway is that updating Gentoo after its been left can be done but its a world of pain.
Sill, it teaches lessons you probably can't lean any other way.


You are most certainly right! - it was quite hard to get through this, but on the other hand I am actually glad that I did it! - I experienced a lot of very valueable stuff becourse of this, and I am planing to read this thread carefully from start to end, and take notes of what I learnt going through this. I am sure that they will be of value in the future! :-)

Quote:
May I link this thread for my wiki page?
It contains lots of useful information for those who come after you and there are several every year.


I will be very happy if you do that! - if this can help others it would be great! - and I think that it actually might be of value, becourse there were comments on the way, that someone actually found it helpful! :-)

Quote:
Thank you for seeing it through to the end too.


I am the one who thanks! - I am very grateful that you and all the others were there all the way! :-)

Quote:
After all that you can't believe it is done?


Yes, it a strange feeling that the old CPU in no longer grinding all day and night! :-)

Thanks for now! - I will probably "see" your all later! :-)


Last edited by spekulanten on Tue Feb 11, 2020 11:52 am; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Tue Feb 11, 2020 11:50 am    Post subject: Reply with quote

spekulanten,

Congratulations on your silver wedding anniversary. Thats 25 years. The next really expensive one is ruby :)
That was a couple of years ago for me.

Thank you for allowing the link.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
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
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 9 of 10

 
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