Re: [gentoo-user] Corel Draw for Gentoo linux

2005-12-24 Thread Adrian
On Sat, 24 Dec 2005 16:30:03 +0100
Harald Arnesen <[EMAIL PROTECTED]> wrote the words:

> Adrian <[EMAIL PROTECTED]> writes:
> 
> >
> > Then exits the installation process.  I use to use Corel Photo Paint
> > with my Mandrake system (RPM) based way back in the day, but since
> > moving to Gentoo I can't get it running any more.
> 
> # emerge dpkg rpm
> -- 
> Hilsen Harald.
> 

Thanks much, but . . .
Darn, I knew it couldn't be that simple.  Trying to emerge I end up
with the following error message.  Anyone?  Thanks.

>>> emerge (3 of 4) dev-libs/elfutils-0.108 to /
>>> md5 files   ;-) elfutils-0.118.ebuild
>>> md5 files   ;-) elfutils-0.108-r1.ebuild
>>> md5 files   ;-) elfutils-0.108.ebuild
>>> md5 files   ;-) files/elfutils-0.101-bswap.patch
>>> md5 files   ;-) files/elfutils-0.108-robustify2.patch
>>> md5 files   ;-) files/elfutils-0.118-libelf-link.patch
>>> md5 files   ;-) files/elfutils-0.118-PaX-support.patch
>>> md5 files   ;-) files/elfutils-0.108-portability.patch
>>> md5 files   ;-) files/digest-elfutils-0.108-r1
>>> md5 files   ;-) files/digest-elfutils-0.108
>>> md5 files   ;-) files/digest-elfutils-0.118
>>> md5 src_uri ;-) elfutils-0.108.tar.gz
>>> md5 src_uri ;-) elfutils-0.108.robustify.patch.bz2
>>> Unpacking source...
>>> Unpacking elfutils-0.108.tar.gz to
>/var/tmp/portage/elfutils-0.108/work >> Unpacking
>elfutils-0.108.robustify.patch.bz2 to
>/var/tmp/portage/elfutils-0.108/work
 * Applying elfutils-0.101-bswap.patch ...  
   [ ok ] * Applying
elfutils-0.108-portability.patch ...
   [ ok ] * Applying elfutils-0.108.robustify.patch
...  [ ok ]
* Applying elfutils-0.108-robustify2.patch ...  
  [ ok ]/usr/share/aclocal/xmms.m4:17:
warning: underquoted definition of XMMS_TEST_VERSION  run info
'(automake)Extending aclocal'  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of
AM_PATH_XMMS /usr/share/aclocal/wxwin.m4:36: warning: underquoted
definition of AM_OPTIONS_WXCONFIG /usr/share/aclocal/wxwin.m4:59:
warning: underquoted definition of AM_PATH_WXCONFIG
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of
AM_PATH_SMPEG /usr/share/aclocal/sigc++.m4:8: warning: underquoted
definition of AM_PATH_SIGC /usr/share/aclocal/pkg.m4:5: warning:
underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/path_dps.m4:202: warning: underquoted definition of
AC_PATH_DPS_GUESS_GNUSTEP /usr/share/aclocal/path_dps.m4:239: warning:
underquoted definition of AC_PATH_DPS_GUESS
/usr/share/aclocal/path_dps.m4:333: warning: underquoted definition of
AC_PATH_DPS_CHECK_LIB /usr/share/aclocal/path_dps.m4:405: warning:
underquoted definition of AC_PATH_DPS_CHECK_HEADER
/usr/share/aclocal/path_dps.m4:440: warning: underquoted definition of
AC_PATH_DPS_CHECK /usr/share/aclocal/path_dps.m4:450: warning:
underquoted definition of AC_PATH_DPS
/usr/share/aclocal/path_dps.m4:525: warning: underquoted definition of
AC_CHECK_DPS_NXAGENT /usr/share/aclocal/path_dps.m4:558: warning:
underquoted definition of AC_PATH_DPSET
/usr/share/aclocal/path_dps.m4:579: warning: underquoted definition of
AC_PROG_PSWRAP /usr/share/aclocal/path_dps.m4:172: file `path_dps.m4'
does not exist autoreconf-2.59: aclocal failed with exit status: 1

!!! ERROR: dev-libs/elfutils-0.108 failed.
!!! Function src_unpack, Line 38, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status
message.



-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge --depclean does not remove due to link level dependencies

2009-11-04 Thread Daniel Pielmeier
2009/11/4 Alex Schuster :
> Hi there!
>
> Again, this is just something I am curious about, not a real problem.
> emerge -p --depclean gives me this output:
>
> [...]
> Calculating dependencies... done!
>>>> Checking for lib consumers...
>>>> Assigning files to packages...
>  * In order to avoid breakage of link level dependencies, one or more
>  * packages will not be removed. This can be solved by rebuilding the
>  * packages that pulled them in.
>  *
>  *   dev-libs/elfutils-0.131-r2 pulled in by:
>  *     dev-util/ddd-3.3.12-r1 needs libelf.so.1

Newer versions of portage print this message if a package is about to
be removed because there is no ebuild dependency from all other
installed packages, but it is still needed because other packages link
to it automagically. This seems to be the case here, ddd automagically
links to elfutils depending on whether it is available or not, instead
of being controlled by the ebuild via use flag. So ddd links against
elfutils and portage does not know about it. In this case the
suggestion of rebuilding the packages does not work.

With older portage versions elfutils is removed and the dependency is
ignored. Revdep-rebuild will complain about ddd linking against
elfutils which is not available anymore and then rebuild ddd which
will result in ddd not linking against elfutils anymore.

> [...]
> And some more of that involving media-libs/libcddb-1.3.2, media-
> sound/esound-0.2.41, sys-libs/db-4.5.20_p2-r1 and sys-libs/db-4.6.21_p4.
>
> Okay, ddd needs libelf.so.1, provided by elfutils. Still the same when I
> rebuild ddd. So, why does this output appear at all? ddd needs
> libelf.so.1, this is in elfutils, so of course elfutils is needed just
> like any other package.
>
> Oh, wait I think I got it. emerge -pe ddd dos NOT list elfutils. So is
> this a bug in the ddd ebuild, not having elfutils as a dependency? And the
> same would be true for the other packages? Should I file some bugs?
>
> H. Now I got it. ddd does indeed not need elfutils. But it uses it
> when it is available. After removing elfutils, ddd still builds. Starting
> the ddd configure script in by hand with the --help option does not show
> options like --without-elf, so it's not the ebuild's fault that ddd makes
> use of the libelf library when it is available.
>

[snip]

> Should some bugs be filed? And if so, should they go:
> - To the ebuild maintainers? But they probably cannot do much about it,
> apart from patching the package's autoconf stuff.
> - To upstream? Well, would they consider this this a bug at all, or a mere
> problem with Gentoo's special build system, that wants to know all the
> dependencies?

If ddd really links automagically against elfutils, you should file a
Gentoo bug about ddd which needs it's autotools fixed. To save the
Gentoo developers some time you can also file an upstream bug and add
a reference to it in the Gentoo bug report. If upstream cares about
automagic dependencies is another story, in Gentoo it is considered a
bug.

-- 
Daniel Pielmeier



[gentoo-user] emerge --depclean does not remove due to link level dependencies

2009-11-04 Thread Alex Schuster
Hi there!

Again, this is just something I am curious about, not a real problem. 
emerge -p --depclean gives me this output:

[...]
Calculating dependencies... done!
>>> Checking for lib consumers...
>>> Assigning files to packages...
 * In order to avoid breakage of link level dependencies, one or more
 * packages will not be removed. This can be solved by rebuilding the
 * packages that pulled them in. 
 *   
 *   dev-libs/elfutils-0.131-r2 pulled in by:
 * dev-util/ddd-3.3.12-r1 needs libelf.so.1  
[...]
And some more of that involving media-libs/libcddb-1.3.2, media-
sound/esound-0.2.41, sys-libs/db-4.5.20_p2-r1 and sys-libs/db-4.6.21_p4.

Okay, ddd needs libelf.so.1, provided by elfutils. Still the same when I 
rebuild ddd. So, why does this output appear at all? ddd needs 
libelf.so.1, this is in elfutils, so of course elfutils is needed just 
like any other package.

Oh, wait I think I got it. emerge -pe ddd dos NOT list elfutils. So is 
this a bug in the ddd ebuild, not having elfutils as a dependency? And the 
same would be true for the other packages? Should I file some bugs?

H. Now I got it. ddd does indeed not need elfutils. But it uses it 
when it is available. After removing elfutils, ddd still builds. Starting 
the ddd configure script in by hand with the --help option does not show 
options like --without-elf, so it's not the ebuild's fault that ddd makes 
use of the libelf library when it is available.

Still, this is ugly I think. Another part of the emerge --depclean output 
is:
 *   media-sound/esound-0.2.41 pulled in by:
 * app-office/gnucash-2.2.9-r1 needs libesd.so.0
 * gnome-extra/gnome-media-2.26.0-r1 needs libesd.so.0
 * gnome-extra/nautilus-cd-burner-2.24.0 needs libesd.so.0
 * gnome-extra/yelp-2.26.0 needs libesd.so.0  
 * media-libs/smpeg-0.4.4-r9 needs libesd.so.0
 * media-sound/amarok-1.4.10_p20090130-r3 needs libesd.so.0
 * media-sound/rhythmbox-0.11.6-r1 needs libesd.so.0   
 * media-sound/synaesthesia-2.4 needs libesd.so.0  
 * media-video/transcode-1.0.7 needs libesd.so.0   

I do not have esd in my USE flags. Looks like all those packages use it 
anyway when it is available.

Should some bugs be filed? And if so, should they go:
- To the ebuild maintainers? But they probably cannot do much about it, 
apart from patching the package's autoconf stuff.
- To upstream? Well, would they consider this this a bug at all, or a mere 
problem with Gentoo's special build system, that wants to know all the 
dependencies?
- To the doc team? Suggesting that the emerge --depclean output should 
change from:
 * In order to avoid breakage of link level dependencies, one or more
 * packages will not be removed. This can be solved by rebuilding the
 * packages that pulled them in. 
to something like:
 * In order to avoid breakage of link level dependencies, one or more
 * packages will not be removed. If you like them to be removed, do so
 * manually, and run revdep-rebuild afterwards to rebuild the packages
 * without the libraries. We are sorry, this is an upstream problem with
 * bad configure files and we cannot do much about it. Use quickpkg 
 * before removing the packages, so if anything breaks you can get them 
 * back quickly. Good luck.

Wonko



Re: [gentoo-user] static-libs for sys-libs/zlib and app-arch/bzip2

2020-04-03 Thread Alarig Le Lay
On ven.  3 avr. 00:13:38 2020, Sergei Trofimovich wrote:
> Probably an effect of fixed deps in:
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-libs/elfutils?id=261f473f807caef944d126c23438181bdf699d6b
> 
> You probably already have USE=static-libs for elfutils. You need
> to track it down locally.

Ah yes indeed, it was caused by wine. I never noticed it before :p

Thanks,
-- 
Alarig



[gentoo-user] glibc upgrade and firefox/seamonkey issues

2015-10-21 Thread Dale

Howdy,

I recently did a upgrade which included glibc.  Now both Firefox and 
Seamonkey has problems starting.  I have several profiles and some work 
and some don't.  Using safe-mode works which makes me think the browsers 
themselves are OK but something else got messed up.  The only package I 
see that I just updated is glibc that might could cause this issue.  
This is the recent emerge list from emerge.log:




1445463962:  >>> emerge (1 of 13) sys-libs/glibc-2.21-r1 to /
1445464046:  === (1 of 13) Cleaning 
(sys-libs/glibc-2.21-r1::/var/cache/portage/tree/sys-libs/glibc/glibc-2.21-r1.ebuild)
1445464046:  === (1 of 13) Compiling/Packaging 
(sys-libs/glibc-2.21-r1::/var/cache/portage/tree/sys-libs/glibc/glibc-2.21-r1.ebuild)
1445464751:  === (1 of 13) Merging 
(sys-libs/glibc-2.21-r1::/var/cache/portage/tree/sys-libs/glibc/glibc-2.21-r1.ebuild)

1445464759:  >>> AUTOCLEAN: sys-libs/glibc:2.2
1445464759:  === Unmerging... (sys-libs/glibc-2.20-r2)
1445464761:  >>> unmerge success: sys-libs/glibc-2.20-r2
1445464768:  === (1 of 13) Post-Build Cleaning 
(sys-libs/glibc-2.21-r1::/var/cache/portage/tree/sys-libs/glibc/glibc-2.21-r1.ebuild)

1445464768:  ::: completed emerge (1 of 13) sys-libs/glibc-2.21-r1 to /
1445464768:  >>> emerge (2 of 13) 
sci-electronics/electronics-menu-1.0-r1 to /
1445464768:  === (2 of 13) Cleaning 
(sci-electronics/electronics-menu-1.0-r1::/var/cache/portage/tree/sci-electronics/electronics-menu/electronics-menu-1.0-r1.ebuild)

1445464768:  >>> emerge (3 of 13) dev-libs/elfutils-0.163 to /
1445464768:  === (3 of 13) Cleaning 
(dev-libs/elfutils-0.163::/var/cache/portage/tree/dev-libs/elfutils/elfutils-0.163.ebuild)
1445464768:  === (2 of 13) Compiling/Packaging 
(sci-electronics/electronics-menu-1.0-r1::/var/cache/portage/tree/sci-electronics/electronics-menu/electronics-menu-1.0-r1.ebuild)
1445464768:  === (3 of 13) Compiling/Packaging 
(dev-libs/elfutils-0.163::/var/cache/portage/tree/dev-libs/elfutils/elfutils-0.163.ebuild)
1445464771:  === (2 of 13) Merging 
(sci-electronics/electronics-menu-1.0-r1::/var/cache/portage/tree/sci-electronics/electronics-menu/electronics-menu-1.0-r1.ebuild)

1445464774:  >>> AUTOCLEAN: sci-electronics/electronics-menu:0
1445464774:  === Unmerging... (sci-electronics/electronics-menu-1.0)
1445464779:  >>> unmerge success: sci-electronics/electronics-menu-1.0
1445464785:  === (2 of 13) Post-Build Cleaning 
(sci-electronics/electronics-menu-1.0-r1::/var/cache/portage/tree/sci-electronics/electronics-menu/electronics-menu-1.0-r1.ebuild)
1445464785:  ::: completed emerge (2 of 13) 
sci-electronics/electronics-menu-1.0-r1 to /
1445464803:  === (3 of 13) Merging 
(dev-libs/elfutils-0.163::/var/cache/portage/tree/dev-libs/elfutils/elfutils-0.163.ebuild)

1445464806:  >>> AUTOCLEAN: dev-libs/elfutils:0
1445464806:  === Unmerging... (dev-libs/elfutils-0.158)
1445464808:  >>> unmerge success: dev-libs/elfutils-0.158
1445464811:  === (3 of 13) Post-Build Cleaning 
(dev-libs/elfutils-0.163::/var/cache/portage/tree/dev-libs/elfutils/elfutils-0.163.ebuild)

1445464811:  ::: completed emerge (3 of 13) dev-libs/elfutils-0.163 to /
1445464811:  >>> emerge (4 of 13) app-portage/eix-0.31.0 to /
1445464811:  === (4 of 13) Cleaning 
(app-portage/eix-0.31.0::/var/cache/portage/tree/app-portage/eix/eix-0.31.0.ebuild)

1445464811:  >>> emerge (5 of 13) media-libs/libsdl-1.2.15-r9 to /
1445464811:  === (5 of 13) Cleaning 
(media-libs/libsdl-1.2.15-r9::/var/cache/portage/tree/media-libs/libsdl/libsdl-1.2.15-r9.ebuild)
1445464811:  === (4 of 13) Compiling/Packaging 
(app-portage/eix-0.31.0::/var/cache/portage/tree/app-portage/eix/eix-0.31.0.ebuild)
1445464811:  === (5 of 13) Compiling/Packaging 
(media-libs/libsdl-1.2.15-r9::/var/cache/portage/tree/media-libs/libsdl/libsdl-1.2.15-r9.ebuild)
1445464883:  === (4 of 13) Merging 
(app-portage/eix-0.31.0::/var/cache/portage/tree/app-portage/eix/eix-0.31.0.ebuild)

1445464890:  >>> AUTOCLEAN: app-portage/eix:0
1445464890:  === Unmerging... (app-portage/eix-0.30.11)
1445464892:  >>> unmerge success: app-portage/eix-0.30.11
1445464895:  === (4 of 13) Post-Build Cleaning 
(app-portage/eix-0.31.0::/var/cache/portage/tree/app-portage/eix/eix-0.31.0.ebuild)

1445464895:  ::: completed emerge (4 of 13) app-portage/eix-0.31.0 to /
1445464895:  === (5 of 13) Merging 
(media-libs/libsdl-1.2.15-r9::/var/cache/portage/tree/media-libs/libsdl/libsdl-1.2.15-r9.ebuild)

1445464898:  >>> AUTOCLEAN: media-libs/libsdl:0
1445464898:  === Unmerging... (media-libs/libsdl-1.2.15-r8)
1445464900:  >>> unmerge success: media-libs/libsdl-1.2.15-r8
1445464904:  === (5 of 13) Post-Build Cleaning 
(media-libs/libsdl-1.2.15-r9::/var/cache/portage/tree/media-libs/libsdl/libsdl-1.2.15-r9.ebuild)

1445464904:  ::: completed emerge (5 of 13) media-libs/libsdl-1.2.15-r9 to /
1445464904:  >>> emerge (6 of 13) dev-pyth

Fwd: Re: [gentoo-user] Two identical systems - different!

2014-03-03 Thread Peter Humphrey
An unsubscribed reader sent me this gem, which I hope he or she won't mind my 
forwarding to the list. It offers a new way to attack the problem.

--  Forwarded Message  --

Subject: Re: [gentoo-user] Two identical systems - different!
Date: Monday 03 Mar 2014, 02:33:08

Ah, the extra USE flags checks are coming from an eclass!

On 03.03.2014 01:33, Peter Humphrey wrote:
> !!! Multiple package instances within a single package slot have been
> pulled
> !!! into the dependency graph, resulting in a slot conflict:
>
> app-arch/bzip2:0
>
>   (app-arch/bzip2-1.0.6-r3::gentoo, installed) pulled in by
> app-arch/bzip2[abi_x86_32(-)] required by (dev-
> libs/elfutils-0.158::gentoo, binary scheduled for merge)
>
>   (app-arch/bzip2-1.0.6-r3::gentoo, binary scheduled for merge) pulled
> in by
> (no parents that aren't satisfied by other packages in this slot)
>
> virtual/libiconv:0
>
>   (virtual/libiconv-0::gentoo, installed) pulled in by
> virtual/libiconv[abi_x86_32(-)] required by (dev-libs/glib-2.36.4-
> r1::gentoo, binary scheduled for merge)
>
>   (virtual/libiconv-0::gentoo, binary scheduled for merge) pulled in by
> (no parents that aren't satisfied by other packages in this slot)

The dependencies in dev-libs/elfutils and dev-libs/glib are
app-arch/bzip2[${MULTILIB_USEDEP}]  and
virtual/libiconv[${MULTILIB_USEDEP}] , where the actual value is
calculated by multilib.eclass.
It probably should end up empty in your case, but maybe having the
chroot triggers some multilib functionality?

I may be reading the use dep wrong, but it seems to me that those
packages assume that the virtual/libiconv and app-arch/bzip2 packages
found are 64-bit since they don't have the USE=abi_x86_32 set. That
could at least explain why they get disqualified when glib and elfutils
are in the set but work otherwise.

I would probably try rebuilding the dev-libs/elfutils and dev-libs/glib
packages next and checking that they don't end up still having those
abi-requirements.

qtbz2 -xO /usr/portage/packages/dev-libs/glib-2.36.4-r1.tbz2 |qxpak -x -
-O RDEPEND
should tell you what runtime dependencies the package has been built with.

-

I ran that command on both machines and got this output in each case:

# qtbz2 -xO /usr/portage/packages/dev-libs/glib-2.36.4-r1.tbz2 |qxpak -x - -O 
DEPEND
virtual/libiconv[abi_x86_32(-)] virtual/libffi[abi_x86_32(-)] sys-
libs/zlib[abi_x86_32(-)] || ( >=dev-libs/elfutils-0.142 >=dev-
libs/libelf-0.8.12 >=sys-freebsd/freebsd-lib-9.2_rc1 ) !<=app-emulation/emul-
linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-
abi_x86_32(-)] app-text/docbook-xml-dtd:4.1.2 >=dev-libs/libxslt-1.0 >=sys-
devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-
devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 
>=sys-apps/coreutils-8.5

No mention of any kind of zip.

Has a lamp flashed on in anyone's head? It would be good to see some light 
here.

-- 
Regards
Peter



Re: [gentoo-user] static-libs for sys-libs/zlib and app-arch/bzip2

2020-04-02 Thread Sergei Trofimovich
On Thu, 2 Apr 2020 23:38:20 +0200
Alarig Le Lay  wrote:

> Hi,
> 
> All in a sudden, sys-libs/zlib and app-arch/bzip2 are required to have
> static-libs to upgrade:
> 
> Calculating dependencies... done!
> [ebuild   R] app-arch/bzip2-1.0.6-r11:0/1::gentoo  USE="(split-usr)
> static-libs* -static" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] dev-lang/go-1.13.9:0/1.13.9::gentoo
> [1.13.8:0/1.13.8::gentoo] 21,192 KiB
> [ebuild   R] sys-libs/zlib-1.2.11-r2:0/1::gentoo  USE="minizip
> (split-usr) static-libs*" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] net-libs/gnutls-3.6.13:0/30::gentoo
> [3.6.7-r1:0/30::gentoo] USE="cxx dane idn nls openssl seccomp
> tls-heartbeat -doc -examples -guile -pkcs11 -sslv2 -sslv3 -static-libs
> -test (-test-full) -tools -valgrind" ABI_X86="(64) -32 (-x32)" 5,820 KiB
> 
> Total: 4 packages (2 upgrades, 2 reinstalls), Size of downloads: 27,011 KiB
> 
> The following USE changes are necessary to proceed:
>  (see "package.use" in the portage(5) man page for more details)
> # required by dev-libs/elfutils-0.177::gentoo
> # required by virtual/libelf-3::gentoo
> # required by dev-libs/glib-2.60.7-r2::gentoo
> # required by gnome-extra/polkit-gnome-0.105-r2::gentoo
> # required by sys-auth/polkit-0.115-r4::gentoo[gtk]
> # required by sys-fs/udisks-2.8.4::gentoo
> # required by media-sound/mpd-0.21.20::gentoo[udisks]
> # required by @selected
> # required by @world (argument)
> >=sys-libs/zlib-1.2.11-r2 static-libs  
> # required by dev-libs/elfutils-0.177::gentoo[bzip2]
> # required by virtual/libelf-3::gentoo
> # required by dev-libs/glib-2.60.7-r2::gentoo
> # required by gnome-extra/polkit-gnome-0.105-r2::gentoo
> # required by sys-auth/polkit-0.115-r4::gentoo[gtk]
> # required by sys-fs/udisks-2.8.4::gentoo
> # required by media-sound/mpd-0.21.20::gentoo[udisks]
> # required by @selected
> # required by @world (argument)
> >=app-arch/bzip2-1.0.6-r11 static-libs  
> 
> Would you like to add these changes to your config files? [Yes/No]
> 
> Why is this needed? I prefer to keep dynamic libs on my systems.

Probably an effect of fixed deps in:

https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-libs/elfutils?id=261f473f807caef944d126c23438181bdf699d6b

You probably already have USE=static-libs for elfutils. You need
to track it down locally.

-- 

  Sergei



Re: Fwd: Re: [gentoo-user] Two identical systems - different!

2014-03-04 Thread Mick
On Monday 03 Mar 2014 16:02:17 Peter Humphrey wrote:

> I would probably try rebuilding the dev-libs/elfutils and dev-libs/glib
> packages next and checking that they don't end up still having those
> abi-requirements.
> 
> qtbz2 -xO /usr/portage/packages/dev-libs/glib-2.36.4-r1.tbz2 |qxpak -x -
> -O RDEPEND
> should tell you what runtime dependencies the package has been built with.
> 
> -
> 
> I ran that command on both machines and got this output in each case:
> 
> # qtbz2 -xO /usr/portage/packages/dev-libs/glib-2.36.4-r1.tbz2 |qxpak -x -
> -O DEPEND
> virtual/libiconv[abi_x86_32(-)] virtual/libffi[abi_x86_32(-)] sys-
> libs/zlib[abi_x86_32(-)] || ( >=dev-libs/elfutils-0.142 >=dev-
> libs/libelf-0.8.12 >=sys-freebsd/freebsd-lib-9.2_rc1 )
> !<=app-emulation/emul- linux-x86-baselibs-20130224-r9
> !app-emulation/emul-linux-x86-baselibs[- abi_x86_32(-)]
> app-text/docbook-xml-dtd:4.1.2 >=dev-libs/libxslt-1.0 >=sys-
> devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 ! introspection-1.36 ! ! 
> || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-
> 
> devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4
> 
> >=sys-apps/coreutils-8.5
> 
> No mention of any kind of zip.

Well, I see the following in the listed deps above:

  sys-libs/zlib[abi_x86_32(-)]

  app-arch/xz-utils

-- 
Regards,
Mick


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


[gentoo-user] Glsa-check and binutils-- how to stop the madness?

2005-06-14 Thread Holly Bostick
Hi,

I've been running a little scriptlet to test whether I could get mail
sent to my ISP inbox. The full script runs esync and glsa-check, but
naturally I didn't want to sync 700 times, so I just ran the glsa-check
section.

To my surprise, I had an open GLSA (I just fixed everything a couple of
days ago), namely 200506-01, in binutils and elfutils (I don't have
elfutils).

Hmm, buffer overflow error, sounds bad. All right, but I updated
binutils earlier today, and usually when one does that it's supposed to
plug the hole, right? So I investigated further.

Here's the GLSA:

glsa-check --dump 200506-01
WARNING: This tool is completely new and not very tested, so it should
not be
used on production systems. It's mainly a test tool for the new GLSA release
and distribution system, it's functionality will later be merged into emerge
and equery.
Please read http://www.gentoo.org/proj/en/portage/glsa-integration.xml
before using this tool AND before reporting a bug.

    GLSA 200506-01:
Binutils, elfutils: Buffer overflow

Synopsis:  Various utilities from the GNU Binutils and elfutils
   packages are vulnerable to a heap based buffer overflow,
   potentially resulting in the execution of arbitrary code.
Announced on:  June 01, 2005
Last revised on:   June 01, 2005: 01

Affected package:  sys-devel/binutils
Affected archs:All
Vulnerable:<2.16-r1
Unaffected:>=~2.14.90.0.8-r3 >=~2.15.90.0.1.1-r5
>=~2.15.90.0.3-r5 >=~2.15.91.0.2-r2 >=~2.15.92.0.2-r10 >=2.16-r1

... which if you look at it, is rather contradictory, since all versions
less than 2.16-r1 are vulnerable, but it appears that every version
>2.14.90.whatever are unaffected but fine.

Here's what I've got on the system:

eix binutils

* sys-devel/binutils
 Available versions:  *2.14 2.14.90.0.8-r3 *2.15 2.15.90.0.1.1-r5
*2.15.90.0.3-r4 *2.15.90.0.3-r5 *2.15.91.0.2-r1 *2.15.91.0.2-r2
2.15.92.0.2-r10 *2.15.94.0.2.2 *~2.16-r1 *~2.16.1 *2.16.90.0.3
 Installed:   2.15.92.0.2-r10 2.14.90.0.8-r1 2.16-r1 2.16.1
 Homepage:http://sources.redhat.com/binutils/
 Description: Tools necessary to build programs

Now why the hell I've got 4 versions of binutils installed I don't know,
but it would seem that I am likely affected, so I proceeded to fix the glsa:

glsa-check --fix 200506-01
WARNING: This tool is completely new and not very tested, so it should
not be
used on production systems. It's mainly a test tool for the new GLSA release
and distribution system, it's functionality will later be merged into emerge
and equery.
Please read http://www.gentoo.org/proj/en/portage/glsa-integration.xml
before using this tool AND before reporting a bug.

fixing 200506-01
>>> merging sys-devel/binutils-2.16-r1

and so binutils-2.16-r1 was re-emerged. Fine. I ran the script again (I
was originally testing my mta, remember?), expecting to get a mail
saying that I had no open GLSA vulnerablilities, but... the mail said
that I was vulnerable to 200506-01.

Right, I thought, I've got 4 versions of binutils, maybe it's another one.

Well, it wasn't. I've run this GLSA scriptlet 3 times, gotten the same
mail, and run glsa-check --pretend 200506-01 several times. All this
GLSA will do to apply itself is to re-emerge the same version of
binutils, which apparently doesn't fix the problem, because it still
claims I'm affected by it. Which I may well be.

So my questions are:

1) Am I supposed to have 4 versions of binutils in the first place?

2) How do I get this GLSA to actually apply, or know that it's applied,
or whatever?

Thanks,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gdm fails to start

2017-05-23 Thread Raffaele Belardi
On Tue, 2017-05-23 at 12:53 +0200, Hogren wrote:
> 
> On 23/05/2017 10:34, Raffaele Belardi wrote:
> > On Mon, 2017-05-22 at 16:09 +0200, Hogren wrote:
> > > Hello,
> > > 
> > > Very simple question but did you have "pam" in your global USE
> > > flag
> > > or
> > > Systemd USE flag ?
> > 
> > Yes, I am using the gnome/systemd profile:
> > 
> > # euse -I pam
> > global use flags (searching: pam)
> > 
> > no matching entries found
> > 
> > local use flags (searching: pam)
> > 
> > [+  D   ] pam (net-dialup/ppp):
> > Enables PAM (Pluggable Authentication Modules) support
> > 
> > [+  D   ] pam (sys-apps/util-linux):
> > build runuser helper
> 
> There is a "pam" USE flag for systemd.
> Did you try to add it ?
> https://packages.gentoo.org/packages/sys-apps/systemd
> 
> Hogren
> 

Yes, it is set, I don't know why euse does not show it:

# eix -I sys-apps/systemd
[I] sys-apps/systemd
 Available versions:  226-r2(0/2) (~)231(0/2) [M](~)232(0/2) 233-
r1(0/2) **(0/2) {acl apparmor audit build cryptsetup curl doc
elfutils (+)gcrypt gnuefi http idn importd +kdbus +kmod +libidn2 +lz4
lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test
vanilla xkb ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64"
ABI_X86="32 64 x32"}
 Installed versions:  233-r1(05:53:09 AM 05/20/2017)(acl gcrypt
kmod lz4 pam policykit seccomp ssl -apparmor -audit -build -cryptsetup
-curl -doc -elfutils -gnuefi -http -idn -importd -lzma -nat -qrcode
-selinux -sysv-utils -test -vanilla -xkb ABI_MIPS="-n32 -n64 -o32"
ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="32 -64 -x32")




Re: [gentoo-user] gdm fails to start

2017-05-23 Thread Hogren
I suppose there is a group in /etc/groups for gdm ?

Does your user is associate with this group ?


Hogren


On 23/05/2017 13:53, Raffaele Belardi wrote:
> On Tue, 2017-05-23 at 12:53 +0200, Hogren wrote:
>> On 23/05/2017 10:34, Raffaele Belardi wrote:
>>> On Mon, 2017-05-22 at 16:09 +0200, Hogren wrote:
>>>> Hello,
>>>>
>>>> Very simple question but did you have "pam" in your global USE
>>>> flag
>>>> or
>>>> Systemd USE flag ?
>>> Yes, I am using the gnome/systemd profile:
>>>
>>> # euse -I pam
>>> global use flags (searching: pam)
>>> 
>>> no matching entries found
>>>
>>> local use flags (searching: pam)
>>> 
>>> [+  D   ] pam (net-dialup/ppp):
>>> Enables PAM (Pluggable Authentication Modules) support
>>>
>>> [+  D   ] pam (sys-apps/util-linux):
>>> build runuser helper
>> There is a "pam" USE flag for systemd.
>> Did you try to add it ?
>> https://packages.gentoo.org/packages/sys-apps/systemd
>>
>> Hogren
>>
> Yes, it is set, I don't know why euse does not show it:
>
> # eix -I sys-apps/systemd
> [I] sys-apps/systemd
>  Available versions:  226-r2(0/2) (~)231(0/2) [M](~)232(0/2) 233-
> r1(0/2) **(0/2) {acl apparmor audit build cryptsetup curl doc
> elfutils (+)gcrypt gnuefi http idn importd +kdbus +kmod +libidn2 +lz4
> lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test
> vanilla xkb ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64"
> ABI_X86="32 64 x32"}
>  Installed versions:  233-r1(05:53:09 AM 05/20/2017)(acl gcrypt
> kmod lz4 pam policykit seccomp ssl -apparmor -audit -build -cryptsetup
> -curl -doc -elfutils -gnuefi -http -idn -importd -lzma -nat -qrcode
> -selinux -sysv-utils -test -vanilla -xkb ABI_MIPS="-n32 -n64 -o32"
> ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="32 -64 -x32")
>
>




Re: [gentoo-user] when emerging: " Wrong number of fields in NEEDED.ELF.2" messages

2010-01-18 Thread James Ausmus
On Mon, Jan 18, 2010 at 1:25 PM, Alan E. Davis  wrote:

> It has happened that when emerging packages, the following message is
> listed at the end of the emerge process:
>
>  Wrong number of fields in NEEDED.ELF.2
>
> May I ask for advice?
>
>
Never seen that issue before, but maybe try to re-emerge elfutils/libelf
(whichever you have installed)?

-James




> Alan
>


[gentoo-user] static-libs for sys-libs/zlib and app-arch/bzip2

2020-04-02 Thread Alarig Le Lay
Hi,

All in a sudden, sys-libs/zlib and app-arch/bzip2 are required to have
static-libs to upgrade:

Calculating dependencies... done!
[ebuild   R] app-arch/bzip2-1.0.6-r11:0/1::gentoo  USE="(split-usr)
static-libs* -static" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] dev-lang/go-1.13.9:0/1.13.9::gentoo
[1.13.8:0/1.13.8::gentoo] 21,192 KiB
[ebuild   R] sys-libs/zlib-1.2.11-r2:0/1::gentoo  USE="minizip
(split-usr) static-libs*" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U  ] net-libs/gnutls-3.6.13:0/30::gentoo
[3.6.7-r1:0/30::gentoo] USE="cxx dane idn nls openssl seccomp
tls-heartbeat -doc -examples -guile -pkcs11 -sslv2 -sslv3 -static-libs
-test (-test-full) -tools -valgrind" ABI_X86="(64) -32 (-x32)" 5,820 KiB

Total: 4 packages (2 upgrades, 2 reinstalls), Size of downloads: 27,011 KiB

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by dev-libs/elfutils-0.177::gentoo
# required by virtual/libelf-3::gentoo
# required by dev-libs/glib-2.60.7-r2::gentoo
# required by gnome-extra/polkit-gnome-0.105-r2::gentoo
# required by sys-auth/polkit-0.115-r4::gentoo[gtk]
# required by sys-fs/udisks-2.8.4::gentoo
# required by media-sound/mpd-0.21.20::gentoo[udisks]
# required by @selected
# required by @world (argument)
>=sys-libs/zlib-1.2.11-r2 static-libs
# required by dev-libs/elfutils-0.177::gentoo[bzip2]
# required by virtual/libelf-3::gentoo
# required by dev-libs/glib-2.60.7-r2::gentoo
# required by gnome-extra/polkit-gnome-0.105-r2::gentoo
# required by sys-auth/polkit-0.115-r4::gentoo[gtk]
# required by sys-fs/udisks-2.8.4::gentoo
# required by media-sound/mpd-0.21.20::gentoo[udisks]
# required by @selected
# required by @world (argument)
>=app-arch/bzip2-1.0.6-r11 static-libs

Would you like to add these changes to your config files? [Yes/No]

Why is this needed? I prefer to keep dynamic libs on my systems.

Thanks,
-- 
Alarig



Re: [gentoo-user] when emerging: " Wrong number of fields in NEEDED.ELF.2" messages

2010-01-19 Thread Alan E. Davis
On Tue, Jan 19, 2010 at 7:53 AM, James Ausmus wrote:

>
>
> On Mon, Jan 18, 2010 at 1:25 PM, Alan E. Davis  wrote:
>
>> It has happened that when emerging packages, the following message is
>> listed at the end of the emerge process:
>>
>>  Wrong number of fields in NEEDED.ELF.2
>>
>> May I ask for advice?
>>
>>
> Never seen that issue before, but maybe try to re-emerge elfutils/libelf
> (whichever you have installed)?
>
> Here is a more complete copy of the message, actually at the tail end of
re-emerging libelf :

Wrong number of fields in NEEDED.ELF.2: ���! h 0A
  p��� `A! ��� ���A ���A

