[gentoo-user] World update and changed PYTHON_TARGETS

2014-11-24 Thread Frank Steinmetzger
Hey list

during yesterday's upgrade I read the news about python 3.4 being the
new profile default. In its course a lot of python-related packages were
indeed rebuilt (up until then I had set PYTHON_TARGETS to 2.7, 3.3 and
3.4 manually due to blender, which already required 3.4). But in the
end, depclean will still not remove python 3.3. So I dug and after some
more cleanup (some packages had to be un-keyword to support 3.4) I got:

---[ $ emerge -cpv python:3.3 ]-
Calculating dependencies... done!
  dev-lang/python-3.3.5-r1 pulled in by:
dev-python/lxml-3.3.5 requires >=dev-lang/python-3.3.2-r2:3.3
dev-python/setuptools-7.0 requires >=dev-lang/python-3.3.2-r2:3.3


What I don't understand:

---[ $ emerge -pvuD --changed-use --with-bdeps=y world ]
[...]
Total: 0 packages, Size of downloads: 0 kB

---[ $ emerge -p lxml setuptools ]--
[ebuild U ~] dev-python/lxml-3.4.1 [3.3.5] PYTHON_TARGETS="-python3_3*"
[ebuild   R   ~] dev-python/setuptools-7.0  PYTHON_TARGETS="-pypy3% -python3_3*"

The following keyword changes are necessary to proceed:
 (see "package.accept_keywords" in the portage(5) man page for more details)
# required by lxml (argument)
=dev-python/lxml-3.4.1 ~amd64

---[ $ eix -e lxml 
]-----
[I] dev-python/lxml
 Available versions:  3.3.5 ~3.3.6 ~3.4.0 ~3.4.1 {beautifulsoup3 doc 
examples +threads PYTHON_TARGETS="python2_7 python3_3 python3_4"}
 Installed versions:  3.3.5(22:03:28 05.11.2014)(threads -beautifulsoup3 
-doc -examples PYTHON_TARGETS="python2_7 python3_3 python3_4 -python3_2")
----

If I upgrade the "stable" lxml 3.3.5 to the keyworded 3.4.1, this
problem will probably go away. But I want to understand it. How can I
find out why portage thinks I need lxml 3.4.1? 3.3.5 knows about python
just 3.4 as well, it only uses a different shell syntax to express it:

3.3.5: PYTHON_COMPAT=( python{2_7,3_{2,3,4}} )
3.4.1: PYTHON_COMPAT=( python{2_7,3_3,3_4} )

---[ $ emerge -pvc lxml ]---
Calculating dependencies... done!
  dev-python/lxml-3.3.5 pulled in by:
app-text/calibre-1.20 requires >=dev-python/lxml-2.2.1
media-gfx/inkscape-0.48.5 requires 
dev-python/lxml[python_targets_python2_7(-),-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)]


Both inkscape and calibre only care about python 2.7.


Cheers and good night for now.
-- 
Gruß | Greetings | Qapla’
Please do not share anything from, with or about me with any social network.

I happen to have some time.  Where is nothing to do?


signature.asc
Description: Digital signature


Re: [gentoo-user] python-updater failure

2009-12-06 Thread Joshua Murphy
On Sun, Dec 6, 2009 at 10:49 PM, Michael P. Soulier
 wrote:
> So I ran a big emerge --update world and it picked up Python 2.6 from 2.5.
> It'd be nice if python-updater ran automatically when this happens but it
> doesn't, but gcompris failing to build was a nice reminder that it needed to
> be done.
>
> So I ran it...
>
> msoul...@anton:~$ sudo python-updater
> Password:
>  * Starting Python Updater from 2.5 to 2.6 :
>  *   Adding to list: =net-p2p/bittorrent-5.0.9-r1
>  *   Adding to list: =app-admin/webapp-config-1.50.16-r1
>  *   Adding to list: =dev-util/scons-1.2.0-r1
>  *   Adding to list: =sys-libs/cracklib-2.8.13
>  *   Adding to list: =gnome-extra/libgsf-1.14.11
>  *   Adding to list: =media-libs/mutagen-1.15
>  *   Adding to list: =media-libs/lcms-1.18-r1
>  *   Adding to list: =media-libs/pdflib-7.0.2_p8
>  *   Adding to list: =dev-libs/boost-1.35.0-r2
>  *   Adding to list: =dev-libs/libxslt-1.1.24-r1
>  *   Adding to list: =dev-libs/libgamin-0.1.10-r2
>  *   Adding to list: =dev-python/numeric-24.2-r6
>  *   Adding to list: =dev-python/lxml-2.2.1
>  *   Adding to list: =dev-python/cython-0.11.2
>  *   Adding to list: =dev-python/numpy-1.2.1
>  *   Adding to list: =dev-python/pygobject-2.16.1
>  *   Adding to list: =dev-python/pycairo-1.8.2
>  *   Adding to list: =dev-python/gnuplot-py-1.8
>  *   Adding to list: =dev-python/twisted-web-8.1.0
>  *   Adding to list: =dev-python/pycrypto-2.0.1-r8
>  *   Adding to list: =dev-python/pyopenssl-0.9
>  *   Adding to list: =dev-python/pyopengl-3.0.0
>  *   Adding to list: =dev-python/dnspython-1.6.0
>  *   Adding to list: =dev-python/twisted-8.1.0
>  *   Adding to list: =dev-python/pyxml-0.8.4-r1
>  *   Adding to list: =dev-python/wxpython-2.6.4.0-r2
>  *   Adding to list: =x11-libs/vte-0.17.4-r3
>  *   Adding to list: =net-zope/zope-interface-3.5.1
>  *   Adding to list: =app-portage/layman-1.2.3
>  *   Adding to list: =dev-java/java-config-1.3.7-r1
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> emerge: there are no ebuilds to satisfy "=dev-python/lxml-2.2.1".
>
> Umm... now what?
>
> Mike
> --
> Michael P. Soulier 
> "Any intelligent fool can make things bigger and more complex... It takes a
> touch of genius - and a lot of courage to move in the opposite direction."
> --Albert Einstein
>

umm, well, I've not synced too awefully recently on the box I have
handy, but I'm seeing these two ebuilds for lxml:

lxml-2.2.2.ebuild  lxml-2.2.3.ebuild

I'd guess, offhand, that you should install a newer version, since the
one it's looking for (likely due to that being the already installed
version) doesn't appear to exist in the tree anymore.

Also, if you run into errors actually installing any of that list
there, take a glance at http://bugs.gentoo.org/230205 ... down in the
comments there's mention of needing to prod eselect to fix things.

-- 
Poison [BLX]
Joshua M. Murphy



Re: [gentoo-user] python-updater failure

2009-12-06 Thread covici
Joshua Murphy  wrote:

> On Sun, Dec 6, 2009 at 10:49 PM, Michael P. Soulier
>  wrote:
> > So I ran a big emerge --update world and it picked up Python 2.6 from 2.5.
> > It'd be nice if python-updater ran automatically when this happens but it
> > doesn't, but gcompris failing to build was a nice reminder that it needed to
> > be done.
> >
> > So I ran it...
> >
> > msoul...@anton:~$ sudo python-updater
> > Password:
> >  * Starting Python Updater from 2.5 to 2.6 :
> >  *   Adding to list: =net-p2p/bittorrent-5.0.9-r1
> >  *   Adding to list: =app-admin/webapp-config-1.50.16-r1
> >  *   Adding to list: =dev-util/scons-1.2.0-r1
> >  *   Adding to list: =sys-libs/cracklib-2.8.13
> >  *   Adding to list: =gnome-extra/libgsf-1.14.11
> >  *   Adding to list: =media-libs/mutagen-1.15
> >  *   Adding to list: =media-libs/lcms-1.18-r1
> >  *   Adding to list: =media-libs/pdflib-7.0.2_p8
> >  *   Adding to list: =dev-libs/boost-1.35.0-r2
> >  *   Adding to list: =dev-libs/libxslt-1.1.24-r1
> >  *   Adding to list: =dev-libs/libgamin-0.1.10-r2
> >  *   Adding to list: =dev-python/numeric-24.2-r6
> >  *   Adding to list: =dev-python/lxml-2.2.1
> >  *   Adding to list: =dev-python/cython-0.11.2
> >  *   Adding to list: =dev-python/numpy-1.2.1
> >  *   Adding to list: =dev-python/pygobject-2.16.1
> >  *   Adding to list: =dev-python/pycairo-1.8.2
> >  *   Adding to list: =dev-python/gnuplot-py-1.8
> >  *   Adding to list: =dev-python/twisted-web-8.1.0
> >  *   Adding to list: =dev-python/pycrypto-2.0.1-r8
> >  *   Adding to list: =dev-python/pyopenssl-0.9
> >  *   Adding to list: =dev-python/pyopengl-3.0.0
> >  *   Adding to list: =dev-python/dnspython-1.6.0
> >  *   Adding to list: =dev-python/twisted-8.1.0
> >  *   Adding to list: =dev-python/pyxml-0.8.4-r1
> >  *   Adding to list: =dev-python/wxpython-2.6.4.0-r2
> >  *   Adding to list: =x11-libs/vte-0.17.4-r3
> >  *   Adding to list: =net-zope/zope-interface-3.5.1
> >  *   Adding to list: =app-portage/layman-1.2.3
> >  *   Adding to list: =dev-java/java-config-1.3.7-r1
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> >
> > emerge: there are no ebuilds to satisfy "=dev-python/lxml-2.2.1".
> >
> > Umm... now what?
> >
> > Mike
> > --
> > Michael P. Soulier 
> > "Any intelligent fool can make things bigger and more complex... It takes a
> > touch of genius - and a lot of courage to move in the opposite direction."
> > --Albert Einstein
> >
> 
> umm, well, I've not synced too awefully recently on the box I have
> handy, but I'm seeing these two ebuilds for lxml:
> 
> lxml-2.2.2.ebuild  lxml-2.2.3.ebuild
> 
> I'd guess, offhand, that you should install a newer version, since the
> one it's looking for (likely due to that being the already installed
> version) doesn't appear to exist in the tree anymore.
> 
> Also, if you run into errors actually installing any of that list
> there, take a glance at http://bugs.gentoo.org/230205 ... down in the
> comments there's mention of needing to prod eselect to fix things.
> 
> -- 
> Poison [BLX]
> Joshua M. Murphy
There is an argument to pythonupdater to ignore version numbers -- maybe
this will help your problem.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



[gentoo-user] python-updater failure

2009-12-06 Thread Michael P. Soulier
So I ran a big emerge --update world and it picked up Python 2.6 from 2.5.
It'd be nice if python-updater ran automatically when this happens but it
doesn't, but gcompris failing to build was a nice reminder that it needed to
be done.

So I ran it...

msoul...@anton:~$ sudo python-updater
Password: 
 * Starting Python Updater from 2.5 to 2.6 :
 *   Adding to list: =net-p2p/bittorrent-5.0.9-r1
 *   Adding to list: =app-admin/webapp-config-1.50.16-r1
 *   Adding to list: =dev-util/scons-1.2.0-r1
 *   Adding to list: =sys-libs/cracklib-2.8.13
 *   Adding to list: =gnome-extra/libgsf-1.14.11
 *   Adding to list: =media-libs/mutagen-1.15
 *   Adding to list: =media-libs/lcms-1.18-r1
 *   Adding to list: =media-libs/pdflib-7.0.2_p8
 *   Adding to list: =dev-libs/boost-1.35.0-r2
 *   Adding to list: =dev-libs/libxslt-1.1.24-r1
 *   Adding to list: =dev-libs/libgamin-0.1.10-r2
 *   Adding to list: =dev-python/numeric-24.2-r6
 *   Adding to list: =dev-python/lxml-2.2.1
 *   Adding to list: =dev-python/cython-0.11.2
 *   Adding to list: =dev-python/numpy-1.2.1
 *   Adding to list: =dev-python/pygobject-2.16.1
 *   Adding to list: =dev-python/pycairo-1.8.2
 *   Adding to list: =dev-python/gnuplot-py-1.8
 *   Adding to list: =dev-python/twisted-web-8.1.0
 *   Adding to list: =dev-python/pycrypto-2.0.1-r8
 *   Adding to list: =dev-python/pyopenssl-0.9
 *   Adding to list: =dev-python/pyopengl-3.0.0
 *   Adding to list: =dev-python/dnspython-1.6.0
 *   Adding to list: =dev-python/twisted-8.1.0
 *   Adding to list: =dev-python/pyxml-0.8.4-r1
 *   Adding to list: =dev-python/wxpython-2.6.4.0-r2
 *   Adding to list: =x11-libs/vte-0.17.4-r3
 *   Adding to list: =net-zope/zope-interface-3.5.1
 *   Adding to list: =app-portage/layman-1.2.3
 *   Adding to list: =dev-java/java-config-1.3.7-r1

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

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "=dev-python/lxml-2.2.1".

Umm... now what?

Mike
-- 
Michael P. Soulier 
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein


pgp2OTspY7C8f.pgp
Description: PGP signature


Re: [gentoo-user] Calibre break after Update

2013-02-19 Thread Michael Mol
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/17/2013 06:43 PM, ckard wrote:
> On Sun, Feb 17, 2013 at 11:24 PM, Silvio Siefke
>  wrote:
>> Hello,
>> 
>> 
>> i run the update from calibre yesterday and now calibre not
>> startet. Has someone the same and has fix?
>> 
>> siefke@gentoo-mobile : ~ $ calibre Traceback (most recent call
>> last): File "/usr/bin/calibre", line 20, in  
>> sys.exit(main()) File "/usr/lib/calibre/calibre/gui2/main.py",
>> line 412, in main app, opts, args, actions = init_qt(args) File
>> "/usr/lib/calibre/calibre/gui2/main.py", line 85, in init_qt from
>> calibre.gui2.ui import Main File
>> "/usr/lib/calibre/calibre/gui2/ui.py", line 31, in  from
>> calibre.gui2.widgets import ProgressIndicator File
>> "/usr/lib/calibre/calibre/gui2/widgets.py", line 21, in  
>> from calibre.gui2.progress_indicator import ProgressIndicator as
>> _ProgressIndicator File
>> "/usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py",
>> line 15, in  pi_error) RuntimeError: Failed to load the
>> Progress Indicator plugin: the sip module implements API v9.0 to
>> v9.1 but the progress_indicator module requires API v8.1
>> 
>> Thank you & Greetings Silvio
>> 
> 
> You probably updated other python modules afterwards. Try to
> reinstall calibre.
> 

Wouldn't python-updater have caught that? I'm hitting the same error.
Tried python-updater, which gave me:

>>> Starting parallel fetch Emerging (1 of 12)
>>> dev-python/setuptools-0.6.30-r1 Installing (1 of 12)
>>> dev-python/setuptools-0.6.30-r1 Emerging (2 of 12)
>>> dev-python/pygments-1.5-r1 Installing (2 of 12)
>>> dev-python/pygments-1.5-r1 Emerging (3 of 12)
>>> dev-python/docutils-0.10 Installing (3 of 12)
>>> dev-python/docutils-0.10 Emerging (4 of 12)
>>> dev-python/markupsafe-0.15-r1 Emerging (5 of 12)
>>> dev-python/sip-4.14.3 Emerging (6 of 12)
>>> dev-java/java-config-2.1.12-r1 Installing (4 of 12)
>>> dev-python/markupsafe-0.15-r1 Installing (6 of 12)
>>> dev-java/java-config-2.1.12-r1 Installing (5 of 12)
>>> dev-python/sip-4.14.3 Emerging (7 of 12)
>>> net-misc/dropbox-1.2.48-r1 Emerging (8 of 12)
>>> dev-python/PyQt4-4.9.6-r2 Installing (7 of 12)
>>> net-misc/dropbox-1.2.48-r1 Emerging (9 of 12)
>>> dev-python/sphinx-1.1.3-r6 Installing (9 of 12)
>>> dev-python/sphinx-1.1.3-r6 Emerging (10 of 12)
>>> dev-python/beautifulsoup-4.1.3-r1 Installing (10 of 12)
>>> dev-python/beautifulsoup-4.1.3-r1 Emerging (11 of 12)
>>> dev-python/jinja-2.6-r1 Installing (11 of 12)
>>> dev-python/jinja-2.6-r1 Emerging (12 of 12)
>>> dev-python/lxml-3.0.1 Installing (12 of 12)
>>> dev-python/lxml-3.0.1 Installing (8 of 12)
>>> dev-python/PyQt4-4.9.6-r2 Jobs: 12 of 12 complete
>>> Load avg: 2.89,
2.27, 2.08

...but it didn't rebuild calibre. Anyway, trying rebuilding
app-text/calibre.

...and that worked for me.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRI+gMAAoJED5TcEBdxYwQx6cIAIaen4DoFtecHT4shkCEv6wb
mIGfWndewWMYGkEPKnROwJ2gJSUHWPh9kUq2HAyYxfSR0Jk+mcwXOUO8vHZJ7Occ
ZDMW/bLL8V/uEM/5jegqAM3+IzNf1R+EvOd9HImuUiFuy+7/h61MNyYCrhnOiSrW
HScNqvclEi9chP9tgwGOkMiBvPc/rHrQByiYA7auGJgox5OjyAuavpSEcC8/6JY8
NA3r1wB8D7yucsVroWkirkvsYR6OzCOz1XN4/0apxOWVg9PFusB/0XPCyydcIYl9
wwyu8JF/cPthO037EI3WzIflJENN+tKwSDVrQxJ/Oh9Q2geSz7dmjav/V2VaO9M=
=dmp/
-END PGP SIGNATURE-



Re: [gentoo-user] Systemd upower

2014-06-09 Thread Alan Mackenzie
Hello, Rick, thanks for the reply.

On Mon, Jun 09, 2014 at 12:18:41PM -0400, Rick "Zero_Chaos" Farina wrote:
> On 06/09/2014 11:34 AM, Alan Mackenzie wrote:

> > I do this:

> > emerge --unmerge upower
> > emerge -1vp sys-power/upower-pm-utils

> > , and I still get portage threatening to merge that other init system:

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

