[gentoo-user] frei0r-plugins opencv ffmpeg Error: circular dependencies

2024-04-28 Thread Dale
Howdy,

I'm installing Gentoo on that old Dell Inspiron still.  I'm getting
close.  I'm now at this. 


 * Error: circular dependencies:

(media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild scheduled for
merge) depends on
 (media-libs/opencv-4.9.0:0/4.9.0::gentoo, ebuild scheduled for merge)
(buildtime_slot_op)
  (media-video/ffmpeg-6.1.1-r5:0/58.60.60::gentoo, ebuild scheduled for
merge) (buildtime_slot_op)
   (media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild scheduled for
merge) (buildtime)

It might be possible to break this cycle
by applying any of the following changes:
- media-video/ffmpeg-6.1.1-r5 (Change USE: -frei0r)
- media-plugins/frei0r-plugins-1.8.0 (Change USE: -facedetect)
- media-libs/opencv-4.9.0 (Change USE: -ffmpeg)

Note that this change can be reverted, once the package has been installed.
NAS2 ~ #


Earlier, I added those USE flags so that it could continue on with the
install.  I figured it was like that harfbuzz and something else thing. 
Now that everything else is done, I want to go back to the default USE
flags, like it said I could.  Thing is, when I remove the ones it wants
above, it still complains.  It either fails to build or spits out
something like above. 

Has anyone doing a recent new install ran into this and know how to get
around it?  I've tried different options but they either fail or tell me
to change back to the settings it suggests above.  I searched the forums
but didn't find anything.  Google didn't find anything either.  I may
have found something new.  ROFL

Thoughts??

Dale

:-)  :-) 

P. S.  I'll be glad when I can put a larger CPU cooler on that old
Dell.  I got the side off with a wall powered fan blowing on it.  ROFL 
With side on, dang near fry a egg on that poor old thing. 



Re: [gentoo-user] frei0r-plugins opencv ffmpeg Error: circular dependencies

2024-04-29 Thread Michael
On Monday, 29 April 2024 06:07:04 BST Dale wrote:
> Dale wrote:
> > Howdy,
> > 
> > I'm installing Gentoo on that old Dell Inspiron still.  I'm getting
> > close.  I'm now at this. 
> > 
> > 
> >  * Error: circular dependencies:
> > 
> > (media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild scheduled for
> > merge) depends on
> >  (media-libs/opencv-4.9.0:0/4.9.0::gentoo, ebuild scheduled for merge)
> > (buildtime_slot_op)
> >   (media-video/ffmpeg-6.1.1-r5:0/58.60.60::gentoo, ebuild scheduled for
> > merge) (buildtime_slot_op)
> >(media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild scheduled for
> > merge) (buildtime)
> > 
> > It might be possible to break this cycle
> > by applying any of the following changes:
> > - media-video/ffmpeg-6.1.1-r5 (Change USE: -frei0r)
> > - media-plugins/frei0r-plugins-1.8.0 (Change USE: -facedetect)
> > - media-libs/opencv-4.9.0 (Change USE: -ffmpeg)
> > 
> > Note that this change can be reverted, once the package has been
> > installed.
> > NAS2 ~ #
> > 
> > 
> > Earlier, I added those USE flags so that it could continue on with the
> > install.  I figured it was like that harfbuzz and something else thing. 
> > Now that everything else is done, I want to go back to the default USE
> > flags, like it said I could.  Thing is, when I remove the ones it wants
> > above, it still complains.  It either fails to build or spits out
> > something like above. 
> > 
> > Has anyone doing a recent new install ran into this and know how to get
> > around it?  I've tried different options but they either fail or tell me
> > to change back to the settings it suggests above.  I searched the forums
> > but didn't find anything.  Google didn't find anything either.  I may
> > have found something new.  ROFL
> > 
> > Thoughts??
> > 
> > Dale
> > 
> > :-)  :-)
> 
> Found a solution for most of it.  When I did my install, I added a line
> for CFLAGS but failed to comment out the other line.  It seems to have
> confused either emerge or that package or maybe both.  Basically, it
> left it empty, no setting at all. 
> 
> Now I'm left with a failure for net-dns/avahi which gives me this: 
> 
> 
> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
> -e 's,@servicedir\@,/etc/avahi/services,g' \
> -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
> (dot) org,g' \
> -e 's,@PACKAGE_URL\@,http://avahi.org/,g'
> avahi-discover.1.xml.in > avahi-discover.1.xml
> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
> -e 's,@servicedir\@,/etc/avahi/services,g' \
> -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
> (dot) org,g' \
> -e 's,@PACKAGE_URL\@,http://avahi.org/,g'
> avahi-bookmarks.1.xml.in > avahi-bookmarks.1.xml
> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
> -e 's,@servicedir\@,/etc/avahi/services,g' \
> -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
> (dot) org,g' \
> -e 's,@PACKAGE_URL\@,http://avahi.org/,g' bssh.1.xml.in > bssh.1.xml
> xmltoman avahi-daemon.8.xml > avahi-daemon.8
> Can't locate XML/Parser.pm in @INC (you may need to install the
> XML::Parser module) (@INC entries checked: /etc/perl

This message above looks suspicious:

"Can't locate XML/Parser.pm in @INC (you may need to install the
XML::Parser module) (@INC entries checked: /etc/perl"

In the first instance I'd throw 'perl-cleaner --reallyall' at it and see if 
the situation improves.


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] frei0r-plugins opencv ffmpeg Error: circular dependencies

2024-04-28 Thread Dale
Dale wrote:
> Howdy,
>
> I'm installing Gentoo on that old Dell Inspiron still.  I'm getting
> close.  I'm now at this. 
>
>
>  * Error: circular dependencies:
>
> (media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild scheduled for
> merge) depends on
>  (media-libs/opencv-4.9.0:0/4.9.0::gentoo, ebuild scheduled for merge)
> (buildtime_slot_op)
>   (media-video/ffmpeg-6.1.1-r5:0/58.60.60::gentoo, ebuild scheduled for
> merge) (buildtime_slot_op)
>    (media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild scheduled for
> merge) (buildtime)
>
> It might be possible to break this cycle
> by applying any of the following changes:
> - media-video/ffmpeg-6.1.1-r5 (Change USE: -frei0r)
> - media-plugins/frei0r-plugins-1.8.0 (Change USE: -facedetect)
> - media-libs/opencv-4.9.0 (Change USE: -ffmpeg)
>
> Note that this change can be reverted, once the package has been installed.
> NAS2 ~ #
>
>
> Earlier, I added those USE flags so that it could continue on with the
> install.  I figured it was like that harfbuzz and something else thing. 
> Now that everything else is done, I want to go back to the default USE
> flags, like it said I could.  Thing is, when I remove the ones it wants
> above, it still complains.  It either fails to build or spits out
> something like above. 
>
> Has anyone doing a recent new install ran into this and know how to get
> around it?  I've tried different options but they either fail or tell me
> to change back to the settings it suggests above.  I searched the forums
> but didn't find anything.  Google didn't find anything either.  I may
> have found something new.  ROFL
>
> Thoughts??
>
> Dale
>
> :-)  :-) 


Found a solution for most of it.  When I did my install, I added a line
for CFLAGS but failed to comment out the other line.  It seems to have
confused either emerge or that package or maybe both.  Basically, it
left it empty, no setting at all. 

Now I'm left with a failure for net-dns/avahi which gives me this: 


sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
    -e 's,@servicedir\@,/etc/avahi/services,g' \
    -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
(dot) org,g' \
    -e 's,@PACKAGE_URL\@,http://avahi.org/,g'
avahi-discover.1.xml.in > avahi-discover.1.xml
sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
    -e 's,@servicedir\@,/etc/avahi/services,g' \
    -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
(dot) org,g' \
    -e 's,@PACKAGE_URL\@,http://avahi.org/,g'
avahi-bookmarks.1.xml.in > avahi-bookmarks.1.xml
sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
    -e 's,@servicedir\@,/etc/avahi/services,g' \
    -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
(dot) org,g' \
    -e 's,@PACKAGE_URL\@,http://avahi.org/,g' bssh.1.xml.in > bssh.1.xml
xmltoman avahi-daemon.8.xml > avahi-daemon.8
Can't locate XML/Parser.pm in @INC (you may need to install the
XML::Parser module) (@INC entries checked: /etc/perl
/usr/local/lib64/perl5/5.38/x86_64-linux-thread-multi
/usr/local/lib64/perl5/5.38
/usr/lib64/perl5/vendor_perl/5.38/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.38
/usr/lib64/perl5/5.38/x86_64-linux-thread-multi /usr/lib64/perl5/5.38)
at /usr/bin/xmltoman line 22.
BEGIN failed--compilation aborted at /usr/bin/xmltoman line 22.
make[2]: *** [Makefile:861: avahi-daemon.8] Error 2
make[2]: Leaving directory
'/var/tmp/portage/net-dns/avahi-0.8-r7/work/avahi-0.8-abi_x86_64.amd64/man'
make[1]: *** [Makefile:826: all-recursive] Error 1
make[1]: Leaving directory
'/var/tmp/portage/net-dns/avahi-0.8-r7/work/avahi-0.8-abi_x86_64.amd64'
make: *** [Makefile:736: all] Error 2
 * ERROR: net-dns/avahi-0.8-r7::gentoo failed (compile phase):
 *   emake failed



I'll go dig, maybe try another version or something. 

I wonder why emerge or something didn't point out basically a empty
setting for CFLAG.  Odd. 

Dale

:-)  :-)



Re: [gentoo-user] frei0r-plugins opencv ffmpeg Error: circular dependencies

2024-04-28 Thread Waldo Lemmer
Hi Dale,

CFLAGS can't have an effect on dependencies. It is passed to make; emerge
doesn't use it. Emerge does use CPU_FLAGS_*, but I don't know if those
flags are used for any conditional dependencies.

Regards,
Waldo

On Mon, Apr 29, 2024, 07:07 Dale  wrote:

> Dale wrote:
> > Howdy,
> >
> > I'm installing Gentoo on that old Dell Inspiron still.  I'm getting
> > close.  I'm now at this.
> >
> >
> >  * Error: circular dependencies:
> >
> > (media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild scheduled for
> > merge) depends on
> >  (media-libs/opencv-4.9.0:0/4.9.0::gentoo, ebuild scheduled for merge)
> > (buildtime_slot_op)
> >   (media-video/ffmpeg-6.1.1-r5:0/58.60.60::gentoo, ebuild scheduled for
> > merge) (buildtime_slot_op)
> >(media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild scheduled for
> > merge) (buildtime)
> >
> > It might be possible to break this cycle
> > by applying any of the following changes:
> > - media-video/ffmpeg-6.1.1-r5 (Change USE: -frei0r)
> > - media-plugins/frei0r-plugins-1.8.0 (Change USE: -facedetect)
> > - media-libs/opencv-4.9.0 (Change USE: -ffmpeg)
> >
> > Note that this change can be reverted, once the package has been
> installed.
> > NAS2 ~ #
> >
> >
> > Earlier, I added those USE flags so that it could continue on with the
> > install.  I figured it was like that harfbuzz and something else thing.
> > Now that everything else is done, I want to go back to the default USE
> > flags, like it said I could.  Thing is, when I remove the ones it wants
> > above, it still complains.  It either fails to build or spits out
> > something like above.
> >
> > Has anyone doing a recent new install ran into this and know how to get
> > around it?  I've tried different options but they either fail or tell me
> > to change back to the settings it suggests above.  I searched the forums
> > but didn't find anything.  Google didn't find anything either.  I may
> > have found something new.  ROFL
> >
> > Thoughts??
> >
> > Dale
> >
> > :-)  :-)
>
>
> Found a solution for most of it.  When I did my install, I added a line
> for CFLAGS but failed to comment out the other line.  It seems to have
> confused either emerge or that package or maybe both.  Basically, it
> left it empty, no setting at all.
>
> Now I'm left with a failure for net-dns/avahi which gives me this:
>
>
> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
> -e 's,@servicedir\@,/etc/avahi/services,g' \
> -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
> (dot) org,g' \
> -e 's,@PACKAGE_URL\@,http://avahi.org/,g'
> avahi-discover.1.xml.in > avahi-discover.1.xml
> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
> -e 's,@servicedir\@,/etc/avahi/services,g' \
> -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
> (dot) org,g' \
> -e 's,@PACKAGE_URL\@,http://avahi.org/,g'
> avahi-bookmarks.1.xml.in > avahi-bookmarks.1.xml
> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
> -e 's,@servicedir\@,/etc/avahi/services,g' \
> -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
> (dot) org,g' \
> -e 's,@PACKAGE_URL\@,http://avahi.org/,g' bssh.1.xml.in >
> bssh.1.xml
> xmltoman avahi-daemon.8.xml > avahi-daemon.8
> Can't locate XML/Parser.pm in @INC (you may need to install the
> XML::Parser module) (@INC entries checked: /etc/perl
> /usr/local/lib64/perl5/5.38/x86_64-linux-thread-multi
> /usr/local/lib64/perl5/5.38
> /usr/lib64/perl5/vendor_perl/5.38/x86_64-linux-thread-multi
> /usr/lib64/perl5/vendor_perl/5.38
> /usr/lib64/perl5/5.38/x86_64-linux-thread-multi /usr/lib64/perl5/5.38)
> at /usr/bin/xmltoman line 22.
> BEGIN failed--compilation aborted at /usr/bin/xmltoman line 22.
> make[2]: *** [Makefile:861: avahi-daemon.8] Error 2
> make[2]: Leaving directory
> '/var/tmp/portage/net-dns/avahi-0.8-r7/work/avahi-0.8-abi_x86_64.amd64/man'
> make[1]: *** [Makefile:826: all-recursive] Error 1
> make[1]: Leaving directory
> '/var/tmp/portage/net-dns/avahi-0.8-r7/work/avahi-0.8-abi_x86_64.amd64'
> make: *** [Makefile:736: all] Error 2
>  * ERROR: net-dns/avahi-0.8-r7::gentoo failed (compile phase):
>  *   emake failed
>
>
>
> I'll go dig, maybe try another version or something.
>
> I wonder why emerge or something didn't point out basically a empty
> setting for CFLAG.  Odd.
>
> Dale
>
> :-)  :-)
>
>


Re: [gentoo-user] frei0r-plugins opencv ffmpeg Error: circular dependencies

2024-04-29 Thread Dale
Hi,

What it did, it caused a package to fail that the others depended on. 
Once it failed, the others failed as well.  I did a search on the forum
and found one thread that had the problem.  I do wish people would use
better topic tittles than 'my emerge failed' or oh my upgrade stopped'
or some other equally uninformative title.  Anyway, when I found that I
had forgot to comment out the wrong line, I fixed it.  Then it moved
on.  Weird but hey, it worked. 

Now I'm working on Michael's solution to the other problem.

Dale

:-)  :-) 