�� ���
   � B! ��#x1B
@��� C +C��2sB ���B ���B ���B ��� ���
���

Now I'll try again.

Alan


[gentoo-user] Re: Re: Re: Re: "emerge -DuvatN world" doesn't show all upgradeable packages

2008-04-08 Thread Michael Schmarck
KH <[EMAIL PROTECTED]> wrote:

> Maybe he does have multiple versions installed of those packages. What

For gcc: Yes. It's about time to dump gcc-3.4.6.

> is the output of for example:
> emerge -avP gcc
> ?

$ emerge -avP gcc
superuser access is required... adding --pretend to options.


Calculating dependencies... done!

  sys-devel/gcc-4.2.3 pulled in by:
dev-lang/mono-1.2.6-r2
dev-libs/elfutils-0.131-r1
sys-libs/glibc-2.7-r2
sys-libs/libstdc++-v3-3.3.6
system
virtual/c++-tr1-functional-0
virtual/c++-tr1-memory-0
virtual/c++-tr1-type-traits-0


>>> These are the packages that would be unmerged:

 sys-devel/gcc
selected: 3.4.6-r2 
   protected: none 
 omitted: 4.2.3 

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

Michael

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: udev -> eudev

2016-02-09 Thread James
Neil Bothwick  digimed.co.uk> writes:


> > sys-apps/systemd is not even installed, but it shows up as a blocker?
> > gentoo-systemd-integration is not installed, but it's a blocker.

> It's showing up because it is blocking your update, which means something
> you are installing as part of that update wants it. You have two choices:

> 2) Use --tree to see exactly what is pulling in the blockers, and why,
> then deal with that.



Like I said, I uninstalled udev and installed eudev.
I ran emerge -1 @system, after I installed eudev. All in @system recompile
without issue, just for grins.

I just ran "emrege -pvt udev" :: it responed with the singular listing
of eudev. So ran (again) emerge -vt eudev, and in compiled again.

so 
'emerge -uDNvp world' now shows::

[ebuild  N ] app-arch/lz4-0_p120::gentoo  USE="{-test} -valgrind"
ABI_X86="32 (64) (-x32)" 159 KiB
[ebuild U ~] dev-embedded/gputils-1.4.0::gentoo [0.13.6-r1::gentoo]
9,434 KiB
[ebuild U ~] dev-embedded/sdcc-3.5.0::gentoo [2.5.0_p20060502::gentoo]
USE="boehm-gc%* sdcpp%* -device-lib% -doc -ds390% -ds400% -gbz80% -hc08%
-mcs51% -non-free% -packihx% -pic14% -pic16% -r2k% -r3ka% -s08% -sdbinutils%
-sdcdb% -stm8% -tlcs90% -ucsim% -z180% -z80%" 10,259 KiB
[ebuild  N#] sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus kmod
lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl -elfutils
-gcrypt -gnuefi -http -idn -importd -nat -policykit -qrcode (-selinux)
-sysv-utils {-test} -vanilla -xkb" ABI_X86="32 (64) (-x32)" 3,823 KiB
[ebuild   R] sys-apps/dbus-1.8.16::gentoo  USE="X systemd* -debug -doc
(-selinux) -static-libs {-test}" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild  N#] sys-apps/gentoo-systemd-integration-4::gentoo  52 KiB
[ebuild  N ] sys-fs/udisks-2.1.4:2::gentoo  USE="gptfdisk introspection
systemd -cryptsetup -debug (-selinux)" 0 KiB
[ebuild   R] net-print/cups-2.0.3::gentoo  USE="X acl dbus pam python
ssl threads usb -debug -java -kerberos -lprng-compat (-selinux) -static-libs
-systemd -xinetd -zeroconf" ABI_X86="32 (64) (-x32)" LINGUAS="-ca -cs -de
-es -fr -it -ja -ru (-pt_BR%)" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild U ~] dev-vcs/git-2.7.1::gentoo [2.7.0-r2::gentoo] USE="blksha1
curl doc gpg iconv pcre perl python threads webdav -cgi -cvs -emacs
-gnome-keyring -gtk -highlight -libressl -mediawiki -mediawiki-experimental
-nls (-ppcsha1) -subversion {-test} -tk -xinetd" PYTHON_TARGETS="python2_7"
5,197 KiB
[ebuild U  ] dev-java/asm-3.3.1-r1:3::gentoo [3.3.1:3::gentoo]
USE="source -doc" 0 KiB
[blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking
sys-fs/eudev-3.1.5)
[blocks B  ] sys-apps/gentoo-systemd-integration
("sys-apps/gentoo-systemd-integration" is blocking sys-fs/eudev-3.1.5)
[blocks B  ] sys-fs/eudev ("sys-fs/eudev" is blocking
sys-apps/gentoo-systemd-integration-4, sys-apps/systemd-226-r2)


Is it dbus?

[I] sys-apps/dbus
  Installed versions:  1.8.16(08:41:28 AM 09/29/2015)(X -debug -doc -selinux
-static-libs -systemd -test ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64"
ABI_S390="-32 -64" ABI_X86="32 64 -x32")


The dbus flag for systemd is lit up, but eix does not reveal it is used to
compile ?

package.use has this entry::
sys-apps/dbus   -systemd


Suggestions?



James

> 
> > udev::
> > [I] virtual/udev
> >  Available versions:  215 ~217 {systemd}
> >  Installed versions:  215(10:34:27 PM 02/15/2015)(-systemd)
> 
> That's only the virtual, that can be satisfied by udev, eudev or systemd.
> If you don't choose one, portage will choose for you.
> 

sys-fs/udev is not installed any more, since the last posting. but the 
virtual appears to say it is::

[I] virtual/udev
 Available versions:  215 ~217 {systemd}
 Installed versions:  215(10:34:27 PM 02/15/2015)(-systemd)



So YES, I am a bit confused here. udev is out. eudev is in and I still
have the blockers..

'emerge -uDNpt world

[nomerge   ] lxde-base/lxde-meta-0.5.5-r4 
[nomerge   ]  lxde-base/lxpanel-0.8.1 
[nomerge   ]   x11-libs/libfm-1.2.3-r1 
[nomerge   ]gnome-base/gvfs-1.24.2-r1 
[ebuild  N ] sys-fs/udisks-2.1.4  USE="gptfdisk introspection
systemd -cryptsetup -debug (-selinux)" 
[nomerge   ] dev-java/java-dep-check-0.3-r1 
[ebuild U  ]  dev-java/asm-3.3.1-r1 [3.3.1]
[ebuild U ~] dev-vcs/git-2.7.1 [2.7.0-r2]
[ebuild   R] net-print/cups-2.0.3  LINGUAS="(-pt_BR%)" 
[ebuild   R]  sys-apps/dbus-1.8.16  USE="systemd*" 
[nomerge   ] sys-fs/udisks-2.1.4  USE="gptfdisk introspection systemd
-cryptsetup -debug (-selinux)" 
[nomerge   ]  sys-apps/systemd-226-r2  USE="a

Re: [gentoo-user] systemd, libgudev and bug 552036

2015-12-18 Thread Adam Carter
 emerge -1avt systemd

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

Calculating dependencies... done!
[ebuild   R] sys-apps/systemd-218-r5:0/2::gentoo  USE="acl gudev
introspection kmod lz4 pam policykit python seccomp ssl (-apparmor) -audit
-cryptsetup -curl -doc -elfutils -gcrypt -http -idn -kdbus -lzma -qrcode
(-selinux) -sysv-utils -terminal {-test} -vanilla -xkb" ABI_X86="(64) -32
(-x32)" PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4"
PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB

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

WARNING: One or more updates/rebuilds have been skipped due to a dependency
conflict:

sys-apps/systemd:0

  (sys-apps/systemd-226-r2:0/2::gentoo, ebuild scheduled for merge)
conflicts with
>=sys-apps/systemd-212-r5:0/2[abi_x86_64(-),gudev(-),introspection(-)]
required by (virtual/libgudev-215-r3:0/0::gentoo, installed)


sys-apps/systemd[python(-),python_targets_python2_7(-),python_single_target_python2_7(+),python_targets_python3_4(-)]
required by (net-analyzer/fail2ban-0.9.2:0/0::gentoo, installed)




Would you like to merge these packages? [Yes/No]


Re: [gentoo-user] Re: Re: Re: Re: "emerge -DuvatN world" doesn't show all upgradeable packages

2008-04-08 Thread Dale

Michael Schmarck wrote:

KH <[EMAIL PROTECTED]> wrote:

  

Maybe he does have multiple versions installed of those packages. What



For gcc: Yes. It's about time to dump gcc-3.4.6.

  

is the output of for example:
emerge -avP gcc
?



$ emerge -avP gcc
superuser access is required... adding --pretend to options.


Calculating dependencies... done!

  sys-devel/gcc-4.2.3 pulled in by:
dev-lang/mono-1.2.6-r2
    dev-libs/elfutils-0.131-r1
sys-libs/glibc-2.7-r2
sys-libs/libstdc++-v3-3.3.6
system
virtual/c++-tr1-functional-0
virtual/c++-tr1-memory-0
virtual/c++-tr1-type-traits-0


  

These are the packages that would be unmerged:



 sys-devel/gcc
selected: 3.4.6-r2 
   protected: none 
 omitted: 4.2.3 

  

'Selected' packages are slated for removal.
'Protected' and 'omitted' packages will not be removed.



Michael

  



It's been a while but make sure you have switched to the new gcc and it 
is working fine before removing the old one.  Nothing worse than 
removing gcc then finding out the new one isn't . . . functional.  Sort 
of fun to fix.


Dale

:-)  :-) 
--

gentoo-user@lists.gentoo.org mailing list



[gentoo-user] No 'libs' in world file?

2015-03-02 Thread Tanstaafl
Hi all,

Googling on a minor issue with perl-cleaner after the 5.20 upgrade, I
ran across this post:

On 2/14/2015 7:39 AM, Mick  wrote:
> Yes, you shouldn't really have any libs in your world file. Any 
> required would be pulled in as dependencies.

Is this in fact true?

I checked mine, and found:

# grep -i libs /var/lib/portage/world
app-emulation/emul-linux-x86-baselibs
dev-libs/apr
dev-libs/apr-util
dev-libs/boost
dev-libs/elfutils
dev-libs/glib
dev-libs/gmp
dev-libs/libaio
dev-libs/libdnet
dev-libs/libevent
dev-libs/libffi
dev-libs/libgcrypt
dev-libs/libgpg-error
dev-libs/libksba
dev-libs/libpcre
dev-libs/libyaml
dev-libs/oniguruma
dev-libs/openssl
media-libs/libjpeg-turbo
media-libs/libpng
net-libs/libtirpc
net-libs/serf
sys-libs/cracklib
sys-libs/glibc
sys-libs/libcap
sys-libs/timezone-data

So, should I delete all of these? Even glib and glibc?

Also - is there a definitive guide (preferably for non programmer types)
on just how to properly clean the world file?

Thanks.



Re: [gentoo-user] Re: udev -> eudev

2016-02-09 Thread Neil Bothwick
On Tue, 9 Feb 2016 16:40:47 + (UTC), James wrote:

> emerge -uDtvp @world   reveals the same trouble::
> 
> [ebuild   R]   sys-apps/dbus-1.8.16::gentoo  USE="X systemd* -debug
> -doc (-selinux) -static-libs {-test}" ABI_X86="32 (64) (-x32)" 0 KiB
> [ebuild  N#]sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus
> kmod lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl
> -elfutils -gcrypt -gnuefi -http -idn -importd -nat -policykit -qrcode
> (-selinux) -sysv-utils {-test} -vanilla -xkb" ABI_X86="32 (64) (-x32)"
> 3,823 KiB [ebuild  N ] app-arch/lz4-0_p120::gentoo
> USE="{-test} -valgrind" ABI_X86="32 (64) (-x32)" 159 KiB
> [blocks B  ] sys-apps/gentoo-systemd-integration
> ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/eudev-3.1.5)
> [blocks B  ] sys-fs/eudev ("sys-fs/eudev" is blocking
> sys-apps/systemd-226-r2, sys-apps/gentoo-systemd-integration-4)
> [blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking
> sys-fs/eudev-3.1.5)

It also reveals the cause, not that you have used --tree. You are trying
to rebuild dbus with the systemd USE flag, no wonder it wants systemd!

Next step: grep -r systemd /etc/portage


-- 
Neil Bothwick

"A snooze button is a poor substitute for no alarm clock at all."


pgpQbh_PqBpPP.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Glsa-check and binutils-- how to stop the madness?

2005-06-15 Thread Richard Fish
Holly Bostick wrote:

>$ useflag multislot
>/usr/portage/profiles/use.local.desc:sys-devel/binutils:multislot -
>Allow for multiple versions of binutils to be emerged at once for same
>CTARGET
>/usr/portage/profiles/use.local.desc:sys-devel/gcc:multislot - Allow for
>SLOTs to include minor version (3.3.4 instead of just 3.3)
>  
>

Ah, thanks.  I didn't know about use.local.desc.  Cool alias.

>All I've got is gcc, I haven't even gotten around to installing prelink
>yet. And I can't imagine that any of these programs (gcc, prelink, and
>elfutils, which prelink requires), would need some old version of
>binutils hanging around, especially since I would be keeping these
>reverse dependencies up-to-date.
>  
>

Right.  These other dependancies just need to be able to run a program
from binutils (ld, ar, etc).  That kind if dependancy is much more
stable than actually linking to libraries provided by a package.

BTW, one of the advantages of prelink is that it will fairly quickly
identify every program on the system with a broken library dependancy. 
I know revdep-rebuild does this too, but prelink is faster.