> > Calculating dependencies... done!
> > [ebuild  N ] dev-python/lxml-3.3.5  USE="threads -beautifulsoup3 
> > -doc -examples" PYTHON_TARGETS="python2_7 python3_3 -python3_2 
> > (-python3_4)" 3,387 kB
> > [ebuild  N ] sys-apps/systemd-212-r5:0/2  USE="acl filecaps 
> > firmware-loader gudev introspection kmod pam policykit python seccomp 
> > -audit -cryptsetup -doc -gcrypt -http (-kdbus) -lzma -qrcode (-selinux) 
> > (-ssl) {-test} -vanilla -xattr" ABI_X86="(64) (-32) (-x32)" 
> > PYTHON_SINGLE_TARGET="python2_7 -python3_2 -python3_3" 
> > PYTHON_TARGETS="python2_7 python3_3 -python3_2" 2,659 kB
> > [ebuild  N ] sys-apps/gentoo-systemd-integration-4  52 kB
> > [ebuild  N ] virtual/libgudev-208  USE="introspection -static-libs" 
> > ABI_X86="(64) (-32) (-x32)" 0 kB
> > [ebuild  N ] sys-power/upower-pm-utils-0.9.23  USE="introspection 
> > -doc -ios" 416 kB
> > [blocks B  ] sys-fs/udev ("sys-fs/udev" is blocking 
> > sys-apps/systemd-212-r5, sys-apps/gentoo-systemd-integration-4)
> > [blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking 
> > sys-fs/udev-208)

> > Total: 5 packages (5 new), Size of downloads: 6,513 kB
> > Conflict: 2 blocks (2 unsatisfied)

> It would be helpful to build with --tree so we can get some idea of what
> is depending on systemd.

OK.  emerge -1vpt sys-power/upower-pm-utils gives me:

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

Calculating dependencies  ... done!
[ebuild  N ] sys-power/upower-pm-utils-0.9.23  USE="introspection -doc 
-ios" 416 kB
[ebuild  N ]  virtual/libgudev-208  USE="introspection -static-libs" 
ABI_X86="(64) (-32) (-x32)" 0 kB
[nomerge   ] virtual/libgudev-208  USE="introspection -static-libs" 
ABI_X86="(64) (-32) (-x32)"
[nomerge   ]  sys-apps/systemd-212-r5:0/2  USE="acl filecaps 
firmware-loader gudev introspection kmod pam policykit python seccomp -audit 
-cryptsetup -doc -gcrypt -http (-kdbus) -lzma -qrcode (-selinux) (-ssl) {-test} 
-vanilla -xattr" ABI_X86="(64) (-32) (-x32)" PYTHON_SINGLE_TARGET="python2_7 
-python3_2 -python3_3" PYTHON_TARGETS="python2_7 python3_3 -python3_2"
[ebuild  N ]   sys-apps/gentoo-systemd-integration-4  52 kB
[ebuild  N ]sys-apps/systemd-212-r5:0/2  USE="acl filecaps 
firmware-loader gudev introspection kmod pam policykit python seccomp -audit 
-cryptsetup -doc -gcrypt -http (-kdbus) -lzma -qrcode (-selinux) (-ssl) {-test} 
-vanilla -xattr" ABI_X86="(64) (-32) (-x32)" PYTHON_SINGLE_TARGET="python2_7 
-python3_2 -python3_3" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 2,659 kB
[ebuild  N ] dev-python/lxml-3.3.5  USE="threads -beautifulsoup3 
-doc -examples" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 
3,387 kB
[blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking 
sys-fs/udev-208)
[blocks B  ] sys-fs/udev ("sys-fs/udev" is blocking 
sys-apps/systemd-212-r5, sys-apps/gentoo-systemd-integration-4)

Total: 5 packages (5 new), Size of downloads: 6,513 kB
Conflict: 2 blocks (2 unsatisfied)

.  Taking a hint from the emerge man page, and adding --update, I get:

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

Calculating dependencies  ... done!
[ebuild  N ] sys-power/upower-pm-utils-0.9.23  USE="introspection -doc 
-ios" 416 kB
[ebuild  N ]  virtual/libgudev-208  USE="introspection -static-libs" 
ABI_X86="(64) (-32) (-x32)" 0 kB
[ebuild U  ]   sys-fs/udev-212-r1 [208] USE="acl firmware-loader gudev 
introspection kmod -doc (-selinux) -static-libs (-openrc%*)" ABI_X86="(64) 
(-32) (-x32)" 2,660 kB
[ebuild U  ]sys-apps/hwids-20140317 [20130915.1] USE="udev" 1,585 kB
[ebuild U  ]sys-apps/kmod-17 [15] USE="python%* tools zlib -debug 
-doc -lzma -static-libs (-openrc%*)" PYTHON_TARGETS="python2_7%* python3_3%* 
-python3_2% (-python3_4)" 1,450 kB

Total: 5 packages (3 upgrades, 2 new), Size of downloads: 6,110 kB

, which seems like w

[gentoo-user] revdep trouble

2009-09-03 Thread econti

Hi all
after two months I made a world upgrade. All went well, but when I ran 
"revdep-rebuild" I received this:


localhost ~ # revdep-rebuild
* Configuring search environment for revdep-rebuild

* Checking reverse dependencies
* Packages containing binaries and libraries broken by a package update
* will be emerged.

* Collecting system binaries and libraries
* Generated new 1_files.rr
* Collecting complete LD_LIBRARY_PATH
* Generated new 2_ldpath.rr
* Checking dynamic linking consistency
[ 46% ]  *   broken 
/usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.4/32/libstdc++.la (requires 
-lgcc_s_32)
*   broken /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.4/32/libsupc++.la 
(requires -lgcc_s_32)

[ 51% ]  *   broken /usr/lib64/graphviz/libcircogen.la (requires -lneatogen)
*   broken /usr/lib64/graphviz/libcircogen.la (requires -lgvrender)
*   broken /usr/lib64/graphviz/libcircogen.la (requires -lcommon)
*   broken /usr/lib64/graphviz/libdotgen.la (requires -lgvrender)
*   broken /usr/lib64/graphviz/libdotgen.la (requires -lcommon)
*   broken /usr/lib64/graphviz/libdotneato.la (requires -ldotgen)
*   broken /usr/lib64/graphviz/libdotneato.la (requires -ltwopigen)
*   broken /usr/lib64/graphviz/libdotneato.la (requires -lfdpgen)
*   broken /usr/lib64/graphviz/libdotneato.la (requires -lcircogen)
*   broken /usr/lib64/graphviz/libdotneato.la (requires -lneatogen)
*   broken /usr/lib64/graphviz/libdotneato.la (requires -lgvrender)
*   broken /usr/lib64/graphviz/libdotneato.la (requires -lcommon)
*   broken /usr/lib64/graphviz/libfdpgen.la (requires -lneatogen)
*   broken /usr/lib64/graphviz/libfdpgen.la (requires -lgvrender)
*   broken /usr/lib64/graphviz/libfdpgen.la (requires -lcommon)
*   broken /usr/lib64/graphviz/libgdtclft.la (requires -ltclstub8.4)
*   broken /usr/lib64/graphviz/libgvrender.la (requires -lcommon)
*   broken /usr/lib64/graphviz/libneatogen.la (requires -lgvrender)
*   broken /usr/lib64/graphviz/libneatogen.la (requires -lcommon)
*   broken /usr/lib64/graphviz/libtcldot.la (requires -ltclstub8.4)
*   broken /usr/lib64/graphviz/libtcldot.la (requires -ldotgen)
*   broken /usr/lib64/graphviz/libtcldot.la (requires -ltwopigen)
*   broken /usr/lib64/graphviz/libtcldot.la (requires -lfdpgen)
*   broken /usr/lib64/graphviz/libtcldot.la (requires -lcircogen)
*   broken /usr/lib64/graphviz/libtcldot.la (requires -lneatogen)
*   broken /usr/lib64/graphviz/libtcldot.la (requires -lgvrender)
*   broken /usr/lib64/graphviz/libtcldot.la (requires -lcommon)
*   broken /usr/lib64/graphviz/libtclplan.la (requires -ltclstub8.4)
*   broken /usr/lib64/graphviz/libtkspline.la (requires -ltkstub8.4)
*   broken /usr/lib64/graphviz/libtkspline.la (requires -ltclstub8.4)
*   broken /usr/lib64/graphviz/libtwopigen.la (requires -lneatogen)
*   broken /usr/lib64/graphviz/libtwopigen.la (requires -lgvrender)
*   broken /usr/lib64/graphviz/libtwopigen.la (requires -lcommon)
[ 64% ]  *   broken /usr/lib64/libgnomeprint.la (requires -ldb1)
*   broken /usr/lib64/libgnomeprint.la (requires -lxml)
[ 100% ]

I tried re-emerging graphviz and libgnomeprint without any result. It is 
the first time this happens since I have been using gentoo. Could you 
give me any tip?


emilio




[gentoo-user] Re: revdep trouble

2009-09-03 Thread walt

On 09/03/2009 07:39 AM, econti wrote:

Hi all
after two months I made a world upgrade. All went well, but when I ran
"revdep-rebuild" I received this:

localhost ~ # revdep-rebuild
* Configuring search environment for revdep-rebuild

* Checking reverse dependencies
* Packages containing binaries and libraries broken by a package update
* will be emerged.

* Collecting system binaries and libraries
* Generated new 1_files.rr
* Collecting complete LD_LIBRARY_PATH
* Generated new 2_ldpath.rr
* Checking dynamic linking consistency
[ 46% ] * broken
/usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.4/32/libstdc++.la (requires
-lgcc_s_32)
* broken /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.4/32/libsupc++.la
(requires -lgcc_s_32)
[ 51% ] * broken /usr/lib64/graphviz/libcircogen.la (requires -lneatogen)
* broken /usr/lib64/graphviz/libcircogen.la (requires -lgvrender)
* broken /usr/lib64/graphviz/libcircogen.la (requires -lcommon)
* broken /usr/lib64/graphviz/libdotgen.la (requires -lgvrender)
* broken /usr/lib64/graphviz/libdotgen.la (requires -lcommon)
* broken /usr/lib64/graphviz/libdotneato.la (requires -ldotgen)
* broken /usr/lib64/graphviz/libdotneato.la (requires -ltwopigen)
* broken /usr/lib64/graphviz/libdotneato.la (requires -lfdpgen)
* broken /usr/lib64/graphviz/libdotneato.la (requires -lcircogen)
* broken /usr/lib64/graphviz/libdotneato.la (requires -lneatogen)
* broken /usr/lib64/graphviz/libdotneato.la (requires -lgvrender)
* broken /usr/lib64/graphviz/libdotneato.la (requires -lcommon)
* broken /usr/lib64/graphviz/libfdpgen.la (requires -lneatogen)
* broken /usr/lib64/graphviz/libfdpgen.la (requires -lgvrender)
* broken /usr/lib64/graphviz/libfdpgen.la (requires -lcommon)
* broken /usr/lib64/graphviz/libgdtclft.la (requires -ltclstub8.4)
* broken /usr/lib64/graphviz/libgvrender.la (requires -lcommon)
* broken /usr/lib64/graphviz/libneatogen.la (requires -lgvrender)
* broken /usr/lib64/graphviz/libneatogen.la (requires -lcommon)
* broken /usr/lib64/graphviz/libtcldot.la (requires -ltclstub8.4)
* broken /usr/lib64/graphviz/libtcldot.la (requires -ldotgen)
* broken /usr/lib64/graphviz/libtcldot.la (requires -ltwopigen)
* broken /usr/lib64/graphviz/libtcldot.la (requires -lfdpgen)
* broken /usr/lib64/graphviz/libtcldot.la (requires -lcircogen)
* broken /usr/lib64/graphviz/libtcldot.la (requires -lneatogen)
* broken /usr/lib64/graphviz/libtcldot.la (requires -lgvrender)
* broken /usr/lib64/graphviz/libtcldot.la (requires -lcommon)
* broken /usr/lib64/graphviz/libtclplan.la (requires -ltclstub8.4)
* broken /usr/lib64/graphviz/libtkspline.la (requires -ltkstub8.4)
* broken /usr/lib64/graphviz/libtkspline.la (requires -ltclstub8.4)
* broken /usr/lib64/graphviz/libtwopigen.la (requires -lneatogen)
* broken /usr/lib64/graphviz/libtwopigen.la (requires -lgvrender)
* broken /usr/lib64/graphviz/libtwopigen.la (requires -lcommon)
[ 64% ] * broken /usr/lib64/libgnomeprint.la (requires -ldb1)
* broken /usr/lib64/libgnomeprint.la (requires -lxml)


Looks like all of those files are left over from older versions
and need to be deleted.  If you check the dates on those files
I think you will see that they are very old, and there are no
libraries that match those *la files.




Re: [gentoo-user] revdep trouble

2009-09-03 Thread Alan McKinnon
On Thursday 03 September 2009 16:39:07 econti wrote:
> Hi all
> after two months I made a world upgrade. All went well, but when I ran
> "revdep-rebuild" I received this:
> 
> localhost ~ # revdep-rebuild
>  * Configuring search environment for revdep-rebuild
> 
>  * Checking reverse dependencies
>  * Packages containing binaries and libraries broken by a package update
>  * will be emerged.
> 
>  * Collecting system binaries and libraries
>  * Generated new 1_files.rr
>  * Collecting complete LD_LIBRARY_PATH
>  * Generated new 2_ldpath.rr
>  * Checking dynamic linking consistency
> [ 46% ]  *   broken
> /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.4/32/libstdc++.la (requires
> -lgcc_s_32)
>  *   broken /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.4/32/libsupc++.la
> (requires -lgcc_s_32)
> [ 51% ]  *   broken /usr/lib64/graphviz/libcircogen.la (requires
>  -lneatogen) *   broken /usr/lib64/graphviz/libcircogen.la (requires
>  -lgvrender) *   broken /usr/lib64/graphviz/libcircogen.la (requires
>  -lcommon) *   broken /usr/lib64/graphviz/libdotgen.la (requires
>  -lgvrender) *   broken /usr/lib64/graphviz/libdotgen.la (requires
>  -lcommon)
>  *   broken /usr/lib64/graphviz/libdotneato.la (requires -ldotgen)
>  *   broken /usr/lib64/graphviz/libdotneato.la (requires -ltwopigen)
>  *   broken /usr/lib64/graphviz/libdotneato.la (requires -lfdpgen)
>  *   broken /usr/lib64/graphviz/libdotneato.la (requires -lcircogen)
>  *   broken /usr/lib64/graphviz/libdotneato.la (requires -lneatogen)
>  *   broken /usr/lib64/graphviz/libdotneato.la (requires -lgvrender)
>  *   broken /usr/lib64/graphviz/libdotneato.la (requires -lcommon)
>  *   broken /usr/lib64/graphviz/libfdpgen.la (requires -lneatogen)
>  *   broken /usr/lib64/graphviz/libfdpgen.la (requires -lgvrender)
>  *   broken /usr/lib64/graphviz/libfdpgen.la (requires -lcommon)
>  *   broken /usr/lib64/graphviz/libgdtclft.la (requires -ltclstub8.4)
>  *   broken /usr/lib64/graphviz/libgvrender.la (requires -lcommon)
>  *   broken /usr/lib64/graphviz/libneatogen.la (requires -lgvrender)
>  *   broken /usr/lib64/graphviz/libneatogen.la (requires -lcommon)
>  *   broken /usr/lib64/graphviz/libtcldot.la (requires -ltclstub8.4)
>  *   broken /usr/lib64/graphviz/libtcldot.la (requires -ldotgen)
>  *   broken /usr/lib64/graphviz/libtcldot.la (requires -ltwopigen)
>  *   broken /usr/lib64/graphviz/libtcldot.la (requires -lfdpgen)
>  *   broken /usr/lib64/graphviz/libtcldot.la (requires -lcircogen)
>  *   broken /usr/lib64/graphviz/libtcldot.la (requires -lneatogen)
>  *   broken /usr/lib64/graphviz/libtcldot.la (requires -lgvrender)
>  *   broken /usr/lib64/graphviz/libtcldot.la (requires -lcommon)
>  *   broken /usr/lib64/graphviz/libtclplan.la (requires -ltclstub8.4)
>  *   broken /usr/lib64/graphviz/libtkspline.la (requires -ltkstub8.4)
>  *   broken /usr/lib64/graphviz/libtkspline.la (requires -ltclstub8.4)
>  *   broken /usr/lib64/graphviz/libtwopigen.la (requires -lneatogen)
>  *   broken /usr/lib64/graphviz/libtwopigen.la (requires -lgvrender)
>  *   broken /usr/lib64/graphviz/libtwopigen.la (requires -lcommon)
> [ 64% ]  *   broken /usr/lib64/libgnomeprint.la (requires -ldb1)
>  *   broken /usr/lib64/libgnomeprint.la (requires -lxml)
> [ 100% ]
> 
> I tried re-emerging graphviz and libgnomeprint without any result. It is
> the first time this happens since I have been using gentoo. Could you
> give me any tip?


Did you let revdep-rebuild proceed to rebuild the packages *it* knows that 
need rebuilding, or did you thumbsuck and manually rebuild the packages *you* 
think need rebuilding?

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Systemd upower

2014-06-09 Thread Alan Mackenzie
On Tue, Jun 03, 2014 at 05:11:32PM +0200, Silvio Siefke wrote:
> On Tue, 3 Jun 2014 09:29:35 -0500 Canek Peláez Valdés
>  wrote:

> > If I understood correctly, you need to:

> > emerge -C sys-power/upower
> > emerge -1v sys-power/upower-pm-utils

> > and then update world as usual.

> Yes is correct, i has find out after read ebuilds from the packages which
> need upower.

I do this:

emerge --unmerge upower
emerge -1vp sys-power/upower-pm-utils

, and I still get portage threatening to merge that other init system:

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

Calculating dependencies... done!
[ebuild  N ] dev-python/lxml-3.3.5  USE="threads -beautifulsoup3 -doc 
-examples" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 3,387 kB
[ebuild  N ] sys-apps/systemd-212-r5:0/2  USE="acl filecaps 
firmware-loader gudev introspection kmod pam policykit python seccomp -audit 
-cryptsetup -doc -gcrypt -http (-kdbus) -lzma -qrcode (-selinux) (-ssl) {-test} 
-vanilla -xattr" ABI_X86="(64) (-32) (-x32)" PYTHON_SINGLE_TARGET="python2_7 
-python3_2 -python3_3" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 2,659 kB
[ebuild  N ] sys-apps/gentoo-systemd-integration-4  52 kB
[ebuild  N ] virtual/libgudev-208  USE="introspection -static-libs" 
ABI_X86="(64) (-32) (-x32)" 0 kB
[ebuild  N ] sys-power/upower-pm-utils-0.9.23  USE="introspection -doc 
-ios" 416 kB
[blocks B  ] sys-fs/udev ("sys-fs/udev" is blocking 
sys-apps/systemd-212-r5, sys-apps/gentoo-systemd-integration-4)
[blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking 
sys-fs/udev-208)

Total: 5 packages (5 new), Size of downloads: 6,513 kB
Conflict: 2 blocks (2 unsatisfied)

Would somebody please help me sort this out.  What am I doing wrong?
Where is systemd coming from?  I look in upower-pm-utils-0.9.23.ebuild,
and the only reference to systemd seems to be right at the beginning:

EAPI=5
inherit eutils systemd

