Re: [gentoo-user] GTK+ circular dependency

2016-10-14 Thread Stroller

> On 13 Oct 2016, at 18:01, Daniel Quinn  wrote:
> 
> On 13/10/16 02:36, wabe wrote:
>> Since the update process is dead slow anyway and I really don't care
> about a few minutes less ore more, I always use --backtrack=999.
> 
> Unfortunately yes.  I took your advice just now and it's still
> complaining about circular dependencies.  Maybe I'm missing something,
> but how can gtk+ *depend* on gtk-engines-adwaita?

If you look in the ebuilds:

• gtk+-2.24.31-r1 depends upon x11-themes/gtk-engines-adwaita, [1] and
• gtk-engines-adwaita-3.20.2 depends upon >=x11-libs/gtk+-2.24.15 [2]

If you look at the packages page for x11-libs/gtk+ [3], you'll see there are 
some earlier versions of it in the tree that fulfils gtk-engines-adwaita's 
requirement, x11-libs/gtk+-2.24.28-r1 for example.

x11-libs/gtk+-2.24.28-r1 does not seem to require gtk-engines-adwaita. [4]

So you should be able to `emerge -1 =x11-libs/gtk+-2.24.28-r1` and then `emerge 
-1 gtk-engines-adwaita` should pull in the 3.20.2 version of it.

You can then, for good measure, update gtk+ to version 2.24.31-r1 (`emerge -1 
=x11-libs/gtk+-2.24.31-r1`), I think.

Stroller.



[1] 
https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild
[2] 
https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.20.2.ebuild
[3] https://packages.gentoo.org/packages/x11-libs/gtk+
[4] 
https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-libs/gtk+/gtk+-2.24.28-r1.ebuild


[gentoo-user] Re: GTK+ circular dependency

2016-10-16 Thread Jonathan Callen
On 10/12/2016 05:50 PM, Daniel Quinn wrote:
> Have any of you seen this before?  This is on a fresh install.  I can't
> get anything GNOME-based to install as it looks like gnome-keyring is
> bringing in an older version of gtk+ which somehow depends on
> gtk-engines-adwaita which in turn depends on gtk+.
> 
> Details:
> * ACCEPT_KEYWORDS="~amd64"
> * Profile: gnome/systemd
> * No additional USE flags.
> 
> 
> 
> # emerge -auDN --keep-going --with-bdeps=y @world
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> 
> 
> [nomerge   ] app-crypt/libsecret-0.18.5::gentoo  USE="crypt
> introspection -debug {-test} -vala"
> [nomerge   ]  gnome-base/gnome-keyring-3.20.0::gentoo  USE="caps
> filecaps pam ssh-agent (-selinux) {-test}"
> [nomerge   ]   app-crypt/pinentry-0.9.7-r1::gentoo 
> USE="gnome-keyring gtk ncurses -caps -emacs -qt4 -qt5 -static"
> [nomerge   ]x11-libs/gtk+-2.24.31-r1:2::gentoo
> [3.20.9:3::gentoo] USE="introspection vim-syntax (-aqua) -cups -examples
> {-test} -xinerama" ABI_X86="(64) -32 (-x32)"
> [ebuild  N ] x11-themes/gtk-engines-adwaita-3.20.2::gentoo 
> ABI_X86="(64) -32 (-x32)" 2,812 KiB
> [ebuild  NS]  x11-libs/gtk+-2.24.31-r1:2::gentoo
> [3.20.9:3::gentoo] USE="introspection vim-syntax (-aqua) -cups -examples
> {-test} -xinerama" ABI_X86="(64) -32 (-x32)" 12,506 KiB
> [ebuild  N ]   app-crypt/gnupg-2.1.15::gentoo  USE="bzip2 gnutls nls
> readline usb -doc -ldap (-selinux) -smartcard -tofu -tools" 5,590 KiB
> [ebuild  N ]app-crypt/pinentry-0.9.7-r1::gentoo 
> USE="gnome-keyring gtk ncurses -caps -emacs -qt4 -qt5 -static" 423 KiB
> [ebuild  N ]  gnome-base/gnome-keyring-3.20.0::gentoo  USE="caps
> filecaps pam ssh-agent (-selinux) {-test}" 1,187 KiB
> [nomerge   ] sys-apps/openrc-0.22.2::gentoo  USE="ncurses netifrc
> pam unicode -audit -debug -newnet (-prefix) (-selinux) -static-libs -tools"
> [ebuild   R]  sys-auth/pambase-20150213::gentoo  USE="cracklib
> gnome-keyring* nullok sha512 systemd (-consolekit) -debug -minimal
> -mktemp -pam_krb5 -pam_ssh -passwdqc -securetty (-selinux)" 4 KiB
> 
> Total: 6 packages (4 new, 1 in new slot, 1 reinstall), Size of
> downloads: 22,519 KiB
> 
>  * Error: circular dependencies:
> 
> (x11-libs/gtk+-2.24.31-r1:2/2::gentoo, ebuild scheduled for merge)
> depends on
>  (x11-themes/gtk-engines-adwaita-3.20.2:0/0::gentoo, ebuild scheduled
> for merge) (runtime)
>   (x11-libs/gtk+-2.24.31-r1:2/2::gentoo, ebuild scheduled for merge)
> (buildtime)
> 
>  * Note that circular dependencies can often be avoided by temporarily
>  * disabling USE flags that trigger optional dependencies.
> 
> 
> 

This is bug 597068[1].  The issue appears to have been caused by a
misunderstanding of when the package manager can and cannot solve
circular dependencies, and the fix is likely to be to move
gtk-engines-adwaita from RDEPEND to PDEPEND in gtk+:2, as
gtk-engines-adwaita has a build-time DEPEND on gtk+:2 (not just a
runtime RDEPEND).

[1] https://bugs.gentoo.org/show_bug.cgi?id=597068

-- 
Jonathan Callen



signature.asc
Description: OpenPGP digital signature


[gentoo-user] GTK+ circular dependency

2016-10-12 Thread Daniel Quinn
Have any of you seen this before?  This is on a fresh install.  I can't
get anything GNOME-based to install as it looks like gnome-keyring is
bringing in an older version of gtk+ which somehow depends on
gtk-engines-adwaita which in turn depends on gtk+.

Details:
* ACCEPT_KEYWORDS="~amd64"
* Profile: gnome/systemd
* No additional USE flags.



# emerge -auDN --keep-going --with-bdeps=y @world

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

Calculating dependencies... done!


[nomerge   ] app-crypt/libsecret-0.18.5::gentoo  USE="crypt
introspection -debug {-test} -vala"
[nomerge   ]  gnome-base/gnome-keyring-3.20.0::gentoo  USE="caps
filecaps pam ssh-agent (-selinux) {-test}"
[nomerge   ]   app-crypt/pinentry-0.9.7-r1::gentoo 
USE="gnome-keyring gtk ncurses -caps -emacs -qt4 -qt5 -static"
[nomerge   ]x11-libs/gtk+-2.24.31-r1:2::gentoo
[3.20.9:3::gentoo] USE="introspection vim-syntax (-aqua) -cups -examples
{-test} -xinerama" ABI_X86="(64) -32 (-x32)"
[ebuild  N ] x11-themes/gtk-engines-adwaita-3.20.2::gentoo 
ABI_X86="(64) -32 (-x32)" 2,812 KiB
[ebuild  NS]  x11-libs/gtk+-2.24.31-r1:2::gentoo
[3.20.9:3::gentoo] USE="introspection vim-syntax (-aqua) -cups -examples
{-test} -xinerama" ABI_X86="(64) -32 (-x32)" 12,506 KiB
[ebuild  N ]   app-crypt/gnupg-2.1.15::gentoo  USE="bzip2 gnutls nls
readline usb -doc -ldap (-selinux) -smartcard -tofu -tools" 5,590 KiB
[ebuild  N ]app-crypt/pinentry-0.9.7-r1::gentoo 
USE="gnome-keyring gtk ncurses -caps -emacs -qt4 -qt5 -static" 423 KiB
[ebuild  N ]  gnome-base/gnome-keyring-3.20.0::gentoo  USE="caps
filecaps pam ssh-agent (-selinux) {-test}" 1,187 KiB
[nomerge   ] sys-apps/openrc-0.22.2::gentoo  USE="ncurses netifrc
pam unicode -audit -debug -newnet (-prefix) (-selinux) -static-libs -tools"
[ebuild   R]  sys-auth/pambase-20150213::gentoo  USE="cracklib
gnome-keyring* nullok sha512 systemd (-consolekit) -debug -minimal
-mktemp -pam_krb5 -pam_ssh -passwdqc -securetty (-selinux)" 4 KiB

Total: 6 packages (4 new, 1 in new slot, 1 reinstall), Size of
downloads: 22,519 KiB

 * Error: circular dependencies:

(x11-libs/gtk+-2.24.31-r1:2/2::gentoo, ebuild scheduled for merge)
depends on
 (x11-themes/gtk-engines-adwaita-3.20.2:0/0::gentoo, ebuild scheduled
for merge) (runtime)
  (x11-libs/gtk+-2.24.31-r1:2/2::gentoo, ebuild scheduled for merge)
(buildtime)

 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags that trigger optional dependencies.




Re: [gentoo-user] GTK+ circular dependency

2016-10-13 Thread Daniel Quinn
On 13/10/16 02:36, wabe wrote:
> Since the update process is dead slow anyway and I really don't care
about a few minutes less ore more, I always use --backtrack=999.

Unfortunately yes.  I took your advice just now and it's still
complaining about circular dependencies.  Maybe I'm missing something,
but how can gtk+ *depend* on gtk-engines-adwaita?



[gentoo-user] Re: go to a no-x console from failed X + lxde install

2016-12-09 Thread Harry Putnam
Andrej Rode  writes:

> Hi Harry,
>
> On 09/12/16 18:23, Harry Putnam wrote:
>> # required by x11-libs/gtk+-2.24.31-r1::gentoo
>> # required by x11-libs/gtksourceview-2.10.5-r3::gentoo
>> # required by dev-python/pygtksourceview-2.10.1-r1::gentoo
>> # required by dev-vcs/git-2.11.0::gentoo[python,gtk]
>
> This tells me that you may have the gtk use flag for git set. Try to
> unset it and rerun emerge.

Yup, there was and must still be for some other things because the
changes after both the moves you suggested, running
emerge -vuDNp world was a few lines less output... but otherwise
pretty much the same. (posted at the end) 

cat /etc/portage/package.use/git
dev-vcs/git -gtk -webdav

> Also set your profile `eselect profile {set,list}` to a non-desktop
> version. This should configure your base system not to use X.
> Keep track if anything else in your package.use contains gtk.

I did look at doing that very thing before posting OP but I had a hard
time figuring out what to pick.

I went ahead and set [...]/defauilt/linux/x86/13.0/developer

Even though I am a very far cry from that lofty status.  Am I creating
more problems with that?  Does that setting also hark of X

There aren't that many that aren't desktop related or selenix or
hardened or something else like uclibc or musl.. that I don't know
anything about.

Maybe the very first choice would be better:
  [1]   default/linux/x86/13.0
  
Seems like that might expect X as well
I expected to find a choice of `server' but don't see that.


Even with the leg up you gave me, I'm still not real sure what the output
is telling me:

Like where it says something is required by an x11- pkg .. well those
are all unmerged.

Or the chunk at the bottom listing quite a few non-X pkgs but saying:

(dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])

   What dependancy.. use use flag of X?

Also, I thought it might help to stick a use flag of `-gtk' in
make.conf. But when I did that just now as an experiment instead of
the output below I got a huge list of x11- pkgs to be installed.
Now changed back I get the output below.

---   ---   ---=---   ---   --- 
emerge -vuNDp

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