>So you're probably right; I can most likely remove multislot from both
>binutils and gcc (since I only mean to have one version of GCC anyway),
>recompile everything *yet again* (just to be safe; this system is
>  
>

I know the feeling...can't wait until I can buy a dual-core laptop.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] No 'libs' in world file?

2015-03-02 Thread Peter Humphrey
On Monday 02 March 2015 09:29:15 Tanstaafl wrote:
> Googling on a minor issue with perl-cleaner after the 5.20 upgrade, I
> ran across this post:
> 
> On 2/14/2015 7:39 AM, Mick  wrote:
> > Yes, you shouldn't really have any libs in your world file. Any
> > required would be pulled in as dependencies.
> 
> Is this in fact true?
> 
> I checked mine, and found:
> 
> # grep -i libs /var/lib/portage/world
> app-emulation/emul-linux-x86-baselibs
> dev-libs/apr
> dev-libs/apr-util
> dev-libs/boost
> dev-libs/elfutils
> dev-libs/glib
> dev-libs/gmp
> dev-libs/libaio
> dev-libs/libdnet
> dev-libs/libevent
> dev-libs/libffi
> dev-libs/libgcrypt
> dev-libs/libgpg-error
> dev-libs/libksba
> dev-libs/libpcre
> dev-libs/libyaml
> dev-libs/oniguruma
> dev-libs/openssl
> media-libs/libjpeg-turbo
> media-libs/libpng
> net-libs/libtirpc
> net-libs/serf
> sys-libs/cracklib
> sys-libs/glibc
> sys-libs/libcap
> sys-libs/timezone-data
> 
> So, should I delete all of these? Even glib and glibc?

Yes, by all means. The only lib I have in my world file is sys-libs/gpm. 
(I'm not even convinced that should be in the sys-libs category.)

By the way, app-emulation/emul-linux-x86-baselibs will be called in by 
whatever package needs it, along with all the others in your list, so 
don't worry about losing multilib capability.

It could be that all those libs have found their way into world by 
accident, presumably by you forgetting to include -1 when updating them.

-- 
Rgds
Peter.




[gentoo-user] Re: udev -> eudev

2016-02-09 Thread James
Neil Bothwick  digimed.co.uk> writes:


> THIS is where you should be using -t, in the command that generates the
> output you are trying to explain.





emerge -uDvtp @world

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

Calculating dependencies... done!
[nomerge   ] sci-visualization/gri-2.12.23::gentoo  USE="examples -doc
-emacs -hdf5" 
[nomerge   ]  media-gfx/imagemagick-6.9.0.3:0/6.9.0.3::gentoo  USE="X
bzip2 corefonts cxx graphviz jpeg jpeg2k lzma openmp perl png postscript raw
tiff truetype wmf zlib -autotrace -djvu -fftw -fontconfig -fpx -hdri -jbig
-lcms -lqr (-opencl) -openexr -pango -q32 -q64 -q8 -static-libs -svg {-test}
-webp -xml" 
[ebuild  N ]   media-gfx/ufraw-0.20-r1::gentoo  USE="gimp openmp
-contrast -fits -gnome -gtk -timezone" 0 KiB
[nomerge   ] dev-java/java-dep-check-0.3-r1::gentoo 
[ebuild U  ]  dev-java/asm-3.3.1-r1:3::gentoo [3.3.1:3::gentoo]
USE="source -doc" 0 KiB
[nomerge   ] lxde-base/lxde-meta-0.5.5-r4::gentoo 
[nomerge   ]  x11-libs/libfm-1.2.3-r1:0/4.3.0::gentoo  USE="automount
examples gtk udisks -debug -doc -exif -vala" 
[nomerge   ]   gnome-base/gvfs-1.24.2-r1::gentoo  USE="cdda http udev
udisks -afp -archive -bluray -fuse -gnome-keyring -gnome-online-accounts
-gphoto2 -gtk -ios -mtp -nfs -samba -systemd {-test} -zeroconf" 
[ebuild  N ]sys-fs/udisks-2.1.4:2::gentoo  USE="gptfdisk
introspection systemd -cryptsetup -debug (-selinux)" 0 KiB
[nomerge   ] media-gfx/ufraw-0.20-r1::gentoo  USE="gimp openmp -contrast
-fits -gnome -gtk -timezone" 
[ebuild  N ]  media-gfx/gimp-2.8.14-r1:2::gentoo  USE="alsa bzip2 dbus
jpeg jpeg2k pdf png postscript python smp tiff wmf -aalib (-altivec) (-aqua)
-curl -debug -doc -exif -gnome -lcms -mng -svg {-test} -udev -webkit -xpm"
CPU_FLAGS_X86="mmx sse" LINGUAS="-am -ar -ast -az -be -bg -br -ca
-ca@valencia -cs -csb -da -de -dz -el -en_CA -en_GB -eo -es -et -eu -fa -fi
-fr -ga -gl -gu -he -hi -hr -hu -id -is -it -ja -ka -kk -km -kn -ko -lt -lv
-mk -ml -ms -my -nb -nds -ne -nl -nn -oc -pa -pl -pt -pt_BR -ro -ru -rw -si
-sk -sl -sr -sr@latin -sv -ta -te -th -tr -tt -uk -vi -xh -yi -zh_CN -zh_HK
-zh_TW" PYTHON_TARGETS="python2_7" 0 KiB
[nomerge   ] sys-fs/udisks-2.1.4:2::gentoo  USE="gptfdisk introspection
systemd -cryptsetup -debug (-selinux)" 
[nomerge   ]  sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus kmod
lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl -elfutils
-gcrypt -gnuefi -http -idn -importd -nat -policykit -qrcode (-selinux)
-sysv-utils {-test} -vanilla -xkb" ABI_X86="32 (64) (-x32)" 
[ebuild  N#]   sys-apps/gentoo-systemd-integration-4::gentoo  52 KiB
[ebuild   R]   sys-apps/dbus-1.8.16::gentoo  USE="X systemd* -debug -doc
(-selinux) -static-libs {-test}" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild  N#]sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus kmod
lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl -elfutils
-gcrypt -gnuefi -http -idn -importd -nat -policykit -qrcode (-selinux)
-sysv-utils {-test} -vanilla -xkb" ABI_X86="32 (64) (-x32)" 3,823 KiB
[ebuild  N ] app-arch/lz4-0_p120::gentoo  USE="{-test} -valgrind"
ABI_X86="32 (64) (-x32)" 159 KiB
[blocks B  ] sys-apps/gentoo-systemd-integration
("sys-apps/gentoo-systemd-integration" is blocking sys-fs/eudev-3.1.5)
[blocks B  ] sys-fs/eudev ("sys-fs/eudev" is blocking
sys-apps/gentoo-systemd-integration-4, sys-apps/systemd-226-r2)
[blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking
sys-fs/eudev-3.1.5)

Total: 8 packages (1 upgrade, 6 new, 1 reinstall), Size of downloads: 4,032 KiB
Conflict: 3 blocks (3 unsatisfied)

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

  (sys-apps/systemd-226-r2:0/2::gentoo, ebuild scheduled for merge) pulled in by
sys-apps/systemd:0= required by (sys-apps/dbus-1.8.16:0/0::gentoo,
ebuild scheduled for merge)
sys-apps/systemd required by (sys-fs/udisks-2.1.4:2/2::gentoo, ebuild
scheduled for merge)
>=sys-apps/systemd-207 required by
(sys-apps/gentoo-systemd-integration-4:0/0::gentoo, ebuild scheduled for merge)

  (sys-fs/eudev-3.1.5:0/0::gentoo, installed) pulled in by
sys-fs/eudev required by @selected


Guidance?

James





[gentoo-user] Question about updating /etc/portage/package.use

2012-10-17 Thread Walter Dnes
  I ran "emerge -p --deep --update world" on a machine, and got...


 * IMPORTANT: config file '/etc/portage/package.use' needs updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

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

Calculating dependencies... done!
[ebuild U  ] sys-devel/gnuconfig-20120818 [20120116]
[ebuild U  ] dev-libs/expat-2.1.0-r2 [2.1.0]
[ebuild U  ] media-libs/libpng-1.5.13-r1 [1.5.10]
[ebuild U  ] virtual/libffi-3.0.11 [0]
[ebuild  N ] dev-libs/gobject-introspection-common-1.32.1 
[ebuild  N ] dev-libs/elfutils-0.149  USE="bzip2 zlib -lzma -nls" 
[ebuild U  ] app-arch/zip-3.0-r1 [3.0] USE="-natspec%" 
[ebuild U  ] sys-apps/man-pages-3.42 [3.41]
[ebuild U  ] dev-libs/libtasn1-2.13 [2.12]
[ebuild U  ] app-text/dos2unix-6.0.1 [6.0]
[ebuild U  ] dev-libs/glib-2.32.4-r1 [2.30.3]
[ebuild U  ] x11-libs/pango-1.30.1 [1.29.4]
[ebuild U  ] x11-libs/gdk-pixbuf-2.26.4 [2.24.1-r1]
[ebuild U  ] dev-libs/atk-2.4.0 [2.2.0]
[ebuild U  ] media-video/mplayer-1.1-r1 [1.0_rc4_p20110322-r1] USE="iconv*" 
[ebuild U  ] gnome-extra/libgsf-1.14.23 [1.14.22] USE="-introspection%" 
[ebuild U  ] net-libs/gnutls-2.12.20 [2.12.18]
[ebuild U  ] x11-themes/gnome-icon-theme-3.4.0 [3.2.1.2]
[ebuild U  ] gnome-base/librsvg-2.36.1 [2.34.2]
[ebuild U  ] x11-libs/gtk+-2.24.12 [2.24.10-r1]
[i3][root][~]


  I read that section of the emerge man page, and it talks about
CONFIG_PROTECT and CONFIG_PROTECT_MASK.  The tone of the message seems
to indicate there is something wrong with my /etc/portage/package.use
file.  But I can't figure out what the problem is.  Can somebody please
explain it in plain English?

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



Re: Fwd: Re: [gentoo-user] Two identical systems - different!

2014-03-04 Thread Peter Humphrey
On Tuesday 04 Mar 2014 08:11:12 Mick wrote:
> On Monday 03 Mar 2014 16:02:17 Peter Humphrey wrote:
--->8
> > I [...] got this output in each case:
> > 
> > # qtbz2 -xO /usr/portage/packages/dev-libs/glib-2.36.4-r1.tbz2 |qxpak -x -
> > -O DEPEND
> > virtual/libiconv[abi_x86_32(-)] virtual/libffi[abi_x86_32(-)] sys-
> > libs/zlib[abi_x86_32(-)] || ( >=dev-libs/elfutils-0.142 >=dev-
> > libs/libelf-0.8.12 >=sys-freebsd/freebsd-lib-9.2_rc1 )
> > !<=app-emulation/emul- linux-x86-baselibs-20130224-r9
> > !app-emulation/emul-linux-x86-baselibs[- abi_x86_32(-)]
> > app-text/docbook-xml-dtd:4.1.2 >=dev-libs/libxslt-1.0 >=sys-
> > devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 ! > introspection-1.36 ! > ! > || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 )
> > || >=sys-
> > devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4
> > >=sys-apps/coreutils-8.5
> > 
> > No mention of any kind of zip.
> 
> Well, I see the following in the listed deps above:
> 
>   sys-libs/zlib[abi_x86_32(-)]
> 
>   app-arch/xz-utils

Well, yes. I just meant no bzip2 , gzip, lzip, rzip etc. Could have said it 
better I suppose.

Anyway, both of those programs are present and I still can't see a way 
forward. It doesn't help that I've only a user's knowledge of portage and its 
innards. I'm currently taking a brute-force approach and running emerge -e 
world on the Atom box, without using the packages built by the chroot on the 
workstation. It looks as though it'll take two days or so.

Whatever I've tried, I still can't get owncloud installed properly, not even 
by running their installer script to fetch and install version 6.0.2, just 
released. That's why I felt forced into the brute-force method.

-- 
Regards
Peter




Re: [gentoo-user] Re: udev -> eudev

2016-02-09 Thread Mick
On Tuesday 09 Feb 2016 16:47:28 James wrote:
> Neil Bothwick  digimed.co.uk> writes:
> > THIS is where you should be using -t, in the command that generates the
> > output you are trying to explain.
> 
> emerge -uDvtp @world
> 
> These are the packages that would be merged, in reverse order:
> 
> Calculating dependencies... done!
> [nomerge   ] sci-visualization/gri-2.12.23::gentoo  USE="examples -doc
> -emacs -hdf5"
> [nomerge   ]  media-gfx/imagemagick-6.9.0.3:0/6.9.0.3::gentoo  USE="X
> bzip2 corefonts cxx graphviz jpeg jpeg2k lzma openmp perl png postscript raw
> tiff truetype wmf zlib -autotrace -djvu -fftw -fontconfig -fpx -hdri -jbig
> -lcms -lqr (-opencl) -openexr -pango -q32 -q64 -q8 -static-libs -svg
> {-test} -webp -xml"
> [ebuild  N ]   media-gfx/ufraw-0.20-r1::gentoo  USE="gimp openmp
> -contrast -fits -gnome -gtk -timezone" 0 KiB
> [nomerge   ] dev-java/java-dep-check-0.3-r1::gentoo
> [ebuild U  ]  dev-java/asm-3.3.1-r1:3::gentoo [3.3.1:3::gentoo]
> USE="source -doc" 0 KiB
> [nomerge   ] lxde-base/lxde-meta-0.5.5-r4::gentoo
> [nomerge   ]  x11-libs/libfm-1.2.3-r1:0/4.3.0::gentoo  USE="automount
> examples gtk udisks -debug -doc -exif -vala"
> [nomerge   ]   gnome-base/gvfs-1.24.2-r1::gentoo  USE="cdda http udev
> udisks -afp -archive -bluray -fuse -gnome-keyring -gnome-online-accounts
> -gphoto2 -gtk -ios -mtp -nfs -samba -systemd {-test} -zeroconf"
> [ebuild  N ]sys-fs/udisks-2.1.4:2::gentoo  USE="gptfdisk
> introspection systemd -cryptsetup -debug (-selinux)" 0 KiB
> [nomerge   ] media-gfx/ufraw-0.20-r1::gentoo  USE="gimp openmp -contrast
> -fits -gnome -gtk -timezone"
> [ebuild  N ]  media-gfx/gimp-2.8.14-r1:2::gentoo  USE="alsa bzip2 dbus
> jpeg jpeg2k pdf png postscript python smp tiff wmf -aalib (-altivec) (-aqua)
> -curl -debug -doc -exif -gnome -lcms -mng -svg {-test} -udev -webkit -xpm"
> CPU_FLAGS_X86="mmx sse" LINGUAS="-am -ar -ast -az -be -bg -br -ca
> -ca@valencia -cs -csb -da -de -dz -el -en_CA -en_GB -eo -es -et -eu -fa -fi
> -fr -ga -gl -gu -he -hi -hr -hu -id -is -it -ja -ka -kk -km -kn -ko -lt -lv
> -mk -ml -ms -my -nb -nds -ne -nl -nn -oc -pa -pl -pt -pt_BR -ro -ru -rw -si
> -sk -sl -sr -sr@latin -sv -ta -te -th -tr -tt -uk -vi -xh -yi -zh_CN -zh_HK
> -zh_TW" PYTHON_TARGETS="python2_7" 0 KiB
> [nomerge   ] sys-fs/udisks-2.1.4:2::gentoo  USE="gptfdisk introspection
> systemd -cryptsetup -debug (-selinux)"
> [nomerge   ]  sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus kmod
> lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl -elfutils
> -gcrypt -gnuefi -http -idn -importd -nat -policykit -qrcode (-selinux)
> -sysv-utils {-test} -vanilla -xkb" ABI_X86="32 (64) (-x32)"
> [ebuild  N#]   sys-apps/gentoo-systemd-integration-4::gentoo  52 KiB
> [ebuild   R]   sys-apps/dbus-1.8.16::gentoo  USE="X systemd* -debug -doc
> (-selinux) -static-libs {-test}" ABI_X86="32 (64) (-x32)" 0 KiB
> [ebuild  N#]sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus kmod
> lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl -elfutils
> -gcrypt -gnuefi -http -idn -importd -nat -policykit -qrcode (-selinux)
> -sysv-utils {-test} -vanilla -xkb" ABI_X86="32 (64) (-x32)" 3,823 KiB
> [ebuild  N ] app-arch/lz4-0_p120::gentoo  USE="{-test} -valgrind"
> ABI_X86="32 (64) (-x32)" 159 KiB
> [blocks B  ] sys-apps/gentoo-systemd-integration
> ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/eudev-3.1.5)
> [blocks B  ] sys-fs/eudev ("sys-fs/eudev" is blocking
> sys-apps/gentoo-systemd-integration-4, sys-apps/systemd-226-r2)
> [blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking
> sys-fs/eudev-3.1.5)
> 
> Total: 8 packages (1 upgrade, 6 new, 1 reinstall), Size of downloads: 4,032
> KiB Conflict: 3 blocks (3 unsatisfied)
> 
>  * Error: The above package list contains packages which cannot be
>  * installed at the same time on the same system.
> 
>   (sys-apps/systemd-226-r2:0/2::gentoo, ebuild scheduled for merge) pulled
> in by sys-apps/systemd:0= required by (sys-apps/dbus-1.8.16:0/0::gentoo,
> ebuild scheduled for merge)
> sys-apps/systemd required by (sys-fs/udisks-2.1.4:2/2::gentoo, ebuild
> scheduled for merge)
> 
> >=sys-apps/systemd-207 required by
> 
> (sys-apps/gentoo-systemd-integration-4:0/0::gentoo, ebuild scheduled for
> merge)
> 
>   (sys-fs/eudev-3.1.5:0/0::gentoo, installed) pulled in by
> sys-fs/eudev required by @selected
> 
> 
> Guidance?
> 
> James

James, the guidance has already been given.  Can you please grep for systemd 
ALL of your /etc/portage?  There seems to be a USE flag set somewhere and this 
is what is pulling in dbus *with* systemd.
-- 
Regards,
Mick

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


[gentoo-user] Re: udev -> eudev

2016-02-09 Thread James
Neil Bothwick  digimed.co.uk> writes:

> 
> On Tue, 9 Feb 2016 16:13:10 + (UTC), James wrote:
> 
> > > > sys-apps/systemd is not even installed, but it shows up as a
> > > > blocker? gentoo-systemd-integration is not installed, but it's a
> > > > blocker.  
> > 
> > > It's showing up because it is blocking your update, which means
> > > something you are installing as part of that update wants it. You
> > > have two choices:  
> > 
> > > 2) Use --tree to see exactly what is pulling in the blockers, and why,
> > > then deal with that.  

> > 'emerge -uDNvp world' now shows::
> 
> THIS is where you should be using -t, in the command that generates the
> output you are trying to explain.

Below that one I used
'emerge -uDNvtp world'


and get those blockers.
emerge -utvp @world now comes back clean. 

If I add 'UD' into those flags for an update, I still get the blockers.
emerge -uNtvp @world   just wants to rebuild cups, so that is done now
>>> No outdated packages were found on your system.


emerge -uDtvp @world   reveals the same trouble::

[ebuild   R]   sys-apps/dbus-1.8.16::gentoo  USE="X systemd* -debug -doc
(-selinux) -static-libs {-test}" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild  N#]sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus kmod
lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl -elfutils
-gcrypt -gnuefi -http -idn -importd -nat -policykit -qrcode (-selinux)
-sysv-utils {-test} -vanilla -xkb" ABI_X86="32 (64) (-x32)" 3,823 KiB
[ebuild  N ] app-arch/lz4-0_p120::gentoo  USE="{-test} -valgrind"
ABI_X86="32 (64) (-x32)" 159 KiB
[blocks B  ] sys-apps/gentoo-systemd-integration
("sys-apps/gentoo-systemd-integration" is blocking sys-fs/eudev-3.1.5)
[blocks B  ] sys-fs/eudev ("sys-fs/eudev" is blocking
sys-apps/systemd-226-r2, sys-apps/gentoo-systemd-integration-4)
[blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking
sys-fs/eudev-3.1.5)


Maybe emerge -1 @world, just for grins?

Guidance?
James









[gentoo-user] Re: systemd, libgudev and bug 552036

2015-12-18 Thread Jonathan Callen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 12/18/2015 07:43 PM, Adam Carter wrote:
> emerge -1avt systemd
> 
> These are the packages that would be merged, in reverse order:
> 
> Calculating dependencies... done! [ebuild   R]
> sys-apps/systemd-218-r5:0/2::gentoo  USE="acl gudev introspection
> kmod lz4 pam policykit python seccomp ssl (-apparmor) -audit 
> -cryptsetup -curl -doc -elfutils -gcrypt -http -idn -kdbus -lzma
> -qrcode (-selinux) -sysv-utils -terminal {-test} -vanilla -xkb"
> ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python2_7
> -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_4
> -python3_3" 0 KiB
> 
> Total: 1 package (1 reinstall), Size of downloads: 0 KiB
> 
> WARNING: One or more updates/rebuilds have been skipped due to a
> dependency conflict:
> 
> sys-apps/systemd:0
> 
> (sys-apps/systemd-226-r2:0/2::gentoo, ebuild scheduled for merge) 
> conflicts with
>> =sys-apps/systemd-212-r5:0/2[abi_x86_64(-),gudev(-),introspection(-)]
>
>> 
required by (virtual/libgudev-215-r3:0/0::gentoo, installed)
> 
> 
> sys-apps/systemd[python(-),python_targets_python2_7(-),python_single_t
arget_python2_7(+),python_targets_python3_4(-)]
>
> 
required by (net-analyzer/fail2ban-0.9.2:0/0::gentoo, installed)
> 
> 
> 
> 
> Would you like to merge these packages? [Yes/No]
> 

There are a couple of issues here, which appear to be caused by some
mismatched keywords in the tree. Your issue is that
net-analyzer/fail2ban[python] requires either sys-apps/systemd[python]
or dev-python/python-systemd. The python USE flag has been removed
from newer stable versions of sys-apps/systemd (in favor of
dev-python/python-systemd), but dev-python/python-systemd is not yet
stable. Therefore, portage is keeping the older version of systemd
installed, as that is the only way it could find to keep all deps
satisfied. If you want to keep fail2ban, the easiest method may be to
keyword dev-python/python-systemd-230 locally, and file a bug
requesting its stabilization.

- -- 
Jonathan Callen
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJWdNRQAAoJEEIQbvYRB3mgy4MP/0iX59YRMQgC0su8YwLeCiBF
vbypMwDxhmJ3ZYYLcAcUzY2oGleiRZyShtyym8JB5MdG8z5G5qMkwTdaVByqOFa0
muC6qHL4nNNumNA5h2kqZoswCqLPqYclDj3P++oFlaDM0SiDzU5VrEz6CXTKn6bB
/FjmwuRq1SWAGH+ecloypOEZsy4UFaVM66MvydN+XRTS3R7ybhB+dHFUcsGjokTJ
GP9BsmxBanOgV79r90XwK4/+Zt/b6r4JvN7xuT81MOHTzeParD9fjmMVl68AX7YB
k1roVJPJLTQHnwurzwjjxAz6/8BwgzofADIw/FKqcuiIdRWc8KxgvsVl7ykdNuF4
kW1T2EMoCHbi5iQABTPzZsobrtolHhqZ0qn4mCw4VOuQ8zTgFUkg1rUUOmDurxrD
n3OEphcZRoTs4NJRicJs5omxWIFHpH571X3xI3MOM9W5n4mqTw6yYAlVWV730zU+
wIMl60SMHRnidJO7uCG/8JkAulw4/lkC6jWWFcY5HM2sXzy7W7hrKDZqPMMZ7WjA
gNd4hnUpUvJZsDe+hfAgehz3zh3pq0/GdI/sR9VUYC04NZESdS+LVe17V/RTVjJb
e0vpyR4HbwmrArVx1/m7DZuK19cdmOAT54aCV0LEbE+PK+4nflXwVjFpJiw5zdXV
+rUd4D8a3sY/eTe9cCnJ
=LYWj
-END PGP SIGNATURE-



Re: [gentoo-user] No 'libs' in world file?

2015-03-02 Thread Alan McKinnon
On Mon, 02 Mar 2015 09:29:15 -0500
Tanstaafl  wrote:

> Hi all,
> 
> Googling on a minor issue with perl-cleaner after the 5.20 upgrade, I
> ran across this post:
> 
> On 2/14/2015 7:39 AM, Mick  wrote:
> > Yes, you shouldn't really have any libs in your world file. Any 
> > required would be pulled in as dependencies.
> 
> Is this in fact true?
> 
> I checked mine, and found:
> 
> # grep -i libs /var/lib/portage/world
> app-emulation/emul-linux-x86-baselibs
> dev-libs/apr
> dev-libs/apr-util
> dev-libs/boost
> dev-libs/elfutils
> dev-libs/glib
> dev-libs/gmp
> dev-libs/libaio
> dev-libs/libdnet
> dev-libs/libevent
> dev-libs/libffi
> dev-libs/libgcrypt
> dev-libs/libgpg-error
> dev-libs/libksba
> dev-libs/libpcre
> dev-libs/libyaml
> dev-libs/oniguruma
> dev-libs/openssl
> media-libs/libjpeg-turbo
> media-libs/libpng
> net-libs/libtirpc
> net-libs/serf
> sys-libs/cracklib
> sys-libs/glibc
> sys-libs/libcap
> sys-libs/timezone-data
> 
> So, should I delete all of these? Even glib and glibc?

NO

You can't blindly use grep for this and equally blindly delete the
resulting list.

You have to consider what world is: A list of packages that YOU want
installed. Portage will pull in all the dependencies by itself to build
those packages. To decide is fomething should or should not be in
world, answer this question:

did you really intend to add the package to world directly, or did you
just emerge it because something else needed it?

Every package in world is there because you put it there, and the libs
are there becuase you should have used -1 and didn't.

You have to examine every entry in world and decide if you need it or
not. Also run --depclean to see if portage then wants to remove it or
not.

It's not easy, it's hard.

> 
> Also - is there a definitive guide (preferably for non programmer
> types) on just how to properly clean the world file?

No. See above.



> 
> Thanks.
> 




Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread Alan McKinnon
On 01/09/2015 02:12, cov...@ccs.covici.com wrote:
> Alan McKinnon  wrote:
> 
>> On 31/08/2015 18:54, cov...@ccs.covici.com wrote:
>>>> The words make sense, the meaning doesn't :-)
>>>>>
>>>>> It looks like fail2ban wants systemd without python support, but the
>>>>> true reason is still hidden. The fail2ban ebuild has this:
>>>>>
>>>>> RDEPEND="
>>>>> ...
>>>>> systemd? ( $(python_gen_cond_dep '|| (
>>>>> dev-python/python-systemd[${PYTHON_USEDEP}]
>>>>> sys-apps/systemd[python(-),${PYTHON_USEDEP}]
>>>>>
>>>>>
>>>>> I'm thinking maybe you have a specific portage entry that's getting in
>>>>> the way. What are your results for:
>>>>>
>>>>> emerge --info
>>>>> grep -r python /etc/portage
>>>>> grep -r systemd /etc/portage
>>> Just to let you know, most of the python entries were mandated by
>>> portage, certainly the systemd one.
>>
>>
>> I'm having a hard time figuring out what is making portage do this.
>> I also figure you're OK with a downgraded systemd meanwhile, but just
>> for kicks, lets test my theory: If you run this, does portage offer to
>> upgrade systemd?
>>
>>
>> USE="-python" emerge -pv systemd
> 
> Well, here is what I got
> [ebuild U  ] sys-apps/systemd-225:0/2::gentoo [219_p112:0/2::gentoo]
> USE="acl kdbus* kmod lz4 pam policykit seccomp ssl -apparmor -audit
> -cryptsetup -curl -elfutils -gcrypt -gnuefi% -http -idn -importd -lzma
> -nat -qrcode (-selinux) -sysv-utils {-test} -vanilla -xkb (-doc%*)
> (-gudev%) (-introspection%*) (-python%*)
> (-terminal%)" ABI_X86="32 (64) (-x32)"
> PYTHON_SINGLE_TARGET="(-python2_7%*) (-python3_3%) (-python3_4%)"
> PYTHON_TARGETS="(-python2_7%*) (-python3_3%) (-python3_4%*)" 3,788 KiB
> 
> Total: 1 package (1 upgrade), Size of downloads: 3,788 KiB
> 
> !!! Multiple package instances within a single package slot have been
> pulled
> !!! into the dependency graph, resulting in a slot conflict:
> 
> sys-apps/systemd:0
> 
>   (sys-apps/systemd-225:0/2::gentoo, ebuild scheduled for merge) pulled
>   in by
> sys-apps/systemd (Argument)
> 
>   (sys-apps/systemd-219_p112:0/2::gentoo, installed) pulled in by
> 
> sys-apps/systemd[python(-),python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?]
> required by (net-analyzer/fail2ban-0.9.3:0/0::gentoo, installed)



Got it, finally :-)

fail2ban wants sys-apps/systemd[python(-)], and systemd-219_p112 is the
highest version with an explicit python USE flag. All later versions do
not have the flag at all.

Your choices are either to have fail2ban fixed to deal with recent
systemd USE, and tolerate the systemd downgrade meanwhile; or to replace
fail2ban with something equivalent


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




[gentoo-user] systemd install attempt busybox and pam are fighting

2020-11-13 Thread Jude DaShiell
What can I do to clear this conflict?

Script started on 2020-11-13 17:35:37-05:00 [TERM="linux" TTY="/dev/tty1" 
COLUMNS="128" LINES="48"]
livecd /etc # emerge -AabDN @world

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

Calculating dependencies

!!! Problem resolving dependencies for sys-apps/busybox from @system
... done!

!!! The ebuild selected to satisfy "sys-apps/busybox" has unmet requirements.
- sys-apps/busybox-1.32.0-r1::gentoo USE="ipv6 pam static systemd -debug 
-livecd -make-symlinks -math -mdev -savedconfig (-selinux) -sep-usr -syslog" 
ABI_X86="(64)"

  The following REQUIRED_USE flag constraints are unsatisfied:
pam? ( !static )

(dependency required by "@system" [set])
(dependency required by "@world" [argument])
livecd /etc # cat /etc/portage/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
ACCEPT_LICENSE="* -@EULA"
USE="mmx sse sse2 accessibility acl apparmor audit build cgroup-hybrid 
cryptsetup curl dns-over-tls elfutils gcrypt homed http hwdb idn importd kmod 
lz4 lzma nat pam pcre pkcs policykit pwquality qrcode repart resolvconf seccomp 
selinux static-libs sysv-utils systemd test vanilla xkb zstd -qt3 -qt4 gtk3 
nsplugin -kerberos flac ogg -pulseaudio -consolekit systemd -libav -wayland"
GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ 
http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo 
https://gentoo.osuosl.org/ http://gentoo.osuosl.org/ 
http://gentoo.mirrors.pair.com/ https://mirrors.rit.edu/gentoo/ 
http://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ 
rsync://mirrors.rit.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo 
http://gentoo.cs.utah.edu/";
CPU_FLAGS_X86="aes avx f16c fma3 fma4 mmx mmxext pclmul popcnt sse sse2 sse3 
sse4_1 sse4_2 sse4a ssse3 xop"
PHP_TARGETS="php7-4 php7-3"
EMERGE_DEFAULT_OPTS="--ask --color=n --verbose --nospinner --quiet-build=n 
--backtrack=200"
ACCEPT_KEYWORDS="~x86 ~amd64"
PORT_LOGDIR="/var/log/portage"
portage_ELOG_SYSTEM="save  save_summary"
VIDEO_CARDS="nouveau"
MAILMAN_MAILGID=2
FEATURES="${FEATURES} -stricter -distcc -ccache splitdebug buildpkg "
PORTDIR_OVERLAY=/usr/local/portage
GCPAN_OVERLAY=/usr/local/portage
PHP_INI_VERSION="production"
GCC_COLORS=""

livecd /etc # exit
exit

Script done on 2020-11-13 17:36:19-05:00 [COMMAND_EXIT_CODE="0"]

-- 
United States has 633 Billionaires with only 10 doing any annual
significant giving.




[gentoo-user] Lost KDE

2007-07-03 Thread Kevin O'Gorman

I have been using KDE for a long long time.  Suddenly it's not there any
more.
I logged out thinking everything was okay, and now I have to use a fluxbox
session,
because anything else just sends me back to (what I think is) kdm.  Anyway
it's
got a blue background and a KDE logo.

Here's a synopsis (fgrep Started\ncompleted) of the emerges I did in the
last couple of days.
1183486760: Started emerge on: Jul 03, 2007 11:19:20
1183486842:  ::: completed emerge (1 of 1) sys-apps/portage-2.1.2.9 to /
1183487774: Started emerge on: Jul 03, 2007 11:36:14
1183488024:  ::: completed emerge (1 of 22) sys-libs/timezone-data-2007f to
/
1183488193:  ::: completed emerge (2 of 22) dev-libs/pth-2.0.7 to /
1183489113:  ::: completed emerge (3 of 22) sys-libs/ncurses-5.6-r1 to /
1183489200:  ::: completed emerge (4 of 22) app-editors/nano-2.0.6 to /
1183489358:  ::: completed emerge (5 of 22) sys-libs/readline-5.2_p4 to /
1183489390:  ::: completed emerge (6 of 22) dev-perl/IO-Socket-SSL-1.06 to /
1183489600:  ::: completed emerge (7 of 22) sys-devel/libtool-1.5.23b to /
1183489670:  ::: completed emerge (8 of 22) dev-perl/DBI-1.56 to /
1183489741:  ::: completed emerge (9 of 22) sys-process/psmisc-22.5 to /
1183489943:  ::: completed emerge (10 of 22) app-text/iso-codes-0.58 to /
1183492488: Started emerge on: Jul 03, 2007 12:54:48
 ... oops had to manually download the JDK binary.
1183493412: Started emerge on: Jul 03, 2007 13:10:12
1183493813:  ::: completed emerge (1 of 12) dev-java/sun-jdk-1.4.2.15 to /
1183499330:  ::: completed emerge (2 of 12) sys-libs/glibc-2.5-r4 to /
1183499716:  ::: completed emerge (3 of 12) sys-apps/shadow-4.0.18.1-r1 to /
1183499736:  ::: completed emerge (4 of 12) kde-base/kdebase-pam-7 to /
1183500030:  ::: completed emerge (5 of 12) dev-libs/elfutils-0.127 to /
1183500134:  ::: completed emerge (6 of 12) dev-libs/boehm-gc-6.8 to /
1183503914:  ::: completed emerge (7 of 12) dev-db/unixODBC-2.2.12 to /
1183504065:  ::: completed emerge (8 of 12) x11-libs/libsexy-0.1.10 to /
1183504272:  ::: completed emerge (9 of 12) x11-libs/libwnck-2.16.3 to /
1183504390:  ::: completed emerge (10 of 12) x11-misc/notification-
daemon-0.3.6-r1 to /
1183504517:  ::: completed emerge (11 of 12) x11-libs/libnotify-0.4.3 to /
1183504672:  ::: completed emerge (12 of 12) gnome-base/gnome-mount-0.6 to /

I suppose there might be something going on with kdebase-pam (4 of 12), but
I don't really know how to tell, or what to do at this point to get it back.

++ kevin
--
Kevin O'Gorman, PhD


[gentoo-user] udev-238 and google?

2018-05-19 Thread Mick
I noticed network related google variables being added in the compilation by 
emerge as udev was being updated to 238 today:

===
Configuring systemd-update-done.service.tmp using configuration
Configuring systemd-update-utmp-runlevel.service.tmp using configuration
Configuring systemd-update-utmp.service.tmp using configuration
Confi
meson.build:2907: WARNING: Trying to compare values of different types (bool, 
str) using ==.
The result of this is undefined and will become a hard error in a future Meson 
release.
meson.build:2907: WARNING: Trying to compare values of different types (bool, 
str) using ==.
The result of this is undefined and will become a hard error in a future Meson 
release.
meson.build:2907: WARNING: Trying to compare values of different types (bool, 
str) using ==.
The result of this is undefined and will become a hard error in a future Meson 
release.
meson.build:2907: WARNING: Trying to compare values of different types (bool, 
str) using ==.
The result of this is undefined and will become a hard error in a future Meson 
release.
meson.build:2907: WARNING: Trying to compare values of different types (bool, 
str) using ==.
The result of this is undefined and will become a hard error in a future Meson 
release.
meson.build:2907: WARNING: Trying to compare values of different types (bool, 
str) using ==.
The result of this is undefined and will become a hard error in a future Meson 
release.
meson.build:2
 symbolic gateway hostnames:_gateway
 default DNSSEC mode:   no
 default cgroup hierarchy:  hybrid
 default KillUserProcesses setting: true
 default DNS servers:   8.8.8.8
8.8.4.4
2001:4860:4860::
2001:4860:4860::8844
 default NTP servers:   time1.google.com
time2.google.com
time3.google.com
time4.google.com
 time epoch:1520288197 
(2018-03-05T22:16:37+00:00)
 
 enabled features: PAM, IMA, SMACK, zlib, bzip2, ACL, qrencode, 
gnutls, libcurl, idn, nss-systemd, elfutils, binfmt, vconsole, quotacheck, 
tmpfiles, environment.d, sysusers, firstboot, randomseed, backlight, rfkill, 
logind, machined, hostnamed, timedated, timesyncd, localed, networkd, resolve, 
coredump, polkit, kmod, xkbcommon, pcre2, blkid, dbus, glib, nss-myhostname, 
hwdb, tpm, man pages, man page indices, SysV compat, utmp, ldconfig, 
hibernate, adm group, wheel group, gshadow
 
 disabled features: libcryptsetup, AUDIT, AppArmor, SELinux, SECCOMP, 
xz, lz4, gcrypt, microhttpd, libidn2, libidn, libiptc, importd, legacy pkla, 
efi, gnu-efi, html pages, debug hashmap, debug mmap cache
==

I don't know/understand why meson needs the above, but is there a reason 
google DNS and NTP servers take precedence over my system settings?

-- 
Regards,
Mick

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


Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Alan McKinnon  wrote:

> On 31/08/2015 18:54, cov...@ccs.covici.com wrote:
> >> The words make sense, the meaning doesn't :-)
> >> > 
> >> > It looks like fail2ban wants systemd without python support, but the
> >> > true reason is still hidden. The fail2ban ebuild has this:
> >> > 
> >> > RDEPEND="
> >> > ...
> >> > systemd? ( $(python_gen_cond_dep '|| (
> >> > dev-python/python-systemd[${PYTHON_USEDEP}]
> >> > sys-apps/systemd[python(-),${PYTHON_USEDEP}]
> >> > 
> >> > 
> >> > I'm thinking maybe you have a specific portage entry that's getting in
> >> > the way. What are your results for:
> >> > 
> >> > emerge --info
> >> > grep -r python /etc/portage
> >> > grep -r systemd /etc/portage
> > Just to let you know, most of the python entries were mandated by
> > portage, certainly the systemd one.
> 
> 
> I'm having a hard time figuring out what is making portage do this.
> I also figure you're OK with a downgraded systemd meanwhile, but just
> for kicks, lets test my theory: If you run this, does portage offer to
> upgrade systemd?
> 
> 
> USE="-python" emerge -pv systemd

Well, here is what I got
[ebuild U  ] sys-apps/systemd-225:0/2::gentoo [219_p112:0/2::gentoo]
USE="acl kdbus* kmod lz4 pam policykit seccomp ssl -apparmor -audit
-cryptsetup -curl -elfutils -gcrypt -gnuefi% -http -idn -importd -lzma
-nat -qrcode (-selinux) -sysv-utils {-test} -vanilla -xkb (-doc%*)
(-gudev%) (-introspection%*) (-python%*)
(-terminal%)" ABI_X86="32 (64) (-x32)"
PYTHON_SINGLE_TARGET="(-python2_7%*) (-python3_3%) (-python3_4%)"
PYTHON_TARGETS="(-python2_7%*) (-python3_3%) (-python3_4%*)" 3,788 KiB

Total: 1 package (1 upgrade), Size of downloads: 3,788 KiB

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

sys-apps/systemd:0

  (sys-apps/systemd-225:0/2::gentoo, ebuild scheduled for merge) pulled
  in by
sys-apps/systemd (Argument)

  (sys-apps/systemd-219_p112:0/2::gentoo, installed) pulled in by

sys-apps/systemd[python(-),python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?]
required by (net-analyzer/fail2ban-0.9.3:0/0::gentoo, installed)




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

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

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

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



Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread covici
Alan McKinnon  wrote:

> On 01/09/2015 02:12, cov...@ccs.covici.com wrote:
> > Alan McKinnon  wrote:
> > 
> >> On 31/08/2015 18:54, cov...@ccs.covici.com wrote:
> >>>> The words make sense, the meaning doesn't :-)
> >>>>>
> >>>>> It looks like fail2ban wants systemd without python support, but the
> >>>>> true reason is still hidden. The fail2ban ebuild has this:
> >>>>>
> >>>>> RDEPEND="
> >>>>> ...
> >>>>> systemd? ( $(python_gen_cond_dep '|| (
> >>>>> dev-python/python-systemd[${PYTHON_USEDEP}]
> >>>>> sys-apps/systemd[python(-),${PYTHON_USEDEP}]
> >>>>>
> >>>>>
> >>>>> I'm thinking maybe you have a specific portage entry that's getting in
> >>>>> the way. What are your results for:
> >>>>>
> >>>>> emerge --info
> >>>>> grep -r python /etc/portage
> >>>>> grep -r systemd /etc/portage
> >>> Just to let you know, most of the python entries were mandated by
> >>> portage, certainly the systemd one.
> >>
> >>
> >> I'm having a hard time figuring out what is making portage do this.
> >> I also figure you're OK with a downgraded systemd meanwhile, but just
> >> for kicks, lets test my theory: If you run this, does portage offer to
> >> upgrade systemd?
> >>
> >>
> >> USE="-python" emerge -pv systemd
> > 
> > Well, here is what I got
> > [ebuild U  ] sys-apps/systemd-225:0/2::gentoo [219_p112:0/2::gentoo]
> > USE="acl kdbus* kmod lz4 pam policykit seccomp ssl -apparmor -audit
> > -cryptsetup -curl -elfutils -gcrypt -gnuefi% -http -idn -importd -lzma
> > -nat -qrcode (-selinux) -sysv-utils {-test} -vanilla -xkb (-doc%*)
> > (-gudev%) (-introspection%*) (-python%*)
> > (-terminal%)" ABI_X86="32 (64) (-x32)"
> > PYTHON_SINGLE_TARGET="(-python2_7%*) (-python3_3%) (-python3_4%)"
> > PYTHON_TARGETS="(-python2_7%*) (-python3_3%) (-python3_4%*)" 3,788 KiB
> > 
> > Total: 1 package (1 upgrade), Size of downloads: 3,788 KiB
> > 
> > !!! Multiple package instances within a single package slot have been
> > pulled
> > !!! into the dependency graph, resulting in a slot conflict:
> > 
> > sys-apps/systemd:0
> > 
> >   (sys-apps/systemd-225:0/2::gentoo, ebuild scheduled for merge) pulled
> >   in by
> > sys-apps/systemd (Argument)
> > 
> >   (sys-apps/systemd-219_p112:0/2::gentoo, installed) pulled in by
> > 
> > sys-apps/systemd[python(-),python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?]
> > required by (net-analyzer/fail2ban-0.9.3:0/0::gentoo, installed)
> 
> 
> 
> Got it, finally :-)
> 
> fail2ban wants sys-apps/systemd[python(-)], and systemd-219_p112 is the
> highest version with an explicit python USE flag. All later versions do
> not have the flag at all.
> 
> Your choices are either to have fail2ban fixed to deal with recent
> systemd USE, and tolerate the systemd downgrade meanwhile; or to replace
> fail2ban with something equivalent

I do need fail2ban, so should I file a bug against it?


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

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



Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread Alan McKinnon
On 01/09/2015 13:03, cov...@ccs.covici.com wrote:
> Alan McKinnon  wrote:
> 
>> On 01/09/2015 02:12, cov...@ccs.covici.com wrote:
>>> Alan McKinnon  wrote:
>>>
>>>> On 31/08/2015 18:54, cov...@ccs.covici.com wrote:
>>>>>> The words make sense, the meaning doesn't :-)
>>>>>>>
>>>>>>> It looks like fail2ban wants systemd without python support, but the
>>>>>>> true reason is still hidden. The fail2ban ebuild has this:
>>>>>>>
>>>>>>> RDEPEND="
>>>>>>> ...
>>>>>>> systemd? ( $(python_gen_cond_dep '|| (
>>>>>>> dev-python/python-systemd[${PYTHON_USEDEP}]
>>>>>>> sys-apps/systemd[python(-),${PYTHON_USEDEP}]
>>>>>>>
>>>>>>>
>>>>>>> I'm thinking maybe you have a specific portage entry that's getting in
>>>>>>> the way. What are your results for:
>>>>>>>
>>>>>>> emerge --info
>>>>>>> grep -r python /etc/portage
>>>>>>> grep -r systemd /etc/portage
>>>>> Just to let you know, most of the python entries were mandated by
>>>>> portage, certainly the systemd one.
>>>>
>>>>
>>>> I'm having a hard time figuring out what is making portage do this.
>>>> I also figure you're OK with a downgraded systemd meanwhile, but just
>>>> for kicks, lets test my theory: If you run this, does portage offer to
>>>> upgrade systemd?
>>>>
>>>>
>>>> USE="-python" emerge -pv systemd
>>>
>>> Well, here is what I got
>>> [ebuild U  ] sys-apps/systemd-225:0/2::gentoo [219_p112:0/2::gentoo]
>>> USE="acl kdbus* kmod lz4 pam policykit seccomp ssl -apparmor -audit
>>> -cryptsetup -curl -elfutils -gcrypt -gnuefi% -http -idn -importd -lzma
>>> -nat -qrcode (-selinux) -sysv-utils {-test} -vanilla -xkb (-doc%*)
>>> (-gudev%) (-introspection%*) (-python%*)
>>> (-terminal%)" ABI_X86="32 (64) (-x32)"
>>> PYTHON_SINGLE_TARGET="(-python2_7%*) (-python3_3%) (-python3_4%)"
>>> PYTHON_TARGETS="(-python2_7%*) (-python3_3%) (-python3_4%*)" 3,788 KiB
>>>
>>> Total: 1 package (1 upgrade), Size of downloads: 3,788 KiB
>>>
>>> !!! Multiple package instances within a single package slot have been
>>> pulled
>>> !!! into the dependency graph, resulting in a slot conflict:
>>>
>>> sys-apps/systemd:0
>>>
>>>   (sys-apps/systemd-225:0/2::gentoo, ebuild scheduled for merge) pulled
>>>   in by
>>> sys-apps/systemd (Argument)
>>>
>>>   (sys-apps/systemd-219_p112:0/2::gentoo, installed) pulled in by
>>> 
>>> sys-apps/systemd[python(-),python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?]
>>> required by (net-analyzer/fail2ban-0.9.3:0/0::gentoo, installed)
>>
>>
>>
>> Got it, finally :-)
>>
>> fail2ban wants sys-apps/systemd[python(-)], and systemd-219_p112 is the
>> highest version with an explicit python USE flag. All later versions do
>> not have the flag at all.
>>
>> Your choices are either to have fail2ban fixed to deal with recent
>> systemd USE, and tolerate the systemd downgrade meanwhile; or to replace
>> fail2ban with something equivalent
> 
> I do need fail2ban, so should I file a bug against it?


Yes, definitely. There's a problem with fail2ban, or with portage's
resolver, or with our ability to read portage operators, I'm not sure
which :-)

The package maintainer is in a position to help out here.


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




Re: [gentoo-user] Glsa-check and binutils-- how to stop the madness?

2005-06-15 Thread Holly Bostick
em outside of binutils was oprofile.  Since oprofile isn't
> exactly a critical program, revdep-rebuild would easily fix this. I
> think the worst case is that you would not be able to compile anything,
> and would need to run binutils-config to select the correct version.


Well, I don't even have oprofile installed, nor do I have most of the
other programs:


Programs That Depend On binutils

app-crypt/johntheripper
app-misc/git
dev-embedded/tigcc
dev-lang/swi-prolog-lite
dev-libs/elfutils
dev-lisp/plt
dev-util/alleyoop
dev-util/debootstrap
dev-util/memprof
dev-util/oprofile
net-misc/quagga
sci-chemistry/gromacs
sci-electronics/balsa
sci-electronics/lard
sys-apps/lshw
sys-apps/mindi
sys-apps/mondo-rescue
sys-apps/paxctl
sys-apps/tcng
sys-devel/gcc
sys-devel/prelink
sys-kernel/ksymoops

All I've got is gcc, I haven't even gotten around to installing prelink
yet. And I can't imagine that any of these programs (gcc, prelink, and
elfutils, which prelink requires), would need some old version of
binutils hanging around, especially since I would be keeping these
reverse dependencies up-to-date.

So you're probably right; I can most likely remove multislot from both
binutils and gcc (since I only mean to have one version of GCC anyway),
recompile everything *yet again* (just to be safe; this system is
starting to have a rather filthy backend, and I will not have it), and I
think it should be OK.

Something for the weekend a month from now (as you may have noticed,
I've got a lot of other cleanup work to do-- not to mention regular
computer projects-- before I can feel comfortable rebuilding everything).

Thanks a lot for the info.

Holly
> -Richard
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev-238 and google?

2018-05-21 Thread Mike Gilbert
On Sat, May 19, 2018 at 3:53 AM, Mick  wrote:
> I noticed network related google variables being added in the compilation by
> emerge as udev was being updated to 238 today:
>
> ===
> Configuring systemd-update-done.service.tmp using configuration
> Configuring systemd-update-utmp-runlevel.service.tmp using configuration
> Configuring systemd-update-utmp.service.tmp using configuration
> Confi
> meson.build:2907: WARNING: Trying to compare values of different types (bool,
> str) using ==.
> The result of this is undefined and will become a hard error in a future Meson
> release.
> meson.build:2907: WARNING: Trying to compare values of different types (bool,
> str) using ==.
> The result of this is undefined and will become a hard error in a future Meson
> release.
> meson.build:2907: WARNING: Trying to compare values of different types (bool,
> str) using ==.
> The result of this is undefined and will become a hard error in a future Meson
> release.
> meson.build:2907: WARNING: Trying to compare values of different types (bool,
> str) using ==.
> The result of this is undefined and will become a hard error in a future Meson
> release.
> meson.build:2907: WARNING: Trying to compare values of different types (bool,
> str) using ==.
> The result of this is undefined and will become a hard error in a future Meson
> release.
> meson.build:2907: WARNING: Trying to compare values of different types (bool,
> str) using ==.
> The result of this is undefined and will become a hard error in a future Meson
> release.
> meson.build:2
>  symbolic gateway hostnames:_gateway
>  default DNSSEC mode:   no
>  default cgroup hierarchy:  hybrid
>  default KillUserProcesses setting: true
>  default DNS servers:   8.8.8.8
> 8.8.4.4
> 2001:4860:4860::
> 2001:4860:4860::8844
>  default NTP servers:   time1.google.com
> time2.google.com
> time3.google.com
> time4.google.com
>  time epoch:1520288197
> (2018-03-05T22:16:37+00:00)
>
>  enabled features: PAM, IMA, SMACK, zlib, bzip2, ACL, qrencode,
> gnutls, libcurl, idn, nss-systemd, elfutils, binfmt, vconsole, quotacheck,
> tmpfiles, environment.d, sysusers, firstboot, randomseed, backlight, rfkill,
> logind, machined, hostnamed, timedated, timesyncd, localed, networkd, resolve,
> coredump, polkit, kmod, xkbcommon, pcre2, blkid, dbus, glib, nss-myhostname,
> hwdb, tpm, man pages, man page indices, SysV compat, utmp, ldconfig,
> hibernate, adm group, wheel group, gshadow
>
>  disabled features: libcryptsetup, AUDIT, AppArmor, SELinux, SECCOMP,
> xz, lz4, gcrypt, microhttpd, libidn2, libidn, libiptc, importd, legacy pkla,
> efi, gnu-efi, html pages, debug hashmap, debug mmap cache
> ==
>
> I don't know/understand why meson needs the above, but is there a reason
> google DNS and NTP servers take precedence over my system settings?

You are misinterpreting this output. Nothing is "taking precedence"
over your local settings.

systemd-udev is a component of systemd. To build it, we have to run
meson in the systemd source tree.

The DNS servers are used by systemd-resolved.
The NTP servers are used by systemd-timedated.

The meson build file defines default settings so that these programs
will work even on an unconfigured system.

systemd-udev does not utilize these settings, so they are completely
irrelevant for sys-fs/udev.



[gentoo-user] Re: sshfs - cannot unmount as normal user

2012-09-13 Thread Nikos Chantziaras

On 13/09/12 14:37, Helmut Jarausch wrote:

Hi,


Since a short time I have a critical problem with sshfs.
I cannot unmount it !


Since two days I think, I have the same problem.  Not with sshfs, but 
with NTFS-3G, which uses FUSE.  I can mount as user, but I can only 
unmount as root.


I've no idea what package is responsible for this change of behavior. 
"qlop -l" for the last 6 days shows:


Sat Sep  8 13:20:41 2012 >>> dev-libs/elfutils-0.155
Sat Sep  8 13:21:02 2012 >>> app-crypt/p11-kit-0.14
Sat Sep  8 13:25:54 2012 >>> app-emulation/wine-1.5.12
Sat Sep  8 23:10:52 2012 >>> sys-apps/kmod-10
Sat Sep  8 23:11:19 2012 >>> net-misc/openssh-6.1_p1
Sun Sep  9 17:15:50 2012 >>> sys-apps/portage-2.1.11.14
Sun Sep  9 17:28:38 2012 >>> dev-libs/mpc-1.0.1
Sun Sep  9 17:28:50 2012 >>> media-sound/alsa-utils-1.0.26
Sun Sep  9 17:28:53 2012 >>> dev-util/gdbus-codegen-2.32.4
Sun Sep  9 17:29:30 2012 >>> dev-libs/libxml2-2.8.0-r2
Sun Sep  9 17:30:03 2012 >>> app-crypt/gcr-3.4.1
Sun Sep  9 17:30:30 2012 >>> gnome-base/gnome-keyring-3.4.1
Sun Sep  9 17:30:42 2012 >>> gnome-base/libgnome-keyring-3.4.1
Sun Sep  9 17:57:55 2012 >>> sys-devel/gcc-4.6.3
Sun Sep  9 18:13:49 2012 >>> sys-devel/gcc-4.7.1
Sun Sep  9 21:18:39 2012 >>> dev-lang/v8-3.12.19.7
Mon Sep 10 12:46:27 2012 >>> dev-libs/libxslt-1.1.26-r4
Mon Sep 10 12:46:44 2012 >>> gnome-base/librsvg-2.36.3
Mon Sep 10 12:46:52 2012 >>> dev-libs/quazip-0.5
Mon Sep 10 12:47:23 2012 >>> app-crypt/gcr-3.4.1-r1
Mon Sep 10 19:28:47 2012 >>> net-print/cups-filters-1.0.24
Mon Sep 10 19:30:21 2012 >>> kde-base/kdepimlibs-4.9.1-r1
Mon Sep 10 19:31:01 2012 >>> kde-base/konqueror-4.9.1-r1
Tue Sep 11 01:11:44 2012 >>> app-crypt/gcr-3.4.1-r2
Tue Sep 11 13:08:28 2012 >>> app-misc/mc-4.8.5
Tue Sep 11 21:17:04 2012 >>> dev-vcs/mercurial-2.3.1
Tue Sep 11 21:17:19 2012 >>> media-libs/taglib-1.8
Wed Sep 12 00:33:16 2012 >>> net-libs/libpcap-1.3.0
Wed Sep 12 15:10:14 2012 >>> sys-apps/portage-2.1.11.16
Wed Sep 12 15:31:13 2012 >>> x11-apps/xbacklight-1.2.0
Wed Sep 12 15:32:15 2012 >>> x11-libs/cairo-1.12.2-r4
Wed Sep 12 15:32:20 2012 >>> app-benchmarks/i7z-0.27.2
Wed Sep 12 15:40:34 2012 >>> dev-util/qt-creator-2.6.0_beta
Thu Sep 13 20:25:53 2012 >>> dev-lang/v8-3.12.19.8
Thu Sep 13 20:26:48 2012 >>> net-dns/bind-tools-9.9.1_p3
Thu Sep 13 20:27:04 2012 >>> app-admin/sudo-1.8.6_p1
Thu Sep 13 20:27:22 2012 >>> gnome-base/librsvg-2.36.3
Thu Sep 13 20:27:40 2012 >>> dev-cpp/libcmis-0.1.0-r1




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

2015-08-09 Thread Dale
/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/xkeyboard-config/xkeyboard-config-2.14.ebuild'
 | * Missing digest for
'/var/cache/portage/tree/media-video/lsdvd/lsdvd-0.17.ebuild'


That is just a very, very, very small copy and paste of it.  It goes on
for quite a while.  If I were betting, I'd think it is pretty much
everything that would usually be updated if not most of the tree.  So,
question.  Is this a bug and needs to be reported or will this clear up
sometime soon?   It looks broken to me.  o_O   Just saying.  Oh, nothing
will emerge now either.   This is really looking strange.  As a test:

root@fireball / # emerge -av seamonkey

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

Calculating dependencies - * Missing digest for
'/var/cache/portage/tree/dev-libs/elfutils/elfutils-0.158.ebuild'
 * 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'

<<< The grandma of all snips >>>  <<< a whole lot of this >>>

* Missing digest for
'/var/cache/portage/tree/dev-libs/json-glib/json-glib-1.0.4.ebuild'
 \ * Missing digest for
'/var/cache/portage/tree/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.10.0-r1.ebuild'
 * Manifest not found for
'/var/cache/portage/tree/virtual/perl-Digest-MD5/perl-Digest-MD5-2.530.0-r2.ebuild'
 * Missing digest for
'/var/cache/portage/tree/kde-apps/bovo/bovo-4.14.3.ebuild'
... done!

!!! All ebuilds that could satisfy "seamonkey" have been masked.
!!! One of the following masked packages is required to complete your
request:
- www-client/seamonkey-2.33.1-r1::gentoo (masked by: corruption)

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

root@fireball / # equery list -p seamonkey
 * Searching for seamonkey ...
 * Missing digest for
'/var/cache/portage/tree/www-client/seamonkey/seamonkey-2.33.1-r1.ebuild'
[IP-] [  ] www-client/seamonkey-2.33.1-r1:0
root@fireball / #


This is the new part that I don't recall ever seeing before.  "masked
by: corruption"   What is that?  Just for giggles, I tried kdelibs as
well. 


!!! All ebuilds that could satisfy "kdelibs" have been masked.
!!! One of the following masked packages is required to complete your
request:
- kde-base/kdelibs-4.14.10::gentoo (masked by: corruption)
- kde-base/kdelibs-4.14.8::gentoo (masked by: corruption)
- kde-base/kdelibs-4.14.3-r1::gentoo (masked by: corruption)

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

root@fireball / #  


Can I take that "just saying" above back and say FUBAR instead?   :-( 

Thoughts?? 

Dale

:-)  :-) 

P. S.  I also notice this Gentoo page is not updating anymore.  Sort of
odd since they are posting about updates to packages on -dev but nothing
is showing up here: 

https://packages.gentoo.org/ 




Re: [gentoo-user] sys-apps/systemd-239-r2 does not install completely

2018-11-20 Thread Stefan G. Weichinger
Am 20.11.18 um 10:19 schrieb Neil Bothwick:
> On Mon, 19 Nov 2018 10:14:01 +0100, Stefan G. Weichinger wrote:
> 
>>>> upgrading from sys-apps/systemd-236-r5 to 239-r2
>>>> 
>>>> the emerge runs through and warns me that it overwrites files
>>>> ... so it merges only partially ...
>>> 
>>> What's the exact error message? You may get a suggested
>>> solution based on this vague description of the problem but it
>>> may not be the right one, or even safe.
>>> 
>>> Normally emerge will put up a warning like this before
>>> installing anything.
>> 
>> pasted error msg below
>> 
>> ---
>> 
>> * Package 'sys-apps/systemd-239-r2' merged despite file
>> collisions. If * necessary, refer to your elog messages for the
>> whole content of the * above message.
> 
> According to this the file collisions were ignore and the updated
> package installed, so either something else prevented the
> installation from completing or eix is confused.
> 
> What version does "qlist ICv systemd" show?

No version, just a long list of files.

> How about "ls -ld /var/db/pkg/sys-apps/systemd-*"?

# ls -ld /var/db/pkg/sys-apps/systemd-*
drwxr-xr-x 2 root root 4096 May 15  2018
/var/db/pkg/sys-apps/systemd-236-r5

but:

# systemctl --version
systemd 239

and to even make it more interesting:

# dmesg -t | grep systemd   # last lines ...


[Sat Nov 17 10:42:14 2018] systemd[1]: systemd 238 running in system
mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP
-LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL -XZ +LZ4 +SECCOMP +BLKID -ELFUTILS
+KMOD -IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[Sat Nov 17 10:42:14 2018] systemd[1]: Detected architecture x86-64.
[Sat Nov 17 10:42:14 2018] systemd[1]: File
/lib/systemd/system/systemd-journald.service:35 configures an IP
firewall (IPAddressDeny=any), but the local system does not support
BPF/cgroup based firewalling.
[Sat Nov 17 10:42:14 2018] systemd[1]: Proceeding WITHOUT firewalling
in effect! (This warning is only shown for the first loaded unit using
IP firewalling.)
[Sat Nov 17 10:51:01 2018] systemd[1]: Reloading.
[Sat Nov 17 10:51:01 2018] systemd[1]:
/lib/systemd/system/systemd-journald.service:32: Unknown system call
group, ignoring: @system-service
[Sat Nov 17 10:51:01 2018] systemd[1]:
/lib/systemd/system/systemd-udevd.service:28: Unknown lvalue
'PrivateMounts' in section 'Service'
[Sat Nov 17 10:51:01 2018] systemd[1]:
/lib/systemd/system/systemd-udevd.service:32: Unknown system call
group, ignoring: @system-service
[Sat Nov 17 10:51:01 2018] systemd[1]:
/lib/systemd/system/systemd-timesyncd.service:41: Unknown system call
group, ignoring: @system-service
[Sat Nov 17 10:51:01 2018] systemd[1]:
/lib/systemd/system/systemd-machined.service:26: Unknown system call
group, ignoring: @system-service
[Sat Nov 17 10:51:01 2018] systemd[1]:
/lib/systemd/system/systemd-logind.service:33: Unknown system call
group, ignoring: @system-service
[Sat Nov 17 10:51:01 2018] systemd[1]:
/lib/systemd/system/systemd-resolved.service:41: Unknown system call
group, ignoring: @system-service
[Sat Nov 17 10:51:01 2018] systemd[1]:
/lib/systemd/system/systemd-networkd.service:38: Unknown system call
group, ignoring: @system-service
[Mon Nov 19 19:26:34 2018] systemd-journald[226]: Failed to set ACL on
/var/log/journal/9ce1e483f41dcc57a00e5611521d1771/user-1018.journal,
ignoring: Operation not supported



Re: [gentoo-user] Unicode characters not showing 'Hello, world' example golang.org

2016-10-04 Thread Alarig Le Lay
On Tue Oct  4 19:00:48 2016, Alexander Kapshuk wrote:
> Would  you mind providing the output of:
> 
> emerge -pv firefox, chromium?

alarig@pikachu ~ % emerge -pv www-client/firefox www-client/chromium

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

Calculating dependencies... done!
[ebuild  N ] media-sound/gsm-1.0.13-r1::gentoo  ABI_X86="32 (64) (-x32)" 64 
KiB
[ebuild  N ] app-arch/snappy-1.1.3-r1::gentoo  USE="-static-libs" 
ABI_X86="32 (64) (-x32)" 1 474 KiB
[ebuild  N ] dev-perl/JSON-2.900.0::gentoo  USE="{-test}" 84 KiB
[ebuild  N ] dev-python/html5lib-0.999::gentoo  USE="{-test}" 
PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) (-python3_3) (-python3_5)" 
0 KiB
[ebuild  N ] dev-python/beautifulsoup-4.3.2:4::gentoo  USE="-doc {-test}" 
PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) (-python3_3)" 140 KiB
[ebuild  N ] dev-python/beautifulsoup-3.2.1-r1:python-2::gentoo  
PYTHON_TARGETS="python2_7 (-pypy)" 31 KiB
[ebuild  N ] dev-libs/elfutils-0.166::gentoo  USE="bzip2 nls static-libs 
utils -lzma {-test} (-threads)" ABI_X86="32 (64) (-x32)" 6 344 KiB
[ebuild  N ] dev-libs/dotconf-1.3::gentoo  326 KiB
[ebuild  N ] dev-python/pyxdg-0.25-r1::gentoo  USE="{-test}" 
PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-python3_3) (-python3_5)" 48 KiB
[ebuild  N ] media-sound/sox-14.4.2::gentoo  USE="alsa encode flac mad ogg 
openmp png -amr -ao -debug -id3tag -ladspa -opus -oss -pulseaudio -sndfile 
-static-libs -twolame -wavpack" 1 108 KiB
[ebuild   R] www-client/firefox-45.4.0::gentoo  USE="dbus gmp-autoupdate 
gstreamer hwaccel jemalloc3 jit startup-notification -bindist -custom-cflags 
-custom-optimization -debug -ffmpeg -gstreamer-0 -hardened (-neon) (-pgo) 
-pulseaudio (-selinux) (-system-cairo) -system-harfbuzz -system-icu 
-system-jpeg -system-libevent -system-libvpx -system-sqlite {-test} -wifi" 
L10N="fr -ach -af -an -ar -as -ast -az -be -bg -bn-BD -bn-IN -br -bs -ca -cs 
-cy -da -de -el -en-GB -en-ZA -eo -es-AR -es-CL -es-ES -es-MX -et -eu -fa -fi 
-fy -ga -gd -gl -gu -he -hi -hr -hsb -hu -hy -id -is -it -ja -kk -km -kn -ko 
-lt -lv -mai -mk -ml -mr -ms -nb -nl -nn -or -pa -pl -pt-BR -pt-PT -rm -ro -ru 
-si -sk -sl -son -sq -sr -sv -ta -te -th -tr -uk -uz -vi -xh -zh-CN -zh-TW" 0 
KiB
[ebuild  N ] app-accessibility/espeak-1.47.11-r1::gentoo  USE="-portaudio 
-pulseaudio" 2 748 KiB
[ebuild  N ] app-accessibility/speech-dispatcher-0.8.1::gentoo  USE="alsa 
espeak -ao -flite -nas -pulseaudio -python -static-libs" 
PYTHON_TARGETS="python3_4 (-python3_3) (-python3_5)" 1 280 KiB
[ebuild  N ] www-client/chromium-53.0.2785.116::gentoo  USE="cups hangouts 
(pic) proprietary-codecs system-ffmpeg tcmalloc -custom-cflags -gn -gnome 
-gnome-keyring (-gtk3) -kerberos (-neon) -pulseaudio (-selinux) {-test} 
-widevine" L10N="fr -am -ar -bg -bn -ca -cs -da -de -el -en-GB -es -es-419 -et 
-fa -fi -fil -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb 
-nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -vi 
-zh-CN -zh-TW" 450 101 KiB

Total: 14 packages (13 new, 1 reinstall), Size of downloads: 463 745 KiB
emerge -pv www-client/firefox www-client/chromium  12,97s user 0,24s system 99% 
cpu 13,254 total
alarig@pikachu ~ % 

-- 
alarig


signature.asc
Description: Digital signature


Re: [gentoo-user] Unicode characters not showing 'Hello, world' example golang.org

2016-10-04 Thread Alexander Kapshuk
On Tue, Oct 4, 2016 at 7:09 PM, Alarig Le Lay  wrote:
> On Tue Oct  4 19:00:48 2016, Alexander Kapshuk wrote:
>> Would  you mind providing the output of:
>>
>> emerge -pv firefox, chromium?
>
> alarig@pikachu ~ % emerge -pv www-client/firefox www-client/chromium
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild  N ] media-sound/gsm-1.0.13-r1::gentoo  ABI_X86="32 (64) (-x32)" 
> 64 KiB
> [ebuild  N ] app-arch/snappy-1.1.3-r1::gentoo  USE="-static-libs" 
> ABI_X86="32 (64) (-x32)" 1 474 KiB
> [ebuild  N ] dev-perl/JSON-2.900.0::gentoo  USE="{-test}" 84 KiB
> [ebuild  N ] dev-python/html5lib-0.999::gentoo  USE="{-test}" 
> PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) (-python3_3) 
> (-python3_5)" 0 KiB
> [ebuild  N ] dev-python/beautifulsoup-4.3.2:4::gentoo  USE="-doc {-test}" 
> PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-pypy3) (-python3_3)" 140 KiB
> [ebuild  N ] dev-python/beautifulsoup-3.2.1-r1:python-2::gentoo  
> PYTHON_TARGETS="python2_7 (-pypy)" 31 KiB
> [ebuild  N ] dev-libs/elfutils-0.166::gentoo  USE="bzip2 nls static-libs 
> utils -lzma {-test} (-threads)" ABI_X86="32 (64) (-x32)" 6 344 KiB
> [ebuild  N ] dev-libs/dotconf-1.3::gentoo  326 KiB
> [ebuild  N ] dev-python/pyxdg-0.25-r1::gentoo  USE="{-test}" 
> PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-python3_3) (-python3_5)" 48 KiB
> [ebuild  N ] media-sound/sox-14.4.2::gentoo  USE="alsa encode flac mad 
> ogg openmp png -amr -ao -debug -id3tag -ladspa -opus -oss -pulseaudio 
> -sndfile -static-libs -twolame -wavpack" 1 108 KiB
> [ebuild   R] www-client/firefox-45.4.0::gentoo  USE="dbus gmp-autoupdate 
> gstreamer hwaccel jemalloc3 jit startup-notification -bindist -custom-cflags 
> -custom-optimization -debug -ffmpeg -gstreamer-0 -hardened (-neon) (-pgo) 
> -pulseaudio (-selinux) (-system-cairo) -system-harfbuzz -system-icu 
> -system-jpeg -system-libevent -system-libvpx -system-sqlite {-test} -wifi" 
> L10N="fr -ach -af -an -ar -as -ast -az -be -bg -bn-BD -bn-IN -br -bs -ca -cs 
> -cy -da -de -el -en-GB -en-ZA -eo -es-AR -es-CL -es-ES -es-MX -et -eu -fa -fi 
> -fy -ga -gd -gl -gu -he -hi -hr -hsb -hu -hy -id -is -it -ja -kk -km -kn -ko 
> -lt -lv -mai -mk -ml -mr -ms -nb -nl -nn -or -pa -pl -pt-BR -pt-PT -rm -ro 
> -ru -si -sk -sl -son -sq -sr -sv -ta -te -th -tr -uk -uz -vi -xh -zh-CN 
> -zh-TW" 0 KiB
> [ebuild  N ] app-accessibility/espeak-1.47.11-r1::gentoo  USE="-portaudio 
> -pulseaudio" 2 748 KiB
> [ebuild  N ] app-accessibility/speech-dispatcher-0.8.1::gentoo  USE="alsa 
> espeak -ao -flite -nas -pulseaudio -python -static-libs" 
> PYTHON_TARGETS="python3_4 (-python3_3) (-python3_5)" 1 280 KiB
> [ebuild  N ] www-client/chromium-53.0.2785.116::gentoo  USE="cups 
> hangouts (pic) proprietary-codecs system-ffmpeg tcmalloc -custom-cflags -gn 
> -gnome -gnome-keyring (-gtk3) -kerberos (-neon) -pulseaudio (-selinux) 
> {-test} -widevine" L10N="fr -am -ar -bg -bn -ca -cs -da -de -el -en-GB -es 
> -es-419 -et -fa -fi -fil -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml 
> -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr 
> -uk -vi -zh-CN -zh-TW" 450 101 KiB
>
> Total: 14 packages (13 new, 1 reinstall), Size of downloads: 463 745 KiB
> emerge -pv www-client/firefox www-client/chromium  12,97s user 0,24s system 
> 99% cpu 13,254 total
> alarig@pikachu ~ %
>
> --
> alarig

