Re: [gentoo-user] mysql-workbench

2017-04-17 Thread lee
Alan McKinnon <alan.mckin...@gmail.com> writes:

> On 17/04/2017 19:12, lee wrote:
>> Hi,
>> 
>> mysql-workbench requires a USE flag of '>=x11-libs/cairo- -X' while
>> lots of other packages apparently require cairo with X:
>
> no it doesn't. With a fresh tree:
>
> khamul mysql-workbench # grep cairo *ebuild
> mysql-workbench-6.3.3.ebuild:   >=x11-libs/cairo-1.5.12[glib,svg]
> mysql-workbench-6.3.4-r1.ebuild:
>>=x11-libs/cairo-1.5.12[glib,svg]
> mysql-workbench-6.3.4-r2.ebuild:
>>=x11-libs/cairo-1.5.12[glib,svg]
> mysql-workbench-6.3.4.ebuild:   >=x11-libs/cairo-1.5.12[glib,svg]
> # grep  *ebuild
> #
>

Emerge said I need to make above use change.

There are some entries about cairo in package.use, yet commenting them
out didn't help.


, [ grep cairo /etc/portage/package.use ]
| =x11-libs/cairo-1.12.16 xcb
| =x11-libs/cairo-1.12.16 X
| =x11-libs/cairo-1.12.16 opengl
| =x11-libs/cairo-1.12.16-r4 X xcb
| =x11-libs/cairo-1.12.18-r1 xcb X
| >=x11-libs/cairo-1.14.2 xcb X
| >=app-text/poppler-0.42.0 cairo
| # required by dev-cpp/cairomm-1.12.0-r1::gentoo
| >=x11-libs/cairo- X
| # required by dev-cpp/cairomm-1.12.0-r1::gentoo
| =x11-libs/cairo-1.14.8 -X
`


> Are you using an overlay that provides someone's latest greatest
> mysql-workbench?
>
> This is what the tree has right now, what does your machine say?
>
> # eix mysql-workbench
> * dev-db/mysql-workbench
>  Available versions:  6.3.3 (~)6.3.4 6.3.4-r1 (~)6.3.4-r2 {debug doc
> gnome-keyring PYTHON_TARGETS="python2_7"}
>  Homepage:http://dev.mysql.com/workbench/
>  Description: MySQL Workbench
>

same here:

, [ eix mysql-workbench ]
| * dev-db/mysql-workbench
|  Verfügbare Versionen:   6.3.3 ~6.3.4 6.3.4-r1 ~6.3.4-r2 {debug doc 
gnome-keyring PYTHON_TARGETS="python2_7"}
|  Startseite: http://dev.mysql.com/workbench/
|  Beschreibung:   MySQL Workbench
`


, [ emerge -a mysql-workbench ]
| 
|  * IMPORTANT: 1 news items need reading for repository 'gentoo'.
|  * Use eselect news read to view new items.
| 
| 
|  * IMPORTANT: 3 config files in '/etc/portage' need updating.
|  * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
|  * sections of the emerge man page to learn how to update config files.
| 
| These are the packages that would be merged, in order:
| 
| Calculating dependencies... done!
| [ebuild  N ] sci-libs/proj-4.8.0  USE="-java -static-libs" 
| [ebuild  N ] sys-apps/baselayout-java-0.1.0 
| [ebuild  N ] dev-python/pexpect-3.3  USE="-doc -examples {-test}" 
PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) (-python3_5) (-python3_6)" 
| [ebuild  N ] dev-java/java-config-2.2.0-r3  USE="{-test}" 
PYTHON_TARGETS="python2_7 python3_4 (-python3_5)" 
| [ebuild  N ] dev-python/paramiko-2.1.2  USE="-doc -examples" 
PYTHON_TARGETS="python2_7 python3_4 (-python3_5) (-python3_6)" 
| [ebuild  N ] app-eselect/eselect-java-0.3.0 
| [ebuild  N ] dev-lang/lua-5.1.5-r4  USE="deprecated readline -emacs 
-static" 
| [ebuild  N ] dev-cpp/ctemplate-2.3-r1  USE="-doc -emacs -static-libs 
{-test} -vim-syntax" 
| [ebuild  N ] dev-db/vsqlite++-0.3.13-r1  USE="-static-libs" 
| [ebuild  N ] dev-libs/libzip-1.0.1  USE="-static-libs" 
| [ebuild  N ] sci-libs/libgeotiff-1.4.0  USE="-debug -doc -static-libs" 
| [ebuild  N ] dev-libs/json-c-0.12  USE="-doc -static-libs" 
| [ebuild  N ] sci-libs/gdal-2.0.2-r3  USE="aux_xml threads -armadillo 
-curl -debug -doc -fits -geos -gif -gml -hdf5 -java -jpeg -jpeg2k -mdb -mysql 
-netcdf -odbc -ogdi -opencl -pdf -perl -png -postgres -python -spatialite 
-sqlite -xls" PYTHON_TARGETS="python2_7 python3_4" 
| [ebuild  N ] app-admin/sudo-1.8.18_p1  USE="nls pam sendmail -ldap 
-offensive (-selinux) -skey" 
| [ebuild  N ] dev-db/mysql-connector-c++-1.1.6  USE="-debug -examples 
-gcov -static-libs" 
| [ebuild U *] x11-libs/cairo- [1.14.8] USE="-X* -utils%" 
| [ebuild  N ] dev-cpp/atkmm-2.24.2  USE="-doc" 
| [ebuild  N ] dev-cpp/cairomm-1.12.0-r1  USE="svg -X (-aqua) -doc" 
| [ebuild  N ] dev-cpp/pangomm-2.40.1  USE="-doc" 
| [ebuild  N ] dev-cpp/gtkmm-2.24.5  USE="-doc -examples {-test}" 
| [ebuild  N ] dev-java/icedtea-bin-3.3.0  USE="alsa cups gtk webstart -doc 
-examples -headless-awt (-multilib) -nsplugin -pulseaudio (-selinux) -source" 
| [ebuild  N ] virtual/jdk-1.8.0-r3 
| [ebuild  N ] virtual/jre-1.8.0-r1 
| [ebuild  N ] dev-java/icedtea-web-1.6.1-r1  USE="-doc -javascript 
-nsplugin -tagsoup {-test}" 
| [ebuild  N ] d