Calculating dependencies... done!

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>=x11-libs/cairo-1.14.6 X
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>=x11-libs/gdk-pixbuf-2.36.0 X

!!! The ebuild selected to satisfy "x11-libs/gtk+:3" has unmet requirements.
- x11-libs/gtk+-3.22.4::gentoo USE="introspection -X (-aqua) -broadway 
-cloudprint -colord -cups -examples -test -vim-syntax -wayland -xinerama"

  The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( aqua wayland X )

  The above constraints are a subset of the following complete expression:
any-of ( aqua wayland X ) xinerama? ( X )

(dependency required by "gnome-extra/polkit-gnome-0.105-r1::gentoo" [installed])
(dependency required by "sys-auth/polkit-0.113-r1::gentoo[gtk]" [installed])
(dependency required by "sys-auth/consolekit-1.1.0-r1::gentoo[policykit]" 
[installed])
(dependency required by "sys-auth/pambase-20150213::gentoo[consolekit]" 
[installed])
(dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])
(dependency required by "virtual/ssh-0::gentoo[-minimal]" [installed])
(dependency required by "@system" [set])
(dependency required by "@world" [argument])
These are the packages that would be merged, in order:

Calculating dependencies... done!

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>=x11-libs/cairo-1.14.6 X
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>=x11-libs/gdk-pixbuf-2.36.0 X

!!! The ebuild selected to satisfy "x11-libs/gtk+:3" has unmet requirements.
- x11-libs/gtk+-3.22.4::gentoo USE="introspection -X (-aqua) -broadway 
-cloudprint -colord -cups -examples -test -vim-syntax -wayland -xinerama"

  The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( aqua wayland X )

  The above constraints are a subset of the following complete expression:
any-of ( aqua wayland X ) xinerama? ( X )

(dependency required by "gnome-extra/polkit-gnome-0.105-r1::gentoo" [installed])
(dependency required by "sys-auth/polki

Re: [gentoo-user] How do I select a GTK 3 theme?

2011-07-31 Thread Stroller

On 31 July 2011, at 00:56, Sebastian Pipping wrote:
> ...
> I got x11-themes/gtk-engines:3 from the gnome overlay installed so GTK 3
> engines are there.  My problem is I don't know how to set a global theme
> for GTK 3 (and the default is dead ugly).  If it is file
> ~/.config/gtk-3.0/settings.ini then I haven't got that to work, yet.
> 
> What's your recipe to select GTK 3 themes?
> Any quality links or guidance would be great.

There's some discussion of theming and ugliness in GTK3 in Nikos' bug 374057.

This really isn't my manor (so please forgive me if I'm mistaken) but you might 
find, e.g., comment 38 useful.

https://bugs.gentoo.org/show_bug.cgi?id=374057#c38

There's mention of using the Adwaita theme and placing a symlink which appears 
to be required to get GTK3 to honour your theme selection.

I'm just surprised no-one else more knowledgable than I has answered yet.




Re: [gentoo-user] GTK+ circular dependency

2016-10-13 Thread Neil Bothwick
On Thu, 13 Oct 2016 18:01:53 +0100, Daniel Quinn wrote:

> Unfortunately yes.  I took your advice just now and it's still
> complaining about circular dependencies.  Maybe I'm missing something,
> but how can gtk+ *depend* on gtk-engines-adwaita?

Because the ebuild says so. The question you should be asking is "why",
especially as none of the other gtk+ ebuilds contain this DEPEND. And
that's a question that is probably best asked on b.g.o.


-- 
Neil Bothwick

Okay, who put a "stop payment" on my reality check?


pgpDweWBQxwr5.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] GTK+ circular dependency

2016-10-12 Thread wabe
Daniel Quinn  wrote:

> Have any of you seen this before?  This is on a fresh install.  I
> can't get anything GNOME-based to install as it looks like
> gnome-keyring is bringing in an older version of gtk+ which somehow
> depends on gtk-engines-adwaita which in turn depends on gtk+.
> 
> Details:
> * ACCEPT_KEYWORDS="~amd64"
> * Profile: gnome/systemd
> * No additional USE flags.
> 
> 
> 
> # emerge -auDN --keep-going --with-bdeps=y @world

Have you tried to increase the backtrack value? 

Since the update process is dead slow anyway and I really don't care about a 
few minutes less ore more, I always use --backtrack=999. 

--
Regards
wabe



Re: [gentoo-user] How do I select a GTK 3 theme?

2011-07-31 Thread David Abbott
On Sun, Jul 31, 2011 at 8:48 AM, Stroller
 wrote:
>
> On 31 July 2011, at 00:56, Sebastian Pipping wrote:
>> ...
>> I got x11-themes/gtk-engines:3 from the gnome overlay installed so GTK 3
>> engines are there.  My problem is I don't know how to set a global theme
>> for GTK 3 (and the default is dead ugly).  If it is file
>> ~/.config/gtk-3.0/settings.ini then I haven't got that to work, yet.
>>
>> What's your recipe to select GTK 3 themes?
>> Any quality links or guidance would be great.
>
> There's some discussion of theming and ugliness in GTK3 in Nikos' bug 374057.
>
> This really isn't my manor (so please forgive me if I'm mistaken) but you 
> might find, e.g., comment 38 useful.
>
> https://bugs.gentoo.org/show_bug.cgi?id=374057#c38
>
> There's mention of using the Adwaita theme and placing a symlink which 
> appears to be required to get GTK3 to honour your theme selection.
>
> I'm just surprised no-one else more knowledgable than I has answered yet.
>
>
>
Hi Sebastian
I ran across this but did not try it yet;
https://bbs.archlinux.org/viewtopic.php?id=116652
I bet nirbheek would know :)
All the best,
David



Re: [gentoo-user] Re: Is gnome becoming obligatory?

2017-12-13 Thread Walter Dnes
On Tue, Dec 12, 2017 at 10:34:27AM +, Neil Bothwick wrote

> I have three gnome packages installed on this KDE box. One is the
> tiny package that started this thread, and is GNOME only in name,
> the other two are dependencies of XFCE, which I also have installed.
> 
> I see no GNOME takeover, beyond the fact that many distros are
> choosing GNOME as their default desktop.

  My big hate is the ever-growing dependancy list of gtk.  Yes I know
that it's *NOT* supposed to mean "Gnome Tool Kit", but it seems to be
just that.  I run ICEWM window manager, but also use gnumeric and
abiword which require gtk+.  Over the past few years I've seen various
new hard-coded dependancies crop up when doing...

emerge -pv --changed-use --deep --update @world

adwaita-icon-theme, gtk-engines-adwaita, atk, dbus, harfbuzz,
introspection, libepoxy, etc, etc, etc.  How long before pulseaudio and
systemd show up as hard-coded dependancies?

  I'm old enough to remember a time when people switched to linux
because it ran fast on older machines that couldn't run the latest
Windows.

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] Re: go to a no-x console from failed X + lxde install

2016-12-09 Thread Dale
Harry Putnam wrote:
> Andrej Rode  writes:
>
>> Hi Harry,
>>
>> On 09/12/16 18:23, Harry Putnam wrote:
>>> # required by x11-libs/gtk+-2.24.31-r1::gentoo
>>> # required by x11-libs/gtksourceview-2.10.5-r3::gentoo
>>> # required by dev-python/pygtksourceview-2.10.1-r1::gentoo
>>> # required by dev-vcs/git-2.11.0::gentoo[python,gtk]
>> This tells me that you may have the gtk use flag for git set. Try to
>> unset it and rerun emerge.
> Yup, there was and must still be for some other things because the
> changes after both the moves you suggested, running
> emerge -vuDNp world was a few lines less output... but otherwise
> pretty much the same. (posted at the end) 
>
> cat /etc/portage/package.use/git
> dev-vcs/git -gtk -webdav
>
>> Also set your profile `eselect profile {set,list}` to a non-desktop
>> version. This should configure your base system not to use X.
>> Keep track if anything else in your package.use contains gtk.
> I did look at doing that very thing before posting OP but I had a hard
> time figuring out what to pick.
>
> I went ahead and set [...]/defauilt/linux/x86/13.0/developer
>
> Even though I am a very far cry from that lofty status.  Am I creating
> more problems with that?  Does that setting also hark of X
>
> There aren't that many that aren't desktop related or selenix or
> hardened or something else like uclibc or musl.. that I don't know
> anything about.
>
> Maybe the very first choice would be better:
>   [1]   default/linux/x86/13.0
>   

For a server setup with no GUI, that would be my pick.  I think that is
about as minimal as you can get.  The developer profile may not be what
you think. 


> Seems like that might expect X as well
> I expected to find a choice of `server' but don't see that.
>
>
> Even with the leg up you gave me, I'm still not real sure what the output
> is telling me:
>
> Like where it says something is required by an x11- pkg .. well those
> are all unmerged.
>
> Or the chunk at the bottom listing quite a few non-X pkgs but saying:
>
> (dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])
>
>What dependancy.. use use flag of X?
>
> Also, I thought it might help to stick a use flag of `-gtk' in
> make.conf. But when I did that just now as an experiment instead of
> the output below I got a huge list of x11- pkgs to be installed.
> Now changed back I get the output below.
>
> ---   ---   ---=---   ---   --- 
> emerge -vuNDp
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> The following USE changes are necessary to proceed:
>  (see "package.use" in the portage(5) man page for more details)
> # required by x11-libs/gtk+-2.24.31-r1::gentoo
> # required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>> =x11-libs/cairo-1.14.6 X
> # required by x11-libs/gtk+-2.24.31-r1::gentoo
> # required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>> =x11-libs/gdk-pixbuf-2.36.0 X
> !!! The ebuild selected to satisfy "x11-libs/gtk+:3" has unmet requirements.
> - x11-libs/gtk+-3.22.4::gentoo USE="introspection -X (-aqua) -broadway 
> -cloudprint -colord -cups -examples -test -vim-syntax -wayland -xinerama"
>
>   The following REQUIRED_USE flag constraints are unsatisfied:
> any-of ( aqua wayland X )
>
>   The above constraints are a subset of the following complete expression:
> any-of ( aqua wayland X ) xinerama? ( X )
>
> (dependency required by "gnome-extra/polkit-gnome-0.105-r1::gentoo" 
> [installed])
> (dependency required by "sys-auth/polkit-0.113-r1::gentoo[gtk]" [installed])
> (dependency required by "sys-auth/consolekit-1.1.0-r1::gentoo[policykit]" 
> [installed])
> (dependency required by "sys-auth/pambase-20150213::gentoo[consolekit]" 
> [installed])
> (dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])
> (dependency required by "virtual/ssh-0::gentoo[-minimal]" [installed])
> (dependency required by "@system" [set])
> (dependency required by "@world" [argument])
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> The following USE changes are necessary to proceed:
>  (see "package.use" in the portage(5) man page for more details)
> # required by x11-libs/gtk+-2.24.31-r1::gentoo
> # required by x11-themes/gtk-engines-adwaita-3.20.2::gentoo
>> =x11-libs/cairo-1.14.6 X
> # required by x11-libs/gtk+-2.24.31-r1::gentoo
> # required by x11-themes/g

[gentoo-user] Why does Java-Runtime want to print and X and all that?