The USE flags seems pretty similar.

Thanks.



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

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

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

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

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

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

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

So, the solution is one of two things:

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

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


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


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


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

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

-- 
Rich



[gentoo-user] point and click in vim stopped working

2019-05-23 Thread Raffaele Belardi
After a recent update (~amd64) point and click in vim no longer works: the mouse wheel 
scrolls the file but when I left-click somewhere in the file the pointer is not moved 
there. I have 'set mouse=a' in .vimrc, I also tried to issue it directly from vim. I'm 
using lxterminal on LXDE and the last update affected the files below. Anybody else 
noticed this behaviour?


thanks,

raffaele

Thu May 16 09:24:34 2019 >>> dev-libs/libutf8proc-2.4.0
Thu May 16 09:25:10 2019 >>> sys-process/lsof-4.93.2
Thu May 16 09:25:34 2019 >>> sys-apps/baselayout-java-0.1.0-r1
Thu May 16 09:26:16 2019 >>> app-portage/portage-utils-0.74-r1
Thu May 16 09:38:36 2019 >>> sys-devel/gettext-0.20.1
Thu May 16 14:36:57 2019 >>> sys-devel/gcc-9.1.0
Thu May 16 14:40:46 2019 >>> dev-libs/elfutils-0.176-r1
Thu May 16 14:41:07 2019 >>> virtual/perl-ExtUtils-MakeMaker-7.340.0-r1
Thu May 16 14:41:30 2019 >>> virtual/perl-Exporter-5.730.0-r1
Thu May 16 14:41:51 2019 >>> virtual/perl-Carp-1.500.0-r1
Thu May 16 14:42:12 2019 >>> virtual/perl-Getopt-Long-2.500.0-r1
Thu May 16 14:42:32 2019 >>> virtual/perl-CPAN-Meta-YAML-0.18.0-r4
Thu May 16 14:42:53 2019 >>> virtual/perl-Digest-MD5-2.550.0-r1
Thu May 16 14:43:15 2019 >>> virtual/perl-IO-Socket-IP-0.390.0-r1
Thu May 16 14:43:36 2019 >>> virtual/perl-ExtUtils-Install-2.140.0-r1
Thu May 16 14:44:18 2019 >>> media-libs/exiftool-11.41
Thu May 16 14:51:32 2019 >>> sys-kernel/gentoo-sources-5.1.2
Thu May 16 14:51:51 2019 >>> virtual/perl-CPAN-Meta-2.150.10-r2
Thu May 16 15:22:53 2019 >>> sys-devel/gdb-8.3
Thu May 16 15:24:44 2019 >>> dev-libs/libxslt-1.1.33-r1
Thu May 16 15:27:16 2019 >>> media-libs/alsa-lib-1.1.9
Thu May 16 15:34:14 2019 >>> sys-block/thin-provisioning-tools-0.8.1
Thu May 16 15:35:40 2019 >>> app-editors/vim-core-8.1.1312
Thu May 16 15:36:57 2019 >>> sys-libs/e2fsprogs-libs-1.45.1
Thu May 16 15:38:56 2019 >>> sys-apps/iproute2-5.1.0
Thu May 16 15:40:20 2019 >>> dev-libs/libuv-1.29.0
Thu May 16 15:41:28 2019 >>> x11-libs/libfm-extra-1.3.1
Thu May 16 15:47:40 2019 >>> dev-libs/nss-3.44-r1
Thu May 16 15:48:51 2019 >>> media-sound/alsa-utils-1.1.9
Thu May 16 15:51:59 2019 >>> sys-fs/e2fsprogs-1.45.1-r1
Thu May 16 15:53:01 2019 >>> dev-libs/libinput-1.13.2
Thu May 16 15:55:35 2019 >>> net-fs/nfs-utils-2.3.4
Thu May 16 15:59:27 2019 >>> app-editors/vim-8.1.1312
Thu May 16 16:29:09 2019 >>> media-libs/mesa-19.1.0_rc2
Thu May 16 16:29:42 2019 >>> x11-apps/xinit-1.4.1
Thu May 16 16:30:55 2019 >>> sys-apps/man-pages-5.01
Thu May 16 16:40:40 2019 >>> app-text/poppler-0.76.1
Thu May 16 16:53:49 2019 >>> media-gfx/imagemagick-7.0.8.45
Thu May 16 16:57:16 2019 >>> x11-libs/gtksourceview-3.24.11
Thu May 16 16:57:46 2019 >>> www-plugins/adobe-flash-32.0.0.192
Thu May 16 16:59:36 2019 >>> sys-apps/portage-2.3.66-r1
Thu May 16 17:00:29 2019 >>> app-portage/gentoolkit-0.4.5
Thu May 16 17:02:14 2019 >>> net-fs/cifs-utils-6.9
Thu May 16 17:12:02 2019 >>> dev-vcs/subversion-1.12.0
Thu May 16 17:15:03 2019 >>> x11-libs/libfm-1.3.1
Thu May 16 17:15:49 2019 >>> x11-misc/pcmanfm-1.3.1