Re: [gentoo-user] update fails, but I don't see why

2020-12-04 Thread n952162
ls (-aqua)
-cscope -debug -gtk -gtk2 -lua -luajit -motif -neXt -netbeans -perl
-python -racket -ruby (-selinux) -session -sound -tcl"
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild   R    ] dev-util/android-tools-9.0.0_p3-r1::gentoo
USE="-python" PYTHON_TARGETS="python3_7 python3_8%* -python3_6
-python3_9%" 11 KiB
[ebuild U  ] media-gfx/imagemagick-7.0.10.41-r1:0/7.0.10-37::gentoo
[7.0.10.34-r1:0/7.0.10::gentoo] USE="X bzip2 cxx jpeg openmp png
postscript tiff zlib -corefonts -djvu -fftw -fontconfig -fpx -graphviz
-hdri -heif -jbig -jpeg2k -lcms -lqr -lzma -opencl -openexr -pango -perl
-q32 -q8 -raw -static-libs -svg -test -truetype -webp -wmf -xml" 9419 KiB
[ebuild U  ] sys-devel/gdb-10.1::gentoo [9.2::gentoo] USE="client
nls python server -lzma -multitarget -source-highlight -test -vanilla
-xml -xxhash" PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*
-python3_9%" 21004 KiB
[ebuild U  ] virtual/rust-1.47.0::gentoo [1.46.0::gentoo]
ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild   R    ] dev-util/itstool-2.0.6-r1::gentoo
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild   R    ] x11-base/xcb-proto-1.14-r1::gentoo  ABI_X86="(64) -32
(-x32)" PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild U  ] net-libs/nodejs-14.15.1:0/14::gentoo
[14.11.0:0/0::gentoo] USE="icu npm snapshot ssl system-ssl -debug -doc
-inspector -pax_kernel -system-icu% -systemtap -test"
CPU_FLAGS_X86="sse2" 32654 KiB
[ebuild U  ] app-emulation/qemu-5.1.0-r2::gentoo [5.1.0-r1::gentoo]
USE="aio bzip2 caps curl fdt filecaps jpeg ncurses nls oss
pin-upstream-blobs png seccomp slirp vhost-net vnc xattr xkb
-accessibility -alsa (-capstone) -debug -doc -glusterfs -gnutls -gtk
-infiniband -io-uring -iscsi -jack -jemalloc -lzo -multipath -nfs -numa
-opengl -plugins -pulseaudio -python -rbd -sasl -sdl -sdl-image
(-selinux) -smartcard -snappy -spice -ssh -static -static-user
-systemtap -test -usb -usbredir -vde -vhost-user-fs -virgl -virtfs -vte
-xen -xfs -zstd" PYTHON_TARGETS="python3_7 python3_8* -python3_6
-python3_9" QEMU_SOFTMMU_TARGETS="x86_64 -aarch64 -alpha -arm -avr -cris
-hppa -i386 -lm32 -m68k -microblaze -microblazeel -mips -mips64
-mips64el -mipsel -moxie -nios2 -or1k -ppc -ppc64 -riscv32 -riscv64 -rx
-s390x -sh4 -sh4eb -sparc -sparc64 -tricore -unicore32 -xtensa
-xtensaeb" QEMU_USER_TARGETS="-aarch64 -aarch64_be -alpha -arm -armeb
-cris -hppa -i386 -m68k -microblaze -microblazeel -mips -mips64
-mips64el -mipsel -mipsn32 -mipsn32el -nios2 -or1k -ppc -ppc64
-ppc64abi32 -ppc64le -riscv32 -riscv64 -s390x -sh4 -sh4eb -sparc
-sparc32plus -sparc64 -tilegx -x86_64 -xtensa -xtensaeb" 0 KiB
[ebuild   R    ] app-emulation/virtualbox-6.0.24::gentoo USE="alsa
opengl opus pam qt5 sdk udev -debug -doc -dtrace -headless -java
-libressl -lvm -pax_kernel -pulseaudio -python -vboxwebsrv -vnc"
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild   R    ] net-analyzer/rrdtool-1.7.2:0/8.0.0::gentoo USE="graph
perl tcpd -dbi -doc -lua -python -rados -rrdcgi -ruby -static-libs -tcl
-test" PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild   R    ] sci-libs/gdal-3.0.4-r1:0/3.0::gentoo USE="aux-xml
-armadillo -curl -debug -doc -fits -geos -gif -gml -hdf5 -java -jpeg
-jpeg2k -lzma (-mdb) -mysql -netcdf -odbc -ogdi -opencl (-oracle) -pdf
-perl -png -postgres -python -spatialite -sqlite -threads -webp -xls
-zstd" PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild   R    ] app-text/asciidoc-9.0.2::gentoo  USE="-doc -test"
PYTHON_SINGLE_TARGET="python3_8* (-pypy3) -python3_6 -python3_7*
-python3_9" 0 KiB
[ebuild U  ] dev-util/cbindgen-0.15.0::gentoo [0.14.6::gentoo]
USE="-debug" 3124 KiB
[ebuild   R    ] dev-python/setuptools-46.4.0-r3::gentoo USE="-test"
PYTHON_TARGETS="python2_7 python3_6 python3_7 python3_8* (-pypy3)
-python3_9" 0 KiB
[ebuild   R    ] dev-python/setuptools_scm-4.1.2-r1::gentoo USE="-test"
PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3) -python3_9" 0 KiB
[ebuild   R    ] dev-util/meson-0.55.3::gentoo  USE="(-test)"
PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild U  ] dev-python/six-1.15.0-r1::gentoo [1.15.0::gentoo]
USE="-doc -test" PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3)
-python3_9 (-python2_7%*)" 0 KiB
[ebuild U  ] dev-python/pygments-2.7.2::gentoo [2.7.0::gentoo]
USE="-doc -test" PYTHON_TARGETS="python3_7 python3_8* (-pypy3)
-python3_6 -python3_9" 2296 KiB
[ebuild U  ] dev-python/idna-2.10-r1::gentoo [2.10::gentoo]
PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3) -python3_