(, plus a couple of inconsequential references near the end.)  I'm not
quite sure exactly what "inherit" means here, but the FM (man (5) ebuild)
says:

Inherit  is  portage's  maintenance  of  extra  classes of functions that
are external to ebuilds and provided as inheritable capabilities and
data. They define functions and set data types as drop-in replacements,
expanded, and simplified routines for extremely common tasks to
streamline the build process. Call to inherit cannot depend on conditions
which can vary in given ebuild.  Specification  of the  eclasses contains
only their name and not the .eclass extension.  Also note that the
inherit statement must come before other variable declarations unless
these variables are used in global scope of eclasses.

, which, being vague, leaves me still unsure what "inherit" means.  ;-(
Is there any documentation anywhere of what "inherit" actually DOES?

What am I doing wrong?

> Thanks for help & Nice Day
> Silvio

-- 
Alan Mackenzie (Nuremberg, Germany).



Re: [gentoo-user] Re: revdep trouble

2009-09-03 Thread Tim Jones
Post #2 from Mr. McKinnon is the question.
If, as it sounds like, you didn't let revdep-rebuild go ahead and
reemerge those packages itself, but rather you reemerged them
yourself, then I believe you will need to `revdep-rebuild -i` (see
manpage) to see if it has any other complaints. And there's nothing
unusual about broken dependencies after library upgrades... just let
revdep-rebuild rebuild the necessary packages for you, that's why it's
there.

On Thu, Sep 3, 2009 at 11:04 AM, walt wrote:
> On 09/03/2009 07:39 AM, econti wrote:
>>
>> Hi all
>> after two months I made a world upgrade. All went well, but when I ran
>> "revdep-rebuild" I received this:
>>
>> localhost ~ # revdep-rebuild
>> * Configuring search environment for revdep-rebuild
>>
>> * Checking reverse dependencies
>> * Packages containing binaries and libraries broken by a package update
>> * will be emerged.
>>
>> * Collecting system binaries and libraries
>> * Generated new 1_files.rr
>> * Collecting complete LD_LIBRARY_PATH
>> * Generated new 2_ldpath.rr
>> * Checking dynamic linking consistency
>> [ 46% ] * broken
>> /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.4/32/libstdc++.la (requires
>> -lgcc_s_32)
>> * broken /usr/lib64/gcc/x86_64-pc-linux-gnu/3.4.4/32/libsupc++.la
>> (requires -lgcc_s_32)
>> [ 51% ] * broken /usr/lib64/graphviz/libcircogen.la (requires -lneatogen)
>> * broken /usr/lib64/graphviz/libcircogen.la (requires -lgvrender)
>> * broken /usr/lib64/graphviz/libcircogen.la (requires -lcommon)
>> * broken /usr/lib64/graphviz/libdotgen.la (requires -lgvrender)
>> * broken /usr/lib64/graphviz/libdotgen.la (requires -lcommon)
>> * broken /usr/lib64/graphviz/libdotneato.la (requires -ldotgen)
>> * broken /usr/lib64/graphviz/libdotneato.la (requires -ltwopigen)
>> * broken /usr/lib64/graphviz/libdotneato.la (requires -lfdpgen)
>> * broken /usr/lib64/graphviz/libdotneato.la (requires -lcircogen)
>> * broken /usr/lib64/graphviz/libdotneato.la (requires -lneatogen)
>> * broken /usr/lib64/graphviz/libdotneato.la (requires -lgvrender)
>> * broken /usr/lib64/graphviz/libdotneato.la (requires -lcommon)
>> * broken /usr/lib64/graphviz/libfdpgen.la (requires -lneatogen)
>> * broken /usr/lib64/graphviz/libfdpgen.la (requires -lgvrender)
>> * broken /usr/lib64/graphviz/libfdpgen.la (requires -lcommon)
>> * broken /usr/lib64/graphviz/libgdtclft.la (requires -ltclstub8.4)
>> * broken /usr/lib64/graphviz/libgvrender.la (requires -lcommon)
>> * broken /usr/lib64/graphviz/libneatogen.la (requires -lgvrender)
>> * broken /usr/lib64/graphviz/libneatogen.la (requires -lcommon)
>> * broken /usr/lib64/graphviz/libtcldot.la (requires -ltclstub8.4)
>> * broken /usr/lib64/graphviz/libtcldot.la (requires -ldotgen)
>> * broken /usr/lib64/graphviz/libtcldot.la (requires -ltwopigen)
>> * broken /usr/lib64/graphviz/libtcldot.la (requires -lfdpgen)
>> * broken /usr/lib64/graphviz/libtcldot.la (requires -lcircogen)
>> * broken /usr/lib64/graphviz/libtcldot.la (requires -lneatogen)
>> * broken /usr/lib64/graphviz/libtcldot.la (requires -lgvrender)
>> * broken /usr/lib64/graphviz/libtcldot.la (requires -lcommon)
>> * broken /usr/lib64/graphviz/libtclplan.la (requires -ltclstub8.4)
>> * broken /usr/lib64/graphviz/libtkspline.la (requires -ltkstub8.4)
>> * broken /usr/lib64/graphviz/libtkspline.la (requires -ltclstub8.4)
>> * broken /usr/lib64/graphviz/libtwopigen.la (requires -lneatogen)
>> * broken /usr/lib64/graphviz/libtwopigen.la (requires -lgvrender)
>> * broken /usr/lib64/graphviz/libtwopigen.la (requires -lcommon)
>> [ 64% ] * broken /usr/lib64/libgnomeprint.la (requires -ldb1)
>> * broken /usr/lib64/libgnomeprint.la (requires -lxml)
>
> Looks like all of those files are left over from older versions
> and need to be deleted.  If you check the dates on those files
> I think you will see that they are very old, and there are no
> libraries that match those *la files.
>
>
>



Re: [gentoo-user] Systemd upower

2014-06-09 Thread Rick "Zero_Chaos" Farina
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/09/2014 11:34 AM, Alan Mackenzie wrote:
> On Tue, Jun 03, 2014 at 05:11:32PM +0200, Silvio Siefke wrote:
>> On Tue, 3 Jun 2014 09:29:35 -0500 Canek Peláez Valdés
>>  wrote:
> 
>>> If I understood correctly, you need to:
> 
>>> emerge -C sys-power/upower
>>> emerge -1v sys-power/upower-pm-utils
> 
>>> and then update world as usual.
> 
>> Yes is correct, i has find out after read ebuilds from the packages which
>> need upower.
> 
> I do this:
> 
> emerge --unmerge upower
> emerge -1vp sys-power/upower-pm-utils
> 
> , and I still get portage threatening to merge that other init system:
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> [ebuild  N ] dev-python/lxml-3.3.5  USE="threads -beautifulsoup3 -doc 
> -examples" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 3,387 
> kB
> [ebuild  N ] sys-apps/systemd-212-r5:0/2  USE="acl filecaps 
> firmware-loader gudev introspection kmod pam policykit python seccomp -audit 
> -cryptsetup -doc -gcrypt -http (-kdbus) -lzma -qrcode (-selinux) (-ssl) 
> {-test} -vanilla -xattr" ABI_X86="(64) (-32) (-x32)" 
> PYTHON_SINGLE_TARGET="python2_7 -python3_2 -python3_3" 
> PYTHON_TARGETS="python2_7 python3_3 -python3_2" 2,659 kB
> [ebuild  N ] sys-apps/gentoo-systemd-integration-4  52 kB
> [ebuild  N ] virtual/libgudev-208  USE="introspection -static-libs" 
> ABI_X86="(64) (-32) (-x32)" 0 kB
> [ebuild  N ] sys-power/upower-pm-utils-0.9.23  USE="introspection 
> -doc -ios" 416 kB
> [blocks B  ] sys-fs/udev ("sys-fs/udev" is blocking 
> sys-apps/systemd-212-r5, sys-apps/gentoo-systemd-integration-4)
> [blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking 
> sys-fs/udev-208)
> 
> Total: 5 packages (5 new), Size of downloads: 6,513 kB
> Conflict: 2 blocks (2 unsatisfied)

It would be helpful to build with --tree so we can get some idea of what
is depending on systemd.
> 
> Would somebody please help me sort this out.  What am I doing wrong?
> Where is systemd coming from?  I look in upower-pm-utils-0.9.23.ebuild,
> and the only reference to systemd seems to be right at the beginning:
> 
> EAPI=5
> inherit eutils systemd

This is pulling in an eclass to use it's code in the ebuild.  You can
see them in /usr/portage/eclass/*.eclass

Thanks,
Zero
> 
> (, plus a couple of inconsequential references near the end.)  I'm not
> quite sure exactly what "inherit" means here, but the FM (man (5) ebuild)
> says:
> 
> Inherit  is  portage's  maintenance  of  extra  classes of functions that
> are external to ebuilds and provided as inheritable capabilities and
> data. They define functions and set data types as drop-in replacements,
> expanded, and simplified routines for extremely common tasks to
> streamline the build process. Call to inherit cannot depend on conditions
> which can vary in given ebuild.  Specification  of the  eclasses contains
> only their name and not the .eclass extension.  Also note that the
> inherit statement must come before other variable declarations unless
> these variables are used in global scope of eclasses.
> 
> , which, being vague, leaves me still unsure what "inherit" means.  ;-(
> Is there any documentation anywhere of what "inherit" actually DOES?
> 
> What am I doing wrong?
> 
>> Thanks for help & Nice Day
>> Silvio
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJTld5hAAoJEKXdFCfdEflKeOAQAIcjAiB4F8B8j79Nfe0OPdV6
S2s3k1gjTomWzBEp5HMmVUEwzNkdOxoKE/1nOg+joodfTRuDb3KqzmD90ExoQbyU
goU9Fs80RjkJgNorh3Qv5M84QrtOmtUyny0lBb4n6yzpaJCjjSrXoWhknE8lntvu
U/0KhqeDLmLpPtoSYy/dxaLNxqbPUvIPkIwmumlRWzHrxOhfWiXPiFNzZ1U2ZEwi
BwK2+rO00RAcsN00w4JIUimtJhhCNE4pjIUrErJXGdBRmB7zn4JTaBsfS0K6VyP3
8GPWpBNb+pAdeGz+sKfwvarH+/g1FvK6WY6SPw/d7jdO673IOLXgacY9MyL7IfrW
7olBIq8LFs3B/oC2btDu96RcEGKJ5ghiTiLBbnRV9NezbPxRN9XX5iPnDMqFv/o2
+xFKQkeGtDDAu9BaBHg09cQZOdZi8XoqquzIJNvqqqFUMimk43fLChX1/itc28P6
q6Kj2VV8vIE6HeSmN9KAG/5XuYEvZkDGbuS92SJ4L7n7DvK1IXgmM1cKJQku0C7L
VSM5GLYhKw0G0k8wRaJO/h32N7yGLCuaxiJ9kg2PpipSSDhPYDsGv+58ulAsS27a
kcDjP44lL8TRt9bHAVcNr45R5GDvh28TLF6I8K8nvwAM+77hSglzlEKS8EsYVxDF
PKpH/jfaqC9GzaweE0hr
=QIFF
-END PGP SIGNATURE-



Re: [gentoo-user] Systemd upower

2014-06-09 Thread Alexander Kapshuk
On 06/09/2014 06:34 PM, Alan Mackenzie wrote:
> On Tue, Jun 03, 2014 at 05:11:32PM +0200, Silvio Siefke wrote:
>> On Tue, 3 Jun 2014 09:29:35 -0500 Canek Peláez Valdés
>>  wrote:
>>> If I understood correctly, you need to:
>>> emerge -C sys-power/upower
>>> emerge -1v sys-power/upower-pm-utils
>>> and then update world as usual.
>> Yes is correct, i has find out after read ebuilds from the packages which
>> need upower.
> I do this:
>
> emerge --unmerge upower
> emerge -1vp sys-power/upower-pm-utils
>
> , and I still get portage threatening to merge that other init system:
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild  N ] dev-python/lxml-3.3.5  USE="threads -beautifulsoup3 -doc 
> -examples" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 3,387 
> kB
> [ebuild  N ] sys-apps/systemd-212-r5:0/2  USE="acl filecaps 
> firmware-loader gudev introspection kmod pam policykit python seccomp -audit 
> -cryptsetup -doc -gcrypt -http (-kdbus) -lzma -qrcode (-selinux) (-ssl) 
> {-test} -vanilla -xattr" ABI_X86="(64) (-32) (-x32)" 
> PYTHON_SINGLE_TARGET="python2_7 -python3_2 -python3_3" 
> PYTHON_TARGETS="python2_7 python3_3 -python3_2" 2,659 kB
> [ebuild  N ] sys-apps/gentoo-systemd-integration-4  52 kB
> [ebuild  N ] virtual/libgudev-208  USE="introspection -static-libs" 
> ABI_X86="(64) (-32) (-x32)" 0 kB
> [ebuild  N ] sys-power/upower-pm-utils-0.9.23  USE="introspection 
> -doc -ios" 416 kB
> [blocks B  ] sys-fs/udev ("sys-fs/udev" is blocking 
> sys-apps/systemd-212-r5, sys-apps/gentoo-systemd-integration-4)
> [blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking 
> sys-fs/udev-208)
>
> Total: 5 packages (5 new), Size of downloads: 6,513 kB
> Conflict: 2 blocks (2 unsatisfied)
>
> Would somebody please help me sort this out.  What am I doing wrong?
> Where is systemd coming from?  I look in upower-pm-utils-0.9.23.ebuild,
> and the only reference to systemd seems to be right at the beginning:
>
> EAPI=5
> inherit eutils systemd
>
> (, plus a couple of inconsequential references near the end.)  I'm not
> quite sure exactly what "inherit" means here, but the FM (man (5) ebuild)
> says:
>
> Inherit  is  portage's  maintenance  of  extra  classes of functions that
> are external to ebuilds and provided as inheritable capabilities and
> data. They define functions and set data types as drop-in replacements,
> expanded, and simplified routines for extremely common tasks to
> streamline the build process. Call to inherit cannot depend on conditions
> which can vary in given ebuild.  Specification  of the  eclasses contains
> only their name and not the .eclass extension.  Also note that the
> inherit statement must come before other variable declarations unless
> these variables are used in global scope of eclasses.
>
> , which, being vague, leaves me still unsure what "inherit" means.  ;-(
> Is there any documentation anywhere of what "inherit" actually DOES?
>
> What am I doing wrong?
>
>> Thanks for help & Nice Day
>> Silvio
Can you please verify that:
(1). sys-power/upower is gone by running this:
equery l (that's a lower case 'l') sys-power/upower
(2). sys-power/upower-pm-utils has been installed:
equery l sys-power/upower-pm-utils
(3). the 'p' flag does not actually install anything:
emerge(1)
--pretend (-p)
  Instead  of  actually  performing the merge, simply
display what
  *would* have been installed if --pretend  weren't  used.
So if step 2 results in the negative, you may want to run the command
line without the 'p' flag, like so:
emerge -av1 sys-power/upower-pm-utils




[gentoo-user] Fatal problem: Pyton-updater "kills" PC

2010-06-05 Thread meino . cramer

hallo,

This morning I updated my newly installed Gentoo. 
Via "eselect read news" I was told, that a new
python version (3.1.*) was installed and I should
run python-updater, which I did.

while compiling boost, the PC was killed. It looks
like it was told to switch off itsself.

I rebooted the PC into runlevel 2 and repeated the
whole thing. Again compiling/merging boost kills
the PC the same way.

I rebooted the PC into runlevel "S". After starting
python-updater compiling/mergeing boost kills the 
PC.

Each time it looks like someone has switched off the 
power. 

From emerge log:
1275759027: Started emerge on: Jun 05, 2010 19:30:27
1275759027:  *** emerge --deep --oneshot --keep-going --verbose 
app-office/gnumeric:0 dev-libs/boost:1.41 dev-python/lxml:0 
dev-python/setuptools:0
1275759031:  >>> emerge (1 of 4) dev-python/setuptools-0.6.10 to /
1275759033:  === (1 of 4) Cleaning 
(dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
1275759033:  === (1 of 4) Compiling/Merging 
(dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
1275759046:  >>> emerge (1 of 3) dev-libs/boost-1.41.0-r3 to /
1275759048:  === (1 of 3) Cleaning 
(dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)
1275759048:  === (1 of 3) Compiling/Merging 
(dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)
1275760538: Started emerge on: Jun 05, 2010 19:55:38
1275760538:  *** emerge --deep --oneshot --keep-going --verbose 
app-office/gnumeric:0 dev-libs/boost:1.41 dev-python/lxml:0 
dev-python/setuptools:0
1275760552:  >>> emerge (1 of 4) dev-python/setuptools-0.6.10 to /
1275760553:  === (1 of 4) Cleaning 
(dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
1275760553:  === (1 of 4) Compiling/Merging 
(dev-python/setuptools-0.6.10::/usr/portage/dev-python/setuptools/setuptools-0.6.10.ebuild)
1275760566:  >>> emerge (1 of 3) dev-libs/boost-1.41.0-r3 to /
1275760569:  === (1 of 3) Cleaning 
(dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)
1275760569:  === (1 of 3) Compiling/Merging 
(dev-libs/boost-1.41.0-r3::/usr/portage/dev-libs/boost/boost-1.41.0-r3.ebuild)


From summary.log:
>>> Messages generated by process 12966 on 2010-06-05 19:30:43 CEST for package 
>>> dev-python/setuptools-0.6.10:

ERROR: compile
ERROR: dev-python/setuptools-0.6.10 failed:
  Building failed with CPython 3.1 in distutils_building() function

Call stack:
ebuild.sh, line   54:  Called src_compile
  environment, line 4635:  Called distutils_src_compile
  environment, line 1255:  Called python_execute_function 'distutils_building'
  environment, line 3413:  Called die
The specific snippet of code:
  die "${failure_message}";

If you need support, post the output of 'emerge --info 
=dev-python/setuptools-0.6.10',
the complete build log and the output of 'emerge -pqv 
=dev-python/setuptools-0.6.10'.
The complete build log is located at 
'/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
The ebuild environment file is located at 
'/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'


>>> Messages generated by process 6885 on 2010-06-05 19:56:04 CEST for package 
>>> dev-python/setuptools-0.6.10:

ERROR: compile
ERROR: dev-python/setuptools-0.6.10 failed:
  Building failed with CPython 3.1 in distutils_building() function

Call stack:
ebuild.sh, line   54:  Called src_compile
  environment, line 4643:  Called distutils_src_compile
  environment, line 1263:  Called python_execute_function 'distutils_building'
  environment, line 3421:  Called die
The specific snippet of code:
  die "${failure_message}";

If you need support, post the output of 'emerge --info 
=dev-python/setuptools-0.6.10',
the complete build log and the output of 'emerge -pqv 
=dev-python/setuptools-0.6.10'.
The complete build log is located at 
'/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
The ebuild environment file is located at 
'/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'

From the build.log:
copying tests/shlib_test/hello.c -> build/src/tests/shlib_test
copying tests/shlib_test/hellolib.c -> build/src/tests/shlib_test
copying tests/shlib_test/hello.pyx -> build/src/tests/shlib_test
copying tests/api_tests.txt -> build/src/tests
Traceback (most recent call last):
  File "setup.py", line 24, in 
from lib2to3.main import main
  File "/usr/lib/python3.1/lib2to3/main.py", line 12

[gentoo-user] Re: Determine what's keeping Python 3.7 around?

2020-12-06 Thread Grant Edwards
On 2020-12-06, Neil Bothwick  wrote:
> On Sun, 6 Dec 2020 20:01:27 - (UTC), Grant Edwards wrote:
>
>> I updated one of my systems a day or two ago, and Python 3.7 went away
>> as expected. Today, I'm updating another system and it is rebuilding
>> tons of stuff to target python 3.8 instead of 3.7, but it's keeping
>> 3.7 and even wants to install a _new_ package -- and build it for
>> Python 3.7:
>
> emerge -cpv python:3.7 will show you what is keeping 3.7

Something's wrong.

That lists 43 packages. I checked the first few, and none of them require 
python 3.7.

 # emerge -cpv python:3.7

Calculating dependencies... done!
  dev-lang/python-3.7.9 pulled in by:
app-office/gnumeric-1.12.47 requires dev-lang/python:3.7
app-office/libreoffice-6.4.7.2 requires dev-lang/python:3.7[threads(+),xml]
app-portage/gemato-16.2 requires dev-lang/python:3.7[threads(+)]
app-portage/gentoolkit-0.5.0-r2 requires 
dev-lang/python:3.7[xml(+),threads(+)]
app-portage/mirrorselect-2.2.6-r1 requires dev-lang/python:3.7[xml]
app-text/asciidoc-9.0.2 requires dev-lang/python:3.7
dev-embedded/libftdi-1.4 requires dev-lang/python:3.7
dev-java/java-config-2.3.1 requires dev-lang/python:3.7
dev-java/javatoolkit-0.6.3 requires dev-lang/python:3.7[xml(+)]
dev-libs/gobject-introspection-1.64.1-r1 requires dev-lang/python:3.7[xml]
dev-libs/libxml2-2.9.10-r3 requires dev-lang/python:3.7[xml]
dev-libs/newt-0.52.21-r1 requires dev-lang/python:3.7
dev-python/PyQt5-5.15.1 requires dev-lang/python:3.7
dev-python/PyQt5-sip-4.19.24 requires dev-lang/python:3.7
dev-python/PySocks-1.7.1-r1 requires dev-lang/python:3.7
dev-python/bcrypt-3.2.0 requires dev-lang/python:3.7
dev-python/beautifulsoup-4.9.3 requires dev-lang/python:3.7
dev-python/cairocffi-1.1.0 requires dev-lang/python:3.7
dev-python/certifi-10001 requires dev-lang/python:3.7
dev-python/cffi-1.14.0-r3 requires dev-lang/python:3.7
dev-python/chardet-3.0.4-r1 requires dev-lang/python:3.7
dev-python/configobj-5.0.6 requires dev-lang/python:3.7
dev-python/cryptography-3.2 requires dev-lang/python:3.7[threads(+)]
dev-python/cssselect2-0.3.0 requires dev-lang/python:3.7
dev-python/cython-0.29.21-r1 requires dev-lang/python:3.7[threads(+)]
dev-python/defusedxml-0.7.0_rc1 requires dev-lang/python:3.7[xml(+)]
dev-python/docutils-0.16-r1 requires dev-lang/python:3.7
dev-python/future-0.18.2-r1 requires dev-lang/python:3.7
dev-python/html5lib-1.1 requires dev-lang/python:3.7[xml(+)]
dev-python/idna-2.10-r1 requires dev-lang/python:3.7
dev-python/imapclient-2.1.0 requires dev-lang/python:3.7
dev-python/importlib_metadata-2.0.0 requires dev-lang/python:3.7
dev-python/jinja-2.11.2-r1 requires dev-lang/python:3.7[threads(+)]
dev-python/lxml-4.6.2 requires dev-lang/python:3.7
dev-python/mako-1.1.3-r1 requires dev-lang/python:3.7
dev-python/markdown-3.3.3 requires dev-lang/python:3.7
dev-python/markups-3.0.0-r1 requires dev-lang/python:3.7
dev-python/markupsafe-1.1.1-r1 requires dev-lang/python:3.7
dev-python/netifaces-0.10.9 requires dev-lang/python:3.7
dev-python/olefile-0.46-r1 requires dev-lang/python:3.7
dev-python/paho-mqtt-1.5.0 requires dev-lang/python:3.7
dev-python/paramiko-2.7.1 requires dev-lang/python:3.7[threads(+)]
dev-python/pbkdf2-1.3-r1 requires dev-lang/python:3.7
dev-python/pillow-7.2.0 requires dev-lang/python:3.7[tk,threads(+)]
dev-python/pip-20.2.4 requires dev-lang/python:3.7[ssl(+),threads(+)]
dev-python/ply-3.11-r1 requires dev-lang/python:3.7
dev-python/pyalsa-1.1.6-r1 requires dev-lang/python:3.7
dev-python/pyasn1-0.4.8-r1 requires dev-lang/python:3.7
dev-python/pycairo-1.18.2 requires dev-lang/python:3.7[threads(+)]
dev-python/pycparser-2.20-r1 requires dev-lang/python:3.7
dev-python/pycurl-7.43.0.6 requires dev-lang/python:3.7
dev-python/pygments-2.7.2 requires dev-lang/python:3.7
dev-python/pygobject-3.36.1-r1 requires dev-lang/python:3.7
dev-python/pynacl-1.4.0 requires dev-lang/python:3.7
dev-python/pyopenssl-19.1.0-r1 requires dev-lang/python:3.7[threads(+)]
dev-python/pyphen-0.9.5 requires dev-lang/python:3.7
dev-python/pyserial-3.4 requires dev-lang/python:3.7
dev-python/python-markdown-math-0.7 requires dev-lang/python:3.7
dev-python/qrcode-6.1 requires dev-lang/python:3.7
dev-python/requests-2.24.0-r1 requires dev-lang/python:3.7[threads(+)]
dev-python/setuptools-46.4.0-r3 requires dev-lang/python:3.7[xml(+)]
dev-python/sip-4.19.24 requires dev-lang/python:3.7
dev-python/six-1.15.0-r1 requires dev-lang/python:3.7
dev-python/soupsieve-2.0.1 requires dev-lang/python:3.7
dev-python/ssl-fetch-0.4 requires dev-lang/python:3.7
dev-python/tinycss2-1.0.2 requires dev-lang/python:3.7
dev-python/toml-0.10.1-r1 requires dev-lang/python:3.7
de

[gentoo-user] Python:2.7 and removing it early

2020-05-04 Thread Dale
Howdy,

As some know, python 2.7 is leaving the building.  I'm wanting to try to
clean it out a bit now, a little at a time if needed.  I found some
commands on -dev that shows what still depends on python 2.7.  Thing is,
I think it is listing packages that *may* use 2.7 but can or is set to
use a newer version.  In other words, I'm getting false positives.
Another command returns nothing and I think that command shows what
requires *only* python 2.7 and no newer version.  Thing is, when I do a
emerge -ac python:2.7, it spits out a list of packages that says they
need it.  It's confusing to say the least. I think I'm on information
overload or something.

What I don't want to do, add targets to make.conf that may change
defaults later on.  In other words, I don't want to add the target line
and then later on forget it is there and it bite me when say 3.6 is
leaving the building.  I think if I can get it to where I can remove
python 2.7's package, it will leave it buried.  How to get there tho??

I don't want to attach a ton of info that may not be relevant.  I'm
going to share this tho.  If anyone needs more info, let me know and
I'll post it. 


root@fireball / # emerge -ca python:2.7

Calculating dependencies... done!
  dev-lang/python-2.7.18 pulled in by:
    app-doc/gimp-help-2.8.2 requires >=dev-lang/python-2.7.5-r2:2.7
    app-office/scribus-1.5.5-r1 requires >=dev-lang/python-2.7.5-r2:2.7
    app-portage/gemato-14.3 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-lang/spidermonkey-1.8.5-r7 requires
>=dev-lang/python-2.7.5-r2:2.7[threads]
    dev-lang/spidermonkey-60.5.2_p0-r4 requires
>=dev-lang/python-2.7.5-r2:2.7[ncurses,sqlite,ssl,threads]
    dev-libs/boost-1.72.0-r1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-libs/libxml2-2.9.9-r3 requires >=dev-lang/python-2.7.5-r2:2.7[xml]
    dev-python/PyQt5-5.14.2 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/PyQt5-sip-4.19.22 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/PySocks-1.7.1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/backports-1.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/backports-lzma-0.0.13 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/bz2file-0.98 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/certifi-2019.11.28 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/cffi-1.14.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/chardet-3.0.4 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/cryptography-2.8-r1 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/cython-0.29.15 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/dbus-python-1.2.16 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/docutils-0.16 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/enum34-1.1.6-r1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/idna-2.8 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/ipaddress-1.0.23 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/lxml-4.5.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/mako-1.1.2 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/markupsafe-1.1.1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/numpy-1.16.5-r1 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/olefile-0.46 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pathlib2-2.3.5 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pbr-4.2.0-r1 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/pillow-6.2.2 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/ply-3.11 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pyblake2-1.1.2 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pycairo-1.18.2 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/pyclipper-1.1.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pycparser-2.20 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pycryptodome-3.9.4 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/pygments-2.5.2 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pygobject-2.28.6-r55 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pygobject-3.34.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pygtk-2.24.0-r5 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pyopengl-3.1.0 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pyopenssl-19.1.0 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/python-gammu-2.11 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/pyyaml-5.3.1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/requests-2.23.0 requires
>=dev-lang/python-2.7.5-r2:2.7[threads(+)]
    dev-python/scandir-1.10.0-r1 requires >=dev-lang/python-2.7.5-r2:2.7
    dev-python/setuptools-44.1.0 requir

Re: [gentoo-user] Python:2.7 and removing it early

2020-05-04 Thread Alessandro Barbieri
At least
gimp-help
scribus
nut
fbpanel
are Python2 only, didn't check stuff from overlays

Il Lun 4 Mag 2020, 18:31 Dale  ha scritto:

> Howdy,
>
> As some know, python 2.7 is leaving the building.  I'm wanting to try to
> clean it out a bit now, a little at a time if needed.  I found some
> commands on -dev that shows what still depends on python 2.7.  Thing is,
> I think it is listing packages that *may* use 2.7 but can or is set to
> use a newer version.  In other words, I'm getting false positives.
> Another command returns nothing and I think that command shows what
> requires *only* python 2.7 and no newer version.  Thing is, when I do a
> emerge -ac python:2.7, it spits out a list of packages that says they
> need it.  It's confusing to say the least. I think I'm on information
> overload or something.
>
> What I don't want to do, add targets to make.conf that may change
> defaults later on.  In other words, I don't want to add the target line
> and then later on forget it is there and it bite me when say 3.6 is
> leaving the building.  I think if I can get it to where I can remove
> python 2.7's package, it will leave it buried.  How to get there tho??
>
> I don't want to attach a ton of info that may not be relevant.  I'm
> going to share this tho.  If anyone needs more info, let me know and
> I'll post it.
>
>
> root@fireball / # emerge -ca python:2.7
>
> Calculating dependencies... done!
>   dev-lang/python-2.7.18 pulled in by:
> app-doc/gimp-help-2.8.2 requires >=dev-lang/python-2.7.5-r2:2.7
> app-office/scribus-1.5.5-r1 requires >=dev-lang/python-2.7.5-r2:2.7
> app-portage/gemato-14.3 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-lang/spidermonkey-1.8.5-r7 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads]
> dev-lang/spidermonkey-60.5.2_p0-r4 requires
> >=dev-lang/python-2.7.5-r2:2.7[ncurses,sqlite,ssl,threads]
> dev-libs/boost-1.72.0-r1 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-libs/libxml2-2.9.9-r3 requires >=dev-lang/python-2.7.5-r2:2.7[xml]
> dev-python/PyQt5-5.14.2 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/PyQt5-sip-4.19.22 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/PySocks-1.7.1 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/backports-1.0 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/backports-lzma-0.0.13 requires
> >=dev-lang/python-2.7.5-r2:2.7
> dev-python/bz2file-0.98 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/certifi-2019.11.28 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/cffi-1.14.0 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/chardet-3.0.4 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/cryptography-2.8-r1 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/cython-0.29.15 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/dbus-python-1.2.16 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/docutils-0.16 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/enum34-1.1.6-r1 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/idna-2.8 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/ipaddress-1.0.23 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/lxml-4.5.0 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/mako-1.1.2 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/markupsafe-1.1.1 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/numpy-1.16.5-r1 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/olefile-0.46 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pathlib2-2.3.5 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pbr-4.2.0-r1 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/pillow-6.2.2 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/ply-3.11 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pyblake2-1.1.2 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pycairo-1.18.2 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/pyclipper-1.1.0 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pycparser-2.20 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pycryptodome-3.9.4 requires
> >=dev-lang/python-2.7.5-r2:2.7[threads(+)]
> dev-python/pygments-2.5.2 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pygobject-2.28.6-r55 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pygobject-3.34.0 requires >=dev-lang/python-2.7.5-r2:2.7
> dev-python/pygtk-2.24.0-r5 requires 

[gentoo-user] Is there any way out of this...?

2013-12-06 Thread meino . cramer
9 kB
[ebuild U  ] net-libs/webkit-gtk-2.0.4:3/25 [1.8.3-r300:3/3] USE="geoloc 
gstreamer introspection jit webgl (-aqua) -coverage -debug -libsecret% -spell 
{-test} (-doc%) (-webkit2%)" 9,619 kB
[ebuild U  ] x11-misc/slim-1.3.6-r3 [1.3.5-r4] USE="consolekit pam 
-branding" 228 kB
[ebuild U  ] gnome-base/gvfs-1.16.4 [1.12.3-r1] USE="gdu gtk%* http udev 
-afp -archive -avahi -bluetooth -bluray -cdda -fuse -gnome-keyring 
-gnome-online-accounts% -gphoto2 -ios -mtp% -samba -systemd% {-test%} -udisks 
(-doc%)" 1,463 kB
[ebuild   R] dev-python/beautifulsoup-4.1.3-r1:4  USE="-doc {-test}" 
PYTHON_TARGETS="python2_7 python3_3* (-pypy2_0) -python2_6 -python3_2*" 0 kB
[ebuild U  ] app-arch/dpkg-1.16.12-r1 [1.16.10] USE="bzip2 nls unicode zlib 
-dselect {-test}" LINGUAS="-ast -bs -ca -cs -da -de -dz -el -eo -es -et -eu -fr 
-gl -hu -id -it -ja -km -ko -ku -lt -mr -nb -ne -nl -nn -pa -pl -pt -pt_BR -ro 
-ru -sk -sv -th -tl -vi -zh_CN -zh_TW" 3,701 kB
[ebuild U  ] dev-cpp/gtkmm-3.8.1:3.0 [3.4.2:3.0] USE="X (-aqua) -doc 
-examples {-test} (-wayland)" 4,213 kB
[ebuild   R] dev-python/lxml-3.2.1  USE="threads -beautifulsoup3 -doc 
-examples" PYTHON_TARGETS="python2_7 python3_3* -python2_6 -python3_2*" 0 kB
[ebuild U  ] app-crypt/seahorse-3.8.2 [2.32.0] USE="-avahi -debug -ldap 
(-doc%) (-introspection%) (-libnotify%) (-test%)" 1,966 kB
[ebuild U  ] app-text/gnome-doc-utils-0.20.10-r1 [0.20.10] 
PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[blocks b  ] >=net-libs/libsoup-2.42 (">=net-libs/libsoup-2.42" is blocking 
net-libs/libsoup-gnome-2.38.1)
[ebuild U  ]  net-libs/libsoup-gnome-2.42.3.1:2.4 [2.38.1:2.4] 
USE="introspection -debug" 723 kB
[ebuild U  ]   net-libs/libsoup-2.42.3.1:2.4 [2.38.1:2.4] 
USE="introspection ssl -debug -samba {-test}" 0 kB
[nomerge   ] sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] USE="gnome%* 
-fat -systemd% (-gnome-keyring%) (-nautilus%) (-remote-access%)" 
[ebuild  N ]  app-crypt/libsecret-0.15-r1  USE="crypt introspection -debug 
{-test} -vala" 474 kB
[ebuild U  ] gnome-base/libgnome-keyring-3.8.0 [2.32.0] 
USE="introspection%* -debug {-test} -vala%" 417 kB
[nomerge   ] gnome-base/gnome-keyring-3.8.2 [2.32.1-r1] USE="caps%* 
filecaps%* pam -debug (-selinux) {-test}" 
[nomerge   ]  app-crypt/gcr-3.8.2:0/1  USE="gtk introspection -debug 
{-test}" 
[blocks b  ]   =media-libs/flac-1.2.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]
 required by (media-libs/libsndfile-1.0.25-r1::gentoo, ebuild scheduled for 
merge)

>=media-libs/flac-1.2.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]
 required by (media-libs/audiofile-0.3.6-r1::gentoo, ebuild scheduled for merge)

media-libs/libvorbis:0

  (media-libs/libvorbis-1.3.3::gentoo, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)

  (media-libs/libvorbis-1.3.3::gentoo, ebuild scheduled for merge) pulled in by

>=media-libs/libvorbis-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]
 required by (media-libs/libsndfile-1.0.25-r1::gentoo, ebuild scheduled for 
merge)

virtual/libffi:0

  (virtual/libffi-3.0.11::gentoo, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)

  (virtual/libffi-3.0.11::gentoo, ebuild scheduled for merge) pulled in by

virtual/libffi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]
 required by (dev-libs/glib-2.36.4-r1::gentoo, ebuild scheduled for merge)

virtual/libiconv:0

  (virtual/libiconv-0::gentoo, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)

  (virtual/libiconv-0::gentoo, ebuild scheduled for merge) pulled in by

virtual/libiconv[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]
 required by (dev-libs/glib-2.36.4-r1::gentoo, ebuild scheduled for merge)


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

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


 * Error: The above package list contains package

[gentoo-user] cross-compiling environment for Rapberry

2024-04-29 Thread ralfconn
 ] dev-libs/libuv-1.48.0:0/1::gentoo USE="-verify-sig" 
1285 KiB
[ebuild U  ] dev-perl/Syntax-Keyword-Try-0.290.0::gentoo 
[0.280.0::gentoo] USE="-test" 45 KiB
[ebuild U  ] app-text/po4a-0.71::gentoo [0.69::gentoo] USE="-test" 
4747 KiB
[ebuild U  ] app-portage/portage-utils-0.97::gentoo [0.96.1::gentoo] 
USE="openmp* qmanifest -static (-qtegrity%*)" 1818 KiB
[ebuild U  ] dev-python/setuptools-69.5.1-r1::gentoo 
[69.2.0-r1::gentoo] USE="-test" PYTHON_TARGETS="python3_11 -pypy3 
-python3_10 -python3_12" 2238 KiB
[ebuild U  ] dev-build/meson-1.4.0-r1::gentoo [1.3.2::gentoo] 
USE="(-test) -verify-sig" PYTHON_TARGETS="python3_11 -pypy3 -python3_10 
-python3_12" 2504 KiB
[ebuild U  ] dev-python/cython-3.0.10::gentoo [3.0.9::gentoo] 
USE="-debug -doc -test" PYTHON_TARGETS="python3_11 -pypy3 -python3_10 
-python3_12" 2707 KiB
[ebuild U  ] dev-python/pluggy-1.5.0::gentoo [1.4.0::gentoo] 
USE="-test" PYTHON_TARGETS="python3_11 -pypy3 -python3_10 -python3_12" 
67 KiB
[ebuild U  ] dev-python/lxml-5.2.1::gentoo [5.1.1::gentoo] 
USE="threads -debug -doc -examples -test" PYTHON_TARGETS="python3_11 
-pypy3 -python3_10 -python3_12" 929 KiB
[ebuild U  ] dev-python/hatchling-1.24.2::gentoo [1.22.5-r1::gentoo] 
USE="-test" PYTHON_TARGETS="python3_11 -pypy3 -python3_10 -python3_12" 
1030 KiB
[ebuild U  ] dev-build/ninja-1.12.0::gentoo [1.11.1-r5::gentoo] 
USE="-doc (-test%)" 235 KiB
[ebuild  N ] dev-libs/jsoncpp-1.9.5:0/25::gentoo  USE="-doc -test" 
211 KiB
[ebuild  N ] dev-build/cmake-3.29.2::gentoo  USE="ncurses (-dap) 
-doc -gui -qt6 -test -verify-sig" 11492 KiB
[ebuild U  ] sys-apps/systemd-utils-254.11::gentoo 
[254.10-r1::gentoo] USE="acl kmod (split-usr*) tmpfiles udev -boot 
-kernel-install -secureboot (-selinux) -sysusers -test -ukify" 
PYTHON_SINGLE_TARGET="python3_11 -python3_10 -python3_12" 14102 KiB


Total: 40 packages (29 upgrades, 6 new, 1 in new slot, 4 reinstalls), 
Size of downloads: 88412 KiB


 While on the desktop I get: 

desktop /usr/aarch64-unknown-linux-gnu # 
emerge-aarch64-unknown-linux-gnu --ask -uDvN --oneshot --buildpkg @system


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

Calculating dependencies... done!
Dependency resolution took 7.15 s (backtrack: 0/20).

[ebuild U  ] sys-libs/ncurses-6.4_p20240414:0/6::gentoo 
[6.4_p20230401:0/6::gentoo] to /usr/aarch64-unknown-linux-gnu/ USE="cxx 
(split-usr*) (tinfo) -ada -debug -doc -gpm -minimal -profile 
(-stack-realign) -static-libs -test -trace -verify-sig" 0 KiB
[ebuild U  ] sys-apps/baselayout-2.15::gentoo [2.14-r2::gentoo] to 
/usr/aarch64-unknown-linux-gnu/ USE="(split-usr*) -build" 0 KiB
[ebuild   R    ] app-alternatives/awk-4::gentoo to 
/usr/aarch64-unknown-linux-gnu/ USE="gawk (split-usr*) -busybox -mawk 
-nawk" 0 KiB
[ebuild   R    ] app-alternatives/bzip2-1::gentoo to 
/usr/aarch64-unknown-linux-gnu/ USE="reference (split-usr*) -lbzip2 
-pbzip2" 0 KiB
[ebuild   R    ] app-alternatives/gzip-1::gentoo to 
/usr/aarch64-unknown-linux-gnu/ USE="reference (split-usr*) -pigz" 0 KiB
[ebuild   R    ] app-alternatives/tar-0::gentoo to 
/usr/aarch64-unknown-linux-gnu/ USE="gnu (split-usr*) -libarchive" 0 KiB
[ebuild U  ] sys-apps/coreutils-9.5::gentoo [9.4-r1::gentoo] to 
/usr/aarch64-unknown-linux-gnu/ USE="acl nls openssl (split-usr*) xattr 
-caps -gmp -hostname -kill -multicall (-selinux) -static -test -vanilla 
-verify-sig" 0 KiB
[ebuild U  ] sys-apps/kmod-32-r1::gentoo [31::gentoo] to 
/usr/aarch64-unknown-linux-gnu/ USE="lzma (split-usr%*) (tools) zlib 
zstd -debug -doc -pkcs7 -static-libs (-python%)" 
PYTHON_TARGETS="(-python3_10%) (-python3_11%*)" 0 KiB
[ebuild U  ] app-crypt/pinentry-1.3.0-r2::gentoo [1.2.1-r4::gentoo] 
to /usr/aarch64-unknown-linux-gnu/ USE="ncurses -X -caps -efl -emacs 
-gtk -keyring -qt5 (-qt6) -verify-sig -wayland" 0 KiB
[ebuild U  ] sys-apps/shadow-4.14.6:0/4::gentoo [4.14.2:0/4::gentoo] 
to /usr/aarch64-unknown-linux-gnu/ USE="acl nls pam (split-usr*) xattr 
-audit -cracklib (-selinux) -skey -su -systemd -verify-sig" 0 KiB
[ebuild U  ] sys-apps/systemd-utils-254.11::gentoo 
[254.10-r1::gentoo] to /usr/aarch64-unknown-linux-gnu/ USE="acl kmod 
(split-usr*) tmpfiles udev -boot -kernel-install -secureboot (-selinux) 
-sysusers -test -ukify" PYTHON_SINGLE_TARGET="python3_11 -python3_10 
-python3_12" 0 KiB


Total: 11 packages (7 upgrades, 4 reinstalls), Size of downloads: 0 KiB

 What am I missing to make the desktop use the same list of packages 
to be upgraded as the Pi? 


thanks,

raffaele

[1] https://pi-hole.net/
[2] https://wiki.gentoo.org/wiki/Crossdev




Re: [gentoo-user] cross-compiling environment for Rapberry

2024-05-01 Thread Michael
NS] dev-build/autoconf-2.72-r1:2.72::gentoo
> [2.71-r6:2.71::gentoo] USE="-emacs -verify-sig%" 1358 KiB
> [ebuild U  ] app-eselect/eselect-pinentry-0.7.4::gentoo
> [0.7.3::gentoo] 0 KiB
> [ebuild U  ] dev-perl/XS-Parse-Keyword-0.410.0::gentoo
> [0.380.0::gentoo] USE="-test" 87 KiB
> [ebuild U  ] sys-apps/kmod-32-r1::gentoo [31::gentoo] USE="lzma
> (split-usr%*) (tools) zlib zstd -debug -doc -pkcs7 -static-libs
> (-python%)" PYTHON_TARGETS="(-python3_10%) (-python3_11%*)" 500 KiB
> [ebuild U  ] app-crypt/pinentry-1.3.0-r2::gentoo [1.2.1-r4::gentoo]
> USE="ncurses -X -caps -efl -emacs -gtk -keyring -qt5 (-qt6) -verify-sig
> -wayland" 597 KiB
> [ebuild U  ] dev-lang/tcl-8.6.14:0/8.6::gentoo
> [8.6.13-r1:0/8.6::gentoo] USE="threads -debug" 6916 KiB
> [ebuild  N ] dev-libs/libuv-1.48.0:0/1::gentoo USE="-verify-sig"
> 1285 KiB
> [ebuild U  ] dev-perl/Syntax-Keyword-Try-0.290.0::gentoo
> [0.280.0::gentoo] USE="-test" 45 KiB
> [ebuild U  ] app-text/po4a-0.71::gentoo [0.69::gentoo] USE="-test"
> 4747 KiB
> [ebuild U  ] app-portage/portage-utils-0.97::gentoo [0.96.1::gentoo]
> USE="openmp* qmanifest -static (-qtegrity%*)" 1818 KiB
> [ebuild U  ] dev-python/setuptools-69.5.1-r1::gentoo
> [69.2.0-r1::gentoo] USE="-test" PYTHON_TARGETS="python3_11 -pypy3
> -python3_10 -python3_12" 2238 KiB
> [ebuild U  ] dev-build/meson-1.4.0-r1::gentoo [1.3.2::gentoo]
> USE="(-test) -verify-sig" PYTHON_TARGETS="python3_11 -pypy3 -python3_10
> -python3_12" 2504 KiB
> [ebuild U  ] dev-python/cython-3.0.10::gentoo [3.0.9::gentoo]
> USE="-debug -doc -test" PYTHON_TARGETS="python3_11 -pypy3 -python3_10
> -python3_12" 2707 KiB
> [ebuild U  ] dev-python/pluggy-1.5.0::gentoo [1.4.0::gentoo]
> USE="-test" PYTHON_TARGETS="python3_11 -pypy3 -python3_10 -python3_12"
> 67 KiB
> [ebuild U  ] dev-python/lxml-5.2.1::gentoo [5.1.1::gentoo]
> USE="threads -debug -doc -examples -test" PYTHON_TARGETS="python3_11
> -pypy3 -python3_10 -python3_12" 929 KiB
> [ebuild U  ] dev-python/hatchling-1.24.2::gentoo [1.22.5-r1::gentoo]
> USE="-test" PYTHON_TARGETS="python3_11 -pypy3 -python3_10 -python3_12"
> 1030 KiB
> [ebuild U  ] dev-build/ninja-1.12.0::gentoo [1.11.1-r5::gentoo]
> USE="-doc (-test%)" 235 KiB
> [ebuild  N ] dev-libs/jsoncpp-1.9.5:0/25::gentoo  USE="-doc -test"
> 211 KiB
> [ebuild  N ] dev-build/cmake-3.29.2::gentoo  USE="ncurses (-dap)
> -doc -gui -qt6 -test -verify-sig" 11492 KiB
> [ebuild U  ] sys-apps/systemd-utils-254.11::gentoo
> [254.10-r1::gentoo] USE="acl kmod (split-usr*) tmpfiles udev -boot
> -kernel-install -secureboot (-selinux) -sysusers -test -ukify"
> PYTHON_SINGLE_TARGET="python3_11 -python3_10 -python3_12" 14102 KiB
> 
> Total: 40 packages (29 upgrades, 6 new, 1 in new slot, 4 reinstalls),
> Size of downloads: 88412 KiB
> 
>  While on the desktop I get: 
> 
> desktop /usr/aarch64-unknown-linux-gnu #
> emerge-aarch64-unknown-linux-gnu --ask -uDvN --oneshot --buildpkg @system
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> Dependency resolution took 7.15 s (backtrack: 0/20).
> 
> [ebuild U  ] sys-libs/ncurses-6.4_p20240414:0/6::gentoo
> [6.4_p20230401:0/6::gentoo] to /usr/aarch64-unknown-linux-gnu/ USE="cxx
> (split-usr*) (tinfo) -ada -debug -doc -gpm -minimal -profile
> (-stack-realign) -static-libs -test -trace -verify-sig" 0 KiB
> [ebuild U  ] sys-apps/baselayout-2.15::gentoo [2.14-r2::gentoo] to
> /usr/aarch64-unknown-linux-gnu/ USE="(split-usr*) -build" 0 KiB
> [ebuild   R] app-alternatives/awk-4::gentoo to
> /usr/aarch64-unknown-linux-gnu/ USE="gawk (split-usr*) -busybox -mawk
> -nawk" 0 KiB
> [ebuild   R] app-alternatives/bzip2-1::gentoo to
> /usr/aarch64-unknown-linux-gnu/ USE="reference (split-usr*) -lbzip2
> -pbzip2" 0 KiB
> [ebuild   R] app-alternatives/gzip-1::gentoo to
> /usr/aarch64-unknown-linux-gnu/ USE="reference (split-usr*) -pigz" 0 KiB
> [ebuild   R] app-alternatives/tar-0::gentoo to
> /usr/aarch64-unknown-linux-gnu/ USE="gnu (split-usr*) -libarchive" 0 KiB
> [ebuild U  ] sys-apps/coreutils-9.5::gentoo [9.4-r1::gentoo] to
> /usr/aarch64-unknown-linux-gnu/ USE="acl nls openssl (split-usr*) xattr
> -caps -gmp -hostname -kill -multicall (-selinux) -static -test -vanilla
> -verify-sig" 0 KiB
> [ebuild U  ] sys-apps/kmod-32-r1::gentoo [31::gentoo] to
> /usr/aarch64-

Re: [gentoo-user] is a global use flag necessary for python?

2024-03-09 Thread n952162

On 3/9/24 20:51, Walter Dnes wrote:

On Sat, Mar 09, 2024 at 07:55:13PM +0100, n952162 wrote

Hello all,

I just synced my system after a long delay,

   That's your problem right there.


Is there a way to do it globally?

   First of all python targets should not need to be mentioned in
make.conf or package.use.  Gentoo manages versions automatically... if
you update often enough.  First thing to do is update python so programs
have somthing up-to-date to build against.  Try...

emerge -1 python

...and then update world.




 * IMPORTANT: 2 config files in '/etc/portage' need updating.
Calculating dependencies   * See the CONFIGURATION FILES and
CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.
.. ... ... done!
[ebuild  N ] dev-python/gentoo-common-1
[ebuild  N ] dev-python/ensurepip-pip-24.0
[ebuild U  ] dev-lang/python-exec-2.4.10 [2.4.8]
PYTHON_TARGETS="(python3_11%*) (python3_12%*)"
[ebuild U  ] app-arch/gzip-1.13 [1.11] USE="-verify-sig%"
[ebuild  N ] app-alternatives/gzip-1  USE="reference (split-usr) -pigz"
[ebuild U  ] dev-build/autoconf-2.71-r6 [2.71-r1]
[ebuild U  ] dev-build/automake-1.16.5-r2 [1.16.4]
[ebuild  NS    ] dev-lang/python-3.12.2_p1 [3.6.15, 3.7.12_p1, 3.8.13,
3.9.9-r1, 3.10.2_p1] USE="ensurepip%* -debug% -valgrind%"

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

dev-lang/python-exec:2

  (dev-lang/python-exec-2.4.10:2/2::gentoo, ebuild scheduled for merge)
USE="(native-symlinks) -test" ABI_X86="(64)" PYTHON_TARGETS="(pypy3)
(python3_10) (python3_11) (python3_12)" pulled in by
    dev-lang/python-exec[python_targets_python3_12(-)] required by
(dev-lang/python-3.12.2_p1:3.12/3.12::gentoo, ebuild scheduled for
merge) USE="ensurepip gdbm ncurses readline sqlite ssl -bluetooth -build
-debug -examples -libedit -pgo -test -tk -valgrind -verify-sig"
ABI_X86="(64)"


  (dev-lang/python-exec-2.4.8:2/2::gentoo, installed)
USE="(native-symlinks) userland_GNU -test" ABI_X86="(64)"
PYTHON_TARGETS="(pypy3) (python3_10) python3_8 python3_9" pulled in by
>=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)] required by 
(dev-python/pyparsing-2.4.7-r1:0/0::gentoo, installed) USE="userland_GNU -examples" 
ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9 (-pypy3) -python3_10"

>=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)] required by 
(app-portage/gemato-16.2:0/0::gentoo, installed) USE="gpg userland_GNU -test -tools" 
ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9 (-pypy3) -python3_10"

>=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)] required by 
(dev-python/namespace-sphinxcontrib-1.0:0/0::gentoo, installed) USE="userland_GNU" 
ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9 (-pypy3) -python3_10"

>=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)] required by 
(dev-python/cython-0.29.24-r1:0/0::gentoo, installed) USE="userland_GNU -doc -emacs -test" 
ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9 (-pypy3) -python3_10"

>=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)] required by 
(x11-base/xcb-proto-1.14.1:0/0::gentoo, installed) USE="userland_GNU" ABI_X86="(64) -32 
(-x32)" PYTHON_TARGETS="python3_8 python3_9"

    dev-lang/python-exec[python_targets_python3_9(-)] required by
(dev-lang/python-3.9.9-r1:3.9/3.9::gentoo, installed) USE="gdbm ncurses
readline sqlite ssl userland_GNU xml -bluetooth -build -examples
-hardened -lto -pgo -test -tk -verify-sig -wininst" ABI_X86="(64)"

    >=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-)] required
by (dev-python/backports-zoneinfo-0.2.1-r1:0/0::gentoo, installed)
USE="userland_GNU -test" ABI_X86="(64)" PYTHON_TARGETS="python3_8 (-pypy3)"

>=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)] required by 
(dev-python/lxml-4.6.3-r1:0/0::gentoo, installed) USE="threads userland_GNU -doc -examples -test" 
ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9 (-pypy3) -python3_10"

>=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)] required by 
(dev-python/sphinxcontrib-devhelp-1.0.2:0/0::gentoo, installed) USE="userland_GNU -test" 
ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9 (-pypy3) -python3_10"

>=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)]

Re: [gentoo-user] is a global use flag necessary for python?

2024-03-10 Thread Mickaël Bucas
Le dim. 10 mars 2024 à 00:22, n952162  a écrit :
>
> On 3/9/24 20:51, Walter Dnes wrote:
> > On Sat, Mar 09, 2024 at 07:55:13PM +0100, n952162 wrote
> >> Hello all,
> >>
> >> I just synced my system after a long delay,
> >That's your problem right there.
> >
> >> Is there a way to do it globally?
> >First of all python targets should not need to be mentioned in
> > make.conf or package.use.  Gentoo manages versions automatically... if
> > you update often enough.  First thing to do is update python so programs
> > have somthing up-to-date to build against.  Try...
> >
> > emerge -1 python
> >
> > ...and then update world.
> >
>
>
>   * IMPORTANT: 2 config files in '/etc/portage' need updating.
> Calculating dependencies   * See the CONFIGURATION FILES and
> CONFIGURATION FILES UPDATE TOOLS
>   * sections of the emerge man page to learn how to update config files.
> .. ... ... done!
> [ebuild  N ] dev-python/gentoo-common-1
> [ebuild  N ] dev-python/ensurepip-pip-24.0
> [ebuild U  ] dev-lang/python-exec-2.4.10 [2.4.8]
> PYTHON_TARGETS="(python3_11%*) (python3_12%*)"
> [ebuild U  ] app-arch/gzip-1.13 [1.11] USE="-verify-sig%"
> [ebuild  N ] app-alternatives/gzip-1  USE="reference (split-usr) -pigz"
> [ebuild U  ] dev-build/autoconf-2.71-r6 [2.71-r1]
> [ebuild U  ] dev-build/automake-1.16.5-r2 [1.16.4]
> [ebuild  NS] dev-lang/python-3.12.2_p1 [3.6.15, 3.7.12_p1, 3.8.13,
> 3.9.9-r1, 3.10.2_p1] USE="ensurepip%* -debug% -valgrind%"
>
> !!! Multiple package instances within a single package slot have been pulled
> !!! into the dependency graph, resulting in a slot conflict:
>
> dev-lang/python-exec:2
>
>(dev-lang/python-exec-2.4.10:2/2::gentoo, ebuild scheduled for merge)
> USE="(native-symlinks) -test" ABI_X86="(64)" PYTHON_TARGETS="(pypy3)
> (python3_10) (python3_11) (python3_12)" pulled in by
>  dev-lang/python-exec[python_targets_python3_12(-)] required by
> (dev-lang/python-3.12.2_p1:3.12/3.12::gentoo, ebuild scheduled for
> merge) USE="ensurepip gdbm ncurses readline sqlite ssl -bluetooth -build
> -debug -examples -libedit -pgo -test -tk -valgrind -verify-sig"
> ABI_X86="(64)"
>
>
>(dev-lang/python-exec-2.4.8:2/2::gentoo, installed)
> USE="(native-symlinks) userland_GNU -test" ABI_X86="(64)"
> PYTHON_TARGETS="(pypy3) (python3_10) python3_8 python3_9" pulled in by
>  
> >=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)]
>  required by (dev-python/pyparsing-2.4.7-r1:0/0::gentoo, installed) 
> USE="userland_GNU -examples" ABI_X86="(64)" PYTHON_TARGETS="python3_8 
> python3_9 (-pypy3) -python3_10"
>
>  
> >=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)]
>  required by (app-portage/gemato-16.2:0/0::gentoo, installed) USE="gpg 
> userland_GNU -test -tools" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9 
> (-pypy3) -python3_10"
>
>  
> >=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)]
>  required by (dev-python/namespace-sphinxcontrib-1.0:0/0::gentoo, installed) 
> USE="userland_GNU" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9 
> (-pypy3) -python3_10"
>
>  
> >=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)]
>  required by (dev-python/cython-0.29.24-r1:0/0::gentoo, installed) 
> USE="userland_GNU -doc -emacs -test" ABI_X86="(64)" PYTHON_TARGETS="python3_8 
> python3_9 (-pypy3) -python3_10"
>
>  
> >=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targets_python3_9(-)]
>  required by (x11-base/xcb-proto-1.14.1:0/0::gentoo, installed) 
> USE="userland_GNU" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python3_8 
> python3_9"
>
>  dev-lang/python-exec[python_targets_python3_9(-)] required by
> (dev-lang/python-3.9.9-r1:3.9/3.9::gentoo, installed) USE="gdbm ncurses
> readline sqlite ssl userland_GNU xml -bluetooth -build -examples
> -hardened -lto -pgo -test -tk -verify-sig -wininst" ABI_X86="(64)"
>
>  >=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-)] required
> by (dev-python/backports-zoneinfo-0.2.1-r1:0/0::gentoo, installed)
> USE="userland_GNU -test" ABI_X86="(64)" PYTHON_TARGETS="python3_8 (-pypy3)"
>
>  
> >=dev-lang/python-exec-2:2/2=[python_targets_python3_8(-),python_targe

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

2020-12-03 Thread n952162
sa -xtensaeb" 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    ] 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_8* -python3_6 -python3_7* -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  ] dev-util/cbindgen-0.15.0::gentoo [0.14.6::gentoo]
USE="-debug" 3124 KiB
[ebuild U  ] x11-themes/adwaita-icon-theme-3.36.1-r1::gentoo
[3.36.1::gentoo] USE="-branding" 0 KiB
[ebuild   R    ] app-editors/gvim-8.2.0360::gentoo  USE="acl nls (-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 U  ] app-text/mupdf-1.18.0-r2:0/1.18.0::gentoo
[1.16.1:0/1.16.1::gentoo] USE="X javascript ssl -libressl -opengl
(-static-libs%)" 52365 KiB
[ebuild U  ] x11-apps/xmessage-1.0.5-r1::gentoo [1.0.5::gentoo] 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   R    ] dev-vcs/subversion-1.14.0-r1::gentoo  USE="berkdb nls
-apache2 -debug -doc -extras -gnome-keyring -java -kwallet -perl -ruby
-sasl -test" 0 KiB
[ebuild U  ] dev-python/setuptools-50.3.0::gentoo
[46.4.0-r3::gentoo] USE="-test" PYTHON_TARGETS="python3_6 python3_7
python3_8* (-pypy3) -python3_9 (-python2_7%*)" 2119 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_8* -python3_6 -python3_7* -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_8* (-pypy3) -python3_6
-python3_7* -python3_9" 2296 KiB
[ebuild U  ] dev-python/idna-2.10-r1::gentoo [2.10::gentoo]
PYTHON_TARGETS="python3_6 python3_8* (-pypy3) -python3_7* -python3_9
(-python2_7%*)" 0 KiB
[ebuild   R    ] dev-python/pyparsing-2.4.7-r1::gentoo USE="-examples"
PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild   R    ] dev-python/markupsafe-1.1.1-r1::gentoo USE="-test"
PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild U  ] dev-python/chardet-3.0.4-r1::gentoo [3.0.4::gentoo]
USE="-test" PYTHON_TARGETS="python3_6 python3_8* (-pypy3) -python3_7*
-python3_9 (-python2_7%*)" 0 KiB
[ebuild U  ] dev-python/ply-3.11-r1:0/3.11::gentoo
[3.11:0/3.11::gentoo] USE="-examples" PYTHON_TARGETS="python3_6
python3_8* (-pypy3) -python3_7* -python3_9 (-python2_7%*)" 0 KiB
[ebuild U  ] dev-python/PySocks-1.7.1-r1::gentoo [1.7.1::gentoo]
PYTHON_TARGETS="python3_6 python3_8* (-pypy3) -python3_7* -python3_9
(-python2_7%*)" 0 KiB
[ebuild   R    ] dev-python/alabaster-0.7.12::gentoo
PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild   R    ] dev-python/imagesize-1.1.0::gentoo  USE="-test"
PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild   R    ] dev-python/snowballstemmer-2.0.0::gentoo
PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild   R    ] dev-python/pytz-2020.1-r1::gentoo
PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild   R    ] dev-python/webencodings-0.5.1-r1::gentoo USE="-test"
PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7* -python3_9" 0 KiB
[ebuild   R    ] dev-python/cython-0.29.21-r1::gentoo  USE="-doc -emacs
-test" PYTHON_TARGETS="python3_8* (-pypy3) -python3_6 -python3_7*
-python3_9" 0 KiB
[ebuild   R    ] dev-util/scons-4.0.1::gentoo  USE="-doc -test"
PYTHON_TARGETS="python3_8* -python3_6 -pytho

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

2020-12-04 Thread n952162
/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    ] app-editors/gvim-8.2.0360::gentoo  USE="acl nls (-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 U  ] x11-apps/xmessage-1.0.5-r1::gentoo [1.0.5::gentoo] 0 KiB
[ebuild U  ] dev-python/setuptools-50.3.0::gentoo
[46.4.0-r3::gentoo] USE="-test" PYTHON_TARGETS="python3_6 python3_7
python3_8* (-pypy3) -python3_9 (-python2_7%*)" 2119 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_9
(-python2_7%*)" 0 KiB
[ebuild   R    ] dev-python/pyparsing-2.4.7-r1::gentoo USE="-examples"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/markupsafe-1.1.1-r1::gentoo USE="-test"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild U  ] dev-python/chardet-3.0.4-r1::gentoo [3.0.4::gentoo]
USE="-test" PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3)
-python3_9 (-python2_7%*)" 0 KiB
[ebuild U  ] dev-python/ply-3.11-r1:0/3.11::gentoo
[3.11:0/3.11::gentoo] USE="-examples" PYTHON_TARGETS="python3_6
python3_7 python3_8* (-pypy3) -python3_9 (-python2_7%*)" 0 KiB
[ebuild U  ] dev-python/PySocks-1.7.1-r1::gentoo [1.7.1::gentoo]
PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3) -python3_9
(-python2_7%*)" 0 KiB
[ebuild   R    ] dev-python/alabaster-0.7.12::gentoo
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/imagesize-1.1.0::gentoo  USE="-test"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/snowballstemmer-2.0.0::gentoo
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/typed-ast-1.4.1::gentoo  USE="-test"
PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/pytz-2020.1-r1::gentoo
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/webencodings-0.5.1-r1::gentoo USE="-test"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/cython-0.29.21-r1::gentoo  USE="-doc -emacs
-test" PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6
-python3_9" 0 KiB
[ebuild   R    ] dev-util/scons-4.0.1::gentoo  USE="-doc -test"
PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/m2crypto-0.36.0-r1::gentoo USE="-libressl"
PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-libs/gobject-introspection-1.64.1-r1::gentoo
USE="-doctool -gtk-doc -test" PYTHON_SINGLE_TARGET="python3_8*
-python3_6 -python3_7*" 0 KiB
[ebuild U  ] media-libs/dav1d-0.7.1:0/4::gentoo [0.7.0:0/4::gentoo]
USE="10bit 8bit asm" ABI_X86="(64) -32 (-x32)" 630 KiB
[ebuild U  ] dev-libs/libinput-1.16.3:0/10::gentoo
[1.16.1:0/10::gentoo] USE="-doc -test" INPUT_DEVICES="-wacom" 582 KiB
[ebuild   R    ] dev-python/jinja-2.11.2-r1::gentoo  USE="-doc -examples
-test" PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6
-python3_9" 0 KiB
[ebuild U  ] media-libs/babl-0.1.78::gentoo [0.1.74::gentoo]
USE="-introspectio

[gentoo-user] Re: Is there any way out of this...?

2013-12-06 Thread Jonathan Callen
p-text/gtkspell-3.0.3:3/0 [3.0.0:3/0] USE="introspection 
> -vala%" 411 kB 
> [ebuild U  ] app-office/gnumeric-1.12.8 [1.12.0-r1] USE="introspection 
> -libgda% -perl
> -python" PYTHON_SINGLE_TARGET="python2_7 -python2_6" 
> PYTHON_TARGETS="python2_7 -python2_6"
> 15,182 kB [ebuild   R] app-portage/flaggie-0.2.1  
> PYTHON_TARGETS="python2_7 python3_3*
> (-pypy2_0) -python2_6 -python3_2*" 0 kB [ebuild U  ] 
> x11-libs/libwnck-3.4.7:3 [3.4.5:3]
> USE="introspection -startup-notification -tools" 649 kB [ebuild U  ]
> net-libs/webkit-gtk-2.0.4:3/25 [1.8.3-r300:3/3] USE="geoloc gstreamer 
> introspection jit webgl
> (-aqua) -coverage -debug -libsecret% -spell {-test} (-doc%) (-webkit2%)" 
> 9,619 kB [ebuild U
> ] x11-misc/slim-1.3.6-r3 [1.3.5-r4] USE="consolekit pam -branding" 228 kB 
> [ebuild U  ]
> gnome-base/gvfs-1.16.4 [1.12.3-r1] USE="gdu gtk%* http udev -afp -archive 
> -avahi -bluetooth
> -bluray -cdda -fuse -gnome-keyring -gnome-online-accounts% -gphoto2 -ios 
> -mtp% -samba -systemd%
> {-test%} -udisks (-doc%)" 1,463 kB [ebuild   R] 
> dev-python/beautifulsoup-4.1.3-r1:4
> USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_3* (-pypy2_0) -python2_6 
> -python3_2*" 0
> kB [ebuild U  ] app-arch/dpkg-1.16.12-r1 [1.16.10] USE="bzip2 nls unicode 
> zlib -dselect
> {-test}" LINGUAS="-ast -bs -ca -cs -da -de -dz -el -eo -es -et -eu -fr -gl 
> -hu -id -it -ja -km
> -ko -ku -lt -mr -nb -ne -nl -nn -pa -pl -pt -pt_BR -ro -ru -sk -sv -th -tl 
> -vi -zh_CN -zh_TW"
> 3,701 kB [ebuild U  ] dev-cpp/gtkmm-3.8.1:3.0 [3.4.2:3.0] USE="X (-aqua) 
> -doc -examples
> {-test} (-wayland)" 4,213 kB [ebuild   R] dev-python/lxml-3.2.1  
> USE="threads
> -beautifulsoup3 -doc -examples" PYTHON_TARGETS="python2_7 python3_3* 
> -python2_6 -python3_2*" 0
> kB [ebuild U  ] app-crypt/seahorse-3.8.2 [2.32.0] USE="-avahi -debug 
> -ldap (-doc%)
> (-introspection%) (-libnotify%) (-test%)" 1,966 kB [ebuild U  ]
> app-text/gnome-doc-utils-0.20.10-r1 [0.20.10] PYTHON_TARGETS="python2_7%* 
> -python2_6%" 0 kB 
> [blocks b  ] >=net-libs/libsoup-2.42 (">=net-libs/libsoup-2.42" is 
> blocking
> net-libs/libsoup-gnome-2.38.1) [ebuild U  ]  
> net-libs/libsoup-gnome-2.42.3.1:2.4
> [2.38.1:2.4] USE="introspection -debug" 723 kB [ebuild U  ]   
> net-libs/libsoup-2.42.3.1:2.4
> [2.38.1:2.4] USE="introspection ssl -debug -samba {-test}" 0 kB [nomerge  
>  ]
> sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] USE="gnome%* -fat -systemd% 
> (-gnome-keyring%)
> (-nautilus%) (-remote-access%)" [ebuild  N ]  app-crypt/libsecret-0.15-r1 
>  USE="crypt
> introspection -debug {-test} -vala" 474 kB [ebuild U  ] 
> gnome-base/libgnome-keyring-3.8.0
> [2.32.0] USE="introspection%* -debug {-test} -vala%" 417 kB [nomerge   ]
> gnome-base/gnome-keyring-3.8.2 [2.32.1-r1] USE="caps%* filecaps%* pam -debug 
> (-selinux)
> {-test}" [nomerge   ]  app-crypt/gcr-3.8.2:0/1  USE="gtk introspection 
> -debug {-test}" 
> [blocks b  ](" app-crypt/gcr-3.8.2) [ebuild U  ]gnome-base/gnome-keyring-3.8.2 
> [2.32.1-r1] USE="caps%*
> filecaps%* pam -debug (-selinux) {-test}" 1,113 kB [ebuild  N ] 
> app-crypt/gcr-3.8.2:0/1
> USE="gtk introspection -debug {-test}" 1,362 kB [ebuild   R]
> dev-java/java-config-2.1.12-r1:2  PYTHON_TARGETS="python2_7 python3_3* 
> -python2_6 -python3_2*"
> 0 kB [nomerge   ] sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] 
> USE="gnome%* -fat
> -systemd% (-gnome-keyring%) (-nautilus%) (-remote-access%)" [ebuild  N ]
> gnome-base/gnome-settings-daemon-3.8.6.1  USE="colord cups i18n 
> short-touchpad-timeout udev
> -debug (-openrc-force) (-packagekit) -policykit {-test}" 
> INPUT_DEVICES="-wacom" 1,543 kB 
> [nomerge   ] gnome-base/gnome-settings-daemon-3.8.6.1  USE="colord cups 
> i18n
> short-touchpad-timeout udev -debug (-openrc-force) (-packagekit) -policykit 
> {-test}"
> INPUT_DEVICES="-wacom" [nomerge   ]  sys-apps/systemd-208-r2:0/1  
> USE="acl filecaps
> firmware-loader kmod pam tcpd -audit -cryptsetup -doc -gcrypt -gudev -http 
> -introspection -lzma
> -policykit -python -qrcode (-selinux) {-test} -vanilla -xattr" ABI_X86="(64) 
> (-32) (-x32)"
> PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" [ebuild  N ]
> sys-apps/gentoo-systemd-integration-2  51 kB [ebuild  N ]

[gentoo-user] Tensorflow 2.1.0 failing to compile

2020-04-24 Thread Aisha Tammy
3.2
app-admin/logrotate-3.14.0
app-admin/perl-cleaner-2.27
app-admin/syslog-ng-3.22.1
app-arch/bzip2-1.0.6-r11
app-arch/cpio-2.12-r1
app-arch/gzip-1.9
app-arch/libarchive-3.4.2
app-arch/rpm2targz-9.0.0.5g
app-arch/snappy-1.1.8
app-arch/tar-1.32
app-arch/unzip-6.0_p25-r1
app-arch/xz-utils-5.2.4-r2
app-arch/zip-3.0-r3
app-benchmarks/ramspeed-3.5.0-r2
app-benchmarks/stress-ng-0.11.03
app-crypt/gnupg-2.2.19
app-crypt/gpgme-1.13.0-r1
app-crypt/libb2-0.98.1-r2
app-crypt/openpgp-keys-gentoo-release-20191030
app-crypt/p11-kit-0.23.19-r1
app-crypt/pinentry-1.1.0-r2
app-crypt/rhash-1.3.6-r1
app-dicts/aspell-en-2018.04.16.0
app-editors/emacs-26.3-r1
app-emacs/emacs-common-gentoo-1.6-r3
app-emacs/emacs-daemon-0.22
app-eselect/eselect-ctags-1.18
app-eselect/eselect-emacs-1.18
app-eselect/eselect-fontconfig-1.1-r1
app-eselect/eselect-java-0.4.0
app-eselect/eselect-lib-bin-symlink-0.1.1-r1
app-eselect/eselect-opencl-1.1.0-r4
app-eselect/eselect-pinentry-0.7
app-eselect/eselect-python-20190417
app-eselect/eselect-ruby-20190121
app-misc/ca-certificates-20190110.3.43
app-misc/c_rehash-1.7-r1
app-misc/editor-wrapper-4-r1
app-misc/mime-types-9
app-misc/pax-utils-1.2.5
app-misc/tmux-2.9a
app-portage/eix-0.33.9-r1
app-portage/elt-patches-20170815
app-portage/euses-2.5.9
app-portage/gemato-14.3
app-portage/gentoolkit-0.4.8
app-portage/genup-1.0.26
app-portage/layman-2.4.2-r1
app-portage/mirrorselect-2.2.4-r1
app-portage/portage-utils-0.80
app-portage/repoman-2.3.20
app-portage/showem-1.0.3
app-shells/bash-4.4_p23-r1
app-shells/push-2.0-r1
app-shells/quoter-3.0_p2-r1
app-text/asciidoc-8.6.10_p20181016-r1
app-text/aspell-0.60.8
app-text/build-docbook-catalog-1.21
app-text/docbook-xml-dtd-4.1.2-r7
app-text/docbook-xml-dtd-4.2-r3
app-text/docbook-xml-dtd-4.3-r2
app-text/docbook-xml-dtd-4.4-r3
app-text/docbook-xml-dtd-4.5-r2
app-text/docbook-xsl-stylesheets-1.79.1-r2
app-text/manpager-1
app-text/openjade-1.3.2-r9
app-text/opensp-1.5.2-r3
app-text/po4a-0.47-r1
app-text/sgml-common-0.6.3-r7
app-text/wgetpaste-2.29-r1
app-text/xmlto-0.0.28-r1
dev-cpp/gtest-1.9.0_pre20190607
dev-db/lmdb-0.9.23
dev-db/sqlite-3.31.1
dev-java/icedtea-bin-3.15.0
dev-java/java-config-2.2.0-r4
dev-lang/ghc-8.6.5
dev-lang/nasm-2.14.02
dev-lang/perl-5.30.1
dev-lang/python-2.7.17-r2
dev-lang/python-3.6.10-r1
dev-lang/python-3.7.7-r1
dev-lang/python-3.8.2-r1
dev-lang/python-exec-2.4.6-r1
dev-lang/ruby-2.4.10
dev-lang/ruby-2.5.8
dev-lang/swig-3.0.12
dev-lang/vala-0.46.7
dev-libs/atk-2.34.1
dev-libs/crc32c-1.0.6
dev-libs/cudnn-7.6.5.32
dev-libs/dbus-glib-0.110
dev-libs/double-conversion-3.1.5
dev-libs/elfutils-0.177
dev-libs/expat-2.2.8
dev-libs/flatbuffers-1.12.0
dev-libs/fribidi-1.0.9
dev-libs/glib-2.62.6
dev-libs/gmp-6.2.0-r1
dev-libs/gobject-introspection-1.62.0
dev-libs/gobject-introspection-common-1.62.0
dev-libs/icu-65.1-r1
dev-libs/iniparser-3.1-r1
dev-libs/ivykis-0.42.4
dev-libs/jansson-2.11
dev-libs/jsoncpp-1.9.2-r2
dev-libs/libaio-0.3.110
dev-libs/libassuan-2.5.3
dev-libs/libbsd-0.10.0
dev-libs/libclc-0.2.0_pre20191024
dev-libs/libcroco-0.6.13
dev-libs/libevdev-1.9.0
dev-libs/libevent-2.1.8
dev-libs/libffi-3.3-r1
dev-libs/libgcrypt-1.8.5
dev-libs/libgpg-error-1.36
dev-libs/libgudev-233-r1
dev-libs/libinput-1.15.4
dev-libs/libksba-1.3.5-r1
dev-libs/libltdl-2.4.6
dev-libs/libpcre2-10.34
dev-libs/libpcre-8.42
dev-libs/libpipeline-1.5.2
dev-libs/libtasn1-4.13
dev-libs/libunistring-0.9.10
dev-libs/libusb-1.0.21-r1
dev-libs/libuv-1.35.0
dev-libs/libx86emu-1.1
dev-libs/libxml2-2.9.9-r3
dev-libs/libxslt-1.1.33-r1
dev-libs/libyaml-0.2.2
dev-libs/lzo-2.10
dev-libs/mpc-1.1.0-r1
dev-libs/mpfr-4.0.2
dev-libs/nettle-3.4.1
dev-libs/newt-0.52.21
dev-libs/npth-1.3
dev-libs/nspr-4.25
dev-libs/nss-3.51
dev-libs/nsync-1.20.1
dev-libs/ocl-icd-2.2.12
dev-libs/openssl-1.1.1g
dev-libs/openssl-compat-1.0.2u
dev-libs/popt-1.16-r2
dev-libs/protobuf-3.11.4
dev-libs/re2-0.2019.12.01
dev-libs/vala-common-0.46.7
dev-perl/Authen-SASL-2.160.0-r1
dev-perl/Class-Inspector-1.320.0
dev-perl/Digest-HMAC-1.30.0-r1
dev-perl/Error-0.170.250
dev-perl/File-ShareDir-1.104.0
dev-perl/File-ShareDir-Install-0.110.0
dev-perl/libintl-perl-1.310.0
dev-perl/Locale-gettext-1.70.0
dev-perl/MailTools-2.190.0
dev-perl/Module-Build-0.422.400
dev-perl/SGMLSpm-1.1-r1
dev-perl/TermReadKey-2.370.0
dev-perl/Text-CharWidth-0.40.0-r1
dev-perl/Text-Unidecode-1.300.0
dev-perl/Text-WrapI18N-0.60.0-r1
dev-perl/TimeDate-2.300.0
dev-perl/Unicode-EastAsianWidth-1.330.0-r1
dev-perl/XML-Parser-2.440.0
dev-python/absl-py-0.7.1
dev-python/astor-0.8.1
dev-python/bleach-3.1.4-r1
dev-python/blinker-1.4-r1
dev-python/bz2file-0.98
dev-python/cachetools-3.1.1
dev-python/certifi-2019.11.28
dev-python/cffi-1.14.0
dev-python/chardet-3.0.4
dev-python/click-7.0-r1
dev-python/cryptography-2.8-r1
dev-python/cython-0.29.15
dev-python/enum34-1.1.6-r1
dev-python/funcsigs-1.0.2-r1
dev-python/gast-0.2.2
dev-python/google-auth-1.6.3
dev-python/google-auth-oauthlib-0.4.1
dev-python/google-pasta-0.1.1
dev-python/grpcio-1.26.0-r1
dev-python/grpcio

Re: [gentoo-user] pcre build failure

2020-10-05 Thread John Covici
ib (-selinux) -skey" 0 KiB
> [ebuild U  ] sys-libs/pam-1.4.0_p20200829::gentoo 
> [1.3.1_p20200128-r1::gentoo] USE="berkdb filecaps* pie (split-usr) -audit 
> -debug -nis (-selinux) (-cracklib%*) (-static-libs%)" ABI_X86="(64) -32 
> (-x32)" 0 KiB
> [ebuild  NS] sys-libs/db-6.0.35-r2:6.0::gentoo [5.3.28-r2:5.3::gentoo] 
> USE="-cxx -doc -examples -java -tcl -test" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild  N ] sys-auth/passwdqc-1.4.0-r1::gentoo  0 KiB
> [ebuild U  ] sys-apps/iproute2-5.8.0::gentoo [5.7.0::gentoo] USE="berkdb 
> iptables ipv6 -atm -caps -elf -minimal (-selinux)" 0 KiB
> [ebuild U  ] sys-apps/kbd-2.3.0-r1::gentoo [2.2.0-r2::gentoo] USE="nls 
> pam -test" 0 KiB
> [ebuild  N ] dev-python/cython-0.29.21-r1::gentoo  USE="-doc -emacs 
> -test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 
> KiB
> [ebuild  N ] dev-python/lxml-4.5.2-r1::gentoo  USE="threads -doc 
> -examples -test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 
> -python3_9" 0 KiB
> [ebuild  N ] app-arch/libarchive-3.4.3:0/13::gentoo  USE="acl bzip2 
> e2fsprogs iconv lzma threads xattr zlib -blake2 -expat -libressl -lz4 -lzo 
> -nettle -static-libs -zstd" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] dev-libs/openssl-1.1.1h:0/1.1::gentoo [1.1.1g:0/1.1::gentoo] 
> USE="asm zlib -bindist* -rfc3779 -sctp -sslv3 -static-libs -test 
> -tls-heartbeat -vanilla" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)" 0 
> KiB
> [ebuild  N ] app-crypt/rhash-1.4.0::gentoo  USE="nls ssl -debug -libressl 
> -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild  NS] dev-lang/python-3.9.0_rc2:3.9::gentoo 
> [2.7.18-r2:2.7::gentoo, 3.7.8-r2:3.7/3.7m::gentoo, 3.8.5:3.8::gentoo] 
> USE="gdbm ipv6 ncurses readline ssl xml -bluetooth -build -examples -hardened 
> -libressl -sqlite -test -tk -wininst" 0 KiB
> [ebuild U  ] sys-libs/glibc-2.32-r2:2.2::gentoo [2.31-r6:2.2::gentoo] 
> USE="(crypt) multiarch (multilib) ssp (static-libs) -audit -caps (-cet) 
> -compile-locales -custom-cflags -doc -gd -headers-only -nscd -profile 
> (-selinux) -static-pie -suid -systemtap -test (-vanilla)" 0 KiB
> [ebuild U  ] sys-libs/gdbm-1.18.1-r1:0/6::gentoo [1.18.1:0/6::gentoo] 
> USE="berkdb nls readline -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] dev-libs/expat-2.2.10::gentoo [2.2.8::gentoo] 
> USE="(split-usr) unicode -examples -static-libs" ABI_X86="(64) -32 (-x32)" 0 
> KiB
> [ebuild U  ] dev-lang/perl-5.30.3-r1:0/5.30::gentoo 
> [5.30.3:0/5.30::gentoo] USE="berkdb gdbm -debug -doc -ithreads" 0 KiB
> [ebuild U  ] sys-devel/automake-1.16.2:1.16::gentoo 
> [1.16.1-r1:1.16::gentoo] USE="-test%" 0 KiB
> [ebuild U  ] dev-libs/libgpg-error-1.39::gentoo [1.38::gentoo] USE="nls 
> -common-lisp" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] dev-util/ninja-1.10.1::gentoo [1.10.0::gentoo] USE="-doc 
> -emacs -test -vim-syntax" 0 KiB
> [ebuild U  ] app-text/opensp-1.5.2-r6::gentoo [1.5.2-r3::gentoo] USE="nls 
> -doc -static-libs -test" 0 KiB
> [ebuild U  ] dev-perl/Unicode-LineBreak-2019.1.0::gentoo 
> [2017.4.0-r1::gentoo] 0 KiB
> [ebuild U  ] app-text/po4a-0.61::gentoo [0.57::gentoo] USE="-test" 0 KiB
> [ebuild  N ] dev-libs/jsoncpp-1.9.4:0/24::gentoo  USE="-doc -test" 0 KiB
> [ebuild  N ] dev-libs/libuv-1.40.0:0/1::gentoo  USE="-static-libs" 
> ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild  N ] dev-util/cmake-3.18.3::gentoo  USE="ncurses -doc -emacs -qt5 
> -test" 0 KiB
> [ebuild  N ] app-arch/lz4-1.9.2:0/r132::gentoo  USE="-static-libs" 
> ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] dev-libs/libksba-1.4.0::gentoo [1.3.5-r1::gentoo] 
> USE="-static-libs" 0 KiB
> [ebuild U  ] app-crypt/gnupg-2.2.23::gentoo [2.2.20-r1::gentoo] 
> USE="bzip2 nls readline smartcard ssl -doc -ldap (-selinux) -tofu -tools -usb 
> -user-socket -wks-server" 0 KiB
> [ebuild U  ] app-crypt/libb2-0.98.1-r3::gentoo [0.98.1-r2::gentoo] 
> USE="openmp -native-cflags -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] app-crypt/gpgme-1.14.0:1/11::gentoo [1.13.0-r1:1/11::gentoo] 
> USE="cxx -common-lisp -python -qt5 -static-libs" PYTHON_TARGETS="python3_7 
> -python3_6 -python3_8" 0 KiB
> [ebuild U  ] net-misc/iputils-20200821::gentoo [20190709-r1::gentoo] 
> USE="arping filecaps* ipv6 nls ssl -caps -clockdiff -

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

2020-12-04 Thread n952162
1::gentoo [2.10::gentoo]
PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3) -python3_9
(-python2_7%*)" 0 KiB
[ebuild   R    ] dev-python/pyparsing-2.4.7-r1::gentoo USE="-examples"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/markupsafe-1.1.1-r1::gentoo USE="-test"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild U  ] dev-python/chardet-3.0.4-r1::gentoo [3.0.4::gentoo]
USE="-test" PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3)
-python3_9 (-python2_7%*)" 0 KiB
[ebuild U  ] dev-python/ply-3.11-r1:0/3.11::gentoo
[3.11:0/3.11::gentoo] USE="-examples" PYTHON_TARGETS="python3_6
python3_7 python3_8* (-pypy3) -python3_9 (-python2_7%*)" 0 KiB
[ebuild U  ] dev-python/PySocks-1.7.1-r1::gentoo [1.7.1::gentoo]
PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3) -python3_9
(-python2_7%*)" 0 KiB
[ebuild   R    ] dev-python/alabaster-0.7.12::gentoo
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/imagesize-1.1.0::gentoo  USE="-test"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/snowballstemmer-2.0.0::gentoo
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/typed-ast-1.4.1::gentoo  USE="-test"
PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/pytz-2020.1-r1::gentoo
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/webencodings-0.5.1-r1::gentoo USE="-test"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/cython-0.29.21-r1::gentoo  USE="-doc -emacs
-test" PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6
-python3_9" 0 KiB
[ebuild   R    ] dev-util/scons-4.0.1::gentoo  USE="-doc -test"
PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/m2crypto-0.36.0-r1::gentoo USE="-libressl"
PYTHON_TARGETS="python3_7 python3_8* -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-libs/gobject-introspection-1.64.1-r1::gentoo
USE="-doctool -gtk-doc -test" PYTHON_SINGLE_TARGET="python3_8*
-python3_6 -python3_7*" 0 KiB
[ebuild U  ] media-libs/dav1d-0.7.1:0/4::gentoo [0.7.0:0/4::gentoo]
USE="10bit 8bit asm" ABI_X86="(64) -32 (-x32)" 630 KiB
[ebuild U  ] dev-libs/libinput-1.16.3:0/10::gentoo
[1.16.1:0/10::gentoo] USE="-doc -test" INPUT_DEVICES="-wacom" 582 KiB
[ebuild   R    ] dev-python/jinja-2.11.2-r1::gentoo  USE="-doc -examples
-test" PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6
-python3_9" 0 KiB
[ebuild U  ] media-libs/babl-0.1.78::gentoo [0.1.74::gentoo]
USE="-introspection -lcms -vala%" CPU_FLAGS_X86="mmx sse sse2 -avx2
-f16c -sse3 -sse4_1" 292 KiB
[ebuild U  ] dev-libs/jsoncpp-1.9.4:0/24::gentoo
[1.9.3:0/24::gentoo] USE="-doc -test" 210 KiB
[ebuild U  ] dev-python/pycparser-2.20-r1::gentoo [2.20::gentoo]
PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3) -python3_9
(-python2_7%*)" 0 KiB
[ebuild   R    ] dev-python/Babel-2.8.0-r2::gentoo  USE="-doc -test"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/docutils-0.16-r1::gentoo
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/packaging-20.4-r1::gentoo  USE="-test"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild U  ] dev-python/lxml-4.6.2::gentoo [4.5.2-r1::gentoo]
USE="threads -doc -examples -test" PYTHON_TARGETS="python3_7 python3_8*
(-pypy3) -python3_6 -python3_9" 927 KiB
[ebuild   R    ] dev-python/isodate-0.6.0-r1::gentoo  USE="-test"
PYTHON_TARGETS="python3_6 python3_7 python3_8* (-pypy3) -python3_9%
(-python2_7%*)" 0 KiB
[ebuild   R    ] dev-python/html5lib-1.1::gentoo  USE="-test"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild   R    ] dev-python/mako-1.1.3-r1::gentoo  USE="-doc -test"
PYTHON_TARGETS="python3_7 python3_8* (-pypy3) -python3_6 -python3_9" 0 KiB
[ebuild U  ] sys-auth/pambase-20201103::gentoo [20201013::gentoo]
USE="nullok passwdqc sha512 -caps -debug -elogind -gnome-keyring
-minimal -mktemp -pam_krb5 -pam_ssh -pwhistory -pwquality -securetty
(-selinux) -systemd" 4 KiB
[ebuild  r  U  ] app-text/poppler-20.11.0:0/104::gentoo
[0.90.1:0/101::gentoo] USE="cairo cxx introspection jpe

[gentoo-user] evil ebuilds.

2018-07-11 Thread Alan Grimes
-test}" 0 KiB
[ebuild U  ] dev-python/backports-lzma-0.0.12::gentoo
[0.0.10::gentoo] USE="{-test}" PYTHON_TARGETS="python2_7 -pypy" 37 KiB
[ebuild  N ] dev-python/pillow-5.2.0::gentoo  USE="jpeg jpeg2k lcms
tiff tk truetype zlib -doc -examples -imagequant {-test} -webp"
PYTHON_TARGETS="python2_7 python3_5 python3_6" 14,160 KiB
[ebuild  N ] kde-apps/libkdcraw-18.04.2-r1:5::gentoo  USE="-debug" 0 KiB
[ebuild  N ] dev-qt/qthelp-5.11.1:5/5.11::gentoo  USE="-debug
{-test}" 0 KiB
[ebuild  N ] kde-apps/kcalcore-18.04.2:5::gentoo  USE="-debug
{-test}" 0 KiB
[ebuild U  ] dev-python/attrs-18.1.0::gentoo [17.4.0::gentoo]
USE="{-test}" PYTHON_TARGETS="python2_7 python3_5 python3_6 -pypy -pypy3
-python3_4" 104 KiB
[ebuild UD#] dev-python/cffi-1.11.4:0/1.11.4::gentoo
[1.11.5:0/1.11.5::gentoo] USE="-doc {-test}" PYTHON_TARGETS="python2_7
python3_5 python3_6 -python3_4" 0 KiB
[ebuild U  ] dev-python/m2r-0.1.14::gentoo [0.1.12::gentoo]
USE="{-test}" PYTHON_TARGETS="python2_7 python3_5 python3_6 -pypy
-python3_4" 16 KiB
[ebuild U  ] dev-qt/qtpositioning-5.11.1:5/5.11::gentoo
[5.9.6:5/5.9::gentoo] USE="qml -debug -geoclue {-test}" 5,463 KiB
[ebuild U  ] media-libs/gst-plugins-good-1.14.1:1.0::gentoo
[1.12.4:1.0::gentoo] USE="nls orc" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U  ] dev-python/automat-0.7.0::gentoo [0.6.0::gentoo]
USE="-examples {-test}" PYTHON_TARGETS="python2_7 python3_5 python3_6
-pypy -python3_4" 61 KiB
[ebuild  N ] kde-frameworks/kirigami-5.47.0-r1:5/5.47::gentoo 
USE="-debug -examples {-test}" 0 KiB
[ebuild U  ] kde-plasma/libkscreen-5.13.3:5/7::gentoo
[5.12.5:5/7::gentoo] USE="-debug {-test}" 77 KiB
[ebuild U  ] kde-plasma/kwayland-integration-5.13.3:5::gentoo
[5.12.5:5::gentoo] USE="-debug" 19 KiB
[ebuild U  ] x11-libs/libXScrnSaver-1.2.3::gentoo [1.2.2-r2::gentoo]
USE="-static-libs" ABI_X86="32 (64) (-x32)" 285 KiB
[ebuild U  ] x11-libs/libXinerama-1.1.4::gentoo [1.1.3-r1::gentoo]
USE="-static-libs" ABI_X86="32 (64) (-x32)" 281 KiB
[ebuild U  ] dev-libs/protobuf-3.6.0.1:0/16::gentoo
[3.5.2:0/15::gentoo] USE="zlib -emacs -examples -static-libs {-test}"
ABI_X86="32 (64) (-x32)" 4,379 KiB
[ebuild  N ] dev-libs/libcdio-2.0.0-r1:0/18::gentoo  USE="cxx -cddb
-minimal -static-libs {-test}" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U  ] dev-python/urllib3-1.23::gentoo [1.22::gentoo]
USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_5 python3_6 -pypy
-pypy3 -python3_4" 223 KiB
[ebuild   R    ] media-libs/gexiv2-0.10.8::gentoo  USE="introspection
python -static-libs {-test} -vala" PYTHON_TARGETS="python2_7 python3_5
python3_6%* -python3_4" 0 KiB
[ebuild U  ] dev-util/dialog-1.3.20180621:0/15::gentoo
[1.3.20171209:0/14::gentoo] USE="nls unicode -examples -minimal
-static-libs" 517 KiB
[ebuild U  ] dev-python/lxml-4.2.2::gentoo [4.2.0::gentoo]
USE="threads -doc -examples {-test}" PYTHON_TARGETS="python2_7 python3_5
python3_6 -pypy -python3_4" 4,315 KiB
[ebuild U  ] media-video/vcdimager-2.0.1::gentoo [0.7.24::gentoo]
USE="xml -static-libs" ABI_X86="32* (64) (-x32)" 0 KiB
[ebuild U  ] dev-python/twisted-18.4.0::gentoo [17.9.0::gentoo]
USE="crypt soap -conch -http2 -serial {-test}" PYTHON_TARGETS="python2_7
python3_5 python3_6 -python3_4" 2,966 KiB
[ebuild   R    ] dev-libs/cyrus-sasl-2.1.26-r11:2::gentoo  USE="berkdb
gdbm java mysql pam sqlite ssl -authdaemond -kerberos -ldapdb -libressl
-openldap -postgres -sample (-selinux) -srp -static-libs -urandom"
ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U  ] dev-libs/xmlsec-1.2.26::gentoo [1.2.25::gentoo]
USE="nss openssl -doc -gcrypt -gnutls -libressl -static-libs" 1,878 KiB
[ebuild   R    ] dev-libs/libixion-0.13.0:0/0.13::gentoo  USE="python
threads -debug -static-libs" PYTHON_SINGLE_TARGET="python3_5 -python3_4
-python3_6" PYTHON_TARGETS="python3_5 python3_6 -python3_4" 0 KiB
[ebuild U  ] app-editors/emacs-26.1-r1:26::gentoo [26.1:26::gentoo]
USE="X acl alsa dbus gif gpm gtk gtk3 inotify jpeg lcms png ssl svg
threads tiff xpm zlib -Xaw3d (-aqua) -athena (-cairo) -dynamic-loading
-games -gconf -gfile -gsettings -gzip-el -imagemagick -kerberos -libxml2
-livecd -m17n-lib -mailutils -motif (-selinux) -sound -source -systemd
-toolkit-scroll-bars -wide-int -xft -xwidgets" 2 KiB
[ebuild  N ] dev-python/requests-2.19.1-r1::gentoo  USE="ssl
-socks5" PYTHON_TARGETS="python2_7 python3_5 python3_6 -pypy -pypy3
-python3_4" 128 KiB
[ebuild U  ] dev-python/protobuf-python-3.6.0.1:0/16::gentoo
[3.5.2-

[gentoo-user] KDE update revdep-rebuild.sh fail

2018-04-02 Thread Daniel Frey
on-common:0
dev-libs/grantlee:5 dev-libs/hyphen:0 dev-libs/icu:0/60.2
dev-libs/iniparser:0 dev-libs/ivykis:0 dev-libs/jansson:0
dev-libs/json-c:0/2 dev-libs/json-glib:0 dev-libs/jsoncpp:0/19
dev-libs/leveldb:0 dev-libs/libaio:0 dev-libs/libappindicator:2
dev-libs/libappindicator:3 dev-libs/libassuan:0 dev-libs/libatasmart:0/4
dev-libs/libatomic_ops:0 dev-libs/libattica:0 dev-libs/libbsd:0
dev-libs/libburn:0 dev-libs/libbytesize:0 dev-libs/libcdio:0/15
dev-libs/libcdio-paranoia:0 dev-libs/libcroco:0.6 dev-libs/libdaemon:0
dev-libs/libdbusmenu:0 dev-libs/libdbusmenu-qt:0 dev-libs/libebml:0/4
dev-libs/libev:0 dev-libs/libevdev:0 dev-libs/libevent:0/2.1-6
dev-libs/libffi:0 dev-libs/libgcrypt:0/20 dev-libs/libgpg-error:0
dev-libs/libgudev:0/0 dev-libs/libgusb:0 dev-libs/libical:0/2
dev-libs/libindicator:0 dev-libs/libindicator:3 dev-libs/libinput:0/10
dev-libs/libixion:0/0.12 dev-libs/libksba:0 dev-libs/liblinear:0/3
dev-libs/libltdl:0 dev-libs/libnatspec:0 dev-libs/libnl:3
dev-libs/liborcus:0/0.12 dev-libs/libpcre:3 dev-libs/libpcre2:0
dev-libs/libpthread-stubs:0 dev-libs/libpwquality:0
dev-libs/librevenge:0 dev-libs/libsigc++:2 dev-libs/libsodium:0/18
dev-libs/libtasn1:0/6 dev-libs/libunibreak:0 dev-libs/libunistring:0/2
dev-libs/libusb:1 dev-libs/libusb-compat:0 dev-libs/libverto:0
dev-libs/libx86:0 dev-libs/libx86emu:0 dev-libs/libxml2:2
dev-libs/libxslt:0 dev-libs/libyaml:0 dev-libs/lzo:2 dev-libs/mpc:0
dev-libs/mpfr:0/4 dev-libs/nettle:0/6.1 dev-libs/npth:0 dev-libs/nspr:0
dev-libs/nss:0 dev-libs/openssl:0 dev-libs/popt:0 dev-libs/protobuf:0/15
dev-libs/pugixml:0 dev-libs/qjson:0 dev-libs/rasqal:0 dev-libs/redland:0
dev-libs/sni-qt:0 dev-libs/tinyxml:0 dev-libs/vala-common:0
dev-libs/volume_key:0 dev-libs/wayland:0 dev-libs/wayland-protocols:0
dev-libs/xapian:0/30 dev-libs/xmlsec:0 dev-libs/yajl:0/2
dev-perl/Archive-Zip:0 dev-perl/Authen-SASL:0 dev-perl/Cairo:0
dev-perl/Crypt-PasswdMD5:0 dev-perl/DBD-mysql:0 dev-perl/DBI:0
dev-perl/Date-Manip:0 dev-perl/Digest-HMAC:0 dev-perl/Digest-SHA1:0
dev-perl/Encode-Locale:0 dev-perl/Error:0 dev-perl/ExtUtils-Depends:0
dev-perl/ExtUtils-PkgConfig:0 dev-perl/File-BaseDir:0
dev-perl/File-DesktopEntry:0 dev-perl/File-Listing:0
dev-perl/File-MimeInfo:0 dev-perl/GSSAPI:0 dev-perl/Gtk2:0
dev-perl/Gtk2-Ex-PodViewer:0 dev-perl/Gtk2-Ex-Simple-List:0
dev-perl/HTML-Parser:0 dev-perl/HTML-Tagset:0
dev-perl/HTML-TokeParser-Simple:0 dev-perl/HTTP-Cookies:0
dev-perl/HTTP-Daemon:0 dev-perl/HTTP-Date:0 dev-perl/HTTP-Message:0
dev-perl/HTTP-Negotiate:0 dev-perl/IO-HTML:0 dev-perl/IO-Socket-INET6:0
dev-perl/IO-Socket-SSL:0 dev-perl/IO-stringy:0 dev-perl/LWP-MediaTypes:0
dev-perl/LWP-Protocol-https:0 dev-perl/Locale-gettext:0
dev-perl/Log-Agent:0 dev-perl/Module-Build:0 dev-perl/Net-Daemon:0
dev-perl/Net-HTTP:0 dev-perl/Net-SMTP-SSL:0 dev-perl/Net-SSLeay:0
dev-perl/Net-UPnP:0 dev-perl/Pango:0 dev-perl/PlRPC:0 dev-perl/SGMLSpm:0
dev-perl/Socket6:0 dev-perl/Sub-Override:0 dev-perl/TermReadKey:0
dev-perl/Text-CharWidth:0 dev-perl/Text-Unidecode:0
dev-perl/Text-WrapI18N:0 dev-perl/URI:0
dev-perl/Unicode-EastAsianWidth:0 dev-perl/WWW-RobotRules:0
dev-perl/XML-NamespaceSupport:0 dev-perl/XML-Parser:0 dev-perl/XML-SAX:0
dev-perl/XML-SAX-Base:0 dev-perl/XML-SAX-Expat:0 dev-perl/XML-Simple:0
dev-perl/glib-perl:0 dev-perl/libintl-perl:0 dev-perl/libwww-perl:0
dev-python/PyQt5:0 dev-python/PySocks:0 dev-python/asn1crypto:0
dev-python/bcrypt:0 dev-python/certifi:0 dev-python/cffi:0/1.11.4
dev-python/chardet:0 dev-python/cryptography:0 dev-python/cython:0
dev-python/dbus-python:0 dev-python/docutils:0 dev-python/enum34:0
dev-python/gevent:0 dev-python/greenlet:0 dev-python/gst-python:1.0
dev-python/httplib2:0 dev-python/idna:0 dev-python/ipaddress:0
dev-python/lxml:0 dev-python/mysql-python:0 dev-python/ndg-httpsclient:0
dev-python/paramiko:0 dev-python/pillow:0 dev-python/ply:0/3.9
dev-python/py:0 dev-python/pyasn1:0 dev-python/pyblake2:0
dev-python/pycairo:0 dev-python/pycparser:0 dev-python/pycurl:0
dev-python/pygments:0 dev-python/pygobject:3 dev-python/pynacl:0
dev-python/pyopenssl:0 dev-python/pyxattr:0 dev-python/pyzmq:0
dev-python/requests:0 dev-python/setuptools:0 dev-python/simplejson:0
dev-python/sip:0/12 dev-python/six:0 dev-python/ssl-fetch:0
dev-python/urlgrabber:0 dev-python/urllib3:0 dev-qt/designer:4
dev-qt/designer:5/5.9 dev-qt/linguist-tools:5/5.9 dev-qt/qdbus:5/5.9
dev-qt/qt3support:4 dev-qt/qtbluetooth:5/5.9 dev-qt/qtchooser:0
dev-qt/qtconcurrent:5/5.9 dev-qt/qtcore:4 dev-qt/qtcore:5/5.9
dev-qt/qtdbus:4 dev-qt/qtdbus:5/5.9 dev-qt/qtdeclarative:4
dev-qt/qtdeclarative:5/5.9 dev-qt/qtgraphicaleffects:5/5.9
dev-qt/qtgui:4 dev-qt/qtgui:5/5.9 dev-qt/qtimageformats:5/5.9
dev-qt/qtmultimedia:5/5.9 dev-qt/qtnetwork:5/5.9 dev-qt/qtopengl:4
dev-qt/qtopengl:5/5.9 dev-qt/qtpaths:5/5.9 dev-qt/qtprintsupport:5/5.9
dev-qt/qtquickcontrols:5/5.9 dev-qt/qtquickcontrols2:5/5.9
dev-qt/qtscript:4 dev-qt/qtscript:5/5.9 dev-qt/qtsql:4
dev-qt/qtsql:5/5.9 dev-qt/qtsvg:4 dev-qt/qtsvg:5/5.9 dev-qt/qtte

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

2016-12-07 Thread Alan Grimes
sl -nss"
PYTHON_TARGETS="python2_7 python3_4 python3_5 (-python3_3%)" 0 KiB
[ebuild U  ] dev-libs/libatasmart-0.19-r2:0/4::gentoo
[0.19-r1:0/0::gentoo] USE="-static-libs" 0 KiB
[ebuild U  ] dev-qt/qtpaths-5.6.2:5/5.6::gentoo
[5.6.1:5/5.6::gentoo] USE="-debug {-test}" 0 KiB
[ebuild   R] dev-python/pyyaml-3.12::gentoo  USE="-examples
-libyaml" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/pycups-1.9.73::gentoo  USE="-doc -examples"
PYTHON_TARGETS="python2_7 python3_4 -pypy (-python3_3%)" 0 KiB
[ebuild U  ] gnome-base/gnome-common-3.18.0-r1:3::gentoo
[3.18.0:3::gentoo] USE="autoconf-archive" 0 KiB
[ebuild   R] dev-python/decorator-4.0.10::gentoo  USE="-doc"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/appdirs-1.4.0::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/ptyprocess-0.5.1::gentoo  USE="{-test}"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild U  ] media-libs/libass-0.13.4:0/5::gentoo
[0.13.3:0/5::gentoo] USE="fontconfig harfbuzz -static-libs" ABI_X86="32
(64) (-x32)" 343 KiB
[ebuild U  ] net-dialup/ppp-2.4.7-r3:0/2.4.7::gentoo
[2.4.7-r2:0/2.4.7::gentoo] USE="gtk ipv6 pam -activefilter -atm -dhcp
-eap-tls -libressl -radius" 37 KiB
[ebuild U  ] virtual/perl-Compress-Raw-Bzip2-2.69.0-r1::gentoo
[2.69.0::gentoo] 0 KiB
[ebuild U  ] virtual/perl-Digest-SHA-5.950.100_rc-r1::gentoo
[5.950.0-r1::gentoo] 0 KiB
[ebuild U  ] virtual/perl-XSLoader-0.210.0-r1::gentoo
[0.210.0::gentoo] 0 KiB
[ebuild U  ] virtual/perl-if-0.60.600-r1::gentoo [0.60.600::gentoo]
0 KiB
[ebuild U  ] dev-python/ipaddress-1.0.17-r1::gentoo [1.0.16::gentoo]
PYTHON_TARGETS="python2_7 -pypy (-pypy3%)" 32 KiB
[ebuild U  ] dev-vcs/mercurial-4.0.1::gentoo [3.9.2::gentoo] USE="tk
-bugzilla -emacs -gpg {-test}" PYTHON_TARGETS="python2_7" 4,738 KiB
[ebuild U  ] dev-python/pip-9.0.1::gentoo [8.1.2::gentoo]
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy (-python3_3%)" 1,170 KiB
[ebuild U  ] dev-vcs/cvs-1.12.12-r11::gentoo [1.12.12-r10::gentoo]
USE="crypt nls pam server -doc -kerberos" 0 KiB
[ebuild   R] app-portage/gentoolkit-0.3.2-r1::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy (-python3_3%)" 0 KiB
[ebuild U  ] net-misc/ntp-4.2.8_p9::gentoo [4.2.8_p8::gentoo]
USE="caps ipv6 readline ssl threads zeroconf -debug -libressl -openntpd
-parse-clocks -samba (-selinux) -snmp -vim-syntax" 7,087 KiB
[ebuild U  ] dev-java/commons-cli-1.3.1:1::gentoo [1.2:1::gentoo]
USE="-doc -source {-test}" 143 KiB
[ebuild   R] dev-python/pbkdf2-1.3::gentoo 
PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 (-python3_3%)" 0 KiB
[ebuild   R] dev-python/ecdsa-0.13::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild U  ] media-libs/gexiv2-0.10.4::gentoo [0.10.3::gentoo]
USE="introspection python -static-libs" PYTHON_TARGETS="python2_7
python3_4 python3_5 (-python3_3%)" 262 KiB
[ebuild U  ] media-libs/babl-0.1.20::gentoo [0.1.18::gentoo]
USE="(-altivec)" CPU_FLAGS_X86="mmx sse sse2 -f16c -sse4_1" 746 KiB
[ebuild U  ] virtual/freedesktop-icon-theme-0-r1::gentoo [0::gentoo]
0 KiB
[ebuild U  ] app-text/hunspell-1.4.2:0/1.4::gentoo
[1.4.1-r1:0/1.4::gentoo] USE="ncurses nls readline -static-libs"
L10N="-af -bg -ca -cs -cy -da -de -de-1901 -el -en -eo -es -et -fo -fr
-ga -gl -he -hr -hu -ia -id -is -it -km -ku -lt -lv -mi -mk -ms -nb -nl
-nn -pl -pt -pt-BR -ro -ru -sk -sl -sq -sv -sw -tn -uk -zu" 978 KiB
[ebuild U  ] dev-libs/libcdio-0.94-r1:0/16::gentoo
[0.93:0/15::gentoo] USE="cxx -cddb -minimal -static-libs {-test}"
ABI_X86="32* (64) (-x32)" 2,301 KiB
[ebuild U  ] dev-python/lxml-3.6.4-r1::gentoo [3.6.4::gentoo]
USE="threads -doc -examples {-test}" PYTHON_TARGETS="python2_7 python3_4
python3_5 (-python3_3%)" 0 KiB
[ebuild U  ] media-libs/libgphoto2-2.5.11:0/6::gentoo
[2.5.10:0/6::gentoo] USE="exif gd jpeg nls -doc -examples -serial"
ABI_X86="32 (64) (-x32)" CAMERAS="ptp2 -adc65 -agfa_cl20 -aox -ax203
-barbie -canon -casio_qv -clicksmart310 -digigr8 -digita -dimagev
-dimera3500 -directory -enigma13 -fuji -gsmart300 -hp215 -iclick -jamcam
-jd11 -jl2005a -jl2005c -kodak_dc120 -kodak_dc210 -kodak_dc240
-kodak_dc3200 -kodak_ez200 -konica -konica_qm150 -largan -lg_gsm -mars
-mustek -panasonic_coolshot -panasonic_dc1000 -panasonic_dc1580
-panasonic_l859 -pccam300 -pccam600 -pentax -polaroid_pdc320
-polaroid_