2017-07-17 Thread Matthias Hanft
bs/libXcursor-1.1.14::gentoo  USE="-static-libs" 
ABI_X86="(64) -32 (-x32)" 305 KiB
[ebuild  N ] x11-libs/libXdamage-1.1.4-r1::gentoo  USE="-static-libs" 
ABI_X86="(64) -32 (-x32)" 273 KiB
[ebuild  N ] x11-libs/libXrandr-1.5.1::gentoo  USE="-static-libs" 
ABI_X86="(64) -32 (-x32)" 309 KiB
[ebuild  N ] x11-libs/libXtst-1.2.3::gentoo  USE="-doc -static-libs" 
ABI_X86="(64) -32 (-x32)" 315 KiB
[ebuild  N ] app-text/poppler-0.45.0:0/62::gentoo  USE="curl cxx 
introspection jpeg jpeg2k lcms utils -cairo (-cairo-qt) -cjk -debug -doc -nss 
-png -qt4 -qt5 -tiff" 1636 KiB
[ebuild   R] x11-libs/cairo-1.14.8::gentoo  USE="X* glib svg (-aqua) -debug 
(-directfb) (-gles2) -opengl -static-libs -valgrind -xcb" ABI_X86="(64) -32 
(-x32)" 0 KiB
[ebuild  N ] gnome-base/librsvg-2.40.17:2::gentoo  USE="introspection 
-tools -vala" ABI_X86="(64) -32 (-x32)" 560 KiB
[ebuild  N ] x11-themes/adwaita-icon-theme-3.22.0-r2::gentoo  
USE="-branding" 17965 KiB
[ebuild  N ] net-print/cups-2.1.4::gentoo  USE="acl pam python ssl threads 
-X -dbus -debug -java -kerberos -lprng-compat (-selinux) -static-libs -systemd 
-usb -xinetd -zeroconf" ABI_X86="(64) -32
(-x32)" LINGUAS="ca cs de es fr it ja ru" PYTHON_TARGETS="python2_7" 9349 KiB
[ebuild   R] app-text/ghostscript-gpl-9.21::gentoo  USE="cups* unicode -X 
-dbus -gtk -static-libs -tiff" L10N="-de -ja -ko -zh-CN -zh-TW" 0 KiB
[ebuild  N ] net-print/cups-filters-1.13.5::gentoo  USE="foomatic 
postscript -dbus -jpeg -ldap -pdf -perl -png -static-libs -tiff -zeroconf" 1392 
KiB
[ebuild  N ] x11-libs/gtk+-2.24.31-r1:2::gentoo  USE="introspection (-aqua) 
-cups -examples {-test} -vim-syntax -xinerama" ABI_X86="(64) -32 (-x32)" 12506 
KiB
[ebuild  N ] x11-themes/gtk-engines-adwaita-3.22.3::gentoo  ABI_X86="(64) 
-32 (-x32)" 0 KiB
[ebuild  N ] dev-java/icedtea-bin-3.4.0:8::gentoo  USE="alsa cups gtk 
webstart -doc -examples -headless-awt -multilib -nsplugin -pulseaudio 
(-selinux) -source" ABI_X86="(64) -32 (-x32)" 60397 KiB
[ebuild  N ] virtual/jdk-1.8.0-r3:1.8::gentoo  0 KiB
[ebuild  N ] virtual/jre-1.8.0-r1:1.8::gentoo  0 KiB
[ebuild  N ] dev-java/icedtea-web-1.6.1-r1::gentoo  USE="-doc -javascript 
-nsplugin -tagsoup {-test}" 1735 KiB

Total: 57 packages (55 new, 2 reinstalls), Size of downloads: 134369 KiB

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-themes/gtk-engines-adwaita-3.22.3::gentoo
>=x11-libs/cairo-1.14.8 X
# required by net-print/cups-filters-1.13.5::gentoo[postscript]
# required by net-print/cups-2.1.4::gentoo
# required by dev-java/icedtea-bin-3.4.0::gentoo[cups,-multilib]
# required by virtual/jdk-1.8.0-r3::gentoo
# required by virtual/jre-1.8.0-r1::gentoo
# required by dev-java/icedtea-web-1.6.1-r1::gentoo
>=app-text/ghostscript-gpl-9.21 cups

!!! All ebuilds that could satisfy
">=x11-libs/cairo-1.12.14-r4:=[aqua?,svg,X,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]"
have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-libs/cairo-::gentoo (masked by: missing keyword)
- x11-libs/cairo-1.14.10::gentoo (masked by: ~amd64 keyword)
- x11-libs/cairo-1.14.8::gentoo (masked by: )

(dependency required by "x11-libs/gtk+-2.24.31-r1::gentoo" [ebuild])
(dependency required by "dev-java/icedtea-bin-3.4.0::gentoo[gtk,-multilib]" 
[ebuild])
(dependency required by "virtual/jdk-1.8.0-r3::gentoo" [ebuild])
(dependency required by "virtual/jre-1.8.0-r1::gentoo" [ebuild])
(dependency required by "dev-java/icedtea-web-1.6.1-r1::gentoo" [ebuild])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

--- cut here ---

This can't be true, can it? Do I really need all this just to run
some simple Java software? I can't believe this...

Thanks,

-Matt



[gentoo-user] go to a no-x console from failed X + lxde install

2016-12-09 Thread Harry Putnam
Since I've found no way to make the machine run X and grown tired of
the chase... I'm going to keep this vm as console only and it has
functioning sendmail install working on it.

How to return to a console only setup?  Although, I may have already
screwed things up.

I took a bright notion to uninstall everything with x11- in its name.

Unmerged all lxde stuff too.

Following that move, I ran revdep-rebuild... it said I had a
consistent machine.

I changed my make.conf USE= flags from X to -X so they look like this:

USE="bindist gpm mbox -X -acl -alsa -cups -eds
 -fortran -ipv6 -kde -ldap"

Removed 3 lxce pkgs from world file and made sure no other X items
were in it.

ran emerge -vuDNp world... and it appears emerge is wanting to start
re-installing some X pkgs:

How can I clean this up?

(list of uninstalled pkgs posted at the end)

---   ---   ---=---   ---   ---
# emerge -vuDNp world

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

Calculating dependencies... done!

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-libs/gtksourceview-2.10.5-r3::gentoo
# required by dev-python/pygtksourceview-2.10.1-r1::gentoo
# required by dev-vcs/git-2.11.0::gentoo[python,gtk]
# required by @selected
# required by @world (argument)
>=x11-libs/cairo-1.14.6 X
# required by x11-libs/gtk+-2.24.31-r1::gentoo
# required by x11-libs/gtksourceview-2.10.5-r3::gentoo
# required by dev-python/pygtksourceview-2.10.1-r1::gentoo
# required by dev-vcs/git-2.11.0::gentoo[python,gtk]
# required by @selected
# required by @world (argument)
>=x11-libs/gdk-pixbuf-2.36.0 X

!!! The ebuild selected to satisfy "x11-libs/gtk+:3" has unmet requirements.
- x11-libs/gtk+-3.22.4::gentoo USE="introspection -X (-aqua) -broadway 
-cloudprint -colord -cups -examples -test -vim-syntax -wayland -xinerama"

  The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( aqua wayland X )

  The above constraints are a subset of the following complete expression:
any-of ( aqua wayland X ) xinerama? ( X )

(dependency required by "gnome-extra/polkit-gnome-0.105-r1::gentoo" [installed])
(dependency required by "sys-auth/polkit-0.113-r1::gentoo[gtk]" [installed])
(dependency required by "sys-auth/consolekit-1.1.0-r1::gentoo[policykit]" 
[installed])
(dependency required by "sys-auth/pambase-20150213::gentoo[consolekit]" 
[installed])
(dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])
(dependency required by "virtual/ssh-0::gentoo[-minimal]" [installed])
(dependency required by "@system" [set])
(dependency required by "@world" [argument])

---   ---   ---=---   ---   ---
List of unmerged pkgs... (may have a few dups in there)
---   ---   ---=---   ---   ---

1481323166: === Unmerging... (x11-themes/adwaita-icon-theme-3.22.0)
1481323199: === Unmerging... (x11-themes/gnome-themes-standard-3.22.2)
1481323231: === Unmerging... (x11-themes/gtk-engines-adwaita-3.20.2)
1481323250: === Unmerging... (x11-themes/hicolor-icon-theme-0.15)
1481323270: === Unmerging... (x11-wm/openbox-3.6.1)
1481323562: === Unmerging... (x11-proto/bigreqsproto-1.1.2)
1481323583: === Unmerging... (x11-proto/compositeproto-0.4.2-r1)
1481323604: === Unmerging... (x11-proto/damageproto-1.2.1-r1)
1481323626: === Unmerging... (x11-proto/dri2proto-2.8-r1)
1481323647: === Unmerging... (x11-proto/dri3proto-1.0)
1481323669: === Unmerging... (x11-proto/fixesproto-5.0-r1)
1481323690: === Unmerging... (x11-proto/fontsproto-2.1.3)
1481323710: === Unmerging... (x11-proto/glproto-1.4.17-r1)
1481323732: === Unmerging... (x11-proto/inputproto-2.3.2)
1481323753: === Unmerging... (x11-proto/kbproto-1.0.7)
1481323775: === Unmerging... (x11-proto/presentproto-1.0)
1481323840: === Unmerging... (x11-proto/randrproto-1.5.0)
1481323861: === Unmerging... (x11-proto/recordproto-1.14.2-r1)
1481323883: === Unmerging... (x11-proto/renderproto-0.11.1-r1)
1481323904: === Unmerging... (x11-proto/resourceproto-1.2.0)
1481323924: === Unmerging... (x11-proto/scrnsaverproto-1.2.2-r1)
1481324028: === Unmerging... (x11-proto/trapproto-3.4.3)
1481324048: === Unmerging... (x11-proto/videoproto-2.3.3)
1481324069: === Unmerging... (x11-proto/xcb-proto-1.12-r2)
1481324093: === Unmerging... (x11-proto/xcmiscproto-1.2.2)
1481324114: === Unmerging... (x11-proto/xextproto-7.3.0)
1481324135: === Unmerging... (x11-proto/xf86bigfontproto-1.2.0-r1)
1481324157: === Unmerging... (x11-proto/xf86dgaproto-2.1-r2)
1481324178: === Unmerging... (x11-proto/xf86driproto-2.1.1-r1)
1481324199: === Unmerging... (x11-proto/xf86rushproto-1.1.2-r1)
1481324219: === Unmerging... (x11-proto/xf86vidmodeproto-2.3.1-r1)
1481324241: === Unmer

[gentoo-user] ffmpeg and libav: a slot conflict

2017-02-18 Thread gevisz
Yet, a week ago, I updated my system without any problem but just now,
trying to update my system,
 I have got the following error message:

# emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask
world --verbose-conflicts --exclude chromium

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