Re: [gentoo-user] Re: Well, I went about updating my system again. (day 6)

2016-12-07 Thread Alan Grimes
python3_3%)" 184 KiB
[ebuild U  ] kde-plasma/kwayland-integration-5.8.4:5::gentoo
[5.7.5:5::gentoo] USE="-debug" 18 KiB
[ebuild   R] dev-python/service_identity-16.0.0::gentoo  USE="-doc
{-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy
(-python3_3%)" 0 KiB
[ebuild U  ] kde-apps/kdebugsettings-16.08.3:5::gentoo
[16.08.1:5::gentoo] USE="-debug {-test}" 28 KiB
[ebuild U  ] dev-qt/qtlocation-5.6.2:5/5.6::gentoo
[5.6.1:5/5.6::gentoo] USE="-debug {-test}" 0 KiB
[ebuild U  ] kde-frameworks/kemoticons-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="-debug {-test}" 1,655 KiB
[ebuild U  ] kde-frameworks/kdesu-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="X -debug" 44 KiB
[ebuild U  ] dev-python/requests-2.12.3::gentoo [2.11.1::gentoo]
USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy" 535 KiB
[ebuild   R] dev-python/ssl-fetch-0.4::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy (-python3_3%)" 0 KiB
[ebuild   R] app-portage/mirrorselect-2.2.2-r2::gentoo 
PYTHON_TARGETS="python2_7 python3_4 (-python3_3%)" 0 KiB
[ebuild  N ] dev-qt/qtwebkit-4.8.7:4::gentoo  USE="gstreamer icu jit
pch (-aqua) -debug -exceptions" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild   R] dev-util/cppcheck-1.75::gentoo  USE="pcre qt4
-htmlreport" PYTHON_TARGETS="python2_7 python3_4 python3_5
(-python3_3%)" 0 KiB
[ebuild U  ] media-gfx/imagemagick-6.9.6.6:0/6.9.6.6::gentoo
[6.9.5.10:0/6.9.5.10::gentoo] USE="X bzip2 cxx fftw fontconfig graphviz
jpeg jpeg2k lcms opencl openexr openmp pango perl png svg tiff truetype
xml zlib -autotrace -corefonts -djvu -fpx -hdri -jbig -lqr -lzma
-postscript -q32 -q64 -q8 -raw -static-libs {-test} -webp -wmf" 8,582 KiB
[ebuild U  ] gnome-extra/libgsf-1.14.41:0/114::gentoo
[1.14.40:0/114::gentoo] USE="bzip2 gtk introspection" 603 KiB
[ebuild U  ] net-misc/tor-0.2.9.6_rc::gentoo
[0.2.9.3_alpha-r1::gentoo] USE="seccomp -libressl -scrypt (-selinux)
-systemd {-test} -tor-hardening -web (-bufferevents%)" 5,365 KiB
[ebuild U  ] sci-libs/gdal-2.0.3:0/2::gentoo [2.0.2-r3:0/2::gentoo]
USE="aux_xml curl gif java jpeg jpeg2k mysql opencl pdf perl png python
sqlite threads -armadillo -debug -doc -fits -geos -gml -hdf5 -mdb
-netcdf -odbc -ogdi -oracle% -postgres -spatialite -xls"
PYTHON_TARGETS="python2_7 python3_4 python3_5%*" 11,318 KiB
[ebuild U  ] kde-frameworks/kpeople-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="-debug {-test}" 59 KiB
[ebuild U #] sci-geosciences/googleearth-7.1.7.2606::gentoo
[7.1.4.1529::gentoo] USE="-bundled-libs" 44,605 KiB
[ebuild U  ] www-servers/apache-2.4.23-r2:2::gentoo
[2.4.23-r1:2::gentoo] USE="ldap ssl threads -debug -doc -libressl
(-selinux) -static -suexec" 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
-authn_dbd -authz_dbd -cache_disk -cern_meta -charset_lite -dbd -dumpio
-http2 -ident -imagemap -lbmethod_bybusyness -lbmethod_byrequests
-lbmethod_bytraffic -lbmethod_heartbeat -log_forensic -macro -proxy
-proxy_ajp -proxy_balancer -proxy_connect -proxy_fcgi -proxy_ftp
-proxy_html -proxy_http -proxy_scgi -proxy_wstunnel -ratelimit -remoteip
-reqtimeout -slotmem_shm -substitute -version" APACHE2_MPMS="-event
-prefork -worker" 2 KiB
[ebuild U  ] dev-lang/ruby-2.3.3:2.3::gentoo [2.3.1:2.3::gentoo]
USE="berkdb gdbm ipv6 ncurses rdoc readline ssl tk -debug -doc -examples
-jemalloc -libressl -rubytests -socks5 -xemacs" 11,179 KiB
[ebuild U  ] x11-libs/libnotify-0.7.7::gentoo [0.7.6-r3::gentoo]
USE="introspection {-test}" ABI_X86="32 (64) (-x32)" 279 KiB
[ebuild   R] dev-libs/protobuf-3.0.0_beta3_p1:0/10b3::gentoo 
USE="java python zlib -emacs -examples -static-libs {-test} -vim-syntax"
ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7 python3_4 python3_5
(-python3_3%)" 0 KiB
[ebuild   R]
dev-python/protobuf-python-3.0.0_beta3_p1:0/10b3::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 (-python3_3%)" 0 KiB
[ebuild U  ] dev-ruby/rubygems-2.6.8::gentoo [2.6.7::gentoo]
USE="server {-test}" RUBY_TARGETS="ruby21 ruby23 (-ruby20*) -ruby22" 737 KiB
[ebuild   R] virtual/rubygems-11::gentoo  RUBY_TARGETS="ruby21
ruby23 (-rbx) (-ruby20*) -ruby22 (-ruby19%)" 0 KiB
[ebuild  N ] dev-qt/qtwebkit-5.6.2:5/5.6::gen

[gentoo-user] evil ebuilds.

2018-07-11 Thread Alan Grimes
] PYTHON_TARGETS="python2_7 python3_5 python3_6
-python3_4" 0 KiB
[ebuild U  ] dev-qt/qtimageformats-5.11.1:5/5.11::gentoo
[5.9.6:5/5.9::gentoo] USE="jpeg2k mng -debug {-test}" 2,141 KiB
[ebuild   R    ] net-analyzer/net-snmp-5.7.3_p3::gentoo  USE="X bzip2
ipv6 lm_sensors mysql perl python ssl tcpd zlib -doc -elf -libressl
-mfd-rewrites -minimal -netlink -pci -rpm (-selinux) -smux -ucd-compat"
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild U  ] dev-libs/libcdio-paranoia-0.94_p2::gentoo
[0.93_p1::gentoo] USE="cxx -static-libs {-test}" ABI_X86="32* (64)
(-x32)" 0 KiB
[ebuild   R    ] dev-python/translate-toolkit-2.0.0::gentoo  USE="html
ical ini subtitles yaml -doc" PYTHON_TARGETS="python2_7 python3_5
python3_6%* -python3_4" 0 KiB
[ebuild   R    ] dev-libs/liborcus-0.13.4:0/0.13::gentoo  USE="python
spreadsheet-model -static-libs -tools" PYTHON_SINGLE_TARGET="python3_5
-python3_4 -python3_6" PYTHON_TARGETS="python3_5 python3_6 -python3_4" 0 KiB
[ebuild   R    ] media-sound/playmidi-2.5-r2::gentoo  USE="X (-svga)" 0 KiB
[ebuild   R    ] x11-drivers/xf86-input-libinput-0.27.1::gentoo 
KERNEL="(linux%*)" 0 KiB
[ebuild   R    ] dev-util/gtk-doc-1.25-r1::gentoo  USE="-debug -doc
-emacs -highlight -vim" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] dev-libs/libdbusmenu-16.04.0::gentoo  USE="gtk gtk3
introspection -debug {-test}" ABI_X86="32 (64) (-x32)"
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] games-util/steam-launcher-1.0.0.54-r4::steam-overlay 
USE="steamruntime" KERNEL="(linux%*)" 0 KiB
[ebuild  N ] games-util/steam-games-meta-0-r20180619::steam-overlay 
USE="steamruntime -mono -steamgames_bioshock_infinite
-steamgames_defenders_quest -steamgames_dirt_rally
-steamgames_dont_starve -steamgames_dwarfs -steamgames_hammerwatch
-steamgames_ironclad_tactics -steamgames_journey_down
-steamgames_narcissu -steamgames_painkiller -steamgames_portal
-steamgames_shadow_mordor -steamgames_shatter -steamgames_source_engine
-steamgames_te120 -steamgames_tf2 -steamgames_trine2
-steamgames_unwritten_tales -steamgames_voidexpanse
-steamgames_witcher2" VIDEO_CARDS="nvidia" 0 KiB
[ebuild   R    ] dev-libs/libappindicator-12.10.0-r201:2::gentoo 
USE="introspection python" ABI_X86="32 (64) (-x32)"
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild U  ] media-gfx/imagemagick-7.0.8.5:0/7.0.8.5::gentoo
[7.0.7.35:0/7.0.7.35::gentoo] USE="X bzip2 cxx fftw fontconfig graphviz
jpeg jpeg2k lcms opencl openexr openmp pango perl png svg tiff truetype
xml zlib -corefonts -djvu -fpx -hdri -jbig -lqr -lzma -postscript -q32
-q8 -raw -static-libs {-test} -webp -wmf" 8,410 KiB
[ebuild U  ] sci-libs/gdal-2.3.0:0/2.2::gentoo
[2.2.3-r2:0/2.2::gentoo] USE="aux_xml curl gif java jpeg jpeg2k mysql
opencl pdf perl png python sqlite threads -armadillo -debug -doc -fits
-geos -gml -hdf5 -mdb -netcdf -odbc -ogdi -oracle -postgres -spatialite
-webp -xls" PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4"
14,086 KiB
[ebuild U  ] dev-vcs/git-2.18.0::gentoo [2.17.1-r1::gentoo]
USE="blksha1 cgi curl gnome-keyring gpg iconv nls pcre pcre-jit perl
python subversion threads tk webdav -cvs -doc -emacs -highlight
-libressl -mediawiki -mediawiki-experimental (-ppcsha1) {-test} -xinetd"
PYTHON_TARGETS="python2_7" 5,399 KiB
[ebuild U  ] media-sound/fluidsynth-1.1.11::gentoo [1.1.9::gentoo]
USE="alsa dbus ipv6 pulseaudio readline -debug -examples -jack -ladspa
-lash -portaudio -sndfile" ABI_X86="32 (64) (-x32)" 620 KiB
[ebuild U  ] kde-plasma/kwrited-5.13.3:5::gentoo [5.12.5:5::gentoo]
USE="-debug" 20 KiB
[ebuild   R    ] net-libs/telepathy-glib-0.24.1::gentoo 
USE="introspection vala -debug {-test}" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] net-voip/telepathy-rakia-0.8.0::gentoo  USE="{-test}"
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] net-irc/telepathy-idle-0.2.0::gentoo  USE="{-test}"
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] app-admin/system-config-printer-1.4.8::gentoo 
USE="gnome-keyring policykit -doc" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild U  ] app-admin/sudo-1.8.23-r1::gentoo [1.8.23::gentoo]
USE="ldap nls openssl pam sendmail -gcrypt -offensive -sasl (-selinux)
-skey" 0 KiB
[ebuild U  ] net-misc/networkmanager-1.10.10::gentoo
[1.10.6::gentoo] USE="consolekit dhclient introspection modemmanager
ncurses nss policykit ppp wext wifi -audit -bluetooth
-connection-sharing -dhcpcd -elogind -gnutls -json -ofono -ovs
-resolvconf (-selinux) -systemd -teamd {-test} -vala" ABI_X86="32 (64)
(-x32)" 3,944 KiB
[ebuild U  ] kde-plasma/kgamma-5.13.3:5::gentoo [5.12.5:5::gent

[gentoo-user] update fails, but I don't see why

2020-12-03 Thread n952162
dline -debug -examples -icu
-lzma -static-libs -test" ABI_X86="(64) -32 (-x32)"
PYTHON_TARGETS="python3_8* -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild   R    ] dev-util/glib-utils-2.64.5::gentoo
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7* -python3_9%" 0 KiB
[ebuild  NS    ] sys-devel/llvm-11.0.0:11::gentoo [8.0.1:8::gentoo,
9.0.1:9::gentoo, 10.0.1:10::gentoo] USE="libffi ncurses -debug -doc
-exegesis -gold -libedit -test -xar -xml -z3" ABI_X86="(64) -32 (-x32)"
LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARC -ARM -AVR -Hexagon
-Lanai -MSP430 -Mips -PowerPC -RISCV -Sparc -SystemZ -VE% -WebAssembly
-XCore" 176 KiB
[ebuild U  ] dev-python/certifi-10001-r1::gentoo [10001::gentoo]
USE="-test" PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3)
-python3_9 (-python2_7%*)" 0 KiB
[ebuild   R    ] dev-util/gdbus-codegen-2.64.5::gentoo
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild   R    ] sys-devel/llvm-10.0.1:10::gentoo  USE="libffi ncurses
-debug -doc -exegesis -gold -libedit -test -xar -xml -z3" ABI_X86="(64)
-32 (-x32)" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARC -ARM -AVR
-Hexagon -Lanai -MSP430 -Mips -PowerPC -RISCV -Sparc -SystemZ
-WebAssembly -XCore" 176 KiB
[ebuild  N ] app-arch/brotli-1.0.9-r1:0/1::gentoo USE="-python
-test" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python3_8 -python3_6
-python3_7 -python3_9" 476 KiB
[ebuild   R    ] dev-python/bsddb3-6.2.7::gentoo
PYTHON_TARGETS="python3_8* -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild U  ] dev-lang/rust-1.47.0-r2:stable/1.47::gentoo
[1.46.0:stable/1.46::gentoo] USE="-clippy -debug (-doc) -libressl
(-miri) (-nightly) (-parallel-compiler) -rls -rustfmt
(-system-bootstrap) (-system-llvm) -test% -wasm" ABI_X86="(64) -32
(-x32)" CPU_FLAGS_X86="sse2" LLVM_TARGETS="(X86) -AArch64 -AMDGPU -ARM
-AVR% -BPF -Hexagon -Lanai -MSP430 -Mips -NVPTX -PowerPC -RISCV -Sparc
-SystemZ -WebAssembly -XCore" 225922 KiB
[ebuild U  ] sys-libs/libomp-11.0.0::gentoo [10.0.1::gentoo]
USE="(-cuda) -hwloc -offload -ompt -test" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild   R    ] dev-util/android-tools-9.0.0_p3-r1::gentoo
USE="-python" PYTHON_TARGETS="python3_8%* -python3_6 -python3_7*
-python3_9%" 11 KiB
[ebuild U  ] sys-block/parted-3.3-r2::gentoo [3.2-r1::gentoo]
USE="debug nls readline -device-mapper (-selinux) (-static-libs%)" 1717 KiB
[ebuild U  ] sys-devel/gdb-10.1::gentoo [9.2::gentoo] USE="client
nls python server -lzma -multitarget -source-highlight -test -vanilla
-xml -xxhash" PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*
-python3_9%" 21004 KiB
[ebuild   R    ] app-editors/vim-8.2.0360::gentoo  USE="X acl nls
-cscope -debug -gpm -lua -luajit -minimal -perl -python -racket -ruby
(-selinux) -sound -tcl -terminal -vim-pager"
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild U  ] virtual/rust-1.47.0::gentoo [1.46.0::gentoo]
ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild   R    ] dev-util/itstool-2.0.6-r1::gentoo
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild   R    ] x11-base/xcb-proto-1.14-r1::gentoo  ABI_X86="(64) -32
(-x32)" PYTHON_TARGETS="python3_8* -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild U  ] net-libs/nodejs-14.15.1:0/14::gentoo
[14.11.0:0/0::gentoo] USE="icu npm snapshot ssl system-ssl -debug -doc
-inspector -pax_kernel -system-icu% -systemtap -test"
CPU_FLAGS_X86="sse2" 32654 KiB
[ebuild U  ] app-emulation/qemu-5.1.0-r2::gentoo [5.1.0-r1::gentoo]
USE="aio bzip2 caps curl fdt filecaps jpeg ncurses nls oss
pin-upstream-blobs png seccomp slirp vhost-net vnc xattr xkb
-accessibility -alsa (-capstone) -debug -doc -glusterfs -gnutls -gtk
-infiniband -io-uring -iscsi -jack -jemalloc -lzo -multipath -nfs -numa
-opengl -plugins -pulseaudio -python -rbd -sasl -sdl -sdl-image
(-selinux) -smartcard -snappy -spice -ssh -static -static-user
-systemtap -test -usb -usbredir -vde -vhost-user-fs -virgl -virtfs -vte
-xen -xfs -zstd" PYTHON_TARGETS="python3_8* -python3_6 -python3_7*
-python3_9" QEMU_SOFTMMU_TARGETS="x86_64 -aarch64 -alpha -arm -avr -cris
-hppa -i386 -lm32 -m68k -microblaze -microblazeel -mips -mips64
-mips64el -mipsel -moxie -nios2 -or1k -ppc -ppc64 -riscv32 -riscv64 -rx
-s390x -sh4 -sh4eb -sparc -sparc64 -tricore -unicore32 -xtensa
-xtensaeb" QEMU_USER_TARGETS="-aarch64 -aarch64_be -alpha -arm -armeb
-cris -hppa -i386 -m68k -microblaze -microblazeel -mips -mips64
-mips64el -mipsel -mipsn32 -mipsn32el -nios2 -or1k -ppc -ppc64
-ppc64abi32 -ppc64le -riscv32 -riscv64 -s390x -sh4 -sh4eb -sparc
-sparc32plus -sparc64 -tilegx -x86_64 -xtensa -xtensaeb&qu