Waldo Lemmer wrote:
> Hi Dale,
>
> CFLAGS can't have an effect on dependencies. It is passed to make;
> emerge doesn't use it. Emerge does use CPU_FLAGS_*, but I don't know
> if those flags are used for any conditional dependencies.
>
> Regards,
> Waldo
>
> On Mon, Apr 29, 2024, 07:07 Dale  <mailto:rdalek1...@gmail.com>> wrote:
>
> Dale wrote:
> > Howdy,
> >
> > I'm installing Gentoo on that old Dell Inspiron still.  I'm getting
> > close.  I'm now at this. 
> >
> >
> >  * Error: circular dependencies:
> >
> > (media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild
> scheduled for
> > merge) depends on
> >  (media-libs/opencv-4.9.0:0/4.9.0::gentoo, ebuild scheduled for
> merge)
> > (buildtime_slot_op)
> >   (media-video/ffmpeg-6.1.1-r5:0/58.60.60::gentoo, ebuild
> scheduled for
> > merge) (buildtime_slot_op)
> >    (media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild
> scheduled for
> > merge) (buildtime)
>     >
> > It might be possible to break this cycle
> > by applying any of the following changes:
> > - media-video/ffmpeg-6.1.1-r5 (Change USE: -frei0r)
> > - media-plugins/frei0r-plugins-1.8.0 (Change USE: -facedetect)
> > - media-libs/opencv-4.9.0 (Change USE: -ffmpeg)
> >
> > Note that this change can be reverted, once the package has been
> installed.
> > NAS2 ~ #
> >
> >
> > Earlier, I added those USE flags so that it could continue on
> with the
> > install.  I figured it was like that harfbuzz and something else
> thing. 
> > Now that everything else is done, I want to go back to the
> default USE
> > flags, like it said I could.  Thing is, when I remove the ones
> it wants
> > above, it still complains.  It either fails to build or spits out
> > something like above. 
> >
> > Has anyone doing a recent new install ran into this and know how
> to get
> > around it?  I've tried different options but they either fail or
> tell me
> > to change back to the settings it suggests above.  I searched
> the forums
> > but didn't find anything.  Google didn't find anything either. 
> I may
> > have found something new.  ROFL
> >
> > Thoughts??
> >
> > Dale
> >
> > :-)  :-)
>
>
> Found a solution for most of it.  When I did my install, I added a
> line
> for CFLAGS but failed to comment out the other line.  It seems to have
> confused either emerge or that package or maybe both.  Basically, it
> left it empty, no setting at all. 
>
> Now I'm left with a failure for net-dns/avahi which gives me this: 
>
>
> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
>     -e 's,@servicedir\@,/etc/avahi/services,g' \
>     -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
> (dot) org,g' \
>     -e 's,@PACKAGE_URL\@,http://avahi.org/,g'
> avahi-discover.1.xml.in <http://avahi-discover.1.xml.in> >
> avahi-discover.1.xml
> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
>     -e 's,@servicedir\@,/etc/avahi/services,g' \
>     -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
> (dot) org,g' \
>     -e 's,@PACKAGE_URL\@,http://avahi.org/,g'
> avahi-bookmarks.1.xml.in <http://avahi-bookmarks.1.xml.in> >
> avahi-bookmarks.1.xml
> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
>     -e 's,@servicedir\@,/etc/avahi/services,g' \
>     -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
> (dot) org,g' \
>     -e 's,@PACKAGE_URL\@,http://avahi.org/,g' bssh.1.xml.in
> <http://bssh.1.xml.in> > bssh.1.xml
> xmltoman avahi-daemon.8.xml > avahi-daemon.8
> Can't locate XML/Parser.pm in @INC (you may need to install the
> XML::Parser module) (@INC entries checked: /etc/perl
> /usr/local/lib64/perl5/5.38/x86_64-linux-

Re: [gentoo-user] frei0r-plugins opencv ffmpeg Error: circular dependencies

2024-04-29 Thread Dale
Michael wrote:
> On Monday, 29 April 2024 06:07:04 BST Dale wrote:
>> Dale wrote:
>>> Howdy,
>>>
>>> I'm installing Gentoo on that old Dell Inspiron still.  I'm getting
>>> close.  I'm now at this. 
>>>
>>>
>>>  * Error: circular dependencies:
>>>
>>> (media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild scheduled for
>>> merge) depends on
>>>  (media-libs/opencv-4.9.0:0/4.9.0::gentoo, ebuild scheduled for merge)
>>> (buildtime_slot_op)
>>>   (media-video/ffmpeg-6.1.1-r5:0/58.60.60::gentoo, ebuild scheduled for
>>> merge) (buildtime_slot_op)
>>>(media-plugins/frei0r-plugins-1.8.0:0/0::gentoo, ebuild scheduled for
>>> merge) (buildtime)
>>>
>>> It might be possible to break this cycle
>>> by applying any of the following changes:
>>> - media-video/ffmpeg-6.1.1-r5 (Change USE: -frei0r)
>>> - media-plugins/frei0r-plugins-1.8.0 (Change USE: -facedetect)
>>> - media-libs/opencv-4.9.0 (Change USE: -ffmpeg)
>>>
>>> Note that this change can be reverted, once the package has been
>>> installed.
>>> NAS2 ~ #
>>>
>>>
>>> Earlier, I added those USE flags so that it could continue on with the
>>> install.  I figured it was like that harfbuzz and something else thing. 
>>> Now that everything else is done, I want to go back to the default USE
>>> flags, like it said I could.  Thing is, when I remove the ones it wants
>>> above, it still complains.  It either fails to build or spits out
>>> something like above. 
>>>
>>> Has anyone doing a recent new install ran into this and know how to get
>>> around it?  I've tried different options but they either fail or tell me
>>> to change back to the settings it suggests above.  I searched the forums
>>> but didn't find anything.  Google didn't find anything either.  I may
>>> have found something new.  ROFL
>>>
>>> Thoughts??
>>>
>>> Dale
>>>
>>> :-)  :-)
>> Found a solution for most of it.  When I did my install, I added a line
>> for CFLAGS but failed to comment out the other line.  It seems to have
>> confused either emerge or that package or maybe both.  Basically, it
>> left it empty, no setting at all. 
>>
>> Now I'm left with a failure for net-dns/avahi which gives me this: 
>>
>>
>> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
>> -e 's,@servicedir\@,/etc/avahi/services,g' \
>> -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
>> (dot) org,g' \
>> -e 's,@PACKAGE_URL\@,http://avahi.org/,g'
>> avahi-discover.1.xml.in > avahi-discover.1.xml
>> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
>> -e 's,@servicedir\@,/etc/avahi/services,g' \
>> -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
>> (dot) org,g' \
>> -e 's,@PACKAGE_URL\@,http://avahi.org/,g'
>> avahi-bookmarks.1.xml.in > avahi-bookmarks.1.xml
>> sed -e 's,@pkgsysconfdir\@,/etc/avahi,g' \
>> -e 's,@servicedir\@,/etc/avahi/services,g' \
>> -e 's,@PACKAGE_BUGREPORT\@,avahi (at) lists (dot) freedesktop
>> (dot) org,g' \
>> -e 's,@PACKAGE_URL\@,http://avahi.org/,g' bssh.1.xml.in > bssh.1.xml
>> xmltoman avahi-daemon.8.xml > avahi-daemon.8
>> Can't locate XML/Parser.pm in @INC (you may need to install the
>> XML::Parser module) (@INC entries checked: /etc/perl
> This message above looks suspicious:
>
> "Can't locate XML/Parser.pm in @INC (you may need to install the
> XML::Parser module) (@INC entries checked: /etc/perl"
>
> In the first instance I'd throw 'perl-cleaner --reallyall' at it and see if 
> the situation improves.


I wasn't sure if the two were related but it seems they are.  I was also
running into a error with genlop.  I'm pretty sure genlop uses perl.  It
would spit this out each time I tried to use it. 



NAS2 ~ # genlop -c
Can't locate Clone.pm in @INC (you may need to install the Clone module)
(@INC entries checked: /etc/perl
/usr/local/lib64/perl5/5.38/x86_64-linux-thread-multi
/usr/local/lib64/perl5/5.38
/usr/lib64/perl5/vendor_perl/5.38/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.38
/usr/lib64/perl5/5.38/x86_64-linux-thread-multi /usr/lib64/perl5/5.38)
at /usr/lib64/perl5/vendor_perl/5.38/HTTP/Headers.pm line 8.
BEGIN failed--compilation aborted at
/usr/lib64/perl5/vendor_perl/5.38/HTTP/Headers.pm line 8.
Compilation failed in require at
/usr/lib64/perl5/vendor_perl/5.38/HTTP/Message.pm line 8.
Compilation failed in require at /usr/lib64/perl5/5.38/parent.pm line 16.

Re: [gentoo-user] System borked after emerge -e world (SOLVED)

2017-04-27 Thread wabe
I tried to reboot the system. But even this did not work. So I 
toggled the power. The system booted without problems and it 
seems that everything works well again.

I wonder what caused the trouble. The last package that was
compiled successfully was media-plugins/frei0r-plugins-1.5.0.
The next package, which failed, was media-libs/libmypaint-1.3.0.
After that, the system was broken.

Now I resume the emerge process. 15 Packages are left. Right now
media-libs/libmypaint-1.3.0 was successful compiled. Waiting
for the rest.

Thanks for all answers. 

--
Regards
wabe

Floyd Anderson <f...@31c0.net> wrote:

> On Do, 27 Apr 19:43:46 +0200
> wabe <waben...@gmail.com> wrote:
> >"J. Roeleveld" <jo...@antarean.org> wrote:
> >  
> >> On April 27, 2017 7:20:29 PM GMT+02:00, wabe <waben...@gmail.com>
> >> wrote:  
> >On tty12 I can see messages […]  
> Try to switch to an other virtual terminal (with Ctrl+Alt+2) and
> start from there.

Couldn't login to any terminal.
 
> >But I cannot open another terminal. I don't even see what I'm typing
> >(no echo). I can only see the output.  
> Try to reset the terminal by invoking `reset`.

Did not work.



[gentoo-user] Missing digest for *** Tree looks messed up.

2015-08-09 Thread Dale
Howdy,

I'm sure I'm not alone on monitoring -dev to see upcoming changes.  I
noticed they switched to git or something and it seems to have caused a
bit of trouble.  At least I think it may have.  I did my usual 'eix-sync
 emerge -uvaDN world'.  The sync took MUCH longer than usual.  I'm
talking a WHOLE LOT longer than usual.  My first thought, one time thing
because of the changes, maybe.  Then I got a screen full of this sort of
stuff.



 * Missing digest for
'/var/cache/portage/tree/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-plugins/frei0r-plugins/frei0r-plugins-1.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-base/kdm/kdm-4.11.19.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-0.10.23-r1.ebuild'
 * Missing digest for
'/var/cache/portage/tree/sys-fs/fuse/fuse-2.9.4.ebuild'
 * Missing digest for
'/var/cache/portage/tree/net-dialup/ppp/ppp-2.4.7.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/net-misc/wget/wget-1.16.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/sys-apps/dbus/dbus-1.8.16.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-video/transcode/transcode-1.1.7-r3.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/kde-base/kwin/kwin-4.11.19.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-fonts/efont-unicode/efont-unicode-0.4.2-r1.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/kde-apps/kolourpaint/kolourpaint-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-apps/kbreakout/kbreakout-4.14.3.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/dev-cpp/eigen/eigen-3.1.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/x11-proto/xcb-proto/xcb-proto-1.11.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/app-portage/flaggie/flaggie-0.2.1.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-apps/plasma-apps/plasma-apps-4.14.3.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/x11-libs/libXi/libXi-1.7.4.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-misc/krusader/krusader-2.4.0_beta3-r1.ebuild'
 \ * Manifest not found for
'/var/cache/portage/tree/virtual/acl/acl-0-r1.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/dev-libs/libcdio/libcdio-0.92.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-libs/libass/libass-0.11.2.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/kde-apps/pairs/pairs-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/x11-misc/obconf-qt/obconf-qt-0.1.0.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/kde-base/kstartupconfig/kstartupconfig-4.11.19.ebuild'
 * Missing digest for
'/var/cache/portage/tree/dev-ruby/rdoc/rdoc-4.1.2-r1.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/kde-apps/kalgebra/kalgebra-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/app-admin/webmin/webmin-1.730.ebuild'
 \ * Missing digest for
'/var/cache/portage/tree/x11-libs/libXau/libXau-1.0.8.ebuild'
 * Missing digest for
'/var/cache/portage/tree/dev-python/pillow/pillow-2.8.1.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/kde-base/libkgreeter/libkgreeter-4.11.19.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/net-im/pidgin/pidgin-2.10.11.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-sound/gsm/gsm-1.0.13-r1.ebuild'
 - * Manifest not found for
'/var/cache/portage/tree/virtual/ffmpeg/ffmpeg-9-r2.ebuild'
 * Missing digest for
'/var/cache/portage/tree/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/kde-apps/kiten/kiten-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/dev-perl/MailTools/MailTools-2.120.0-r1.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/net-misc/netifrc/netifrc-0.2.2.ebuild'
 * Missing digest for
'/var/cache/portage/tree/x11-apps/iceauth/iceauth-1.0.7.ebuild'
 \ * Missing digest for
'/var/cache/portage/tree/kde-apps/kalzium/kalzium-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/dev-libs/liblinear/liblinear-196-r1.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/app-misc/tmux/tmux-1.9a.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-libs/libraw/libraw-0.16.0-r1.ebuild'
 \ * Missing digest for
'/var/cache/portage/tree/kde-apps/kfmclient/kfmclient-4.14.3.ebuild'
 * Missing digest for
'/var/cache/portage/tree/app-admin/hddtemp/hddtemp-0.3_beta15-r7.ebuild'
 / * Missing digest for
'/var/cache/portage/tree/app-misc/screen/screen-4.0.3-r6.ebuild'
 * Missing digest for
'/var/cache/portage/tree/media-libs/raptor/raptor-2.0.9.ebuild'
 - * Missing digest for
'/var/cache/portage/tree/app-text/yelp-tools/yelp-tools-3.14.1.ebuild'
 * Missing digest for
'/var/cache/portage/tree/x11-misc

Re: [gentoo-user] libav and ffmpeg on the same computer issue once again

2015-05-15 Thread Gevisz
On Fri, 15 May 2015 01:45:35 -0400 Gregory Woodbury redwo...@gmail.com wrote:

 I had a similar problem with some packages wanting virtual/ffmpeg  and
 it wouldn't take the -libav USE flag without adding a keyword for
 ~amd64 on the virtual.
 (yes, I am going the opposite way from you, but the cause seem the
 same -- various USE flags are not yet adjusted in the stable
 branches.)
 
 Perhaps we need to request stabilization for some of the newer
 packages to solve this.

Thank you for confirming that libav USE flag do not work not only for me.

However, it would be interesting to hear what the Gentoo devs think about this 
issue.

 On Fri, May 15, 2015 at 1:18 AM, gevisz gev...@gmail.com wrote:
  After Gentoo devs decided to switch back to ffmpeg default,
  I set libav USE flag at my /etc/portage/make.conf
  and was happy with that so far. :)
 
  However, after yesterday's
  # emerge-webrsync
  # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask world
  I've got some blocks that in my view result from the fact that portage wants
  to emerge ffmpeg in addition to libav. (Please, correct me if I am wrong.)
 
  So, my questions, are:
  1) What is happened?
  2) Is this behavior desired? (If yes, by whome? :)
  3) What shall I do with all this?
 
  The full output of the emerge update command is as follows:
 
  These are the packages that would be merged, in order:
 
  Calculating dependencies... done!
  [ebuild   R] x11-proto/videoproto-2.3.2  ABI_X86=32*
  [ebuild   R] x11-libs/libXv-1.0.10  ABI_X86=32*
  [ebuild U  ] dev-libs/openssl-1.0.1m [1.0.1l-r1]
  [ebuild U  ] dev-db/sqlite-3.8.10.1 [3.8.9] USE=-tools%
  [ebuild  NS] sys-kernel/gentoo-sources-3.18.12 [3.18.11]
  USE=-build -deblob -experimental -symlink
  [ebuild  r  U  ] media-video/libav-11.3 [9.17] USE=(-armv5te)
  (-armv6) (-armv6t2) (-armvfp) -bs2b% -fontconfig% -twolame% -wavpack%
  -webp% -x265% CPU_FLAGS_X86=sse%* sse2%* sse3%* -avx2% -fma3% -fma4%
  -sse4_1% -sse4_2% -xop%
  [ebuild  rR] media-video/libav-9.17
  [ebuild  rR] media-libs/libpostproc-10.20140517-r1
  [ebuild  N ] media-video/ffmpeg-2.2.14  USE=X aac alsa bzip2
  encode hardcoded-tables iconv mp3 network opengl pulseaudio sdl
  truetype vorbis x264 xvid zlib -aacplus (-altivec) -amr -amrenc
  (-armv5te) (-armv6) (-armv6t2) (-armvfp) -bluray -cdio -celt
  -cpudetection -debug -doc -examples -faac -fdk -flite -fontconfig
  -frei0r -gme -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -ladspa
  -libass -libcaca -libsoxr -libv4l (-mips32r2) (-mipsdspr1)
  (-mipsdspr2) (-mipsfpu) -modplug (-neon) -openal -openssl -opus -oss
  -pic -quvi -rtmp -schroedinger -speex -ssh -static-libs {-test}
  -theora -threads -twolame -v4l -vaapi -vdpau -vpx -wavpack -webp -x265
  -zvbi ABI_X86=32 (64) (-x32) CPU_FLAGS_X86=3dnow 3dnowext mmx
  mmxext sse sse2 sse3 -avx -avx2 -fma3 -fma4 -sse4_1 -sse4_2 -ssse3
  FFTOOLS=aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt
  graph2dot ismindex pktdumper qt-faststart trasher
  [ebuild  N ] dev-qt/qtchooser-0_p20150102  USE=(-qt5) {-test}
  [ebuild U  ] dev-qt/qtcore-4.8.6-r2 [4.8.5-r2] ABI_X86=(64%*) -32% 
  (-x32)
  [blocks b  ] dev-qt/qttranslations:4 (dev-qt/qttranslations:4 is
  blocking dev-qt/qtcore-4.8.5-r2)
  [blocks b  ] dev-qt/qtcore-4.8.6:4 (dev-qt/qtcore-4.8.6:4 is
  blocking dev-qt/qtchooser-0_p20150102)
  [ebuild  N ] dev-qt/qttranslations-4.8.6-r1  ABI_X86=(64) -32 (-x32)
  [ebuild U  ] dev-qt/qtscript-4.8.6-r2 [4.8.5] ABI_X86=(64%*) -32% 
  (-x32)
  [blocks b  ] dev-qt/qtscript-4.8.6:4 (dev-qt/qtscript-4.8.6:4
  is blocking dev-qt/qtchooser-0_p20150102)
  [ebuild U  ] dev-qt/qtgui-4.8.6-r4 [4.8.5-r4] ABI_X86=(64%*) -32% 
  (-x32)
  [blocks b  ] dev-qt/qtgui-4.8.6:4 (dev-qt/qtgui-4.8.6:4 is
  blocking dev-qt/qtchooser-0_p20150102)
  [ebuild U  ] dev-qt/qtsql-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
  [blocks b  ] dev-qt/qtsql-4.8.6:4 (dev-qt/qtsql-4.8.6:4 is
  blocking dev-qt/qtchooser-0_p20150102)
  [ebuild U  ] dev-qt/qt3support-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% 
  (-x32)
  [blocks b  ] dev-qt/qt3support-4.8.6:4
  (dev-qt/qt3support-4.8.6:4 is blocking
  dev-qt/qtchooser-0_p20150102)
  [ebuild U  ] dev-qt/qtxmlpatterns-4.8.6-r1 [4.8.5] ABI_X86=(64%*)
  -32% (-x32)
  [blocks b  ] dev-qt/qtxmlpatterns-4.8.6:4
  (dev-qt/qtxmlpatterns-4.8.6:4 is blocking
  dev-qt/qtchooser-0_p20150102)
  [ebuild U  ] dev-qt/qtdbus-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
  [blocks b  ] dev-qt/qtdbus-4.8.6:4 (dev-qt/qtdbus-4.8.6:4 is
  blocking dev-qt/qtchooser-0_p20150102)
  [ebuild U  ] dev-qt/designer-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% 
  (-x32)
  [blocks b  ] dev-qt/designer-4.8.6:4 (dev-qt/designer-4.8.6:4
  is blocking dev-qt/qtchooser-0_p20150102)
  [ebuild U  ] dev-qt/qtopengl-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% 
  (-x32)
  [blocks b  ] dev-qt/qtopengl-4.8.6:4 (dev-qt/qtopengl-4.8.6:4
  is blocking dev-qt

Re: [gentoo-user] libav and ffmpeg on the same computer issue once again

2015-05-14 Thread Gregory Woodbury
I had a similar problem with some packages wanting virtual/ffmpeg  and
it wouldn't take the -libav USE flag without adding a keyword for
~amd64 on the virtual.
(yes, I am going the opposite way from you, but the cause seem the
same -- various USE flags are not yet adjusted in the stable
branches.)

Perhaps we need to request stabilization for some of the newer
packages to solve this.

On Fri, May 15, 2015 at 1:18 AM, gevisz gev...@gmail.com wrote:
 After Gentoo devs decided to switch back to ffmpeg default,
 I set libav USE flag at my /etc/portage/make.conf
 and was happy with that so far. :)

 However, after yesterday's
 # emerge-webrsync
 # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask world
 I've got some blocks that in my view result from the fact that portage wants
 to emerge ffmpeg in addition to libav. (Please, correct me if I am wrong.)

 So, my questions, are:
 1) What is happened?
 2) Is this behavior desired? (If yes, by whome? :)
 3) What shall I do with all this?

 The full output of the emerge update command is as follows:

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

 Calculating dependencies... done!
 [ebuild   R] x11-proto/videoproto-2.3.2  ABI_X86=32*
 [ebuild   R] x11-libs/libXv-1.0.10  ABI_X86=32*
 [ebuild U  ] dev-libs/openssl-1.0.1m [1.0.1l-r1]
 [ebuild U  ] dev-db/sqlite-3.8.10.1 [3.8.9] USE=-tools%
 [ebuild  NS] sys-kernel/gentoo-sources-3.18.12 [3.18.11]
 USE=-build -deblob -experimental -symlink
 [ebuild  r  U  ] media-video/libav-11.3 [9.17] USE=(-armv5te)
 (-armv6) (-armv6t2) (-armvfp) -bs2b% -fontconfig% -twolame% -wavpack%
 -webp% -x265% CPU_FLAGS_X86=sse%* sse2%* sse3%* -avx2% -fma3% -fma4%
 -sse4_1% -sse4_2% -xop%
 [ebuild  rR] media-video/libav-9.17
 [ebuild  rR] media-libs/libpostproc-10.20140517-r1
 [ebuild  N ] media-video/ffmpeg-2.2.14  USE=X aac alsa bzip2
 encode hardcoded-tables iconv mp3 network opengl pulseaudio sdl
 truetype vorbis x264 xvid zlib -aacplus (-altivec) -amr -amrenc
 (-armv5te) (-armv6) (-armv6t2) (-armvfp) -bluray -cdio -celt
 -cpudetection -debug -doc -examples -faac -fdk -flite -fontconfig
 -frei0r -gme -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -ladspa
 -libass -libcaca -libsoxr -libv4l (-mips32r2) (-mipsdspr1)
 (-mipsdspr2) (-mipsfpu) -modplug (-neon) -openal -openssl -opus -oss
 -pic -quvi -rtmp -schroedinger -speex -ssh -static-libs {-test}
 -theora -threads -twolame -v4l -vaapi -vdpau -vpx -wavpack -webp -x265
 -zvbi ABI_X86=32 (64) (-x32) CPU_FLAGS_X86=3dnow 3dnowext mmx
 mmxext sse sse2 sse3 -avx -avx2 -fma3 -fma4 -sse4_1 -sse4_2 -ssse3
 FFTOOLS=aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt
 graph2dot ismindex pktdumper qt-faststart trasher
 [ebuild  N ] dev-qt/qtchooser-0_p20150102  USE=(-qt5) {-test}
 [ebuild U  ] dev-qt/qtcore-4.8.6-r2 [4.8.5-r2] ABI_X86=(64%*) -32% 
 (-x32)
 [blocks b  ] dev-qt/qttranslations:4 (dev-qt/qttranslations:4 is
 blocking dev-qt/qtcore-4.8.5-r2)
 [blocks b  ] dev-qt/qtcore-4.8.6:4 (dev-qt/qtcore-4.8.6:4 is
 blocking dev-qt/qtchooser-0_p20150102)
 [ebuild  N ] dev-qt/qttranslations-4.8.6-r1  ABI_X86=(64) -32 (-x32)
 [ebuild U  ] dev-qt/qtscript-4.8.6-r2 [4.8.5] ABI_X86=(64%*) -32% (-x32)
 [blocks b  ] dev-qt/qtscript-4.8.6:4 (dev-qt/qtscript-4.8.6:4
 is blocking dev-qt/qtchooser-0_p20150102)
 [ebuild U  ] dev-qt/qtgui-4.8.6-r4 [4.8.5-r4] ABI_X86=(64%*) -32% (-x32)
 [blocks b  ] dev-qt/qtgui-4.8.6:4 (dev-qt/qtgui-4.8.6:4 is
 blocking dev-qt/qtchooser-0_p20150102)
 [ebuild U  ] dev-qt/qtsql-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
 [blocks b  ] dev-qt/qtsql-4.8.6:4 (dev-qt/qtsql-4.8.6:4 is
 blocking dev-qt/qtchooser-0_p20150102)
 [ebuild U  ] dev-qt/qt3support-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% 
 (-x32)
 [blocks b  ] dev-qt/qt3support-4.8.6:4
 (dev-qt/qt3support-4.8.6:4 is blocking
 dev-qt/qtchooser-0_p20150102)
 [ebuild U  ] dev-qt/qtxmlpatterns-4.8.6-r1 [4.8.5] ABI_X86=(64%*)
 -32% (-x32)
 [blocks b  ] dev-qt/qtxmlpatterns-4.8.6:4
 (dev-qt/qtxmlpatterns-4.8.6:4 is blocking
 dev-qt/qtchooser-0_p20150102)
 [ebuild U  ] dev-qt/qtdbus-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
 [blocks b  ] dev-qt/qtdbus-4.8.6:4 (dev-qt/qtdbus-4.8.6:4 is
 blocking dev-qt/qtchooser-0_p20150102)
 [ebuild U  ] dev-qt/designer-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
 [blocks b  ] dev-qt/designer-4.8.6:4 (dev-qt/designer-4.8.6:4
 is blocking dev-qt/qtchooser-0_p20150102)
 [ebuild U  ] dev-qt/qtopengl-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
 [blocks b  ] dev-qt/qtopengl-4.8.6:4 (dev-qt/qtopengl-4.8.6:4
 is blocking dev-qt/qtchooser-0_p20150102)
 [ebuild U  ] dev-qt/qthelp-4.8.6-r3 [4.8.5-r2] ABI_X86=(64%*) -32% 
 (-x32)
 [blocks b  ] dev-qt/qthelp-4.8.6:4 (dev-qt/qthelp-4.8.6:4 is
 blocking dev-qt/qtchooser-0_p20150102)
 [ebuild U  ] dev-qt/qtsvg-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
 [blocks b  ] dev-qt/qtsvg-4.8.6:4 (dev-qt/qtsvg-4.8.6:4

[gentoo-user] libav and ffmpeg on the same computer issue once again

2015-05-14 Thread gevisz
After Gentoo devs decided to switch back to ffmpeg default,
I set libav USE flag at my /etc/portage/make.conf
and was happy with that so far. :)