Calculating dependencies... done!
[ebuild  N ] dev-libs/tinyxml-2.6.2-r2  USE="stl -debug -doc -static-libs"
[ebuild U  ] app-shells/push-2.0 [1.6]
[ebuild  N ] app-shells/quoter-3.0_p2
[ebuild U  ] app-dicts/myspell-en-20170101 [20160901]
[ebuild U  ] dev-libs/libxslt-1.1.29-r1 [1.1.29]
[ebuild U  ] app-text/iso-codes-3.74 [3.70]
[ebuild U ~] net-misc/youtube-dl-2017.02.17 [2017.02.07] USE="offensive*"
[ebuild U  ] dev-python/ssl-fetch-0.4 [0.3]
[ebuild U ~] app-shells/zsh-completions-0.23.0 [0.22.0]
[ebuild U  ] net-dns/bind-tools-9.11.0_p3 [9.11.0_p2]
[ebuild U  ] app-portage/eix-0.32.4 [0.31.7-r1]
[ebuild U  ] gnome-base/gnome-common-3.18.0-r1 [3.18.0]
[ebuild U  ] media-libs/gstreamer-1.10.3 [1.8.3] USE="(-unwind)"
[ebuild U  ] dev-libs/libgee-0.18.1 [0.18.0]
[ebuild U  ] gnome-base/libgtop-2.34.2 [2.34.1]
[ebuild  N ] x11-themes/gnome-themes-standard-3.20.2-r1
[ebuild U  ] media-libs/libmediaart-1.9.0-r1 [1.9.0]
[ebuild U  ] app-text/rarian-0.8.1-r3 [0.8.1-r2]
[ebuild U  ] app-arch/libarchive-3.2.2-r1 [3.2.2]
[ebuild U  ] app-doc/gnucash-docs-2.6.15 [2.6.13]
[ebuild U  ] net-libs/libproxy-0.4.13-r2 [0.4.13-r1]
[ebuild   R] sys-apps/portage-2.3.3  USE="native-extensions*"
PYTHON_TARGETS="(-python3_6)"
[ebuild U  ] media-libs/gst-plugins-base-1.10.3 [1.8.3-r1]
[ebuild U  ] gnome-base/dconf-0.26.0-r1 [0.26.0]
[ebuild U  ] media-libs/gst-plugins-good-1.10.3 [1.8.3]
[ebuild U  ] media-libs/gst-plugins-ugly-1.10.3 [1.8.3]
[ebuild U  ] media-plugins/gst-plugins-cdparanoia-1.10.3 [1.8.3]
[ebuild U  ] media-plugins/gst-plugins-mad-1.10.3 [1.8.3]
[ebuild  N ] virtual/imagemagick-tools-0  USE="jpeg png svg tiff -perl"
[ebuild U  ] media-plugins/gst-plugins-flac-1.10.3 [1.8.3]
[ebuild U  ] media-plugins/gst-plugins-dvdread-1.10.3 [1.8.3]
[ebuild U  ] media-plugins/gst-plugins-x264-1.10.3 [1.8.3]
[ebuild U  ] media-plugins/gst-plugins-a52dec-1.10.3 [1.8.3]
[ebuild U  ] gnome-extra/libgsf-1.14.41-r1 [1.14.41]
[ebuild U  ] x11-libs/gtk+-2.24.31-r1 [2.24.31]
[ebuild  N ] x11-themes/gtk-engines-adwaita-3.20.2  ABI_X86="32 (64) (-x32)"
[ebuild U  ] x11-libs/vte-0.28.2-r208 [0.28.2-r207]
[ebuild U  ] dev-util/gtk-builder-convert-2.24.31-r1 [2.24.31]
[ebuild U  ] app-text/ghostscript-gpl-9.20-r1 [9.15-r1]
[ebuild U  ] media-libs/gst-plugins-bad-1.10.3 [1.8.3-r1]
[ebuild U  ] dev-libs/gjs-1.46.0 [1.45.4]
[ebuild U  ] dev-libs/appstream-glib-0.6.7 [0.6.3]
[ebuild U  ] media-plugins/gst-plugins-resindvd-1.10.3 [1.8.3]
[ebuild U  ] media-plugins/gst-plugins-dts-1.10.3 [1.8.3]
[ebuild U  ] media-plugins/gst-plugins-faad-1.10.3 [1.8.3]
[ebuild U  ] net-libs/webkit-gtk-2.14.5 [2.12.5]
[ebuild U  ] media-libs/clutter-gst-3.0.22 [3.0.20]
[ebuild U  ] app-portage/layman-2.4.2 [2.0.0-r3] USE="(-g-sorcery)
-gpg% -sqlite% -squashfs% -sync-plugin-portage%"
PYTHON_TARGETS="python3_4%* (-python3_5)"
[ebuild U  ] media-sound/pulseaudio-10.0 [9.0]
[ebuild U  ] media-plugins/gst-plugins-pulse-1.10.3 [1.8.3]
[ebuild  N ] media-libs/libsdl2-2.0.4  USE="X alsa dbus joystick
opengl pulseaudio sound threads udev video (-altivec) (-custom-cflags)
(-fusionsound) -gles -haptic -nas -oss -static-libs -tslib -wayland
-xinerama -xscreensaver" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="3dnow
mmx sse sse2"
[ebuild U  ] media-video/ffmpeg-3.2.4 [2.8.10] USE="-chromaprint%
-ebur128% -gcrypt% -gmp% -kvazaar% -libilbc% (-mmal) -nvenc%
-openh264% -rubberband% -zimg%" CPU_FLAGS_X86="-aes%"
[ebuild U  ] media-plugins/gst-plugins-libav-1.10.3 [1.8.3]
[ebuild U  ] media-plugins/gst-plugins-mpeg2dec-1.10.3 [1.8.3]
[ebuild U  ] media-plugins/gst-plugins-meta-1.10.3 [1.8.3]
[ebuild   R] www-client/firefox-45.7.0  USE="(-gstreamer-0%)"
[ebuild U  ] media-plugins/gst-plugins-meta-0.10-r11 [0.10-r10]
[ebuild U  ] x11-misc/colord-1.3.4 [1.3.3]
[ebuild U  ] sys-block/gparted-0.27.0 [0.26.1]
[ebuild U  ] app-office/gnucash-2.6.15 [2.6.13]
[ebuild U  ] app-misc/tracker-1.8.3-r1 [1.8.0] USE="seccomp%*"
[ebuild U  ] gnome-extra/nautilus-tracker-tags-1.8.3 [1.8.0]
[ebuild U  ] media-gfx/gthumb-3.4.4.1 [3.4.3]
[ebuild U  ] gnome-base/nautilus-3.20.4 [3.20.3]

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