Re: [gentoo-user] update fails, but I don't see why

2020-12-04 Thread n952162
  R    ] sys-devel/llvm-10.0.1:10::gentoo  USE="libffi ncurses
-debug -doc -exegesis -gold -libedit -test -xar -xml -z3" ABI_X86="(64)
-32 (-x32)" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARC -ARM -AVR
-Hexagon -Lanai -MSP430 -Mips -PowerPC -RISCV -Sparc -SystemZ
-WebAssembly -XCore" 176 KiB
[ebuild  N ] app-arch/brotli-1.0.9-r1:0/1::gentoo USE="-python
-test" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python3_7 python3_8
-python3_6 -python3_9" 476 KiB
[ebuild   R    ] dev-python/bsddb3-6.2.7::gentoo
PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild U  ] dev-lang/rust-1.47.0-r2:stable/1.47::gentoo
[1.46.0:stable/1.46::gentoo] USE="-clippy -debug (-doc) -libressl
(-miri) (-nightly) (-parallel-compiler) -rls -rustfmt
(-system-bootstrap) (-system-llvm) -test% -wasm" ABI_X86="(64) -32
(-x32)" CPU_FLAGS_X86="sse2" LLVM_TARGETS="(X86) -AArch64 -AMDGPU -ARM
-AVR% -BPF -Hexagon -Lanai -MSP430 -Mips -NVPTX -PowerPC -RISCV -Sparc
-SystemZ -WebAssembly -XCore" 225922 KiB
[ebuild U  ] sys-libs/libomp-11.0.0::gentoo [10.0.1::gentoo]
USE="(-cuda) -hwloc -offload -ompt -test" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild   R    ] dev-util/android-tools-9.0.0_p3-r1::gentoo
USE="-python" PYTHON_TARGETS="python3_7 python3_8%* -python3_6
-python3_9%" 11 KiB
[ebuild U  ] sys-devel/gdb-10.1::gentoo [9.2::gentoo] USE="client
nls python server -lzma -multitarget -source-highlight -test -vanilla
-xml -xxhash" PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*
-python3_9%" 21004 KiB
[ebuild   R    ] app-editors/vim-8.2.0360::gentoo  USE="X acl nls
-cscope -debug -gpm -lua -luajit -minimal -perl -python -racket -ruby
(-selinux) -sound -tcl -terminal -vim-pager"
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild U  ] virtual/rust-1.47.0::gentoo [1.46.0::gentoo]
ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild   R    ] dev-util/itstool-2.0.6-r1::gentoo
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild   R    ] x11-base/xcb-proto-1.14-r1::gentoo  ABI_X86="(64) -32
(-x32)" PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild U  ] x11-libs/libXaw-1.0.13-r2::gentoo [1.0.13-r1::gentoo]
USE="-deprecated -doc -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] net-libs/nodejs-14.15.1:0/14::gentoo
[14.11.0:0/0::gentoo] USE="icu npm snapshot ssl system-ssl -debug -doc
-inspector -pax_kernel -system-icu% -systemtap -test"
CPU_FLAGS_X86="sse2" 32654 KiB
[ebuild U  ] app-emulation/qemu-5.1.0-r2::gentoo [5.1.0-r1::gentoo]
USE="aio bzip2 caps curl fdt filecaps jpeg ncurses nls oss
pin-upstream-blobs png seccomp slirp vhost-net vnc xattr xkb
-accessibility -alsa (-capstone) -debug -doc -glusterfs -gnutls -gtk
-infiniband -io-uring -iscsi -jack -jemalloc -lzo -multipath -nfs -numa
-opengl -plugins -pulseaudio -python -rbd -sasl -sdl -sdl-image
(-selinux) -smartcard -snappy -spice -ssh -static -static-user
-systemtap -test -usb -usbredir -vde -vhost-user-fs -virgl -virtfs -vte
-xen -xfs -zstd" PYTHON_TARGETS="python3_7 python3_8* -python3_6
-python3_9" QEMU_SOFTMMU_TARGETS="x86_64 -aarch64 -alpha -arm -avr -cris
-hppa -i386 -lm32 -m68k -microblaze -microblazeel -mips -mips64
-mips64el -mipsel -moxie -nios2 -or1k -ppc -ppc64 -riscv32 -riscv64 -rx
-s390x -sh4 -sh4eb -sparc -sparc64 -tricore -unicore32 -xtensa
-xtensaeb" QEMU_USER_TARGETS="-aarch64 -aarch64_be -alpha -arm -armeb
-cris -hppa -i386 -m68k -microblaze -microblazeel -mips -mips64
-mips64el -mipsel -mipsn32 -mipsn32el -nios2 -or1k -ppc -ppc64
-ppc64abi32 -ppc64le -riscv32 -riscv64 -s390x -sh4 -sh4eb -sparc
-sparc32plus -sparc64 -tilegx -x86_64 -xtensa -xtensaeb" 0 KiB
[ebuild   R    ] app-emulation/virtualbox-6.0.24::gentoo USE="alsa
opengl opus pam qt5 sdk udev -debug -doc -dtrace -headless -java
-libressl -lvm -pax_kernel -pulseaudio -python -vboxwebsrv -vnc"
PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild U  ] media-gfx/imagemagick-7.0.10.41-r1:0/7.0.10-37::gentoo
[7.0.10.34-r1:0/7.0.10::gentoo] USE="X bzip2 cxx jpeg openmp png
postscript tiff zlib -corefonts -djvu -fftw -fontconfig -fpx -graphviz
-hdri -heif -jbig -jpeg2k -lcms -lqr -lzma -opencl -openexr -pango -perl
-q32 -q8 -raw -static-libs -svg -test -truetype -webp -wmf -xml" 9419 KiB
[ebuild   R    ] net-analyzer/rrdtool-1.7.2:0/8.0.0::gentoo USE="graph
perl tcpd -dbi -doc -lua -python -rados -rrdcgi -ruby -static-libs -tcl
-test" PYTHON_SINGLE_TARGET="python3_8* -python3_6 -python3_7*" 0 KiB
[ebuild   R    ] sci-libs/gdal-3.0.4-r1:0/3.0::gentoo USE="aux-xml
-armadillo -curl -debug -doc -fits -geos -gif -gml -hdf5 -java -jpeg
-jpeg2k -l