Re: [gentoo-user] systemd very slow to compile?

2015-09-13 Thread Marc Joliet
On Friday 11 September 2015 15:08:54 walt wrote:
>My very old and slow ~amd64 machine took 3 hours and 45-minutes to
>compile systemd-226 today.

Just out of curiosity: exactly how old?  My dual-core amd64 system is almost 9
years old now, and systemd compiles in about 6 minutes:

# genlop -t systemd
 * sys-apps/systemd

 Fri Feb 20 21:54:48 2015 >>> sys-apps/systemd-216-r3
   merge time: 6 minutes and 16 seconds.

 Sun Feb 22 18:14:19 2015 >>> sys-apps/systemd-216-r3
   merge time: 25 seconds.

 Mon Apr 27 18:54:06 2015 >>> sys-apps/systemd-218-r3
   merge time: 6 minutes and 5 seconds.

 Sun Jul 12 00:28:48 2015 >>> sys-apps/systemd-218-r3
   merge time: 6 minutes and 2 seconds.

 Tue Aug 11 22:54:55 2015 >>> sys-apps/systemd-218-r3
   merge time: 6 minutes and 5 seconds.

 Mon Sep  7 23:57:50 2015 >>> sys-apps/systemd-218-r3
   merge time: 12 minutes and 30 seconds.

(My system might have been pretty busy on that last one, and the second one
must have been a binpkg merge.)

>I was curious to know why it was taking so
>long to finish, so I used 'top' to see what was happening.
>
>Turns out that two instances of 'sh' were each using 15-30% of CPU for
>a total of 30-60% (the machine has two CPUs).  cc1 never even showed up
>in 'top' although the compiler was obviously compiling code because the
>build did eventually finish.
>
>I tried the same on a faster 4-core machine and I could see much the
>same thing happening during the systemd build.
>
>Can anyone else reproduce what I'm seeing?  Is this 'normal'?

