Re: [gentoo-user] Q on portage's rational to re-emerge packages

2013-09-27 Thread Helmut Jarausch

On 09/27/2013 11:09:11 AM, Alan McKinnon wrote:

On 27/09/2013 10:24, Helmut Jarausch wrote:
 Hi,
 would anybody please be so kind to explain to me the rational used  
by

 portage to re-emerge
 some packages.

 I've installed portage 2.2.7 and when I try to emerge, say,
 app-shells/zsh-completions
 it re-emerges (emerge -vp shows  'rR') several packages including,  
i.e.,

 app-office/libreoffice

 I can't imaging libreoffice depends in any way on zsh-completions.

 So, what's going on?

 (and rebuilding libreoffice isn't just fun)

 Many thanks,
 Helmut.


You didn't supply any output or any details about your system, so your
question can't be properly answered. I can make a guess, so from the  
man

page:

  r   reinstall (forced for some reason, possibly due to
slot or sub-slot)
  R   replacing (remerging same version)


I'd guess libreoffice needs to be rebuilt and is triggered by a  
sub-slot

(in the old days you would have had to run revdep-rebuild or emerge
@preserved-rebuild to find this)

I imagine this is in no way related to zsh-completions, that just
happens to be on the command line. It's related to running emerge.

If you require a better answer, please provide proper emerge output.
Rage questions don't usually lead to correct explanations


--
Alan McKinnon
alan.mckin...@gmail.com




Here is a full example:
emerge -auv1 app-shells/zsh-completions

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

Calculating dependencies - * Digest verification failed:
 * /LOCAL/local/portage/dev-python/wxpython/wxpython-.ebuild
 * Reason: Filesize does not match recorded size
 * Got: 4166
 * Expected: 4167
... done!
[ebuild  rR] dev-python/setuptools-1.1.6  PYTHON_TARGETS=python2_7  
python3_3 -pypy2_0 -python2_6 -python3_2 0 kB
[ebuild  rR] dev-python/sip-4.15.2:0/10  USE=-debug -doc  
PYTHON_TARGETS=python2_7 python3_3 -python2_6 -python3_2 0 kB
[ebuild  rR] dev-python/pyopenssl-0.13.1  USE=-doc  
PYTHON_TARGETS=python2_7 python3_3 -pypy2_0 -python2_6 -python3_2 0 kB
[ebuild  rR] dev-python/pmw-2.0.0-r2:py3  USE=-doc -examples  
{-test} PYTHON_TARGETS=python3_3 -python3_2 0 kB
[ebuild  rR] app-portage/gentoolkit-0.3.0.8-r1   
PYTHON_TARGETS=python2_7 python3_3 -pypy2_0 -python2_6 -python3_2 0 kB
[ebuild  rR] dev-python/pytz-2013d  PYTHON_TARGETS=python2_7  
python3_3 -pypy2_0 -python2_6 -python3_2 0 kB
[ebuild  rR] dev-python/paramiko-1.11.0  USE=-doc -examples  
PYTHON_TARGETS=python2_7 -python2_6 0 kB
[ebuild  rR] dev-python/numpydoc-0.4-r1  USE={-test}  
PYTHON_TARGETS=python2_7 -python2_6 0 kB
[ebuild  rR] dev-python/PyQt4-4.10.3  USE=X dbus declarative help  
kde opengl script sql svg webkit -debug -doc -examples -multimedia  
-phonon -scripttools -xmlpatterns PYTHON_TARGETS=python2_7 python3_3  
-python2_6 -python3_2 0 kB
[ebuild U  ] app-shells/zsh-completions-0.10.0::sunrise  
[0.8.0::sunrise] 145 kB
[ebuild  rR] app-office/libreoffice-4.1.2.2  USE=bluetooth  
branding cups dbus gnome gtk java kde opengl vba webdav (-aqua) -debug  
-eds -gstreamer -gtk3 -jemalloc -mysql -odk -postgres -telepathy  
{-test} LIBREOFFICE_EXTENSIONS=presenter-minimizer -nlpsolver  
-scripting-beanshell -scripting-javascript -wiki-publisher  
PYTHON_SINGLE_TARGET=python2_7 -python3_3 PYTHON_TARGETS=python2_7  
python3_3 0 kB


Total: 11 packages (1 upgrade, 10 reinstalls), Size of downloads: 145 kB


Does portage keep a todo list anywhere?

Thanks,
Helmut.






Re: [gentoo-user] Portage spokes again...

2016-12-21 Thread Rich Freeman
On Wed, Dec 21, 2016 at 2:20 PM,  <meino.cra...@gmx.de> wrote:
>
> emerge -t --update --newuse --deep --with-bdeps=y --tree --keep-going 
> --backtrack=30 --exclude media-video/nvidia-settings --exclude 
> app-misc/screen --exclude app-misc/ytree --exclude dev-python/sip --exclude 
> app-shells/bash @world -v
>
> These are the packages that would be merged, in reverse order:
>
> Calculating dependencies... done!
> [ebuild U ~] sys-apps/openrc-0.23::gentoo [0.22.4::gentoo] USE="ncurses 
> netifrc pam unicode -audit -debug -newnet (-prefix) (-selinux) -static-libs 
> -tools" 206 KiB

Hmm, do you have openrc in accept_keywords or something?  You look
like you're using stable keywords in general, but openrc is pulling in
an unstable version.  I suspect this is the root of your problem.

> [nomerge   ] sys-apps/openrc-0.23::gentoo [0.22.4::gentoo] USE="ncurses 
> netifrc pam unicode -audit -debug -newnet (-prefix) (-selinux) -static-libs 
> -tools"
> [ebuild  N~]  virtual/tmpfiles-0::gentoo  0 KiB
> [nomerge   ] virtual/tmpfiles-0::gentoo
> [nomerge   ]  sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus kmod 
> lz4 pam seccomp ssl (-apparmor) -audit -build -cryptsetup -curl -elfutils 
> -gcrypt -gnuefi -http -idn -importd -lzma -nat -policykit -qrcode (-selinux) 
> -sysv-utils {-test} -vanilla -xkb" ABI_X86="(64) -32 (-x32)"

So, openrc-0.23 is pulling in tmpfiles, which is pulling in systemd.
Well, there you go, just unmerge openrc and you won't have it pulling
in systemd any longer.

JUST KIDDING!!!  Don't do that...

But, the first sentence is accurate.  The problem is that you've
unmasked openrc 0.23, but you probably haven't unmasked
sys-apps/opentmpfiles.

So, the solution is one of two things:

Remove openrc from package.keywords and stay on 0.22.4.  I'm not sure
why you were running unstable openrc in the first place, so I'm not
sure if this solution is acceptable to you.

Or, add opentmpfiles to package.keywords so that it can be installed.
Then portage should install that instead of systemd.  The reason it is
trying to pull in systemd is that opentmpfiles is masked, and systemd
is stable, so it is going to go with the package that is stable.


In general you're running into this issue because you're running mixed
keywords.  I do that, but keep in mind that this configuration is not
tested for consistency by our internal QA tools, so you're going to
sometimes run into issues like these.  If you stick with all-stable or
all-testing then you won't run into these kinds of inconsistences.
Or, if you do that QA team that got mentioned in the other thread will
probably have already sent a nasty-gram to the devs involved.  :)


> The following USE changes are necessary to proceed:
>  (see "package.use" in the portage(5) man page for more details)
> # required by kde-plasma/kwin-5.8.3::gentoo
> # required by kde-plasma/plasma-workspace-5.8.3-r4::gentoo
> # required by net-p2p/ktorrent-5.0.1::gentoo[shutdown]
> # required by @selected
> # required by @world (argument)
>>=media-libs/mesa-12.0.1 wayland


I suggest ignoring this for the moment and see if the info above
resolves your systemd issues.  I'm not sure why kwin has the
dependency that it does, but it looks to me like it is set up as a
hard dependency that you can't avoid without modifying the ebuild.
I'll see if I can figure out more.  The changes above should at least
get rid of whatever is pulling in systemd.

Installing wayland shouldn't actually hurt anything.  I noticed that I
have it installed likely for the same reason, and it isn't like it
will start running on its own. But, I'm not sure yet whether you can
avoid it.

-- 
Rich



Re: [gentoo-user] Portage spokes again...

2016-12-21 Thread Alan McKinnon
On 21/12/2016 21:20, meino.cra...@gmx.de wrote:
> Rich Freeman <ri...@gentoo.org> [16-12-21 20:12]:
>> On Wed, Dec 21, 2016 at 1:44 PM,  <meino.cra...@gmx.de> wrote:
>>> Corbin Bird <corbinb...@charter.net> [16-12-21 17:12]:
>>> The first run of emerge tells me to add the systemd USE flag to dbus.
>>> I did that and ran into to problems I reported.
>>
>> Ok, I think you left that bit out...
>>
>> And this is why it is helpful to understand why portage is doing
>> something before just changing configuration settings.  Adding the
>> systemd USE flag to packages is a really quick way to end up with
>> systemd getting installed.  Generally speaking it shouldn't just
>> happen by default...
>>
>> Can you show the output when you add -t to the emerge command?  I
>> think that will be helpful.  However, I think an earlier poster was on
>> the right track when he pointed out that the tmpfiles virtual requires
>> an unstable version of openrc.  I'm not sure why that was getting
>> pulled in in the first place, and -t should show that.
>>
>>>
>>> emerge: there are no ebuilds built with USE flags to satisfy 
>>> "media-libs/mesa[egl,gbm,gles2?,wayland]".
>>> !!! One of the following packages is required to complete your request:
>>> - media-libs/mesa-11.2.2::gentoo (Change USE: +wayland)
>>> (dependency required by "kde-plasma/kwin-5.8.3::gentoo" [ebuild])
>>> (dependency required by "kde-plasma/plasma-workspace-5.8.3-r4::gentoo" 
>>> [ebuild])
>>> (dependency required by "net-p2p/ktorrent-5.0.1::gentoo[shutdown]" [ebuild])
>>> (dependency required by "@selected" [set])
>>> (dependency required by "@world" [argument])
>>> [1]20322 exit 1 emerge -t --update --newuse --deep --with-bdeps=y 
>>> --tree --keep-going
>>>
>>> What?
>>>
>>> Now wayland shall be installed? IK!
>>> I want my UNIX back!
>>
>> Interesting.  I just noticed that it pulled in wayland for me.  I have
>> no idea why kwin requires wayland support in mesa.  It obviously works
>> fine with xorg.  I might do some looking into that.
>>
>> There isn't really anything non-UNIX about wayland, though I'm not
>> sure I'd be in a rush to use it just yet.  It is just a replacement
>> for xorg (to say the least, it doesn't purport to be a
>> feature-complete replacement and may never be).
>>
>> Your wayland issues and your systemd issues are most likely entirely
>> unrelated...
>>
>> -- 
>> Rich
>>
> Hi Rich,
> 
> to confess everything ... this time
> :)
> 
> The following output is base on setting "-systemd" and "-wayland"
> in make.confs USE flag, "-t" was set also.
> 
> And here the master portage spoke words:
> 
> emerge -t --update --newuse --deep --with-bdeps=y --tree --keep-going 
> --backtrack=30 --exclude media-video/nvidia-settings --exclude 
> app-misc/screen --exclude app-misc/ytree --exclude dev-python/sip --exclude 
> app-shells/bash @world -v
>   
> These are the packages that would be merged, in reverse order:
> 
> Calculating dependencies... done!
...
> [ebuild   R] media-libs/mesa-12.0.1::gentoo  USE="classic dri3 egl 
> gallium gbm llvm nptl udev vaapi vdpau wayland* xvmc -bindist -d3d9 -debug 
> -gles1 -gles2 -opencl -openmax -osmesa -pax_kernel -pic (-selinux) -valgrind 
> -xa" ABI_X86="32 (64) (-x32)" VIDEO_CARDS="(-freedreno) -i915 -i965 -ilo 
> -intel -nouveau -r100 -r200 -r300 -r600 -radeon -radeonsi (-vc4) -vmware" 0 
> KiB

USE=wayland is off by default for mesa, so you have something switching
it on.

grep -r wayland /etc/portage
to find what

...
> [nomerge   ] virtual/tmpfiles-0::gentoo 
> [nomerge   ]  sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus kmod 
> lz4 pam seccomp ssl (-apparmor) -audit -build -cryptsetup -curl -elfutils 
> -gcrypt -gnuefi -http -idn -importd -lzma -nat -policykit -qrcode (-selinux) 
> -sysv-utils {-test} -vanilla -xkb" ABI_X86="(64) -32 (-x32)" 
> [ebuild  N ]   sys-apps/gentoo-systemd-integration-6::gentoo  63 KiB
> [ebuild   R]   sys-apps/dbus-1.10.12::gentoo  USE="X systemd* -debug -doc 
> (-selinux) -static-libs {-test} -user-session" ABI_X86="(64) -32 (-x32)" 0 KiB

USE=systemd is of by default for dbus so yu have something switching it on.

grep -r systemd /etc/portage
to find what

Additionally, virtual/tmpfiles has this:

RDEPEND="
|| (
sys-apps/opentmpfiles
sys-apps/systemd

Because you have systemd on somehow, portage is picking the second
chice. You have the first, so explicitly emerge opentmpfiles.

If both of those grep -r commands return nothing, then your next avenue
is your selected profile must be enabling wayland and systemd somehow.
But I don't see how profile [1] would do that ... so the greps will
likely reveal the true cause



-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] python 3.12 update

2024-06-03 Thread Dale
Marco Minutoli wrote:
> Hello,
>
> I have experienced difficulties in upgrading my system as a
> consequence of the python 3.12 update. I am aware that there is a
> "fervent" discussion on the topic [1], but I decided to keep my
> distance from those spicy tones and I hope for a more polite
> conversation here.
>
> Let me premise, that I don't want to question the decision of
> switching the default. I am sure that the people who took that
> decision did it for some good reason. However, allow me to make the
> point that the user experience in this upgrade was unnecessarily painful.
>
> In fact if you read through the colorful conversation on the gentoo
> forum, you'll notice that some well-known (or important to some)
> packages are not ready/compatible with python 3.12 on gentoo stable.
> FreeCAD and KiCAD are those important to me as I use them for my
> hobbies. Clearly I have really low stakes. Nevertheless, we can agree
> that there might be people using Gentoo that want to produce income
> with their systems. Therefore, breaking anything marked as "stable"
> with a version upgrade seems unnecessary on the user side.
>
> I decided to fix my system by sticking to python 3.11 and, as a user,
> I would greatly appreciate news alerting us when the whole stable tree
> becomes compatible with python 3.12. However, I am wondering if
> staying with python 3.11 implies that I won't be able to use the
> binary packages depending on python.
>
> In my attempt to fix my own system I tried to follow the road of
> having both python 3.11 and 3.12 and that resulted in an extremely
> long list of packages for which binaries were not available. As of
> today, binaries with support for python 3.11 are available. How long
> will that support last?
>
> Am I better off unmerging FreeCAD and KiCAD, using AppImages, and
> upgrading my system to python 3.12? As a user, this would feel really
> wrong.
>
> Best regards,
> Marco.
>
> [1] 
> https://forums.gentoo.org/viewtopic-p-8828818.html?sid=d9a82c4e691be29249059bcb9d86a8e1


I was caught up in the upgrade problem too.  Each time I would run
emerge, I would get more packages that can't use 3.12 yet.  This is the
list if packages I had to add to package.use.


##
# Try to remove soon.  Also sci-electronics/kicad further down.
app-admin/checkrestart python_single_target_python3_11
app-portage/elogviewer python_single_target_python3_11
dev-python/platformdirs python_targets_python3_11
dev-python/setuptools-scm python_targets_python3_11
net-libs/gupnp python_single_target_python3_11
dev-python/packaging python_targets_python3_11
dev-python/setuptools python_targets_python3_11
dev-python/gpep517 python_targets_python3_11
dev-python/flit-core python_targets_python3_11
dev-python/installer python_targets_python3_11
dev-python/jaraco-text python_targets_python3_11
dev-python/more-itertools python_targets_python3_11
dev-python/ordered-set python_targets_python3_11
dev-python/wheel python_targets_python3_11
dev-python/jaraco-context python_targets_python3_11
dev-python/jaraco-functools python_targets_python3_11
media-libs/avidemux-plugins python_single_target_python3_11
sys-apps/portage python_targets_python3_11
app-portage/gemato python_targets_python3_11
dev-python/requests python_targets_python3_11
dev-python/certifi python_targets_python3_11
dev-python/charset-normalizer python_targets_python3_11
dev-python/idna python_targets_python3_11
dev-python/urllib3 python_targets_python3_11
dev-python/PySocks python_targets_python3_11
dev-python/hatchling python_targets_python3_11
dev-libs/boost python_targets_python3_11
dev-python/editables python_targets_python3_11
dev-python/pathspec python_targets_python3_11
dev-python/pluggy python_targets_python3_11
dev-python/trove-classifiers python_targets_python3_11
dev-python/sip python_targets_python3_11
dev-python/dbus-python python_targets_python3_11
##

I have other USE flags for Kicad so it is further down.  Anyway, there
is a lot of packages that are not ready for 3.12 yet.  Thing is, at some
point, they have to switch even if some are not ready.  There is always
some packages that are slow to update.  Lack of maintainer, very
difficult to build and lots of time to test etc etc.  There is sometimes
a good reason some packages drag behind a bit. 

I also agree that it would be nice if they would do a news item or
something to let us know when 3.12 is ready for virtually all packages. 
As you can see from my list above, I included a statement to remove
later and see if it works. 

The one thing I wish emerge would do in cases like this, spit out all
packages at once that need changes.  A lot of those were done one or
maybe two packages at a time.  My CPU had to be bored to tears running
emerge that many times.  ROFL 

I hope that list above helps someone.  Maybe copy and paste it. 

Dale

:-)  :-) 



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 >=dev-lang/python-2.7.5-r2:2.7
> dev-python/p