However, after yesterday's
# emerge-webrsync
# emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask world
I've got some blocks that in my view result from the fact that portage wants
to emerge ffmpeg in addition to libav. (Please, correct me if I am wrong.)

So, my questions, are:
1) What is happened?
2) Is this behavior desired? (If yes, by whome? :)
3) What shall I do with all this?

The full output of the emerge update command is as follows:

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

Calculating dependencies... done!
[ebuild   R] x11-proto/videoproto-2.3.2  ABI_X86=32*
[ebuild   R] x11-libs/libXv-1.0.10  ABI_X86=32*
[ebuild U  ] dev-libs/openssl-1.0.1m [1.0.1l-r1]
[ebuild U  ] dev-db/sqlite-3.8.10.1 [3.8.9] USE=-tools%
[ebuild  NS] sys-kernel/gentoo-sources-3.18.12 [3.18.11]
USE=-build -deblob -experimental -symlink
[ebuild  r  U  ] media-video/libav-11.3 [9.17] USE=(-armv5te)
(-armv6) (-armv6t2) (-armvfp) -bs2b% -fontconfig% -twolame% -wavpack%
-webp% -x265% CPU_FLAGS_X86=sse%* sse2%* sse3%* -avx2% -fma3% -fma4%
-sse4_1% -sse4_2% -xop%
[ebuild  rR] media-video/libav-9.17
[ebuild  rR] media-libs/libpostproc-10.20140517-r1
[ebuild  N ] media-video/ffmpeg-2.2.14  USE=X aac alsa bzip2
encode hardcoded-tables iconv mp3 network opengl pulseaudio sdl
truetype vorbis x264 xvid zlib -aacplus (-altivec) -amr -amrenc
(-armv5te) (-armv6) (-armv6t2) (-armvfp) -bluray -cdio -celt
-cpudetection -debug -doc -examples -faac -fdk -flite -fontconfig
-frei0r -gme -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -ladspa
-libass -libcaca -libsoxr -libv4l (-mips32r2) (-mipsdspr1)
(-mipsdspr2) (-mipsfpu) -modplug (-neon) -openal -openssl -opus -oss
-pic -quvi -rtmp -schroedinger -speex -ssh -static-libs {-test}
-theora -threads -twolame -v4l -vaapi -vdpau -vpx -wavpack -webp -x265
-zvbi ABI_X86=32 (64) (-x32) CPU_FLAGS_X86=3dnow 3dnowext mmx
mmxext sse sse2 sse3 -avx -avx2 -fma3 -fma4 -sse4_1 -sse4_2 -ssse3
FFTOOLS=aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt
graph2dot ismindex pktdumper qt-faststart trasher
[ebuild  N ] dev-qt/qtchooser-0_p20150102  USE=(-qt5) {-test}
[ebuild U  ] dev-qt/qtcore-4.8.6-r2 [4.8.5-r2] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/qttranslations:4 (dev-qt/qttranslations:4 is
blocking dev-qt/qtcore-4.8.5-r2)
[blocks b  ] dev-qt/qtcore-4.8.6:4 (dev-qt/qtcore-4.8.6:4 is
blocking dev-qt/qtchooser-0_p20150102)
[ebuild  N ] dev-qt/qttranslations-4.8.6-r1  ABI_X86=(64) -32 (-x32)
[ebuild U  ] dev-qt/qtscript-4.8.6-r2 [4.8.5] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/qtscript-4.8.6:4 (dev-qt/qtscript-4.8.6:4
is blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtgui-4.8.6-r4 [4.8.5-r4] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/qtgui-4.8.6:4 (dev-qt/qtgui-4.8.6:4 is
blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtsql-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/qtsql-4.8.6:4 (dev-qt/qtsql-4.8.6:4 is
blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qt3support-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/qt3support-4.8.6:4
(dev-qt/qt3support-4.8.6:4 is blocking
dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtxmlpatterns-4.8.6-r1 [4.8.5] ABI_X86=(64%*)
-32% (-x32)
[blocks b  ] dev-qt/qtxmlpatterns-4.8.6:4
(dev-qt/qtxmlpatterns-4.8.6:4 is blocking
dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtdbus-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/qtdbus-4.8.6:4 (dev-qt/qtdbus-4.8.6:4 is
blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/designer-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/designer-4.8.6:4 (dev-qt/designer-4.8.6:4
is blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtopengl-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/qtopengl-4.8.6:4 (dev-qt/qtopengl-4.8.6:4
is blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qthelp-4.8.6-r3 [4.8.5-r2] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/qthelp-4.8.6:4 (dev-qt/qthelp-4.8.6:4 is
blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtsvg-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/qtsvg-4.8.6:4 (dev-qt/qtsvg-4.8.6:4 is
blocking dev-qt/qtchooser-0_p20150102)
[ebuild  rR] media-video/vlc-2.1.5-r1
[ebuild U  ] dev-qt/qttest-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32)
[blocks b  ] dev-qt/qttest-4.8.6:4 (dev-qt/qttest-4.8.6:4 is
blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtmultimedia-4.8.6-r1 [4.8.5] ABI_X86=(64%*)
-32% (-x32)
[blocks b  ] dev-qt/qtmultimedia-4.8.6:4
(dev-qt/qtmultimedia-4.8.6:4 is blocking
dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtbearer-4.8.6-r1 [4.8.5] ABI_X86=(64%*) -32% (-x32

Re: [gentoo-user] getting rid of KDE

2011-12-20 Thread Joseph
 cups dbus exceptions glib mng qt3support tiff (-aqua) -debug -egl -gtkstyle -nas -nis -pch 
-private-headers -raster -trace -xinerama 0 kB [0]

[ebuild  N ] x11-libs/qt-qt3support-4.7.2  USE=accessibility exceptions kde 
(-aqua) -debug -pch -phonon 0 kB [0]
[ebuild U  ] sys-apps/file-5.09 [5.07-r3] USE=zlib -python -static-libs 
594 kB [0]
[ebuild  N ] x11-libs/qt-svg-4.7.2  USE=accessibility exceptions iconv (-aqua) 
-debug -pch 0 kB [0]
[ebuild  NS] app-text/docbook-xml-dtd-4.2-r2 [4.1.2-r6, 4.4-r2] 77 kB [0]
[ebuild  N ] dev-db/virtuoso-server-6.1.2  USE=ldap readline -kerberos 0 
kB [0]
[ebuild  N ] media-libs/raptor-2.0.4  USE=curl unicode xml -debug -json 
-static-libs 0 kB [0]
[ebuild  N ] dev-util/automoc-0.9.88  9 kB [0]
[ebuild  N ] kde-base/oxygen-icons-4.7.3  USE=(-aqua) -bindist 
(-kdeenablefinal) 28,066 kB [0]
[ebuild  N ] media-libs/qimageblitz-0.0.6  USE=-3dnow (-altivec) -debug -mmx 
-sse -sse2 57 kB [0]
[ebuild  N ] dev-libs/rasqal-0.9.27  USE=crypt mhash pcre xml -doc -gmp 
-static-libs -test 0 kB [0]
[ebuild  N ] dev-libs/shared-desktop-ontologies-0.7.0  98 kB [0]
[ebuild  N ] dev-libs/libattica-0.2.0  USE=-debug 40 kB [0]
[ebuild  N ] dev-libs/libdbusmenu-qt-0.8.2  USE=-debug -doc -test 36 kB 
[0]
[ebuild  N ] media-libs/phonon-4.5.0  USE=gstreamer (-aqua) -debug -pulseaudio 
-vlc (-xine) 315 kB [0]
[ebuild  N ] x11-libs/qt-webkit-4.7.2  USE=dbus exceptions jit kde (-aqua) 
-debug -pch 0 kB [0]
[ebuild   R] sys-devel/binutils-2.21.1-r1  USE=nls zlib%* -multislot 
-multitarget -static-libs -test -vanilla 20 kB [0]
[ebuild U  ] sys-process/psmisc-22.14 [22.12] USE=X ipv6 nls (-selinux) 
374 kB [0]
[ebuild  N ] x11-libs/qt-opengl-4.7.2  USE=exceptions qt3support (-aqua) -debug 
-egl -pch 0 kB [0]
[ebuild  N ] x11-libs/qt-declarative-4.7.2-r1  USE=exceptions qt3support 
(-aqua) -debug -pch -private-headers -webkit 0 kB [0]
[ebuild  N ] app-admin/eselect-boost-0.3  0 kB [0]
[ebuild  N ] dev-libs/boost-1.46.1-r1  USE=eselect -debug -doc -icu -mpi 
-python -static-libs -test -tools 0 kB [0]
[ebuild U  ] media-libs/libexif-0.6.20 [0.6.19] USE=nls -doc -static-libs 
1,380 kB [0]
[ebuild  N ] media-libs/gstreamer-0.10.35  USE=introspection nls -test 0 
kB [0]
[ebuild  N ] media-libs/gst-plugins-base-0.10.35  USE=introspection nls 
orc 0 kB [0]
[ebuild  N ] media-libs/gst-plugins-good-0.10.30  USE=orc -debug 0 kB [0]
[ebuild  N ] app-misc/strigi-0.7.6-r1  USE=dbus exif fam qt4 -clucene -debug 
-ffmpeg -hyperestraier -inotify (-log) -test 681 kB [0]
[ebuild  N ] dev-libs/redland-1.0.14  USE=berkdb mysql ssl xml -iodbc -odbc 
-postgres -sqlite -static-libs 0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-x-0.10.35  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-faad-0.10.22  0 kB [0]
[ebuild  N ] media-libs/gst-plugins-ugly-0.10.18  USE=-debug 0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-xvideo-0.10.35  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-mpeg2dec-0.10.18  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-dvdread-0.10.18  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-ogg-0.10.35  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-alsa-0.10.35  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-dts-0.10.22  USE=orc 0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-a52dec-0.10.18  USE=orc 0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-vorbis-0.10.35  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-mad-0.10.18  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-flac-0.10.30  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-resindvd-0.10.22  0 kB [0]
[ebuild  N ] media-plugins/gst-plugins-meta-0.10-r6  USE=X a52 aac alsa dts dvd flac mp3 mpeg ogg vorbis xv -dv -dvb -esd -ffmpeg -lame -mms -musepack 
-mythtv -oss -pulseaudio -taglib -theora -v4l -vcd -vpx -wavpack 0 kB [0]

[ebuild  N ] media-libs/phonon-gstreamer-4.5.0  USE=alsa -debug 88 kB [0]
[ebuild U  ] app-admin/eselect-fontconfig-1.1 [1.0] 2 kB [0]
[ebuild U  ] media-video/ffmpeg-0.7.8 [0.7.7] USE=3dnow 3dnowext X aac alsa bzip2 encode hardcoded-tables mmx mmxext mp3 qt-faststart* sdl ssse3 truetype 
vorbis x264 xvid zlib (-altivec) -amr -avx -bindist (-celt) -cpudetection -custom-cflags -debug -dirac -doc -faac -frei0r -gsm -ieee1394 -jack -jpeg2k 
-network -oss -pic -rtmp -schroedinger -speex -static-libs -test -theora -threads -v4l -vaapi -vdpau -vpx VIDEO_CARDS=-nvidia 4,425 kB [0]

[ebuild U  ] media-gfx/exif-0.6.20 [0.6.19] USE=nls 443 kB [0]
[ebuild U  ] app-portage/eix-0.23.3-r1 [0.22.11] USE=nls -debug -doc -optimization -security% -sqlite -strong-optimization -tools -zsh-completion 
(-bzip2%*) (-hardened%) 433 kB [0]

[ebuild U  ] app-emulation/virtualbox-bin-4.1.4 [4.0.12] USE=additions chm 
-headless -python -rdesktop-vrdp -sdk -vboxwebsrv 80,653 kB [0]
[ebuild U  ] app-portage/gentoolkit-0.3.0.4-r5 [0.3.0.4-r4] 0 kB [0]
[ebuild U

[gentoo-user] unclear (to me) errors from portage

2014-08-07 Thread gottlieb
 -prefork -worker 68 kB
[ebuild U  ] sys-apps/man-pages-3.69 [3.67] USE=nls LINGUAS=-da -de -fr 
-it -ja -nl -pl -ro -ru -zh_CN 1,237 kB
[nomerge   ] gnome-base/gnome-extra-apps-3.12.0:3.0  USE=games shotwell 
tracker 
[ebuild   R]  app-misc/tracker-1.0.2:0/100  USE=exif flac gif gstreamer 
gtk iso jpeg miner-fs mp3 nautilus pdf tiff upower%* vorbis xml -cue (-eds) 
-ffmpeg -firefox-bookmarks -gsf -iptc -networkmanager -playlist -rss {-test} 
-thunderbird -upnp-av -xmp -xps (-laptop%) 0 kB
[nomerge   ] www-client/firefox-24.7.0 [30.0] USE=alsa dbus gstreamer jit 
libnotify minimal pulseaudio startup-notification -bindist -custom-cflags 
-custom-optimization -debug (-pgo) (-selinux) -system-cairo -system-icu 
-system-jpeg -system-sqlite {-test} -wifi (-hardened%) LINGUAS=-af -ak% -ar 
-as -ast -be -bg -bn_BD -bn_IN -br -bs -ca -cs -csb -cy -da -de -el -en_GB 
-en_ZA -eo -es_AR -es_CL -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE -gd 
-gl -gu_IN -he -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -km -kn -ko -ku -lg% 
-lt -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -nso% -or -pa_IN -pl -pt_BR -pt_PT 
-rm -ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -ta_LK% -te -th -tr -uk -vi 
-zh_CN -zh_TW -zu (-xh%) 
[ebuild  NS]  media-plugins/gst-plugins-meta-0.10-r9:0.10 [1.0-r2:1.0] 
USE=X a52 aac alsa cdda dts dvd ffmpeg flac mp3 mpeg ogg pulseaudio vorbis 
x264 xv xvid -dv -dvb -http -jack -lame -libass -libvisual -mms -musepack -opus 
-oss -taglib -theora -v4l -vcd -vpx -wavpack ABI_X86=(64) (-32) (-x32) 0 kB
[ebuild  N ]   media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r2:0.10  
USE=orc ABI_X86=(64) (-32) (-x32) 4,199 kB
[ebuild  N ]media-video/ffmpeg-1.2.6-r1  USE=X aac alsa bzip2 encode 
hardcoded-tables iconv mmx mp3 network pulseaudio sdl truetype vorbis x264 xvid 
zlib -3dnow -3dnowext -aacplus (-altivec) -amr -avx -bindist -bluray -cdio 
(-celt) -cpudetection -debug -doc -examples -faac -fdk -flite -fontconfig 
-frei0r -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -libass -libcaca 
-libsoxr -libv4l -mmxext -modplug (-neon) -openal -openssl -opus -oss -pic 
-rtmp -schroedinger -speex -ssse3 -static-libs {-test} -theora -threads 
-twolame -v4l -vaapi -vdpau (-vis) -vpx ABI_X86=(64) (-32) (-x32) 
FFTOOLS=aviocat cws2fws ffescape ffeval fourcc2pixfmt graph2dot ismindex 
pktdumper qt-faststart trasher 0 kB
[ebuild  NS]   media-plugins/gst-plugins-mpeg2dec-0.10.19-r1:0.10 
[1.2.4-r1:1.0] ABI_X86=(64) (-32) (-x32) 862 kB
[ebuild  NS]   media-plugins/gst-plugins-pulse-0.10.31-r1:0.10 
[1.2.4-r1:1.0] ABI_X86=(64) (-32) (-x32) 2,674 kB
[nomerge   ] games-strategy/wesnoth-1.10.7  USE=dbus nls -dedicated -doc 
-server 
[nomerge   ]  media-libs/sdl-net-1.2.8  USE=-static-libs 
[ebuild U ~]   media-libs/libsdl-1.2.15-r8 [1.2.15-r7] USE=X alsa joystick 
opengl pulseaudio sound video xv -aalib -custom-cflags -dga -fbcon -libcaca 
-nas -oss -static-libs -tslib -xinerama ABI_X86=(64) -32 (-x32) 3,829 kB
[nomerge   ] gnome-extra/gnome-shell-extensions-3.12.2  USE=-examples 
[nomerge   ]  gnome-base/gnome-shell-3.12.2  USE=bluetooth i18n 
networkmanager (-openrc-force) PYTHON_TARGETS=python2_7 
[nomerge   ]   gnome-base/gnome-control-center-3.12.1-r1:2  USE=bluetooth 
colord cups gnome-online-accounts i18n -debug -kerberos -v4l 
INPUT_DEVICES=-wacom 
[ebuild U  ]x11-misc/colord-1.2.1-r1:0/2 [1.2.1:0/2] USE=gusb 
introspection policykit systemd udev -examples -extra-print-profiles -scanner 
-vala 0 kB
[ebuild U  ] virtual/libudev-215-r1:0/1 [208:0/1] USE=systemd%* 
(-static-libs) ABI_X86=(64) (-32) (-x32) 0 kB
[ebuild U  ] virtual/libgudev-215-r1 [208] USE=introspection systemd%* 
(-static-libs) ABI_X86=(64) (-32) (-x32) 0 kB
[ebuild U  ]  sys-apps/systemd-215-r3:0/2 [212-r5:0/2] USE=acl 
filecaps firmware-loader gudev introspection kmod pam policykit seccomp -audit 
-cryptsetup -doc -elfutils% -gcrypt -http (-kdbus) -lzma -python -qrcode 
(-selinux) (-ssl) {-test} -vanilla (-xattr%) ABI_X86=(64) (-32) (-x32) 
PYTHON_SINGLE_TARGET=python2_7 -python3_2 -python3_3 (-python3_4) 
PYTHON_TARGETS=python2_7 python3_3 -python3_2 (-python3_4) 2,821 kB
[ebuild U  ] net-misc/dhcpcd-6.4.3 [6.2.0-r1] USE=ipv6 udev 147 kB
[nomerge   ] www-servers/apache-2.2.27-r4:2 [2.2.27:2] USE=ldap ssl -debug 
-doc (-selinux) -static -suexec -threads APACHE2_MODULES=actions alias 
auth_basic auth_digest 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 -asis -authn_dbd -cern_meta -charset_lite -dbd 
-dumpio -ident -imagemap -log_forensic -proxy -proxy_ajp -proxy_balancer 
-proxy_connect -proxy_ftp -proxy_http -proxy_scgi

Re: [gentoo-user] unclear (to me) errors from portage

2014-08-07 Thread Gevisz
 -proxy_balancer -proxy_connect -proxy_ftp -proxy_http -proxy_scgi
 -reqtimeout -substitute -version APACHE2_MPMS=-event -itk -peruser
 -prefork -worker 68 kB [ebuild U  ] sys-apps/man-pages-3.69
 [3.67] USE=nls LINGUAS=-da -de -fr -it -ja -nl -pl -ro -ru -zh_CN
 1,237 kB [nomerge   ] gnome-base/gnome-extra-apps-3.12.0:3.0
 USE=games shotwell tracker [ebuild   R]
 app-misc/tracker-1.0.2:0/100  USE=exif flac gif gstreamer gtk iso
 jpeg miner-fs mp3 nautilus pdf tiff upower%* vorbis xml -cue (-eds)
 -ffmpeg -firefox-bookmarks -gsf -iptc -networkmanager -playlist -rss
 {-test} -thunderbird -upnp-av -xmp -xps (-laptop%) 0 kB
 [nomerge   ] www-client/firefox-24.7.0 [30.0] USE=alsa dbus
 gstreamer jit libnotify minimal pulseaudio startup-notification
 -bindist -custom-cflags -custom-optimization -debug (-pgo) (-selinux)
 -system-cairo -system-icu -system-jpeg -system-sqlite {-test} -wifi
 (-hardened%) LINGUAS=-af -ak% -ar -as -ast -be -bg -bn_BD -bn_IN
 -br -bs -ca -cs -csb -cy -da -de -el -en_GB -en_ZA -eo -es_AR -es_CL
 -es_ES -es_MX -et -eu -fa -fi -fr -fy_NL -ga_IE -gd -gl -gu_IN -he
 -hi_IN -hr -hu -hy_AM -id -is -it -ja -kk -km -kn -ko -ku -lg% -lt
 -lv -mai -mk -ml -mr -nb_NO -nl -nn_NO -nso% -or -pa_IN -pl -pt_BR
 -pt_PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -ta_LK% -te
 -th -tr -uk -vi -zh_CN -zh_TW -zu (-xh%) [ebuild  NS]
 media-plugins/gst-plugins-meta-0.10-r9:0.10 [1.0-r2:1.0] USE=X a52
 aac alsa cdda dts dvd ffmpeg flac mp3 mpeg ogg pulseaudio vorbis x264
 xv xvid -dv -dvb -http -jack -lame -libass -libvisual -mms -musepack
 -opus -oss -taglib -theora -v4l -vcd -vpx -wavpack ABI_X86=(64)
 (-32) (-x32) 0 kB [ebuild  N ]
 media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r2:0.10  USE=orc
 ABI_X86=(64) (-32) (-x32) 4,199 kB [ebuild  N ]
 media-video/ffmpeg-1.2.6-r1  USE=X aac alsa bzip2 encode
 hardcoded-tables iconv mmx mp3 network pulseaudio sdl truetype vorbis
 x264 xvid zlib -3dnow -3dnowext -aacplus (-altivec) -amr -avx
 -bindist -bluray -cdio (-celt) -cpudetection -debug -doc -examples
 -faac -fdk -flite -fontconfig -frei0r -gnutls -gsm -iec61883
 -ieee1394 -jack -jpeg2k -libass -libcaca -libsoxr -libv4l -mmxext
 -modplug (-neon) -openal -openssl -opus -oss -pic -rtmp -schroedinger
 -speex -ssse3 -static-libs {-test} -theora -threads -twolame -v4l
 -vaapi -vdpau (-vis) -vpx ABI_X86=(64) (-32) (-x32)
 FFTOOLS=aviocat cws2fws ffescape ffeval fourcc2pixfmt graph2dot
 ismindex pktdumper qt-faststart trasher 0 kB [ebuild  NS]
 media-plugins/gst-plugins-mpeg2dec-0.10.19-r1:0.10 [1.2.4-r1:1.0]
 ABI_X86=(64) (-32) (-x32) 862 kB [ebuild  NS]
 media-plugins/gst-plugins-pulse-0.10.31-r1:0.10 [1.2.4-r1:1.0]
 ABI_X86=(64) (-32) (-x32) 2,674 kB [nomerge   ]
 games-strategy/wesnoth-1.10.7  USE=dbus nls -dedicated -doc
 -server [nomerge   ]  media-libs/sdl-net-1.2.8
 USE=-static-libs [ebuild U ~]   media-libs/libsdl-1.2.15-r8
 [1.2.15-r7] USE=X alsa joystick opengl pulseaudio sound video xv
 -aalib -custom-cflags -dga -fbcon -libcaca -nas -oss -static-libs
 -tslib -xinerama ABI_X86=(64) -32 (-x32) 3,829 kB [nomerge   ]
 gnome-extra/gnome-shell-extensions-3.12.2
 USE=-examples [nomerge   ]  gnome-base/gnome-shell-3.12.2
 USE=bluetooth i18n networkmanager (-openrc-force)
 PYTHON_TARGETS=python2_7 [nomerge   ]
 gnome-base/gnome-control-center-3.12.1-r1:2  USE=bluetooth colord
 cups gnome-online-accounts i18n -debug -kerberos -v4l
 INPUT_DEVICES=-wacom [ebuild U  ]
 x11-misc/colord-1.2.1-r1:0/2 [1.2.1:0/2] USE=gusb introspection
 policykit systemd udev -examples -extra-print-profiles -scanner
 -vala 0 kB [ebuild U  ] virtual/libudev-215-r1:0/1 [208:0/1]
 USE=systemd%* (-static-libs) ABI_X86=(64) (-32) (-x32) 0 kB
 [ebuild U  ] virtual/libgudev-215-r1 [208] USE=introspection
 systemd%* (-static-libs) ABI_X86=(64) (-32) (-x32) 0 kB
 [ebuild U  ]  sys-apps/systemd-215-r3:0/2 [212-r5:0/2]
 USE=acl filecaps firmware-loader gudev introspection kmod pam
 policykit seccomp -audit -cryptsetup -doc -elfutils% -gcrypt -http
 (-kdbus) -lzma -python -qrcode (-selinux) (-ssl) {-test} -vanilla
 (-xattr%) ABI_X86=(64) (-32) (-x32)
 PYTHON_SINGLE_TARGET=python2_7 -python3_2 -python3_3 (-python3_4)
 PYTHON_TARGETS=python2_7 python3_3 -python3_2 (-python3_4) 2,821 kB
 [ebuild U  ] net-misc/dhcpcd-6.4.3 [6.2.0-r1] USE=ipv6 udev 147
 kB [nomerge   ] www-servers/apache-2.2.27-r4:2 [2.2.27:2]
 USE=ldap ssl -debug -doc (-selinux) -static -suexec -threads
 APACHE2_MODULES=actions alias auth_basic auth_digest 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 -asis -authn_dbd -cern_meta
 -charset_lite -dbd

Re: [gentoo-user] Compilation error mpv / libav

2017-11-07 Thread tuxic
On 11/07 07:38, R0b0t1 wrote:
> On Tue, Nov 7, 2017 at 7:01 PM,  <tu...@posteo.de> wrote:
> > Hi,
> >
> > I got a couple of depending compilation errors...
> >
> > Top of the stack seems to a problem with mpv / libav.
> >
> > From the build.lg:
> >
> > Setting top to   : 
> > /var/tmp/portage/media-video/mpv-/work/mpv-
> > Setting out to   : 
> > /var/tmp/portage/media-video/mpv-/work/mpv-/build
> > Checking for waf version in 1.8.4-2.0.0  : ok
> > Checking for program 'cc': x86_64-pc-linux-gnu-gcc
> > Checking for program 'pkg-config': x86_64-pc-linux-gnu-pkg-config
> > Checking for program 'ar': x86_64-pc-linux-gnu-ar
> > Checking for program 'rst2html'  : /usr/bin/rst2html.py
> > Checking for program 'rst2man'   : /usr/bin/rst2man.py
> > Checking for program 'rst2pdf'   : /usr/bin/rst2pdf
> > Checking for program 'windres'   : not found
> > Checking for program 'perl'  : /usr/bin/perl
> > Checking for 'gcc' (C compiler)  : x86_64-pc-linux-gnu-gcc
> > Detected target OS:  : os-linux
> > Checking for compiler flags -Werror=implicit-function-declaration : yes
> > Checking for compiler flags -Wno-error=deprecated-declarations: yes
> > Checking for compiler flags -Wno-error=unused-function: yes
> > Checking for compiler flags -Wempty-body  : yes
> > Checking for compiler flags -Wdisabled-optimization   : yes
> > Checking for compiler flags -Wstrict-prototypes   : yes
> > Checking for compiler flags -Wno-format-zero-length   : yes
> > Checking for compiler flags -Werror=format-security   : yes
> > Checking for compiler flags -Wno-redundant-decls  : yes
> > Checking for compiler flags -Wvla : yes
> > Checking for LGPL (version 2.1 or later) build: disabled
> > Checking for GPL (version 2 or later) build   : yes
> > Checking for internal audio filter chain  : yes
> > Checking for mpv CLI player   : yes
> > Checking for shared library   : disabled
> > Checking for static library   : disabled
> > Checking for static build : disabled
> > Checking for whether to include binary compile time   : yes
> > Checking for whether to optimize  : disabled
> > Checking for whether to compile-in debugging information  : disabled
> > Checking for manpage generation       : yes
> > Checking for html manual generation   : yes
> > Checking for pdf manual generation: yes
> > Checking for dynamic loader   : yes
> > Checking for C plugins: yes
> > Checking for zsh completion   : yes
> > Checking for inline assembly (currently without effect)   : yes
> > Checking for test suite (using cmocka): disabled
> > Checking for generate a clang compilation database: disabled
> > Checking for compiler support for noexecstack : yes
> > Checking for linker support for --nxcompat --no-seh --dynamicbase : no
> > Checking for -lm  : yes
> > Checking for MinGW: 
> > os-win32 not found
> > Checking for POSIX environment: yes
> > Checking for Android environment  : disabled
> > Checking for development environment  : yes
> > Checking for Universal Windows Platform   : disabled
> > Checking for win32 desktop APIs   : 
> > os-win32 not found
> > Checking for internal pthread wrapper for win32 (Vista+)  : posix 
> > found
> > Checking for POSIX threads: yes
> > Checking for GNU C extensions : yes
> > Checking for stdatomic.h  : yes
> > Checking for stdatomic.h support or slow emulation: yes
>

Re: [gentoo-user] Thumbnail thingy generating large xorg-session.log file

2023-12-02 Thread Michael
On Saturday, 2 December 2023 05:41:06 GMT Dale wrote:
> Michael wrote:
> > On Friday, 1 December 2023 11:47:31 GMT Dale wrote:
> >> Howdy,
> >> 
> >> I was poking around the other day and noticed a large log file.  At
> >> first I thought it was smplayer but it does it even when smplayer is
> >> closed.  So, I tested several things and finally noticed it stops
> >> generating errors when I turn off showing thumbnails in dolphin.  This
> >> is a sample of what it enters into xorg-sessions.log file.
> >> 
> >> 
> >> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af3fb5c1c0] Format
> >> mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection
> >> possible!
> >> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af3fb5c1c0] moov atom not found
> >> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af4087ade0] Format
> >> mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection
> >> possible!
> >> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af4087ade0] moov atom not found
> >> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af408794e0] Format
> >> mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection
> >> possible!
> >> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af408794e0] moov atom not found
> >> 
> >> 
> >> 
> >> When I cut off thumbnails and turn it back on, I also get some messages
> >> like this.
> >> 
> >> 
> >> 
> >> [avi @ 0x55dcc9bede00] non-interleaved AVI
> >> [avi @ 0x55dcc9bede00] non-interleaved AVI
> >> [mpeg4 @ 0x55dcc9c00c20] Video uses a non-standard and wasteful way to
> >> store B-frames ('packed B-frames'). Consider using the
> >> mpeg4_unpack_bframes bitstream filter without encoding but stream copy
> >> to fix it.
> >> [avi @ 0x55dcc9bede00] non-interleaved AVI
> >> [avi @ 0x55dcc9bede00] non-interleaved AVI
> >> [mpeg4 @ 0x55dcc9bd76e0] Video uses a non-standard and wasteful way to
> >> store B-frames ('packed B-frames'). Consider using the
> >> mpeg4_unpack_bframes bitstream filter without encoding but stream copy
> >> to fix it.
> >> 
> >> 
> >> I cleared the log file since it was over 1GB.  I looked around in
> >> dolphin settings and can't figure out a way to cut those messages off.
> >> I'm not sure how to fix this.  If the video is broken somehow, they all
> >> play fine on my TV.  I'm kinda thinking that something is is having
> >> problems but I don't know how it generates thumbnails to know what that
> >> is.
> >> 
> >> Anyone have ideas or thoughts on this?  Is it a bug that will be fixed
> >> soon and just give it time?  Should I threaten it with a hammer?  ROFL
> >> 
> >> Thanks.
> >> 
> >> Dale
> >> 
> >> :-)  :-)
> > 
> > Is your issue related to these logs being generated, or to these logs
> > being
> > captured.  If the latter, then my previous response on configuring the
> > sddm
> > logs should help.
> 
> Replying here since the original post has the correct info.  Took me a
> bit to try some of things in other reply. I had to help install two TVs
> and tried to do some hunting today for a friend.  Most of the files you
> mentioned aren't on this system and some paths don't exist either. 
> Maybe different USE flags or something??  I dunno.

Unless you create your own sddm config file in /etc, the sddm package uses a 
default config file.  From the man page:

FILES
   /usr/share/sddm/sddm.conf.d
  System configuration directory

   /etc/sddm.conf.d
  Local configuration directory

   /etc/sddm.conf
  Local configuration file for compatibility

   /usr/share/sddm/themes
  Where sddm looks for themes

Search in the above paths and you should find the default sddm config file, 
which you can copy over to /etc and tweak it to stop it recording events in 
your user xsession log file.


> Since this is
> actually dolphin, what does dolphin use to generate those thumbnails? 
> Maybe I need to beat some sense into that thing.  Another thing that hit
> me, I have three video packages installed, these three. 

I would think it uses ffmpeg to decompress, parse, decode and play a file when 
previewed in dolphin.


> root@fireball / # equery list mpv ffmpeg mplayer
>  * Searching for mpv ...
> [IP-] [  ] media-video/mpv-0.36.0-r1:0/2
> 
>  * Searching for ffmpeg ...
> [IP-] [  ] media-video/ffmpeg-4.4.4-r8:0/56.58.58
> 
>  * Searching for mplayer ...
> [IP-] [  ] media-video/mplayer-1.5_p20230618:0
> root@fireball / #
> 
> 
> 
> I'm wond

Re: [gentoo-user] Thumbnail thingy generating large xorg-session.log file

2023-12-01 Thread Dale
serts and extra output. If you want to get meaningful backtraces see
  
https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
 + + drm : Enable Kernel Mode Setting /
Direct Rendering Manager based video outputs
 - - dvb : Add support for DVB (Digital
Video Broadcasting)
 + + dvd : Add support for DVDs
 + + egl : Enable support for various
EGL-based video outputs / backends
 - - gamepad : Enable gamepad input support
 + + iconv   : Enable support for the iconv
character set conversion library
 - - jack    : Add support for the JACK Audio
Connection Kit
 + + javascript      : Enable javascript support
 + + jpeg    : Add JPEG image support
 + + lcms    : Add lcms support (color
management engine)
 - - libcaca : Add support for colored ASCII-art
graphics
 + + libmpv  : Enable the shared library and
headers (used by frontends / plugins)
 + + libplacebo  : Enable support for GPU
accelerated video rendering with media-libs/libplacebo
 + + lua : Enable Lua scripting, OSC (On
Screen Controller) GUI, and net-misc/yt-dlp support
 - - nvenc   : Add support for NVIDIA
Encoder/Decoder (NVENC/NVDEC) API for hardware accelerated encoding and
decoding on NVIDIA cards (requires
   x11-drivers/nvidia-drivers)
 - - openal  : Add support for the Open Audio
Library
 + + opengl  : Enable support for OpenGL-based
video backends (Note: deprecated for X11, USE=egl provides the newer
support for -gpu-api=opengl)
 + + pipewire    : Enable sound support via native
PipeWire backend
 + + pulseaudio  : Add sound server support via
media-libs/libpulse (may be PulseAudio or PipeWire)
 - - python_single_target_python3_10 : Build for Python 3.10 only
 + + python_single_target_python3_11 : Build for Python 3.11 only
 - - rubberband  : Enable high quality pitch
correction via media-libs/rubberband
 + + sdl : Enable media-libs/libsdl2 based
video and audio outputs (Note: these outputs exist for compatibility
reasons only, avoid if
   possible)
 - - sixel   : Enable support for the sixel
video backend using media-libs/libsixel
 - - sndio   : Enable sound support via
media-sound/sndio
 - - test    : Enable dependencies and/or
preparations necessary to run tests (usually controlled by FEATURES=test
but can be toggled
   independently)
 - - tools   : Install extra tools:
mpv_identify.sh, mpv_idet.sh, and umpv
 + + uchardet    : Enable subtitles charset
discovery via app-i18n/uchardet
 - - vaapi   : Enable Video Acceleration API for
hardware decoding
 - - vdpau   : Enable the Video Decode and
Presentation API for Unix acceleration interface
 + + vulkan  : Add support for 3D graphics and
computing via the Vulkan cross-platform API
 + + wayland : Enable dev-libs/wayland backend
 + + xv  : Add in optional support for the
Xvideo extension (an X API for video playback)
 - - zimg    : Enable libzimg support (for
vf_fingerprint)
 + + zlib    : Add support for zlib compression

 * Found these USE flags for media-video/ffmpeg-6.1:
 U I
 + + X  : Add support for X11
 - - abi_x86_32 : 32-bit (x86) libraries
 + + alsa   : Add support for media-libs/alsa-lib
(Advanced Linux Sound Architecture)
 - - amf    : Enables support for AMD's Advanced Media
Framework (AMF)
 - - amr    : Enables Adaptive Multi-Rate Audio support
 - - amrenc : Enables Adaptive Multi-Rate Audio encoding
support with media-libs/vo-amrwbenc.
 + + bluray : Enable playback of Blu-ray filesystems
 - - bs2b   : Enables media-libs/libbs2b based Bauer
stereo-to-binaural filter.
 + + bzip2  : Enable bzip2 compression support
 - - cdio   : Enables audio CD grabbing with
dev-libs/libcdio.
 - - chromaprint    : Enables audio fingerprinting support with
media-libs/chromaprint.
 - - chromium   : Builds libffmpeg.so to enable media
playback in Chromium-based browsers like Opera and Vivaldi.
 - - codec2 : Enables codec2 low bit rate speech codec
support via media-libs/codec2.
 - - cpu_flags_x86_

[gentoo-user] evil ebuilds.

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

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

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

2013-12-06 Thread meino . cramer
/beautifulsoup-4.1.3-r1:4  USE=-doc {-test} 
PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB
[ebuild U  ] app-arch/dpkg-1.16.12-r1 [1.16.10] USE=bzip2 nls unicode zlib 
-dselect {-test} LINGUAS=-ast -bs -ca -cs -da -de -dz -el -eo -es -et -eu -fr 
-gl -hu -id -it -ja -km -ko -ku -lt -mr -nb -ne -nl -nn -pa -pl -pt -pt_BR -ro 
-ru -sk -sv -th -tl -vi -zh_CN -zh_TW 3,701 kB
[ebuild U  ] dev-cpp/gtkmm-3.8.1:3.0 [3.4.2:3.0] USE=X (-aqua) -doc 
-examples {-test} (-wayland) 4,213 kB
[ebuild   R] dev-python/lxml-3.2.1  USE=threads -beautifulsoup3 -doc 
-examples PYTHON_TARGETS=python2_7 python3_3* -python2_6 -python3_2* 0 kB
[ebuild U  ] app-crypt/seahorse-3.8.2 [2.32.0] USE=-avahi -debug -ldap 
(-doc%) (-introspection%) (-libnotify%) (-test%) 1,966 kB
[ebuild U  ] app-text/gnome-doc-utils-0.20.10-r1 [0.20.10] 
PYTHON_TARGETS=python2_7%* -python2_6% 0 kB
[blocks b  ] =net-libs/libsoup-2.42 (=net-libs/libsoup-2.42 is blocking 
net-libs/libsoup-gnome-2.38.1)
[ebuild U  ]  net-libs/libsoup-gnome-2.42.3.1:2.4 [2.38.1:2.4] 
USE=introspection -debug 723 kB
[ebuild U  ]   net-libs/libsoup-2.42.3.1:2.4 [2.38.1:2.4] 
USE=introspection ssl -debug -samba {-test} 0 kB
[nomerge   ] sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] USE=gnome%* 
-fat -systemd% (-gnome-keyring%) (-nautilus%) (-remote-access%) 
[ebuild  N ]  app-crypt/libsecret-0.15-r1  USE=crypt introspection -debug 
{-test} -vala 474 kB
[ebuild U  ] gnome-base/libgnome-keyring-3.8.0 [2.32.0] 
USE=introspection%* -debug {-test} -vala% 417 kB
[nomerge   ] gnome-base/gnome-keyring-3.8.2 [2.32.1-r1] USE=caps%* 
filecaps%* pam -debug (-selinux) {-test} 
[nomerge   ]  app-crypt/gcr-3.8.2:0/1  USE=gtk introspection -debug 
{-test} 
[blocks b  ]   gnome-base/gnome-keyring-3.3 
(gnome-base/gnome-keyring-3.3 is blocking app-crypt/gcr-3.8.2)
[ebuild U  ]gnome-base/gnome-keyring-3.8.2 [2.32.1-r1] USE=caps%* 
filecaps%* pam -debug (-selinux) {-test} 1,113 kB
[ebuild  N ] app-crypt/gcr-3.8.2:0/1  USE=gtk introspection -debug 
{-test} 1,362 kB
[ebuild   R] dev-java/java-config-2.1.12-r1:2  PYTHON_TARGETS=python2_7 
python3_3* -python2_6 -python3_2* 0 kB
[nomerge   ] sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] USE=gnome%* 
-fat -systemd% (-gnome-keyring%) (-nautilus%) (-remote-access%) 
[ebuild  N ]  gnome-base/gnome-settings-daemon-3.8.6.1  USE=colord cups 
i18n short-touchpad-timeout udev -debug (-openrc-force) (-packagekit) 
-policykit {-test} INPUT_DEVICES=-wacom 1,543 kB
[nomerge   ] gnome-base/gnome-settings-daemon-3.8.6.1  USE=colord cups 
i18n short-touchpad-timeout udev -debug (-openrc-force) (-packagekit) 
-policykit {-test} INPUT_DEVICES=-wacom 
[nomerge   ]  sys-apps/systemd-208-r2:0/1  USE=acl filecaps 
firmware-loader kmod pam tcpd -audit -cryptsetup -doc -gcrypt -gudev -http 
-introspection -lzma -policykit -python -qrcode (-selinux) {-test} -vanilla 
-xattr ABI_X86=(64) (-32) (-x32) PYTHON_SINGLE_TARGET=python2_7 
PYTHON_TARGETS=python2_7 
[ebuild  N ]   sys-apps/gentoo-systemd-integration-2  51 kB
[ebuild  N ]sys-apps/systemd-208-r2:0/1  USE=acl filecaps 
firmware-loader kmod pam tcpd -audit -cryptsetup -doc -gcrypt -gudev -http 
-introspection -lzma -policykit -python -qrcode (-selinux) {-test} -vanilla 
-xattr ABI_X86=(64) (-32) (-x32) PYTHON_SINGLE_TARGET=python2_7 
PYTHON_TARGETS=python2_7 8 kB
[ebuild U ~] media-plugins/alsa-plugins-1.0.27-r1 [1.0.27] USE=ffmpeg jack 
libsamplerate pulseaudio* speex -debug 0 kB
[ebuild  N~]  media-sound/pulseaudio-4.0-r1  USE=X alsa asyncns caps dbus 
gdbm glib gtk ipv6 jack orc ssl tcpd udev webrtc-aec -avahi -bluetooth -doc 
-equalizer -gnome -libsamplerate -lirc (-neon) (-oss) -qt4 -realtime 
(-system-wide) -systemd {-test} -xen ABI_X86=(64) -32 (-x32) 1,360 kB
[ebuild U  ] x11-misc/notification-daemon-0.7.6 [0.5.0] 273 kB
[ebuild U  ] x11-libs/goffice-0.10.8:0.10 [0.10.0:0.10] USE=introspection 
2,154 kB
[nomerge   ] net-libs/libsoup-2.42.3.1:2.4 [2.38.1:2.4] USE=introspection 
ssl -debug -samba {-test} 
[ebuild U  ]  net-libs/glib-networking-2.36.2 [2.32.3] USE=gnome libproxy 
ssl -smartcard {-test} 345 kB
[ebuild U  ]   net-libs/libproxy-0.4.11-r1 [0.4.10-r1] USE=-gnome -kde 
-mono -networkmanager -perl -python -spidermonkey {-test} -webkit 
PYTHON_TARGETS=python2_7%* -python2_6% 92 kB
[ebuild   R] app-portage/gentoolkit-0.3.0.8-r2  PYTHON_TARGETS=python2_7 
python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB
[ebuild   R]  virtual/python-argparse-1  PYTHON_TARGETS=python2_7 
python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB
[nomerge   ] app-office/scribus-1.4.3  USE=cairo minimal 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

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

2013-12-06 Thread Jonathan Callen
 
 -avahi -bluetooth
 -bluray -cdda -fuse -gnome-keyring -gnome-online-accounts% -gphoto2 -ios 
 -mtp% -samba -systemd%
 {-test%} -udisks (-doc%) 1,463 kB [ebuild   R] 
 dev-python/beautifulsoup-4.1.3-r1:4
 USE=-doc {-test} PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) -python2_6 
 -python3_2* 0
 kB [ebuild U  ] app-arch/dpkg-1.16.12-r1 [1.16.10] USE=bzip2 nls unicode 
 zlib -dselect
 {-test} LINGUAS=-ast -bs -ca -cs -da -de -dz -el -eo -es -et -eu -fr -gl 
 -hu -id -it -ja -km
 -ko -ku -lt -mr -nb -ne -nl -nn -pa -pl -pt -pt_BR -ro -ru -sk -sv -th -tl 
 -vi -zh_CN -zh_TW
 3,701 kB [ebuild U  ] dev-cpp/gtkmm-3.8.1:3.0 [3.4.2:3.0] USE=X (-aqua) 
 -doc -examples
 {-test} (-wayland) 4,213 kB [ebuild   R] dev-python/lxml-3.2.1  
 USE=threads
 -beautifulsoup3 -doc -examples PYTHON_TARGETS=python2_7 python3_3* 
 -python2_6 -python3_2* 0
 kB [ebuild U  ] app-crypt/seahorse-3.8.2 [2.32.0] USE=-avahi -debug 
 -ldap (-doc%)
 (-introspection%) (-libnotify%) (-test%) 1,966 kB [ebuild U  ]
 app-text/gnome-doc-utils-0.20.10-r1 [0.20.10] PYTHON_TARGETS=python2_7%* 
 -python2_6% 0 kB 
 [blocks b  ] =net-libs/libsoup-2.42 (=net-libs/libsoup-2.42 is 
 blocking
 net-libs/libsoup-gnome-2.38.1) [ebuild U  ]  
 net-libs/libsoup-gnome-2.42.3.1:2.4
 [2.38.1:2.4] USE=introspection -debug 723 kB [ebuild U  ]   
 net-libs/libsoup-2.42.3.1:2.4
 [2.38.1:2.4] USE=introspection ssl -debug -samba {-test} 0 kB [nomerge  
  ]
 sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] USE=gnome%* -fat -systemd% 
 (-gnome-keyring%)
 (-nautilus%) (-remote-access%) [ebuild  N ]  app-crypt/libsecret-0.15-r1 
  USE=crypt
 introspection -debug {-test} -vala 474 kB [ebuild U  ] 
 gnome-base/libgnome-keyring-3.8.0
 [2.32.0] USE=introspection%* -debug {-test} -vala% 417 kB [nomerge   ]
 gnome-base/gnome-keyring-3.8.2 [2.32.1-r1] USE=caps%* filecaps%* pam -debug 
 (-selinux)
 {-test} [nomerge   ]  app-crypt/gcr-3.8.2:0/1  USE=gtk introspection 
 -debug {-test} 
 [blocks b  ]   gnome-base/gnome-keyring-3.3 
 (gnome-base/gnome-keyring-3.3 is blocking
 app-crypt/gcr-3.8.2) [ebuild U  ]gnome-base/gnome-keyring-3.8.2 
 [2.32.1-r1] USE=caps%*
 filecaps%* pam -debug (-selinux) {-test} 1,113 kB [ebuild  N ] 
 app-crypt/gcr-3.8.2:0/1
 USE=gtk introspection -debug {-test} 1,362 kB [ebuild   R]
 dev-java/java-config-2.1.12-r1:2  PYTHON_TARGETS=python2_7 python3_3* 
 -python2_6 -python3_2*
 0 kB [nomerge   ] sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] 
 USE=gnome%* -fat
 -systemd% (-gnome-keyring%) (-nautilus%) (-remote-access%) [ebuild  N ]
 gnome-base/gnome-settings-daemon-3.8.6.1  USE=colord cups i18n 
 short-touchpad-timeout udev
 -debug (-openrc-force) (-packagekit) -policykit {-test} 
 INPUT_DEVICES=-wacom 1,543 kB 
 [nomerge   ] gnome-base/gnome-settings-daemon-3.8.6.1  USE=colord cups 
 i18n
 short-touchpad-timeout udev -debug (-openrc-force) (-packagekit) -policykit 
 {-test}
 INPUT_DEVICES=-wacom [nomerge   ]  sys-apps/systemd-208-r2:0/1  
 USE=acl filecaps
 firmware-loader kmod pam tcpd -audit -cryptsetup -doc -gcrypt -gudev -http 
 -introspection -lzma
 -policykit -python -qrcode (-selinux) {-test} -vanilla -xattr ABI_X86=(64) 
 (-32) (-x32)
 PYTHON_SINGLE_TARGET=python2_7 PYTHON_TARGETS=python2_7 [ebuild  N ]
 sys-apps/gentoo-systemd-integration-2  51 kB [ebuild  N ]
 sys-apps/systemd-208-r2:0/1
 USE=acl filecaps firmware-loader kmod pam tcpd -audit -cryptsetup -doc 
 -gcrypt -gudev -http
 -introspection -lzma -policykit -python -qrcode (-selinux) {-test} -vanilla 
 -xattr
 ABI_X86=(64) (-32) (-x32) PYTHON_SINGLE_TARGET=python2_7 
 PYTHON_TARGETS=python2_7 8 kB 
 [ebuild U ~] media-plugins/alsa-plugins-1.0.27-r1 [1.0.27] USE=ffmpeg 
 jack libsamplerate
 pulseaudio* speex -debug 0 kB [ebuild  N~]  
 media-sound/pulseaudio-4.0-r1  USE=X alsa
 asyncns caps dbus gdbm glib gtk ipv6 jack orc ssl tcpd udev webrtc-aec -avahi 
 -bluetooth -doc
 -equalizer -gnome -libsamplerate -lirc (-neon) (-oss) -qt4 -realtime 
 (-system-wide) -systemd
 {-test} -xen ABI_X86=(64) -32 (-x32) 1,360 kB [ebuild U  ]
 x11-misc/notification-daemon-0.7.6 [0.5.0] 273 kB [ebuild U  ] 
 x11-libs/goffice-0.10.8:0.10
 [0.10.0:0.10] USE=introspection 2,154 kB [nomerge   ] 
 net-libs/libsoup-2.42.3.1:2.4
 [2.38.1:2.4] USE=introspection ssl -debug -samba {-test} [ebuild U  ]
 net-libs/glib-networking-2.36.2 [2.32.3] USE=gnome libproxy ssl -smartcard 
 {-test} 345 kB 
 [ebuild U  ]   net-libs/libproxy-0.4.11-r1 [0.4.10-r1] USE=-gnome -kde 
 -mono
 -networkmanager -perl -python -spidermonkey {-test} -webkit 
 PYTHON_TARGETS=python2_7%*
 -python2_6% 92 kB [ebuild   R] app-portage/gentoolkit-0.3.0.8-r2
 PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB 
 [ebuild   R]
 virtual/python-argparse-1  PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) 
 -python2_6
 -python3_2* 0 kB [nomerge   ] app-office/scribus-1.4.3  USE=cairo 
 minimal

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