Perhaps it is a problem only in the build system of newer systemd versions?
In any case, you can see my USE flags in the attached file for comparison
(sorry, I couldn't get KMail -- which I am still getting used to -- to stop
it's automatic line wrapping just for those lines, if it even supports that).

HTH
--
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup
--
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup
--
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup
--
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup
# equery uses systemd
[ Legend : U - final flag setting for installation]
[: I - package is installed with flag ]
[ Colors : set, unset ]
 * Found these USE flags for sys-apps/systemd-218-r3:
 U I
 + + abi_x86_32 : 32-bit (x86) libraries
 + + acl: Add support for Access Control Lists
 - - audit  : Enable support for sys-process/audit
 - - cryptsetup : Enable cryptsetup tools (includes unit 
generator for crypttab)
 - - curl   : Enable support for uploading journals; 
required to build systemd-import/systemd-pull
 - - doc: Add extra documentation (API, Javadoc, 
etc). It is recommended to enable per package instead of globally
 - - elfutils   : Enable coredump stacktraces in the journal
 - - gcrypt : Enable sealing of journal files using 
gcrypt; required to build systemd-import/systemd-pull
 + + gudev  : enable libudev gobject interface
 - - http   : Enable embedded HTTP server in journald
 + + idn: Enable support for Internationalized 
Domain Names
 + + introspection  : Add support for GObject based 
introspection
 - - kdbus  : Connect to kernel dbus (KDBUS) instead of 
userspace dbus if available
 + + kmod   : Enable kernel module loading via 
sys-apps/kmod
 + + lz4: Enable lz4 compression for the journal
 + + lzma   : Support for LZMA (de)compression algorithm
 + + pam: Add support for PAM (Pluggable 
Authentication Modules) - DANGEROUS to arbitrarily flip
 - - python : Add optional support/bindings for the 
Python language
 + + python_single_target_python2_7 : Build for Python 2.7 only
 - - python_single_target_python3_3 : Build for Python 3.3 only
 - - python_single_target_python3_4 : Build for Python 3.4 only
 + + python_targets_python2_7   : Build with Python 2.7
 - - python_targets_python3_3   : Build with Python 3.3
 + + python_targets_python3_4   : Build with Python 3.4
 - - qrcode : Enable qrcode output support in journal
 + + seccomp: En

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

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

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

grep -r wayland /etc/portage
to find what

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

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

grep -r systemd /etc/portage
to find what

Additionally, virtual/tmpfiles has this:

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

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

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



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




Re: [gentoo-user] emerge xfce-base/thunar: lobotomy needed

2012-09-10 Thread Chris Stankevitz
On Mon, Sep 10, 2012 at 6:08 PM, Canek Peláez Valdés  wrote:
> Try reemerging world with USE="-static -static-libs", and then try to
> emerge thunar also with USE="-static -static-libs".

Canek,

Thank you for your help.  I
1. added "-static -static-libs" to /etc/make.conf USE.
2. emerge --newuse --deep world (rebuilt only glib)
3. emerge -pv thunar (also with the use flag enabled although thunar
seems to not use that USE flag?).

I got farther this time, but it seems that emerge is still asking a lot of me.

Eventhough I think it's odd (and a sign that I screwed up somewhere),
I can satisfy the USE flag requests and the ~amd64 requests.

I do not know how to solve the slot conflicts.

Thanks again for your help,

Chris

PS: This is a new install without anything fancy AFAIK.  I synced
portage about 10 hours ago.

===

drg ~ # emerge -pv thunar

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

Calculating dependencies... done!
[ebuild  N~] sys-apps/hwids-20120831  360 kB
[ebuild U ~] sys-libs/zlib-1.2.7 [1.2.5.1-r2] USE="-minizip
-static-libs" 548 kB
[ebuild  N ] dev-libs/icu-49.1.2  USE="-debug -doc -examples
-static-libs" 18,566 kB
[ebuild  N ] sys-apps/gptfdisk-0.8.4  179 kB
[ebuild  N ] app-arch/zip-3.0  USE="bzip2 crypt unicode" 1,258 kB
[ebuild  N ] dev-libs/libtasn1-2.12  USE="-doc -static-libs" 1,906 kB
[ebuild  NS] sys-devel/autoconf-2.13 [2.68] 434 kB
[ebuild  N ] dev-libs/nspr-4.9.2  USE="-debug" 1,145 kB
[ebuild  N ] dev-libs/nettle-2.4  USE="gmp" 1,051 kB
[ebuild  N ] gnome-base/orbit-2.14.19-r1  USE="-debug -doc -test" 747 kB
[ebuild  N    ~] dev-lang/spidermonkey-1.8.5-r1  USE="-debug
-static-libs -test" 6,021 kB
[ebuild  N ] dev-libs/elfutils-0.149  USE="bzip2 nls zlib -lzma" 1,780 kB
[ebuild  N ] net-libs/gnutls-2.12.18  USE="cxx nettle nls zlib
-bindist -doc -examples -guile -lzo -pkcs11 -static-libs -test" 7,040
kB
[ebuild  N ] sys-block/parted-3.1  USE="debug nls readline
-device-mapper (-selinux) -static-libs -test" 1,489 kB
[ebuild  N ] sys-block/eject-2.1.5-r2  USE="nls" 121 kB
[ebuild U ~] dev-libs/glib-2.32.4 [2.30.3] USE="-debug -doc (-fam)
(-selinux) -static-libs -systemtap -test -utils -xattr" 6,034 kB
[ebuild  N ] gnome-base/gsettings-desktop-schemas-3.2.0-r1  152 kB
[ebuild  N ] virtual/eject-0  0 kB
[ebuild  N ] net-libs/libproxy-0.4.7  USE="python -gnome -kde
-mono -networkmanager -perl -test" 89 kB
[ebuild  N ] net-libs/glib-networking-2.30.2  USE="gnome libproxy
ssl" 291 kB
[ebuild  N ] net-libs/libsoup-2.36.1-r1  USE="introspection ssl
-debug -doc -samba -test" 595 kB
[ebuild  N~] dev-util/gdbus-codegen-2.32.4
PYTHON_TARGETS="python2_7 python3_2 -python2_5 -python2_6 -python3_1"
0 kB
[ebuild  N ] gnome-base/gconf-2.32.4  USE="introspection -debug
-doc -ldap -policykit" 1,296 kB
[ebuild  N ] gnome-base/gnome-keyring-2.32.1-r1  USE="pam -debug
-doc -test" 1,582 kB
[ebuild  N ] gnome-base/libgnome-keyring-2.32.0  USE="-debug -doc
-test" 403 kB
[ebuild  N ] net-libs/libsoup-gnome-2.36.1  USE="introspection
-debug -doc" 0 kB
[ebuild  N~] sys-apps/kmod-10  USE="tools zlib -debug -doc -lzma
-static-libs" 1,100 kB
[uninstall ] sys-apps/module-init-tools-3.16-r1  USE="-static"
[blocks b  ] sys-apps/kmod ("sys-apps/kmod" is blocking
sys-apps/module-init-tools-3.16-r1)
[blocks b  ] sys-apps/module-init-tools
("sys-apps/module-init-tools" is blocking sys-apps/kmod-10)
[ebuild U ~] sys-auth/polkit-0.107 [0.104-r1] USE="introspection
nls pam -examples -gtk -kde (-selinux) -systemd (-debug%) (-doc%)"
1,351 kB
[ebuild U ~] sys-fs/udev-189 [171-r6] USE="acl%* gudev hwdb*
openrc%* -doc% -introspection -keymap (-selinux) -static-libs%
(-action_modeswitch%) (-build%) (-debug%) (-edd%) (-extras%)
(-floppy%) (-rule_generator%*) (-test%)" 1,341 kB
[blocks b  ] =sys-libs/zlib-1.2.6 required by (sys-apps/kmod-10::gentoo,
ebuild scheduled for merge)

dev-libs/glib:2

  (dev-libs/glib-2.32.4::gentoo, ebuild scheduled for merge) pulled in by
>=dev-libs/glib-2.32.4:2 required by
(dev-util/gdbus-codegen-2.32.4::gentoo, ebuild scheduled for merge)
(and 3 more with the same problem)

  (dev-libs/glib-2.30.3::gentoo, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)


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

Re: [gentoo-user] gentoo-minimal-install software list

2014-01-14 Thread Alan McKinnon
On 14/01/2014 23:34, James wrote:
> Hello,
> 
> I've beenlooking for the listing of software in the minimal
> install for amd64
> 
> 
> Any ideas where to find it?



Easiest is to look in /var/db/pkg inside the image file. This is for
install-amd64-minimal-20131226:

app-accessibility/brltty-4.2
app-accessibility/espeak-1.47.11-r1
app-accessibility/espeakup-0.71
app-admin/eselect-lib-bin-symlink-0.1.1
app-admin/eselect-pinentry-0.4
app-admin/eselect-python-2008
app-admin/eselect-ruby-20100603
app-admin/hddtemp-0.3_beta15-r7
app-admin/passook-20121001
app-admin/pwgen-2.06-r1
app-admin/syslog-ng-3.4.2
app-arch/bzip2-1.0.6-r3
app-arch/gzip-1.5
app-arch/tar-1.26-r1
app-arch/unzip-6.0-r3
app-arch/xz-utils-5.0.5-r1
app-crypt/gnupg-2.0.22
app-crypt/mit-krb5-1.11.4
app-crypt/pinentry-0.8.2
app-editors/mg-20110905-r1
app-editors/nano-2.3.2
app-laptop/radeontool-1.6.3
app-misc/ca-certificates-20130119
app-misc/editor-wrapper-4
app-misc/livecd-tools-2.0.3
app-misc/mime-types-9
app-misc/pax-utils-0.7
app-misc/screen-4.0.3-r6
app-misc/vlock-2.2.3
app-portage/mirrorselect-2.2.0.1
app-portage/portage-utils-0.30
app-shells/bash-4.2_p45
app-text/build-docbook-catalog-1.19.1
app-text/docbook-xml-dtd-4.1.2-r6
app-text/docbook-xml-dtd-4.2-r2
app-text/docbook-xsl-stylesheets-1.78.0
app-text/sgml-common-0.6.3-r5
app-text/wgetpaste-2.22
dev-lang/nasm-2.10.07
dev-lang/perl-5.16.3
dev-lang/python-2.7.5-r3
dev-lang/python-3.3.2-r2
dev-lang/python-exec-0.3.1
dev-lang/python-exec-2.0.1
dev-lang/ruby-1.8.7_p374
dev-lang/ruby-1.9.3_p484
dev-lang/ruby-2.0.0_p353
dev-lang/swig-2.0.9
dev-libs/boost-1.52.0-r6
dev-libs/elfutils-0.149
dev-libs/eventlog-0.2.12
dev-libs/expat-2.1.0-r3
dev-libs/glib-2.36.4-r1
dev-libs/icu-51.2-r1
dev-libs/iniparser-3.1
dev-libs/libaio-0.3.109-r4
dev-libs/libassuan-2.1.1
dev-libs/libev-4.15
dev-libs/libevent-2.0.21
dev-libs/libffi-3.0.11
dev-libs/libgcrypt-1.5.3
dev-libs/libgpg-error-1.12
dev-libs/libksba-1.3.0
dev-libs/libnl-3.2.23
dev-libs/libpcre-8.33
dev-libs/libtasn1-2.14
dev-libs/libverto-0.2.5
dev-libs/libxslt-1.1.28-r1
dev-libs/libyaml-0.1.4
dev-libs/mpc-1.0.1
dev-libs/nettle-2.7.1
dev-libs/newt-0.52.12
dev-libs/openssl-1.0.1e-r1
dev-libs/popt-1.16-r1
dev-libs/pth-2.0.7-r3
dev-perl/Locale-gettext-1.50.0
dev-perl/XML-Parser-2.410.0
dev-python/m2crypto-0.21.1-r1
dev-python/python-exec-1.1
dev-python/python-exec-1.2
dev-python/setuptools-0.8-r1
dev-ruby/json-1.8.0
dev-ruby/racc-1.4.9
dev-ruby/rake-0.9.6
dev-ruby/rdoc-4.0.1-r1
dev-ruby/rubygems-2.0.3
dev-util/boost-build-1.52.0-r1
dev-util/dialog-1.2.20130928
dev-util/gperf-3.0.4
dev-util/gtk-doc-am-1.19
dev-util/intltool-0.50.2-r1
dev-util/ragel-6.7-r1
media-gfx/fbgrab-1.0-r2
media-libs/alsa-lib-1.0.27.1
media-libs/alsa-oss-1.0.25
media-libs/libjpeg-turbo-1.3.0
media-libs/libpng-1.5.17-r1
media-libs/portaudio-19_pre2021
media-sound/alsa-utils-1.0.27.1-r1
media-sound/gsm-1.0.13
media-sound/sox-14.4.1
net-analyzer/netselect-0.3-r3
net-analyzer/traceroute-2.0.18
net-dialup/globespan-adsl-0.11-r1
net-dialup/mingetty-1.08
net-dialup/ppp-2.4.5-r3
net-dialup/pptpclient-1.7.2-r3
net-dialup/rp-pppoe-3.8-r2
net-firewall/iptables-1.4.20
net-fs/cifs-utils-6.1-r1
net-fs/nfs-utils-1.2.9
net-fs/samba-3.6.22
net-irc/irssi-0.8.15-r1
net-libs/gnutls-2.12.23-r1
net-libs/libnfsidmap-0.24
net-libs/libtirpc-0.2.2-r1
net-misc/curl-7.33.0
net-misc/dhcpcd-5.6.4
net-misc/iputils-20121221
net-misc/ndisc6-0.9.9
net-misc/netifrc-0.1
net-misc/ntp-4.2.6_p5-r7
net-misc/openssh-5.9_p1-r4
net-misc/rdate-1.4-r4
net-misc/rsync-3.0.9-r3
net-misc/vconfig-1.9
net-misc/wget-1.14
net-nds/rpcbind-0.2.0-r1
net-proxy/dante-1.1.19-r4
net-proxy/ntlmaps-0.9.9-r2
net-proxy/tsocks-1.8_beta5-r5
net-wireless/b43-fwcutter-017
net-wireless/crda-1.1.2-r3
net-wireless/rfkill-0.5
net-wireless/wireless-regdb-20130213
net-wireless/wireless-tools-30_pre9
net-wireless/wpa_supplicant-2.0-r2
sys-apps/acl-2.2.51
sys-apps/apmd-3.2.2_p14
sys-apps/attr-2.4.46-r2
sys-apps/baselayout-2.2
sys-apps/busybox-1.21.0
sys-apps/coreutils-8.21
sys-apps/dbus-1.6.12
sys-apps/dmidecode-2.11
sys-apps/ethtool-3.8
sys-apps/file-5.15
sys-apps/findutils-4.4.2-r1
sys-apps/fxload-20081013-r1
sys-apps/gawk-4.0.2
sys-apps/gptfdisk-0.8.6
sys-apps/grep-2.14
sys-apps/hdparm-9.39
sys-apps/help2man-1.40.11
sys-apps/hwdata-gentoo-0.4
sys-apps/hwids-20130915.1
sys-apps/hwsetup-1.2-r2
sys-apps/iproute2-3.8.0
sys-apps/kbd-1.15.3
sys-apps/keyutils-1.5.5
sys-apps/kmod-15-r1
sys-apps/less-457
sys-apps/man-pages-posix-2003a
sys-apps/memtester-4.3.0
sys-apps/net-tools-1.60_p20120127084908
sys-apps/netplug-1.2.9-r5
sys-apps/openrc-0.12.4
sys-apps/pciutils-3.2.0
sys-apps/pcmciautils-018_p8
sys-apps/portage-2.2.7
sys-apps/sandbox-2.6-r1
sys-apps/sdparm-1.07
sys-apps/sed-4.2.1-r1
sys-apps/shadow-4.1.5.1-r1
sys-apps/sysvinit-2.88-r4
sys-apps/tcp-wrappers-7.6-r8
sys-apps/util-linux-2.22.2
sys-apps/which-2.20
sys-auth/pambase-20120417-r3
sys-block/parted-3.1-r1
sys-block/partimage-0.6.9
sys-block/thin-provisionin

[gentoo-user] useflag hell.

2016-02-28 Thread Alan Grimes
cripttools sdk seamonkey secure-delete semantic-desktop
 server sftp sip smp soprano sql sqlite sse2 sse3 sse4 static-ppds
 subversion system-boost system-icu system-jpeg system-libvpx
 system-sqlite t1lib theora threads threadsafe threadsonly tinfo tk
 unlock-notify upnp upnp-av userlocales utempter uuid uvm uxa v4l vcd
 video videos vnc vpx wayland webkit xine xmp xvfb xvmc yuv4mpeg zeroconf
 -bluetooth -bundled-libs -dso -examples -libav -odbc -samba -vlc"

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

GRUB_PLATFORMS="pc efi-64"

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

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

PORTAGE_RSYNC_EXTRA_OPTS="--progress"

VIDEO_CARDS="nvidia radeonsi radeon amdgpu"

source /var/lib/layman/make.conf

# portage complains if absent. 
#RUBY_TARGETS="${RUBY_TARGETS} ruby21 ruby22 ruby24"
RUBY_TARGETS="${RUBY_TARGETS} ruby23 ruby24"

USE_PYTHON='2.7 3.5'
PYTHON_TARGETS="${PYTHON_TARGETS} python2_7 python3_5 python3_4"
PYTHON_SINGLE_TARGET="python3_4"

ABI_X86="64 32"

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

# Really and truly unusable... 
sys-libs/pam -debug
app-editors/nano -debug 

#required by seamonkey install
dev-cpp/clucene -debug 

# causes undefined symbol errors.
net-libs/webkit-gtk -debug -gles2

# net-misc/curl -threads

net-libs/xulrunner -debug

#>=sys-apps/pciutils-3.1.8 -zlib

dev-db/mysql -debug 

#really not compatible! 
dev-libs/klibc -custom-cflags

#stupid missfeature; buggy as fuck too.
media-video/mplayer -joystick

#BOINC compatibility.
net-misc/curl -gnutls

# requires dead libraries: 
dev-libs/libusb -doc
media-libs/fontconfig -doc 
media-sound/esound -doc
dev-java/oracle-jdk-bin doc 

# kinda strange, demanded by e-build.
>=dev-libs/elfutils-0.154-r1 static-libs

# required by dev-lang/ruby-2.0.0_p247[rdoc]
# required by dev-ruby/racc-1.4.9[ruby_targets_ruby20]
>=dev-ruby/rdoc-4.0.1-r1 ruby_targets_ruby20
# required by dev-ruby/rdoc-4.0.1-r1[ruby_targets_ruby20]
# required by dev-lang/ruby-2.0.0_p247[rdoc]
# required by dev-ruby/rubygems-2.0.3[ruby_targets_ruby19]
# required by virtual/rubygems-6
# required by dev-ruby/rake-0.9.6
# required by dev-ruby/json-1.8.0[-test,-doc,ruby_targets_ruby20]
>=dev-ruby/racc-1.4.9 ruby_targets_ruby20
# required by dev-ruby/rdoc-4.0.1-r1[ruby_targets_ruby20]
# required by dev-lang/ruby-2.0.0_p247[rdoc]
# required by dev-ruby/racc-1.4.9[ruby_targets_ruby20]
>=dev-ruby/json-1.8.0 ruby_targets_ruby20
# required by dev-lang/ruby-2.0.0_p247
# required by dev-ruby/racc-1.4.9[ruby_targets_ruby20]
# required by dev-ruby/rdoc-4.0.1-r1[ruby_targets_ruby18]
# required by dev-lang/ruby-1.9.3_p448[rdoc]
# required by dev-ruby/rubygems-2.0.3[ruby_targets_ruby19]
# required by virtual/rubygems-6
# required by dev-ruby/json-1.8.0[-test,ruby_targets_ruby20]
>=dev-ruby/rake-0.9.6 ruby_targets_ruby20
# required by dev-lang/ruby-2.0.0_p247
# required by dev-ruby/racc-1.4.9[ruby_targets_ruby20]
# required by dev-ruby/rdoc-4.0.1-r1[ruby_targets_ruby18]
# required by dev-lang/ruby-1.9.3_p448[rdoc]
# required by dev-ruby/json-1.8.0[ruby_targets_ruby19]
>=dev-ruby/rubygems-2.0.3 ruby_targets_ruby20
# required by app-emulation/wine-1.7.4[abi_x86_32,opencl]
# required by @selected
# required by @world (argument)
>=virtual/opencl-0-r4 abi_x86_32

>=dev-util/cucumber-1.3.2 -test -{test}
>=dev-ruby/hoe-2.13.0 -test -{test}

# Attempt to work around CPU hogging issue, seems more related to saving. 
>=app-office/texmacs-1 -qt4

#bug work-around. 
>=dev-util/cmake-2 -ncurses
>=net-im/pidgin-2 -ncurses 
>=app-emulation/wine-1.7.15 -custom-cflags

=dev-games/mygui-3.2.1 -opengl

>=media-libs/mesa-1  -opencl

=net-dns/avahi-0.6.31-r7 -gtk -gtk3


>=app-crypt/heimdal-1.5.3-r2 -ssl -threads

>=dev-games/ogre-1.9.0-r1 -double-precision


>=kde-apps/kde4-l10n-15.12.1-r1 minimal

>=media-libs/opencv-3.1.0-r1 -qt4

>=app-crypt/pinentry-0.9.7 -qt4

>=media-libs/mlt-0.9.8-r2 -qt4

>=dev-qt/qtwebkit-4.8.7:4 -exceptions

>=dev-qt/qtgui-5.5.1-r1 -egl



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

2016-12-21 Thread Meino . Cramer
f -doc -examples -math% -opencl -osd -static-libs 
-training -webp" L10N="-ar -bg -ca -chr -cs -da -de -el -es -fi -fr -he -hi -hu 
-id -it -ja -ko -lt -lv -nl -no -pl -pt -ro -ru -sk -sl -sr -sv -th -tl -tr -uk 
-vi -zh-CN -zh-TW" 
[ebuild  N ]  dev-java/piccolo2d-3.0-r1::gentoo  USE="-doc -examples 
-source" 768 KiB
[ebuild  NS]   dev-java/swt-3.8.2-r1:3.8::gentoo [3.7.2-r1:3.7::gentoo] 
USE="cairo opengl -gnome -webkit" 5728 KiB
[ebuild   R] media-libs/mesa-12.0.1::gentoo  USE="classic dri3 egl gallium 
gbm llvm nptl udev vaapi vdpau wayland* xvmc -bindist -d3d9 -debug -gles1 
-gles2 -opencl -openmax -osmesa -pax_kernel -pic (-selinux) -valgrind -xa" 
ABI_X86="32 (64) (-x32)" VIDEO_CARDS="(-freedreno) -i915 -i965 -ilo -intel 
-nouveau -r100 -r200 -r300 -r600 -radeon -radeonsi (-vc4) -vmware" 0 KiB
[nomerge   ] kde-plasma/plasma-workspace-5.8.3-r4:5::gentoo  USE="calendar 
handbook semantic-desktop -debug -geolocation -gps (-prison) -qalculate 
{-test}" 
[ebuild  N ]  dev-qt/qtgraphicaleffects-5.6.2:5/5.6::gentoo  USE="-debug 
{-test}" 14406 KiB
[ebuild  N ]  kde-frameworks/kjsembed-5.26.0:5/5.26::gentoo  USE="-debug" 
166 KiB
[ebuild  N ]  kde-apps/kholidays-16.04.3:5::gentoo  USE="-debug {-test}" 
172 KiB
[nomerge   ] net-p2p/ktorrent-5.0.1:5::gentoo [4.3.1-r1:4::gentoo] 
USE="bwscheduler downloadorder handbook infowidget logviewer magnetgenerator 
mediaplayer shutdown stats upnp zeroconf -debug" 
[ebuild  N ]  kde-frameworks/kplotting-5.26.0:5/5.26::gentoo  USE="-debug 
{-test}" 29 KiB
[nomerge   ] kde-plasma/kwin-5.8.3:5::gentoo  USE="handbook -debug -gles2 
-multimedia {-test}" 
[ebuild  N ]  kde-frameworks/kidletime-5.26.0:5/5.26::gentoo  USE="-debug" 
26 KiB
[nomerge   ] sys-apps/openrc-0.23::gentoo [0.22.4::gentoo] USE="ncurses 
netifrc pam unicode -audit -debug -newnet (-prefix) (-selinux) -static-libs 
-tools" 
[ebuild  N~]  virtual/tmpfiles-0::gentoo  0 KiB
[nomerge   ] virtual/tmpfiles-0::gentoo 
[nomerge   ]  sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus kmod lz4 
pam seccomp ssl (-apparmor) -audit -build -cryptsetup -curl -elfutils -gcrypt 
-gnuefi -http -idn -importd -lzma -nat -policykit -qrcode (-selinux) 
-sysv-utils {-test} -vanilla -xkb" ABI_X86="(64) -32 (-x32)" 
[ebuild  N ]   sys-apps/gentoo-systemd-integration-6::gentoo  63 KiB
[ebuild   R]   sys-apps/dbus-1.10.12::gentoo  USE="X systemd* -debug -doc 
(-selinux) -static-libs {-test} -user-session" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  N ]sys-apps/systemd-226-r2:0/2::gentoo  USE="acl kdbus kmod 
lz4 pam seccomp ssl (-apparmor) -audit -build -cryptsetup -curl -elfutils 
-gcrypt -gnuefi -http -idn -importd -lzma -nat -policykit -qrcode (-selinux) 
-sysv-utils {-test} -vanilla -xkb" ABI_X86="(64) -32 (-x32)" 3823 KiB
[nomerge   ] kde-frameworks/baloo-5.26.0-r2:5/5.26::gentoo  USE="-debug 
{-test}" 
[ebuild  N ]  kde-frameworks/kfilemetadata-5.26.0-r1:5/5.26::gentoo  
USE="-debug -epub -exif -ffmpeg -libav -pdf -taglib {-test}" 129 KiB
[nomerge   ] kde-plasma/kwin-5.8.3:5::gentoo  USE="handbook -debug -gles2 
-multimedia {-test}" 
[ebuild  N ]  kde-plasma/kdecoration-5.8.3:5::gentoo  USE="-debug {-test}" 
35 KiB
[nomerge   ] net-p2p/ktorrent-5.0.1:5::gentoo [4.3.1-r1:4::gentoo] 
USE="bwscheduler downloadorder handbook infowidget logviewer magnetgenerator 
mediaplayer shutdown stats upnp zeroconf -debug" 
[ebuild  N ]  kde-frameworks/kdnssd-5.26.0:5/5.26::gentoo  USE="nls -debug 
{-test} -zeroconf" 56 KiB
[nomerge   ] kde-plasma/kwin-5.8.3:5::gentoo  USE="handbook -debug -gles2 
-multimedia {-test}" 
[ebuild  N ]  kde-frameworks/kwayland-5.26.0:5/5.26::gentoo  USE="-debug 
{-test}" 228 KiB
[ebuild  N ]   dev-qt/qtwayland-5.6.2:5/5.6::gentoo  USE="-debug -egl -qml 
{-test} -wayland-compositor -xcomposite" 261 KiB
[nomerge   ] kde-plasma/plasma-workspace-5.8.3-r4:5::gentoo  USE="calendar 
handbook semantic-desktop -debug -geolocation -gps (-prison) -qalculate 
{-test}" 
[ebuild  N ]  dev-qt/qtpaths-5.6.2:5/5.6::gentoo  USE="-debug {-test}" 0 KiB
[ebuild  N ]  dev-qt/qdbus-5.6.2:5/5.6::gentoo  USE="-debug {-test}" 0 KiB
[ebuild U  ] dev-perl/XML-Parser-2.440.0::gentoo [2.410.0-r2::gentoo] 232 
KiB
[nomerge   ] kde-plasma/kwin-5.8.3:5::gentoo  USE="handbook -debug -gles2 
-multimedia {-test}" 
[ebuild  N ]  dev-libs/libinput-1.4.2:0/10::gentoo  USE="{-test}" 
INPUT_DEVICES="-wacom" 880 KiB
[ebuild U  ] app-emulation/free42-1.5.10::gentoo [1.5.8::gentoo] USE="alsa" 
22087 KiB
[nomerge   ] kde-plasma/breeze-5.8.3:5::gent

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-20 Thread n952162
too, installed)

>=sys-libs/zlib-1.2.8-r1[abi_x86_64(-)] required by 
(sys-apps/file-5.33-r4:0/0::gentoo, installed)

>=sys-libs/zlib-1.2.8-r1:0/1=[abi_x86_64(-)] required by 
(x11-libs/libpciaccess-0.14:0/0::gentoo, installed)

>=sys-libs/zlib-1.2.8-r1[abi_x86_64(-)] required by 
(dev-libs/elfutils-0.170-r1:0/0::gentoo, installed)

>=sys-libs/zlib-1.2.8-r1[abi_x86_64(-)] required by 
(sys-libs/cracklib-2.9.6-r1:0/0::gentoo, installed)


>=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (media-libs/freetype-2.9.1-r3:2/2::gentoo, installed)


  (sys-libs/zlib-1.2.11-r2:0/1::gentoo, ebuild scheduled for merge) pulled in by