media-video/ffmpeg:0

  (medi

Re: [gentoo-user] ffmpeg and libav: a slot conflict

2017-02-18 Thread Johannes Rosenberger
On 18.02.2017 12:21, gevisz wrote:
> Yet, a week ago, I updated my system without any problem but just now,
> trying to update my system,
>  I have got the following error message:
>
> # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask
> world --verbose-conflicts --exclude chromium
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild  N ] dev-libs/tinyxml-2.6.2-r2  USE="stl -debug -doc -static-libs"
> [ebuild U  ] app-shells/push-2.0 [1.6]
> [ebuild  N ] app-shells/quoter-3.0_p2
> [ebuild U  ] app-dicts/myspell-en-20170101 [20160901]
> [ebuild U  ] dev-libs/libxslt-1.1.29-r1 [1.1.29]
> [ebuild U  ] app-text/iso-codes-3.74 [3.70]
> [ebuild U ~] net-misc/youtube-dl-2017.02.17 [2017.02.07] USE="offensive*"
> [ebuild U  ] dev-python/ssl-fetch-0.4 [0.3]
> [ebuild U ~] app-shells/zsh-completions-0.23.0 [0.22.0]
> [ebuild U  ] net-dns/bind-tools-9.11.0_p3 [9.11.0_p2]
> [ebuild U  ] app-portage/eix-0.32.4 [0.31.7-r1]
> [ebuild U  ] gnome-base/gnome-common-3.18.0-r1 [3.18.0]
> [ebuild U  ] media-libs/gstreamer-1.10.3 [1.8.3] USE="(-unwind)"
> [ebuild U  ] dev-libs/libgee-0.18.1 [0.18.0]
> [ebuild U  ] gnome-base/libgtop-2.34.2 [2.34.1]
> [ebuild  N ] x11-themes/gnome-themes-standard-3.20.2-r1
> [ebuild U  ] media-libs/libmediaart-1.9.0-r1 [1.9.0]
> [ebuild U  ] app-text/rarian-0.8.1-r3 [0.8.1-r2]
> [ebuild U  ] app-arch/libarchive-3.2.2-r1 [3.2.2]
> [ebuild U  ] app-doc/gnucash-docs-2.6.15 [2.6.13]
> [ebuild U  ] net-libs/libproxy-0.4.13-r2 [0.4.13-r1]
> [ebuild   R] sys-apps/portage-2.3.3  USE="native-extensions*"
> PYTHON_TARGETS="(-python3_6)"
> [ebuild U  ] media-libs/gst-plugins-base-1.10.3 [1.8.3-r1]
> [ebuild U  ] gnome-base/dconf-0.26.0-r1 [0.26.0]
> [ebuild U  ] media-libs/gst-plugins-good-1.10.3 [1.8.3]
> [ebuild U  ] media-libs/gst-plugins-ugly-1.10.3 [1.8.3]
> [ebuild U  ] media-plugins/gst-plugins-cdparanoia-1.10.3 [1.8.3]
> [ebuild U  ] media-plugins/gst-plugins-mad-1.10.3 [1.8.3]
> [ebuild  N ] virtual/imagemagick-tools-0  USE="jpeg png svg tiff -perl"
> [ebuild U  ] media-plugins/gst-plugins-flac-1.10.3 [1.8.3]
> [ebuild U  ] media-plugins/gst-plugins-dvdread-1.10.3 [1.8.3]
> [ebuild U  ] media-plugins/gst-plugins-x264-1.10.3 [1.8.3]
> [ebuild U  ] media-plugins/gst-plugins-a52dec-1.10.3 [1.8.3]
> [ebuild U  ] gnome-extra/libgsf-1.14.41-r1 [1.14.41]
> [ebuild U  ] x11-libs/gtk+-2.24.31-r1 [2.24.31]
> [ebuild  N ] x11-themes/gtk-engines-adwaita-3.20.2  ABI_X86="32 (64) 
> (-x32)"
> [ebuild U  ] x11-libs/vte-0.28.2-r208 [0.28.2-r207]
> [ebuild U  ] dev-util/gtk-builder-convert-2.24.31-r1 [2.24.31]
> [ebuild U  ] app-text/ghostscript-gpl-9.20-r1 [9.15-r1]
> [ebuild U  ] media-libs/gst-plugins-bad-1.10.3 [1.8.3-r1]
> [ebuild U  ] dev-libs/gjs-1.46.0 [1.45.4]
> [ebuild U  ] dev-libs/appstream-glib-0.6.7 [0.6.3]
> [ebuild U  ] media-plugins/gst-plugins-resindvd-1.10.3 [1.8.3]
> [ebuild U  ] media-plugins/gst-plugins-dts-1.10.3 [1.8.3]
> [ebuild U  ] media-plugins/gst-plugins-faad-1.10.3 [1.8.3]
> [ebuild U  ] net-libs/webkit-gtk-2.14.5 [2.12.5]
> [ebuild U  ] media-libs/clutter-gst-3.0.22 [3.0.20]
> [ebuild U  ] app-portage/layman-2.4.2 [2.0.0-r3] USE="(-g-sorcery)
> -gpg% -sqlite% -squashfs% -sync-plugin-portage%"
> PYTHON_TARGETS="python3_4%* (-python3_5)"
> [ebuild U  ] media-sound/pulseaudio-10.0 [9.0]
> [ebuild U  ] media-plugins/gst-plugins-pulse-1.10.3 [1.8.3]
> [ebuild  N ] media-libs/libsdl2-2.0.4  USE="X alsa dbus joystick
> opengl pulseaudio sound threads udev video (-altivec) (-custom-cflags)
> (-fusionsound) -gles -haptic -nas -oss -static-libs -tslib -wayland
> -xinerama -xscreensaver" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="3dnow
> mmx sse sse2"
> [ebuild U  ] media-video/ffmpeg-3.2.4 [2.8.10] USE="-chromaprint%
> -ebur128% -gcrypt% -gmp% -kvazaar% -libilbc% (-mmal) -nvenc%
> -openh264% -rubberband% -zimg%" CPU_FLAGS_X86="-aes%"
> [ebuild U  ] media-plugins/gst-plugins-libav-1.10.3 [1.8.3]
> [ebuild U  ] media-plugins/gst-plugins-mpeg2dec-1.10.3 [1.8.3]
> [ebuild U  ] media-plugins/gst-plugins-meta-1.10.3 [1.8.3]
> [ebuild   R] www-client/firefox-45.7.0  USE="(-gstreamer-0%)"
> [ebuild U  ] media-plugins/gst-plugins-meta-0.10-r11 [0.10-r10]
> [ebuild U  ] x11-misc/colord-1.3.4 [1.3.3]
> [ebuild U  ] sys-block/gparted-0.27.0 [0.26.1]
> [ebuild U  ] app-office/gnucash-2.6.15 [2.6.13]
> [ebuild

Re: [gentoo-user] ffmpeg and libav: a slot conflict

2017-02-18 Thread Gevisz
On Sat, 18 Feb 2017 13:02:22 +0100 Johannes Rosenberger  wrote:

> On 18.02.2017 12:21, gevisz wrote:
> > Yet, a week ago, I updated my system without any problem but just now,
> > trying to update my system,
> >  I have got the following error message:
> >
> > # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask
> > world --verbose-conflicts --exclude chromium
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> > [ebuild  N ] dev-libs/tinyxml-2.6.2-r2  USE="stl -debug -doc 
> > -static-libs"
> > [ebuild U  ] app-shells/push-2.0 [1.6]
> > [ebuild  N ] app-shells/quoter-3.0_p2
> > [ebuild U  ] app-dicts/myspell-en-20170101 [20160901]
> > [ebuild U  ] dev-libs/libxslt-1.1.29-r1 [1.1.29]
> > [ebuild U  ] app-text/iso-codes-3.74 [3.70]
> > [ebuild U ~] net-misc/youtube-dl-2017.02.17 [2017.02.07] 
> > USE="offensive*"
> > [ebuild U  ] dev-python/ssl-fetch-0.4 [0.3]
> > [ebuild U ~] app-shells/zsh-completions-0.23.0 [0.22.0]
> > [ebuild U  ] net-dns/bind-tools-9.11.0_p3 [9.11.0_p2]
> > [ebuild U  ] app-portage/eix-0.32.4 [0.31.7-r1]
> > [ebuild U  ] gnome-base/gnome-common-3.18.0-r1 [3.18.0]
> > [ebuild U  ] media-libs/gstreamer-1.10.3 [1.8.3] USE="(-unwind)"
> > [ebuild U  ] dev-libs/libgee-0.18.1 [0.18.0]
> > [ebuild U  ] gnome-base/libgtop-2.34.2 [2.34.1]
> > [ebuild  N ] x11-themes/gnome-themes-standard-3.20.2-r1
> > [ebuild U  ] media-libs/libmediaart-1.9.0-r1 [1.9.0]
> > [ebuild U  ] app-text/rarian-0.8.1-r3 [0.8.1-r2]
> > [ebuild U  ] app-arch/libarchive-3.2.2-r1 [3.2.2]
> > [ebuild U  ] app-doc/gnucash-docs-2.6.15 [2.6.13]
> > [ebuild U  ] net-libs/libproxy-0.4.13-r2 [0.4.13-r1]
> > [ebuild   R] sys-apps/portage-2.3.3  USE="native-extensions*"
> > PYTHON_TARGETS="(-python3_6)"
> > [ebuild U  ] media-libs/gst-plugins-base-1.10.3 [1.8.3-r1]
> > [ebuild U  ] gnome-base/dconf-0.26.0-r1 [0.26.0]
> > [ebuild U  ] media-libs/gst-plugins-good-1.10.3 [1.8.3]
> > [ebuild U  ] media-libs/gst-plugins-ugly-1.10.3 [1.8.3]
> > [ebuild U  ] media-plugins/gst-plugins-cdparanoia-1.10.3 [1.8.3]
> > [ebuild U  ] media-plugins/gst-plugins-mad-1.10.3 [1.8.3]
> > [ebuild  N ] virtual/imagemagick-tools-0  USE="jpeg png svg tiff -perl"
> > [ebuild U  ] media-plugins/gst-plugins-flac-1.10.3 [1.8.3]
> > [ebuild U  ] media-plugins/gst-plugins-dvdread-1.10.3 [1.8.3]
> > [ebuild U  ] media-plugins/gst-plugins-x264-1.10.3 [1.8.3]
> > [ebuild U  ] media-plugins/gst-plugins-a52dec-1.10.3 [1.8.3]
> > [ebuild U  ] gnome-extra/libgsf-1.14.41-r1 [1.14.41]
> > [ebuild U  ] x11-libs/gtk+-2.24.31-r1 [2.24.31]
> > [ebuild  N ] x11-themes/gtk-engines-adwaita-3.20.2  ABI_X86="32 (64) 
> > (-x32)"
> > [ebuild U  ] x11-libs/vte-0.28.2-r208 [0.28.2-r207]
> > [ebuild U  ] dev-util/gtk-builder-convert-2.24.31-r1 [2.24.31]
> > [ebuild U  ] app-text/ghostscript-gpl-9.20-r1 [9.15-r1]
> > [ebuild U  ] media-libs/gst-plugins-bad-1.10.3 [1.8.3-r1]
> > [ebuild U  ] dev-libs/gjs-1.46.0 [1.45.4]
> > [ebuild U  ] dev-libs/appstream-glib-0.6.7 [0.6.3]
> > [ebuild U  ] media-plugins/gst-plugins-resindvd-1.10.3 [1.8.3]
> > [ebuild U  ] media-plugins/gst-plugins-dts-1.10.3 [1.8.3]
> > [ebuild U  ] media-plugins/gst-plugins-faad-1.10.3 [1.8.3]
> > [ebuild U  ] net-libs/webkit-gtk-2.14.5 [2.12.5]
> > [ebuild U  ] media-libs/clutter-gst-3.0.22 [3.0.20]
> > [ebuild U  ] app-portage/layman-2.4.2 [2.0.0-r3] USE="(-g-sorcery)
> > -gpg% -sqlite% -squashfs% -sync-plugin-portage%"
> > PYTHON_TARGETS="python3_4%* (-python3_5)"
> > [ebuild U  ] media-sound/pulseaudio-10.0 [9.0]
> > [ebuild U  ] media-plugins/gst-plugins-pulse-1.10.3 [1.8.3]
> > [ebuild  N ] media-libs/libsdl2-2.0.4  USE="X alsa dbus joystick
> > opengl pulseaudio sound threads udev video (-altivec) (-custom-cflags)
> > (-fusionsound) -gles -haptic -nas -oss -static-libs -tslib -wayland
> > -xinerama -xscreensaver" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="3dnow
> > mmx sse sse2"
> > [ebuild U  ] media-video/ffmpeg-3.2.4 [2.8.10] USE="-chromaprint%
> > -ebur128% -gcrypt% -gmp% -kvazaar% -libilbc% (-mmal) -nvenc%
> > -openh264% -rubberband% -zimg%" CPU_FLAGS_X86="-aes%"
> > [ebuild U  ] media-plugins/gst-plugins-libav-1.10.3 [1.8.3]
> > [ebuild  

Re: [gentoo-user] ffmpeg and libav: a slot conflict

2017-02-18 Thread Alan McKinnon
On 18/02/2017 17:01, Gevisz wrote:
> On Sat, 18 Feb 2017 13:02:22 +0100 Johannes Rosenberger  
> wrote:
> 
>> On 18.02.2017 12:21, gevisz wrote:
>>> Yet, a week ago, I updated my system without any problem but just now,
>>> trying to update my system,
>>>  I have got the following error message:
>>>
>>> # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask
>>> world --verbose-conflicts --exclude chromium
>>>
>>> These are the packages that would be merged, in order:
>>>
>>> Calculating dependencies... done!
>>> [ebuild  N ] dev-libs/tinyxml-2.6.2-r2  USE="stl -debug -doc 
>>> -static-libs"
>>> [ebuild U  ] app-shells/push-2.0 [1.6]
>>> [ebuild  N ] app-shells/quoter-3.0_p2
>>> [ebuild U  ] app-dicts/myspell-en-20170101 [20160901]
>>> [ebuild U  ] dev-libs/libxslt-1.1.29-r1 [1.1.29]
>>> [ebuild U  ] app-text/iso-codes-3.74 [3.70]
>>> [ebuild U ~] net-misc/youtube-dl-2017.02.17 [2017.02.07] 
>>> USE="offensive*"
>>> [ebuild U  ] dev-python/ssl-fetch-0.4 [0.3]
>>> [ebuild U ~] app-shells/zsh-completions-0.23.0 [0.22.0]
>>> [ebuild U  ] net-dns/bind-tools-9.11.0_p3 [9.11.0_p2]
>>> [ebuild U  ] app-portage/eix-0.32.4 [0.31.7-r1]
>>> [ebuild U  ] gnome-base/gnome-common-3.18.0-r1 [3.18.0]
>>> [ebuild U  ] media-libs/gstreamer-1.10.3 [1.8.3] USE="(-unwind)"
>>> [ebuild U  ] dev-libs/libgee-0.18.1 [0.18.0]
>>> [ebuild U  ] gnome-base/libgtop-2.34.2 [2.34.1]
>>> [ebuild  N ] x11-themes/gnome-themes-standard-3.20.2-r1
>>> [ebuild U  ] media-libs/libmediaart-1.9.0-r1 [1.9.0]
>>> [ebuild U  ] app-text/rarian-0.8.1-r3 [0.8.1-r2]
>>> [ebuild U  ] app-arch/libarchive-3.2.2-r1 [3.2.2]
>>> [ebuild U  ] app-doc/gnucash-docs-2.6.15 [2.6.13]
>>> [ebuild U  ] net-libs/libproxy-0.4.13-r2 [0.4.13-r1]
>>> [ebuild   R] sys-apps/portage-2.3.3  USE="native-extensions*"
>>> PYTHON_TARGETS="(-python3_6)"
>>> [ebuild U  ] media-libs/gst-plugins-base-1.10.3 [1.8.3-r1]
>>> [ebuild U  ] gnome-base/dconf-0.26.0-r1 [0.26.0]
>>> [ebuild U  ] media-libs/gst-plugins-good-1.10.3 [1.8.3]
>>> [ebuild U  ] media-libs/gst-plugins-ugly-1.10.3 [1.8.3]
>>> [ebuild U  ] media-plugins/gst-plugins-cdparanoia-1.10.3 [1.8.3]
>>> [ebuild U  ] media-plugins/gst-plugins-mad-1.10.3 [1.8.3]
>>> [ebuild  N ] virtual/imagemagick-tools-0  USE="jpeg png svg tiff -perl"
>>> [ebuild U  ] media-plugins/gst-plugins-flac-1.10.3 [1.8.3]
>>> [ebuild U  ] media-plugins/gst-plugins-dvdread-1.10.3 [1.8.3]
>>> [ebuild U  ] media-plugins/gst-plugins-x264-1.10.3 [1.8.3]
>>> [ebuild U  ] media-plugins/gst-plugins-a52dec-1.10.3 [1.8.3]
>>> [ebuild U  ] gnome-extra/libgsf-1.14.41-r1 [1.14.41]
>>> [ebuild U  ] x11-libs/gtk+-2.24.31-r1 [2.24.31]
>>> [ebuild  N ] x11-themes/gtk-engines-adwaita-3.20.2  ABI_X86="32 (64) 
>>> (-x32)"
>>> [ebuild U  ] x11-libs/vte-0.28.2-r208 [0.28.2-r207]
>>> [ebuild U  ] dev-util/gtk-builder-convert-2.24.31-r1 [2.24.31]
>>> [ebuild U  ] app-text/ghostscript-gpl-9.20-r1 [9.15-r1]
>>> [ebuild U  ] media-libs/gst-plugins-bad-1.10.3 [1.8.3-r1]
>>> [ebuild U  ] dev-libs/gjs-1.46.0 [1.45.4]
>>> [ebuild U  ] dev-libs/appstream-glib-0.6.7 [0.6.3]
>>> [ebuild U  ] media-plugins/gst-plugins-resindvd-1.10.3 [1.8.3]
>>> [ebuild U  ] media-plugins/gst-plugins-dts-1.10.3 [1.8.3]
>>> [ebuild U  ] media-plugins/gst-plugins-faad-1.10.3 [1.8.3]
>>> [ebuild U  ] net-libs/webkit-gtk-2.14.5 [2.12.5]
>>> [ebuild U  ] media-libs/clutter-gst-3.0.22 [3.0.20]
>>> [ebuild U  ] app-portage/layman-2.4.2 [2.0.0-r3] USE="(-g-sorcery)
>>> -gpg% -sqlite% -squashfs% -sync-plugin-portage%"
>>> PYTHON_TARGETS="python3_4%* (-python3_5)"
>>> [ebuild U  ] media-sound/pulseaudio-10.0 [9.0]
>>> [ebuild U  ] media-plugins/gst-plugins-pulse-1.10.3 [1.8.3]
>>> [ebuild  N ] media-libs/libsdl2-2.0.4  USE="X alsa dbus joystick
>>> opengl pulseaudio sound threads udev video (-altivec) (-custom-cflags)
>>> (-fusionsound) -gles -haptic -nas -oss -static-libs -tslib -wayland
>>> -xinerama -xscreensaver" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="3dnow
>>> mmx sse sse2"
>>> [ebuild U  ] media-video/ffmpeg-3.2.4 [2.

Re: [gentoo-user] ffmpeg and libav: a slot conflict

2017-02-18 Thread Gevisz
On Sat, 18 Feb 2017 22:20:46 +0200 Alan McKinnon  
wrote:

> On 18/02/2017 17:01, Gevisz wrote:
> > On Sat, 18 Feb 2017 13:02:22 +0100 Johannes Rosenberger  
> > wrote:
> >   
> >> On 18.02.2017 12:21, gevisz wrote:  
> >>> Yet, a week ago, I updated my system without any problem but just now,
> >>> trying to update my system,
> >>>  I have got the following error message:
> >>>
> >>> # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask
> >>> world --verbose-conflicts --exclude chromium
> >>>
> >>> These are the packages that would be merged, in order:
> >>>
> >>> Calculating dependencies... done!
> >>> [ebuild  N ] dev-libs/tinyxml-2.6.2-r2  USE="stl -debug -doc 
> >>> -static-libs"
> >>> [ebuild U  ] app-shells/push-2.0 [1.6]
> >>> [ebuild  N ] app-shells/quoter-3.0_p2
> >>> [ebuild U  ] app-dicts/myspell-en-20170101 [20160901]
> >>> [ebuild U  ] dev-libs/libxslt-1.1.29-r1 [1.1.29]
> >>> [ebuild U  ] app-text/iso-codes-3.74 [3.70]
> >>> [ebuild U ~] net-misc/youtube-dl-2017.02.17 [2017.02.07] 
> >>> USE="offensive*"
> >>> [ebuild U  ] dev-python/ssl-fetch-0.4 [0.3]
> >>> [ebuild U ~] app-shells/zsh-completions-0.23.0 [0.22.0]
> >>> [ebuild U  ] net-dns/bind-tools-9.11.0_p3 [9.11.0_p2]
> >>> [ebuild U  ] app-portage/eix-0.32.4 [0.31.7-r1]
> >>> [ebuild U  ] gnome-base/gnome-common-3.18.0-r1 [3.18.0]
> >>> [ebuild U  ] media-libs/gstreamer-1.10.3 [1.8.3] USE="(-unwind)"
> >>> [ebuild U  ] dev-libs/libgee-0.18.1 [0.18.0]
> >>> [ebuild U  ] gnome-base/libgtop-2.34.2 [2.34.1]
> >>> [ebuild  N ] x11-themes/gnome-themes-standard-3.20.2-r1
> >>> [ebuild U  ] media-libs/libmediaart-1.9.0-r1 [1.9.0]
> >>> [ebuild U  ] app-text/rarian-0.8.1-r3 [0.8.1-r2]
> >>> [ebuild U  ] app-arch/libarchive-3.2.2-r1 [3.2.2]
> >>> [ebuild U  ] app-doc/gnucash-docs-2.6.15 [2.6.13]
> >>> [ebuild U  ] net-libs/libproxy-0.4.13-r2 [0.4.13-r1]
> >>> [ebuild   R] sys-apps/portage-2.3.3  USE="native-extensions*"
> >>> PYTHON_TARGETS="(-python3_6)"
> >>> [ebuild U  ] media-libs/gst-plugins-base-1.10.3 [1.8.3-r1]
> >>> [ebuild U  ] gnome-base/dconf-0.26.0-r1 [0.26.0]
> >>> [ebuild U  ] media-libs/gst-plugins-good-1.10.3 [1.8.3]
> >>> [ebuild U  ] media-libs/gst-plugins-ugly-1.10.3 [1.8.3]
> >>> [ebuild U  ] media-plugins/gst-plugins-cdparanoia-1.10.3 [1.8.3]
> >>> [ebuild U  ] media-plugins/gst-plugins-mad-1.10.3 [1.8.3]
> >>> [ebuild  N ] virtual/imagemagick-tools-0  USE="jpeg png svg tiff 
> >>> -perl"
> >>> [ebuild U  ] media-plugins/gst-plugins-flac-1.10.3 [1.8.3]
> >>> [ebuild U  ] media-plugins/gst-plugins-dvdread-1.10.3 [1.8.3]
> >>> [ebuild U  ] media-plugins/gst-plugins-x264-1.10.3 [1.8.3]
> >>> [ebuild U  ] media-plugins/gst-plugins-a52dec-1.10.3 [1.8.3]
> >>> [ebuild U  ] gnome-extra/libgsf-1.14.41-r1 [1.14.41]
> >>> [ebuild U  ] x11-libs/gtk+-2.24.31-r1 [2.24.31]
> >>> [ebuild  N ] x11-themes/gtk-engines-adwaita-3.20.2  ABI_X86="32 (64) 
> >>> (-x32)"
> >>> [ebuild U  ] x11-libs/vte-0.28.2-r208 [0.28.2-r207]
> >>> [ebuild U  ] dev-util/gtk-builder-convert-2.24.31-r1 [2.24.31]
> >>> [ebuild U  ] app-text/ghostscript-gpl-9.20-r1 [9.15-r1]
> >>> [ebuild U  ] media-libs/gst-plugins-bad-1.10.3 [1.8.3-r1]
> >>> [ebuild U  ] dev-libs/gjs-1.46.0 [1.45.4]
> >>> [ebuild U  ] dev-libs/appstream-glib-0.6.7 [0.6.3]
> >>> [ebuild U  ] media-plugins/gst-plugins-resindvd-1.10.3 [1.8.3]
> >>> [ebuild U  ] media-plugins/gst-plugins-dts-1.10.3 [1.8.3]
> >>> [ebuild U  ] media-plugins/gst-plugins-faad-1.10.3 [1.8.3]
> >>> [ebuild U  ] net-libs/webkit-gtk-2.14.5 [2.12.5]
> >>> [ebuild U  ] media-libs/clutter-gst-3.0.22 [3.0.20]
> >>> [ebuild U  ] app-portage/layman-2.4.2 [2.0.0-r3] USE="(-g-sorcery)
> >>> -gpg% -sqlite% -squashfs% -sync-plugin-portage%"
> >>> PYTHON_TARGETS="python3_4%* (-python3_5)"
> >>> [ebuild U  ] media-sound/pulseaudio-10.0 [9.0]
> >>> [ebuild U  ] media-plugins/gst-plugins-pulse-1.10.3 [1.8.3]
> >&g

[gentoo-user] Tensorflow 2.1.0 failing to compile

2020-04-24 Thread Aisha Tammy
el/binutils-2.33.1-r1
sys-devel/binutils-config-5.2
sys-devel/bison-3.1
sys-devel/clang-9.0.1
sys-devel/clang-common-9.0.1
sys-devel/clang-runtime-9.0.1
sys-devel/flex-2.6.4-r1
sys-devel/gcc-7.4.0-r2
sys-devel/gcc-8.4.0
sys-devel/gcc-9.3.0
sys-devel/gcc-config-2.2.1
sys-devel/gettext-0.20.1
sys-devel/gnuconfig-20190912
sys-devel/libtool-2.4.6-r6
sys-devel/llvm-9.0.1
sys-devel/llvm-common-9.0.1
sys-devel/m4-1.4.18-r1
sys-devel/make-4.2.1-r4
sys-devel/patch-2.7.6-r4
sys-firmware/intel-microcode-20191115_p20200209
sys-fs/dosfstools-4.1
sys-fs/e2fsprogs-1.45.5
sys-fs/eudev-3.2.9
sys-fs/fuse-2.9.9-r1
sys-fs/fuse-common-3.9.1
sys-fs/ntfs3g-2017.3.23-r3
sys-fs/udev-init-scripts-33
sys-fs/xfsprogs-5.4.0-r1
sys-kernel/genkernel-4.0.7-r1
sys-kernel/gentoo-sources-5.4.28
sys-kernel/installkernel-gentoo-2
sys-kernel/linux-firmware-20200413
sys-kernel/linux-headers-5.4
sys-libs/binutils-libs-2.33.1-r1
sys-libs/compiler-rt-9.0.1
sys-libs/compiler-rt-sanitizers-9.0.1
sys-libs/cracklib-2.9.7
sys-libs/db-5.3.28-r2
sys-libs/e2fsprogs-libs-1.45.5
sys-libs/efivar-37
sys-libs/gdbm-1.13-r2
sys-libs/glibc-2.30-r8
sys-libs/libapparmor-2.13.3
sys-libs/libcap-2.26-r2
sys-libs/libcap-ng-0.7.10
sys-libs/libomp-9.0.1
sys-libs/libseccomp-2.4.2-r1
sys-libs/mtdev-1.1.6
sys-libs/ncurses-6.1_p20190609
sys-libs/pam-1.3.1-r2
sys-libs/readline-7.0_p5-r1
sys-libs/slang-2.3.2
sys-libs/timezone-data-2019c
sys-libs/zlib-1.2.11-r2
sys-process/cronbase-0.3.7-r6
sys-process/cronie-1.5.4-r1
sys-process/htop-2.2.0
sys-process/procps-3.3.15-r1
sys-process/psmisc-23.1-r1
virtual/acl-0-r2
virtual/blas-3.8
virtual/cblas-3.8
virtual/cron-0-r1
virtual/dev-manager-0-r2
virtual/editor-0-r3
virtual/fortran-0
virtual/jdk-1.8.0-r4
virtual/jpeg-compat-62
virtual/jre-1.8.0-r2
virtual/lapack-3.8
virtual/libc-1
virtual/libcrypt-1
virtual/libelf-3
virtual/libffi-3.3_rc0
virtual/libiconv-0-r2
virtual/libintl-0-r2
virtual/libudev-232-r3
virtual/libusb-1-r2
virtual/linux-sources-3-r4
virtual/man-0-r3
virtual/modutils-0
virtual/mpi-2.0-r5
virtual/os-headers-0
virtual/package-manager-1
virtual/pager-0
virtual/perl-Carp-1.500.0-r2
virtual/perl-CPAN-Meta-2.150.10-r3
virtual/perl-CPAN-Meta-YAML-0.18.0-r5
virtual/perl-Data-Dumper-2.174.0
virtual/perl-Digest-MD5-2.550.0-r2
virtual/perl-Digest-SHA-6.20.0
virtual/perl-Exporter-5.730.0-r2
virtual/perl-ExtUtils-CBuilder-0.280.231
virtual/perl-ExtUtils-Install-2.140.0-r2
virtual/perl-ExtUtils-MakeMaker-7.340.0-r2
virtual/perl-ExtUtils-Manifest-1.720.0
virtual/perl-ExtUtils-ParseXS-3.400.0
virtual/perl-File-Spec-3.780.0
virtual/perl-File-Temp-0.230.900
virtual/perl-Getopt-Long-2.500.0-r2
virtual/perl-IO-1.400.0
virtual/perl-JSON-PP-4.20.0
virtual/perl-libnet-3.110.0-r2
virtual/perl-Module-Metadata-1.0.36
virtual/perl-Parse-CPAN-Meta-2.150.10-r3
virtual/perl-Perl-OSType-1.10.0-r3
virtual/perl-podlators-4.110.0
virtual/perl-Scalar-List-Utils-1.500.0-r2
virtual/perl-Test-Harness-3.420.0-r2
virtual/perl-Text-ParseWords-3.300.0-r6
virtual/perl-version-0.992.400
virtual/pkgconfig-1
virtual/resolvconf-1
virtual/rubygems-15
virtual/service-manager-0
virtual/ssh-0
virtual/tmpfiles-0
virtual/ttf-fonts-1-r1
virtual/udev-217
virtual/yacc-0
x11-apps/iceauth-1.0.8
x11-apps/rgb-1.0.6
x11-apps/xauth-1.1
x11-apps/xinit-1.4.1
x11-apps/xkbcomp-1.4.3
x11-apps/xrdb-1.2.0
x11-base/xcb-proto-1.14-r1
x11-base/xorg-drivers-1.20-r2
x11-base/xorg-proto-2019.2
x11-base/xorg-server-1.20.7
x11-drivers/nvidia-drivers-440.82
x11-drivers/xf86-input-libinput-0.29.0
x11-drivers/xf86-video-intel-2.99.917_p20200310
x11-libs/cairo-1.16.0-r3
x11-libs/gdk-pixbuf-2.40.0
x11-libs/gtk+-2.24.32-r1
x11-libs/gtk+-3.24.16
x11-libs/libdrm-2.4.100
x11-libs/libfontenc-1.1.4
x11-libs/libICE-1.0.10
x11-libs/libpciaccess-0.16
x11-libs/libSM-1.2.3
x11-libs/libvdpau-1.3
x11-libs/libX11-1.6.9
x11-libs/libXau-1.0.9
x11-libs/libxcb-1.14
x11-libs/libXcomposite-0.4.5
x11-libs/libXcursor-1.2.0
x11-libs/libXdamage-1.1.5
x11-libs/libXdmcp-1.1.3
x11-libs/libXext-1.3.4
x11-libs/libXfixes-5.0.3-r1
x11-libs/libXfont2-2.0.4
x11-libs/libXft-2.3.3
x11-libs/libXi-1.7.10
x11-libs/libxkbfile-1.1.0
x11-libs/libXmu-1.1.3
x11-libs/libXrandr-1.5.2
x11-libs/libXrender-0.9.10-r1
x11-libs/libXScrnSaver-1.2.3
x11-libs/libxshmfence-1.3-r1
x11-libs/libXt-1.2.0
x11-libs/libXtst-1.2.3-r1
x11-libs/libXv-1.0.11-r1
x11-libs/libXxf86vm-1.1.4-r1
x11-libs/pango-1.42.4-r2
x11-libs/pixman-0.38.4
x11-libs/xtrans-1.4.0
x11-misc/shared-mime-info-1.10-r1
x11-misc/util-macros-1.19.2-r1
x11-misc/xbitmaps-1.1.2-r1
x11-misc/xkeyboard-config-2.29
x11-themes/adwaita-icon-theme-3.32.0
x11-themes/gnome-themes-standard-3.28
x11-themes/gtk-engines-adwaita-3.28
x11-themes/hicolor-icon-theme-0.17



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

2018-04-02 Thread Daniel Frey
st:4
dev-qt/qttest:5/5.9 dev-qt/qttranslations:4
dev-qt/qtvirtualkeyboard:5/5.9 dev-qt/qtwayland:5/5.9
dev-qt/qtwebkit:5/5.9 dev-qt/qtwidgets:5/5.9 dev-qt/qtx11extras:5/5.9
dev-qt/qtxml:5/5.9 dev-qt/qtxmlpatterns:4 dev-qt/qtxmlpatterns:5/5.9
dev-ruby/did_you_mean:1 dev-ruby/json:0 dev-ruby/minitest:5
dev-ruby/net-telnet:1 dev-ruby/power_assert:0 dev-ruby/racc:0
dev-ruby/rake:0 dev-ruby/rdoc:0 dev-ruby/rubygems:0 dev-ruby/test-unit:2
dev-util/automoc:0 dev-util/boost-build:0 dev-util/cmake:0
dev-util/cppunit:0 dev-util/ctags:0 dev-util/desktop-file-utils:0
dev-util/gdbus-codegen:0 dev-util/google-perftools:0/4 dev-util/gperf:0
dev-util/gtk-doc:0 dev-util/gtk-doc-am:0
dev-util/gtk-update-icon-cache:0 dev-util/intltool:0 dev-util/itstool:0
dev-util/mdds:1/1.2 dev-util/meson:0 dev-util/ninja:0
dev-util/pkgconfig:0 dev-util/ragel:0 dev-util/re2c:0 dev-util/scons:0
dev-vcs/bzr:0 dev-vcs/cvs:0 dev-vcs/git:0 dev-vcs/mercurial:0
dev-vcs/subversion:0 gnome-base/dconf:0 gnome-base/gconf:2
gnome-base/gnome-common:3 gnome-base/gnome-keyring:0
gnome-base/gsettings-desktop-schemas:0 gnome-base/gvfs:0
gnome-base/libglade:2.0 gnome-base/librsvg:2 gnome-extra/polkit-gnome:0
gnome-extra/yelp-xsl:0 kde-apps/ark:5 kde-apps/audiocd-kio:5
kde-apps/dolphin:5 kde-apps/gwenview:5 kde-apps/k3b:5 kde-apps/kate:5
kde-apps/kcalc:5 kde-apps/kdenetwork-filesharing:5
kde-apps/khelpcenter:5 kde-apps/kio-extras:5 kde-apps/kmix:5
kde-apps/konsole:5 kde-apps/krdc:5 kde-apps/krfb:5 kde-apps/libkcddb:5
kde-apps/libkcompactdisc:5 kde-apps/libkexiv2:5 kde-apps/libkipi:5/32
kde-apps/okular:5 kde-apps/spectacle:5 kde-frameworks/attica:5/5.43
kde-frameworks/bluez-qt:5/5.43 kde-frameworks/breeze-icons:5/5.43
kde-frameworks/extra-cmake-modules:5/5.43
kde-frameworks/frameworkintegration:5/5.43
kde-frameworks/kactivities:5/5.43
kde-frameworks/kactivities-stats:5/5.43 kde-frameworks/karchive:5/5.43
kde-frameworks/kauth:5/5.43 kde-frameworks/kbookmarks:5/5.43
kde-frameworks/kcmutils:5/5.43 kde-frameworks/kcodecs:5/5.43
kde-frameworks/kcompletion:5/5.43 kde-frameworks/kconfig:5/5.43
kde-frameworks/kconfigwidgets:5/5.43 kde-frameworks/kcoreaddons:5/5.43
kde-frameworks/kcrash:5/5.43 kde-frameworks/kdbusaddons:5/5.43
kde-frameworks/kdeclarative:5/5.43 kde-frameworks/kded:5/5.43
kde-frameworks/kdelibs:4/4.14 kde-frameworks/kdelibs-env:4/4.14
kde-frameworks/kdelibs4support:5/5.43
kde-frameworks/kdesignerplugin:5/5.43 kde-frameworks/kdesu:5/5.43
kde-frameworks/kdnssd:5/5.43 kde-frameworks/kdoctools:5/5.43
kde-frameworks/kemoticons:5/5.43 kde-frameworks/kf-env:5
kde-frameworks/kfilemetadata:5/5.43 kde-frameworks/kglobalaccel:5/5.43
kde-frameworks/kguiaddons:5/5.43 kde-frameworks/kholidays:5/5.43
kde-frameworks/khtml:5/5.43 kde-frameworks/ki18n:5/5.43
kde-frameworks/kiconthemes:5/5.43 kde-frameworks/kidletime:5/5.43
kde-frameworks/kimageformats:5/5.43 kde-frameworks/kinit:5/5.43
kde-frameworks/kio:5/5.43 kde-frameworks/kirigami:5/5.43
kde-frameworks/kitemmodels:5/5.43 kde-frameworks/kitemviews:5/5.43
kde-frameworks/kjobwidgets:5/5.43 kde-frameworks/kjs:5/5.43
kde-frameworks/kjsembed:5/5.43 kde-frameworks/knewstuff:5/5.43
kde-frameworks/knotifications:5/5.43 kde-frameworks/knotifyconfig:5/5.43
kde-frameworks/kpackage:5/5.43 kde-frameworks/kparts:5/5.43
kde-frameworks/kpeople:5/5.43 kde-frameworks/kpty:5/5.43
kde-frameworks/kross:5/5.43 kde-frameworks/krunner:5/5.43
kde-frameworks/kservice:5/5.43 kde-frameworks/ktexteditor:5/5.43
kde-frameworks/ktextwidgets:5/5.43 kde-frameworks/kunitconversion:5/5.43
kde-frameworks/kwallet:5/5.43 kde-frameworks/kwayland:5/5.43
kde-frameworks/kwidgetsaddons:5/5.43 kde-frameworks/kwindowsystem:5/5.43
kde-frameworks/kxmlgui:5/5.43 kde-frameworks/kxmlrpcclient:5/5.43
kde-frameworks/oxygen-icons:5/5.43 kde-frameworks/plasma:5/5.43
kde-frameworks/qqc2-desktop-style:5/5.43 kde-frameworks/solid:5/5.43
kde-frameworks/sonnet:5/5.43 kde-frameworks/syntax-highlighting:5/5.43
kde-frameworks/threadweaver:5/5.43 kde-misc/krusader:5
kde-plasma/bluedevil:5 kde-plasma/breeze:5 kde-plasma/breeze-grub:5
kde-plasma/breeze-gtk:5 kde-plasma/drkonqi:5
kde-plasma/kactivitymanagerd:5 kde-plasma/kde-cli-tools:5
kde-plasma/kde-gtk-config:5 kde-plasma/kdecoration:5
kde-plasma/kdeplasma-addons:5 kde-plasma/kgamma:5 kde-plasma/khotkeys:5
kde-plasma/kinfocenter:5 kde-plasma/kmenuedit:5 kde-plasma/kscreen:5
kde-plasma/kscreenlocker:5 kde-plasma/ksshaskpass:5
kde-plasma/ksysguard:5 kde-plasma/kwallet-pam:5
kde-plasma/kwayland-integration:5 kde-plasma/kwin:5 kde-plasma/kwrited:5
kde-plasma/libkscreen:5/7 kde-plasma/libksysguard:5 kde-plasma/milou:5
kde-plasma/oxygen:5 kde-plasma/plasma-desktop:5
kde-plasma/plasma-integration:5 kde-plasma/plasma-pa:5
kde-plasma/plasma-vault:5 kde-plasma/plasma-workspace:5
kde-plasma/plasma-workspace-wallpapers:5 kde-plasma/polkit-kde-agent:5
kde-plasma/powerdevil:5 kde-plasma/qguiplatformplugin_kde:4/4.11
kde-plasma/sddm-kcm:5 kde-plasma/systemsettings:5
kde-plasma/user-manager:5 mail-client/mailx:0
mail-client/mailx-support:0 mail-client/

[gentoo-user] newish vbox gentoo guest crashes from startx

2016-12-07 Thread Harry Putnam
; x11-proto/fixesproto-5.0-r1
Thu Nov 17 00:40:18 2016 >>> x11-proto/randrproto-1.5.0
Thu Nov 17 00:40:50 2016 >>> x11-proto/compositeproto-0.4.2-r1
Thu Nov 17 00:41:31 2016 >>> x11-proto/recordproto-1.14.2-r1
Thu Nov 17 00:43:33 2016 >>> sys-devel/libtool-2.4.6-r2
Thu Nov 17 00:44:15 2016 >>> sys-devel/automake-1.15-r2
Thu Nov 17 00:44:40 2016 >>> x11-misc/util-macros-1.19.0
Thu Nov 17 00:45:18 2016 >>> media-fonts/font-util-1.3.1
Thu Nov 17 00:46:16 2016 >>> dev-libs/libatomic_ops-7.4.2
Thu Nov 17 00:47:06 2016 >>> x11-libs/libfontenc-1.1.3
Thu Nov 17 00:47:44 2016 >>> x11-proto/dri3proto-1.0
Thu Nov 17 00:48:22 2016 >>> x11-proto/presentproto-1.0
Thu Nov 17 00:49:01 2016 >>> x11-proto/glproto-1.4.17-r1
Thu Nov 17 00:49:41 2016 >>> x11-proto/dri2proto-2.8-r1
Thu Nov 17 00:50:12 2016 >>> x11-proto/xf86driproto-2.1.1-r1
Thu Nov 17 00:54:16 2016 >>> net-misc/curl-7.51.0
Thu Nov 17 00:55:33 2016 >>> dev-libs/libuv-1.10.0
Thu Nov 17 00:56:12 2016 >>> x11-apps/mkfontscale-1.1.2
Thu Nov 17 00:57:31 2016 >>> dev-libs/boehm-gc-7.4.2
Thu Nov 17 00:58:11 2016 >>> x11-apps/mkfontdir-1.0.7
Thu Nov 17 00:58:41 2016 >>> media-fonts/encodings-1.0.4
Thu Nov 17 00:58:59 2016 >>> media-fonts/liberation-fonts-2.00.1-r2
Thu Nov 17 00:59:08 2016 >>> virtual/ttf-fonts-1
Thu Nov 17 01:01:32 2016 >>> media-libs/fontconfig-2.12.1
Thu Nov 17 01:01:43 2016 >>> app-eselect/eselect-fontconfig-1.1-r1
Thu Nov 17 01:02:09 2016 >>> dev-util/desktop-file-utils-0.23
Thu Nov 17 01:03:29 2016 >>> dev-libs/libcroco-0.6.11
Thu Nov 17 01:04:45 2016 >>> sys-devel/flex-2.6.1
Thu Nov 17 01:06:00 2016 >>> sys-apps/iproute2-4.8.0
Thu Nov 17 15:29:17 2016 >>> dev-libs/libxml2-2.9.4
Thu Nov 17 15:29:52 2016 >>> dev-perl/Locale-gettext-1.70.0
Thu Nov 17 15:31:04 2016 >>> sys-libs/readline-7.0-r1
Thu Nov 17 15:33:19 2016 >>> dev-libs/libpcre-8.39
Thu Nov 17 15:35:35 2016 >>> sys-apps/gawk-4.1.4
Thu Nov 17 15:36:12 2016 >>> app-portage/gentoolkit-0.3.2-r1
Thu Nov 17 15:37:34 2016 >>> sys-libs/gpm-1.20.7-r2
Thu Nov 17 15:49:18 2016 >>> sys-libs/ncurses-6.0-r1
Thu Nov 17 15:52:19 2016 >>> app-shells/bash-4.4_p5
Thu Nov 17 15:53:07 2016 >>> sys-apps/less-487
Thu Nov 17 15:54:57 2016 >>> sys-process/procps-3.3.12
Thu Nov 17 16:14:24 2016 >>> sys-devel/gettext-0.19.8.1
Thu Nov 17 16:15:06 2016 >>> app-portage/ufed-0.92
Thu Nov 17 16:22:38 2016 >>> sys-apps/util-linux-2.29
Thu Nov 17 16:23:34 2016 >>> sys-process/psmisc-22.21-r3
Thu Nov 17 16:27:12 2016 >>> sys-apps/texinfo-6.3
Thu Nov 17 16:27:48 2016 >>> app-text/po4a-0.45-r3
Thu Nov 17 16:29:00 2016 >>> sys-apps/openrc-0.22.4
Thu Nov 17 16:50:12 2016 >>> app-misc/screen-4.4.0
Thu Nov 17 16:51:25 2016 >>> sys-libs/readline-7.0-r1
Thu Nov 17 16:52:51 2016 >>> sys-libs/gpm-1.20.7-r2
Thu Nov 17 16:53:49 2016 >>> dev-util/cscope-15.8a-r1
Thu Nov 17 16:58:20 2016 >>> dev-libs/libxml2-2.9.4
Thu Nov 17 16:59:06 2016 >>> x11-proto/xcb-proto-1.12-r2
Thu Nov 17 17:02:07 2016 >>> x11-libs/libxcb-1.12-r2
Thu Nov 17 17:08:10 2016 >>> x11-libs/libX11-1.6.4
Thu Nov 17 17:09:45 2016 >>> x11-libs/libXt-1.1.5
Thu Nov 17 17:10:47 2016 >>> x11-libs/libXext-1.3.3
Thu Nov 17 17:11:58 2016 >>> x11-libs/libXmu-1.1.2
Thu Nov 17 17:14:57 2016 >>> app-editors/vim-8.0.0005
Thu Nov 17 17:15:38 2016 >>> x11-apps/xhost-1.0.7
Thu Nov 17 17:16:23 2016 >>> x11-apps/xauth-1.0.9-r2
Thu Nov 17 17:16:39 2016 >>> x11-misc/sux-1.0-r4
Thu Nov 17 17:16:56 2016 >>> app-portage/cfg-update-1.8.9
Thu Nov 17 20:07:13 2016 >>> sys-devel/autoconf-archive-2016.09.16
Thu Nov 17 20:07:54 2016 >>> sys-apps/tcp-wrappers-7.6.22-r1
Thu Nov 17 20:08:08 2016 >>> sys-process/cronbase-0.3.7-r6
Thu Nov 17 20:14:55 2016 >>> dev-libs/libunistring-0.9.6
Thu Nov 17 20:15:11 2016 >>> net-mail/mailbase-1.1
Thu Nov 17 20:16:32 2016 >>> dev-libs/libfastjson-0.99.4
Thu Nov 17 20:17:29 2016 >>> dev-libs/libestr-0.1.10
Thu Nov 17 20:17:51 2016 >>> sys-devel/autoconf-2.13
Thu Nov 17 20:25:18 2016 >>> dev-lang/python-3.4.5
Thu Nov 17 20:31:33 2016 >>> dev-lang/python-2.7.12
Thu Nov 17 20:32:32 2016 >>> x11-libs/libXrender-0.9.10
Thu Nov 17 20:33:28 2016 >>> x11-libs/libXfixes-5.0.3
Thu Nov 17 20:34:24 2016 >>> x11-libs/libXxf86vm-1.1.4
Thu Nov 17 20:35:54 2016 >>> dev-libs/boehm-gc-7.4.2
Thu Nov 17 20:36:45 2016 >>> dev-libs/liblogging-1.0.5
Thu Nov 17 20:38:20 2016 >>> sys-boot/grub-0.97-r17
Thu 

Re: [gentoo-user] newish vbox gentoo guest crashes from startx

2016-12-07 Thread Alan McKinnon
On 07/12/2016 17:34, Harry Putnam wrote:
> Setup:
> 
>gentoo 32bit vbox guest on win 10 64bit host
>Installed xorg-server, lxde Meta pkgs and deps
>(along with many other pkgs ... to many to list
>here but included at the end)
> 
> uname -a:
>   Linux g0 4.8.8-gentoo #2 Fri Nov 18 20:16:14 EST 2016 i686 Intel(R)
>   Xeon(R) CPU X5450 @ 3.00GHz GenuineIntel GNU/Linux
> 
> Theoretically the install should be ready now to run X and lxde.
> However, when I run `startlxde' nothing whatsoever happens.  At least
> not at the command line or visibly.  Prompt just returns lamely.
> 
> However, if I run startx.  The vm crashes clear to power off or
> sometimes just becomes inoperable with these error messages showing.
> (Note: nothing can be clicked moved or etc at this point)



Your first problem seems to be you don't have any input or output
devices. Please post

- eix xorg-server
- values of INPUT_DEVICES and VIDEO_CARDS from make.conf
- confirm that you built the kernel with evdev and the kernel module is
loaded


There's a decent X11 install page on the gentoo wiki, did you follow it?
Installing on vbox is not too different from installing on metal except
you don't use the video driver for the physical card, you use the vbox
one (it's virtualized).

Lastly, why a 32 bit guest on a 64 bit host? There's little benefit from
doing that, and amd64 is far better supported in general than x86_64.
Plus you just create more work for the host.


Alan

> 
> 
> 
> 
> I'm having trouble figuring out where to start to get a handle on
> this.
> 
> This is not my first time installing gentoo in a vbox vm... I've done
> several over time and two just of late.  Although the installs were
> not trouble free, I had none of this sort of trouble.
> 
> Posting /var/log/Xorg.0.log which shows several modules not loading.
> vesa and fbdev... but checking my kernel compile I see both were
> selected for.  Other parts I'm not sure what they might mean.
> 
> Also included below is last 175 lines of a debug.log I have setup in
> rsyslog.
> 
> I can't tell how many lines to include so just a shot in the dark.
> There are a number of lines about Vbox not recognizing symbols
> 
> And finally a full listing of everthing that has been installed. Which
> runs to 650+ lines. So massive amount of data... which seems
> .. unavoidable.   I've labeled each between these:
> ---   ---   ---=---   ---   ---
> LABEL
> ---   ---   ---=---   ---   ---
> 
> Labels are:
> 
>Xorg.0.log
>tail_of_debug.log
>installed_pkgs_list.txt
> 
> Hopefull will make jumping around a bit easier if anyone even gets
> that far.
> 
> ---   ---   ---=---   ---   ---
> Xorg.0.log
> ---   ---   ---=---   ---   --- 
> [  1215.250] 
> X.Org X Server 1.18.4
> Release Date: 2016-07-19
> [  1215.262] X Protocol Version 11, Revision 0
> [  1215.266] Build Operating System: Linux 4.8.8-gentoo i686 Gentoo
> [  1215.268] Current Operating System: Linux g0 4.8.8-gentoo #2 Fri Nov 18 
> 20:16:14 EST 2016 i686
> [  1215.268] Kernel command line: root=/dev/sda3 vga=0x31b 
> video=vesfb:mtrr:3,ywrap
> [  1215.272] Build Date: 06 December 2016  09:05:57PM
> [  1215.274]  
> [  1215.277] Current version of pixman: 0.34.0
> [  1215.287]  Before reporting problems, check http://wiki.x.org
>   to make sure that you have the latest version.
> [  1215.287] Markers: (--) probed, (**) from config file, (==) default 
> setting,
>   (++) from command line, (!!) notice, (II) informational,
>   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [  1215.295] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec  7 10:07:52 
> 2016
> [  1215.348] (==) Using config directory: "/etc/X11/xorg.conf.d"
> [  1215.350] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
> [  1215.371] (==) No Layout section.  Using the first Screen section.
> [  1215.371] (==) No screen section available. Using defaults.
> [  1215.371] (**) |-->Screen "Default Screen Section" (0)
> [  1215.371] (**) |   |-->Monitor ""
> [  1215.372] (==) No monitor specified for screen "Default Screen Section".
>   Using a default monitor configuration.
> [  1215.372] (==) Automatically adding devices
> [  1215.372] (==) Automatically enabling devices
> [  1215.372] (==) Automatically adding GPU devices
> [  1215.373] (==) Max clients allowed: 256, resource mask: 0x1f
> [  1215.385] (WW) The directory "/usr/share/fonts/misc/" does not exist.
> [  1215.385]  Entry deleted from font path.
> [  1215.385] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
> [  1215.385]  Entry deleted from font path.
> [  1215.385] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
> [  1215.385]  Entry deleted from font path.
> [  1215.385] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
> [  1215.385]  Entry deleted from font path.
> [  1215.