2016-12-07 Thread Alan Grimes
 -ricoh_g3 -samsung -sierra
-sipix_blink2 -sipix_web2 -smal -sonix -sony_dscf1 -sony_dscf55
-soundvision -spca50x -sq905 -st2205 -stv0674 -stv0680 -sx330z -topfield
-toshiba_pdrm11 -tp6801" 6,823 KiB
[ebuild   R] dev-python/html5lib-0.999-r1::gentoo  USE="{-test}"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild U  ] virtual/perl-IO-Compress-2.69.1_rc::gentoo
[2.69.0::gentoo] 0 KiB
[ebuild  NS] dev-lang/vala-0.34.3:0.34::gentoo [0.30.1:0.30::gentoo,
0.32.1:0.32::gentoo] USE="{-test}" 0 KiB
[ebuild U  ] virtual/python-ipaddress-1.0-r1::gentoo [1.0::gentoo]
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild U  ] dev-python/pycparser-2.17::gentoo [2.14::gentoo]
USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 226 KiB
[ebuild   R] dev-python/jinja-2.8::gentoo  USE="-doc -examples"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-python/pyasn1-modules-0.0.8::gentoo 
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild  N ] dev-qt/qdbus-5.6.2:5/5.6::gentoo  USE="-debug {-test}"
0 KiB
[ebuild U  ] dev-libs/libinput-1.5.2:0/10::gentoo
[1.5.0:0/10::gentoo] USE="{-test}" INPUT_DEVICES="-wacom" 905 KiB
[ebuild   R] dev-libs/libpwquality-1.3.0::gentoo  USE="pam python
-static-libs" PYTHON_TARGETS="python2_7 python3_4 (-python3_3%)" 0 KiB
[ebuild U  ] dev-python/python-dateutil-2.6.0::gentoo
[2.5.3::gentoo] PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy
-pypy3 (-python3_3%)" 253 KiB
[ebuild U  ] dev-python/attrs-16.3.0::gentoo [15.2.0::gentoo]
USE="{-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy
(-python3_3%)" 57 KiB
[ebuild U  ] net-misc/dhcp-4.3.5::gentoo [4.3.4::gentoo] USE="client
ipv6 ldap server ssl -libressl (-selinux) -vim-syntax" 9,840 KiB
[ebuild U  ] net-analyzer/nmap-7.31::gentoo [7.30::gentoo] USE="ipv6
nls nse ssl -libressl -ncat -ndiff -nmap-update -nping (-system-lua)
-zenmap" LINGUAS="-de -fr -hi -hr -it -ja -pl -pt_BR -ru -zh"
PYTHON_TARGETS="python2_7" 8,790 KiB
[ebuild   R] app-misc/binwalk-2.1.1::gentoo  USE="-graph"
PYTHON_TARGETS="python2_7 python3_4 python3_5 (-python3_3%)" 0 KiB
[ebuild U  ] net-misc/whois-5.2.13::gentoo [5.2.12::gentoo]
USE="iconv nls -idn" 81 KiB
[ebuild U  ] dev-python/pytest-3.0.4::gentoo [3.0.2::gentoo]
USE="-doc% {-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy
(-pypy3%) (-python3_3%)" 717 KiB
[ebuild U  ] net-misc/dhcpcd-6.11.5::gentoo [6.11.3::gentoo]
USE="embedded ipv6 udev" 194 KiB
[ebuild U  ] dev-util/debootstrap-1.0.87::gentoo [1.0.83::gentoo] 65 KiB
[ebuild   R] dev-python/pytools-2016.1::gentoo  USE="{-test}"
PYTHON_TARGETS="python2_7 python3_4 python3_5 (-python3_3%)" 0 KiB
[ebuild   R] dev-python/mako-1.0.3::gentoo  USE="-doc {-test}"
PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy (-python3_3%)" 0 KiB
[ebuild U  ] dev-python/pexpect-4.2.1::gentoo [4.0.1::gentoo]
USE="-doc -examples {-test}" PYTHON_TARGETS="python2_7 python3_4
python3_5 -pypy -pypy3 (-python3_3%)" 141 KiB
[ebuild U  ] app-text/liblangtag-0.6.2::gentoo [0.6.1::gentoo]
USE="introspection -debug -doc -static-libs {-test}" 749 KiB
[ebuild U  ] media-libs/gst-plugins-bad-1.8.3-r1:1.0::gentoo
[1.8.3:1.0::gentoo] USE="X bzip2 egl* gtk introspection nls opengl orc
vcd vnc -gles2 {-test} -wayland" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U  ] dev-perl/IO-Socket-SSL-2.39.0::gentoo [2.24.0::gentoo]
USE="-examples% -idn" 209 KiB
[ebuild U  ] dev-libs/libcdio-paranoia-0.93_p1-r1::gentoo
[0.93_p1::gentoo] USE="cxx -static-libs {-test}" ABI_X86="32* (64)
(-x32)" 0 KiB
[ebuild U  ] dev-python/pillow-3.4.2-r1::gentoo [3.1.1::gentoo]
USE="jpeg jpeg2k lcms tiff tk truetype zlib -doc -examples {-test}
-webp" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy
(-python3_3%)" 10,784 KiB
[ebuild U  ] dev-python/cffi-1.9.1:0/1.9.1::gentoo
[1.8.3:0/1.8.3::gentoo] USE="-doc {-test}" PYTHON_TARGETS="python2_7
python3_4 python3_5" 398 KiB
[ebuild   R] dev-python/beautifulsoup-4.5.1:4::gentoo  USE="-doc
{-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy -pypy3
(-python3_3%)" 0 KiB
[ebuild   R] dev-libs/cryptlib-3.4.3::gentoo  USE="ldap python -doc
-odbc" PYTHON_TARGETS="python2_7 python3_4 python3_5 -pypy
(-python3_3%)" 0 KiB
[ebuild   R] media-video/vcdimager-0.7.24::gentoo  USE="xml
-static-libs&q

[gentoo-user] kde-base/baloo is blocking an upgrade

2016-05-28 Thread Mick
-infinality -static-libs -utils (-auto-hinter%)" 1,712 KiB
[ebuild U  ] net-misc/curl-7.49.0::gentoo [7.45.0::gentoo] USE="ipv6 ssl 
-adns -http2 -idn -kerberos -ldap -metalink -rtmp -samba -ssh -static-libs 
{-test} -threads" CURL_SSL="openssl -axtls -gnutls (-libressl) -mbedtls% -nss 
-polarssl (-winssl)" 7,284 KiB
[ebuild U  ] sys-process/procps-3.3.11-r3:0/5::gentoo 
[3.3.10-r1:0/0::gentoo] USE="kill%* ncurses nls unicode -modern-top (-selinux) 
-static-libs -systemd {-test}" 805 KiB
[ebuild U  ] sys-apps/gptfdisk-1.0.1::gentoo [0.8.10::gentoo] USE="ncurses 
-static" 191 KiB
[ebuild  N ] net-misc/socat-1.7.3.1::gentoo  USE="ipv6 readline ssl tcpd" 
478 KiB
[ebuild U  ] sys-devel/gettext-0.19.7::gentoo [0.19.4::gentoo] USE="acl cxx 
ncurses nls openmp -cvs -doc -emacs -git -java -static-libs" 18,785 KiB
[ebuild U  ] app-arch/tar-1.28-r1::gentoo [1.27.1-r2::gentoo] USE="acl nls 
xattr -minimal (-selinux) -static" 2,631 KiB
[ebuild U  ] sys-apps/findutils-4.6.0-r1::gentoo [4.6.0::gentoo] USE="nls 
-debug (-selinux) -static {-test}" 0 KiB
[ebuild U  ] sys-apps/gawk-4.1.3::gentoo [4.0.2::gentoo] USE="nls readline 
-mpfr%" 2,258 KiB
[ebuild U  ] sys-apps/grep-2.25::gentoo [2.21-r1::gentoo] USE="nls pcre 
-static" 1,297 KiB
[ebuild U  ] net-misc/wget-1.17.1-r1::gentoo [1.16.3-r1::gentoo] USE="ipv6 
nls pcre ssl zlib -debug -gnutls -idn (-libressl) -ntlm -static {-test} -uuid" 
1,850 KiB
[ebuild U  ] sys-apps/texinfo-6.1::gentoo [5.2::gentoo] USE="nls -static" 
4,415 KiB
[ebuild U  ] app-admin/perl-cleaner-2.20::gentoo [2.19::gentoo] 7 KiB
[ebuild U  ] sys-apps/pciutils-3.4.1::gentoo [3.3.1::gentoo] USE="kmod udev 
zlib -dns -static-libs" 395 KiB
[ebuild  NS] dev-qt/qtsql-5.5.1:5::gentoo [4.8.6-r1:4::gentoo] USE="mysql 
sqlite -debug -freetds -oci8 -odbc -postgres {-test}" 0 KiB
[ebuild  N ] media-libs/libsdl2-2.0.4::gentoo  USE="X alsa dbus joystick 
opengl sound threads video (-altivec) (-custom-cflags) (-fusionsound) -gles 
-haptic -nas -oss -pulseaudio -static-libs -tslib -udev -wayland -xinerama 
-xscreensaver" CPU_FLAGS_X86="mmx sse sse2 -3dnow" 4,040 KiB
[ebuild  N ] media-libs/jasper-1.900.1-r9::gentoo  USE="opengl -jpeg 
-static-libs" 1,409 KiB
[ebuild  NS] dev-qt/qtopengl-5.5.1:5::gentoo [4.8.6-r1:4::gentoo] 
USE="-debug -gles2 {-test}" 0 KiB
[ebuild  N ] dev-qt/qtimageformats-5.5.1-r1:5::gentoo  USE="-debug {-test}" 
1,849 KiB
[ebuild  N ] media-libs/sdl-image-1.2.12-r1::gentoo  USE="png webp -gif 
-jpeg -static-libs -tiff" 2,179 KiB
[ebuild U  ] media-gfx/imagemagick-6.9.4.1:0/6.9.4.1::gentoo 
[6.9.0.3:0/6.9.0.3::gentoo] USE="X bzip2 cxx lzma openmp png svg webp zlib 
-autotrace -corefonts -djvu -fftw -fontconfig -fpx -graphviz -hdri -jbig -jpeg 
-jpeg2k -lcms -lqr (-opencl) -openexr -pango -perl -postscript -q32 -q64 -q8 
-raw -static-libs {-test} -tiff -truetype -wmf -xml" 8,584 KiB
[ebuild  N ] kde-frameworks/kfilemetadata-5.21.0:5/5.21::gentoo  USE="exif 
ffmpeg -debug -doc -epub -libav -pdf -taglib {-test}" 124 KiB
[ebuild  NS] kde-apps/libkdcraw-15.12.3:5::gentoo [15.08.3:4/15.08::gentoo] 
USE="-debug" 42 KiB
[ebuild  NS] kde-apps/libkexiv2-15.12.3:5::gentoo [15.08.3:4/15.08::gentoo] 
USE="xmp -debug" 64 KiB
[ebuild   R] virtual/ffmpeg-9-r2::gentoo  USE="X encode sdl* vaapi -gsm 
-jpeg2k -libav -mp3 -opus -speex -theora -threads -truetype -vdpau -x264" 0 KiB
[ebuild  N ] kde-plasma/libkscreen-5.5.5:5::gentoo  USE="-debug {-test}" 71 
KiB
[ebuild  N ] kde-frameworks/kimageformats-5.21.0:5/5.21::gentoo  
USE="-debug -doc -eps -openexr {-test}" 200 KiB
[ebuild  N ] kde-frameworks/kidletime-5.21.0:5/5.21::gentoo  USE="-debug 
-doc" 26 KiB
[ebuild  N ] kde-frameworks/kplotting-5.21.0:5/5.21::gentoo  USE="-debug 
-doc {-test}" 29 KiB
[ebuild  N     ] dev-cpp/eigen-3.2.8-r2:3::gentoo  USE="openmp (-altivec) 
-debug -doc {-test}" CPU_FLAGS_X86="sse2 sse3 sse4_1 ssse3 -sse4_2" 1,134 KiB
[ebuild  N ] kde-plasma/kwallet-pam-5.6.4-r1:5::gentoo  USE="oldwallet 
-debug" 18 KiB
[ebuild  N ] media-video/movit-1.2.0::gentoo  1,659 KiB
[ebuild  N ] kde-apps/kdebugsettings-15.12.3:5::gentoo  USE="-debug 
{-test}" 23 KiB
[ebuild  N ] media-libs/mlt-0.9.8-r2::gentoo  USE="ffmpeg kdenlive melt 
opengl qt5 sdl xml -compressed-lumas -debug -fftw -frei0r -gtk -jack -kde 
-libav -libsamplerate -lua -python -qt4 -rtaudio (-ruby) -vdpau -xine" 
CPU_FLAGS_X86="mmx sse sse2" PYTHON_TARGETS="python2_7" 1,234 KiB
[ebuild  N ] kde-frameworks/kdnssd-5.21.0:5/5.21::gentoo  USE="nls -debug 
-doc {-test} -zeroconf" 56 KiB
[ebuild  N ]

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
ARGETS="python2_7" 0 KiB
> [nomerge   ] media-sound/grip-3.6.3::gentoo  USE="vorbis" 
> [nomerge   ]  gnome-base/libgnomeui-2.24.5-r1::gentoo  USE="{-test}" 
> [nomerge   ]   gnome-base/gnome-keyring-3.20.1::gentoo  USE="caps 
> filecaps pam ssh-agent (-selinux) {-test}" 
> [ebuild   R]app-crypt/pinentry-1.0.0-r2::gentoo  USE="gnome-keyring 
> gtk ncurses -caps -emacs -qt5 -static" 0 KiB
> [nomerge   ] sys-apps/bleachbit-1.19-r1::gentoo  USE="gtk nls" 
> PYTHON_TARGETS="python2_7" 
> [ebuild   R]  dev-python/pygtk-2.24.0-r4:2::gentoo  USE="-doc -examples 
> {-test}" PYTHON_TARGETS="python2_7" 0 KiB
> [ebuild   R]   gnome-base/libglade-2.6.4-r2:2.0::gentoo  
> USE="-static-libs {-test} -tools" PYTHON_SINGLE_TARGET="-pypy -python2_7" 
> PYTHON_TARGETS="python2_7 -pypy" 0 KiB
> [ebuild   R]x11-libs/gtk+-2.24.31-r1:2::gentoo  USE="introspection 
> (-aqua) -cups -examples {-test} -vim-syntax -xinerama" 0 KiB
> [nomerge   ] app-cdr/brasero-3.12.2-r1:0/3.1::gentoo  USE="css 
> introspection libburn mp3 -nautilus (-packagekit) -playlist {-test} -tracker" 
> [ebuild   R]  gnome-base/gvfs-1.32.1-r1::gentoo  USE="gtk http udev -afp 
> -archive -bluray -cdda -elogind -fuse -gnome-keyring -gnome-online-accounts 
> -google -gphoto2 -ios -mtp -nfs -policykit -samba -systemd {-test} -udisks 
> -zeroconf" 0 KiB
> [ebuild   R]   x11-libs/gtk+-3.22.26:3::gentoo  USE="X introspection 
> (-aqua) -broadway -cloudprint -colord -cups -examples {-test} -vim-syntax 
> -wayland -xinerama" 0 KiB
> [ebuild   R] sys-fs/cryptsetup-2.0.1:0/12::gentoo  USE="argon2 gcrypt nls 
> -kernel -libressl -nettle -openssl -pwquality -python -reencrypt -static 
> -static-libs -udev -urandom" PYTHON_SINGLE_TARGET="python3_5 -python2_7 
> -python3_4 -python3_6" PYTHON_TARGETS="python2_7 python3_5 python3_6 
> -python3_4" 0 KiB
> [ebuild   R]  sys-fs/lvm2-2.02.166-r2::gentoo  USE="readline thin udev 
> -clvm -cman -corosync -device-mapper-only -lvm1 -lvm2create_initrd -openais 
> -sanlock (-selinux) -static -static-libs -systemd" 0 KiB
> [ebuild   R]   sys-block/thin-provisioning-tools-0.7.5::gentoo  
> USE="-static {-test}" 0 KiB
> [nomerge   ] games-emulation/dosbox-0.74_p20160629-r1::gentoo  USE="alsa 
> -debug -glide -hardened -opengl" 
> [ebuild   R]  media-libs/sdl-sound-1.0.3-r1::gentoo  USE="flac mp3 vorbis 
> -mikmod -modplug -mpeg -physfs -speex -static-libs" 0 KiB
> [ebuild   R] x11-base/xorg-server-1.19.6:0/1.19.6::gentoo  USE="glamor 
> ipv6 suid udev xnest xorg xvfb -debug -dmx -doc -kdrive -libressl -minimal 
> (-selinux) -static-libs -systemd -tslib -unwind -wayland -xcsecurity -xephyr" 
> 0 KiB
> [nomerge   ] x11-apps/x11perf-1.6.0::gentoo 
> [nomerge   ]  x11-libs/libXft-2.3.2::gentoo  USE="-static-libs" 
> [nomerge   ]   x11-libs/libXrender-0.9.10::gentoo  USE="-static-libs" 
> [nomerge   ]x11-proto/renderproto-0.11.1-r2::gentoo 
> [0.11.1-r1::gentoo]
> [nomerge   ] x11-base/xorg-proto-2018.3::gentoo 
> [blocks b  ]   (" [ebuild U  ]   x11-proto/xcmiscproto-1.2.2-r1::gentoo [1.2.2::gentoo] 
> USE="(-doc%)" 0 KiB
> [blocks b  ]   (" [ebuild U  ]   x11-proto/bigreqsproto-1.1.2-r1::gentoo 
> [1.1.2::gentoo] USE="(-doc%)" 0 KiB
> [nomerge   ] x11-base/xorg-server-1.19.6:0/1.19.6::gentoo  USE="glamor 
> ipv6 suid udev xnest xorg xvfb -debug -dmx -doc -kdrive -libressl -minimal 
> (-selinux) -static-libs -systemd -tslib -unwind -wayland -xcsecurity -xephyr" 
> [ebuild   R]  x11-apps/xinit-1.3.4-r4::gentoo  USE="minimal" 0 KiB
> [nomerge   ] x11-apps/xf86dga-1.0.3::gentoo 
> [ebuild   R]  x11-libs/libXxf86dga-1.1.4::gentoo  USE="-static-libs" 0 KiB
> [nomerge   ] x11-base/xorg-x11-7.4-r2::gentoo 
> [ebuild   R]  x11-apps/xkbcomp-1.4.0::gentoo  0 KiB
> [ebuild   R]  x11-apps/xcursorgen-1.0.6::gentoo  0 KiB
> [ebuild   R]  x11-apps/iceauth-1.0.7::gentoo  0 KiB
> [nomerge   ] sys-auth/consolekit-1.2.1::gentoo  USE="acl cgroups pam 
> policykit -debug -doc -evdev -pm-utils (-selinux) {-test} -udev" 
> [ebuild   R]  app-admin/cgmanager-0.41::gentoo  USE="pam (-selinux)" 0 KiB
> [nomerge   ] media-gfx/gimp-2.9.8-r1:2::gentoo  USE="alsa jpeg2k -aalib 
> (-altivec) (-aqua) -debug -doc -gnome -mng -openexr -pdf -postscript -python 
> -smp {-test} -udev -vector-icons -webp -wmf -xpm" CPU_FLAGS_X86="mmx sse" 
> PYTHON_TA

[gentoo-user] emerge -DuN @system vs. emerge -DuN @world

2022-03-21 Thread hitachi303
.1.3-r1::gentoo [1.1.3::gentoo] 
USE="-doc" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] sys-libs/binutils-libs-2.37_p1-r2:0/2.37::gentoo 
[2.37_p1:0/2.37::gentoo] USE="nls -64-bit-bfd (-cet) -multitarget 
-static-libs" ABI_X86="(64) -32 (-x32)" 32 KiB
[ebuild U  ] dev-libs/libxslt-1.1.35::gentoo [1.1.34-r2::gentoo] 
USE="crypt -debug -examples -static-libs (-verify-sig%)" ABI_X86="(64) 
-32 (-x32)" 1.785 KiB
[ebuild U  ] dev-python/installer-0.5.0::gentoo 
[0.4.0_p20220124::gentoo] USE="-test" PYTHON_TARGETS="python3_9 (-pypy3) 
-python3_8 -python3_10" 899 KiB
[ebuild U  ] app-crypt/rhash-1.4.2::gentoo [1.3.6-r1::gentoo] 
USE="nls ssl -debug -static-libs" ABI_X86="(64) -32 (-x32)" 408 KiB
[ebuild   R] app-text/opensp-1.5.2-r7::gentoo  USE="nls -doc 
-static-libs -test" ELIBC="(-glibc%*)" 0 KiB
[ebuild  N ] dev-python/flit_core-3.6.0-r2::gentoo  USE="-test" 
PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 37 KiB
[ebuild  N ] dev-python/more-itertools-8.12.0-r1::gentoo  USE="-doc 
-test" PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 107 KiB
[ebuild U  ] sys-apps/gawk-5.1.1-r1::gentoo [5.1.0::gentoo] USE="nls 
readline -mpfr" 3.175 KiB
[ebuild  N ] dev-python/appdirs-1.4.4-r2::gentoo 
PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 10 KiB
[ebuild  N ] dev-python/ordered-set-4.1.0::gentoo  USE="-test" 
PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 13 KiB
[ebuild  N ] dev-python/zipp-3.7.0-r1::gentoo  USE="-doc -test" 
PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 13 KiB
[ebuild U  ] dev-python/pyparsing-3.0.7-r1::gentoo [3.0.6::gentoo] 
USE="-examples -test" PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 
-python3_10" 923 KiB
[ebuild  N ] dev-python/jaraco-context-4.1.1-r2::gentoo  USE="-test" 
PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 8 KiB
[ebuild U  ] dev-util/glib-utils-2.70.4::gentoo [2.70.2::gentoo] 
PYTHON_SINGLE_TARGET="python3_9 -python3_8 -python3_10" 4.712 KiB
[ebuild U  ] dev-util/gdbus-codegen-2.70.4::gentoo [2.70.2::gentoo] 
PYTHON_SINGLE_TARGET="python3_9 -python3_8 -python3_10" 0 KiB
[ebuild U  ] sys-devel/binutils-2.37_p1-r2:2.37::gentoo 
[2.37_p1:2.37::gentoo] USE="gold nls plugins (-cet) (-default-gold) -doc 
-multitarget -pgo% -static-libs -test -vanilla" 0 KiB
[ebuild U  ] dev-python/packaging-21.3-r2::gentoo [21.3-r1::gentoo] 
USE="-test" PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 0 KiB
[ebuild  N ] dev-python/importlib_metadata-4.11.2::gentoo  USE="-doc 
-test" PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 43 KiB
[ebuild  N ] dev-python/jaraco-functools-3.5.0-r2::gentoo  USE="-doc 
-test" PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 13 KiB
[ebuild U  ] sys-devel/gcc-11.2.1_p20220115:11::gentoo 
[11.2.0:11::gentoo] USE="(cxx) fortran (multilib) nls nptl openmp (pie) 
sanitize ssp (-ada) (-cet) -custom-cflags -d -debug -doc (-fixed-point) 
-go -graphite (-hardened) -jit (-libssp) -lto -objc -objc++ -objc-gc 
(-pch*) -pgo -systemtap -test -valgrind -vanilla -vtv -zstd" 73.921 KiB
[ebuild  N ] dev-python/jaraco-text-3.7.0-r2::gentoo  USE="-doc 
-test" PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 12 KiB
[ebuild U  ] dev-lang/python-3.10.2_p1:3.10::gentoo 
[3.10.0_p1-r1:3.10::gentoo] USE="gdbm ncurses readline sqlite ssl xml 
-bluetooth -build -examples -hardened -libedit% -lto -pgo -test -tk 
-verify-sig -wininst" 18.351 KiB
[ebuild U  ] dev-python/wheel-0.37.1-r1::gentoo [0.37.1::gentoo] 
USE="-test" PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 0 KiB
[ebuild U  ] dev-libs/fribidi-1.0.11::gentoo [1.0.10::gentoo] 
USE="-doc% -test%" ABI_X86="(64) -32 (-x32)" 1.052 KiB
[ebuild   R] net-misc/iputils-20210722-r1::gentoo  USE="arping 
filecaps nls ssl -caps -clockdiff -doc -gcrypt -idn -nettle -rarpd 
-rdisc -static -test -tftpd -tracepath -traceroute6 (-ipv6%*)" 0 KiB
[ebuild U  ] dev-libs/glib-2.70.4:2::gentoo [2.70.2:2::gentoo] 
USE="dbus elf (mime) xattr -debug -fam -gtk-doc (-selinux) -static-libs 
-sysprof -systemtap -test -utils" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] dev-util/gtk-update-icon-cache-3.24.31::gentoo 
[3.24.30::gentoo] 91 KiB
[ebuild U  ] dev-python/setuptools-60.9.2::gentoo [60.5.0::gentoo] 
USE="-test" PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 -python3_10" 
2.370 KiB
[ebuild U  ] dev-python/setuptools_scm-6.4.1::gentoo [6.3.2::gentoo] 
USE=&