>=sys-libs/zlib-1.2.8-r1[static-libs(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (dev-libs/openssl-1.1.1g:0/1.1::gentoo, ebuild scheduled for merge)


dev-libs/openssl:0

  (dev-libs/openssl-1.1.1g:0/1.1::gentoo, ebuild scheduled for merge) pulled in 
by
dev-libs/openssl:0=[bindist=] required by 
(dev-qt/qtnetwork-5.14.1:5/5.14::gentoo, ebuild scheduled for merge)


  (dev-libs/openssl-1.0.2p:0/0::gentoo, installed) pulled in by
dev-libs/openssl:0/0= required by (net-misc/wget-1.19.5:0/0::gentoo, 
installed)
^
dev-libs/openssl:0/0= required by (dev-lang/ruby-2.2.9:2.2/2.2::gentoo, 
installed)
^
dev-libs/openssl:0/0= required by (app-text/mupdf-1.13.0:0/1.13.0::gentoo, 
installed)
^
>=dev-libs/openssl-1.0.1h-r2:0/0=[abi_x86_64(-)] required by 
(dev-libs/cyrus-sasl-2.1.26-r9:2/2::gentoo, installed)
^
dev-libs/openssl:0/0= required by (dev-util/cargo-0.30.0:0/0::gentoo, 
installed)
^
dev-libs/openssl:0/0= required by (net-misc/openssh-7.7_p1-r9:0/0::gentoo, 
installed)
^
dev-libs/openssl:0/0= required by (net-analyzer/nmap-7.70:0/0::gentoo, 
installed)
^
dev-libs/openssl:0/0=[abi_x86_64(-)] required by 
(app-arch/libarchive-3.3.1:0/13::gentoo, installed)
^
>=dev-libs/openssl-0.9.6m:0/0= required by 
(net-analyzer/tcpdump-4.9.2:0/0::gentoo, installed)
 ^
dev-libs/openssl:0/0=[abi_x86_64(-)] required by 
(net-misc/curl-7.61.1:0/0::gentoo, installed)
^
dev-libs/openssl:0/0= required by (dev-lang/python-2.7.15:2.7/2.7::gentoo, 
installed)
^
>=dev-libs/openssl-0.9.6:0/0= required by 
(mail-client/mutt-1.7.2:0/0::gentoo, installed)
^
>=dev-libs/openssl-1.0.1:0/0=[bindist] required by 
(net-misc/openssh-7.7_p1-r9:0/0::gentoo, installed)
^
>=dev-libs/openssl-1.0.1h-r2:0/0=[abi_x86_64(-)] required by 
(net-libs/libssh2-1.8.0-r1:0/0::gentoo, installed)
^
dev-libs/openssl:0/0= required by (dev-lang/python-3.6.5:3.6/3.6m::gentoo, 
installed)
^
dev-libs/openssl:0/0= required by (dev-perl/Net-SSLeay-1.820.0:0/0::gentoo, 
installed)
^

dev-libs/openssl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_riscv_lp64d(-)?,abi_riscv_lp64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (app-crypt/rhash-1.3.6-r1:0/0::gentoo, installed)

dev-libs/openssl:0/0= required by (dev-lang/ruby-2.3.6:2.3/2.3::gentoo, 
installed)
^
dev-libs/openssl:0/0= required by 
(x11-base/xorg-server-1.19.5-r2:0/1.19.5::gentoo, installed)
^
dev-libs/openssl:0/0= required by 
(net-misc/iputils-20171016_pre:0/0::gentoo, installed)
^
>=dev-libs/openssl-1.0.1h-r2:0/0=[abi_x86_64(-)] required by 
(net-nds/openldap-2.4.44:0/0::gentoo, installed)
^
dev-libs/openssl:0/0= required by 
(app-emulation/virtualbox-5.2.14-r1:0/0::gentoo, installed)
^
(and 4 more with the same problems)

NOTE: Use the '--verbose-conflicts' option to display parents omitted above

!!! The slot conflict(s) shown above involve package(s) which may need to
!!! be rebuilt in order to solve the conflict(s). However, the following
!!! package(s) cannot be rebuilt for the reason(s) shown:

  (app-emulation/virtualbox-5.2.14-r1:0/0::gentoo, installed): ebuild is masked 
or unavailable
  (dev-lang/ruby-2.2.9:2.2/2.2::gentoo, installed): ebuild is masked or 
unavailable
  (net-misc/openssh-7.7_p1-r9:0/0::gentoo, installed): ebuild is masked or 
unavailable
  (net-misc/wget-1.19.5:0/0::gentoo, 

Re: [gentoo-user] Unwelcomed non-native language support

2015-05-30 Thread gevisz
2015-05-30 12:32 GMT+03:00 Marc Joliet :
> Am Sat, 30 May 2015 11:36:28 +0300
> schrieb gevisz :
>
> [...]
>> As I still had a suspicion that those non-English entries in the Firefox
>> menu remain because of some cash issues, I have just launched another
>> instance of the Firefox browser using a separate profile.
>>
>> Well, in a separate profile, the Firefox menu is in English while
>> in the default profile it is in a non-English language.
>>
>> So, it could be a cash issue: I have unmerged the gettext while
>> running Firefox and so its substitutions could be left somewhere
>> in cash...
>>
>> P.S. As I have already described it earlier, this issue with the Firefox
>>   menu is only related to the menu I get while right-clicking on
>>   a youtube video in Firefox.  (All the other menus is in English,
>>   as desired.)
>
> (Note: the word you are looking for is "cache".)

So, it is from French.

When I learned it in high school, this word was not in our vocabulary. :-)

> I strongly suspect that the application doing the translating doesn't
> even use gettext.

May be, but I cannot think of a better explanation.

> Besides which, I'm surprised you're not getting crashes from
> applications not finding the gettext libraries, which points
> to them not actually using it.

Nothing crashed so far and this, in my view, proves that should not
be an obligatory dependency for any package in my wold file.

>  You can use "emerge --depclean -pv gettext" to determine which do.

$ emerge --depclean -pv gettext
--- Couldn't find 'gettext' to depclean.
>>> No packages selected for removal by depclean

However, running
# equery depends gettext
before forcefully unmerging the gettext package,
I got the following response:

 * These packages depend on gettext:
app-admin/abrt-2.0.12-r2 (>=sys-devel/gettext-0.17)
app-admin/gtkdiskfree-2.0.1-r1 (nls ? sys-devel/gettext)
app-arch/tar-1.27.1-r2 (nls ? >=sys-devel/gettext-0.10.35)
app-cdr/brasero-3.12.0 (sys-devel/gettext)
app-cdr/xfburn-0.5.2 (sys-devel/gettext)
app-crypt/gcr-3.14.0 (sys-devel/gettext)
app-crypt/gnupg-2.0.26-r3 (nls ? sys-devel/gettext)
app-crypt/libsecret-0.18 (sys-devel/gettext)
app-crypt/pinentry-0.9.0 (sys-devel/gettext)
app-editors/gvim-7.4.273 (nls ? sys-devel/gettext)
 %%% Even gvim! And it definitely does not
crash without gettext.
app-editors/mousepad-0.3.0 (sys-devel/gettext)
app-editors/vim-7.4.273 (nls ? sys-devel/gettext)
app-emulation/wine-1.6.2 (nls ? sys-devel/gettext)
 (nls ? >=sys-devel/gettext-0.18.3.2[abi_x86_32(-)])
app-i18n/enca-1.14-r2 (sys-devel/gettext)
app-misc/mc-4.8.13 (nls ? sys-devel/gettext)
app-misc/tracker-1.2.5 (>=sys-devel/gettext-0.17)
app-portage/eix-0.30.4 (nls ? sys-devel/gettext)
app-text/aspell-0.60.6.1-r1 (nls ? sys-devel/gettext)
app-text/dos2unix-6.0.6 (nls ? sys-devel/gettext)
app-text/enscript-1.6.6 (nls ? sys-devel/gettext)
app-text/evince-3.14.2 (sys-devel/gettext)
app-text/gnome-doc-utils-0.20.10-r1 (sys-devel/gettext)
app-text/hunspell-1.3.3 (sys-devel/gettext)
app-text/iso-codes-3.57 (sys-devel/gettext)
app-text/opensp-1.5.2-r3 (nls ? sys-devel/gettext)
app-text/recode-3.6_p20-r1 (nls ? sys-devel/gettext)
dev-lang/yasm-1.2.0-r1 (nls ? sys-devel/gettext)
dev-libs/atk-2.14.0 (nls ? sys-devel/gettext)
dev-libs/elfutils-0.158 (nls ? sys-devel/gettext)
dev-libs/gjs-1.42.0 (sys-devel/gettext)
dev-libs/glib-2.42.2 (>=sys-devel/gettext-0.11)
dev-libs/json-glib-1.0.2-r1 (>=sys-devel/gettext-0.18)
dev-libs/libcdio-0.92 (sys-devel/gettext)
dev-libs/libcdio-paranoia-0.90_p1-r1 (sys-devel/gettext)
dev-libs/libgpg-error-1.13 (nls ? sys-devel/gettext)
dev-libs/libpwquality-1.2.4 (>=sys-devel/gettext-0.18.2)
dev-libs/libreport-2.0.13-r1 (>=sys-devel/gettext-0.17)
dev-libs/popt-1.16-r2 (nls ? sys-devel/gettext)
dev-scheme/guile-1.8.8-r1 (sys-devel/gettext)
dev-util/dialog-1.2.20150225 (nls ? sys-devel/gettext)
dev-util/intltool-0.50.2-r1 (sys-devel/gettext)
dev-util/kbuild-0.1.9998_pre20131130 (sys-devel/gettext)
dev-vcs/git-2.3.6 (nls ? sys-devel/gettext)
gnome-base/dconf-0.22.0 (sys-devel/gettext)
gnome-base/gnome-desktop-3.14.2 (sys-devel/gettext)
gnome-base/gnome-keyring-3.14.0 (sys-devel/gettext)
gnome-base/gsettings-desktop-schemas-3.14.1 (sys-devel/gettext)
gnome-base/libgnome-keyring-3.12.0 (sys-devel/gettext)
gnome-base/nautilus-3.14.2-r1 (sys-devel/gettext)
gnome-extra/polkit-gnome-0.105-r1 (sys-devel/gettext)
gnome-extra/yelp-xsl-3.14.0 (sys-devel/gettext)
media-gfx/dcraw-9.24.4 (nls ? sys-devel/gettext)
media-gfx/exiv2-0.24-r1 (nls ? sys-devel/gettext)
media-gfx/gimp-2.8.14 (>=sys-devel/gettext-0.19)
media-gfx/graphviz-2.26.3-r4 (nls ? >=sys-devel/gettext-0.14.5)
media-libs/clutter-1.20.0 (>=sys-devel/gettext-0.17)
media-libs/clu

[gentoo-user] MacBook Pro oops with gentoo-sources-4.9.6-r1

2017-02-06 Thread Mick
Hi All,

Just as I thought I was getting on top of my Gentoo installation on a MacBook,
a new kernel oops unpleasantly, although it manages to boot into a Gnome
desktop eventually.  No wireless is available (broadcom-sta proprietary drive
is used).  Shutting down/rebooting is a hit and miss operation.  Invariably I
have to hold the power button to force it to shut down.  Shutting the lid does
not put it to sleep but goes into some race condition with the fans spinning
like mad.  The screen is black thereafter until I force it to shutdown.

Previous kernel 4.4.9 had no such problems.

I attach the log output.  Please let me know if you want to see the kernel
.config too.

--
Regards,
Mick[3.579560] microcode: sig=0x40661, pf=0x20, revision=0x16
[3.579592] microcode: Microcode Update Driver: v2.01 
, Peter Oruba
[3.579654] zswap: loaded using pool lzo/zbud
[3.579897] Btrfs loaded, crc32c=crc32c-generic
[3.580029] Key type encrypted registered
[3.649140] usb 1-8: new full-speed USB device number 2 using xhci_hcd
[3.724239] Console: switching to colour frame buffer device 360x112
[3.799720] i915 :00:02.0: fb0: inteldrmfb frame buffer device
[3.801258] console [netcon0] enabled
[3.802770] netconsole: network logging started
[3.804327] PM: Checking hibernation image partition /dev/sda4
[3.810225] scsi 0:0:0:0: Direct-Access ATA  APPLE SSD SM0256 JA1Q 
PQ: 0 ANSI: 5
[3.817967] usb 1-8: New USB device found, idVendor
5c, idProductE00
[3.819504] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[3.821026] usb 1-8: Product: BRCM20702 Hub
[3.822541] usb 1-8: Manufacturer: Apple Inc.
[3.824358] hub 1-8:1.0: USB hub found
[3.825972] hub 1-8:1.0: 3 ports detected
[3.830176] sd 0:0:0:0: [sda] 490234752 512-byte logical blocks: (251 GB/234 
GiB)
[3.830213] sd 0:0:0:0: Attached scsi generic sg0 type 0
[3.833203] sd 0:0:0:0: [sda] 4096-byte physical blocks
[3.834726] sd 0:0:0:0: [sda] Write Protect is off
[3.836299] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[3.836307] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[3.840064]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[3.842537] sd 0:0:0:0: [sda] Attached SCSI disk
[3.844652] PM: Hibernation image partition 8:4 present
[3.844653] PM: Looking for hibernation image.
[3.844838] PM: Image not found (code -22)
[3.844838] PM: Hibernation image not present or could not be loaded.
[3.852833] BTRFS: device label root devid 1 transid 2758 /dev/sda5
[3.855438] BTRFS info (device sda5): disk space caching is enabled
[3.856934] BTRFS info (device sda5): has skinny extents
[3.866909] BTRFS info (device sda5): detected SSD devices, enabling SSD mode
[3.879135] VFS: Mounted root (btrfs filesystem) readonly on device 0:16.
[3.881151] devtmpfs: mounted
[3.883113] Freeing unused kernel memory: 988K (b20af000 - 
b21a6000)
[3.884668] Write protecting the kernel read-only data: 14336k
[3.886547] Freeing unused kernel memory: 1836K (9c677d435000 - 
9c677d60)
[3.890551] Freeing unused kernel memory: 1876K (9c677d82b000 - 
9c677da0)
[3.983118] usb 1-12: new full-speed USB device number 3 using xhci_hcd
[4.159453] usb 1-12: New USB device found, idVendorac, idProduct63
[4.162254] usb 1-12: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[4.164967] usb 1-12: Product: Apple Internal Keyboard / Trackpad
[4.168010] usb 1-12: Manufacturer: Apple Inc.
[4.176360] input: Apple Inc. Apple Internal Keyboard / Trackpad as 
/devices/pci:00/:00:14.0/usb1/1-12/1-12:1.0/0003:05AC:0263.0001/input/input6
[4.222108] usb 1-8.1: new full-speed USB device number 4 using xhci_hcd
[4.231261] apple 0003:05AC:0263.0001: input,hidraw0: USB HID v1.11 Keyboard 
[Apple Inc. Apple Internal Keyboard / Trackpad] on usb-:00:14.0-12/input0
[4.237987] apple 0003:05AC:0263.0002: hidraw1: USB HID v1.11 Device [Apple 
Inc. Apple Internal Keyboard / Trackpad] on usb-:00:14.0-12/input1
[4.241688] input: bcm5974 as 
/devices/pci:00/:00:14.0/usb1/1-12/1-12:1.2/input/input7
[4.302229] usb 1-8.1: New USB device found, idVendorac, idProduct�0a
[4.305085] usb 1-8.1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[4.309170] input: HID 05ac:820a as 
/devices/pci:00/:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:05AC:820A.0003/input/input8
[4.338186] systemd[1]: systemd 226 running in system mode. (+PAM -AUDIT 
-SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS 
+ACL -XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[4.340006] systemd[1]: Detected architecture x86-64.
[4.347847] systemd[1]: Set hostname to .
[4.364193] hid-generic 0003:05AC:820A.0003: input,hidraw2: USB HID v1.11 
Keyboard [HID 05ac:820a] on usb-:00:14.0-8.1/input0
[4.3

Re: [gentoo-user] MacBook Pro oops with gentoo-sources-4.9.6-r1

2017-02-06 Thread Naveen Narayanan
000:00/:00:14.0/usb1/1-12/1-12:1.2/input/input7
> [4.302229] usb 1-8.1: New USB device found, idVendor=05ac, idProduct=820a
> [4.305085] usb 1-8.1: New USB device strings: Mfr=0, Product=0, 
> SerialNumber=0
> [4.309170] input: HID 05ac:820a as 
> /devices/pci:00/:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:05AC:820A.0003/input/input8
> [4.338186] systemd[1]: systemd 226 running in system mode. (+PAM -AUDIT 
> -SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS 
> +ACL -XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
> [4.340006] systemd[1]: Detected architecture x86-64.
> [4.347847] systemd[1]: Set hostname to .
> [4.364193] hid-generic 0003:05AC:820A.0003: input,hidraw2: USB HID v1.11 
> Keyboard [HID 05ac:820a] on usb-:00:14.0-8.1/input0
> [4.384115] systemd[1]: Reached target Remote File Systems.
> [4.390217] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
> [4.396334] systemd[1]: Created slice User and Session Slice.
> [4.401363] systemd[1]: Listening on Journal Socket (/dev/log).
> [4.405430] systemd[1]: Started Forward Password Requests to Wall 
> Directory Watch.
> [4.409502] systemd[1]: Started Dispatch Password Requests to Console 
> Directory Watch.
> [4.413576] systemd[1]: Reached target Paths.
> [4.430110] usb 1-8.2: new full-speed USB device number 5 using xhci_hcd
> [4.494474] BTRFS info (device sda5): disk space caching is enabled
> [4.507301] usb 1-8.2: New USB device found, idVendor=05ac, idProduct=820b
> [4.509068] usb 1-8.2: New USB device strings: Mfr=0, Product=0, 
> SerialNumber=0
> [4.510192] input: HID 05ac:820b as 
> /devices/pci:00/:00:14.0/usb1/1-8/1-8.2/1-8.2:1.0/0003:05AC:820B.0004/input/input9
> [4.510290] hid-generic 0003:05AC:820B.0004: input,hidraw3: USB HID v1.11 
> Mouse [HID 05ac:820b] on usb-:00:14.0-8.2/input0
> [4.539230] scsi 1:0:0:0: Direct-Access APPLESD Card Reader   3.00 
> PQ: 0 ANSI: 6
> [4.539335] sd 1:0:0:0: Attached scsi generic sg1 type 0
> [4.540136] sd 1:0:0:0: [sdb] Attached SCSI removable disk
> [4.566254] systemd-journald[218]: Received request to flush runtime 
> journal from PID 1
> [4.574097] usb 1-8.3: new full-speed USB device number 6 using xhci_hcd
> [4.590987] apple_gmux: gmux device not present or IO disabled
> [4.604565] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
> 0xb1c97140)
> [4.613350] wl: loading out-of-tree module taints kernel.
> [4.614937] input: HDA Intel HDMI HDMI/DP,pcm=3 as 
> /devices/pci:00/:00:03.0/sound/card0/input10
> [4.614988] input: HDA Intel HDMI HDMI/DP,pcm=7 as 
> /devices/pci:00/:00:03.0/sound/card0/input11
> [4.615026] input: HDA Intel HDMI HDMI/DP,pcm=8 as 
> /devices/pci:00/:00:03.0/sound/card0/input12
> [4.615922] AVX2 version of gcm_enc/dec engaged.
> [4.615923] AES CTR mode by8 optimization enabled
> [4.625050] BTRFS: device label home devid 1 transid 3496 /dev/sda6
> [4.627466] snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208: 
> line_outs=2 (0x12/0x13/0x0/0x0/0x0) type:speaker
> [4.627468] snd_hda_codec_cirrus hdaudioC1D0:speaker_outs=0 
> (0x0/0x0/0x0/0x0/0x0)
> [4.627469] snd_hda_codec_cirrus hdaudioC1D0:hp_outs=1 
> (0x10/0x0/0x0/0x0/0x0)
> [4.627470] snd_hda_codec_cirrus hdaudioC1D0:mono: mono_out=0x0
> [4.627471] snd_hda_codec_cirrus hdaudioC1D0:dig-out=0x21/0x0
> [4.627472] snd_hda_codec_cirrus hdaudioC1D0:inputs:
> [4.627474] snd_hda_codec_cirrus hdaudioC1D0:  Internal Mic=0x1c
> [4.627475] snd_hda_codec_cirrus hdaudioC1D0:  Mic=0x18
> [4.634248] input: HDA Intel PCH Mic as 
> /devices/pci:00/:00:1b.0/sound/card1/input13
> [4.634304] input: HDA Intel PCH Headphone as 
> /devices/pci:00/:00:1b.0/sound/card1/input14
> [4.634352] input: HDA Intel PCH SPDIF as 
> /devices/pci:00/:00:1b.0/sound/card1/input15
> [4.653793] usb 1-8.3: New USB device found, idVendor=05ac, idProduct=8289
> [4.653794] usb 1-8.3: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=0
> [4.653795] usb 1-8.3: Product: Bluetooth USB Host Controller
> [4.653796] usb 1-8.3: Manufacturer: Apple Inc.
> [4.668455] wl: module license 'MIXED/Proprietary' taints kernel.
> [4.668456] Disabling lock debugging due to kernel taint
> [4.699873] BUG: unable to handle kernel NULL pointer dereference at   
> (null)
> [4.699874] IP: [] 0xc0c454b8
> [4.699875] PGD 0 
> 
> [4.699876] Oops: 0002 [#1] SMP
> [4.699881] Modules linked in: wl(PO+) snd_hda_codec_cirrus 
> snd_hda_codec_generic crc32c_in

Re: [gentoo-user] MacBook Pro oops with gentoo-sources-4.9.6-r1

2017-02-06 Thread Mick
4.162254] usb
> > 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [   
> > 4.164967] usb 1-12: Product: Apple Internal Keyboard / Trackpad [   
> > 4.168010] usb 1-12: Manufacturer: Apple Inc.
> > [4.176360] input: Apple Inc. Apple Internal Keyboard / Trackpad as
> > /devices/pci:00/:00:14.0/usb1/1-12/1-12:1.0/0003:05AC:0263.0001/i
> > nput/input6 [4.222108] usb 1-8.1: new full-speed USB device number 4
> > using xhci_hcd [4.231261] apple 0003:05AC:0263.0001: input,hidraw0:
> > USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on
> > usb-:00:14.0-12/input0 [4.237987] apple 0003:05AC:0263.0002:
> > hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard /
> > Trackpad] on usb-:00:14.0-12/input1 [4.241688] input: bcm5974 as
> > /devices/pci:00/:00:14.0/usb1/1-12/1-12:1.2/input/input7 [   
> > 4.302229] usb 1-8.1: New USB device found, idVendor=05ac, idProduct=820a
> > [4.305085] usb 1-8.1: New USB device strings: Mfr=0, Product=0,
> > SerialNumber=0 [4.309170] input: HID 05ac:820a as
> > /devices/pci:00/:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:05AC:820A.
> > 0003/input/input8 [4.338186] systemd[1]: systemd 226 running in system
> > mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP
> > -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL -XZ +LZ4 +SECCOMP +BLKID -ELFUTILS
> > +KMOD -IDN) [4.340006] systemd[1]: Detected architecture x86-64.
> > [4.347847] systemd[1]: Set hostname to .
> > [4.364193] hid-generic 0003:05AC:820A.0003: input,hidraw2: USB HID
> > v1.11 Keyboard [HID 05ac:820a] on usb-:00:14.0-8.1/input0 [   
> > 4.384115] systemd[1]: Reached target Remote File Systems.
> > [4.390217] systemd[1]: Listening on /dev/initctl Compatibility Named
> > Pipe. [4.396334] systemd[1]: Created slice User and Session Slice.
> > [4.401363] systemd[1]: Listening on Journal Socket (/dev/log).
> > [4.405430] systemd[1]: Started Forward Password Requests to Wall
> > Directory Watch. [4.409502] systemd[1]: Started Dispatch Password
> > Requests to Console Directory Watch. [4.413576] systemd[1]: Reached
> > target Paths.
> > [4.430110] usb 1-8.2: new full-speed USB device number 5 using
> > xhci_hcd
> > [4.494474] BTRFS info (device sda5): disk space caching is enabled
> > [4.507301] usb 1-8.2: New USB device found, idVendor=05ac,
> > idProduct=820b [4.509068] usb 1-8.2: New USB device strings: Mfr=0,
> > Product=0, SerialNumber=0 [4.510192] input: HID 05ac:820b as
> > /devices/pci:00/:00:14.0/usb1/1-8/1-8.2/1-8.2:1.0/0003:05AC:820B.
> > 0004/input/input9 [4.510290] hid-generic 0003:05AC:820B.0004:
> > input,hidraw3: USB HID v1.11 Mouse [HID 05ac:820b] on
> > usb-:00:14.0-8.2/input0 [4.539230] scsi 1:0:0:0: Direct-Access   
> >  APPLESD Card Reader   3.00 PQ: 0 ANSI: 6 [4.539335] sd 1:0:0:0:
> > Attached scsi generic sg1 type 0
> > [4.540136] sd 1:0:0:0: [sdb] Attached SCSI removable disk
> > [4.566254] systemd-journald[218]: Received request to flush runtime
> > journal from PID 1 [4.574097] usb 1-8.3: new full-speed USB device
> > number 6 using xhci_hcd [4.590987] apple_gmux: gmux device not
> > present or IO disabled
> > [4.604565] snd_hda_intel :00:03.0: bound :00:02.0 (ops
> > 0xb1c97140) [4.613350] wl: loading out-of-tree module taints
> > kernel.
> > [4.614937] input: HDA Intel HDMI HDMI/DP,pcm=3 as
> > /devices/pci:00/:00:03.0/sound/card0/input10 [4.614988]
> > input: HDA Intel HDMI HDMI/DP,pcm=7 as
> > /devices/pci:00/:00:03.0/sound/card0/input11 [4.615026]
> > input: HDA Intel HDMI HDMI/DP,pcm=8 as
> > /devices/pci:00/:00:03.0/sound/card0/input12 [4.615922] AVX2
> > version of gcm_enc/dec engaged.
> > [4.615923] AES CTR mode by8 optimization enabled
> > [4.625050] BTRFS: device label home devid 1 transid 3496 /dev/sda6
> > [4.627466] snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208:
> > line_outs=2 (0x12/0x13/0x0/0x0/0x0) type:speaker [4.627468]
> > snd_hda_codec_cirrus hdaudioC1D0:speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
> > [4.627469] snd_hda_codec_cirrus hdaudioC1D0:hp_outs=1
> > (0x10/0x0/0x0/0x0/0x0) [4.627470] snd_hda_codec_cirrus hdaudioC1D0:  
> >  mono: mono_out=0x0 [4.627471] snd_hda_codec_cirrus hdaudioC1D0:   
> > dig-out=0x21/0x0 [4.627472] snd_hda_codec_cirrus hdaudioC1D0:   
> > inputs:
> > [4.627474] snd_hda_codec_cirrus hdaudioC1D0:  Internal Mic=0x1c
> > 

Re: [gentoo-user] MacBook Pro oops with gentoo-sources-4.9.6-r1

2017-02-07 Thread Naveen Narayanan
f000 -
> > > b21a6000) [3.884668] Write protecting the kernel read-only
> > > data: 14336k
> > > [3.886547] Freeing unused kernel memory: 1836K (9c677d435000 -
> > > 9c677d60) [3.890551] Freeing unused kernel memory: 1876K
> > > (9c677d82b000 - 9c677da0) [3.983118] usb 1-12: new
> > > full-speed USB device number 3 using xhci_hcd [4.159453] usb 1-12:
> > > New USB device found, idVendor=05ac, idProduct=0263 [4.162254] usb
> > > 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [   
> > > 4.164967] usb 1-12: Product: Apple Internal Keyboard / Trackpad [   
> > > 4.168010] usb 1-12: Manufacturer: Apple Inc.
> > > [4.176360] input: Apple Inc. Apple Internal Keyboard / Trackpad as
> > > /devices/pci:00/:00:14.0/usb1/1-12/1-12:1.0/0003:05AC:0263.0001/i
> > > nput/input6 [4.222108] usb 1-8.1: new full-speed USB device number 4
> > > using xhci_hcd [4.231261] apple 0003:05AC:0263.0001: input,hidraw0:
> > > USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on
> > > usb-:00:14.0-12/input0 [4.237987] apple 0003:05AC:0263.0002:
> > > hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard /
> > > Trackpad] on usb-:00:14.0-12/input1 [4.241688] input: bcm5974 as
> > > /devices/pci:00/:00:14.0/usb1/1-12/1-12:1.2/input/input7 [   
> > > 4.302229] usb 1-8.1: New USB device found, idVendor=05ac, idProduct=820a
> > > [4.305085] usb 1-8.1: New USB device strings: Mfr=0, Product=0,
> > > SerialNumber=0 [4.309170] input: HID 05ac:820a as
> > > /devices/pci:00/:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:05AC:820A.
> > > 0003/input/input8 [4.338186] systemd[1]: systemd 226 running in system
> > > mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP
> > > -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL -XZ +LZ4 +SECCOMP +BLKID -ELFUTILS
> > > +KMOD -IDN) [4.340006] systemd[1]: Detected architecture x86-64.
> > > [4.347847] systemd[1]: Set hostname to .
> > > [4.364193] hid-generic 0003:05AC:820A.0003: input,hidraw2: USB HID
> > > v1.11 Keyboard [HID 05ac:820a] on usb-:00:14.0-8.1/input0 [   
> > > 4.384115] systemd[1]: Reached target Remote File Systems.
> > > [4.390217] systemd[1]: Listening on /dev/initctl Compatibility Named
> > > Pipe. [4.396334] systemd[1]: Created slice User and Session Slice.
> > > [4.401363] systemd[1]: Listening on Journal Socket (/dev/log).
> > > [4.405430] systemd[1]: Started Forward Password Requests to Wall
> > > Directory Watch. [4.409502] systemd[1]: Started Dispatch Password
> > > Requests to Console Directory Watch. [4.413576] systemd[1]: Reached
> > > target Paths.
> > > [4.430110] usb 1-8.2: new full-speed USB device number 5 using
> > > xhci_hcd
> > > [4.494474] BTRFS info (device sda5): disk space caching is enabled
> > > [4.507301] usb 1-8.2: New USB device found, idVendor=05ac,
> > > idProduct=820b [4.509068] usb 1-8.2: New USB device strings: Mfr=0,
> > > Product=0, SerialNumber=0 [4.510192] input: HID 05ac:820b as
> > > /devices/pci:00/:00:14.0/usb1/1-8/1-8.2/1-8.2:1.0/0003:05AC:820B.
> > > 0004/input/input9 [4.510290] hid-generic 0003:05AC:820B.0004:
> > > input,hidraw3: USB HID v1.11 Mouse [HID 05ac:820b] on
> > > usb-:00:14.0-8.2/input0 [4.539230] scsi 1:0:0:0: Direct-Access   
> > >  APPLESD Card Reader   3.00 PQ: 0 ANSI: 6 [4.539335] sd 1:0:0:0:
> > > Attached scsi generic sg1 type 0
> > > [4.540136] sd 1:0:0:0: [sdb] Attached SCSI removable disk
> > > [4.566254] systemd-journald[218]: Received request to flush runtime
> > > journal from PID 1 [4.574097] usb 1-8.3: new full-speed USB device
> > > number 6 using xhci_hcd [4.590987] apple_gmux: gmux device not
> > > present or IO disabled
> > > [4.604565] snd_hda_intel :00:03.0: bound :00:02.0 (ops
> > > 0xb1c97140) [4.613350] wl: loading out-of-tree module taints
> > > kernel.
> > > [4.614937] input: HDA Intel HDMI HDMI/DP,pcm=3 as
> > > /devices/pci:00/:00:03.0/sound/card0/input10 [4.614988]
> > > input: HDA Intel HDMI HDMI/DP,pcm=7 as
> > > /devices/pci:00/:00:03.0/sound/card0/input11 [4.615026]
> > > input: HDA Intel HDMI HDMI/DP,pcm=8 as
> > > /devices/pci:00/:00:03.0/sound/card0/input12 [4.615922] AVX2
> > > version of gcm_enc/dec engaged.
> > 

Re: [gentoo-user] pcre build failure

2020-10-05 Thread John Covici
On Mon, 05 Oct 2020 14:40:47 -0400,
Jude DaShiell wrote:
> 
> Script started on 2020-10-05 09:53:20-04:00 [TERM="linux" TTY="/dev/tty2" 
> COLUMNS="80" LINES="25"]
> livecd / # emerge --ask --verbose --udpdate --deep 
> --newuse @world
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies  .. ... done!
> [ebuild   R] dev-libs/libpcre-8.44:3::gentoo  USE="bzip2 cxx jit readline 
> recursion-limit (split-usr) (unicode) zlib -libedit -pcre16 -pcre32 
> -static-libs*" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] app-arch/zstd-1.4.5:0/1::gentoo [1.4.4-r4:0/1::gentoo] 
> USE="threads -lz4 -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] sys-apps/sandbox-2.20::gentoo [2.18::gentoo] ABI_X86="(32) 
> (64) (-x32)" 0 KiB
> [ebuild U  ] sys-apps/less-563::gentoo [551::gentoo] USE="pcre unicode" 0 
> KiB
> [ebuild U  ] sys-apps/debianutils-4.11.2::gentoo [4.11.1::gentoo] 
> USE="installkernel -static" 0 KiB
> [ebuild U  ] dev-lang/python-exec-2.4.6-r2:2::gentoo [2.4.6-r1:2::gentoo] 
> PYTHON_TARGETS="(pypy3) (python2_7) (python3_6) (python3_7) (python3_8) 
> (python3_9)" 0 KiB
> [uninstall ] dev-lang/python-2.7.18-r2:2.7::gentoo  USE="gdbm ipv6 
> ncurses readline ssl (threads) (wide-unicode) xml (-berkdb) -bluetooth -build 
> -examples -hardened -libressl -sqlite -tk -wininst"
> [blocks b  ] <=dev-lang/python-2.7.18-r3:2.7 
> ("<=dev-lang/python-2.7.18-r3:2.7" is blocking dev-lang/python-exec-2.4.6-r2)
> [ebuild U  ] sys-apps/busybox-1.32.0::gentoo [1.31.1-r2::gentoo] 
> USE="ipv6 static systemd* -debug -livecd -make-symlinks -math -mdev -pam 
> -savedconfig (-selinux) -sep-usr -syslog" 0 KiB
> [ebuild U  ] app-admin/perl-cleaner-2.28::gentoo [2.27::gentoo] 0 KiB
> [ebuild  NS] app-text/docbook-xml-dtd-4.2-r3:4.2::gentoo 
> [4.1.2-r7:4.1.2::gentoo, 4.3-r2:4.3::gentoo, 4.4-r3:4.4::gentoo, 
> 4.5-r2:4.5::gentoo] 0 KiB
> [ebuild U  ] sys-fs/udev-init-scripts-34::gentoo [33::gentoo] 0 KiB
> [ebuild U  ] sys-apps/hwids-20200813.1::gentoo [20200204::gentoo] 
> USE="net pci udev usb" 0 KiB
> [ebuild U  ] sys-apps/man-pages-5.08::gentoo [5.07::gentoo] L10N="-de -fr 
> -it -ja -nl -pl -ru -zh-CN" 0 KiB
> [ebuild U  ] sys-apps/attr-2.4.48-r4::gentoo [2.4.48-r3::gentoo] USE="nls 
> (split-usr) -debug -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild  NS] sys-devel/binutils-2.35.1:2.35::gentoo 
> [2.34-r2:2.34::gentoo] USE="gold nls plugins -default-gold -doc -multitarget 
> -static-libs -test -vanilla%" 0 KiB
> [ebuild U  ] sys-apps/acl-2.2.53-r1::gentoo [2.2.53::gentoo] USE="nls 
> (split-usr) -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] sys-devel/make-4.3::gentoo [4.2.1-r4::gentoo] USE="nls 
> -guile -static" 0 KiB
> [ebuild U  ] sys-devel/bison-3.7.2::gentoo [3.7.1-r1::gentoo] USE="nls 
> -examples -static -test" 0 KiB
> [ebuild  NS] sys-devel/gcc-10.2.0-r2:10::gentoo [9.3.0-r1:9.3.0::gentoo] 
> USE="(cxx) fortran (multilib) nls nptl openmp pch (pie) sanitize ssp vtv 
> (-ada) -d -debug -doc (-fixed-point) -go -graphite (-hardened) -jit (-libssp) 
> -lto -objc -objc++ -objc-gc -pgo -systemtap -test -vanilla -zstd% 
> (-altivec%)" 0 KiB
> [ebuild U  ] dev-libs/popt-1.18::gentoo [1.16-r2::gentoo] USE="nls 
> -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] sys-apps/grep-3.5::gentoo [3.4::gentoo] USE="nls pcre 
> -static" 0 KiB
> [ebuild U  ] dev-libs/elfutils-0.181::gentoo [0.180::gentoo] USE="bzip2 
> nls utils -lzma -static-libs -test (-threads) -valgrind" ABI_X86="(64) -32 
> (-x32)" 0 KiB
> [ebuild U  ] app-editors/nano-5.2::gentoo [4.9.3::gentoo] USE="magic 
> ncurses nls spell (split-usr) unicode -debug -justify -minimal -slang 
> -static" 0 KiB
> [ebuild U  ] dev-python/certifi-10001-r1::gentoo [10001::gentoo] 
> USE="-test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9 
> (-python2_7%*)" 0 KiB
> [ebuild U  ] dev-util/meson-0.55.3::gentoo [0.54.3::gentoo] USE="(-test)" 
> PYTHON_TARGETS="python3_7 -python3_6 -python3_8 -python3_9%" 0 KiB
> [ebuild  N ] sys-libs/libcap-2.43::gentoo  USE="pam (split-usr) 
> -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
> [ebuild U  ] sys-apps/shadow-4.8.1-r3::gentoo [4.8-r5::gentoo] USE="acl 
> nls pam (split-usr) su xattr -audit -bcrypt -crackl

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