[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 requires
>=dev-lang/python-2.7.5-r2:2.7[xml(+)]
    d

[gentoo-user] hplip upgrade wants qt in spite of USE flags

2008-01-02 Thread Chris Bare
I'm trying to run my normal upgrade on a gnome-only system. It looks like the
2.7 version of hplip wants qt even though I have the following in my make.conf
USE:

-kde -qt -qt3 -qt4

Here is the emerge tree output:

oberon tmp # emerge -puDtv hplip

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

[nomerge  ] net-print/hplip-2.7.10 [1.7.4a-r2] USE=X -doc% 
-fax -minimal% -parport -ppds -scanner -snmp (-cups%*) (-foomaticdb%) (-qt3%) 
[nomerge  ]  sys-kernel/gentoo-sources-2.6.23-r3  
USE=-build -symlink 
[nomerge  ]   sys-libs/ncurses-5.6-r2 [5.6-r1] USE=gpm 
unicode -bootstrap -build -debug -doc -minimal -nocxx -profile% -trace 
[ebuild U ]sys-libs/gpm-1.20.1-r6 [1.20.1-r5] 
USE=(-selinux) 561 kB 
[nomerge  ] net-print/hplip-2.7.10 [1.7.4a-r2] USE=X -doc% 
-fax -minimal% -parport -ppds -scanner -snmp (-cups%*) (-foomaticdb%) (-qt3%) 
[nomerge  ]  net-print/foomatic-filters-3.0.20060720  
USE=cups [?]
[nomerge  ]   virtual/ghostscript-0  [?]
[nomerge  ]app-text/ghostscript-esp-8.15.3  USE=X cups 
gtk xml -cjk -threads [?]
[nomerge  ] x11-libs/gtk+-2.12.1-r2  USE=X cups jpeg 
tiff xinerama -debug -doc -vim-syntax 
[nomerge  ]  x11-libs/pango-1.18.3  USE=-debug -doc 
[nomerge  ]   x11-libs/cairo-1.4.12  USE=X glitz 
opengl svg -debug -directfb -doc -xcb 
[nomerge  ]media-libs/glitz-0.5.6  [?]
[nomerge  ] media-libs/mesa-6.5.2-r1  USE=motif 
nptl -debug -doc -hardened -xcb VIDEO_CARDS=-i810 -mach64 -mga -none -r128 
-radeon -s3virge -savage -sis (-sunffb) -tdfx -trident -via [?]
[nomerge  ]  x11-libs/openmotif-2.2.3-r9  [?]
[nomerge  ]   x11-libs/motif-config-0.9-r1  
[ebuild U ]app-shells/bash-3.2_p17-r1 [3.2_p17] 
USE=nls -afs -bashlogger -plugins% -vanilla 2,522 kB 
[ebuild U ] sys-libs/ncurses-5.6-r2 [5.6-r1] 
USE=gpm unicode -bootstrap -build -debug -doc -minimal -nocxx -profile% 
-trace 2,353 kB 
[ebuild U ] net-print/hplip-2.7.10 [1.7.4a-r2] USE=X -doc% 
-fax -minimal% -parport -ppds -scanner -snmp (-cups%*) (-foomaticdb%) (-qt3%) 
14,104 kB 
[nomerge  ] sys-kernel/gentoo-sources-2.6.23-r3  
USE=-build -symlink 
[nomerge  ]  sys-fs/udev-115-r1  USE=(-selinux) 
[ebuild U ]   sys-apps/baselayout-1.12.10-r5 [1.12.9-r2] 
USE=unicode -bootstrap -build -static 214 kB 
[nomerge  ] net-print/hplip-2.7.10 [1.7.4a-r2] USE=X -doc% 
-fax -minimal% -parport -ppds -scanner -snmp (-cups%*) (-foomaticdb%) (-qt3%) 
[ebuild  N]  dev-python/PyQt-3.17.3  USE=-debug -doc 
-examples 786 kB 
[ebuild  N]   x11-libs/qscintilla-1.7.1  USE=-doc 1,036 
kB 
[ebuild  N]x11-libs/qt-3.3.8-r4  USE=cups gif ipv6 
mysql opengl xinerama -debug -doc -examples -firebird -immqt -immqt-bc -nas 
-nis -odbc -postgres -sqlite 16,986 kB 
[nomerge  ] x11-libs/openmotif-2.2.3-r9  [?]
[ebuild U ]  x11-libs/libXaw-1.0.4 [1.0.3] USE=-debug 
-xprint 506 kB 
[nomerge  ] dev-python/PyQt-3.17.3  USE=-debug -doc 
-examples 
[ebuild  N]  dev-python/sip-4.7.1  USE=-debug 432 kB 
[nomerge  ] net-print/foomatic-filters-3.0.20060720  
USE=cups [?]
[nomerge  ]  net-print/cups-1.2.12-r4  USE=X dbus jpeg nls 
pam png ssl tiff -ldap -php -ppds -samba -slp 
[nomerge  ]   x11-misc/xdg-utils-1.0.2  USE=-doc 
[ebuild U ]x11-apps/xprop-1.0.3 [1.0.2] USE=-debug 
105 kB 
[nomerge  ] x11-libs/libXaw-1.0.4 [1.0.3] USE=-debug 
-xprint 
[ebuild U ]  x11-libs/libXpm-3.5.7 [3.5.6] USE=-debug 350 
kB 
[nomerge  ] dev-python/PyQt-3.17.3  USE=-debug -doc 
-examples 
[nomerge  ]  x11-libs/qt-3.3.8-r4  USE=cups gif ipv6 mysql 
opengl xinerama -debug -doc -examples -firebird -immqt -immqt-bc -nas -nis 
-odbc -postgres -sqlite 
[ebuild U ]   x11-libs/libXcursor-1.1.9 [1.1.8] 
USE=-debug 230 kB 
[ebuild U ]   x11-libs/libSM-1.0.3 [1.0.2] USE=ipv6 
-debug 219 kB 
[ebuild U ]x11-libs/libICE-1.0.4 [1.0.3] USE=ipv6 
-debug 247 kB 
[ebuild U ]   x11-libs/libXi-1.1.3 [1.1.2] USE=-debug 243 
kB 
[ebuild U ]   media-libs/freetype-2.3.5-r2 [2.3.4-r2] 
USE=X -bindist -debug -doc -utils% (-zlib%*) 1,250 kB 
[ebuild U ]x11-libs/libX11-1.1.3 [1.1.2-r1] USE=ipv6 
-debug -xcb 1,492 kB 
[ebuild U ] x11-proto/inputproto-1.4.2.1

[gentoo-user] qt blockages...

2009-01-18 Thread Mark Knecht
Hi,
   I'm not used to seeing all the additional messages below the
blockage indication. Can someone possibly help me understand how to
read this?

   Are there really application packages that cannot be installed at
the same or is only about qt and possibly the USE flags I've got?

   I tried removing qjackctl (the only world package I spotted in the
list) but that didn't help.

   What to try next?

Thanks,
Mark


lightning ~ # emerge -pvDuN system

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

Calculating dependencies... done!
[ebuild U ] app-arch/cpio-2.9-r2 [2.9-r1] USE=nls 0 kB
[ebuild U ] dev-db/sqlite-3.6.6.2 [3.5.9] USE=threadsafe -debug
-doc -soundex -tcl 2,250 kB
[ebuild U ] media-libs/libpng-1.2.34 [1.2.33] 503 kB
[ebuild U ] dev-libs/mpfr-2.3.2 [2.3.1_p1] 798 kB
[ebuild U ] dev-python/sip-4.7.9 [4.7.3] USE=-debug 461 kB
[ebuild U ] x11-libs/gtk+-2.14.7 [2.14.5] USE=X cups jpeg tiff
-debug -doc -jpeg2k -vim-syntax -xinerama 17,067 kB
[ebuild U ] sys-apps/groff-1.19.2-r3 [1.19.2-r1] USE=X cjk 0 kB
[ebuild U ] sys-libs/gpm-1.20.5 [1.20.1-r6] USE=(-selinux) 1,269 kB
[ebuild U ] dev-python/PyQt-3.17.6 [3.17.4] USE=-debug -doc
-examples 795 kB
[ebuild  N] x11-libs/qt-core-4.4.2  USE=qt3support ssl -debug
-doc -glib -pch 102,858 kB
[ebuild  N] x11-libs/qt-dbus-4.4.2  USE=-debug -pch 0 kB
[ebuild  N] x11-libs/qt-sql-4.4.2  USE=mysql odbc qt3support
sqlite -debug (-firebird) -pch -postgres 0 kB
[ebuild  N] x11-libs/qt-script-4.4.2  USE=-debug -pch 0 kB
[ebuild  N] x11-libs/qt-gui-4.4.2-r1  USE=accessibility cups dbus
qt3support tiff -debug -glib -mng -nas -nis -pch -xinerama
INPUT_DEVICES=-wacom 0 kB
[ebuild  N] x11-libs/qt-qt3support-4.4.2  USE=accessibility
-debug -pch 0 kB
[ebuild  N] x11-libs/qt-svg-4.4.2  USE=-debug -pch 0 kB
[ebuild  N] x11-libs/qt-opengl-4.4.2  USE=qt3support -debug -pch 0 kB
[ebuild U ] dev-python/PyQt4-4.4.4-r1 [4.3.3] USE=X%* dbus%*
opengl%* qt3support%* svg%* -debug -doc -examples -webkit% 6,819 kB
[ebuild U ] x11-libs/qscintilla-2.3.2 [2.1-r1] USE=python qt4
-debug -doc -examples 2,097 kB
[ebuild U ] dev-python/qscintilla-python-2.3.2 [2.1] USE=qt4 0 kB
[blocks B ] x11-libs/qt-core (x11-libs/qt-core is blocking
x11-libs/qt-4.3.3)
[blocks B ] =x11-libs/qt-4.4.0_alpha:4
(=x11-libs/qt-4.4.0_alpha:4 is blocking x11-libs/qt-script-4.4.2,
x11-libs/qt-dbus-4.4.2, x11-libs/qt-gui-4.4.2-r1,
x11-libs/qt-qt3support-4.4.2, x11-libs/qt-sql-4.4.2,
x11-libs/qt-svg-4.4.2, x11-libs/qt-core-4.4.2,
x11-libs/qt-opengl-4.4.2)

Total: 20 packages (12 upgrades, 8 new), Size of downloads: 134,911 kB
Conflict: 2 blocks (2 unsatisfied)

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

  ('ebuild', '/', 'x11-libs/qt-opengl-4.4.2', 'merge') pulled in by
=x11-libs/qt-opengl-4.4.2:4 required by ('ebuild', '/',
'dev-python/PyQt4-4.4.4-r1', 'merge')

  ('ebuild', '/', 'x11-libs/qt-gui-4.4.2-r1', 'merge') pulled in by
x11-libs/qt-gui:4 required by ('installed', '/',
'media-sound/qjackctl-0.3.3', 'nomerge')
=x11-libs/qt-gui-4.4.2:4 required by ('ebuild', '/',
'dev-python/PyQt4-4.4.4-r1', 'merge')
x11-libs/qt-gui:4 required by ('ebuild', '/',
'x11-libs/qscintilla-2.3.2', 'merge')
(and 4 more)

  ('ebuild', '/', 'x11-libs/qt-svg-4.4.2', 'merge') pulled in by
=x11-libs/qt-svg-4.4.2:4 required by ('ebuild', '/',
'dev-python/PyQt4-4.4.4-r1', 'merge')

  ('ebuild', '/', 'x11-libs/qt-core-4.4.2', 'merge') pulled in by
=x11-libs/qt-core-4.4.2:4 required by ('ebuild', '/',
'dev-python/PyQt4-4.4.4-r1', 'merge')
x11-libs/qt-core:4 required by ('installed', '/',
'media-sound/qjackctl-0.3.3', 'nomerge')
~x11-libs/qt-core-4.4.2 required by ('ebuild', '/',
'x11-libs/qt-sql-4.4.2', 'merge')
(and 4 more)

  ('ebuild', '/', 'x11-libs/qt-dbus-4.4.2', 'merge') pulled in by
~x11-libs/qt-dbus-4.4.2 required by ('ebuild', '/',
'x11-libs/qt-gui-4.4.2-r1', 'merge')
=x11-libs/qt-dbus-4.4.2:4 required by ('ebuild', '/',
'dev-python/PyQt4-4.4.4-r1', 'merge')

  ('ebuild', '/', 'x11-libs/qt-qt3support-4.4.2', 'merge') pulled in by
=x11-libs/qt-qt3support-4.4.2:4 required by ('ebuild', '/',
'dev-python/PyQt4-4.4.4-r1', 'merge')
~x11-libs/qt-qt3support-4.4.2 required by ('ebuild', '/',
'x11-libs/qt-gui-4.4.2-r1', 'merge')

  ('installed', '/', 'x11-libs/qt-4.3.3', 'nomerge') pulled in by
=x11-libs/qt-4.3:4 required by ('installed', '/',
'app-text/poppler-bindings-0.8.7', 'nomerge')


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

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked


!!! The following installed packages are masked:
- x11-libs/qt-4.3.3 (masked by: package.mask)
/usr/portage/profiles/arch/amd64/package.mask:
# Markus Meier mae...@gentoo.org (18 Jan 2009)
# mask this version

Re: [gentoo-user] Monitor goes off on boot

2006-03-08 Thread Daniel da Veiga
On 3/8/06, Ghaith Hachem [EMAIL PROTECTED] wrote:
 i know ati drivers suck but i booted the live cd on my x300se card so
 i guess it's not really the problem.. maybe the screen don't support
 the resolution set by default (1024 x 768 was the resolution the live
 cd set by default on my pc and it worked great)


The livecd uses the VESA drivers, that should support most if not all
cards, its a generic driver, so, what you are getting is probably a
VSync problem, Xorg tries to probe the monitor for supported
resolutions and H/VSyncs, what happened must be that it is using a
Vsync not supported by your monitor.

Use CTRL+ALT+F1, edit /etc/X11/xorg.conf, try setting the VSync to
lower values (60 for instance), also try setting a lower resolution
(800x600 should work). Man xorg.conf for details. X -configure can
try to create a xorg.conf probing your devices (it usually misses my
mouse). Check the X System How To at www.gentoo.org to see how
configure xorg.

Keep in mind that you can use the command-line installer instead, or
follow the instructions and do it by hand (I consider the later a
great learning experience that can save your ass sometimes).

 On 3/8/06, Holly Bostick [EMAIL PROTECTED] wrote:
  A.R.S. KA9QLQ Alvin Koffman schreef:
   Well I'm stumped. Every time I boot the live cd it gets to where
   Gnome should start then the monitor goes off. Does any one know what
   video drivers the live cd uses? Alvin
  
   For the best jerky you've ever had go to http://alk.jerkydirect.com/
My home page http://ka9qlq.tripod.com This PC is windows free with
   Mepis Linux 3.4-3 http://www.mepis.org/ 1(747)632-4973 SIP Get Gizmo
   1 cent per minuet calling http://www.gizmoproject.com/
 
  What video card do you have and what drivers?
 
  I've had similar problems (not with this graphical live CD, since I
  installed Gentoo before it existed, but with X applications and X
  itself), because I have an ATI card. ATI cards do do that (just shut
  down the monitor) if 1) using the wrong drivers (radeon when card
  model is one above the 9(2/5?)50 (sorry, can't remember which model is
  the stopper for the Open Source drivers), and/or 2) DGA is enabled for
  the fglrx drivers (this will do exactly what you described; it has many
  times for me, and it is just one of the many PITAs with the fglrx drivers).
 
  The thing is-- in theory, I have no evidence to support this-- that
  GNOME (I am a GNOME user as opposed to a KDE user, though I don't use
  either of those DE's regularly or first during a new install due to
  their size) appears to require 3D support be working in order to load
  properly. Or at least, the hardware acceleration must be working if
  you're using drivers that supposedly support said acceleration. As I
  said, I have no evidence for this /per se/; it's just my theory based on
  experience. If you're using the 'vesa' drivers (which don't support 3D),
  I betcha GNOME will load fine (at least it always does for me), but as
  soon as you load drivers in your X config that are supposed to support
  hardware acceleration/OpenGL/3D, GNOME will break if that support is
  broken (even though, afaik, no basic operation of GNOME actually uses
  3D-- that's why this is a theory and seemingly rather a crackpot one,
  but it's the only theory that fits my experience).
 
  So I would suggest first changing your xorg.conf to load the vesa
  drivers, which should load (that's what they're for, default drivers
  that should always be able to load and display), then editing your
  xorg.conf to resolve the obvious problem that it must have.  Some
  option or driver causes your video card to stop sending a signal. I know
  that =9600 ATI cards do this when DGA is enabled on the fglrx drivers,
  and also that =9(2/5?)50 cards do strange things when using the
  radeon drivers which don't support these models for hardware
  acceleration, as opposed to the fglrx drivers which do-- but  the
  LiveCDs will tend to (in my experience) recognize my 9800SE as an ATI
  card and load the radeon drivers incorrectly because the fglrx
  drivers that the card needs are not open source... and the radeon
  drivers don't actually work properly for my card. But you may have a
  different brand of card, or it could be a different option causing this.
 
  You might want to copy /var/log/Xorg.0.log to a backup location before
  you try to start X with the vesa drivers (since the vesa drivers should
  load correctly, it will overwrite the log with the errors and you need
  to know what they are, so backup the log with the errors first, is that
  I'm suggesting).
 
  But the first thing we'd have to know is what is the video card, and
  what are the loaded drivers; then we can work on things like what video
  options you set in the kernel, and what you've got for modelines and the
  like in xorg.conf (though I doubt that the issue is modelines, since
  that just knocks you out fo X completely with a no screens found
  error, not kills

[gentoo-user] hplip and hp-check

2007-06-19 Thread Allan Gottlieb
I have a network attached HP officejet 7310.
It works fine with cups as a printer but I cannot get it reognized for
scanning.  The officejet has address 192.168.1.50 on our private
network.  I have named it ss (for south salem, our home town)

Running hp-check produced several errors (full output below)

1.  libnetsnmp-devel not found.  Is this needed and if so where is it.
eix libnetsnmp found nothing.

2.  linux standard base LSB support not found

3.  Complaint about a different print (nyu, a work machine)

4.  Complaint that the officejet is not HPLIP installed.  I could not
figure out how to use the hp: backend to cups as recommended by
hp-check.

5.  As noted in the hp-check output, the scanner cannot be found by
scanimage -L.  I had previusly run scanimage -L manually with the
same result.

Any help would be appreciated.  In particular I would like to

1.  Use the scanner (main problem)

2.  Have cups use the hp: backend (perhaps this will give insight on 1
as well).

thanks,
allan



Output of hp-check

ajglap gottlieb # hp-setup

HP Linux Imaging and Printing System (ver. 1.7.4a)
Printer/Fax Setup Utility ver. 4.5

Copyright (c) 2001-7 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Session management error: Authentication Rejected, reason : None of the 
authentication protocols specified are supported and host-based authentication 
failed
|Done.
ajglap gottlieb # hp-check

HP Linux Imaging and Printing System (ver. 1.7.4a)
Dependency/Version Check Utility ver. 5.3

Copyright (c) 2001-7 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.


---
| SYSTEM INFO |
---

Basic system information:
Linux ajglap 2.6.20-gentoo-r7 #3 SMP Sun May 6 17:50:09 EDT 2007 i686 Intel(R) 
Core(TM)2 CPU T7200 @ 2.00GHz GenuineIntel GNU/Linux

Detected distro (/etc/issue):
unknown 0.0

Detected distro (lsb_release):
error: lsb_release not found.

Currently installed HPLIP version...
HPLIP 1.7.4a currently installed in '/usr/share/hplip'.

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf

[hpiod]
# port=0 (dynamic IP port)
port=2208
[hpssd]
# port=0 (dynamic IP port)
port=2207

[hplip]
version=1.7.4a
jdprobe=0

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/HP
ppdbase=/usr/share/ppd
doc=/usr/share/doc/hplip-1.7.4a

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=0
pp-build=0
gui-build=0
scanner-build=1
fax-build=0
cups11-build=0
installinitd=
chkconfig=
internal-tag=1.7.4.13


HPLIP running?
Yes, HPLIP is running (OK).

HPOJ running?
No, HPOJ is not running (OK).

Checking Python version...
OK, version 2.4.4 installed

Checking PyQt version...
OK, version 3.17 installed.

Checking SIP version...
OK, Version 4.5.2 installed


| DEPENDENCIES |


 
Checking for dependency libcrypto - OpenSSL cryptographic library...
OK, found.

Checking for dependency gcc - GNU Project C and C++ Compiler...
OK, found.

Checking for dependency SANE - Scanning library...
OK, found.

Checking for dependency GhostScript - PostScript and PDF language interpreter 
and previewer...
OK, found.

Checking for dependency libjpeg - JPEG library...
OK, found.

Checking for dependency libpthread - POSIX threads library...
OK, found.

Checking for dependency make - GNU make utility to maintain groups of 
programs...
OK, found.

Checking for dependency python-devel - Python development files...
OK, found.

Checking for dependency Reportlab - PDF library for Python...
error: Not found!
This is an OPTIONAL dependency. Some HPLIP functionality may not function 
properly.

Checking for dependency PyQt - Qt interface for Python...
OK, found.

Checking for dependency cups-devel- Common Unix Printing System development 
files...
OK, found.

Checking for dependency ppdev - Parallel port support kernel module
error: Not found!
This is an OPTIONAL dependency. Some HPLIP functionality may not function 
properly.

Checking for dependency libusb - USB library...
OK, found.

Checking for dependency scanimage - Shell scanning program...
OK, found.

Checking for dependency libnetsnmp-devel - SNMP networking library development 
files...
error: Not found!
error: This is a REQUIRED dependency. Please make sure that this dependency is 
installed before installing or running HPLIP.

Checking for dependency Python 2.2 or greater - Python programming language...
OK, found.

Checking for dependency LSB - Linux Standard Base support...
error: Not found!
error: This is a REQUIRED dependency. Please make sure that this dependency is 
installed

[gentoo-user] Fail to emerge media-libs/clutter-1.2.10

2010-08-01 Thread Gmail
 Hi all,

I get the following error when emerge media-libs/clutter-1.2.10.

  GENClutter-1.0.gir
/usr/share/gir-1.0/Pango-1.0.gir: Incompatible version 1.0 (supported: 1.1)
make[4]: *** [Clutter-1.0.gir] Error 1
make[3]: *** [all-recursive] Error 1

Any idea?

Thanks in advance

Hung

PS: Attached is the output of emerge --info =media-libs/clutter-1.2.10
command.



Portage 2.1.8.3 (!../usr/portage/profiles/default/linux/amd64/10.0/desktop, 
gcc-4.4.4, glibc-2.11.2-r0, 2.6.34-gentoo-r2-hhserver-2 x86_64)
=
System Settings
=
System uname: 
linux-2.6.34-gentoo-r2-hhserver-2-x86_64-intel-r-_core-tm-2_quad_cpu_q66...@_2.40ghz-with-gentoo-2.0.1
Timestamp of tree: Sun, 01 Aug 2010 03:30:02 +
app-shells/bash: 4.1_p7
dev-java/java-config: 2.1.11
dev-lang/python: 2.6.5-r3, 3.1.2-r4
dev-util/cmake:  2.8.1-r2
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.6.1-r1
sys-apps/sandbox:2.2
sys-devel/autoconf:  2.13, 2.65-r1
sys-devel/automake:  1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:   4.4.4-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
virtual/os-headers:  2.6.34
ACCEPT_KEYWORDS=amd64 ~amd64
ACCEPT_LICENSE=*
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-O2 -march=core2 -pipe -fomit-frame-pointer
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb /usr/share/config
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c
CXXFLAGS=-O2 -march=core2 -pipe -fomit-frame-pointer
DISTDIR=/mnt/nfs_portage/distfiles
FEATURES=assume-digests distlocks fixpackages news parallel-fetch 
protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch
GENTOO_MIRRORS=http://distfiles.gentoo.org;
LDFLAGS=-Wl,--as-needed
LINGUAS=en en_US vi
MAKEOPTS=-j5 -s
PKGDIR=/mnt/nfs_portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/mnt/nfs_portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac accessibility acl acpi alsa amd64 apache2 aspell bash-completion 
berkdb bluetooth boost branding bzip2 cairo cdr cg cli compat consolekit 
contrib cracklib crypt cups dbus device-mapper djvu dri dts dvd dvdr dvipdfm 
eds emacs emboss encode evo extra extras fam fbcondecor fbsplash festival 
ffmpeg fftw flac fltk fortran gd gdbm gdu gfortran gif gimp git gnome gnuplot 
gnutls gphoto2 gpm graphics graphviz gstreamer gtk hddtemp hdf5 iconv 
imagemagick ipp ipv6 java java6 jpeg jpeg2k kde kdrive kerberos kpathsea lame 
lapack laptop latex lcms ldap libnotify lm_sensors lua lyx mad math mbrola 
mikmod mkl mmx mmxext mng modules mono mp3 mp4 mpeg msn mudflap multilib 
multislot mysql ncurses netcdf network-cron nls npp nptl nptlonly nsplugin 
nvidia ocaml ogg omega opengl openmp pam patented pch pcre pdf perl php 
plotutil png policykit ppds pppd preview-latex pstricks publishers python 
qt3support qt4 quicktime rdesktop readline reflection samba scanner science sdl 
secure-delete semantic-desktop sensord server session sip spell spl sql sqlite 
sse sse2 ssl ssse3 startup-notification svg symlink sysfs syslog tcl tcpd 
threads thunar thunderbird tidy tiff tk truetype udev unicode usb v4l v4l2 
vhosts vnc vorbis wav webkit wicd winbind wma wxwidgets wxwindows x264 
xcomposite xemacs xft xml xorg xulrunner xv xvid xvmc yahoo zlib 
ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x 
ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 
trident usb-audio via82xx via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw 
asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa 
lfloat linear meter mmap_emul mulaw multi null plug rate route share shm 
softvol APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon 
authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile 
authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate 
dir disk_cache env expires ext_filter file_cache filter headers include info 
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling 
status unique_id userdir usertrack vhost_alias ELIBC=glibc 
INPUT_DEVICES=keyboard mouse evdev KERNEL=linux LCD_DEVICES=bayrad cfontz 
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text LINGUAS=en en_US vi 
USERLAND=GNU VIDEO_CARDS=nvidia 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK

Re: [gentoo-user] Machine completely broken; Ncursed!

2015-04-12 Thread J. Roeleveld
On Saturday, April 11, 2015 08:42:20 PM Alan Grimes wrote:
 Andreas K. Huettel wrote:

snipped

   2. LD cannot find ncurses, -- It simply can't, in 64 bit mode either.
   That is the only error message it ever gives and vast amount of effort
   spent in sessions over the last year and a half have failed to find any
   solution. I only installed Gentoo on this machine four and a half years
   ago so it's hard to imagine what could have gotten this royally foobar
   in such a short period.
  
  If you kept your system updated all the time, you shouldnt have any
  problems.
 
 Byte me.
 
 Linux is crap, it takes all the talent I have to keep this piece of junk
 running. =( I'm the user here, I am not going to take any lip from you
 about how I run my system. =|  I put a great deal more work into
 maintaining my system than most of the rest of you.

If that is your opinion of Linux, why use it?

   The ncurses problem has been a low-level
   issue for a long time but, with tinfo set, 99% of packages worked.
  
  Define low-level issue. What was broken all the time that you ignored?
 
 Busybox, valgrind, a number of other minor packages.

Cause for these is in your make.conf, see below.

   2. It sent out a profile that sets variable ABI_x86 with 32 bit enabled.
   ALARM: ABI_x86 should be set in exactly one place:
   /etc/portage/make.conf and nowhere else. But, nevertheless, ABI_x86 WAS
   set which broke the profile because my system cannot compile 32 bit
   executables. =( I tried the no-multilib profile but it didn't have a
   number of essential useflags and was foobar.
  
  You're still not providing the slightest bit of useful information.
  
  What happens if you try to generate a 32bit executable?
 
 Fails completely due to linking errors even though it should always be
 possible to compile something without its binary dependencies (with only
 the headers) because symbol resolution should take place at load time. =|

Cause is in your make.conf. See below.

  What gcc are you using, with what settings?
 
 By all appearances, Emerge identifies the most broken version of
 everything it can find and uses that without providing any user feedback.

Cause is in your make.conf. See below.

 Here's my make.conf, some lines might be changed because I have been
 struggling to find a working configuration.
 
 
 /etc/portage # cat /etc/portage/make.conf
 # These settings were set by the catalyst build script that automatically
 # built this stage.
 # Please consult /usr/share/portage/config/make.conf.example for a more
 # detailed example.
 CFLAGS=-O3 -march=native -pipe 

Most people tend to put -O2. Not much point to use -O3.

 CXXFLAGS=${CFLAGS}
 
 LDFLAGS=-lncurses 

You're forcing ncurses into every single package. Please remove this.

 MAKEOPTS=-j 6
 
 # WARNING: Changing your CHOST is not something that should be done lightly.
 # Please consult http://www.gentoo.org/doc/en/change-chost.xml before
 changing.
 CHOST=x86_64-pc-linux-gnu
 
 INPUT_DEVICES=keyboard mouse
 
 LINGUAS=en en_US
 ACCEPT_KEYWORDS=amd64 ~amd64

You are running unstable. This requires more effort on your part.
I would suggest switching back to stable, eg. loose the  ~amd64 .
NOTE: You either need to spend a lot of effort to bring everything back to 
stable over time (see the archives) or start with a fresh installation.

 ACCEPT_LICENSE=*
 
 # These are the USE flags that were used in addition to what is provided
 by the
 # profile used for building.
 USE=3dnow 3dnowext amr apache2 ares audiofile autoipd avahi bittorrent
  blender-game bmp boost c++0x caps cdio cg cgi clang cpudetection
 css curl
  custom-cflags custom-tune debugger declarative device-mapper dga
  discouraged dolbyinrec double-precision drm evdev expat extras fbcon
  ffcall ffmpeg fftw firmware fluidsynth fontconfig foomaticdb freeimage
  ftp g3dvl gbm gflags gfortran ggz gl glade glut gmp gnome gphoto2
  graphviz gsl gstreamer gtk3 heterogeneous high-ints hpijs hwdb icu ide
  imlib ithreads jadetex java jit joystick jpeg2k kde kdrive lame lapack
  libffi libkms libwww llvm-shared-libs lm_sensors lua lzo matroska
  mdnsresponder-compat metis midi minizip mmap mms mmxext mozilla mp3rtp
  mpeg2 multicore multilib multislot mysql nas natspec netpbm nowin
  nsplugin ode ogre ois okteta openal opencl openexr openssl opus orc pae
 parport pch pcre16 perl pgo plasma posix postproc povray
 private-headers
  pulseaudio python python3 qml qthelp quicktime r600-llvm-compiler
  reiserfs script sdk seamonkey secure-delete semantic-desktop server
 sftp
  sip smp soprano sql sqlite sse2 sse3 sse4 static-ppds subversion
  system-boost system-cairo system-icu system-jpeg system-libvpx
  system-sqlite t1lib theora threads threadsafe threadsonly tk
  unlock-notify upnp upnp-av userlocales utempter uuid uvm uxa v4l vcd
  video videos vnc webkit xine xmp xvfb xvmc yuv4mpeg zeroconf -bluetooth
 -bundled-libs -dso

Re: [gentoo-user] Machine completely broken; Ncursed!

2015-04-11 Thread Alan Grimes
 mozilla mp3rtp
 mpeg2 multicore multilib multislot mysql nas natspec netpbm nowin
 nsplugin ode ogre ois okteta openal opencl openexr openssl opus orc pae
 parport pch pcre16 perl pgo plasma posix postproc povray
private-headers
 pulseaudio python python3 qml qthelp quicktime r600-llvm-compiler
 reiserfs script sdk seamonkey secure-delete semantic-desktop server
sftp
 sip smp soprano sql sqlite sse2 sse3 sse4 static-ppds subversion
 system-boost system-cairo system-icu system-jpeg system-libvpx
 system-sqlite t1lib theora threads threadsafe threadsonly tk
 unlock-notify upnp upnp-av userlocales utempter uuid uvm uxa v4l vcd
 video videos vnc webkit xine xmp xvfb xvmc yuv4mpeg zeroconf -bluetooth
 -bundled-libs -dso -examples -libav -odbc -samba -vlc tinfo

CPU_FLAGS_X86=mmx mmxext sse2_4way 3dnow 3dnowext sse sse2 sse3 sse4

RUBY_TARGETS=ruby20 ruby21 ruby22 ruby24

GRUB_PLATFORMS=pc efi-64

EMERGE_DEFAULT_OPTS=--jobs=1 --quiet-build=n --verbose

FEATURES=sandbox distlocks nostrip parallel-fetch userfetch userpriv
usersandbox splitdebug -preserve-libs

PORTAGE_RSYNC_EXTRA_OPTS=--progress

VIDEO_CARDS=nvidia radeonsi radeon

source /var/lib/layman/make.conf

PYTHON_TARGETS=${PYTHON_TARGETS} python2_7 python3_4
PYTHON_SINGLE_TARGET=python2_7

ABI_X86=64 32

GENTOO_MIRRORS=ftp://gentoo.mirrors.pair.com/;

/etc/portage #


Hmm, I don't remember when that ldflags got set, must have been a long
time ago. =\



-- 
IQ is a measure of how stupid you feel.

Powers are not rights.





Re: [gentoo-user] NAS and replacing with larger drives

2022-12-16 Thread Dale
Frank Steinmetzger wrote:
> Am Thu, Dec 15, 2022 at 10:08:02PM -0600 schrieb Dale:
>
>> I have a couple questions.  I currently have the NAS thingy on a older
>> Dell machine.  It has a 4 core CPU and 8GBs of ram so it is acceptable,
>> for the time being at least.  Bad thing is, only two drive bays.  :/  I
>> have a few questions that I can't quite find answers to with google. 
>>
>> 1:  I have the OS on a USB stick.  From what I've read, they do fail due
>> to wear at some point.
> OTOH, TrueNAS is designed to run from it, so I would assume it handles its
> root drive with care. Perhaps you can disable verbose logging and such.

I've just read that changes were made a while back and they recommend
not using a USB stick anymore.  It works but they tend to not last as
long as they once did.  There could be any number of variables in that
tho. 

>
>> If I reinstall TrueNAS on a new USB stick, will it automatically see the
>> previous pools and such or do I have to set everything up again fresh?
> Pools and their metadata are stored inside the pools. In Linux, you don’t
> even need to set up fstab. The pool stores its mount point internally. So
> you just start the zfs daemon and it does everything magically.
>
>> In other words, will I lose data?
> You won’t lose data, of course. But I think you meant settings(?). Probably
> about users, shares and such. Perhaps it has an export feature which can be
> run periodically.
>
>> This also includes if it is encrypted.
> Encryption is a built-in ZFS feature. So yes, it will remember that. Not
> sure about the decryption process (keyfile).

That's what I was expecting.  I may test that theory just so I don't run
into any surprises.  I kinda figure it works a lot like LVM does. 
Different but details stored on the drive itself.  Basically, works
wherever you put it. 


>
>> 2:  Hardware change.  The Dell comes with a 100MB network card.  I
>> ordered a 1GB card.  I plan to put it in when it gets here.  Will it see
>> the new card and work automatically or will it take some work to get the
>> network going?
> I assume the kernel is built like many general-purpose-distros: with
> everything in it you may need for the purpose. But since it is BSD, it may
> have driver issues (availability and stability for certain cards).
> Sometimes, when I read news about a new product, people complain that the
> NIC is not Intel and will thus cause problems with BSD, especially with
> niche stuff like the Killer-brand ethernet cards.
>
>> and recompile.  I'm not sure about BSD tho.  Since it is sort of a
>> binary thing, does TrueNAS handle hardware changes such as a network
>> card well? 
> I don’t see a connection between being a “binary thing” and hardware change.
> Your gentoo is also a binary thing once it is compiled. ;-)

My thinking was, I didn't compile any of the software myself.  Sort of
like if I install a binary based distro.  It may have a feature or
driver turned on, it may not. Maybe you are right, it will at least have
the driver it needs built as a module and it will load it and work
fine.  I have the same card in my Gentoo box so it is Linux compatible
so in theory, should work in BSD as well.  I'd think.  ;-)  First thing,
it has to get here.  It's already two days later than originally claimed. 

>> I also found out something power wise.  The Dell when booted and sitting
>> idle consumes about 120 watts monitor and all.
> I figured as much when you mentioned its 100 Mbps card. It must be old then,
> and back then, idle power was a non-issue.
>
>> My main rig consumes just under 200 watts.  Not to bad
> That’s a very lot for my taste. With a lower mid-range GPU (110 W Radeon R7
> 370) and one spinning rust, my 8-year-old PC used to idle at 50 W. Without
> the HDD and with Intel graphics it is now at 27 W. Still not a good number
> when compared with today’s hardware.

My Gentoo rig is a little old too.  AMD 8 core CPU, 32GBs of memory,
LOTS of hard drives.  I think there is eight in there right now.  A
couple may be older but most are newer. 


>> but a Raspberry Pi would likely consume 15, 20 watts max according to what
>> I've read.
> My 3B idles at 5 W tops, I think. It cannot be much more under load since it
> comes without a built-in heat spreader.
>
>> Given the number of hard drives, it could pull 25 or 30 watts max but
>> doubtful it would get that high.  I'm looking at 4 bays but also found a 6
>> bay.  I think 6 is overkill tho. 
> My four-bay NAS has four 6 TB drives and it draws around 50 W at idle. But
> that’s because it is a server board, incuding IPMI chip (and—interestingly—
> an internal USB-A for an OS stick). And it’s Haswell generation, so almost a
> decade old design. For 

Re: [gentoo-user] Re: gnome 2.26 stable?

2009-09-30 Thread Daniel Troeder
-plugins-pango
media-plugins/gst-plugins-theora
media-plugins/gst-plugins-vorbis
media-plugins/gst-plugins-x
media-plugins/gst-plugins-xvideo
media-plugins/gst-plugins-v4l2


It's to much work to look through my USE flags, so I'm posting all I
have:

USE=-32bit -3dnow -3dnowext -arts -doc -dso -esd -examples -fortran
-gstreamer -qt3support a52 aac aalib acpi alsa apache2 applet archive
autoipd avahi bash-completion bluetooth branding brasero cairo caps
cdaudio cdda cddax cddb cdio cdr cdrkit cleartype config-file consolekit
css connection-sharing cups curl custom-optimization daap dbus
device-mapper dga dhclient dhcp divx dns dts dv dvb dvd dvdr dvdread dvi
eds enca encode exif expat faac faad fam fame fat fbcon fbcondecor
fbsplash ffmpeg flac fontconfig fuse galago gcj gconf gd gedit gif gimp
git glibc-omitfp glitz gmedia gnome gnome-keyring gnutls gs gtk gzip
h323 hal hddtemp http-forms http-server icu id3tag ieee1394 imagemagick
imlib inotify jabber java jpeg kdeenablefinal kernel-patch kpathsea
laptop lcms ldap libass libcaca libnotify lm_sensors lzma lzo mad maps
matroska mdnsresponder-compat milter mjpeg mmap mmx mmxext mng mp3
mplayer mpeg musicbrainz nautilus network networkmanager nntp nsplugin
nss ntfs ntp nuv offensive ogg opengl pch pda pdf pipechan plotutils png
postscript ppds pth pulseaudio qos quicktime quotas ramfs realmedia
reiserfs remote rtsp samba sasl scanner sdl shout sip smp spell sqlite
sse sse2 sse3 sse4.1 ssse3 startup-notification stream subversion svg
taglib tagwriting theora threads tiff truetype udev upnp usb v4l2 vcd
vcdinfo vcdx vorbis wav wmf wmp wps X x264 xattr xfs xinerama xml xmlrpc
xmp xulrunner xv xvid xvmc





[gentoo-user] webkit-gtk-2.4.8 fails to compile

2015-03-27 Thread ddjones
 
cups cxx dbus declarative device-mapper dri dts dvd dvdr emboss emerald encode 
exif extras fam ffmpeg firefox flac flash fontconfig fortran gd gdbm gif glamor 
gnutls gpm graphviz gstreamer gtk gtk3 gudev h323 hwdb iconv icu introspection 
ipv6 ithreads java joystick jpeg kde kdepim keymap kipi lame lcms ldap libav 
libkms libnotify mad mikmod minizip mmx mmxext mng mod modules mp3 mp4 mpeg 
mpg123 mudflap mysql ncurses nls nptl nptlonly nsplugin nss nvidia ofx ogg 
opengl openmp opus pam pango pcre pdf perl phonon plasma png policykit ppds 
pppd python qt3support qt4 readline reports samba sasl script sdl semantic-
desktop session sip sipim soprano spell sql sqlite sse sse2 ssl ssse3 startup-
notification static-libs subversion svg sysfs system-ffmpeg tcpd theora threads 
tiff tk truetype udev udisks unicode upower usb uvm vhost-net video vim-syntax 
vlc vorbis wav webkit win32codecs wxwidgets x264 x86 xcb xcomposite xinerama 
xml xmp xorg xscreensaver xulrunner xv xvid zlib ABI_X86=32 
ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m 
maestro3 trident usb-audio via82xx via82xx-modem ymfpci 
APACHE2_MODULES=authn_core authz_core socache_shmcb unixd actions alias 
auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm 
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 
cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter 
file_cache filter headers include info log_config logio mem_cache mime 
mime_magic 
negotiation rewrite setenvif speling status unique_id userdir usertrack 
vhost_alias CALLIGRA_FEATURES=kexi words flow plan sheets stage tables krita 
karbon braindump author CAMERAS=ptp2 COLLECTD_PLUGINS=df interface irq 
load memory rrdtool swap syslog CPU_FLAGS_X86=aes avx mmx mmxext popcnt sse 
sse2 sse3 sse4_1 sse4_2 ssse3 ELIBC=glibc GPSD_PROTOCOLS=ashtech aivdm 
earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip 
navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing 
tsip tripmate tnt ublox ubx INPUT_DEVICES=keyboard mouse evdev wacom 
KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 
mtxorb ncurses text LIBREOFFICE_EXTENSIONS=presenter-console presenter-
minimizer OFFICE_IMPLEMENTATION=libreoffice PHP_TARGETS=php5-5 
PYTHON_SINGLE_TARGET=python2_7 PYTHON_TARGETS=python2_7 python3_3 
RUBY_TARGETS=ruby19 ruby20 USERLAND=GNU VIDEO_CARDS=nvidia 
XTABLES_ADDONS=quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface 
geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac 
delude chaos account
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, 
PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON



root@kushiel ~ # emerge -pqv '=net-libs/webkit-gtk-2.4.8::gentoo'

[ebuild U ] net-libs/webkit-gtk-2.4.8 [2.4.7] USE=X egl geoloc gstreamer 
introspection jit opengl spell webgl (-aqua) -coverage -debug -gles2 -
libsecret {-test} -wayland 

-- 
When a thing is funny, search it for a hidden truth. - George Bernard Shaw




Re: [gentoo-user] kde-apps/libksane blocker

2016-05-30 Thread Dale
Alan McKinnon wrote:
> On 30/05/2016 05:20, Dale wrote:
>> Howdy,
>>
>> I'm trying to do a update and have this last blocker that I can't figure
>> out.  I fixed another one but this one doesn't make sense to me.  Here
>> is the relevant output.
>
>
> Portage is abusing your pixels (using too many). Here's the important
> bits:
>
>> [blocks B  ] > ("> kde-apps/libksane-16.04.1)
>
> This is the only important blocker ("blocks B")
>
> procps stuff that followed is just a long explanation of why portage
> kept procps back and didn't upgrade

Yea, I included more than what was needed and I already worked around
procps.  It's gone already. 

>
>>   * Error: The above package list contains packages which cannot be
>>   * installed at the same time on the same system.
>
> The asterisks indicate this is part relevant to hard blockers and
> failures. (bangs ! indicate info or warnings, not errors)
>
>>(kde-apps/libksane-15.08.3:4/15.08::gentoo, installed) pulled in by
>>  >=kde-apps/libksane-4.14.3:4[aqua=]
>> (>=kde-apps/libksane-4.14.3:4[-aqua]) required by
>> (kde-apps/ksaneplugin-16.04.1:4/16.04::gentoo, ebuild scheduled for
>> merge)
>>  >=kde-apps/libksane-4.14.3:4[aqua=]
>> (>=kde-apps/libksane-4.14.3:4[-aqua]) required by
>> (kde-apps/kolourpaint-16.04.1:4/16.04::gentoo, ebuild scheduled for
>> merge)
>>
>>(kde-apps/libksane-16.04.1:5/5::gentoo, ebuild scheduled for merge)
>> pulled in by
>>  >=kde-apps/libksane-14.12.0:5 required by
>> (kde-misc/skanlite-2.0:5/5::gentoo, ebuild scheduled for merge)
>>  >=kde-apps/libksane-16.04.1 required by
>> (kde-apps/kdegraphics-meta-16.04.1:5/5::gentoo, ebuild scheduled for
>> merge)
>>
>
>
> So this is really a clash between KDE4 stuff and KDE5 stuff, and
> nothing is demanding a certain maximum version, so upgrades should in
> theory be clean. I'm not at a Gentoo machine right now so can't give
> exact info, but do this:
>
> eix libksane
> - is 15.08.3-r1 the latest version in :4? If not, upgrade it manually
> and continue.
> - does 15.08.3-r1 have a minimal USE? If so, set it on. This often
> removes the clash with :5
>
> If all else fails, quickpkg and unmerge all libksane version, emerge
> world and let portage fix whatever it needs to.
>
> /alanm
>
>

I removed all libksane versions and it still pukes.  I then did a equery
list *sane* and -C'd all that too.  None of that will cause a crash or
anything.  Anyway, it still isn't happy.  After doing all that, I had a
thought.  Add the -t option.  It didn't help much but at least I finally
thought of it.  lol  Here is the current upset pixels with the -t added
in. 


[nomerge   ] kde-apps/kdenetwork-meta-16.04.1:5::gentoo
[15.12.3-r1:5::gentoo] USE="ppp telepathy%*"
[ebuild U ~]  kde-apps/kget-16.04.1:4/16.04::gentoo
[15.12.3:4/15.12::gentoo] USE="handbook sqlite webkit (-aqua)
-bittorrent -debug -gpg -mms" 1,057 KiB
[ebuild U ~]  kde-apps/kppp-16.04.1:4/16.04::gentoo
[15.12.3:4/15.12::gentoo] USE="handbook (-aqua) -debug" 684 KiB
[ebuild U ~]  kde-apps/zeroconf-ioslave-16.04.1:4/16.04::gentoo
[15.12.3:4/15.12::gentoo] USE="(-aqua) -debug" 26 KiB
[nomerge   ] kde-apps/kdegraphics-meta-16.04.1:5::gentoo
[15.12.3:5::gentoo] USE="scanner"
[ebuild  N~]  kde-apps/kolourpaint-16.04.1:4/16.04::gentoo 
USE="handbook scanner (-aqua) -debug" 0 KiB
[ebuild U ~] 
kde-apps/kdegraphics-mobipocket-16.04.1-r1:4/16.04::gentoo
[15.12.3:4/15.12::gentoo] USE="(-aqua) -debug" 15 KiB
[ebuild U ~]  kde-apps/svgpart-16.04.1:4/16.04::gentoo
[15.12.3:4/15.12::gentoo] USE="(-aqua) -debug" 9 KiB
[ebuild  N~]  kde-apps/ksaneplugin-16.04.1:4/16.04::gentoo 
USE="(-aqua) -debug" 0 KiB
[ebuild  N ]   kde-apps/libksane-15.08.3:4/15.08::gentoo 
USE="minimal (-aqua) -debug" 0 KiB
[nomerge   ] kde-apps/kget-16.04.1:4/16.04::gentoo
[15.12.3:4/15.12::gentoo] USE="handbook sqlite webkit (-aqua)
-bittorrent -debug -gpg -mms"
[ebuild U  ]  kde-apps/libkonq-15.12.3:4/15.12::gentoo
[15.08.3:4/15.08::gentoo] USE="(-aqua) -debug {-test} (-minimal%)" 0 KiB
[nomerge   ] kde-apps/kdenetwork-meta-16.04.1:5::gentoo
[15.12.3-r1:5::gentoo] USE="ppp telepathy%*"
[ebuild U ~]  kde-apps/krfb-16.04.1:5::gentoo [15.12.3:5::gentoo]
USE="handbook -debug -doc" 318 KiB
[nomerge   ] kde-apps/kdegraphics-meta-16.04.1:5::gentoo
[15.12.3:5::gentoo] USE="scanner"
[ebuild U ~]  kde-apps/kruler-16.04.1:5::gentoo [15.12.3:5::gentoo]
USE="X handbook -debug" 121 KiB
[ebuild  N~]  kde-apps/libksane-16.04.1:5::gentoo  USE="-debug" 0 

[gentoo-user] useflag hell.

2016-02-28 Thread Alan Grimes
I've been running number theory code for a few weeks, so haven't been
updating my machine too often...

I for the last day or so I'm in a run my "pretendupdate" script, look at
the results, decide whether to run ufed or bleep with package.use
run the pretendupdate script again, do something while it computes, come
back to it hours later, and repeat the cycle... This is really getting
silly and I'm starting to suspect that I'm stuck in useflag hell and
there isn't a solution to this.




tortoise ~ # ./pretendupdate

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

Calculating dependencies... done!

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

dev-libs/icu:0

  (dev-libs/icu-56.1:0/56::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)

  (dev-libs/icu-55.1:0/55::gentoo, installed) pulled in by
dev-libs/icu:0/55=[abi_x86_32(-),abi_x86_64(-)] required by
(dev-qt/qtcore-4.8.7-r1:4/4::gentoo, installed)
   
^^  
  



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

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


!!! The ebuild selected to satisfy
">=media-libs/mlt-0.9.8-r1[ffmpeg,kdenlive,melt,qt5,sdl,xml]" has unmet
requirements.
- media-libs/mlt-0.9.8-r2::gentoo USE="ffmpeg fftw gtk kde kdenlive lua
melt opengl python qt5 sdl xine xml -compressed-lumas -debug -frei0r
-jack -libav -libsamplerate -qt4 -rtaudio (-ruby) -vdpau" ABI_X86="64"
CPU_FLAGS_X86="mmx sse sse2" PYTHON_TARGETS="python2_7"

  The following REQUIRED_USE flag constraints are unsatisfied:
kde? ( qt4 )

  The above constraints are a subset of the following complete expression:
python? ( python_targets_python2_7 ) qt5? ( !qt4 ) kde? ( qt4 )

(dependency required by "kde-apps/kdenlive-15.12.1::gentoo" [ebuild])
(dependency required by "kde-apps/kdemultimedia-meta-15.12.1-r1::gentoo"
[ebuild])
(dependency required by "kde-apps/kde-apps-meta-15.08.3-r3::gentoo"
[ebuild])
(dependency required by "kde-apps/kde-meta-15.08.3::gentoo" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
tortoise ~ #


##


The attached files are whatever is left after --- six years of resolving
similar issues on this same install...


-- 
IQ is a measure of how stupid you feel.

Powers are not rights.

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-march=native -pipe "
CXXFLAGS="${CFLAGS}"

MAKEOPTS="-j 6"

# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"

INPUT_DEVICES="keyboard mouse"

LINGUAS="en en_US"
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"

# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="3dnow 3dnowext amr apache2 ares audiofile autoipd avahi bittorrent
 blender-game bmp boost c++0x caps cg cgi clang contrib cpudetection css
 cuda curl custom-cflags custom-tune debugger declarative device-mapper
 dga discouraged dolbyinrec double-precision drm egl evdev expat extras
 fbcon ffcall ffmpeg fftw firmware fluidsynth fontconfig foomaticdb
 freeimage ftp g3dvl gbm gd gflags gfortran ggz gl glade glut gmp gnome
 gnome-keyring gphoto2 graphviz gsl gstreamer gtk3 heterogeneous high-ints
 hpijs hwdb icu ide imlib introspection ithreads jadetex java jit joystick
 jpeg2k kde kdenlive kdrive lame lapack legacy-systray libffi libkms
 libwww llvm-shared-libs lm_sensors lua lzo matroska mdnsresponder-compat
 melt metis midi minizip mmap mms mmxext mozilla mp3rtp mpeg2 multicore
 multilib multislot mysql mysqli nas natspec netpbm nowin nsplugin ode
 ogre ois okteta openal opencl openexr openssl opus orc pae parport pch
 pcre16 pdo perl pgo plasma posix postproc povray private-headers
 pulseaudio python python3 qml qt5 qthelp quicktime r600-llvm-compiler
 reiserfs script scripttools sdk seamonkey secure-del

Re: [gentoo-user] Compilation failed...mcs not found

2016-07-28 Thread Fernando Rodriguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 07/28/2016 02:27 PM, meino.cra...@gmx.de wrote:
> Facundo Curti <facu.cu...@gmail.com> [16-07-28 20:04]:
>> 2016-07-28 14:51 GMT-03:00 <meino.cra...@gmx.de>:
>>
>>> Hi,
>>>
>>> my Gentoo installation is incomplete...sigh ;)
>>>
>>>
>>> Got this one:
>>>
>>>  * mono-addins-0.6.2.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...
>>>   [ ok ]
>>>>>> cfg-update-1.8.2-r1: Checksum index is up-to-date ...
>>>>>> Unpacking source...
>>>>>> Unpacking mono-addins-0.6.2.tar.bz2 to
>>> /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work
>>>>>> Source unpacked in /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work
>>>>>> Preparing source in
>>> /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work/mono-addins-0.6.2 ...
>>>>>> Source prepared.
>>>>>> Configuring source in
>>> /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work/mono-addins-0.6.2 ...
>>> ./configure --prefix=/usr --build=x86_64-pc-linux-gnu
>>> --host=x86_64-pc-linux-gnu --mandir=/usr/share/man
>>> --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
>>> --localstatedir=/var/lib --libdir=/usr/lib64 --enable-gui
>>> configure: loading site script /usr/share/config.site
>>> checking for a BSD-compatible install...
>>> /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
>>> checking whether build environment is sane... yes
>>> checking for a thread-safe mkdir -p... /bin/mkdir -p
>>> checking for gawk... gawk
>>> checking whether make sets $(MAKE)... yes
>>> checking how to create a ustar tar archive... gnutar
>>> checking whether to enable maintainer-specific portions of Makefiles... no
>>> checking for pkg-config... /usr/bin/pkg-config
>>> checking for a BSD-compatible install...
>>> /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
>>> checking for gmcs... no
>>> configure: error: mcs Not found
>>>
>>>
>>> eix mcs
>>> eix gmcs
>>> found nothing except for libmcs, which I installed ("-1"), but it
>>> does not heal my hurts (GENTOO IS A DJ?).
>>>
>>> What is mcs, who sells it and what do I have to pay for a new one?
>>>
>>> Thanks lot for any hint in advance!
>>>
>>> Best regards
>>> Dances with emerge
>>>
>>>
>>>
>>>
>>>
>> Yo tried this?
>> https://github.com/gentoo/dotnet/issues/29
>>
>> First search result on google
> 
> MCS=/usr/bin/dmcs CSC=/usr/bin/dmcs GMCS=/usr/bin/dmcs emerge --update 
> --newuse --deep --with-bdeps=y --tree --keep-going --backtrack=30 --exclude 
> media-video/nvidia-settings --exclude app-misc/screen --exclude 
> app-misc/ytree --exclude dev-python/sip @world -v --keep-going
> 
> These are the packages that would be merged, in reverse order:
> 
> Calculating dependencies... done!
> [nomerge   ] media-gfx/pinta-1.6-r2::gentoo 
> [ebuild  N ]  dev-dotnet/mono-addins-0.6.2::gentoo  USE="gtk" 0 KiB
> 
> Total: 1 package (1 new), Size of downloads: 0 KiB
> 
> 
>>>> Verifying ebuild manifests
> 
>>>> Emerging (1 of 1) dev-dotnet/mono-addins-0.6.2::gentoo
>  * mono-addins-0.6.2.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... 
>[ ok ]
>>>> cfg-update-1.8.2-r1: Checksum index is up-to-date ...
>>>> Unpacking source...
>>>> Unpacking mono-addins-0.6.2.tar.bz2 to 
>>>> /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work
>>>> Source unpacked in /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work
>>>> Preparing source in 
>>>> /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work/mono-addins-0.6.2 ...
>>>> Source prepared.
>>>> Configuring source in 
>>>> /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work/mono-addins-0.6.2 ...
> ./configure --prefix=/usr --build=x86_64-pc-linux-gnu 
> --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info 
> --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib 
> --libdir=/usr/lib64 --enable-gui
> configure: loading site script /usr/share/config.site
> checking for a BSD-compatible install... 
> /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... gawk
> checking whether

Re: [gentoo-user] Compilation failed...mcs not found

2016-07-28 Thread Meino . Cramer
Facundo Curti <facu.cu...@gmail.com> [16-07-28 20:04]:
> 2016-07-28 14:51 GMT-03:00 <meino.cra...@gmx.de>:
> 
> > Hi,
> >
> > my Gentoo installation is incomplete...sigh ;)
> >
> >
> > Got this one:
> >
> >  * mono-addins-0.6.2.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...
> >   [ ok ]
> > >>> cfg-update-1.8.2-r1: Checksum index is up-to-date ...
> > >>> Unpacking source...
> > >>> Unpacking mono-addins-0.6.2.tar.bz2 to
> > /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work
> > >>> Source unpacked in /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work
> > >>> Preparing source in
> > /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work/mono-addins-0.6.2 ...
> > >>> Source prepared.
> > >>> Configuring source in
> > /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work/mono-addins-0.6.2 ...
> > ./configure --prefix=/usr --build=x86_64-pc-linux-gnu
> > --host=x86_64-pc-linux-gnu --mandir=/usr/share/man
> > --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
> > --localstatedir=/var/lib --libdir=/usr/lib64 --enable-gui
> > configure: loading site script /usr/share/config.site
> > checking for a BSD-compatible install...
> > /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
> > checking whether build environment is sane... yes
> > checking for a thread-safe mkdir -p... /bin/mkdir -p
> > checking for gawk... gawk
> > checking whether make sets $(MAKE)... yes
> > checking how to create a ustar tar archive... gnutar
> > checking whether to enable maintainer-specific portions of Makefiles... no
> > checking for pkg-config... /usr/bin/pkg-config
> > checking for a BSD-compatible install...
> > /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
> > checking for gmcs... no
> > configure: error: mcs Not found
> >
> >
> > eix mcs
> > eix gmcs
> > found nothing except for libmcs, which I installed ("-1"), but it
> > does not heal my hurts (GENTOO IS A DJ?).
> >
> > What is mcs, who sells it and what do I have to pay for a new one?
> >
> > Thanks lot for any hint in advance!
> >
> > Best regards
> > Dances with emerge
> >
> >
> >
> >
> >
> Yo tried this?
> https://github.com/gentoo/dotnet/issues/29
> 
> First search result on google

MCS=/usr/bin/dmcs CSC=/usr/bin/dmcs GMCS=/usr/bin/dmcs emerge --update --newuse 
--deep --with-bdeps=y --tree --keep-going --backtrack=30 --exclude 
media-video/nvidia-settings --exclude app-misc/screen --exclude app-misc/ytree 
--exclude dev-python/sip @world -v --keep-going

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

Calculating dependencies... done!
[nomerge   ] media-gfx/pinta-1.6-r2::gentoo 
[ebuild  N ]  dev-dotnet/mono-addins-0.6.2::gentoo  USE="gtk" 0 KiB

Total: 1 package (1 new), Size of downloads: 0 KiB


>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-dotnet/mono-addins-0.6.2::gentoo
 * mono-addins-0.6.2.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...   
 [ ok ]
>>> cfg-update-1.8.2-r1: Checksum index is up-to-date ...
>>> Unpacking source...
>>> Unpacking mono-addins-0.6.2.tar.bz2 to 
>>> /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work
>>> Source unpacked in /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work
>>> Preparing source in 
>>> /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work/mono-addins-0.6.2 ...
>>> Source prepared.
>>> Configuring source in 
>>> /var/tmp/portage/dev-dotnet/mono-addins-0.6.2/work/mono-addins-0.6.2 ...
./configure --prefix=/usr --build=x86_64-pc-linux-gnu 
--host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info 
--datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib 
--libdir=/usr/lib64 --enable-gui
configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... 
/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /usr/bin/pkg-config
checking for a BSD-compatible install... 
/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
checking for gmcs... /usr/bin/dmcs
checking for gacutil... /usr/bin/gacutil
checking for al... /usr/bin/al
checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bi

Re: [gentoo-user] kde-apps/libksane blocker

2016-06-02 Thread Dale
Dale wrote:
> New but somewhat related problem. 
>
>
> Calculating dependencies... done!
> [ebuild U ~] kde-apps/kde-meta-16.04.1:5::gentoo [15.12.3:5::gentoo]
> 0 KiB
> [ebuild U ~]  kde-apps/kde-apps-meta-16.04.1:5::gentoo
> [15.12.3-r3:5::gentoo] USE="nls -accessibility -minimal -pim -sdk" 0 KiB
> [ebuild U ~]   kde-apps/kdenetwork-meta-16.04.1:5::gentoo
> [15.12.3-r1:5::gentoo] USE="ppp telepathy%*" 0 KiB
> [ebuild  N~]kde-apps/plasma-telepathy-meta-16.04.1:5::gentoo 
> USE="nls -gstreamer" 0 KiB
> [ebuild  N~] kde-apps/ktp-accounts-kcm-16.04.1:5::gentoo 
> USE="-debug -experimental" 0 KiB
> [ebuild  N~]  kde-apps/kaccounts-providers-16.04.1:5::gentoo 
> USE="-debug" 0 KiB
> [ebuild  N ]  
> net-im/telepathy-connection-managers-2-r2::gentoo  USE="irc xmpp yahoo
> zeroconf -gadu -icq -meanwhile -msn -sip -sipe -steam" 0 KiB
> [ebuild  N ]net-voip/telepathy-gabble-0.18.3::gentoo 
> USE="gnutls -jingle -plugins {-test}" 0 KiB
>
> Total: 8 packages (3 upgrades, 5 new), Size of downloads: 0 KiB
>
>
> And the build.log, relevant part.
>
>
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
> -std=gnu99 -DHAVE_CONFIG_H -I. -I..-Wall -Wextra
> -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes
> -Wmissing-declarations -Wmissing-prototypes -Wsign-compare
> -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self
> -Wno-missing-field-initializers -Wno-deprecated-declarations
> -Wno-unused-parameter -I.. -I.. -I/usr/include/dbus-1.0
> -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include  -pthread -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include  -pthread
> -I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky
> -I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky/wocky
> -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -pthread
> -I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0
> -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include  -I ../lib -I ../lib
> -DG_LOG_DOMAIN=\"gabble\"
> -DPLUGIN_DIR=\"/usr/lib64/telepathy/gabble-0/plugins\"  -march=native
> -O2 -pipe -c -o muc-factory.lo muc-factory.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H
> -I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow
> -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes
> -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security
> -Winit-self -Wno-missing-field-initializers -Wno-deprecated-declarations
> -Wno-unused-parameter -I.. -I.. -I/usr/include/dbus-1.0
> -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -pthread
> -I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky
> -I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky/wocky
> -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread
> -I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0
> -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -I ../lib -I ../lib
> -DG_LOG_DOMAIN=\"gabble\"
> -DPLUGIN_DIR=\"/usr/lib64/telepathy/gabble-0/plugins\" -march=native -O2
> -pipe -c muc-factory.c  -fPIC -DPIC -o .libs/muc-factory.o
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
> -std=gnu99 -DHAVE_CONFIG_H -I. -I..-Wall -Wextra
> -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes
> -Wmissing-declarations -Wmissing-prototypes -Wsign-compare
> -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self
> -Wno-missing-field-initializers -Wno-deprecated-declarations
> -Wno-unused-parameter -I.. -I.. -I/usr/include/dbus-1.0
> -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include  -pthread -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include  -pthread
> -I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky
> -I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky/wocky
> -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -pthread
> -I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0
> -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0

Re: [gentoo-user] kde-apps/libksane blocker

2016-05-30 Thread Dale
New but somewhat related problem. 


Calculating dependencies... done!
[ebuild U ~] kde-apps/kde-meta-16.04.1:5::gentoo [15.12.3:5::gentoo]
0 KiB
[ebuild U ~]  kde-apps/kde-apps-meta-16.04.1:5::gentoo
[15.12.3-r3:5::gentoo] USE="nls -accessibility -minimal -pim -sdk" 0 KiB
[ebuild U ~]   kde-apps/kdenetwork-meta-16.04.1:5::gentoo
[15.12.3-r1:5::gentoo] USE="ppp telepathy%*" 0 KiB
[ebuild  N~]kde-apps/plasma-telepathy-meta-16.04.1:5::gentoo 
USE="nls -gstreamer" 0 KiB
[ebuild  N~] kde-apps/ktp-accounts-kcm-16.04.1:5::gentoo 
USE="-debug -experimental" 0 KiB
[ebuild  N~]  kde-apps/kaccounts-providers-16.04.1:5::gentoo 
USE="-debug" 0 KiB
[ebuild  N ]  
net-im/telepathy-connection-managers-2-r2::gentoo  USE="irc xmpp yahoo
zeroconf -gadu -icq -meanwhile -msn -sip -sipe -steam" 0 KiB
[ebuild  N ]net-voip/telepathy-gabble-0.18.3::gentoo 
USE="gnutls -jingle -plugins {-test}" 0 KiB

Total: 8 packages (3 upgrades, 5 new), Size of downloads: 0 KiB


And the build.log, relevant part.


/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
-std=gnu99 -DHAVE_CONFIG_H -I. -I..-Wall -Wextra
-Wdeclaration-after-statement -Wshadow -Wstrict-prototypes
-Wmissing-declarations -Wmissing-prototypes -Wsign-compare
-Wnested-externs -Wpointer-arith -Wformat-security -Winit-self
-Wno-missing-field-initializers -Wno-deprecated-declarations
-Wno-unused-parameter -I.. -I.. -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include  -pthread -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include  -pthread
-I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky
-I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky/wocky
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -pthread
-I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include  -I ../lib -I ../lib
-DG_LOG_DOMAIN=\"gabble\"
-DPLUGIN_DIR=\"/usr/lib64/telepathy/gabble-0/plugins\"  -march=native
-O2 -pipe -c -o muc-factory.lo muc-factory.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H
-I. -I.. -Wall -Wextra -Wdeclaration-after-statement -Wshadow
-Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes
-Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security
-Winit-self -Wno-missing-field-initializers -Wno-deprecated-declarations
-Wno-unused-parameter -I.. -I.. -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -pthread
-I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky
-I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky/wocky
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread
-I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I ../lib -I ../lib
-DG_LOG_DOMAIN=\"gabble\"
-DPLUGIN_DIR=\"/usr/lib64/telepathy/gabble-0/plugins\" -march=native -O2
-pipe -c muc-factory.c  -fPIC -DPIC -o .libs/muc-factory.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
-std=gnu99 -DHAVE_CONFIG_H -I. -I..-Wall -Wextra
-Wdeclaration-after-statement -Wshadow -Wstrict-prototypes
-Wmissing-declarations -Wmissing-prototypes -Wsign-compare
-Wnested-externs -Wpointer-arith -Wformat-security -Winit-self
-Wno-missing-field-initializers -Wno-deprecated-declarations
-Wno-unused-parameter -I.. -I.. -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include  -pthread -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include  -pthread
-I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky
-I/var/tmp/portage/net-voip/telepathy-gabble-0.18.3/work/telepathy-gabble-0.18.3/lib/ext/wocky/wocky
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -pthread
-I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include  -I ../lib -I ../lib
-DG_LOG_DOMAIN=\"gabble\"
-DPLUGIN_DIR=\"/usr/lib64/telepathy/gabble-0/plugins\"  -march=native
-O2 -pipe -c -o muc-tube-dbus.lo muc-tube-dbus.c
muc-channel.c: In function ‘gabble_muc_channel_can_be_closed’:
muc-channel.c:1650:11: error: ‘GabbleMucChannelPrivate’ has no member
named ‘calls’
   if (priv->calls != NULL || priv->call_requests != NULL
   ^
muc-c

[gentoo-user] now in blocked packages hell. =\

2016-03-06 Thread Alan Grimes
0.24.0:0/24::gentoo  USE="threads
-examples -gssapi -libressl -ssh {-test} -trace" 4,072 KiB
[ebuild   R] media-libs/lensfun-0.3.2::gentoo  USE="-doc {-test}"
CPU_FLAGS_X86="sse sse2" PYTHON_SINGLE_TARGET="python3_4 -python3_3
-python3_5" PYTHON_TARGETS="python3_4 python3_5* -python3_3" 0 KiB
[ebuild  N ]
kde-apps/kdeartwork-weatherwallpapers-15.08.3-r1:5::gentoo  USE="-debug"
0 KiB
[ebuild  N ] kde-frameworks/kcoreaddons-5.19.0:5/5.19::gentoo 
USE="nls -debug -doc (-fam) {-test}" 306 KiB
[ebuild  N ] kde-frameworks/kconfig-5.19.0:5/5.19::gentoo  USE="nls
-debug -doc {-test}" 220 KiB
[ebuild  N ] kde-frameworks/kwidgetsaddons-5.19.0:5/5.19::gentoo 
USE="nls -debug -doc {-test}" 2,080 KiB
[ebuild  N ] kde-frameworks/kwindowsystem-5.19.0:5/5.19::gentoo 
USE="X nls -debug -doc {-test}" 160 KiB
[ebuild  N ] kde-frameworks/kitemviews-5.19.0:5/5.19::gentoo 
USE="nls -debug -doc {-test}" 73 KiB
[ebuild  N ] kde-frameworks/karchive-5.19.0:5/5.19::gentoo 
USE="bzip2 lzma -debug -doc {-test}" 107 KiB
[ebuild  N ] kde-frameworks/kguiaddons-5.19.0:5/5.19::gentoo 
USE="-debug -doc {-test}" 39 KiB
[ebuild  N ] kde-frameworks/kcodecs-5.19.0:5/5.19::gentoo  USE="nls
-debug -doc {-test}" 213 KiB
[ebuild  N ] kde-frameworks/sonnet-5.19.0:5/5.19::gentoo 
USE="hunspell nls -aspell -debug -doc {-test}" 276 KiB
[ebuild  N ] kde-frameworks/kitemmodels-5.19.0:5/5.19::gentoo 
USE="-debug -doc {-test}" 375 KiB
[ebuild  N ] kde-plasma/kdecoration-5.5.5:5::gentoo  USE="-debug
{-test}" 34 KiB
[ebuild  N ] kde-frameworks/attica-5.19.0:5/5.19::gentoo 
USE="-debug -doc {-test}" 59 KiB
[ebuild  N ] kde-frameworks/threadweaver-5.19.0:5/5.19::gentoo 
USE="-debug -doc {-test}" 1,376 KiB
[ebuild  N ] kde-plasma/breeze-gtk-5.5.5:5::gentoo  USE="-debug" 252 KiB
[ebuild  N ] kde-frameworks/kplotting-5.19.0:5/5.19::gentoo 
USE="-debug -doc {-test}" 29 KiB
[ebuild  N ] kde-frameworks/kcompletion-5.19.0:5/5.19::gentoo 
USE="nls -debug -doc {-test}" 114 KiB
[ebuild  N ] kde-frameworks/kcrash-5.19.0:5/5.19::gentoo  USE="X nls
-debug -doc {-test}" 20 KiB
[ebuild  N ] kde-frameworks/kimageformats-5.19.0:5/5.19::gentoo 
USE="openexr -debug -doc -eps {-test}" 200 KiB
[ebuild  N ] kde-frameworks/ki18n-5.19.0:5/5.19::gentoo  USE="-debug
-doc {-test}" 586 KiB
[ebuild   R] dev-libs/libcdio-0.93:0/15::gentoo  USE="cxx -cddb
-minimal -static-libs {-test}" ABI_X86="32* (64) (-x32)" 0 KiB
[ebuild U  ] app-i18n/enca-1.18::gentoo [1.14-r2::gentoo]
USE="recode -doc" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U  ] dev-util/dialog-1.3.20160209::gentoo
[1.2.20150920::gentoo] USE="nls unicode -examples -minimal -static-libs"
488 KiB
[ebuild  N ] kde-frameworks/kpty-5.19.0:5/5.19::gentoo  USE="-debug
-doc {-test}" 56 KiB
[ebuild  N ] kde-frameworks/kunitconversion-5.19.0:5/5.19::gentoo 
USE="-debug -doc {-test}" 606 KiB
[ebuild U  ] dev-python/enum34-1.1.2::gentoo [1.0.4::gentoo]
USE="-doc" PYTHON_TARGETS="python2_7 -pypy -pypy3 -python3_3" 46 KiB
[ebuild  N ] dev-python/iniparse-0.4-r1::gentoo 
PYTHON_TARGETS="python2_7" 31 KiB
[ebuild  N ] dev-libs/newt-0.52.18::gentoo  USE="gpm nls -tcl"
PYTHON_TARGETS="python2_7" 177 KiB
[ebuildFU  ] dev-java/java-sdk-docs-1.8.0.74:1.8::gentoo
[1.8.0.60:1.8::gentoo] 91,248 KiB
[ebuild  N ] media-fonts/noto-20160305::gentoo  USE="X" 482,461 KiB
[ebuild  N ] dev-python/utidylib-0.2-r2::gentoo  USE="-doc {-test}"
PYTHON_TARGETS="python2_7" 18 KiB
[ebuild U  ] media-sound/linuxsampler-2.0.0-r2::gentoo
[2.0.0::gentoo] USE="sqlite -doc -jack -lv2% -static-libs" 0 KiB
[ebuild  N ] kde-plasma/kwayland-5.5.5:5::gentoo  USE="-debug
{-test}" 157 KiB
[ebuild   R] dev-python/pyasn1-0.1.9::gentoo  USE="-doc"
PYTHON_TARGETS="python2_7 python3_4 python3_5* -pypy -pypy3 -python3_3"
0 KiB
[ebuild   R] media-video/vcdimager-0.7.24::gentoo  USE="xml
-static-libs" ABI_X86="32* (64) (-x32)" 0 KiB
[ebuild   R] dev-python/py-1.4.31::gentoo  USE="-doc {-test}"
PYTHON_TARGETS="python2_7 python3_4 python3_5* -pypy -pypy3 -python3_3"
0 KiB
[ebuild   R] dev-python/pytz-2015.7::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5* -pypy -pypy3 -python3_3"
0 KiB
[ebuild   R] dev-python/sip-4.17-r1:0/11::gentoo  USE="-debug -doc"
PYTHON_TARGETS="python2_7 python3_4 python3_5* -python3_3" 0 KiB
[ebuild  N ] dev-python/pygments-2.1.1::gentoo  USE="-doc {-test}"
PYTHON_TARGETS="python2_7 python3_4 

Re: [gentoo-user] kde-apps/kde-l10n-16.04.3:5/5::gentoo conflicting with kde-apps/kdepim-l10n-15.12.3:5/5::gentoo

2016-08-10 Thread james

On 08/10/2016 10:20 AM, Michael Mol wrote:

On Wednesday, August 10, 2016 10:13:29 AM james wrote:

On 08/10/2016 07:45 AM, Michael Mol wrote:

On Tuesday, August 09, 2016 05:22:22 PM james wrote:




I did a quick test with games-arcade/xgalaga. It's an old, quirky game
with sporadic lag variations. On a workstation with 32G ram and (8) 4GHz
64bit cores, very lightly loaded, there is no reason for in game lag.
Your previous settings made it much better and quicker the vast majority
of the time; but not optimal (always responsive). Experiences tell me if
I can tweak a system so that that game stays responsive whilst the
application(s) mix is concurrently running then the  quick
test+parameter settings is reasonably well behaved. So thats becomes a
baseline for further automated tests and fine tuning for a system under
study.


What kind of storage are you running on? What filesystem? If you're still
hitting swap, are you using a swap file or a swap partition?


The system I mostly referenced, rarely hits swap in days of uptime. It's
the keyboard latency, while playing the game, that I try to tune away,
while other codes are running. I try very hard to keep codes from
swapping out, cause ultimately I'm most interested in clusters that keep
everything running (in memory). AkA ultimate utilization of Apache-Spark
and other "in-memory" techniques.


Gotcha. dirty_bytes and dirty_background_bytes won't apply to anything that
doesn't call mmap() with a file backing or perform some other file I/O. If
you're not doing those things, they should have little to no impact.


Background needed:: I'm one of those (idealists?) that deeply believes 
the holy grail of computing will soon emerge (nice pun huh). That is
that clusters, local clusters will run all workloads that multicore 
systems currently do. So a bunch of old crap can become a beautiful
computational system, whilst I sit back and sip exotic beverages and 
enjoy my day; video training to go to the gym and dominate the young 
studs on the court New hardware (aka new computers and cosmetic 
surgery) will do the rest.


So an incredible variety of memory, storage and file systems will 
ultimately need to be tested. I try to stay simple and focused (believe 
it  or not). Initially the thought is to run a primitive desktop, like
lxde or lxqt and use those under utilized resources as 
node-computational contributors, whist still remaining responsive at the 
keyboard (xgalaga is a quick and dirty test for this). So, you now have 
a wonderful cover story is the boss catches you noodling around with 
swords and sorcery to, you can tell'm you looking for subtle latency 
issues.. The game speeds up and slows down, with zero swapping, due 
to my I suspect mostly as VM issues and MM issues.
An 8 core never goes above 0.2 on the load and only rarely saturates one 
core, for a transient instance. Even if xgalaga is a single thread game, 
it does not explain this transient keyboard lag. I'm open to other forms 
of quick at-the-keyboard graphical tests as a quick and dirty 
measurement of overall system attentiveness to pending addtional 
input/workload demands. After that is happy, with a given set of running 
codes (test-vectors) I can get a very quick feedback of performance this 
way.


For deeper studies, I like trace-cmd/Ftrace/KernelShark, but those are 
like zabbix on utilization and analytical studies. I use xgalaga as a 
quick and dirty; but am surely open to new codes for that sort of quick 
and easy feedback.





Ideal values for dirty_bytes and dirty_background_bytes will depend heavily on
the nature of your underlying storage. Dozens of other things might be tweaked
depending on what filesystem you're using. Which is why I was asking about
those things.


A myriad of combinations exist. So picking some common combinations, 
will allow for others to test my work, when it is package up for sharing 
and testing. For me eventually automating a collection of 'test vectors' 
is what's important, not the first few test-vectors themselvs. Then the 
pathway forward for other collections of running processes can become 
yet another collection of 'test vectors'. No limit on these collectives. 
Eventually a customer will step forward and define the collective of 
'test vectors', so I do hope to work with/for one of the more 
progressive vendors, eventually, in these efforts. Certainly sharing the 
work, openly, is far more important to me. For now, I start with things 
I like, know and have some familiarity with; no magic on these choices.




Combined codes running simultaneously never hits the HD (no swappiness)
but still there is keyboard lag.


Where are you measuring this lag? How much lag are we talking about?


Remember, I'm an EE and complex fluids computational kind of guy, so I 
have no problem drudging down the sparse or full matrix types of 
mentally inebriating adventuresome calculations, like computational 
chemistry. But, since thi

Re: [gentoo-user] Re: How install KDE4 without without layman overlays ?

2009-07-22 Thread Vagner Rodrigues


I try install one new machine , and update  system and world ,  install  
X and gnome-light ( some test ) and this run


Now I try install KDE 4 but i have problem with compile qt-webkit

See my make.conf

CFLAGS=-O2 -march=i686 -pipe -funroll-loops -msse -mmmx 
-fomit-frame-pointer 

CHOST=i686-pc-linux-gnu
MAKEOPTS=-j3
CXXFLAGS=${CFLAGS}
USE=svg wav h323 sip qt3support bluetooth  mdnsresponder-compat cairo 
avahi zerVIDEO_CARDS=radeonhd intel apm ark chips cirrus cyrix dummy 
fbdev glint i128 i7INPUT_DEVICES=vmmouse joystick evdev keyboard mouse 
wacom synaptics

LINGUAS=pt_BR en_US
ACCEPT_KEYWORDS=~x86


and the error on  qt-webkit is it


compiling generated/JSSVGPointList.cpp
compiling generated/JSSVGPolygonElement.cpp
compiling generated/JSSVGPolylineElement.cpp
{standard input}: Assembler messages:
{standard input}:31178: Warning: end of file not at end of a line; 
newline inserted

{standard input}:31818: Error: unrecognized symbol type 
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See http://bugs.gentoo.org/ for instructions.
make: *** [.obj/release-shared/JSSVGPatternElement.o] Error 1
make: *** Waiting for unfinished jobs
*
* ERROR: x11-libs/qt-webkit-4.5.2 failed.
* Call stack:
*   ebuild.sh, line   49:  Called src_compile
* environment, line 3233:  Called qt4-build_src_compile
* environment, line 2937:  Called build_directories 
'src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview'

* environment, line  602:  Called die
* The specific snippet of code:
*   emake || die emake failed;
*  The die message:
*   emake failed



The  Gcc isi686-pc-linux-gnu-4.3.3 *



The list of   emerge -pv kde-meta is this

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

Calculating dependencies  ... done!
[ebuild  N] x11-libs/qt-webkit-4.5.2  USE=-debug -kde -pch 0 kB
[ebuild  N] kde-base/kdebase-pam-7  0 kB
[ebuild  N] dev-libs/poppler-qt4-0.10.7  USE=-test 0 kB
[ebuild  N] kde-base/automoc-0.9.88  9 kB
[ebuild  N] sci-libs/libqalculate-0.9.6-r1  USE=readline 0 kB
[ebuild  N] app-crypt/qca-ossl-2.0.0_beta3-r1  USE=-debug 0 kB
[ebuild  N] dev-python/PyQt4-4.5.2  USE=X dbus opengl svg webkit 
-assistant -debug -doc -examples -kde -phonon -sql -xmlpatterns 0 kB

[ebuild  N] virtual/poppler-qt4-0.10.7  0 kB
[ebuild  N] kde-base/kdelibs-4.2.4-r3  USE=3dnow acl alsa bzip2 
handbook jpeg2k mmx nls opengl semantic-desktop spell sse ssl zeroconf 
(-altivec) -bindist -debug -doc -fam (-kdeprefix) -kerberos -openexr 
-sse2 -test 0 kB

[ebuild  N] kde-base/kdebase-data-4.2.4-r1  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kde-env-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdepimlibs-4.2.4-r1  USE=handbook ldap sasl 
-debug (-kdeprefix) -test 0 kB

[ebuild  N] kde-base/libkdegames-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/libkworkspace-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/knotify-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/libkdeedu-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/libkonq-4.2.4  USE=-debug (-kdeprefix) -test 0 kB
[ebuild  N] kde-base/solid-4.2.4  USE=bluetooth networkmanager 
-debug (-kdeprefix) 0 kB

[ebuild  N] kde-base/kephal-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/nepomuk-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kcmshell-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kdesu-4.2.4  USE=handbook -debug (-kdeprefix) 
0 kB
[ebuild  N] kde-base/kfind-4.2.4  USE=handbook -debug (-kdeprefix) 
0 kB
[ebuild  N] kde-base/kcheckpass-4.2.4  USE=pam -debug (-kdeprefix) 
0 kB
[ebuild  N] kde-base/ksysguard-4.2.4  USE=handbook lm_sensors 
-debug (-kdeprefix) -test 0 kB
[ebuild  N] kde-base/ksplash-4.2.4  USE=3dnow mmx sse xinerama 
(-altivec) -debug (-kdeprefix) -sse2 0 kB
[ebuild  N] kde-base/libkcompactdisc-4.2.4  USE=alsa -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/libkcddb-4.2.4  USE=-debug (-kdeprefix) 
-musicbrainz 0 kB

[ebuild  N] kde-base/kdebase-desktoptheme-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kde-wallpapers-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdedglobalaccel-4.2.4  USE=-debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kpasswdserver-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kdialog-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/phonon-kde-4.2.4  USE=xine -debug (-kdeprefix) 
-pulseaudio 0 kB

[ebuild  N] kde-base/kwalletd-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kioclient-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/ktimezoned-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/libplasmaclock-4.2.4  USE=opengl xinerama 
-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kurifilter-plugins-4.2.4  USE=-debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kde

[gentoo-user] Gnome 3.2.2 Block

2011-12-01 Thread Jason Weisberger
From a fresh install, upgrading from Gnome 2.26, I'm trying to install
gnome 3.2.2, but getting nowhere fast.  I stopped using Gentoo back before
slots became common, so maybe I'm missing something as far as that goes.

Thanks in advance guys/gals!

Jason Weisberger

jbdubbspc jbdubbs # emerge -pv =gnome-base/gnome-3.2.1

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

Calculating dependencies... done!
[ebuild  N ] dev-libs/libnl-1.1-r2  USE=-doc 283 kB
[ebuild  N~] media-gfx/shared-color-profiles-0.1.4  18,209 kB
[ebuild  N ] net-misc/mobile-broadband-provider-info-20100510  64 kB
[ebuild  N ] net-im/telepathy-connection-managers-1  USE=-icq -irc
-jabber -msn -sip -yahoo -zeroconf 0 kB
[ebuild  N ] app-arch/cabextract-1.4  USE=-extra-tools 218 kB
[ebuild  N ] x11-themes/gnome-icon-theme-symbolic-3.0.0  203 kB
[ebuild  N~] net-libs/liboauth-0.9.5  USE=nss -bindist -curl -doc 414
kB
[ebuild  N~] dev-util/itstool-1.1.1  77 kB
[ebuild  N ] net-im/telepathy-mission-control-5.8.1
 USE=gnome-keyring 1,108 kB
[ebuild  N ] app-text/docbook-sgml-dtd-4.1-r3  56 kB
[ebuild  N ] app-text/docbook-sgml-dtd-3.0-r3  43 kB
[ebuild  N ] app-text/docbook-dsssl-stylesheets-1.79  272 kB
[ebuild U ~] x11-themes/gnome-backgrounds-3.2.0 [2.32.0] 8,737 kB
[ebuild  N ] x11-themes/gnome-icon-theme-extras-3.0.0  2,069 kB
[ebuild  N~] dev-lang/spidermonkey-1.8.5-r1  USE=-debug -static-libs
-test 6,021 kB
[ebuild U ~] gnome-extra/gconf-editor-3.0.0 [2.32.0] 1,444 kB
[ebuild  N ] app-admin/apg-2.3.0b-r5  USE=cracklib 108 kB
[ebuild U ~] dev-python/pycairo-1.10.0-r2 [1.8.10] USE=svg -doc
-examples -test 634 kB
[ebuild  N ] net-wireless/wireless-tools-29  USE=nls -multicall 288 kB
[ebuild  N~] net-wireless/wpa_supplicant-0.7.3-r5  USE=dbus readline
ssl -debug -eap-sim -fasteap -gnutls -madwifi (-ps3) -qt4 -wimax -wps
1,600 kB
[ebuild  N~] media-fonts/cantarell-0.0.7  USE=X 356 kB
[ebuild  NS   ~] gnome-extra/gtkhtml-4.2.2 [3.32.2] 1,043 kB
[ebuild  N ] sys-apps/lsb-release-1.4  11 kB
[ebuild  N ] dev-scheme/guile-1.8.8-r1  USE=deprecated nls regex
threads -debug -debug-freelist -debug-malloc -discouraged -emacs
-networking 3,864 kB
[ebuild  N ] media-gfx/exiv2-0.21.1-r1  USE=nls zlib -contrib -doc
-examples -xmp LINGUAS=-de -es -fi -fr -pl -ru -sk 2,935 kB
[ebuild  N ] media-libs/giflib-4.1.6-r2  USE=X -rle -static-libs 495
kB
[ebuild  N ] app-text/recode-3.6_p17-r2  USE=nls -static-libs 2,021 kB
[ebuild  N~] media-video/gnome-video-effects-0.3.0  175 kB
[ebuild  N ] x11-apps/xhost-1.0.4  USE=ipv6 113 kB
[ebuild U ~] x11-themes/gnome-icon-theme-3.2.1.2 [3.0.0] USE=branding
13,682 kB
[ebuild  N~] x11-themes/gnome-icon-theme-symbolic-3.2.1  144 kB
[ebuild U ~] gnome-extra/gnome-user-docs-3.2.1 [2.32.0] USE=-test
2,916 kB
[ebuild  N ] app-text/docbook-sgml-dtd-3.1-r3  55 kB
[ebuild  N ] app-text/docbook-sgml-dtd-4.0-r3  55 kB
[ebuild  N ] app-text/docbook-xml-simple-dtd-4.1.2.4-r2  35 kB
[ebuild  N ] app-text/docbook-xml-simple-dtd-1.0-r1  31 kB
[ebuild  N ] dev-perl/SGMLSpm-1.03-r5  92 kB
[ebuild  N ] app-text/opensp-1.5.2-r2  USE=nls -doc -static-libs
-test 1,486 kB
[ebuild  N ] sys-libs/libcap-ng-0.6.5  USE=python 354 kB
[ebuild  N~] app-crypt/p11-kit-0.9  USE=-debug 515 kB
[ebuild  N ] www-client/lynx-2.8.7_p1  USE=bzip2 ipv6 nls ssl unicode
-cjk -gnutls 2,376 kB
[ebuild  N ] media-fonts/corefonts-1-r4  USE=X 3,843 kB
[ebuild U ~] dev-libs/glib-2.30.2 [2.28.8] USE=fam static-libs -debug
-doc (-selinux) -systemtap% -test -utils% -xattr (-introspection%) 5,683 kB
[ebuild  NS] media-libs/lcms-2.2-r1 [1.19] USE=jpeg tiff zlib -doc
-static-libs -test 4,096 kB
[ebuild  N ] net-dialup/ppp-2.4.5-r1  USE=gtk ipv6 pam -activefilter
-atm -dhcp -eap-tls -radius 709 kB
[ebuild  N~] gnome-extra/yelp-xsl-3.2.1  544 kB
[ebuild  N ] app-text/openjade-1.3.2-r3  USE=-static-libs 874 kB
[ebuild  N ] media-libs/libgphoto2-2.4.11-r1  USE=exif jpeg nls -doc
-examples -gd -zeroconf 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 -polaroid_pdc320 -polaroid_pdc640
-polaroid_pdc700 -ricoh -ricoh_g3 -samsung -sierra -sipix_blink
-sipix_blink2 -sipix_web2 -smal -sonix -sony_dscf1 -sony_dscf55
-soundvision -spca50x -sq905 -st2205 -stv0674 -stv0680 -sx330z -template
-topfield -toshiba_pdrm11 4,294 kB
[ebuild  N ] app-i18n/enca-1.13  USE=recode -doc 520 kB
[ebuild  N ] media-plugins/gst-plugins-jpeg-0.10.30  0 kB
[ebuild  N ] x11-apps/mesa-progs-8.0.1  9,766 kB
[ebuild  NS   ~] gnome-base/gnome-desktop

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

2013-12-06 Thread meino . cramer
 -zh_TW PYTHON_SINGLE_TARGET=python2_7 
-python2_6 PYTHON_TARGETS=python2_7 -python2_6 
[nomerge   ]  virtual/python-imaging-2  USE=tk PYTHON_TARGETS=python2_7 
python3_3* -python2_6 -python3_2* 
[ebuild   R]   dev-python/pillow-2.0.0-r1  USE=jpeg tiff tk zlib -doc 
-examples -lcms -scanner {-test} -truetype -webp PYTHON_TARGETS=python2_7 
python3_3* -python2_6 -python3_2* 0 kB
[ebuild U  ] dev-python/pygtk-2.24.0-r4:2 [2.24.0-r3:2] USE=-doc -examples 
{-test} PYTHON_TARGETS=python2_7 -python2_6 0 kB
[ebuild U  ]  dev-python/pygobject-2.28.6-r55:2 [2.28.6-r53:2] 
USE=-examples -libffi {-test} PYTHON_TARGETS=python2_7 -python2_6 0 kB
[ebuild U ~] media-libs/libsndfile-1.0.25-r1 [1.0.25] USE=alsa -minimal 
-sqlite -static-libs {-test%} ABI_X86=(64%*) -32% (-x32) 0 kB
[ebuild   R]  media-libs/libvorbis-1.3.3  USE=-static-libs 0 kB
[nomerge   ] dev-python/pygtk-2.24.0-r4:2 [2.24.0-r3:2] USE=-doc -examples 
{-test} PYTHON_TARGETS=python2_7 -python2_6 
[ebuild   R]  dev-python/numpy-1.7.1  USE=-doc -lapack {-test} 
PYTHON_TARGETS=python2_7 python3_3* -python2_6 -python3_2* 0 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 
[ebuild  N ]  app-i18n/ibus-1.5.2  USE=X gconf gtk gtk3 introspection nls 
python -dconf -deprecated {-test} -vala PYTHON_SINGLE_TARGET=python2_7 
-python2_6 PYTHON_TARGETS=python2_7 -python2_6 1,839 kB
[ebuild  NS]   dev-python/pygobject-3.8.3:3 [2.28.6-r53:2] USE=cairo 
threads -examples {-test} PYTHON_TARGETS=python2_7 python3_3 -python2_6 
-python3_2 642 kB
[ebuild  N ]  x11-misc/colord-1.0.3:0/1  USE=gusb introspection udev 
-examples -extra-print-profiles -scanner -systemd -vala 1,058 kB
[ebuild  N ]   dev-libs/libgusb-0.1.6  USE=introspection -static-libs 
-vala 257 kB
[ebuild  N ]  x11-themes/gnome-themes-standard-3.8.4  USE=gtk 3,765 kB
[ebuild  N ]   x11-themes/gtk-engines-2.20.2:2  USE=lua -accessibility 
673 kB
[ebuild  N ]  gnome-base/dconf-0.16.1  USE=X {-test} 366 kB
[ebuild  N ]  media-fonts/cantarell-0.0.15  USE=X 289 kB
[ebuild  N ]  gnome-base/gnome-desktop-3.8.4:3/7  USE=introspection 
-debug 1,019 kB
[ebuild  N ]  x11-libs/libXxf86misc-1.0.3  USE=-static-libs 250 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 ]  dev-libs/libpwquality-1.2.3  USE=pam -python -static-libs 
PYTHON_TARGETS=python2_7 360 kB
[nomerge   ] app-crypt/seahorse-3.8.2 [2.32.0] USE=-avahi -debug -ldap 
(-doc%) (-introspection%) (-libnotify%) (-test%) 
[nomerge   ]  app-crypt/gcr-3.8.2:0/1  USE=gtk introspection -debug 
{-test} 
[ebuild  N ]   app-crypt/p11-kit-0.13  USE=-debug 532 kB
[ebuild U  ] x11-themes/gnome-icon-theme-3.8.3 [3.6.2] USE=-branding 
16,299 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 ]  x11-themes/gnome-icon-theme-symbolic-3.8.3  219 kB
[ebuild   R] dev-python/sip-4.14.7:0/10  USE=-debug -doc 
PYTHON_TARGETS=python2_7 python3_3* -python2_6 -python3_2* 0 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 
[ebuild U  ]  gnome-base/librsvg-2.39.0:2 [2.36.4-r1:2] USE=gtk 
introspection -tools -vala 507 kB
[ebuild   R] dev-python/pyxdg-0.25  USE={-test} PYTHON_TARGETS=python2_7 
python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB
[ebuild   R] dev-python/dbus-python-1.2.0  USE=-doc -examples {-test} 
PYTHON_TARGETS=python2_7 python3_3* -python2_6 -python3_2* 0 kB
[ebuild U  ] media-libs/audiofile-0.3.6-r1:0/1 [0.3.5:0/1] USE=flac%* 
-static-libs {-test} ABI_X86=(64%*) (-32) (-x32) 519 kB
[ebuild U  ] gnome-base/gconf-3.2.6-r1:2 [2.32.4-r1:2] USE=gtk 
introspection -debug -ldap -orbit% -policykit PYTHON_TARGETS=python2_7%* 
-python2_6% 1,524 kB
[ebuild   R] media-libs/flac-1.2.1-r3  USE=cxx ogg sse -3dnow (-altivec) 
-debug -static-libs 0 kB
[nomerge   ] x11-base/xorg-x11-7.4-r2 
[nomerge   ]  x11-apps/xlsclients-1.1.3 
[ebuild   R]   x11-libs/libxcb-1.9.1  USE=-doc (-selinux) -static-libs 
-xkb ABI_X86=(64) (-32) (-x32) PYTHON_SINGLE_TARGET=python2_7 -python2_6 
-python3_2 -python3_3 PYTHON_TARGETS=python2_7 python3_3* -python2_6 
-python3_2* 0 kB
[ebuild   R]x11-proto/xcb-proto-1.8-r3  ABI_X86=(64) (-32) (-x32) 
PYTHON_TARGETS=python2_7 python3_3* -python2_6 -python3_2* 0 kB
[nomerge   ] x11-libs/libXxf86misc-1.0.3  USE=-static-libs 
[ebuild  N ]  x11-proto/xf86miscproto-0.9.3  83 kB
[ebuild U  ] dev-cpp/pangomm-2.34.0:1.4 [2.28.4:1.4] USE=-doc 504 kB
[ebuild U  ] dev-cpp/atkmm-2.22.7 [2.22.6] USE=-doc 383 kB
[ebuild U  ] gnome-extra/libgsf

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

2013-12-06 Thread Jonathan Callen
 pdf scripts tk
 -debug -examples -hunspell -templates LINGUAS=-af -ar -bg -br -ca -cs_CZ 
 -cy -da_DK -de
 -de_1901 -de_CH -el -en_AU -en_GB -en_US -es_ES -et -eu -fi -fr -gl -hu -id 
 -it -ja -ko -lt_LT
 -nb_NO -nl -pl_PL -pt -pt_BR -ru -sa -sk_SK -sl -sq -sr -sv -th_TH -tr -uk 
 -zh_CN -zh_TW
 PYTHON_SINGLE_TARGET=python2_7 -python2_6 PYTHON_TARGETS=python2_7 
 -python2_6 [nomerge
 ]  virtual/python-imaging-2  USE=tk PYTHON_TARGETS=python2_7 python3_3* 
 -python2_6
 -python3_2* [ebuild   R]   dev-python/pillow-2.0.0-r1  USE=jpeg tiff tk 
 zlib -doc
 -examples -lcms -scanner {-test} -truetype -webp PYTHON_TARGETS=python2_7 
 python3_3*
 -python2_6 -python3_2* 0 kB [ebuild U  ] dev-python/pygtk-2.24.0-r4:2 
 [2.24.0-r3:2]
 USE=-doc -examples {-test} PYTHON_TARGETS=python2_7 -python2_6 0 kB 
 [ebuild U  ]
 dev-python/pygobject-2.28.6-r55:2 [2.28.6-r53:2] USE=-examples -libffi 
 {-test}
 PYTHON_TARGETS=python2_7 -python2_6 0 kB [ebuild U ~] 
 media-libs/libsndfile-1.0.25-r1
 [1.0.25] USE=alsa -minimal -sqlite -static-libs {-test%} ABI_X86=(64%*) 
 -32% (-x32) 0 kB 
 [ebuild   R]  media-libs/libvorbis-1.3.3  USE=-static-libs 0 kB 
 [nomerge   ]
 dev-python/pygtk-2.24.0-r4:2 [2.24.0-r3:2] USE=-doc -examples {-test}
 PYTHON_TARGETS=python2_7 -python2_6 [ebuild   R]  
 dev-python/numpy-1.7.1  USE=-doc
 -lapack {-test} PYTHON_TARGETS=python2_7 python3_3* -python2_6 -python3_2* 
 0 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 [ebuild  N
 ]  app-i18n/ibus-1.5.2  USE=X gconf gtk gtk3 introspection nls python -dconf 
 -deprecated
 {-test} -vala PYTHON_SINGLE_TARGET=python2_7 -python2_6 
 PYTHON_TARGETS=python2_7
 -python2_6 1,839 kB [ebuild  NS]   dev-python/pygobject-3.8.3:3 
 [2.28.6-r53:2] USE=cairo
 threads -examples {-test} PYTHON_TARGETS=python2_7 python3_3 -python2_6 
 -python3_2 642 kB 
 [ebuild  N ]  x11-misc/colord-1.0.3:0/1  USE=gusb introspection udev 
 -examples
 -extra-print-profiles -scanner -systemd -vala 1,058 kB [ebuild  N ]
 dev-libs/libgusb-0.1.6  USE=introspection -static-libs -vala 257 kB [ebuild 
  N ]
 x11-themes/gnome-themes-standard-3.8.4  USE=gtk 3,765 kB [ebuild  N ]
 x11-themes/gtk-engines-2.20.2:2  USE=lua -accessibility 673 kB [ebuild  N   
   ]
 gnome-base/dconf-0.16.1  USE=X {-test} 366 kB [ebuild  N ]  
 media-fonts/cantarell-0.0.15
 USE=X 289 kB [ebuild  N ]  gnome-base/gnome-desktop-3.8.4:3/7  
 USE=introspection -debug
 1,019 kB [ebuild  N ]  x11-libs/libXxf86misc-1.0.3  USE=-static-libs 
 250 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 ]  dev-libs/libpwquality-1.2.3 
  USE=pam -python
 -static-libs PYTHON_TARGETS=python2_7 360 kB [nomerge   ] 
 app-crypt/seahorse-3.8.2
 [2.32.0] USE=-avahi -debug -ldap (-doc%) (-introspection%) (-libnotify%) 
 (-test%) [nomerge
 ]  app-crypt/gcr-3.8.2:0/1  USE=gtk introspection -debug {-test} [ebuild  N 
 ]
 app-crypt/p11-kit-0.13  USE=-debug 532 kB [ebuild U  ] 
 x11-themes/gnome-icon-theme-3.8.3
 [3.6.2] USE=-branding 16,299 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 ]  x11-themes/gnome-icon-theme-symbolic-3.8.3  219 kB [ebuild  
  R]
 dev-python/sip-4.14.7:0/10  USE=-debug -doc PYTHON_TARGETS=python2_7 
 python3_3* -python2_6
 -python3_2* 0 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 [ebuild U  ]  gnome-base/librsvg-2.39.0:2 
 [2.36.4-r1:2] USE=gtk
 introspection -tools -vala 507 kB [ebuild   R] dev-python/pyxdg-0.25  
 USE={-test}
 PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB 
 [ebuild   R]
 dev-python/dbus-python-1.2.0  USE=-doc -examples {-test} 
 PYTHON_TARGETS=python2_7 python3_3*
 -python2_6 -python3_2* 0 kB [ebuild U  ] 
 media-libs/audiofile-0.3.6-r1:0/1 [0.3.5:0/1]
 USE=flac%* -static-libs {-test} ABI_X86=(64%*) (-32) (-x32) 519 kB 
 [ebuild U  ]
 gnome-base/gconf-3.2.6-r1:2 [2.32.4-r1:2] USE=gtk introspection -debug -ldap 
 -orbit%
 -policykit PYTHON_TARGETS=python2_7%* -python2_6% 1,524 kB [ebuild   R]
 media-libs/flac-1.2.1-r3  USE=cxx ogg sse -3dnow (-altivec) -debug 
 -static-libs 0 kB [nomerge
 ] x11-base/xorg-x11-7.4-r2 [nomerge   ]  x11-apps/xlsclients-1.1.3 
 [ebuild   R]
 x11-libs/libxcb-1.9.1  USE=-doc (-selinux) -static-libs -xkb ABI_X86=(64) 
 (-32) (-x32)
 PYTHON_SINGLE_TARGET=python2_7 -python2_6 -python3_2 -python3_3 
 PYTHON_TARGETS=python2_7
 python3_3* -python2_6 -python3_2* 0 kB [ebuild   R]
 x11-proto/xcb-proto-1.8-r3
 ABI_X86=(64) (-32) (-x32

Re: [gentoo-user] Epic list of total FAIL.

2015-08-20 Thread Alan Grimes
=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] 
port=22 ; exec rsync --rsh=\ssh -p\${port} \${3}\ -avP
\\${host}:/\${x#*/}\ \\$1\ rsync ${DISTDIR}/${FILE} ${URI}
${PORTAGE_SSH_OPTS}
ROOT=/
ROOTPATH=/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.6:/usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.6:/opt/nvidia-cg-toolkit/bin:/usr/lib64/subversion/bin
RPMDIR=/usr/portage/rpm
RUBY_TARGETS=ruby19 ruby20 ruby21 ruby22 ruby24
R_HOME=/usr/lib64/R
SCHEME_LIBRARY_PATH=/usr/share/slib/
SHELL=/bin/bash
SHLVL=1
SYMLINK_LIB=yes
TERM=xterm
UNINSTALL_IGNORE=/lib/modules/* /var/run /var/lock
USE=3dnow 3dnowext X a52 aac acl acpi alsa amd64 amr apache2 ares
audiofile autoipd avahi berkdb bittorrent blender-game bmp boost
branding bzip2 c++0x cairo caps cdda cdr cg cgi clang cli consolekit
cpudetection cracklib crypt css cups curl custom-cflags custom-tune cxx
dbus debugger declarative device-mapper dga discouraged dolbyinrec
double-precision dri drm dts dvd dvdr emboss encode evdev exif expat
extras fam fbcon ffcall ffmpeg fftw firefox firmware flac fluidsynth
fontconfig foomaticdb fortran freeimage ftp g3dvl gbm gdbm gflags
gfortran ggz gif gl glade glamor glut gmp gnome gnome-keyring gphoto2
gpm graphviz gsl gstreamer gtk gtk3 heterogeneous high-ints hpijs hwdb
iconv icu ide imlib ipv6 ithreads jadetex java jit joystick jpeg jpeg2k
kde kdrive lame lapack lcms ldap libffi libkms libnotify libwww
llvm-shared-libs lm_sensors lua lzo mad matroska mdnsresponder-compat
metis midi minizip mmap mms mmx mmxext mng modules mozilla mp3 mp3rtp
mp4 mpeg mpeg2 multicore multilib multislot mysql nas natspec ncurses
netpbm nls nowin nptl nsplugin ode ogg ogre ois okteta openal opencl
openexr opengl openmp openssl opus orc pae pam pango parport pch pcre
pcre16 pdf perl pgo plasma png policykit posix postproc povray ppds
private-headers pulseaudio python python3 qml qt3support qt4 qthelp
quicktime r600-llvm-compiler readline reiserfs script sdk sdl seamonkey
seccomp secure-delete semantic-desktop server session sftp sip smp
soprano spell sql sqlite sse sse2 sse3 sse4 ssl startup-notification
static-ppds subversion svg system-boost system-cairo system-icu
system-jpeg system-libvpx system-sqlite t1lib tcpd theora threads
threadsafe threadsonly tiff tinfo tk truetype udev udisks unicode
unlock-notify upnp upnp-av upower usb userlocales utempter uuid uvm uxa
v4l vcd video videos vnc vorbis webkit wxwidgets x264 xcb xine xml xmp
xv xvfb xvid xvmc yuv4mpeg zeroconf zlib ABI_X86=64 32
ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci
APACHE2_MODULES=authn_core authz_core socache_shmcb unixd actions alias
auth_basic authn_alias authn_anon authn_dbm authn_default authn_file
authz_dbm authz_default authz_groupfile authz_host authz_owner
authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir
disk_cache env expires ext_filter file_cache filter headers include info
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif
speling status unique_id userdir usertrack vhost_alias
CALLIGRA_FEATURES=kexi words flow plan sheets stage tables krita karbon
braindump author CAMERAS=ptp2 COLLECTD_PLUGINS=df interface irq load
memory rrdtool swap syslog CPU_FLAGS_X86=mmx mmxext sse2_4way 3dnow
3dnowext sse sse2 sse3 sse4 ELIBC=glibc GPSD_PROTOCOLS=ashtech aivdm
earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea
ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf
superstar2 timing tsip tripmate tnt ublox ubx GRUB_PLATFORMS=pc
efi-64 INPUT_DEVICES=keyboard mouse KERNEL=linux
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
ncurses text LIBREOFFICE_EXTENSIONS=presenter-console
presenter-minimizer LINGUAS=en en_US
OFFICE_IMPLEMENTATION=libreoffice PHP_TARGETS=php5-5
PYTHON_SINGLE_TARGET=python2_7 PYTHON_TARGETS=python2_7 python3_4
python2_7 python3_4 RUBY_TARGETS=ruby19 ruby20 ruby21 ruby22 ruby24
USERLAND=GNU VIDEO_CARDS=nvidia radeonsi radeon
XTABLES_ADDONS=quota2 psd pknock lscan length2 ipv4options ipset ipp2p
iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark
dhcpmac delude chaos account
USER=root
USERLAND=GNU
USE_EXPAND=ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ALSA_CARDS APACHE2_MODULES
APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_X86
CROSSCOMPILE_OPTS CURL_SSL DRACUT_MODULES DVB_CARDS ELIBC
ENLIGHTENMENT_MODULES FCDSL_CARDS FFTOOLS FOO2ZJS_DEVICES
FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL
LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES MONKEYD_PLUGINS
NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL OFED_DRIVERS
OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM
PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS
QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS

Re: [gentoo-user] resolving names of local hosts locally

2015-12-04 Thread Peter Humphrey
On Thursday 03 December 2015 23:01:27 lee wrote:
> Peter Humphrey <pe...@prh.myzen.co.uk> writes:
> > Have you looked into net-dns/dnsmasq?
> 
> "Small forwarding DNS server"?  Why would I want a forwarding one?

Because it only forwards queries that it can't answer itself - see lines 72 
- 74 in the attached config file. (My resolv.conf points to localhost and 
resolv.dnsmasq points upstream.)

-- 
Rgds
Peter
# Configuration file for dnsmasq.
#
# Format is one option per line, legal options are the same
# as the long options legal on the command line. See
# "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details.

# Listen on this specific port instead of the standard DNS port
# (53). Setting this to zero completely disables DNS function,
# leaving only DHCP and/or TFTP.
#port=5353

# The following two options make you a better netizen, since they
# tell dnsmasq to filter out queries which the public DNS cannot
# answer, and which load the servers (especially the root servers)
# unnecessarily. If you have a dial-on-demand link they also stop
# these requests from bringing up the link unnecessarily.

# Never forward plain names (without a dot or domain part)
domain-needed
# Never forward addresses in the non-routed address spaces.
bogus-priv

# Uncomment these to enable DNSSEC validation and caching:
# (Requires dnsmasq to be built with DNSSEC option.)
#conf-file=/usr/share/dnsmasq/trust-anchors.conf
#dnssec

# Replies which are not DNSSEC signed may be legitimate, because the domain
# is unsigned, or may be forgeries. Setting this option tells dnsmasq to
# check that an unsigned reply is OK, by finding a secure proof that a DS 
# record somewhere between the root and the domain does not exist. 
# The cost of setting this is that even queries in unsigned domains will need
# one or more extra DNS queries to verify.
#dnssec-check-unsigned

# Uncomment this to filter useless windows-originated DNS requests
# which can trigger dial-on-demand links needlessly.
# Note that (amongst other things) this blocks all SRV requests,
# so don't use it if you use eg Kerberos, SIP, XMMP or Google-talk.
# This option only affects forwarding, SRV records originating for
# dnsmasq (via srv-host= lines) are not suppressed by it.
filterwin2k

# Change this line if you want dns to get its upstream servers from
# somewhere other that /etc/resolv.conf
resolv-file=/etc/resolv.dnsmasq

# By  default,  dnsmasq  will  send queries to any of the upstream
# servers it knows about and tries to favour servers to are  known
# to  be  up.  Uncommenting this forces dnsmasq to try each query
# with  each  server  strictly  in  the  order  they   appear   in
# /etc/resolv.conf
#strict-order

# If you don't want dnsmasq to read /etc/resolv.conf or any other
# file, getting its servers from this file instead (see below), then
# uncomment this.
#no-resolv

# If you don't want dnsmasq to poll /etc/resolv.conf or other resolv
# files for changes and re-read them then uncomment this.
#no-poll

# Add other name servers here, with domain specs if they are for
# non-public domains.
#server=/localnet/192.168.1.1

# Example of routing PTR queries to nameservers: this will send all
# address->name queries for 192.168.3/24 to nameserver 10.1.2.3
#server=/3.168.192.in-addr.arpa/10.1.2.3

# Add local-only domains here, queries in these domains are answered
# from /etc/hosts or DHCP only.
local=/prhnet/

# Add domains which you want to force to an IP address here.
# The example below send any host in double-click.net to a local
# web-server.
#address=/double-click.net/127.0.0.1

# --address (and --server) work with IPv6 addresses too.
#address=/www.thekelleys.org.uk/fe80::20d:60ff:fe36:f83

# Add the IPs of all queries to yahoo.com, google.com, and their
# subdomains to the vpn and search ipsets:
#ipset=/yahoo.com/google.com/vpn,search

# You can control how dnsmasq talks to a server: this forces
# queries to 10.1.2.3 to be routed via eth1
# server=10.1.2.3@eth1

# and this sets the source (ie local) address used to talk to
# 10.1.2.3 to 192.168.1.1 port 55 (there must be a interface with that
# IP on the machine, obviously).
# server=10.1.2.3@192.168.1.1#55

# If you want dnsmasq to change uid and gid to something other
# than the default, edit the following lines.
#user=
#group=

# If you want dnsmasq to listen for DHCP and DNS requests only on
# specified interfaces (and the loopback) give the name of the
# interface (eg eth0) here.
# Repeat the line for more than one interface.
#interface=
# Or you can specify which interface _not_ to listen on
#except-interface=
# Or which to listen on by address (remember to include 127.0.0.1 if
# you use this.)
#listen-address=
# If you want dnsmasq to provide only DNS service on an interface,
# configure it as shown above, and then use the following line to
# disable DHCP and TFTP on it.
#no-dhcp-interface=

# On systems which support it, dnsmasq binds the wild

Re: [gentoo-user] Gcc 5.3

2015-12-25 Thread Alan Grimes
R_CLEAN="find "${PORT_LOGDIR}" -type f ! -name "summary.log*"
-mtime +7 -delete"
PRELINK_PATH_MASK="/usr/lib64/klibc:/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so:/usr/lib32/libfreebl3.so:/usr/lib32/libnssdbm3.so:/usr/lib32/libsoftokn3.so:/opt/bin/skype"
PROFILEHOME=""
PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USERLAND
USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH
USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND"
PWD="/home/atg"
PYTHONDONTWRITEBYTECODE="1"
PYTHON_SINGLE_TARGET="python2_7"
PYTHON_TARGETS="python2_7 python3_4 python2_7 python3_4"
QT_GRAPHICSSYSTEM="raster"
QT_PLUGIN_PATH="/usr/lib64/kde4/plugins"
RESUMECOMMAND="wget -c -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}"
"${URI}""
RESUMECOMMAND_RSYNC="rsync -avP "${URI}" "${DISTDIR}/${FILE}""
RESUMECOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ;
port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] &&
port=22 ; exec rsync --rsh=\"ssh -p\${port} \${3}\" -avP
\"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}"
"${PORTAGE_SSH_OPTS}""
ROOT="/"
ROOTPATH="/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.6:/usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.6:/opt/nvidia-cg-toolkit/bin:/usr/lib64/subversion/bin"
RPMDIR="/usr/portage/rpm"
RUBY_TARGETS="ruby20 ruby21 ruby21 ruby22 ruby24"
R_HOME="/usr/lib64/R"
SCHEME_LIBRARY_PATH="/usr/share/slib/"
SHELL="/bin/bash"
SHELL_SESSION_ID="d8536f8a2efd4000be0b376902596e6c"
SHLVL="4"
SYMLINK_LIB="yes"
TERM="xterm"
UNINSTALL_IGNORE="/lib/modules/* /var/run /var/lock"
USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 amr apache2 ares
audiofile autoipd avahi berkdb bittorrent blender-game bmp boost
branding bzip2 c++0x cairo caps cdda cdr cg cgi clang cli consolekit
contrib cpudetection cracklib crypt css cuda cups curl custom-cflags
custom-tune cxx dbus debugger declarative device-mapper dga discouraged
dolbyinrec double-precision dri drm dts dvd dvdr emboss encode evdev
exif expat extras fam fbcon ffcall ffmpeg fftw firefox firmware flac
fluidsynth fontconfig foomaticdb fortran freeimage ftp g3dvl gbm gd gdbm
gflags gfortran ggz gif gl glade glamor glut gmp gnome gnome-keyring
gphoto2 gpm graphviz gsl gstreamer gtk gtk3 heterogeneous high-ints
hpijs hwdb iconv icu ide imlib ipv6 ithreads jadetex java jit joystick
jpeg jpeg2k kde kdrive lame lapack lcms ldap libffi libkms libnotify
libwww llvm-shared-libs lm_sensors lua lzo mad matroska
mdnsresponder-compat metis midi minizip mmap mms mmx mmxext mng modules
mozilla mp3 mp3rtp mp4 mpeg mpeg2 multicore multilib multislot mysql
mysqli nas natspec ncurses netpbm nls nowin nptl nsplugin ode ogg ogre
ois okteta openal opencl openexr opengl openmp openssl opus orc pae pam
pango parport pch pcre pcre16 pdf pdo perl pgo plasma png policykit
posix postproc povray ppds private-headers pulseaudio python python3 qml
qt3support qt4 qthelp quicktime r600-llvm-compiler readline reiserfs
script sdk sdl seamonkey seccomp secure-delete semantic-desktop server
session sftp sip smp soprano spell sql sqlite sse sse2 sse3 sse4 ssl
startup-notification static-ppds subversion svg system-boost system-icu
system-jpeg system-libvpx system-sqlite t1lib tcpd theora threads
threadsafe threadsonly tiff tinfo tk truetype udev udisks unicode
unlock-notify upnp upnp-av upower usb userlocales utempter uuid uvm uxa
v4l vcd video videos vnc vorbis vpx webkit wxwidgets x264 xattr xcb xine
xml xmp xv xvfb xvid xvmc yuv4mpeg zeroconf zlib" ABI_X86="64 32"
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias
auth_basic authn_alias authn_anon authn_dbm authn_default authn_file
authz_dbm authz_default authz_groupfile authz_host authz_owner
authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir
disk_cache env expires ext_filter file_cache filter headers include info
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif
speling status unique_id userdir usertrack vhost_alias"
CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon
braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load
memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse2_4way 3dnow
3dnowext sse sse2 sse3 sse4" ELIBC="glibc" GPSD_PROTOC

Re: [gentoo-user] Portage spokes again...

2016-12-21 Thread Meino . Cramer
Rich Freeman <ri...@gentoo.org> [16-12-21 20:12]:
> On Wed, Dec 21, 2016 at 1:44 PM,  <meino.cra...@gmx.de> wrote:
> > Corbin Bird <corbinb...@charter.net> [16-12-21 17:12]:
> > The first run of emerge tells me to add the systemd USE flag to dbus.
> > I did that and ran into to problems I reported.
> 
> Ok, I think you left that bit out...
> 
> And this is why it is helpful to understand why portage is doing
> something before just changing configuration settings.  Adding the
> systemd USE flag to packages is a really quick way to end up with
> systemd getting installed.  Generally speaking it shouldn't just
> happen by default...
> 
> Can you show the output when you add -t to the emerge command?  I
> think that will be helpful.  However, I think an earlier poster was on
> the right track when he pointed out that the tmpfiles virtual requires
> an unstable version of openrc.  I'm not sure why that was getting
> pulled in in the first place, and -t should show that.
> 
> >
> > emerge: there are no ebuilds built with USE flags to satisfy 
> > "media-libs/mesa[egl,gbm,gles2?,wayland]".
> > !!! One of the following packages is required to complete your request:
> > - media-libs/mesa-11.2.2::gentoo (Change USE: +wayland)
> > (dependency required by "kde-plasma/kwin-5.8.3::gentoo" [ebuild])
> > (dependency required by "kde-plasma/plasma-workspace-5.8.3-r4::gentoo" 
> > [ebuild])
> > (dependency required by "net-p2p/ktorrent-5.0.1::gentoo[shutdown]" [ebuild])
> > (dependency required by "@selected" [set])
> > (dependency required by "@world" [argument])
> > [1]20322 exit 1 emerge -t --update --newuse --deep --with-bdeps=y 
> > --tree --keep-going
> >
> > What?
> >
> > Now wayland shall be installed? IK!
> > I want my UNIX back!
> 
> Interesting.  I just noticed that it pulled in wayland for me.  I have
> no idea why kwin requires wayland support in mesa.  It obviously works
> fine with xorg.  I might do some looking into that.
> 
> There isn't really anything non-UNIX about wayland, though I'm not
> sure I'd be in a rush to use it just yet.  It is just a replacement
> for xorg (to say the least, it doesn't purport to be a
> feature-complete replacement and may never be).
> 
> Your wayland issues and your systemd issues are most likely entirely
> unrelated...
> 
> -- 
> Rich
> 
Hi Rich,

to confess everything ... this time
:)

The following output is base on setting "-systemd" and "-wayland"
in make.confs USE flag, "-t" was set also.

And here the master portage spoke words:

emerge -t --update --newuse --deep --with-bdeps=y --tree --keep-going 
--backtrack=30 --exclude media-video/nvidia-settings --exclude app-misc/screen 
--exclude app-misc/ytree --exclude dev-python/sip --exclude app-shells/bash 
@world -v
  
These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[nomerge   ] sci-geosciences/foxtrotgps-1.2.0::gentoo  USE="-debug" 
[ebuild U  ]  sci-geosciences/gpsd-3.10::gentoo [3.9-r1::gentoo] USE="X cxx 
dbus ipv6 ncurses python shm sockets -bluetooth -debug -latency_timing -ntp 
-qt4 -static% {-test} -udev -usb (-systemd%)" GPSD_PROTOCOLS="aivdm ashtech 
earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 navcom nmea 
ntrip oceanserver oncore rtcm104v2 rtcm104v3 sirf superstar2 tnt tripmate tsip 
ublox%* -fury -geostar -nmea2000 (-ubx%*)" PYTHON_TARGETS="python2_7%*" 1530 KiB
[nomerge   ] media-sound/ardour-5.5:5::gentoo  USE="jack (-altivec) -doc" 
CPU_FLAGS_X86="mmx sse -3dnow" 
[ebuild U  ]  media-libs/slv2-0.6.6-r1::gentoo [0.6.6::gentoo] USE="jack 
-doc" 0 KiB
[nomerge   ] media-video/mplayer-1.2.1::gentoo  USE="X alsa cdio cdparanoia 
cpudetection dvb dvd dvdnav enca encode faac gif iconv ipv6 jack jpeg jpeg2k 
ladspa libass lirc lzo mad mp3 network opengl osdmenu png sdl shm truetype 
unicode v4l vdpau vorbis x264 xscreensaver xv xvmc -a52 -aalib (-altivec) 
(-aqua) -bidi -bl -bluray -bs2b -cddb -debug -dga -directfb -doc -dts -dv -faad 
-fbcon -ftp -ggi -gsm -joystick -libcaca -libmpeg2 -live -md5sum -mng -nas -nut 
-openal -oss -pnm -pulseaudio -pvr -radio -rar -rtc -rtmp -samba (-selinux) 
-speex -tga -theora -toolame -tremor -twolame -vcd (-vidix) -xinerama -xvid 
-yuv4mpeg -zoran" CPU_FLAGS_X86="mmx sse sse2 -3dnow -3dnowext -mmxext -ssse3" 
VIDEO_CARDS="-mga -s3virge -tdfx" 
[ebuild U  ]  dev-libs/libcdio-paranoia-0.93_p1::gentoo 
[0.90_p1-r1::gentoo] USE="cxx -static-libs {-test}" ABI_X86="(64) -32 (-x32)" 
670 KiB
[ebuild U  ] app-text

Re: [gentoo-user] how to prevent portage from installing masked package

2018-10-06 Thread John Covici
6 -python3_7" 
[ebuild U  ]   app-crypt/gnupg-2.2.10-r1::gentoo [2.2.10::gentoo] 
USE="bzip2 doc ldap nls readline smartcard ssl usb (-selinux) -tofu -tools 
-wks-server" 0 KiB
[ebuild U  ]dev-libs/npth-1.6-r1::gentoo [1.5::gentoo] 
USE="-static-libs" 294 KiB
[ebuild U  ]dev-libs/libksba-1.3.5-r2::gentoo 
[1.3.5-r1::gentoo] USE="-static-libs" 0 KiB
[ebuild U  ]dev-libs/libassuan-2.5.1-r1::gentoo [2.5.1::gentoo] 
USE="-static-libs" 0 KiB
[ebuild U  ]app-crypt/pinentry-1.1.0-r3::gentoo 
[1.1.0-r2::gentoo] USE="gnome-keyring gtk ncurses qt5 -caps -emacs -fltk 
-static" 0 KiB
[ebuild U  ] app-crypt/gcr-3.28.0:0/1::gentoo 
[3.20.0:0/1::gentoo] USE="gtk introspection vala -debug -test" 1,298 KiB
[nomerge   ] app-crypt/libsecret-0.18.6-r1::gentoo  USE="crypt 
introspection -test -vala" ABI_X86="(64) -32 (-x32)" 
[ebuild U  ]  gnome-base/gnome-keyring-3.28.2::gentoo 
[3.20.1::gentoo] USE="caps filecaps pam ssh-agent (-selinux) -test" 1,292 KiB
[nomerge   ]virtual/mta-1::gentoo 
[nomerge   ] mail-mta/sendmail-8.14.9-r1::gentoo  USE="ipv6 
ldap mbox sasl ssl tcpd -libressl -nis -sockets" 
[ebuild U  ]  net-mail/mailbase-1.5::gentoo [1.4::gentoo] 
USE="pam" 0 KiB
[ebuild  NS]  app-shells/bash-4.3_p48-r2:4.3::gentoo 
[4.3_p48-r1:0::gentoo] USE="net nls readline -afs -bashlogger -examples 
-mem-scramble -plugins" 0 KiB
[ebuild  rR] media-video/mplayer-1.3.0-r5::gentoo  USE="X a52 aalib alsa 
cddb cdio cdparanoia doc dts dvd dvdnav enca encode gif iconv ipv6 jack jpeg 
libass live mad mng network opengl osdmenu png pulseaudio rtc sdl shm theora 
truetype unicode vorbis x264 xscreensaver xv xvid (-altivec) (-aqua) -bidi -bl 
-bluray -bs2b -cpudetection -debug -dga -dv -dvb -faac -faad -fbcon -ftp -ggi 
-gsm -joystick -ladspa -libcaca -libmpeg2 -lirc -lzo -md5sum -mp3 -nas -nut 
-openal -oss -pnm -pvr -radio -rar -rtmp -samba (-selinux) -speex -tga -toolame 
-tremor -twolame -v4l -vcd -vdpau (-vidix) -xinerama -xvmc -yuv4mpeg -zoran" 
CPU_FLAGS_X86="mmx mmxext sse sse2 ssse3 -3dnow -3dnowext" VIDEO_CARDS="-mga 
(-tdfx)" 0 KiB
[nomerge   ]  virtual/jack-0::gentoo  ABI_X86="(64) -32 (-x32)" 
[nomerge   ]   media-sound/jack-audio-connection-kit-0.125.0::gentoo  
USE="alsa doc pam (-altivec) (-coreaudio) -debug -examples -oss" ABI_X86="(64) 
-32 (-x32)" CPU_FLAGS_X86="sse -3dnow" 
[ebuild U  ]media-libs/libsndfile-1.0.28-r4::gentoo [1.0.28-r1::gentoo] 
USE="alsa -minimal -sqlite -static-libs -test" ABI_X86="(64) -32 (-x32)" 0 KiB
[nomerge   ]  media-video/ffmpeg-3.4.4:0/55.57.57::gentoo  USE="X alsa 
bzip2 doc encode fdk gpl hardcoded-tables iconv mp3 network opengl openssl 
postproc sdl svg theora threads truetype vorbis x264 xcb xvid zlib (-altivec) 
-amr -amrenc (-appkit) -bluray -bs2b -cdio (-celt) -chromaprint -chromium 
-cpudetection -debug -flite -fontconfig -frei0r -fribidi -gcrypt -gme -gmp 
-gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -kvazaar -ladspa -libass 
-libcaca -libdrm -libilbc -librtmp -libsoxr -libv4l -lzma (-mipsdspr1) 
(-mipsdspr2) (-mipsfpu) (-mmal) -modplug -nvenc -openal -opencl -openh264 -opus 
-oss -pic -pulseaudio -rubberband -samba -snappy -speex -ssh -static-libs -test 
-twolame -v4l -vaapi -vdpau -vpx -wavpack -webp -x265 -zeromq -zimg -zvbi" 
ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="avx mmx mmxext sse sse2 sse3 sse4_1 
sse4_2 ssse3 -3dnow -3dnowext -aes -avx2 -fma3 -fma4 -xop" FFTOOLS="aviocat 
cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper 
qt-fast!
 start sidxindex trasher" 
[ebuild U  ]   media-libs/libtheora-1.1.1-r2::gentoo [1.1.1-r1::gentoo] 
USE="doc encode -examples -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  r  U  ]  media-libs/libass-0.14.0:0/9::gentoo [0.13.5:0/5::gentoo] 
USE="fontconfig harfbuzz -static-libs" ABI_X86="(64) -32 (-x32)" 348 KiB
[ebuild U  ]  media-libs/libmad-0.15.1b-r9::gentoo [0.15.1b-r8::gentoo] 
USE="-debug -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] app-admin/mcelog-161::gentoo [160::gentoo] USE="(-selinux)" 
302 KiB
[ebuild U  ] app-misc/tmux-2.8::gentoo [2.7::gentoo] USE="-debug (-selinux) 
-utempter -vim-syntax" 623 KiB
[ebuild U  ] dev-tcltk/expect-5.45.4::gentoo [5.45::gentoo] USE="doc -debug 
-threads" 618 KiB
[ebuild  rR] app-text/calibre-3.26.1::gentoo  USE="udisks -ios" 
PYTHON_TARGETS="python2_7" 0 KiB
[nomerge   ]  dev-python/PyQt5-5.10.1-r1::gentoo  USE="bluetooth dbus gui 
network opengl printsupport

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

2016-12-07 Thread Alan Grimes
Mick wrote:
> 2. If problems show up, forget the script and use 'emerge -avuND world' as 
> Mr. 
> McKinnon suggested.  In most cases this will resolve any conflicts on its 
> own.  
> You could add '--backtrack=90' if there are unresolved conflicts to get 
> portage 
> to try harder.

=\

I do read every word sent my direction, carefully.

My misery quotient is now 429, Unfortunately, it seems I need to post
the entire Litany of Pain though it will bloat this e-mail a good deal
more than I feel comfortable posting.




tortoise ~ # emerge -avuND world<<< copied verbatim, seems
equivalent to what my script has anyway

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


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

Calculating dependencies... done!
[ebuild  N ] dev-libs/xapian-1.2.24:0/1.2.22::gentoo  USE="brass
chert inmemory -doc -static-libs" CPU_FLAGS_X86="sse sse2" 0 KiB
[ebuild   R] dev-python/six-1.10.0::gentoo  USE="-doc {-test}"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/pyasn1-0.1.9::gentoo  USE="-doc"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild U  ] dev-cpp/glibmm-2.50.0:2::gentoo [2.48.1:2::gentoo]
USE="-debug -doc {-test} (-examples%)" ABI_X86="32 (64) (-x32)" 6,285 KiB
[ebuild   R] dev-python/idna-2.1::gentoo  PYTHON_TARGETS="python2_7
python3_4 python3_5 -pypy -pypy3 (-python3_3%)" 0 KiB
[ebuild   R] dev-python/chardet-2.3.0::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/sip-4.18.1:0/11::gentoo  USE="-debug -doc"
PYTHON_TARGETS="python2_7 python3_4 python3_5 (-python3_3%)" 0 KiB
[ebuild   R] dev-python/pycrypto-2.6.1-r1::gentoo  USE="gmp -doc
{-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 (-python3_3%)" 0 KiB
[ebuild U  ] virtual/perl-Compress-Raw-Zlib-2.69.0-r1::gentoo
[2.69.0::gentoo] 0 KiB
[ebuild   R] dev-python/py-1.4.31::gentoo  USE="-doc {-test}"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/markupsafe-0.23::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild U  ] virtual/perl-libnet-3.80.100_rc::gentoo
[3.80.0::gentoo] 0 KiB
[ebuild U  ] virtual/perl-Time-Local-1.230.0-r4::gentoo
[1.230.0-r3::gentoo] 0 KiB
[ebuild U  ] virtual/perl-IO-1.360.100_rc::gentoo [1.360.0::gentoo]
0 KiB
[ebuild U  ] virtual/perl-Carp-1.400.0-r1::gentoo [1.400.0::gentoo]
0 KiB
[ebuild U  ] virtual/perl-Digest-MD5-2.540.0-r2::gentoo
[2.540.0-r1::gentoo] 0 KiB
[ebuild  NS] sys-kernel/vanilla-sources-4.8.12:4.8.12::gentoo
[4.7.2:4.7.2::gentoo] USE="-build -symlink" 237 KiB
[ebuild U  ] media-libs/audiofile-0.3.6-r2:0/1::gentoo
[0.3.6-r1:0/1::gentoo] USE="flac -static-libs {-test}" ABI_X86="32 (64)
(-x32)" 0 KiB
[ebuild U  ] sys-fs/lvm2-2.02.166::gentoo [2.02.145-r2::gentoo]
USE="readline thin udev -clvm -cman -corosync -device-mapper-only -lvm1
-lvm2create_initrd -openais (-selinux) -static -static-libs -systemd"
2,098 KiB
[ebuild U  ] dev-libs/jansson-2.9::gentoo [2.7::gentoo] USE="-doc
-static-libs" ABI_X86="32%* (64%*) (-x32)" 474 KiB
[ebuild U  ] dev-python/PySocks-1.6.4::gentoo [1.5.6::gentoo]
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3%
(-python3_3%)" 17 KiB
[ebuild   R] dev-python/enum34-1.1.6::gentoo  USE="-doc"
PYTHON_TARGETS="python2_7 -pypy -pypy3 (-python3_3%)" 0 KiB
[ebuild U  ] dev-db/sqlcipher-3.4.0::gentoo [3.3.0::gentoo]
USE="readline -libressl% -static-libs -tcl {-test}" ABI_X86="32 (64)
(-x32)" 13,283 KiB
[ebuild U  ] net-libs/libmicrohttpd-0.9.52:0/12::gentoo
[0.9.51:0/12::gentoo] USE="ssl -epoll -messages -static-libs {-test}"
1,216 KiB
[ebuild U  ] dev-python/simplejson-3.10.0::gentoo [3.8.2::gentoo]
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 77 KiB
[ebuild U  ] dev-lang/lua-5.1.5-r4::gentoo [5.1.5-r3::gentoo]
USE="deprecated readline -emacs -static" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U  ] net-libs/libpcap-1.8.1::gentoo [1.8.0::gentoo]
USE="dbus usb%* -bluetooth -netlink -static-libs (-canusb%)" ABI_X86="32
(64) (-x32)" 736 KiB
[ebuild U  ] dev-libs/libevdev-1.5.5::gentoo [1.5.4::gentoo]
USE="-static-libs" ABI_X86="32 (64) (-x32)" 397 KiB
[ebuild   R] dev-python/pycurl-7.43.0::gentoo  USE="ssl -examples
{-test}" CURL_SSL="openssl -gnutls -libressl -nss"
PYTHON_TARGETS=&

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

2018-04-02 Thread Daniel Frey
mmon: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/qttest:4

<    1   2   3