2014-08-07 Thread gottlieb
-charset_lite -dbd 
-dumpio -ident -imagemap -log_forensic -proxy -proxy_ajp -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 -s

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

2014-08-07 Thread Gevisz
atic -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
> -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/libgude

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

2018-10-06 Thread John Covici
.2:2::gentoo  USE="dbus (mime) 
xattr -debug (-fam) (-selinux) -static-libs -systemtap -test -utils" 
ABI_X86="32 (64) (-x32)" 
[ebuild  r  U  ]virtual/libffi-3.3_rc0:0/7::gentoo 
[3.0.13-r1:0/0::gentoo] ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild U  ] dev-libs/libffi-3.3_rc0:0/7::gentoo 
[3.2.1-r2:0/0::gentoo] USE="-debug -pax_kernel -static-libs -test" ABI_X86="32 
(64) (-x32)" 1,060 KiB
[nomerge   ]app-text/docbook-xml-dtd-4.1.2-r6:4.1.2::gentoo 
[nomerge   ] 
app-text/docbook-xsl-stylesheets-1.79.1-r2::gentoo  USE="-ruby" 
[nomerge   ]  app-text/build-docbook-catalog-1.21::gentoo 
[nomerge   ]   sys-apps/util-linux-2.32.1::gentoo  
USE="cramfs ncurses nls pam readline suid systemd udev unicode -build -caps 
-fdformat -kill -python (-selinux) -slang -static-libs -test -tty-helpers" 
ABI_X86="32 (64) (-x32)" PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 
-python3_6 -python3_7" PYTHON_TARGETS="python2_7 python3_5 -python3_4 
-python3_6 -python3_7" 
[nomerge   ]virtual/libudev-232:0/1::gentoo  
USE="systemd -static-libs" ABI_X86="32 (64) (-x32)" 
[nomerge   ] sys-apps/systemd-239-r1:0/2::gentoo  
USE="acl gcrypt kmod lz4 pam pcre policykit resolvconf seccomp split-usr ssl 
-apparmor -audit -build -cryptsetup -curl -elfutils -gnuefi -http -idn -importd 
-libidn2 -lzma -nat -qrcode (-selinux) -sysv-utils -test -vanilla -xkb" 
ABI_X86="32 (64) (-x32)" 
[nomerge   ]  sys-libs/libcap-2.25-r1::gentoo  USE="pam 
-static-libs" ABI_X86="32 (64) (-x32)" 
[nomerge   ]   virtual/pam-0-r1::gentoo  ABI_X86="32 
(64) (-x32)" 
[ebuild U  ]sys-libs/pam-1.3.1::gentoo 
[1.3.0-r2::gentoo] USE="berkdb cracklib filecaps nls pie -audit -debug -nis 
(-selinux) -static-libs% (-test%) (-vim-syntax%)" ABI_X86="32 (64) (-x32)" 733 
KiB
[ebuild U  ] sys-auth/pambase-20150213-r2::gentoo 
[20150213-r1::gentoo] USE="cracklib nullok sha512 systemd -consolekit -debug 
-elogind -minimal -mktemp -pam_krb5 -pam_ssh -passwdqc -securetty (-selinux) 
(-gnome-keyring%*)" 0 KiB
[nomerge   ] sys-libs/db-6.0.35-r1:6.0::gentoo  
USE="cxx doc -examples -java -tcl -test" ABI_X86="32 (64) (-x32)" 
[ebuild U  ]  
sys-devel/binutils-2.31.1-r1:2.31::gentoo [2.31.1:2.31::gentoo] USE="cxx doc 
nls -multitarget -static-libs -test" 13 KiB
[nomerge   ] 
app-text/docbook-xml-dtd-4.5-r1:4.5::gentoo 
[nomerge   ]  dev-libs/libxml2-2.9.8:2::gentoo  
USE="ipv6 python readline -debug -examples -icu -lzma -static-libs -test" 
ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7 python3_5 -python3_4 
-python3_6" 
[nomerge   ]   dev-lang/python-2.7.15:2.7::gentoo  
USE="bluetooth doc gdbm ipv6 ncurses readline sqlite ssl (threads) tk 
(wide-unicode) xml (-berkdb) -build -examples -hardened -libressl -wininst" 
[nomerge   ]
app-eselect/eselect-python-20171204::gentoo 
[nomerge   ] app-admin/eselect-1.4.13::gentoo  
USE="doc -emacs -vim-syntax" 
[nomerge   ]  dev-python/docutils-0.14::gentoo  
PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6" 
[nomerge   ]   
dev-lang/python-3.5.5-r1:3.5/3.5m::gentoo  USE="bluetooth gdbm ipv6 ncurses 
readline sqlite ssl (threads) tk xml -build -examples -hardened -libressl -test 
-wininst" 
[ebuild  rR]
net-wireless/bluez-5.50:0/3::gentoo  USE="alsa btpclient cups doc mesh obex 
readline systemd test-programs udev -debug -deprecated -experimental 
-extra-tools (-selinux) -test -user-session" ABI_X86="(64) -32 (-x32)" 
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild U  ] 
sys-apps/hwids-20180917::gentoo [20180518::gentoo] USE="net pci udev usb" 3,137 
KiB
[nomerge   ] 
dev-python/dbus-python-1.2.8::gentoo  USE="-doc -examples -test" 
PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6 -python3_7" 
[nomerge   ]  sys-apps/dbus-1.12.10::gentoo 
 USE="X doc systemd -debug -elogind (-selinux) -static-libs -test 
-user-session" ABI_X86="32 (64) (-x32)" 
[nomerge   ]   
x11-libs/libX11-1.6.6::gentoo  USE=&quo

Re: [gentoo-user] Re: [OT] Dual-Opteron

2006-01-04 Thread Boyd Stephen Smith Jr.
.5.0  
[ebuild  N] kde-base/akregator-3.5.0  
[ebuild  N] kde-base/konqueror-akregator-3.5.0  
[ebuild  N] kde-base/kicker-applets-3.5.0  
[ebuild  N] kde-base/konq-plugins-3.5.0  
[ebuild  N] kde-base/kaddressbook-3.5.0  
[ebuild  N] kde-base/kaddressbook-plugins-3.5.0  
[ebuild  N] kde-base/kdeaddons-meta-3.5.0  
[ebuild  N] kde-base/kgeography-3.5.0  
[ebuild  N] kde-base/kpercentage-3.5.0  
[ebuild  N] kde-base/keduca-3.5.0  
[ebuild  N] kde-base/libkdeedu-3.5.0  
[ebuild  N] kde-base/kstars-3.5.0  
[ebuild  N] kde-base/kvoctrain-3.5.0  
[ebuild  N] kde-base/ktouch-3.5.0  
[ebuild  N] kde-base/klettres-3.5.0  
[ebuild  N] kde-base/kdeedu-applnk-3.5.0  
[ebuild  N] kde-base/khangman-3.5.0  
[ebuild  N] kde-base/kig-3.5.0  
[ebuild  N] kde-base/kmplot-3.5.0  
[ebuild  N] kde-base/kwordquiz-3.5.0  
[ebuild  N] kde-base/kalzium-3.5.0  
[ebuild  N] kde-base/kiten-3.5.0  
[ebuild  N] kde-base/kanagram-3.5.0  
[ebuild  N] kde-base/kbruch-3.5.0  
[ebuild  N] kde-base/kturtle-3.5.0  
[ebuild  N] kde-base/klatin-3.5.0  
[ebuild  N] kde-base/blinken-3.5.0  
[ebuild  N] kde-base/kverbos-3.5.0  
[ebuild  N] kde-base/kdeedu-meta-3.5.0  
[ebuild  N] kde-base/kdebugdialog-3.5.0  
[ebuild  N] sys-apps/lm_sensors-2.9.2  
[ebuild  N] kde-base/ksysguard-3.5.0  
[ebuild  N] kde-base/kdebase-pam-6  
[ebuild  N] kde-base/kdm-3.5.0  
[ebuild  N] kde-base/kcheckpass-3.5.0  
[ebuild  N] kde-base/kfind-3.5.0  
[ebuild  N] kde-base/kdepasswd-3.5.0  
[ebuild  N] kde-base/kscreensaver-3.5.0  
[ebuild  N] kde-base/klipper-3.5.0  
[ebuild  N] kde-base/ksystraycmd-3.5.0  
[ebuild  N] kde-base/kreadconfig-3.5.0  
[ebuild  N] kde-base/ktip-3.5.0  
[ebuild  N] kde-base/kwin-3.5.0  
[ebuild  N] kde-base/kdesktop-3.5.0  
[ebuild  N] kde-base/kstart-3.5.0  
[ebuild  N] kde-base/knetattach-3.5.0  
[ebuild  N] kde-base/ksmserver-3.5.0  
[ebuild  N] kde-base/kappfinder-3.5.0  
[ebuild  N] kde-base/ksplashml-3.5.0  
[ebuild  N] kde-base/kdeprint-3.5.0  
[ebuild  N] kde-base/nsplugins-3.5.0  
[ebuild  N] kde-base/kpager-3.5.0  
[ebuild  N] kde-base/kxkb-3.5.0  
[ebuild  N] kde-base/kdcop-3.5.0  
[ebuild  N] kde-base/drkonqi-3.5.0  
[ebuild  N] kde-base/kpersonalizer-3.5.0  
[ebuild  N] kde-base/kdebase-startkde-3.5.0  
[ebuild  N] kde-base/kmenuedit-3.5.0  
[ebuild  N] kde-base/konsole-3.5.0  
[ebuild  N] kde-base/kdebase-meta-3.5.0  
[ebuild  N] kde-base/superkaramba-3.5.0  
[ebuild  N] kde-base/kcalc-3.5.0  
[ebuild  N] kde-base/kedit-3.5.0  
[ebuild  N] sys-libs/db-1.85-r3  
[ebuild  N] dev-perl/TermReadKey-2.30  
[ebuild  N] dev-libs/elfutils-0.118  
[ebuild  N] dev-perl/perl-tk-804.027  
[ebuild  N] net-analyzer/net-snmp-5.2.2  
[ebuild  N] kde-base/ksim-3.5.0  
[ebuild  N] kde-base/kregexpeditor-3.5.0  
[ebuild  N] kde-base/kmilo-3.5.0  
[ebuild  N] kde-base/kgpg-3.5.0  
[ebuild  N] kde-base/ktimer-3.5.0  
[ebuild  N] kde-base/khexedit-3.5.0  
[ebuild  N] kde-base/kwalletmanager-3.5.0  
[ebuild  N] kde-base/kfloppy-3.5.0  
[ebuild  N] kde-base/kjots-3.5.0  
[ebuild  N] kde-base/kdf-3.5.0  
[ebuild  N] kde-base/klaptopdaemon-3.5.0  
[ebuild  N] kde-base/ark-3.5.0  
[ebuild  N] kde-base/kcharselect-3.5.0  
[ebuild  N] kde-base/kdeutils-meta-3.5.0  
[ebuild  N] kde-base/ktalkd-3.5.0  
[ebuild  N] kde-base/kdnssd-3.5.0  
[ebuild  N] net-wireless/wireless-tools-28_pre13  
[ebuild  N] kde-base/kwifimanager-3.5.0  
[ebuild  N] kde-base/kdict-3.5.0  
[ebuild  N] kde-base/lisa-3.5.0  
[ebuild  N] kde-base/dcoprss-3.5.0  
[ebuild  N] app-crypt/qca-1.0-r2  
[ebuild  N] app-crypt/qca-tls-1.0-r2  
[ebuild  N] kde-base/kopete-3.5.0  
[ebuild  N] kde-base/kdenetwork-filesharing-3.5.0  
[ebuild  N] net-misc/rdesktop-1.4.1  
[ebuild  N] kde-base/krdc-3.5.0  
[ebuild  N] kde-base/kppp-3.5.0  
[ebuild  N] kde-base/kdenetwork-kfile-plugins-3.5.0  
[ebuild  N] kde-base/kpf-3.5.0  
[ebuild  N] kde-base/kget-3.5.0  
[ebuild  N] kde-base/krfb-3.5.0  
[ebuild  N] dev-perl/Net-SSLeay-1.25  
[ebuild  N] dev-perl/IO-Socket-SSL-0.97  
[ebuild  N] kde-base/ksirc-3.5.0  
[ebuild  N] kde-base/kdenetwork-meta-3.5.0  
[ebuild  N] kde-base/libkpimexchange-3.5.0  
[ebuild  N] dev-libs/libical-0.24_rc4-r1  
[ebuild  N] kde-base/kode-3.5.0  
[ebuild  N] kde-base/kdepim-kresources-3.5.0  
[ebuild  N] kde-base/libkholidays-3.5.0  
[ebuild  N] kde-base/korganizer-3.5.0  
[ebuild  N] kde-base/libkmime-3.5.0  
[ebuild  N] kde-base/kdepim-kioslaves-3.5.0  
[ebuild  N] kde-base/mimelib-3.5.0  
[ebuild  N] kde-base/libksieve-3.5.0  
[ebuild  N] kde-base/kmailcvt-3.5.0  
[ebuild  N] kde-base/kmail-3.5.0-r3  
[ebuild  N] kde-b

[gentoo-user] Tensorflow 2.1.0 failing to compile

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

[gentoo-user] Missing device files for cdroms

2006-07-19 Thread don
I have a system with an SATA hard drive, and two IDE cdroms.

The kernel sees them as shown by these lines in /var/log/messages

==
Jul  7 21:19:31 reid1 kernel: hda: SONY DVD-ROM DDU1615, ATAPI CD/DVD-ROM drive
Jul  7 21:19:31 reid1 kernel: hdb: SONY DVD RW DW-Q120A, ATAPI CD/DVD-ROM drive
Jul  7 21:19:31 reid1 kernel: hda: ATAPI 40X DVD-ROM drive, 1725kB Cache, 
UDMA(33)
Jul  7 21:19:31 reid1 kernel: hdb: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 
2048kB Cache, UDMA(66)
==

However there are no devices files /dev/cdrom or /dev/cdroms/.

There are also no files /proc/ide/hda or /proc/ide/hdb.

I am trying to use udev, and installed the udev package.  Packages I have
installed include:

==
sys-apps/coldplug-20040920-r1
sys-apps/hotplug-20040923-r2
sys-apps/hotplug-base-20040401
sys-fs/device-mapper-1.02.07
sys-fs/sysfsutils-1.3.0-r1
sys-fs/udev-087-r1
==

I haven't touched the various config files (like the udev rules).

The kernel is 2.6.16-gentoo-r12.  I've gone through many documentation
web pages and think I have all the right options selected.

I'll attach the full list of packages, and kernel config.

USB storage devices are dectected, and auto mounted fine.

Thanks for any help
Don Reid
 * installed packages
app-admin/eselect-1.0
app-admin/eselect-opengl-1.0.3
app-admin/gamin-0.1.7
app-admin/gkrellm-1.2.13
app-admin/gkrellm-2.2.5
app-admin/gnome-system-tools-2.14.0
app-admin/hddtemp-0.3_beta13
app-admin/logrotate-3.7.1-r2
app-admin/perl-cleaner-1.04
app-admin/sysklogd-1.4.1-r11
app-admin/system-tools-backends-1.4.2
app-arch/bzip2-1.0.3-r6
app-arch/cpio-2.6-r5
app-arch/file-roller-2.14.3
app-arch/gzip-1.3.5-r8
app-arch/rpm-4.2
app-arch/rpm2targz-9.0-r3
app-arch/tar-1.15.1-r1
app-arch/unzip-5.52
app-arch/zip-2.31
app-cdr/cdrtools-2.01.01_alpha10
app-cdr/dvd+rw-tools-6.1-r1
app-crypt/gnupg-1.4.4
app-crypt/gnupg-1.9.20-r3
app-crypt/hashalot-0.3-r2
app-crypt/opencdk-0.5.5
app-dicts/aspell-en-0.51.1
app-doc/xorg-docs-1.2
app-editors/gedit-2.14.3
app-editors/gvim-6.4
app-editors/nano-1.3.11-r2
app-editors/vim-6.4
app-editors/vim-core-6.4
app-misc/ca-certificates-20050804
app-misc/mime-types-5
app-misc/pax-utils-0.1.13
app-office/gnucash-2.0.0
app-office/gnumeric-1.4.3-r3
app-office/openoffice-2.0.2-r1
app-office/scribus-1.2.4.1
app-portage/gentoolkit-0.2.2
app-shells/bash-3.1_p16
app-shells/tcsh-6.14-r3
app-text/aspell-0.50.5-r4
app-text/build-docbook-catalog-1.2
app-text/docbook-xml-dtd-4.1.2-r6
app-text/docbook-xml-dtd-4.3
app-text/docbook-xml-dtd-4.4-r1
app-text/docbook-xsl-stylesheets-1.68.1-r1
app-text/enchant-1.2.5
app-text/evince-0.5.3-r1
app-text/ghostscript-gpl-8.54
app-text/gnome-doc-utils-0.6.1
app-text/gnome-spell-1.0.7-r1
app-text/gtkspell-2.0.11-r1
app-text/hunspell-1.1.4
app-text/iso-codes-0.49
app-text/ispell-3.2.06-r6
app-text/poppler-0.5.3
app-text/poppler-bindings-0.5.3
app-text/scrollkeeper-0.3.14-r2
app-text/sgml-common-0.6.3-r4
app-text/xpdf-3.01-r8
app-vim/gentoo-syntax-20051221
dev-cpp/glibmm-2.8.4
dev-cpp/gtkmm-2.8.3
dev-lang/nasm-0.98.39-r3
dev-lang/perl-5.8.8-r2
dev-lang/python-2.4.3-r1
dev-lang/swig-1.3.25
dev-libs/atk-1.11.4
dev-libs/boehm-gc-6.5
dev-libs/elfutils-0.118
dev-libs/expat-1.95.8
dev-libs/g-wrap-1.3.4-r1
dev-libs/glib-1.2.10-r5
dev-libs/glib-2.10.3
dev-libs/libIDL-0.8.6
dev-libs/libassuan-0.6.10
dev-libs/libcdio-0.77
dev-libs/libcroco-0.6.1
dev-libs/libgcrypt-1.2.2-r1
dev-libs/libgpg-error-1.0-r1
dev-libs/libksba-0.9.14
dev-libs/liboil-0.3.6
dev-libs/libpcre-6.3
dev-libs/libsigc++-2.0.16
dev-libs/libtasn1-0.2.18
dev-libs/libunicode-0.4-r1
dev-libs/libusb-0.1.10a
dev-libs/libxml-1.8.17-r2
dev-libs/libxml2-2.6.26
dev-libs/libxslt-1.1.17
dev-libs/lzo-1.08-r1
dev-libs/nspr-4.6.1-r2
dev-libs/nss-3.11-r1
dev-libs/openssl-0.9.7j
dev-libs/popt-1.7-r1
dev-libs/pth-1.4.0
dev-libs/slib-2.4.3
dev-perl/Archive-Tar-1.28
dev-perl/Archive-Zip-1.16
dev-perl/Compress-Zlib-1.41
dev-perl/Crypt-SSLeay-0.51
dev-perl/Digest-HMAC-1.01-r1
dev-perl/Digest-SHA1-2.11
dev-perl/HTML-Parser-3.48
dev-perl/HTML-Tagset-3.10
dev-perl/HTML-Tree-3.19.01
dev-perl/IO-Socket-INET6-2.51
dev-perl/IO-Socket-SSL-0.97
dev-perl/IO-String-1.08
dev-perl/IO-Zlib-1.04
dev-perl/Locale-gettext-1.05
dev-perl/Net-DNS-0.53-r1
dev-perl/Net-IP-1.24
dev-perl/Net-SSLeay-1.25
dev-perl/Socket6-0.17
dev-perl/URI-1.35
dev-perl/XML-NamespaceSupport-1.09
dev-perl/XML-Parser-2.34
dev-perl/XML-SAX-0.13
dev-perl/XML-Simple-2.14
dev-perl/XML-Writer-0.600
dev-perl/extutils-depends-0.205
dev-perl/extutils-pkgconfig-1.07
dev-perl/glib-perl-1.105
dev-perl/gtk2-perl-1.102
dev-perl/libwww-perl-5.803-r1
dev-python/gnome-python-2.12.4
dev-python/gnome-python-desktop-2.14.0
dev-python/gnome-python-extras-2.14.0-r1
dev-python/n

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

2018-04-02 Thread Daniel Frey
 with link time reference
symbol _ZTI26QPlatformIntegrationPlugin, version Qt_5 not defined in
file libQt5Gui.so.5 with link time reference
symbol _ZTV13QPlatformMenu, version Qt_5 not defined in file
libQt5Gui.so.5 with link time reference
symbol _ZTV15QPlatformCursor, version Qt_5 not defined in file
libQt5Gui.so.5 with link time reference
symbol _ZTV16QPlatformMenuBar, version Qt_5 not defined in file
libQt5Gui.so.5 with link time reference
symbol _ZTV17QPlatformMenuItem, version Qt_5 not defined in file
libQt5Gui.so.5 with link time reference
symbol _ZTV24QPlatformNativeInterface, version Qt_5 not defined in file
libQt5Gui.so.5 with link time reference)
[ 100% ]
 * Generated new 3_broken.rr
 * Assigning files to packages
 *-> media-gfx/exiv2-0.26_p20171104
media-gfx/ebdftopcf-2
media-gfx/graphite2-1.3.10
media-gfx/xsane
 *   /usr/lib64/qt5/plugins/platforms/KWinQpaPlugin.so -> kde-plasma/kwin
 * Generated new 4_raw.rr and 4_owners.rr
 * Cleaning list of packages to rebuild
 * Generated new 4_pkgs.rr
 * Assigning packages to ebuilds
 * Generated new 4_ebuilds.rr
 * Evaluating package order
 * Generated new 5_order.rr
 * All prepared. Starting rebuild
emerge --complete-graph=y --oneshot   app-accessibility/at-spi2-atk:2
app-accessibility/at-spi2-core:2 app-admin/eselect:0
app-admin/killproc:0 app-admin/lib_users:0 app-admin/logrotate:0
app-admin/perl-cleaner:0 app-admin/sudo:0 app-admin/syslog-ng:0
app-arch/bzip2:0/1 app-arch/cabextract:0 app-arch/cpio:0 app-arch/gcab:0
app-arch/gzip:0 app-arch/libarchive:0/13 app-arch/p7zip:0
app-arch/rpm2targz:0 app-arch/snappy:0/1 app-arch/tar:0
app-arch/unrar:0/5 app-arch/unzip:0 app-arch/xz-utils:0 app-arch/zip:0
app-cdr/cdrdao:0 app-cdr/cdrtools:0 app-cdr/dvd+rw-tools:0
app-crypt/gcr:0/1 app-crypt/gnupg:0 app-crypt/gpgme:1/11
app-crypt/libsecret:0 app-crypt/mhash:0 app-crypt/mit-krb5:0
app-crypt/p11-kit:0 app-crypt/pinentry:0 app-crypt/qca:2
app-crypt/rhash:0 app-dicts/myspell-en:0 app-doc/doxygen:0
app-doc/xmltoman:0 app-editors/vim:0 app-editors/vim-core:0
app-emulation/vmware-tools:0 app-emulation/wine-desktop-common:0
app-emulation/wine-gecko:2.47 app-emulation/wine-mono:4.6.4
app-emulation/wine-vanilla:2.0.3 app-eselect/eselect-cdparanoia:0
app-eselect/eselect-ctags:0 app-eselect/eselect-fontconfig:0
app-eselect/eselect-lib-bin-symlink:0 app-eselect/eselect-mesa:0
app-eselect/eselect-mpg123:0 app-eselect/eselect-notify-send:0
app-eselect/eselect-opencl:0 app-eselect/eselect-opengl:0
app-eselect/eselect-pinentry:0 app-eselect/eselect-python:0
app-eselect/eselect-qtgraphicssystem:0 app-eselect/eselect-ruby:0
app-eselect/eselect-vi:0 app-eselect/eselect-wine:0
app-eselect/eselect-wxwidgets:0 app-i18n/uchardet:0 app-misc/c_rehash:0
app-misc/ca-certificates:0 app-misc/editor-wrapper:0 app-misc/gtypist:0
app-misc/media-player-info:0 app-misc/mime-types:0 app-misc/pax-utils:0
app-office/libreoffice:0 app-portage/cpuid2cpuflags:0
app-portage/elt-patches:0 app-portage/genlop:0 app-portage/gentoolkit:0
app-portage/layman:0 app-portage/portage-utils:0 app-shells/bash:0
app-text/build-docbook-catalog:0 app-text/docbook-dsssl-stylesheets:0
app-text/docbook-sgml-dtd:3.0 app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3
app-text/docbook-xml-dtd:4.4 app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets:0 app-text/enchant:0
app-text/fbreader:0 app-text/ghostscript-gpl:0
app-text/gnome-doc-utils:0 app-text/hunspell:0/1.6 app-text/iso-codes:0
app-text/libabw:0 app-text/libebook:0 app-text/libetonyek:0
app-text/libexttextcat:0 app-text/liblangtag:0 app-text/libmspub:0
app-text/libmwaw:0 app-text/libodfgen:0 app-text/libpaper:0
app-text/libspectre:0 app-text/libstaroffice:0 app-text/libwpd:0.10
app-text/libwpg:0.3 app-text/libwps:0 app-text/mupdf:0/1.11
app-text/mythes:0 app-text/openjade:0 app-text/opensp:0 app-text/po4a:0
app-text/poppler:0/73 app-text/poppler-data:0 app-text/qpdf:0/18
app-text/scrollkeeper-dtd:1.0 app-text/sgml-common:0 app-text/xmlto:0
app-text/yelp-tools:0 app-vim/gentoo-syntax:0 app-vim/vim-spell-en:0
dev-cpp/atkmm:0 dev-cpp/cairomm:0 dev-cpp/clucene:1 dev-cpp/gconfmm:0
dev-cpp/glibmm:2 dev-cpp/gtest:0 dev-cpp/gtkmm:2.4 dev-cpp/gtkmm:3.0
dev-cpp/libcmis:0.5 dev-cpp/libglademm:2.4 dev-cpp/pangomm:1.4
dev-db/mariadb:0/18 dev-db/mysql-init-scripts:0 dev-db/sqlite:3
dev-db/unixODBC:0 dev-lang/luajit:2 dev-lang/nasm:0 dev-lang/orc:0
dev-lang/perl:0/5.24 dev-lang/python:2.7 dev-lang/python:3.4/3.4m
dev-lang/python:3.5/3.5m dev-lang/python-exec:2 dev-lang/ruby:2.2
dev-lang/ruby:2.3 dev-lang/spidermonkey:0/mozjs185 dev-lang/swig:0
dev-lang/vala:0.36 dev-lang/yasm:0 dev-libs/appstream-glib:0/8
dev-libs/apr:1 dev-libs/apr-util:1 dev-libs/atk:0
dev-libs/boost:0/1.65.0 dev-libs/crossguid:0 dev-libs/crypto++:0/5.6
dev-libs/dbus-glib:0 dev-libs/double-conversion:0/1 dev-libs/elfutils:0
dev-libs/expat:0 dev-libs/fribidi:0 dev-libs/glib:2 dev-libs/gmp:0/10.4
dev-libs/gobject-introspection:0 dev-libs/gobject-introspecti