Re: [gentoo-user] "Multiple package instances ....". Help me understand this emerge error, please.

2014-02-22 Thread wabenbau
Am Samstag, 22.02.2014 um 21:15
schrieb Alan Mackenzie :

> Hi, Gentoo.
> 
> I've just tried an emerge -puND world, after a shockingly long
> interval. I got the error message:
> 
>!!! Multiple package instances within a single package slot have
> been pulled !!! into the dependency graph, resulting in a slot
> conflict:
> 
> , etc.
> 
> To simplify the problem, I tried to emerge an individual package
> identified in that message, and tried emerge -p libpng.  I got the
> same message, with this:
> 
> ###
> !!! Multiple package instances within a single package slot have been
> pulled !!! into the dependency graph, resulting in a slot conflict:
> 
> media-libs/libpng:0
> 
>   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by
> media-libs/libpng:0/0= required by
> (x11-libs/cairo-1.12.14-r4::gentoo, installed)
> >=media-libs/libpng-1.4:0/0= required by
> >(app-editors/emacs-24.3-r2::gentoo, installed)
> media-libs/libpng:0/0= required by
> (media-libs/libwebp-0.3.1::gentoo, installed) media-libs/libpng:0/0=
> required by (net-print/cups-filters-1.0.36-r1::gentoo, installed)
> media-libs/libpng:0/0= required by
> (kde-base/kdelibs-4.11.2-r1::gentoo, installed)
> media-libs/libpng:0/0= required by (dev-qt/qtgui-4.8.5-r1::gentoo,
> installed) media-libs/libpng:0/0= required by
> (app-text/poppler-0.24.3::gentoo, installed) (and 3 more with the
> same problems)
> 
>   (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge)
> pulled in by (no parents that aren't satisfied by other packages in
> this slot)
> ###
> 
> Clearly, I'm trying to update libpng-1.5.17 to libpng-1.6.8.  What
> does this portion of the message mean:
> 
> media-libs/libpng:0/0=
>  ^
> 
> ?  Is it somehow telling me that cairo and friends require the
> currently installed version, whatever that is?  Where is this format
> documented?  I couldn't find anything about it in the Gentoo
> handbook, and not in the emerge man page either.
> 
> What do I have to do to get this thing emerged?
> 
> Thanks!
> 

Sometimes it is helpful to increase the backtrack value. Some weeks ago
I had a similar problem and could I solve it with

emerge --backtrack=100 ...




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

2020-05-20 Thread J. Roeleveld
On 20 May 2020 21:24:36 CEST, Daniel Frey  wrote:
>On 5/20/20 12:06 PM, n952162 wrote:
>> The command was:
>> 
>> emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl
>> dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml
>> dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore
>> 
>> The output to that is attached.
>> 
>> I tried just emerging zlib with the static-libs USE flag ... that log
>is
>> also attached.
>> 
>> On 05/20/20 18:59, Ashley Dixon wrote:
>>> On Wed, May 20, 2020 at 02:35:52PM +0200, n952162 wrote:
>>>> I have a slot conflict for sys-libs/zlib, whereby both users want
>>>> the same package.  Studying the USE variables shows that the new
>>>> package wants, additionally, the "static-libs" USE flag.
>>>>
>>>> I thought, the way to handle this is to add the static-libs USE
>>>> variable in /etc/portage/package.use and re-emerge with
>>>> --changed-use.  Unfortunately, that gives me the same conflict.
>>> Can you attach the full output of emerge ?
>>>
>> 
>
>This is most likely due to so many packages that need to be upgraded at
>
>the same time. You're only asking to update a few select packages and 
>it's borking because it's finding packages outside your request that 
>also need to be updated at the same time.
>
>Have you tried an `emerge -avuD world` to see if portage can backtrack 
>far enough to sort dependencies out?
>
>Dan

I would also suggest a cleanup of the world-file as that command will add all 
that to the world file as well. Making updates where libraries are replaced 
impossible to negotiate by portage.

The file can be found at:
/var/lib/portage/world

Generally, only used applications, services and desktop environment packages 
should be listed.
Libraries should only be in there if needed for own projects.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



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

2020-05-20 Thread J. Roeleveld
Please don't toppost


On 20 May 2020 21:34:47 CEST, n952162  wrote:
>The output of:
>
>sudo emerge -auDv --changed-use --keep-going --with-bdeps=y
>--changed-deps --backtrack=100 @world
>
>is attached.
>
>
>On 05/20/20 21:24, Daniel Frey wrote:
>> On 5/20/20 12:06 PM, n952162 wrote:
>>> The command was:
>>>
>>> emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl
>>> dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml
>>> dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore
>>>
>>> The output to that is attached.
>>>
>>> I tried just emerging zlib with the static-libs USE flag ... that
>log is
>>> also attached.
>>>
>>> On 05/20/20 18:59, Ashley Dixon wrote:
>>>> On Wed, May 20, 2020 at 02:35:52PM +0200, n952162 wrote:
>>>>> I have a slot conflict for sys-libs/zlib, whereby both users want
>>>>> the same package.  Studying the USE variables shows that the new
>>>>> package wants, additionally, the "static-libs" USE flag.
>>>>>
>>>>> I thought, the way to handle this is to add the static-libs USE
>>>>> variable in /etc/portage/package.use and re-emerge with
>>>>> --changed-use.  Unfortunately, that gives me the same conflict.
>>>> Can you attach the full output of emerge ?
>>>>
>>>
>>
>> This is most likely due to so many packages that need to be upgraded
>> at the same time. You're only asking to update a few select packages
>> and it's borking because it's finding packages outside your request
>> that also need to be updated at the same time.
>>
>> Have you tried an `emerge -avuD world` to see if portage can
>backtrack
>> far enough to sort dependencies out?
>>
>> Dan
>>

I would suggest the following:

- update the 10 files in /etc/portage that need updating (see top of the list)

- check and configure the licence updates mentioned at the bottom

- ensure your world file is clean (eg. does not contain any libraries at all l, 
except those few you might need for private projects)

Then rerun the  emerge command and provide the results.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: [gentoo-user] Re: USE flags handling

2014-07-30 Thread Alan McKinnon
On 31/07/2014 03:55, Walter Dnes wrote:
> On Wed, Jul 30, 2014 at 10:31:50PM +0200, Volker Armin Hemmann wrote
>> Am 30.07.2014 21:48, schrieb Dale:
>>
>>> While to me KDE is bloated, I just try to disable what I can and carry
>>> on.  If my system was limited on resources, then I may use something else.
>>
>> and maybe you did exactly the wrong thing. KDE is very modular and
>> reuses its modules as much as it can. Which also means: memory is only
>> used once.
>>
>> There were once a very good (in my not so humble opinion. It think very
>> highly of myself) comparism here:
>>
>> http://ktown.kde.org/~seli/memory/
>> (url is dead btw)
>>
>> and if you actually use kde apps in kde - memory consumption is lower
>> than in either gnome or 'leightweight' solutions like xfce or
>> windowmaker+stuff.
>>
>> http://web.archive.org/web/20071229030604/http://ktown.kde.org/~seli/memory/desktop_benchmark.html
> 
>   The problem with KDE apps is that they're imitating what MS did with
> Internet Explorer.  They pointed to the itsy-bitsy-teeny-weeny little
> "ie.exe" that you could delete if you felt like doing so.  They
> deliberately obfuscated that it was merely a front end to a ton of
> system libraries that you could not remove.   Back when xpdf was being
> deprecated, various replacement options were suggested.  I chose mupdf
> rather than the KDE app "okular".  Here's why.  After multiple attempts
> at "emerge -pv okular", I found I had to add at least the following to
> package.use to get it to work...
> 
> dev-libs/libattica qt4
> media-libs/phonon vlc
> media-video/vlc dbus xcb -ffmpeg
> dev-qt/qtcore qt3support
> dev-qt/qtdeclarative accessibility qt3support
> dev-qt/qtgui accessibility qt3support 
> dev-qt/qtopengl qt3support
> dev-qt/qt3support accessibility
> dev-qt/qtsql qt3support sqlite
> dev-qt/qtsvg accessibility
> sys-libs/ncurses unicode
> 
>   Seems that if I want to emerge and use KDE's "pdf reader", I need...
> 
> phonon
> vlc (or gstreamer)
> libmpeg
> libmad
> net-dns/libidn
> dev-qt/qtwebkit
> 
> ...***FOR A STINKING PDF READER***.  Here's the "emerge -pv okular"
> output with USE flag listings edited out...
> 
> [d531][waltdnes][~] emerge -pv okular | sed " s/USE.*$//"
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies   done!
> [ebuild   R] sys-libs/ncurses-5.9-r3:5  
> [ebuild  N ] net-dns/libidn-1.28  
> [ebuild  N ] kde-base/kde-env-4.12.5:4/4.12  
> [ebuild  N ] dev-libs/libpcre-8.35:3  
> [ebuild  N ] app-admin/eselect-qtgraphicssystem-1.1.1  0 kB
> [ebuild  N ] dev-qt/qtcore-4.8.5-r2:4  
> [ebuild  N ] dev-qt/qtscript-4.8.5:4  
> [ebuild  N ] dev-qt/qtgui-4.8.5-r3:4  
> [ebuild  N ] dev-qt/qtsql-4.8.5:4  
> [ebuild  N ] dev-qt/qt3support-4.8.5:4  
> [ebuild  N ] dev-qt/qtdbus-4.8.5:4  
> [ebuild  N ] dev-qt/qtsvg-4.8.5:4  
> [ebuild  N ] dev-qt/qttest-4.8.5:4  
> [ebuild  N ] dev-qt/designer-4.8.5:4  
> [ebuild  N ] dev-qt/qtopengl-4.8.5:4  
> [ebuild  N ] dev-qt/qtxmlpatterns-4.8.5:4  
> [ebuild  N ] app-crypt/qca-2.0.3:2  
> [ebuild  N ] dev-qt/qtwebkit-4.8.5:4  
> [ebuild  N ] dev-qt/qtdeclarative-4.8.5:4  
> [ebuild  N ] x11-libs/libXScrnSaver-1.2.2-r1  
> [ebuild  N ] media-libs/libmpeg2-0.5.1-r2  
> [ebuild  N ] media-libs/libmad-0.15.1b-r7  
> [ebuild  N ] media-video/vlc-2.1.2:0/5-7  
> [ebuild  N ] dev-util/automoc-0.9.88  9 kB
> [ebuild  N ] kde-base/oxygen-icons-4.12.5:4/4.12  
> [ebuild  N ] media-libs/qimageblitz-0.0.6-r1  
> [ebuild  N ] dev-libs/libattica-0.4.2  
> [ebuild  N ] dev-libs/libdbusmenu-qt-0.9.2  
> [ebuild  N ] app-misc/strigi-0.7.8  
> [ebuild  N ] media-libs/phonon-4.6.0-r1  
> [ebuild  N ] media-libs/phonon-vlc-0.6.2  
> [ebuild  N ] kde-base/kdelibs-4.12.5-r1:4/4.12  
> [ebuild  N ] kde-base/katepart-4.12.5:4/4.12  
> [ebuild  N ] kde-base/libkexiv2-4.12.5:4/4.12  
> [ebuild  N ] kde-base/okular-4.12.5-r1:4/4.12  
> 
> Total: 35 packages (34 new, 1 reinstall), Size of downloads: 309,990 kB
> 
> 


I'm going to take issue with this post.

Walter, you have completely misjudged what KDE is designed to do and are
blaming it unfairly. KDE apps are not designed to run in isolation -
they run in a greater context. That context is the KDE system.

It was designed with the view that an app like okular will be installed
alongside other similar apps that let you deal with other filetypes.
Like audio, video, graphics, text.

Re: [gentoo-user] Re: USE flags handling

2014-07-31 Thread J. Roeleveld
On Thursday, July 31, 2014 08:34:09 AM Alan McKinnon wrote:
> On 31/07/2014 03:55, Walter Dnes wrote:
> > On Wed, Jul 30, 2014 at 10:31:50PM +0200, Volker Armin Hemmann 
wrote
> > 
> >> Am 30.07.2014 21:48, schrieb Dale:
> >>> While to me KDE is bloated, I just try to disable what I can and carry
> >>> on.  If my system was limited on resources, then I may use 
something
> >>> else.
> >> 
> >> and maybe you did exactly the wrong thing. KDE is very modular and
> >> reuses its modules as much as it can. Which also means: memory is 
only
> >> used once.
> >> 
> >> There were once a very good (in my not so humble opinion. It think 
very
> >> highly of myself) comparism here:
> >> 
> >> http://ktown.kde.org/~seli/memory/
> >> (url is dead btw)
> >> 
> >> and if you actually use kde apps in kde - memory consumption is 
lower
> >> than in either gnome or 'leightweight' solutions like xfce or
> >> windowmaker+stuff.
> >> 
> >> 
http://web.archive.org/web/20071229030604/http://ktown.kde.org/~seli/me
mo
> >> ry/desktop_benchmark.html>> 
> >   The problem with KDE apps is that they're imitating what MS did with
> > 
> > Internet Explorer.  They pointed to the itsy-bitsy-teeny-weeny little
> > "ie.exe" that you could delete if you felt like doing so.  They
> > deliberately obfuscated that it was merely a front end to a ton of
> > system libraries that you could not remove.   Back when xpdf was 
being
> > deprecated, various replacement options were suggested.  I chose 
mupdf
> > rather than the KDE app "okular".  Here's why.  After multiple attempts
> > at "emerge -pv okular", I found I had to add at least the following to
> > package.use to get it to work...
> > 
> > dev-libs/libattica qt4
> > media-libs/phonon vlc
> > media-video/vlc dbus xcb -ffmpeg
> > dev-qt/qtcore qt3support
> > dev-qt/qtdeclarative accessibility qt3support
> > dev-qt/qtgui accessibility qt3support
> > dev-qt/qtopengl qt3support
> > dev-qt/qt3support accessibility
> > dev-qt/qtsql qt3support sqlite
> > dev-qt/qtsvg accessibility
> > sys-libs/ncurses unicode
> > 
> >   Seems that if I want to emerge and use KDE's "pdf reader", I need...
> > 
> > phonon
> > vlc (or gstreamer)
> > libmpeg
> > libmad
> > net-dns/libidn
> > dev-qt/qtwebkit
> > 
> > ...***FOR A STINKING PDF READER***.  Here's the "emerge -pv okular"
> > output with USE flag listings edited out...
> > 
> > [d531][waltdnes][~] emerge -pv okular | sed " s/USE.*$//"
> > 
> > These are the packages that would be merged, in order:
> > 
> > Calculating dependencies   done!
> > [ebuild   R] sys-libs/ncurses-5.9-r3:5
> > [ebuild  N ] net-dns/libidn-1.28
> > [ebuild  N ] kde-base/kde-env-4.12.5:4/4.12
> > [ebuild  N ] dev-libs/libpcre-8.35:3
> > [ebuild  N ] app-admin/eselect-qtgraphicssystem-1.1.1  0 kB
> > [ebuild  N ] dev-qt/qtcore-4.8.5-r2:4
> > [ebuild  N ] dev-qt/qtscript-4.8.5:4
> > [ebuild  N ] dev-qt/qtgui-4.8.5-r3:4
> > [ebuild  N ] dev-qt/qtsql-4.8.5:4
> > [ebuild  N ] dev-qt/qt3support-4.8.5:4
> > [ebuild  N ] dev-qt/qtdbus-4.8.5:4
> > [ebuild  N ] dev-qt/qtsvg-4.8.5:4
> > [ebuild  N ] dev-qt/qttest-4.8.5:4
> > [ebuild  N ] dev-qt/designer-4.8.5:4
> > [ebuild  N ] dev-qt/qtopengl-4.8.5:4
> > [ebuild  N ] dev-qt/qtxmlpatterns-4.8.5:4
> > [ebuild  N ] app-crypt/qca-2.0.3:2
> > [ebuild  N ] dev-qt/qtwebkit-4.8.5:4
> > [ebuild  N ] dev-qt/qtdeclarative-4.8.5:4
> > [ebuild  N ] x11-libs/libXScrnSaver-1.2.2-r1
> > [ebuild  N ] media-libs/libmpeg2-0.5.1-r2
> > [ebuild  N ] media-libs/libmad-0.15.1b-r7
> > [ebuild  N ] media-video/vlc-2.1.2:0/5-7
> > [ebuild  N ] dev-util/automoc-0.9.88  9 kB
> > [ebuild  N ] kde-base/oxygen-icons-4.12.5:4/4.12
> > [ebuild  N ] media-libs/qimageblitz-0.0.6-r1
> > [ebuild  N ] dev-libs/libattica-0.4.2
> > [ebuild  N ] dev-libs/libdbusmenu-qt-0.9.2
> > [ebuild  N ] app-misc/strigi-0.7.8
> > [ebuild  N ] media-libs/phonon-4.6.0-r1
> > [ebuild  N ] media-libs/phonon-vlc-0.6.2
> > [ebuild  N ] kde-base/kdelibs-4.12.5-r1:4/4.12
> > [ebuild  N ] kde-base/katepart-4.12.5:4/4.12
> > [ebuild  N ] kde-base/libkexiv2-4.12.5:4/4.12
> > [ebuild  N ] kde-base/okular-4.12.5-r1:4/4.12

Re: [gentoo-user] This nite's switch to "full multilib"

2015-03-29 Thread Mick
On Sunday 29 Mar 2015 18:07:50 Alan McKinnon wrote:
> On 29/03/2015 18:21, Mick wrote:
> > On Sunday 29 Mar 2015 17:08:32 Yanestra wrote:
> >> On 03/29/2015 05:03 PM, waben...@gmail.com wrote:
> >>> "In most of the cases, Portage will be able to deliver correct
> >>> suggestions for that when using the --autounmask feature.
> >> 
> >> The first thing what happens here is that kde wants to upgrade because
> >> qtchooser's mask miraculously becomes ignored. And qtchooser itself
> >> doesn't install together with the libraries it pretends to control
> >> because there masses of conflicts, no matter what combination (qt4, qt5)
> >> I try.
> >> 
> >> It has taken months of experimentation to get all the software to work
> >> which I need. It was tricky, because in many places only particular
> >> versions do.
> >> 
> >> All that dissolves in a giant pile of rubbish...
> >> 
> >> Regards,
> >> Yanestra
> > 
> > I've also ended up with qt blockers, that I do not seem capable to
> > overcome yet.  KDE wants qt 4.8.5 installed which is blocking qt 4.8.6. 
> > How did you go about overcoming this?
> 
> I went through that exercise about a month ago, and I needed this:
> 
> /etc/portage/package.use/abi_x86_32:
> >=dev-qt/qtwebkit-4.8.6-r1:4 abi_x86_32
> >=dev-qt/qtgui-4.8.6-r1:4 abi_x86_32
> >=dev-qt/qtdbus-4.8.6-r1:4 abi_x86_32
> >=dev-qt/qtscript-4.8.6-r1:4 abi_x86_32
> >=dev-qt/qtcore-4.8.6-r1:4 abi_x86_32
> >=dev-qt/qtxmlpatterns-4.8.6-r1:4 abi_x86_32
> >=dev-qt/qt3support-4.8.6-r1 abi_x86_32
> >=dev-qt/qtsql-4.8.6-r1:4 abi_x86_32
> 
> Apparently I have some 32-bit app that uses Qt, and wine is also in the
> mix. I imagine the number of possibilities and complications about this
> can be huge and many folks will need to make their own unique tweaks to
> package.use, and it'll take a while to shake out all the cruft in the tree

Thanks Alan, after keywording:

=dev-qt/qtopengl-4.8.6-r1 ~amd64
=dev-qt/qtscript-4.8.6-r1 ~amd64
=dev-qt/qtsql-4.8.6-r1 ~amd64
=dev-qt/qtsvg-4.8.6-r1 ~amd64
=dev-qt/qttest-4.8.6-r1 ~amd64
=dev-qt/qttranslations-4.8.6-r1 ~amd64
=dev-qt/qtwebkit-4.8.6-r1 ~amd64
=dev-qt/qtxmlpatterns-4.8.6-r1 ~amd64

and adding abi_x86_32 on many packages that emerge asked me to, I am now able 
to progress with 'emerge -a @preserved-rebuild'.

-- 
Regards,
Mick


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


Re: [gentoo-user] Master PDF Editor - version 4, without watermark

2021-09-25 Thread Charlotte Delenk

On 9/25/21 09:45, Marco Rebhan wrote:

On Saturday, 25 September 2021 09:06:20 CEST the...@sys-concept.com
wrote:

Any idea where I can find "Master PDF Editor - version 4" ebuild?
Ver. 4 is without watermark.

You can find it in the git repository history:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?
id=56e7e82af65de580969758794453066a29ecbf85

The command I used to find that was git log 'app-text/master-pdf-editor/
master-pdf-editor-4*' in case you need to do that in the future.

Due to the commit message, I don't think you'll have much luck unless
you have the source files:


app-text/master-pdf-editor: removed 4.3.82 as sources are no longer
available.

-Marco



It appears that the binaries for a slightly newer version are still 
available on the website, just under a different name:


http://code-industry.net/public/master-pdf-editor-4.3.89_qt5.amd64.tar.gz

I attached an ebuild that might work, haven't tested it.

--
Charlotte

https://keybase.io/darkkirb • GPG Key 3CEF5DDA915AECB0 • https://darkkirb.de

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit xdg-utils desktop

DESCRIPTION="A complete solution for viewing and editing PDF files"
HOMEPAGE="https://code-industry.net/free-pdf-editor/";
SRC_URI="http://code-industry.net/public/${P}_qt5.amd64.tar.gz";

LICENSE="master-pdf-editor"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"

COMMON_DEPEND="
app-arch/bzip2
dev-libs/double-conversion
dev-libs/glib
dev-libs/icu
dev-libs/openssl
media-gfx/graphite2
media-gfx/sane-backends
media-libs/freetype
media-libs/harfbuzz
media-libs/libjpeg-turbo
media-libs/libpng
media-libs/tiff
x11-libs/libX11
x11-libs/libXau
x11-libs/libxcb
x11-libs/libXdmcp
x11-libs/libXext
>=dev-qt/qtsvg-5.4:5
>=dev-qt/qtnetwork-5.4:5
>=dev-qt/qtgui-5.4:5
>=dev-qt/qtprintsupport-5.4:5
"

RDEPEND="${COMMON_DEPEND}"

S="${WORKDIR}/${PN}-${PV%%.*}"

src_install() {
insinto /opt/${PN}
doins -r fonts lang stamps templates masterpdfeditor4.png

exeinto /opt/${PN}
doexe masterpdfeditor4

dosym ../${PN}/masterpdfeditor4 /opt/bin/masterpdfeditor4
make_desktop_entry "masterpdfeditor4 %f" \
"Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor4.png \
"Office;Graphics;Viewer" \

"MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false"
}

pkg_postinst() {
xdg_desktop_database_update
}

pkg_postrm() {
xdg_desktop_database_update
}


OpenPGP_0x3CEF5DDA915AECB0.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


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

2020-05-20 Thread n952162

Good tip ... I was getting unconfortable that every time I tried one of
these attempts to update things, it would say that the target got added
to the world file.  You're saying, if I don't recognize it, I can remove
it from the list?


On 05/20/20 21:35, J. Roeleveld wrote:

On 20 May 2020 21:24:36 CEST, Daniel Frey  wrote:

On 5/20/20 12:06 PM, n952162 wrote:

The command was:

emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl
dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml
dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore

The output to that is attached.

I tried just emerging zlib with the static-libs USE flag ... that log

is

also attached.

On 05/20/20 18:59, Ashley Dixon wrote:

On Wed, May 20, 2020 at 02:35:52PM +0200, n952162 wrote:

I have a slot conflict for sys-libs/zlib, whereby both users want
the same package.  Studying the USE variables shows that the new
package wants, additionally, the "static-libs" USE flag.

I thought, the way to handle this is to add the static-libs USE
variable in /etc/portage/package.use and re-emerge with
--changed-use.  Unfortunately, that gives me the same conflict.

Can you attach the full output of emerge ?


This is most likely due to so many packages that need to be upgraded at

the same time. You're only asking to update a few select packages and
it's borking because it's finding packages outside your request that
also need to be updated at the same time.

Have you tried an `emerge -avuD world` to see if portage can backtrack
far enough to sort dependencies out?

Dan

I would also suggest a cleanup of the world-file as that command will add all 
that to the world file as well. Making updates where libraries are replaced 
impossible to negotiate by portage.

The file can be found at:
/var/lib/portage/world

Generally, only used applications, services and desktop environment packages 
should be listed.
Libraries should only be in there if needed for own projects.

--
Joost





Re: [gentoo-user] Updateing linux-headers ...

2016-06-11 Thread Alexander Kapshuk
On Sat, Jun 11, 2016 at 2:09 PM,   wrote:
> Hi,
>
> I want to update my linux-headers (I am using the vanilla-kernel).
>
> I did a
>
> solfire:/root>equery depends '=sys-kernel/linux-headers-4.6'
>  * These packages depend on sys-kernel/linux-headers-4.6:
> app-misc/srm-1.2.11-r2 (sys-kernel/linux-headers)
> dev-qt/qtgui-5.5.1-r1 (evdev ? sys-kernel/linux-headers)
>   (udev ? sys-kernel/linux-headers)
> dev-util/strace-4.9 (sys-kernel/linux-headers)
> media-video/ffmpeg-2.8.6 (v4l ? sys-kernel/linux-headers)
> media-video/transcode-1.1.7-r3 (v4l ? >=sys-kernel/linux-headers-2.6.11)
> sys-apps/busybox-1.24.2 (>=sys-kernel/linux-headers-2.6.39)
> sys-apps/iproute2-4.4.0 (>=sys-kernel/linux-headers-3.16)
> sys-apps/keyutils-1.5.9-r2 (!prefix ? >=sys-kernel/linux-headers-2.6.11)
> sys-fs/udev-225-r1 (>=sys-kernel/linux-headers-3.9)
> sys-fs/udisks-2.1.7 (>=sys-kernel/linux-headers-3.1)
> sys-libs/libcap-2.24-r2 (sys-kernel/linux-headers)
> sys-libs/libcap-ng-0.7.7 (sys-kernel/linux-headers)
> sys-libs/libseccomp-2.3.0 (>=sys-kernel/linux-headers-4.3)
> sys-libs/mtdev-1.1.5 (>=sys-kernel/linux-headers-2.6.31)
> sys-power/acpid-2.0.23 (>=sys-kernel/linux-headers-3)
> virtual/linuxtv-dvb-headers-5.8 (>=sys-kernel/linux-headers-3.7)
> virtual/os-headers-0 (kernel_linux ? sys-kernel/linux-headers:0)
> x11-drivers/xf86-input-evdev-2.9.2 (>=sys-kernel/linux-headers-2.6)
>
> How can I tell emerge just to recompile those packages since
>
> emerge --update --newuse --deep --with-bdeps=y --tree --keep-going
> --backtrack=30 @world -v
>
> does not do anything.
>
> Thanks a lot for any help in advance!
> Best regards,
> Meino
>
>
>
>

If what you're after is rebuilding all the packages that depend on
linux-headers, a command line below might be one way of doing it:

emerge -a `equery -q d '=sys-kernel/linux-headers-4.3' | sed
's/\-[0-9].*//'`   `

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

Calculating dependencies  . done!
[ebuild   R] virtual/os-headers-0
[ebuild   R] sys-apps/busybox-1.24.2
[ebuild   R] sys-libs/mtdev-1.1.5
[ebuild   R] dev-util/strace-4.9
[ebuild   R] sys-apps/hwinfo-21.4
[ebuild   R] sys-libs/libcap-ng-0.7.7
[ebuild   R] sys-libs/libseccomp-2.3.0
[ebuild   R] sys-apps/iproute2-4.4.0
[ebuild   R] sys-libs/libcap-2.24-r2
[ebuild   R] media-gfx/sane-backends-1.0.24-r6
[ebuild   R] media-video/ffmpeg-2.8.6
[ebuild   R] x11-drivers/xf86-input-evdev-2.9.2
[ebuild   R] sys-fs/udev-225-r1
[ebuild   R] sys-fs/udisks-2.1.4

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



Re: [gentoo-user] printing pdfs

2020-05-28 Thread james

On 5/28/20 4:30 PM, Francesco Turco wrote:

On Thu, May 28, 2020, at 22:11, james wrote:

So what application/strategy gets me past errors like this:

"Cannot mix incompatible Qt library (version 0x50e01) with this library
(version 0x50e02)"


Which application are you printing from?
I guess it's a Qt application. In that case, please verify that all packages in 
the dev-qt category on your system have the same version number.

You can use eix, for example:

$ eix --category dev-qt --installed --compact



35 matches. Yes I run lxde and many qt codes.

Perhaps better these are currenly blocked (will not update) qt:

U ~] dev-qt/qtcore-5.15.0 [5.14.2]
 U ~] dev-qt/qtxml-5.15.0 [5.14.2]
U dev-qt/qtnetwork-5.15.0 [5.14.2] USE="-libressl%"
U ~] dev-qt/qttest-5.15.0 [5.14.2]
U ~] dev-qt/qtdbus-5.15.0 [5.14.2]

U ~] dev-qt/qtgui-5.15.0 [5.14.2]
U ~] dev-qt/qtx11extras-5.15.0 [5.14.2]
U ~] dev-qt/qtwidgets-5.15.0 [5.14.2]
U ~] dev-qt/qtdeclarative-5.15.0 [5.14.2]
U ~] dev-qt/qtopengl-5.15.0 [5.14.2]
U ~] dev-qt/linguist-tools-5.15.0 [5.14.2]
U ~] dev-qt/qtmultimedia-5.15.0 [5.14.2]
U ~] dev-qt/qtpositioning-5.15.0 [5.14.2]
U ~] dev-qt/qtwayland-5.15.0 [5.14.2]
U ~] dev-python/qtawesome-0.7.2 [0.7.1]



Not staying up with the very latest qt packages, causes even more 
problems. I usually have to wait, up to 7 days, as the others trickle in 
and the all the qt packages will install. Sometime I have to remove them 
all, then do the upgrade.


This is the first time it has affected pdf files.

Palemoon will not even load pdfs, at least this version::

NewMoon: 28.9.3  (the unofficial build of PaleMoon.)

I'll guess I just wait a few days and see what trickles in on qqt upgrades:


(dev-qt/qtcore-5.15.0:5/5.15.0::gentoo, ebuild scheduled for merge) 
USE="icu -debug -old-kernel (-systemd) -test" ABI_X86="(64)" conflicts with
~dev-qt/qtcore-5.14.2:5/5.14.2= required by 
(dev-qt/qtnetwork-5.14.2:5/5.14::gentoo, installed) USE="ssl -bindist 
-connman -debug -gssapi -libproxy -networkmanager -sctp -test" 
ABI_X86="(64)"

^^^
~dev-qt/qtcore-5.14.2 required by 
(dev-qt/qtgraphicaleffects-5.14.2:5/5.14::gentoo, installed) USE="-debug 
-test" ABI_X86="(64)"

^  ^^
~dev-qt/qtcore-5.14.2:5= required by 
(dev-qt/qtxml-5.14.2:5/5.14::gentoo, installed) USE="-debug -test" 
ABI_X86="(64)"

^  ^^
~dev-qt/qtcore-5.14.2:5/5.14.2= required by 
(dev-qt/qtdiag-5.14.2:5/5.14::gentoo, installed) USE="network widgets 
-debug -test" ABI_X86="(64)"





Re: [gentoo-user] Gpgme oddity

2017-03-05 Thread Mick
On Sunday 05 Mar 2017 02:10:09 Alon Bar-Lev wrote:
> On 5 March 2017 at 00:59, Peter Humphrey  wrote:
> > I just can't believe it. They're issuing a general-purpose tool, to work
> > everywhere, and they don't test it on a representative sample of systems?
> 
> It was tested, otherwise how could the conflict with kde-apps/gpgmepp
> and kde-apps/kdepimlibs:4 been known?
> 
> Upstream has merge some external libraries into its own code base and
> provided an option to disable these exactly for this use case.
> Adding USE="-cxx -qt5" or masking this package provides remedy for
> those who still use kdepimlibs:4, both are standard gentoo procedures.
> As apposed to what you present in previous messages, a "standard kde"
> system may or may not include kdepimlibs:4. We delayed too much
> stabilization of gpgme to allow proper resolution, however, no reason
> to delay any more as no issue for these that do not use kdepimlibs:4
> and for these who use a simple USE change or mask resolves the issue.
> 
> > I just can't believe it. They're issuing a general-purpose tool, to work
> > everywhere, and they don't test it on a representative sample of systems?
> 
> Indeed, we provide general-proposed tool that with correct setup can
> work in most cases as supported as outlined by the designated
> upstreams, while bridging the gaps and permutations as much as we can.
> 
> Regards,
> Alon

I guess it wasn't tested on a no-multilib as I'm running on a box here.  Kmail 
needs to be rebuilt, but it fails like so:

cd /var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211_build/messageviewer
 
&& /usr/bin/x86_64-pc-linux-gnu-g++  -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=56 -
DKDEPIM_STORAGESERVICE_GDRIVE -DKDE_DEPRECATED_WARNINGS -
DMAKE_MESSAGEVIEWER_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -
DQT_NO_STL -DQT_USE_QSTRINGBUILDER -D_BSD_SOURCE -D_DEFAULT_SOURCE -
D_REENTRANT -D_XOPEN_SOURCE=500 -I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211_build/messageviewer
 
-I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211/messageviewer -
I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211 -
I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211_build -
I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211/grantleetheme -
I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211/messagecore -
I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211/pimcommon -
I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211/libkdepim -
I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211/libkleo -
I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211/kaddressbookgrantlee
 
-I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -
I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -
I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -
I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -
I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -
I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -
I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -
I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -
I/usr/share/qt4/mkspecs/default -I/usr/include/qt4   -DQT_NO_DEBUG -DNDEBUG -
march=native -O2 -pipe -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align 
-Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -
DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-
threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -
fexceptions -UQT_NO_EXCEPTIONS -fPIC   -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o 
CMakeFiles/messageviewer.dir/adblock/adblockblockableitemswidget.cpp.o -c 
/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211/messageviewer/adblock/adblockblockableitemswidget.cpp
[ 55%] Building CXX object 
messageviewer/CMakeFiles/messageviewer.dir/globalsettings_base.cpp.o
cd /var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211_build/messageviewer
 
&& /usr/bin/x86_64-pc-linux-gnu-g++  -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=56 -
DKDEPIM_STORAGESERVICE_GDRIVE -DKDE_DEPRECATED_WARNINGS -
DMAKE_MESSAGEVIEWER_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -
DQT_NO_STL -DQT_USE_QSTRINGBUILDER -D_BSD_SOURCE -D_DEFAULT_SOURCE -
D_REENTRANT -D_XOPEN_SOURCE=500 -I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211_build/messageviewer
 
-I/var/tmp/portage/kde-
apps/kmail-4.14.11_pre20160211/work/kmail-4.14.11_pre20160211/m

[gentoo-user] dev-python/PyQt4-4.9.2 requires SIP v4.13.3 or later

2012-06-21 Thread Dale
Howdy,

I'm doing my KDE4 upgrades and ran into this:

root@fireball / # cat
/var/tmp/portage/dev-python/PyQt4-4.9.2/temp/build.log
 * Package:dev-python/PyQt4-4.9.2
 * Repository: gentoo
 * Maintainer: q...@gentoo.org pyt...@gentoo.org
 * Upstream:   p...@riverbankcomputing.com p...@riverbankcomputing.com
 * USE:X amd64 consolekit dbus declarative elibc_glibc kde
kernel_linux multilib opengl phonon policykit sql svg userland_GNU webkit
 * FEATURES:   preserve-libs sandbox
>>> Unpacking source...
>>> Unpacking PyQt-x11-gpl-4.9.2.tar.gz to
/var/tmp/portage/dev-python/PyQt4-4.9.2/work
>>> Source unpacked in /var/tmp/portage/dev-python/PyQt4-4.9.2/work
>>> Preparing source in
/var/tmp/portage/dev-python/PyQt4-4.9.2/work/PyQt-x11-gpl-4.9.2 ...
 * Applying PyQt4-4.7.2-configure.py.patch ...
 [ ok ]
 * Preparation of dev-python/PyQt4-4.9.2 with CPython 2.7...
 * Preparation of dev-python/PyQt4-4.9.2 with CPython 3.2...
>>> Source prepared.
>>> Configuring source in
/var/tmp/portage/dev-python/PyQt4-4.9.2/work/PyQt-x11-gpl-4.9.2 ...
 * Configuration of dev-python/PyQt4-4.9.2 with CPython 2.7...
python2.7 configure.py --confirm-license --bindir=/usr/bin
--destdir=/usr/lib64/python2.7/site-packages --sipdir=/usr/share/sip
--assume-shared --no-timestamp --qsci-api --enable=QtCore
--enable=QtNetwork --enable=QtScript --enable=QtXml --enable=QtGui
--enable=QtDesigner --enable=QtScriptTools --enable=QtTest
--enable=QtDBus --enable=QtDeclarative --enable=QtOpenGL --enable=phonon
--enable=QtSql --enable=QtSvg --enable=QtWebKit
CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++
LINK=x86_64-pc-linux-gnu-g++ LINK_SHLIB=x86_64-pc-linux-gnu-g++
CFLAGS=-march=native -O2 -pipe CXXFLAGS=-march=native -O2 -pipe
LFLAGS=-Wl,-O1 -Wl,--as-needed
Error: This version of PyQt requires SIP v4.13.3 or later
 * ERROR: dev-python/PyQt4-4.9.2 failed (configure phase):
 *   (no error message)
 *
 * Call stack:
 * ebuild.sh, line   85:  Called src_configure
 *   environment, line 4969:  Called python_execute_function '-s'
'configuration'
 *   environment, line 3264:  Called configuration
 *   environment, line 4954:  Called die
 * The specific snippet of code:
 *   "${myconf[@]}" || die;
 *
 * If you need support, post the output of `emerge --info
'=dev-python/PyQt4-4.9.2'`,
 * the complete build log and the output of `emerge -pqv
'=dev-python/PyQt4-4.9.2'`.
 * The complete build log is located at
'/var/tmp/portage/dev-python/PyQt4-4.9.2/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/dev-python/PyQt4-4.9.2/temp/environment'.
 * Working directory:
'/var/tmp/portage/dev-python/PyQt4-4.9.2/work/PyQt-x11-gpl-4.9.2-2.7'
 * S: '/var/tmp/portage/dev-python/PyQt4-4.9.2/work/PyQt-x11-gpl-4.9.2'
root@fireball / #


I notice tho that portage seems to have failed to notice this was
needed.  Should I file a bug report or is this just me? 

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!

Miss the compile output?  Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"




Re: [gentoo-user] Re: Portage performance dropped considerably

2014-01-28 Thread hasufell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/28/2014 06:45 PM, Martin Vaeth wrote:
> hasufell  wrote:
>> 
>> Many defaults gentoo sets do not have anything to do with
>> default codepaths upstream has tested.
> 
> I disagree: The USE-enabling in ebuilds usually follows upstream. 
> IIRC there was even a policy for gentoo developers which strongly 
> suggested this.
> 

I don't know of any and I strongly disagree with that concept.

>> As above, our defaults are not necessarily following upstream 
>> recommendations/defaults. Apache alone should make you think
>> about that claim.
> 
> I never installed apache. However, especially for packages for
> which the choice of algorithms has to be selected (USE-flags
> thread, jit) or of protocols/interfaces (openssl or gnutls, neon or
> other, sqlite or mysql, openvpn[lzo], qtgui[exceptions], mesa,
> freetype, wine), the installation of tools (utils, examples, tk,
> perl, python) or extensions (tls-heartbeat, introspection, X,
> readline) the defaults usually follow the upstream default or
> recommendation unless there is a severe reason not to.
> 

No, they don't necessarily. There is no consistency about this. It's
up to the maintainer to decide "what most users will want". You want
upstream defaults, others want different things. The decision is made
individually. And profiles totally mess up that concept anyway.

What I was trying to say is: if you allow useflag combinations that
break the package (both in terms of build, runtime or _unexpectedly_
missing features) or break reverse dependencies in those same ways,
then it's a bug, a missing REQUIRED_USE constraint, a missing elog or
whatever.

The whole line of argumentation does not work out anyway, imo.
Thinking that the defaults from e.g. "./configure --help" are what a)
developers have tested most thoroughly and b) users of other distros
like debian, ubuntu etc run... is simply an assumption. Debian rather
goes for enabling whatever they can enable.

Besides that... I run stable arch. And when I have a package that has
severely broken runtime behavior with many useflags disabled (except
for the features I expect to be disabled), then something went
horribly wrong during stabilization.

If we support disabling all useflags on package level (and we do),
then we support disabling all on global level as well. All
_unexpected_ breakage that occurs due to that are ebuild bugs that
have incorrect dependencies or missing REQUIRED_USE constraints.

Defaults are just a usability thing, nothing more.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJS5/H3AAoJEFpvPKfnPDWzGXEH/Aw68GvxkA98GoGfpYeD5jAB
TEc6BE7BXX+SjToZZd2LGvyo0gpzocTwYf0Y2OMkVvlrft1a4LJVPX1pHK8NSPdv
DIl7r+AosUcddBrSI45VuCC53sy66XxUDrsKnuXu1Qm9FlfIHhYTNcfxQM1v4UIx
/IP3X+MzH+kklPnYqzHDwxY+lpS1JB3lCPbYvKoJLvk22s+F9ZMg2zdserWRnSRB
EYKrw7ZbnornP71K7dQykQe0fh9f6d/s1fA56fvQ968Pfa1QIF/7eSd2270GF9Vq
5KTWATp8rThfo9O526+A4bwgceDFe04Ksbf6p1oOjxe6Hn4MIo020YFhVl7HQNg=
=NMPh
-END PGP SIGNATURE-



Re: [gentoo-user] Updateing linux-headers ...

2016-06-12 Thread J. Roeleveld
On Saturday, June 11, 2016 03:54:32 PM Alexander Kapshuk wrote:
> On Sat, Jun 11, 2016 at 2:09 PM,   wrote:
> > Hi,
> > 
> > I want to update my linux-headers (I am using the vanilla-kernel).
> > 
> > I did a
> > 
> > solfire:/root>equery depends '=sys-kernel/linux-headers-4.6'
> > 
> >  * These packages depend on sys-kernel/linux-headers-4.6:
> > app-misc/srm-1.2.11-r2 (sys-kernel/linux-headers)
> > dev-qt/qtgui-5.5.1-r1 (evdev ? sys-kernel/linux-headers)
> > 
> >   (udev ? sys-kernel/linux-headers)
> > 
> > dev-util/strace-4.9 (sys-kernel/linux-headers)
> > media-video/ffmpeg-2.8.6 (v4l ? sys-kernel/linux-headers)
> > media-video/transcode-1.1.7-r3 (v4l ? >=sys-kernel/linux-headers-2.6.11)
> > sys-apps/busybox-1.24.2 (>=sys-kernel/linux-headers-2.6.39)
> > sys-apps/iproute2-4.4.0 (>=sys-kernel/linux-headers-3.16)
> > sys-apps/keyutils-1.5.9-r2 (!prefix ? >=sys-kernel/linux-headers-2.6.11)
> > sys-fs/udev-225-r1 (>=sys-kernel/linux-headers-3.9)
> > sys-fs/udisks-2.1.7 (>=sys-kernel/linux-headers-3.1)
> > sys-libs/libcap-2.24-r2 (sys-kernel/linux-headers)
> > sys-libs/libcap-ng-0.7.7 (sys-kernel/linux-headers)
> > sys-libs/libseccomp-2.3.0 (>=sys-kernel/linux-headers-4.3)
> > sys-libs/mtdev-1.1.5 (>=sys-kernel/linux-headers-2.6.31)
> > sys-power/acpid-2.0.23 (>=sys-kernel/linux-headers-3)
> > virtual/linuxtv-dvb-headers-5.8 (>=sys-kernel/linux-headers-3.7)
> > virtual/os-headers-0 (kernel_linux ? sys-kernel/linux-headers:0)
> > x11-drivers/xf86-input-evdev-2.9.2 (>=sys-kernel/linux-headers-2.6)
> > 
> > How can I tell emerge just to recompile those packages since
> > 
> > emerge --update --newuse --deep --with-bdeps=y --tree --keep-going
> > --backtrack=30 @world -v
> > 
> > does not do anything.
> > 
> > Thanks a lot for any help in advance!
> > Best regards,
> > Meino
> 
> If what you're after is rebuilding all the packages that depend on
> linux-headers, a command line below might be one way of doing it:
> 
> emerge -a `equery -q d '=sys-kernel/linux-headers-4.3' | sed
> 's/\-[0-9].*//'`   `
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies  . done!
> [ebuild   R] virtual/os-headers-0
> [ebuild   R] sys-apps/busybox-1.24.2
> [ebuild   R] sys-libs/mtdev-1.1.5
> [ebuild   R] dev-util/strace-4.9
> [ebuild   R] sys-apps/hwinfo-21.4
> [ebuild   R] sys-libs/libcap-ng-0.7.7
> [ebuild   R] sys-libs/libseccomp-2.3.0
> [ebuild   R] sys-apps/iproute2-4.4.0
> [ebuild   R] sys-libs/libcap-2.24-r2
> [ebuild   R] media-gfx/sane-backends-1.0.24-r6
> [ebuild   R] media-video/ffmpeg-2.8.6
> [ebuild   R] x11-drivers/xf86-input-evdev-2.9.2
> [ebuild   R] sys-fs/udev-225-r1
> [ebuild   R] sys-fs/udisks-2.1.4
> 
> Would you like to merge these packages? [Yes/No]

Please ensure you pass " --oneshot " or " -1 " to emerge. Otherwise all these 
will end up in your world-file causing interesting blockers later.

--
Joost



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

2020-05-20 Thread J. Roeleveld
Please don't toppost

On 20 May 2020 21:46:45 CEST, n952162  wrote:
>Good tip ... I was getting unconfortable that every time I tried one of
>these attempts to update things, it would say that the target got added
>to the world file.  You're saying, if I don't recognize it, I can
>remove
>it from the list?
>
>
>On 05/20/20 21:35, J. Roeleveld wrote:
>> On 20 May 2020 21:24:36 CEST, Daniel Frey  wrote:
>>> On 5/20/20 12:06 PM, n952162 wrote:
>>>> The command was:
>>>>
>>>> emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl
>>>> dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml
>>>> dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore
>>>>
>>>> The output to that is attached.
>>>>
>>>> I tried just emerging zlib with the static-libs USE flag ... that
>log
>>> is
>>>> also attached.
>>>>
>>>> On 05/20/20 18:59, Ashley Dixon wrote:
>>>>> On Wed, May 20, 2020 at 02:35:52PM +0200, n952162 wrote:
>>>>>> I have a slot conflict for sys-libs/zlib, whereby both users want
>>>>>> the same package.  Studying the USE variables shows that the new
>>>>>> package wants, additionally, the "static-libs" USE flag.
>>>>>>
>>>>>> I thought, the way to handle this is to add the static-libs USE
>>>>>> variable in /etc/portage/package.use and re-emerge with
>>>>>> --changed-use.  Unfortunately, that gives me the same conflict.
>>>>> Can you attach the full output of emerge ?
>>>>>
>>> This is most likely due to so many packages that need to be upgraded
>at
>>>
>>> the same time. You're only asking to update a few select packages
>and
>>> it's borking because it's finding packages outside your request that
>>> also need to be updated at the same time.
>>>
>>> Have you tried an `emerge -avuD world` to see if portage can
>backtrack
>>> far enough to sort dependencies out?
>>>
>>> Dan
>> I would also suggest a cleanup of the world-file as that command will
>add all that to the world file as well. Making updates where libraries
>are replaced impossible to negotiate by portage.
>>
>> The file can be found at:
>> /var/lib/portage/world
>>
>> Generally, only used applications, services and desktop environment
>packages should be listed.
>> Libraries should only be in there if needed for own projects.
>>
>> --
>> Joost

Yes, if you don't need it, remove it from the world file. Just double check the 
list of to be removed packages when running "emerge --depclean" once the 
updates have finished. 

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: [gentoo-user] printing pdfs

2020-05-30 Thread james

On 5/30/20 3:58 AM, Neil Bothwick wrote:

On Fri, 29 May 2020 18:30:21 -0400, james wrote:


Correct.
I tried to trim it down. So here is the full output:



   #  eix --category dev-qt --installed --compact
[?] dev-qt/designer (5.14.2(5/5.14)@05/24/2020 -> 5.13.2(5/5.13)^t):
WYSIWYG tool for designing and building graphical user interfaces with
QtWidgets
[?] dev-qt/linguist-tools (5.14.2(5/5.14)@05/24/2020 ->
(~)5.14.1(5/5.14)^t): Tools for working with Qt translation data files
[I] dev-qt/qt-creator (4.8.2@05/24/2020): Lightweight IDE for C++/QML
development centering around Qt


For a much easier to parse (and more email friendly) output, try

qlist -ICv dev-qt/




Thx Neil && Jack:


# qlist -ICv dev-qt/
dev-qt/designer-5.14.2
dev-qt/linguist-5.14.2
dev-qt/linguist-tools-5.14.2
dev-qt/qt-creator-4.8.2
dev-qt/qt-docs-5.14.2_p202003291239
dev-qt/qt3d-5.14.2
dev-qt/qtchooser-66
dev-qt/qtconcurrent-5.14.2
dev-qt/qtcore-5.14.2
dev-qt/qtdatavis3d-5.14.2
dev-qt/qtdbus-5.14.2
dev-qt/qtdeclarative-5.14.2
dev-qt/qtdiag-5.14.2
dev-qt/qtgraphicaleffects-5.14.2
dev-qt/qtgui-5.14.2
dev-qt/qthelp-5.14.2
dev-qt/qtimageformats-5.14.2
dev-qt/qtlockedfile-2.4.1_p20171024
dev-qt/qtmultimedia-5.14.2
dev-qt/qtnetwork-5.14.2
dev-qt/qtopengl-5.14.2
dev-qt/qtpositioning-5.14.2
dev-qt/qtprintsupport-5.14.2
dev-qt/qtquickcontrols-5.14.1
dev-qt/qtscript-5.14.2
dev-qt/qtsingleapplication-2.6.1_p20171024
dev-qt/qtsql-5.14.2
dev-qt/qtsvg-5.14.1
dev-qt/qttest-5.14.2
dev-qt/qtwayland-5.14.2
dev-qt/qtwebchannel-5.14.2
dev-qt/qtwebengine-5.14.2
dev-qt/qtwebkit-5.212.0_pre20200309-r1
dev-qt/qtwidgets-5.14.2
dev-qt/qtx11extras-5.14.2


qlist -ICv dev-qt/ | wc -l
36


Those are the installed. It's trying to upgrade to the latest:

It's trying now to downgrade  any to 5.13.2, or 5.14.1  etc.

I'd rather just block them for now until the 5.14.2 stabilizes?

Any quick (syntax) suggestions on locking into the newest offerings for 
qt* would be keen, as what I have tried, to date, does not seem to 
placate the qt_beast.


Since purging python 2.7 pathway is underhand (not complaining) I 
figured I might as well be up on the latest qt*, as the newest codes 
always seem to work for me.  My next gentoo install will be all 
testing/edge codes.


Note: I also use a wide variety of secondary sources for ebuilds, for 
example:

sync-uri = rsync://roverlay.dev.gentoo.org/roverlay

I suspect the problem(s), that are recurring upgrades with qt* may be do 
to the latest release of qt packages, these extra repos, or something 
unknown to me  as a necessary sequence to upgrade qt packages. It is a 
recurring problem.


hth,
James



Re: [gentoo-user] This nite's switch to "full multilib"

2015-03-29 Thread Alan McKinnon
On 29/03/2015 19:30, Mick wrote:
> On Sunday 29 Mar 2015 18:07:50 Alan McKinnon wrote:
>> On 29/03/2015 18:21, Mick wrote:
>>> On Sunday 29 Mar 2015 17:08:32 Yanestra wrote:
>>>> On 03/29/2015 05:03 PM, waben...@gmail.com wrote:
>>>>> "In most of the cases, Portage will be able to deliver correct
>>>>> suggestions for that when using the --autounmask feature.
>>>>
>>>> The first thing what happens here is that kde wants to upgrade because
>>>> qtchooser's mask miraculously becomes ignored. And qtchooser itself
>>>> doesn't install together with the libraries it pretends to control
>>>> because there masses of conflicts, no matter what combination (qt4, qt5)
>>>> I try.
>>>>
>>>> It has taken months of experimentation to get all the software to work
>>>> which I need. It was tricky, because in many places only particular
>>>> versions do.
>>>>
>>>> All that dissolves in a giant pile of rubbish...
>>>>
>>>> Regards,
>>>> Yanestra
>>>
>>> I've also ended up with qt blockers, that I do not seem capable to
>>> overcome yet.  KDE wants qt 4.8.5 installed which is blocking qt 4.8.6. 
>>> How did you go about overcoming this?
>>
>> I went through that exercise about a month ago, and I needed this:
>>
>> /etc/portage/package.use/abi_x86_32:
>>> =dev-qt/qtwebkit-4.8.6-r1:4 abi_x86_32
>>> =dev-qt/qtgui-4.8.6-r1:4 abi_x86_32
>>> =dev-qt/qtdbus-4.8.6-r1:4 abi_x86_32
>>> =dev-qt/qtscript-4.8.6-r1:4 abi_x86_32
>>> =dev-qt/qtcore-4.8.6-r1:4 abi_x86_32
>>> =dev-qt/qtxmlpatterns-4.8.6-r1:4 abi_x86_32
>>> =dev-qt/qt3support-4.8.6-r1 abi_x86_32
>>> =dev-qt/qtsql-4.8.6-r1:4 abi_x86_32
>>
>> Apparently I have some 32-bit app that uses Qt, and wine is also in the
>> mix. I imagine the number of possibilities and complications about this
>> can be huge and many folks will need to make their own unique tweaks to
>> package.use, and it'll take a while to shake out all the cruft in the tree
> 
> Thanks Alan, after keywording:
> 
> =dev-qt/qtopengl-4.8.6-r1 ~amd64
> =dev-qt/qtscript-4.8.6-r1 ~amd64
> =dev-qt/qtsql-4.8.6-r1 ~amd64
> =dev-qt/qtsvg-4.8.6-r1 ~amd64
> =dev-qt/qttest-4.8.6-r1 ~amd64
> =dev-qt/qttranslations-4.8.6-r1 ~amd64
> =dev-qt/qtwebkit-4.8.6-r1 ~amd64
> =dev-qt/qtxmlpatterns-4.8.6-r1 ~amd64
> 
> and adding abi_x86_32 on many packages that emerge asked me to, I am now able 
> to progress with 'emerge -a @preserved-rebuild'.
> 

Thanks Mick. I think Michael posted the correct cause up-thread:

"If you're on stable, you'll need to keyword qt-4.8.6 in its entirety.
You can't mix and match versions, and 4.8.6 is the only one that
supports multilib."

So you probably want to add all current Qt4 packages to the list.

We should probably start asking all posters with similar problems what
is the output of

grep -ir qt /etc/portage

and help them remove all cruft that's getting in the way of a clean upgrade




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




Re: [gentoo-user] Updateing linux-headers ...

2016-06-13 Thread Alexander Kapshuk
On Mon, Jun 13, 2016 at 9:40 AM, J. Roeleveld  wrote:
> On Saturday, June 11, 2016 03:54:32 PM Alexander Kapshuk wrote:
>> On Sat, Jun 11, 2016 at 2:09 PM,   wrote:
>> > Hi,
>> >
>> > I want to update my linux-headers (I am using the vanilla-kernel).
>> >
>> > I did a
>> >
>> > solfire:/root>equery depends '=sys-kernel/linux-headers-4.6'
>> >
>> >  * These packages depend on sys-kernel/linux-headers-4.6:
>> > app-misc/srm-1.2.11-r2 (sys-kernel/linux-headers)
>> > dev-qt/qtgui-5.5.1-r1 (evdev ? sys-kernel/linux-headers)
>> >
>> >   (udev ? sys-kernel/linux-headers)
>> >
>> > dev-util/strace-4.9 (sys-kernel/linux-headers)
>> > media-video/ffmpeg-2.8.6 (v4l ? sys-kernel/linux-headers)
>> > media-video/transcode-1.1.7-r3 (v4l ? >=sys-kernel/linux-headers-2.6.11)
>> > sys-apps/busybox-1.24.2 (>=sys-kernel/linux-headers-2.6.39)
>> > sys-apps/iproute2-4.4.0 (>=sys-kernel/linux-headers-3.16)
>> > sys-apps/keyutils-1.5.9-r2 (!prefix ? >=sys-kernel/linux-headers-2.6.11)
>> > sys-fs/udev-225-r1 (>=sys-kernel/linux-headers-3.9)
>> > sys-fs/udisks-2.1.7 (>=sys-kernel/linux-headers-3.1)
>> > sys-libs/libcap-2.24-r2 (sys-kernel/linux-headers)
>> > sys-libs/libcap-ng-0.7.7 (sys-kernel/linux-headers)
>> > sys-libs/libseccomp-2.3.0 (>=sys-kernel/linux-headers-4.3)
>> > sys-libs/mtdev-1.1.5 (>=sys-kernel/linux-headers-2.6.31)
>> > sys-power/acpid-2.0.23 (>=sys-kernel/linux-headers-3)
>> > virtual/linuxtv-dvb-headers-5.8 (>=sys-kernel/linux-headers-3.7)
>> > virtual/os-headers-0 (kernel_linux ? sys-kernel/linux-headers:0)
>> > x11-drivers/xf86-input-evdev-2.9.2 (>=sys-kernel/linux-headers-2.6)
>> >
>> > How can I tell emerge just to recompile those packages since
>> >
>> > emerge --update --newuse --deep --with-bdeps=y --tree --keep-going
>> > --backtrack=30 @world -v
>> >
>> > does not do anything.
>> >
>> > Thanks a lot for any help in advance!
>> > Best regards,
>> > Meino
>>
>> If what you're after is rebuilding all the packages that depend on
>> linux-headers, a command line below might be one way of doing it:
>>
>> emerge -a `equery -q d '=sys-kernel/linux-headers-4.3' | sed
>> 's/\-[0-9].*//'`   `
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies  . done!
>> [ebuild   R] virtual/os-headers-0
>> [ebuild   R] sys-apps/busybox-1.24.2
>> [ebuild   R] sys-libs/mtdev-1.1.5
>> [ebuild   R] dev-util/strace-4.9
>> [ebuild   R] sys-apps/hwinfo-21.4
>> [ebuild   R] sys-libs/libcap-ng-0.7.7
>> [ebuild   R] sys-libs/libseccomp-2.3.0
>> [ebuild   R] sys-apps/iproute2-4.4.0
>> [ebuild   R] sys-libs/libcap-2.24-r2
>> [ebuild   R] media-gfx/sane-backends-1.0.24-r6
>> [ebuild   R] media-video/ffmpeg-2.8.6
>> [ebuild   R] x11-drivers/xf86-input-evdev-2.9.2
>> [ebuild   R] sys-fs/udev-225-r1
>> [ebuild   R] sys-fs/udisks-2.1.4
>>
>> Would you like to merge these packages? [Yes/No]
>
> Please ensure you pass " --oneshot " or " -1 " to emerge. Otherwise all these
> will end up in your world-file causing interesting blockers later.
>
> --
> Joost
>

Understood. Thanks.



Re: [gentoo-user] Back to bussiness with freecad ... but ...

2017-05-11 Thread Mick
On Wednesday 10 May 2017 19:43:34 tu...@posteo.de wrote:
> Hi,
> 
> ok it seems that previously reported problems
> with compilation problems of the dependencies
> of freecad had gone.
> 
> Reason was a mixed up configuration of gcc.
> 
> I returned to gcc 5* and that did it.
> 
> Now emerging reaches the final step and
> starts compiling freecad, and . failed.
> 
> I added the build.log as 7zip compressed file
> to this email.
> 
> Waht happens here ... it fails so silently...
> 
> Thank you very much in advance for any help!
> Cheers
> Meino

This does not look like a silent failure to me.  If you search your log for 
'Error 1' you'll come across this:
==
cd /var/tmp/portage/media-
gfx/freecad-0.16/work/freecad-0.16_build/src/Mod/Image/App && /usr/bin/x86_64-
pc-linux-gnu-g++ -DHAVE_CONFIG_H -DImage_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -
DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -
DQT_WEBKIT_LIB -DQT_XML_LIB -D_OCC64 -I/var/tmp/portage/media-
gfx/freecad-0.16/work/freecad-0.16_build -isystem /usr/include/qt4 -isystem 
/usr/include/qt4/QtOpenGL -isystem /usr/include/qt4/QtSvg -isystem 
/usr/include/qt4/QtUiTools -isystem /usr/include/qt4/QtWebKit -isystem 
/usr/include/qt4/QtGui -isystem /usr/include/qt4/QtXml -isystem 
/usr/include/qt4/QtNetwork -isystem /usr/include/qt4/QtCore -
I/var/tmp/portage/media-gfx/freecad-0.16/work/freecad-0.16_build/src -
I/var/tmp/portage/media-gfx/freecad-0.16/work/FreeCAD-0.16/src -
I/usr/include/python2.7   -DNDEBUG -Wall -Wno-deprecated -Wno-write-strings -
march=native -O2 -pipe -std=c++11 -D_OCC64 -fPIC   -o 
CMakeFiles/Image.dir/AppImage.cpp.o -c /var/tmp/portage/media-
gfx/freecad-0.16/work/FreeCAD-0.16/src/Mod/Image/App/AppImage.cppui/moc_DownloadItem.cppx11::basic_string, std::allocator > >, 
std::allocator, std::allocator 
> > > > >::maybe_assign(boost::match_results<__gnu_cxx::__normal_iterator, 
std::allocator > >, 
std::allocator, std::allocator 
> > > > > const&)'cxx11::basic_string, 
std::allocator >, std::allocator, std::allocator > > > 
const&)'::parse(boost::any&, std::vector, std::allocator >, 
std::allocator, 
std::allocator > > > const&, bool) const'
../../lib/libFreeCADApp.so: undefined reference to 
`boost::re_detail_106300::perl_matcher<__gnu_cxx::__normal_iterator, 
std::allocator > >, 
std::allocator, std::allocator 
> > > >, boost::regex_traits > 
>::construct_init(boost::basic_regex > > const&, 
boost::regex_constants::_match_flags)')'unsigned int, unsigned int)'ence to 
`boost::program_options::error_with_option_name::error_with_option_name(std::__cxx11::basic_string, std::allocator > const&, 
std::__cxx11::basic_string, std::allocator 
> const&, std::__cxx11::basic_string, 
std::allocator > const&, int)'bFreeCADApp.so: undefined reference to 
`boost::program_options::error_with_option_name::substitute_placeholders(std::__cxx11::basic_string, std::allocator > const&) const'undefined 
reference to 
`boost::program_options::to_internal(std::__cxx11::basic_string, std::allocator > const&)'
../../lib/libFreeCADApp.so: undefined reference to 
`boost::program_options::validate(boost::any&, 
std::vector, 
std::allocator >, std::allocator, std::allocator > > > const&, 
std::__cxx11::basic_string, std::allocator 
>*, int)'2]: *** [src/Main/CMakeFiles/FreeCADMainCmd.dir/build.make:112: 
bin/FreeCADCmd] Error 1
make[2]: Leaving directory '/var/tmp/portage/media-
gfx/freecad-0.16/work/freecad-0.16_build'
make[1]: *** [CMakeFiles/Makefile2:867: 
src/Main/CMakeFiles/FreeCADMainCmd.dir/all] Error 2
===

So, it seems it fails to build the binaries for FreeCAD because it doesn't 
like something about boost, which you probably had built with a different 
version of gcc.  In the first instance I would re-emerge boost and try again 
to emerge FreeCAD, both with the *same* version of gcc.

-- 
Regards,
Mick

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


Re: [gentoo-user] Re: x11-terms/enterminus-9999 won't compile

2011-04-03 Thread Mick
On Sunday 03 April 2011 19:21:05 walt wrote:
> On 04/03/2011 09:45 AM, Mick wrote:
> > enterminus fails to compile - any ideas why?
> > 
> > term.c:338: warning: passing argument 2 of ‘ecore_timer_add’ from
> > incompatible pointer type
> > /usr/include/ecore-1/Ecore.h:534: note: expected ‘Ecore_Task_Cb’ but
> > argument is of type ‘int (*)(struct Term *)’
> > make[3]: *** [term.o] Error 1
> > make[3]: *** Waiting for unfinished jobs
> 
> Just a wild guess:  I see lots of warnings, but no real error message. (I'm
> not sure if that "note:" is an error or a warning.)
> 
> Anyway, looks like you're compiling with -j > 1, so I'd suggest trying
> again with -j1 just for fun.

Thanks Walt, just tried it, but it fails in the same way.  All I now see is 
this: 

[snip ...]
In file included from pty.c:1:
term.h:1:1: warning: "_GNU_SOURCE" redefined
: warning: this is the location of the previous definition
pty.c: In function ‘execute_command’:
pty.c:121: warning: ignoring return value of ‘chdir’, declared with attribute 
warn_unused_result
mv -f .deps/pty.Tpo .deps/pty.Po
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_GNU_SOURCE=1 
-D_REENTRANT -pthread -DQT_SHARED -I/usr/include/evas-1 -
I/usr/include/librsvg-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -
I/usr/include/eet-1 -I/usr/include/SDL -I/usr/include/freetype2 -
I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -
I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -
I/usr/include/pixman-1 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -
I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/ecore-1   -
I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina  -
Wall -O2 -march=pentium3 -fomit-frame-pointer -msse -mmmx -pipe -MT term.o -MD 
-MP -MF .deps/term.Tpo -c -o term.o term.c
In file included from term.c:1:
term.h:1:1: warning: "_GNU_SOURCE" redefined
: warning: this is the location of the previous definition
term.c:144: error: conflicting types for ‘term_tcanvas_data’
term.h:156: note: previous declaration of ‘term_tcanvas_data’ was here
term.c: In function ‘term_init’:
term.c:337: warning: passing argument 2 of ‘ecore_timer_add’ from incompatible 
pointer type
/usr/include/ecore-1/Ecore.h:534: note: expected ‘Ecore_Task_Cb’ but argument 
is of type ‘int (*)(void *)’
term.c:338: warning: passing argument 2 of ‘ecore_timer_add’ from incompatible 
pointer type
/usr/include/ecore-1/Ecore.h:534: note: expected ‘Ecore_Task_Cb’ but argument 
is of type ‘int (*)(struct Term *)’
make[3]: *** [term.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/x11-
terms/enterminus-/work/enterminus/src/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-
terms/enterminus-/work/enterminus/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-
terms/enterminus-/work/enterminus'
make: *** [all] Error 2
emake failed
 * ERROR: x11-terms/enterminus- failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 * ebuild.sh, line   56:  Called src_compile
 *   environment, line 2791:  Called enlightenment_src_compile
 *   environment, line 1465:  Called die
 * The specific snippet of code:
 *   emake || die;

-- 
Regards,
Mick


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


[gentoo-user] Compilation error with StructureSynth

2017-10-31 Thread tuxic
Hi,

I am trying to compile this wonderful beast:
* media-gfx/structure-synth
 Available versions:  (~)1.5.0
 Homepage:http://structuresynth.sourceforge.net/
 Description: A program to generate 3D structures by specifying a 
design grammar


and it gives me this:

x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -Wall -W -D_REENTRANT 
-DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL 
-I/usr/include/qt4/QtXml -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I. 
-IStructureSynth/GUI -ISyntopiaCore/GLEngine -ISyntopiaCore/Math 
-ISyntopiaCore/Misc -IStructureSynth/Parser -ISyntopiaCore/Exceptions 
-IStructureSynth/Model/Rendering -IStructureSynth/Model 
-IThirdPartyCode/MersenneTwister -ISyntopiaCore/Logging 
-IStructureSynth/JavaScriptSupport -ISyntopiaCore/GLEngine/Raytracer -I. -o 
JavaScriptParser.o StructureSynth/JavaScriptSupport/JavaScriptParser.cpp
In file included from StructureSynth/JavaScriptSupport/Debug.cpp:16:0:
StructureSynth/JavaScriptSupport/../../SyntopiaCore/GLEngine/Sphere.h:25:4: 
error: ‘GLUquadric’ does not name a type
GLUquadric* myQuad;
^
make: *** [Makefile:580: Debug.o] Error 1
make: *** Waiting for unfinished jobs
In file included from 
StructureSynth/JavaScriptSupport/JavaScriptBuilder.cpp:15:0:
StructureSynth/JavaScriptSupport/../../SyntopiaCore/GLEngine/Sphere.h:25:4: 
error: ‘GLUquadric’ does not name a type
GLUquadric* myQuad;
^
In file included from 
StructureSynth/JavaScriptSupport/../../SyntopiaCore/GLEngine/Raytracer/RenderThread.h:7:0,
 from 
StructureSynth/JavaScriptSupport/../../SyntopiaCore/GLEngine/Raytracer/RayTracer.h:10,
 from StructureSynth/JavaScriptSupport/JavaScriptBuilder.cpp:16:
StructureSynth/JavaScriptSupport/../../SyntopiaCore/GLEngine/Raytracer/Sampler.h:
 In constructor ‘SyntopiaCore::GLEngine::GaussianFilter::GaussianFilter(double, 
double)’:
StructureSynth/JavaScriptSupport/../../SyntopiaCore/GLEngine/Raytracer/Sampler.h:27:4:
 warning: ‘SyntopiaCore::GLEngine::GaussianFilter::extent’ is initialized with 
itself [-Winit-self]
GaussianFilter(double ext, double alpha) : extent(extent), alpha(alpha) {
^
In file included from 
StructureSynth/GUI/../../SyntopiaCore/GLEngine/Raytracer/RenderThread.h:7:0,
 from 
StructureSynth/GUI/../../SyntopiaCore/GLEngine/Raytracer/RayTracer.h:10,
 from StructureSynth/GUI/MainWindow.cpp:27:
StructureSynth/GUI/../../SyntopiaCore/GLEngine/Raytracer/Sampler.h: In 
constructor ‘SyntopiaCore::GLEngine::GaussianFilter::GaussianFilter(double, 
double)’:
StructureSynth/GUI/../../SyntopiaCore/GLEngine/Raytracer/Sampler.h:27:4: 
warning: ‘SyntopiaCore::GLEngine::GaussianFilter::extent’ is initialized with 
itself [-Winit-self]
GaussianFilter(double ext, double alpha) : extent(extent), alpha(alpha) {
^
make: *** [Makefile:620: JavaScriptBuilder.o] Error 1
In file included from 
StructureSynth/JavaScriptSupport/JavaScriptParser.cpp:12:0:
./SyntopiaCore/GLEngine/Sphere.h:25:4: error: ‘GLUquadric’ does not name a type
GLUquadric* myQuad;
^
make: *** [Makefile:651: JavaScriptParser.o] Error 1
StructureSynth/GUI/MainWindow.cpp: At global scope:
StructureSynth/GUI/MainWindow.cpp:1583:8: warning: ‘int 
StructureSynth::GUI::{anonymous}::match(QString, QString, double*, double*, 
double*, double*)’ defined but not used [-Wunused-function]
int match(QString s, QString m, double* a, double* b = 0, double* c = 0, 
double* d = 0) {
^
 * ERROR: media-gfx/structure-synth-1.5.0::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info 
'=media-gfx/structure-synth-1.5.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv 
'=media-gfx/structure-synth-1.5.0::gentoo'`.
 * The complete build log is located at 
'/var/tmp/portage/media-gfx/structure-synth-1.5.0/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/media-gfx/structure-synth-1.5.0/temp/environment'.
 * Working directory: 
'/var/tmp/portage/media-gfx/structure-synth-1.5.0/work/Structure Synth Source 
Code'
 * S: '/var/tmp/portage/media-gfx/structure-synth-1.5.0/work/Structure Synth 
Source Code'


I will mail the contents of the mentioned filed if wanted (I dont want
to pollute the mailinglist with dust of bytes in beforehand... :)

Is there a way around this?

Cheers
Meino






Re: [gentoo-user] Back to bussiness with freecad ... but ...

2017-05-11 Thread tuxic
On 05/11 11:31, Mick wrote:
> On Wednesday 10 May 2017 19:43:34 tu...@posteo.de wrote:
> > Hi,
> > 
> > ok it seems that previously reported problems
> > with compilation problems of the dependencies
> > of freecad had gone.
> > 
> > Reason was a mixed up configuration of gcc.
> > 
> > I returned to gcc 5* and that did it.
> > 
> > Now emerging reaches the final step and
> > starts compiling freecad, and . failed.
> > 
> > I added the build.log as 7zip compressed file
> > to this email.
> > 
> > Waht happens here ... it fails so silently...
> > 
> > Thank you very much in advance for any help!
> > Cheers
> > Meino
> 
> This does not look like a silent failure to me.  If you search your log for 
> 'Error 1' you'll come across this:
> ==
> cd /var/tmp/portage/media-
> gfx/freecad-0.16/work/freecad-0.16_build/src/Mod/Image/App && /usr/bin/x86_64-
> pc-linux-gnu-g++ -DHAVE_CONFIG_H -DImage_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -
> DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -
> DQT_WEBKIT_LIB -DQT_XML_LIB -D_OCC64 -I/var/tmp/portage/media-
> gfx/freecad-0.16/work/freecad-0.16_build -isystem /usr/include/qt4 -isystem 
> /usr/include/qt4/QtOpenGL -isystem /usr/include/qt4/QtSvg -isystem 
> /usr/include/qt4/QtUiTools -isystem /usr/include/qt4/QtWebKit -isystem 
> /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtXml -isystem 
> /usr/include/qt4/QtNetwork -isystem /usr/include/qt4/QtCore -
> I/var/tmp/portage/media-gfx/freecad-0.16/work/freecad-0.16_build/src -
> I/var/tmp/portage/media-gfx/freecad-0.16/work/FreeCAD-0.16/src -
> I/usr/include/python2.7   -DNDEBUG -Wall -Wno-deprecated -Wno-write-strings -
> march=native -O2 -pipe -std=c++11 -D_OCC64 -fPIC   -o 
> CMakeFiles/Image.dir/AppImage.cpp.o -c /var/tmp/portage/media-
> gfx/freecad-0.16/work/FreeCAD-0.16/src/Mod/Image/App/AppImage.cppui/moc_DownloadItem.cppx11::basic_string  
> std::char_traits, std::allocator > >, 
> std::allocator std::__cxx11::basic_string, std::allocator 
> > > > > >::maybe_assign(boost::match_results<__gnu_cxx::__normal_iterator > > > > > 
> const*, std::__cxx11::basic_string, 
> std::allocator > >, 
> std::allocator std::__cxx11::basic_string, std::allocator 
> > > > > > const&)'cxx11::basic_string, 
> std::allocator >, std::allocator std::char_traits, std::allocator > > > 
> const&)'::parse(boost::any&, std::vector std::char_traits, std::allocator >, 
> std::allocator, 
> std::allocator > > > const&, bool) const'
> ../../lib/libFreeCADApp.so: undefined reference to 
> `boost::re_detail_106300::perl_matcher<__gnu_cxx::__normal_iterator const*, std::__cxx11::basic_string, 
> std::allocator > >, 
> std::allocator std::__cxx11::basic_string, std::allocator 
> > > > >, boost::regex_traits > 
> >::construct_init(boost::basic_regex boost::cpp_regex_traits > > const&, 
> boost::regex_constants::_match_flags)')'unsigned int, unsigned int)'ence to 
> `boost::program_options::error_with_option_name::error_with_option_name(std::__cxx11::basic_string  
> std::char_traits, std::allocator > const&, 
> std::__cxx11::basic_string, std::allocator 
> > const&, std::__cxx11::basic_string, 
> std::allocator > const&, int)'bFreeCADApp.so: undefined reference to 
> `boost::program_options::error_with_option_name::substitute_placeholders(std::__cxx11::basic_string  
> std::char_traits, std::allocator > const&) const'undefined 
> reference to 
> `boost::program_options::to_internal(std::__cxx11::basic_string std::char_traits, std::allocator > const&)'
> ../../lib/libFreeCADApp.so: undefined reference to 
> `boost::program_options::validate(boost::any&, 
> std::vector, 
> std::allocator >, std::allocator std::char_traits, std::allocator > > > const&, 
> std::__cxx11::basic_string, std::allocator 
> >*, int)'2]: *** [src/Main/CMakeFiles/FreeCADMainCmd.dir/build.make:112: 
> bin/FreeCADCmd] Error 1
> make[2]: Leaving directory '/var/tmp/portage/media-
> gfx/freecad-0.16/work/freecad-0.16_build'
> make[1]: *** [CMakeFiles/Makefile2:867: 
> src/Main/CMakeFiles/FreeCADMainCmd.dir/all] Error 2
> ===
> 
> So, it seems it fails to build the binaries for FreeCAD because it doesn't 
> like something about boost, which you probably had built with a different 
> version of gcc.  In the first instance I would re-emerge boost and try again 
> to emerge FreeCAD, both with the *same* version of gcc.
> 
> -- 
> Regards,
> Mick


Hi Mick,

for me it was silent enough... ;) :) :) :)

Thank fo the hint! I recompiled boost and freecad and compilation
works fine (in opposite to starting freecad itsself...but I reported
those problems already...)

Cheers
Meino






Re: [gentoo-user] Something is pulling in gnome-base

2013-12-13 Thread Peter Humphrey
On Friday 13 Dec 2013 07:04:23 Mick wrote:

> I rebuilt kde-utils meta with USE="-cups" to find out that umpteen packages
> want to be depcleaned:

--->8

> I may leave this until I have more time to look into it.

For comparison, here's the list of packages that would be pulled in if I were 
to rebuild kdeutils-meta with cups:

gnome-base/gnome-common-3.7.4
dev-python/pycurl-7.19.0-r3
x11-libs/xpyb-1.3.1-r2
dev-python/pycairo-1.10.0-r4
dev-python/pygobject-3.8.3
app-text/xmlto-0.0.24-r1
dev-python/dbus-python-1.2.0
dev-python/pycups-1.9.63
app-admin/system-config-printer-common-1.4.3
app-admin/system-config-printer-gnome-1.4.3
kde-base/print-manager-4.11.2
kde-base/kdeutils-meta-4.11.2

No mention of strigi-analyzer or gtk+. Strigi-analyzer isn't installed here 
because nothing depends on it. As for gtk+ :

$ equery d =x11-libs/gtk+-3.8.7
 * These packages depend on x11-libs/gtk+-3.8.7:
app-admin/gkrellm-2.3.5-r2 (X ? x11-libs/gtk+:2)
app-admin/hardinfo-0.5.2_pre20130823 (x11-libs/gtk+:2)
app-crypt/pinentry-0.8.2 (gtk ? x11-libs/gtk+:2)
app-editors/bluefish-2.2.2 (x11-libs/gtk+:3)
app-office/libreoffice-4.1.2.3 (gtk ? >=x11-libs/gtk+-2.24:2)
   (gtk3 ? >=x11-libs/gtk+-3.2:3)
   (telepathy ? >=x11-libs/gtk+-2.24:2)
app-text/ghostscript-gpl-9.05-r1 (gtk ? x11-libs/gtk+:2)
dev-db/libiodbc-3.52.7 (gtk ? x11-libs/gtk+:2)
dev-java/icedtea-bin-6.1.12.7 (X ? >=x11-libs/gtk+-2.24:2)
dev-qt/qtgui-4.8.5-r1 (gtkstyle ? x11-libs/gtk+:2[aqua=])
gnome-base/librsvg-2.39.0 (gtk ? >=x11-libs/gtk+-2.16:2)
  (tools ? >=x11-libs/gtk+-3:3)
gnome-extra/gucharmap-3.8.2 (>=x11-libs/gtk+-3.4.0:3[introspection?])
media-gfx/gimp-2.8.6 (>=x11-libs/gtk+-2.24.10:2)
media-sound/alsaplayer-0.99.81 (gtk ? >=x11-libs/gtk+-2.10:2)
media-video/mjpegtools-2.1.0 (gtk ? x11-libs/gtk+:2)
sci-misc/boinc-7.2.0 (X ? x11-libs/gtk+:2)
sys-apps/lshw-02.16b-r2 (gtk ? x11-libs/gtk+:2)
www-client/chromium-31.0.1650.63 (x11-libs/gtk+:2)
www-client/firefox-24.2.0 (>=x11-libs/gtk+-2.8.6:2)
www-client/opera-12.16_p1860 (gtk ? x11-libs/gtk+:2)
www-client/seamonkey-2.22.1 (>=x11-libs/gtk+-2.14:2)
(>=x11-libs/gtk+-2.8.6:2)
www-plugins/adobe-flash-11.2.202.327 (x11-libs/gtk+:2)
x11-libs/gtk+-3.8.7 (>=x11-libs/gtk+-2.24:2)
x11-libs/libnotify-0.7.5-r1 (test ? x11-libs/gtk+:3)
x11-libs/wxGTK-2.8.12.1 (X ? x11-libs/gtk+:2)
(aqua ? >=x11-libs/gtk+-2.4[aqua=])

Don't ask me why equery is ignoring the version specifier in the command line. 
As far as I can see, the only packages that should be in that list are librsvg 
and libnotify, both of which only require gtk+:3 if the test USE flag is set, 
which it isn't here. Oh, and bluefish, which seems to need gtk+:3 for its 
printing, which I don't use; and libreoffice, which only pulls it in if you've 
asked for it specifically by setting the gtk3 USE flag.

So it seems to me that you're safe. You could always run revdep-rebuild after 
letting all those packages be stripped out, just to make sure.

HTH.

-- 
Regards
Peter




Re: [gentoo-user] Help installing skype

2016-02-24 Thread Alan McKinnon
A finite subset of this package.use file will let skype install,
followed of course by
emerge skype.

I arrived at this list the long hard way, repeatedly running emerge and
adding stuffs still portage stopped it's whinging. The worst part is Qt
and X11 as skype is a Qt app and no longer bundles a local copy of Qt.

I agree with Ralf, a small VM with Windows or an Ubuntu/Mint/whatever
appliance solely for use with skype is probably a better use of your
time. It's a huge PITA to keep abi_x86_32 under control and not bloat,
whereas a VM only needs disk space (cheap as dirt) and apt-get once a
fortnight or so.

Anyway, here's a package.use that works on a Plasma 5 system:

# These enable 32-bit libs, mostly for wine and skype
# This list is long because both need all of X11 as 32bit and it's a big
tree
#

dev-libs/*  abi_x86_32
dev-qt/*  abi_x86_32
media-libs/* abi_x86_32
net-libs/* abi_x86_32
sci-libs/* abi_x86_32
sys-libs/* abi_x86_32
x11-libs/* abi_x86_32
x11-proto/* abi_x86_32

app-accessibility/at-spi2-atk abi_x86_32
app-accessibility/at-spi2-core abi_x86_32
app-arch/bzip2 abi_x86_32
app-arch/xz-utils abi_x86_32
app-arch/snappy abi_x86_32
app-i18n/enca abi_x86_32
dev-db/mysql abi_x86_32
dev-db/sqlite abi_x86_32
dev-db/unixODBC abi_x86_32
dev-lang/orc abi_x86_32
dev-qt/qt3support:4 abi_x86_32
dev-qt/qtcore:4 abi_x86_32
dev-qt/qtdbus:4 abi_x86_32
dev-qt/qtgui:4 abi_x86_32
dev-qt/qtscript:4 abi_x86_32
dev-qt/qtsql:4 abi_x86_32
dev-qt/qtwebkit:4 abi_x86_32
dev-qt/qtxmlpatterns:4 abi_x86_32
dev-util/pkgconfig abi_x86_32
gnome-base/librsvg abi_x86_32
gnome-base/gconf abi_x86_32
media-gfx/graphite2 abi_x86_32
media-gfx/sane-backends abi_x86_32
media-plugins/alsa-plugins abi_x86_32
media-sound/lame abi_x86_32
media-sound/mpg123 abi_x86_32
media-sound/pulseaudio abi_x86_32
media-sound/wavpack abi_x86_32
media-video/ffmpeg abi_x86_32
net-dns/avahi abi_x86_32
net-fs/samba abi_x86_32
net-print/cups abi_x86_32
net-wireless/bluez abi_x86_32
sys-apps/attr abi_x86_32
sys-apps/dbus abi_x86_32
sys-apps/util-linux abi_x86_32
sys-devel/gettext abi_x86_32
sys-devel/flex abi_x86_32
sys-fs/udev abi_x86_32

virtual/ffmpeg abi_x86_32
virtual/glu abi_x86_32
virtual/jpeg abi_x86_32
virtual/libffi abi_x86_32
virtual/libiconv abi_x86_32
virtual/libintl abi_x86_32
virtual/libmysqlclient abi_x86_32
virtual/libudev abi_x86_32
virtual/libusb abi_x86_32
virtual/mysql abi_x86_32
virtual/opengl abi_x86_32
virtual/pam abi_x86_32
virtual/pkgconfig abi_x86_32



On 24/02/2016 22:17, allan gottlieb wrote:
> On Wed, Feb 24 2016, Ralf wrote:
> 
>> Hi,
>>
>> I hate those tons of abi_x86_32 packages as well.
>>
>> This is also not solving your slot conflict, but why not:
>>   - Use a Windows VM for Skype
>>   - Use a small Linux VM for Skype (e.g. Debian)
>> and just redirect your webcam.
>>
>> In this way, you don't mess up your system with 32 bit libraries. And,
>> of course, you don't know what skype is internally doing as it is
>> proprietary software and not famous for no bugs/vulnerabilities.
>>
>> Cheers
>>   Ralf
> 
> I am trying to convince the dept and/or systems group to ship me one of
> their "loaner laptops" that has skype installed.
> 
> But I "promised" to try to install it on my main laptop (gentoo).
> On a backup laptop I went to the skype website and picked up the generic
> linux binary.  However it complained that I don't have the libraries it
> needs, presumably because it wants /usr/lib32 and I have /usr/lib64.
> 
> allan
> 


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




Re: [gentoo-user] printing pdfs

2020-05-28 Thread Jack

On 2020.05.28 19:04, james wrote:

On 5/28/20 4:30 PM, Francesco Turco wrote:

On Thu, May 28, 2020, at 22:11, james wrote:

So what application/strategy gets me past errors like this:

"Cannot mix incompatible Qt library (version 0x50e01) with this  
library

(version 0x50e02)"


Which application are you printing from?
I guess it's a Qt application. In that case, please verify that all  
packages in the dev-qt category on your system have the same version  
number.


You can use eix, for example:

$ eix --category dev-qt --installed --compact



35 matches. Yes I run lxde and many qt codes.

Perhaps better these are currenly blocked (will not update) qt:

U ~] dev-qt/qtcore-5.15.0 [5.14.2]
 U ~] dev-qt/qtxml-5.15.0 [5.14.2]
U dev-qt/qtnetwork-5.15.0 [5.14.2] USE="-libressl%"
U ~] dev-qt/qttest-5.15.0 [5.14.2]
U ~] dev-qt/qtdbus-5.15.0 [5.14.2]

U ~] dev-qt/qtgui-5.15.0 [5.14.2]
U ~] dev-qt/qtx11extras-5.15.0 [5.14.2]
U ~] dev-qt/qtwidgets-5.15.0 [5.14.2]
U ~] dev-qt/qtdeclarative-5.15.0 [5.14.2]
U ~] dev-qt/qtopengl-5.15.0 [5.14.2]
U ~] dev-qt/linguist-tools-5.15.0 [5.14.2]
U ~] dev-qt/qtmultimedia-5.15.0 [5.14.2]
U ~] dev-qt/qtpositioning-5.15.0 [5.14.2]
U ~] dev-qt/qtwayland-5.15.0 [5.14.2]
U ~] dev-python/qtawesome-0.7.2 [0.7.1]
That's not output from the above command (dev-python wouldn't be  
there.)  Please show the output of the above eix command, or perhaps  
try "eix-installed -a | grep dev-qt" for another look to be sure all  
are at the same version.


Not staying up with the very latest qt packages, causes even more  
problems. I usually have to wait, up to 7 days, as the others trickle  
in and the all the qt packages will install. Sometime I have to  
remove them all, then do the upgrade.


This is the first time it has affected pdf files.

Palemoon will not even load pdfs, at least this version::

NewMoon: 28.9.3  (the unofficial build of PaleMoon.)

I'll guess I just wait a few days and see what trickles in on qqt  
upgrades:



(dev-qt/qtcore-5.15.0:5/5.15.0::gentoo, ebuild scheduled for merge)  
USE="icu -debug -old-kernel (-systemd) -test" ABI_X86="(64)"  
conflicts with
~dev-qt/qtcore-5.14.2:5/5.14.2= required by  
(dev-qt/qtnetwork-5.14.2:5/5.14::gentoo, installed) USE="ssl -bindist  
-connman -debug -gssapi -libproxy -networkmanager -sctp -test"  
ABI_X86="(64)"

^^^
~dev-qt/qtcore-5.14.2 required by  
(dev-qt/qtgraphicaleffects-5.14.2:5/5.14::gentoo, installed)  
USE="-debug -test" ABI_X86="(64)"

^  ^^
~dev-qt/qtcore-5.14.2:5= required by  
(dev-qt/qtxml-5.14.2:5/5.14::gentoo, installed) USE="-debug -test"  
ABI_X86="(64)"

^  ^^
~dev-qt/qtcore-5.14.2:5/5.14.2= required by  
(dev-qt/qtdiag-5.14.2:5/5.14::gentoo, installed) USE="network widgets  
-debug -test" ABI_X86="(64)"


What is trying to pull in qtcore-5.15.0?  You started this with a  
problem of pdf viewers all complaining about mismatched qt versions,  
but this looks like a portage issue.  If you are manually marking  
dev-qt packages as ~, you have to be sure you have gotten them all.   
All dev-qt packages (some, such as qt-creator are on a different number  
scheme) must have the same version.  They are generally released all at  
the same time, so incomplete upgrades are likely due to a problem in  
package.accepted_keywords.




Re: [gentoo-user] printing pdfs

2020-05-28 Thread Dale
james wrote:
> On 5/28/20 4:30 PM, Francesco Turco wrote:
>> On Thu, May 28, 2020, at 22:11, james wrote:
>>> So what application/strategy gets me past errors like this:
>>>
>>> "Cannot mix incompatible Qt library (version 0x50e01) with this library
>>> (version 0x50e02)"
>>
>> Which application are you printing from?
>> I guess it's a Qt application. In that case, please verify that all
>> packages in the dev-qt category on your system have the same version
>> number.
>>
>> You can use eix, for example:
>>
>> $ eix --category dev-qt --installed --compact
>>
>
> 35 matches. Yes I run lxde and many qt codes.
>
> Perhaps better these are currenly blocked (will not update) qt:
>
> U ~] dev-qt/qtcore-5.15.0 [5.14.2]
>  U ~] dev-qt/qtxml-5.15.0 [5.14.2]
> U dev-qt/qtnetwork-5.15.0 [5.14.2] USE="-libressl%"
> U ~] dev-qt/qttest-5.15.0 [5.14.2]
> U ~] dev-qt/qtdbus-5.15.0 [5.14.2]
>
> U ~] dev-qt/qtgui-5.15.0 [5.14.2]
> U ~] dev-qt/qtx11extras-5.15.0 [5.14.2]
> U ~] dev-qt/qtwidgets-5.15.0 [5.14.2]
> U ~] dev-qt/qtdeclarative-5.15.0 [5.14.2]
> U ~] dev-qt/qtopengl-5.15.0 [5.14.2]
> U ~] dev-qt/linguist-tools-5.15.0 [5.14.2]
> U ~] dev-qt/qtmultimedia-5.15.0 [5.14.2]
> U ~] dev-qt/qtpositioning-5.15.0 [5.14.2]
> U ~] dev-qt/qtwayland-5.15.0 [5.14.2]
> U ~] dev-python/qtawesome-0.7.2 [0.7.1]
>
>
>
> Not staying up with the very latest qt packages, causes even more
> problems. I usually have to wait, up to 7 days, as the others trickle
> in and the all the qt packages will install. Sometime I have to remove
> them all, then do the upgrade.
>
> This is the first time it has affected pdf files.
>
> Palemoon will not even load pdfs, at least this version::
>
> NewMoon: 28.9.3  (the unofficial build of PaleMoon.)
>
> I'll guess I just wait a few days and see what trickles in on qqt
> upgrades:
>
> 
> (dev-qt/qtcore-5.15.0:5/5.15.0::gentoo, ebuild scheduled for merge)
> USE="icu -debug -old-kernel (-systemd) -test" ABI_X86="(64)" conflicts
> with
>     ~dev-qt/qtcore-5.14.2:5/5.14.2= required by
> (dev-qt/qtnetwork-5.14.2:5/5.14::gentoo, installed) USE="ssl -bindist
> -connman -debug -gssapi -libproxy -networkmanager -sctp -test"
> ABI_X86="(64)"
>     ^    ^^
>     ~dev-qt/qtcore-5.14.2 required by
> (dev-qt/qtgraphicaleffects-5.14.2:5/5.14::gentoo, installed)
> USE="-debug -test" ABI_X86="(64)"
>     ^  ^^
>     ~dev-qt/qtcore-5.14.2:5= required by
> (dev-qt/qtxml-5.14.2:5/5.14::gentoo, installed) USE="-debug -test"
> ABI_X86="(64)"
>     ^  ^^
>     ~dev-qt/qtcore-5.14.2:5/5.14.2= required by
> (dev-qt/qtdiag-5.14.2:5/5.14::gentoo, installed) USE="network widgets
> -debug -test" ABI_X86="(64)"
> 
>
>


I to have quite a few qt packages.  I sync once a week so maybe this
makes some difference. However, when I see one upgrade, they all upgrade
at the same time. I have around 30 packages installed here and they tend
to all update together.  Do you have some setting somewhere that is
blocking some of the updates?  USE flag maybe?  One thing I've noticed,
if you add one to use unstable packages, you have to do them all.  It's
either all of them or none.  I don't think I've ever seen a time where
one can be out of sync with the others. 

It may help if you would post the errors you are getting and the
commands you are running to get them.  It's pretty much impossible to
help when we don't know what is failing and why.  Error messages help to
figure out what is failing. 

Dale

:-)  :-) 



[gentoo-user] Help installing skype

2016-02-24 Thread allan gottlieb
Unfortunately (see the end for the reason) I need to run skype.  This
seems to be a mess to build.

I already
  added it to package.accept_keywords
  added about 100 entries to package.use (for abi_x86_32)
  accepted the license

Now I have a slot conflict.  Below the abbreviated output is the full
output.  Help would be much appreciated.

thanks,
allan



E7450-wired gottlieb # emerge --pretend skype

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

Calculating dependencies... done!
[ebuild  N~] net-im/skype-4.3.0.37-r6  USE="pulseaudio -apulse -pax_kernel 
-plasma (-selinux)" 
[nomerge   ] www-client/chromium-48.0.2564.109 
[nomerge   ]  app-accessibility/speech-dispatcher-0.8.1 
[nomerge   ]   app-accessibility/espeak-1.47.11-r1 
[nomerge   ]media-sound/sox-14.4.2 
[nomerge   ] media-sound/pulseaudio-7.1  ABI_X86="32*" 
[ebuild   R]  media-plugins/alsa-plugins-1.0.29  ABI_X86="32*" 
[ebuild   R]   media-sound/pulseaudio-7.1  ABI_X86="32*" 
[nomerge   ] net-im/skype-4.3.0.37-r6  USE="pulseaudio -apulse -pax_kernel 
-plasma (-selinux)" 
[ebuild  N ]  dev-qt/qtwebkit-4.8.6-r1  USE="gstreamer jit (-aqua) -debug 
-exceptions -icu -pch" ABI_X86="32 (64) (-x32)" 
[nomerge   ] gnome-base/gnome-3.16.0 
[nomerge   ]  gnome-base/gnome-extra-apps-3.16.0 
[nomerge   ]   mail-client/evolution-3.16.5 
[nomerge   ]app-crypt/pinentry-0.9.5 
[nomerge   ] dev-qt/qtgui-4.8.6-r4  ABI_X86="32*" 
[ebuild   R]  dev-qt/qt3support-4.8.6-r1  ABI_X86="32*" 
[ebuild   R]   dev-qt/qtsql-4.8.6-r1  ABI_X86="32*" 
[ebuild   R]dev-db/sqlite-3.9.2  ABI_X86="32*" 

[many omitted]

[ebuild   R]dev-libs/expat-2.1.0-r5  ABI_X86="32*" 
[ebuild   R] app-arch/bzip2-1.0.6-r6  ABI_X86="32*" 
[nomerge   ] app-text/texlive-2014 
[nomerge   ]  sys-apps/texinfo-5.2 
[ebuild   R]   virtual/libintl-0-r2  ABI_X86="32*" 

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

dev-libs/libxml2:2

  (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, ebuild scheduled for merge) pulled in 
by

dev-libs/libxml2:2[!icu?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (dev-qt/qtwebkit-4.8.6-r1:4/4::gentoo, ebuild scheduled for merge)
   ^


   

>=dev-libs/libxml2-2.9.1-r4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (media-libs/gst-plugins-base-0.10.36-r2:0.10/0.10::gentoo, ebuild 
scheduled for merge)



 

>=dev-libs/libxml2-2.9.1-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 required by (media-libs/gstreamer-0.10.36-r2:0.10/0.10::gentoo, ebuild 
scheduled for merge)





  (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, installed) pulled in by
dev-libs/libxml2:=[icu] required by 
(www-client/chromium-48.0.2564.109:0/0::gentoo, installed)
   ^^^  
  
dev-libs/libxml2:2/2=[icu] required by 
(www-client/chromium-48.0.2564.109: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

Re: [gentoo-user] Help installing skype

2016-02-24 Thread Ralf
Hi,

I hate those tons of abi_x86_32 packages as well.

This is also not solving your slot conflict, but why not:
  - Use a Windows VM for Skype
  - Use a small Linux VM for Skype (e.g. Debian)
and just redirect your webcam.

In this way, you don't mess up your system with 32 bit libraries. And,
of course, you don't know what skype is internally doing as it is
proprietary software and not famous for no bugs/vulnerabilities.

Cheers
  Ralf

On 02/24/2016 07:36 PM, allan gottlieb wrote:
> Unfortunately (see the end for the reason) I need to run skype.  This
> seems to be a mess to build.
>
> I already
>   added it to package.accept_keywords
>   added about 100 entries to package.use (for abi_x86_32)
>   accepted the license
>
> Now I have a slot conflict.  Below the abbreviated output is the full
> output.  Help would be much appreciated.
>
> thanks,
> allan
>
> 
>
> E7450-wired gottlieb # emerge --pretend skype
>
> These are the packages that would be merged, in reverse order:
>
> Calculating dependencies... done!
> [ebuild  N~] net-im/skype-4.3.0.37-r6  USE="pulseaudio -apulse 
> -pax_kernel -plasma (-selinux)" 
> [nomerge   ] www-client/chromium-48.0.2564.109 
> [nomerge   ]  app-accessibility/speech-dispatcher-0.8.1 
> [nomerge   ]   app-accessibility/espeak-1.47.11-r1 
> [nomerge   ]media-sound/sox-14.4.2 
> [nomerge   ] media-sound/pulseaudio-7.1  ABI_X86="32*" 
> [ebuild   R]  media-plugins/alsa-plugins-1.0.29  ABI_X86="32*" 
> [ebuild   R]   media-sound/pulseaudio-7.1  ABI_X86="32*" 
> [nomerge   ] net-im/skype-4.3.0.37-r6  USE="pulseaudio -apulse 
> -pax_kernel -plasma (-selinux)" 
> [ebuild  N ]  dev-qt/qtwebkit-4.8.6-r1  USE="gstreamer jit (-aqua) -debug 
> -exceptions -icu -pch" ABI_X86="32 (64) (-x32)" 
> [nomerge   ] gnome-base/gnome-3.16.0 
> [nomerge   ]  gnome-base/gnome-extra-apps-3.16.0 
> [nomerge   ]   mail-client/evolution-3.16.5 
> [nomerge   ]app-crypt/pinentry-0.9.5 
> [nomerge   ] dev-qt/qtgui-4.8.6-r4  ABI_X86="32*" 
> [ebuild   R]  dev-qt/qt3support-4.8.6-r1  ABI_X86="32*" 
> [ebuild   R]   dev-qt/qtsql-4.8.6-r1  ABI_X86="32*" 
> [ebuild   R]dev-db/sqlite-3.9.2  ABI_X86="32*" 
>
> [many omitted]
>
> [ebuild   R]dev-libs/expat-2.1.0-r5  ABI_X86="32*" 
> [ebuild   R] app-arch/bzip2-1.0.6-r6  ABI_X86="32*" 
> [nomerge   ] app-text/texlive-2014 
> [nomerge   ]  sys-apps/texinfo-5.2 
> [ebuild   R]   virtual/libintl-0-r2  ABI_X86="32*" 
>
> !!! Multiple package instances within a single package slot have been pulled
> !!! into the dependency graph, resulting in a slot conflict:
>
> dev-libs/libxml2:2
>
>   (dev-libs/libxml2-2.9.2-r4:2/2::gentoo, ebuild scheduled for merge) pulled 
> in by
> 
> dev-libs/libxml2:2[!icu?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>  required by (dev-qt/qtwebkit-4.8.6-r1:4/4::gentoo, ebuild scheduled for 
> merge)
>^  
>   
>   
>  
> 
> >=dev-libs/libxml2-2.9.1-r4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>  required by (media-libs/gst-plugins-base-0.10.36-r2:0.10/0.10::gentoo, 
> ebuild scheduled for merge)
>   
>   
>   
>
> 
> >=dev-libs/libxml2-2.9.1-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>  required by (media-libs/gstreamer-0.10.36-r2:0.10/0.10::gentoo, ebuild 
> scheduled for merge)
>   
>  

Re: [gentoo-user] printing pdfs

2020-05-29 Thread james

On 5/28/20 7:34 PM, Jack wrote:

On 2020.05.28 19:04, james wrote:

On 5/28/20 4:30 PM, Francesco Turco wrote:

On Thu, May 28, 2020, at 22:11, james wrote:

So what application/strategy gets me past errors like this:

"Cannot mix incompatible Qt library (version 0x50e01) with this library
(version 0x50e02)"


Which application are you printing from?
I guess it's a Qt application. In that case, please verify that all 
packages in the dev-qt category on your system have the same version 
number.


You can use eix, for example:

$ eix --category dev-qt --installed --compact



35 matches. Yes I run lxde and many qt codes.

Perhaps better these are currenly blocked (will not update) qt:

U ~] dev-qt/qtcore-5.15.0 [5.14.2]
�U ~] dev-qt/qtxml-5.15.0 [5.14.2]
U dev-qt/qtnetwork-5.15.0 [5.14.2] USE="-libressl%"
U ~] dev-qt/qttest-5.15.0 [5.14.2]
U ~] dev-qt/qtdbus-5.15.0 [5.14.2]

U ~] dev-qt/qtgui-5.15.0 [5.14.2]
U ~] dev-qt/qtx11extras-5.15.0 [5.14.2]
U ~] dev-qt/qtwidgets-5.15.0 [5.14.2]
U ~] dev-qt/qtdeclarative-5.15.0 [5.14.2]
U ~] dev-qt/qtopengl-5.15.0 [5.14.2]
U ~] dev-qt/linguist-tools-5.15.0 [5.14.2]
U ~] dev-qt/qtmultimedia-5.15.0 [5.14.2]
U ~] dev-qt/qtpositioning-5.15.0 [5.14.2]
U ~] dev-qt/qtwayland-5.15.0 [5.14.2]
U ~] dev-python/qtawesome-0.7.2 [0.7.1]
That's not output from the above command (dev-python wouldn't be 
there.)� Please show the output of the above eix command, or perhaps try 
"eix-installed -a | grep dev-qt" for another look to be sure all are at 
the same version.


Correct.
I tried to trim it down. So here is the full output:



 #  eix --category dev-qt --installed --compact
[?] dev-qt/designer (5.14.2(5/5.14)@05/24/2020 -> 5.13.2(5/5.13)^t): 
WYSIWYG tool for designing and building graphical user interfaces with 
QtWidgets
[?] dev-qt/linguist-tools (5.14.2(5/5.14)@05/24/2020 -> 
(~)5.14.1(5/5.14)^t): Tools for working with Qt translation data files
[I] dev-qt/qt-creator (4.8.2@05/24/2020): Lightweight IDE for C++/QML 
development centering around Qt
[?] dev-qt/qt-docs (5.14.2_p202003291239(5)@05/24/2020 -> 
5.13.2_p201910220817(5)): Qt5 documentation, for use with Qt Creator and 
other tools
[?] dev-qt/qt3d (5.14.2(5/5.14)@05/26/2020 -> 5.13.2(5/5.13)^t): 3D 
rendering module for the Qt5 framework
[I] dev-qt/qtchooser (66@11/06/2019): Tool to quickly switch between 
multiple Qt installations
[?] dev-qt/qtconcurrent (5.14.2(5/5.14)@05/15/2020 -> 
(~)5.14.1(5/5.14)^t): Multi-threading concurrence support library for 
the Qt5 framework
[?] dev-qt/qtcore (5.14.2(5/5.14.2)@05/15/2020 -> 
(~)5.14.1-r1(5/5.14)^t): Cross-platform application development framework
[?] dev-qt/qtdatavis3d (5.14.2(5/5.14)@05/24/2020 -> 5.13.2(5/5.13)^t): 
3D data visualization library for the Qt5 framework
[?] dev-qt/qtdbus (5.14.2(5/5.14)@05/15/2020 -> (~)5.14.1(5/5.14)^t): 
Qt5 module for inter-process communication over the D-Bus protocol
[?] dev-qt/qtdeclarative (5.14.2(5/5.14)@05/15/2020 -> 
(~)5.14.1-r1(5/5.14)^t): The QML and Quick modules for the Qt5 framework
[?] dev-qt/qtdiag (5.14.2(5/5.14)@05/24/2020 -> ~5.14.1(5/5.14)^t): Tool 
for reporting diagnostic information about Qt and its environment
[?] dev-qt/qtgraphicaleffects (5.14.2(5/5.14)@05/24/2020 -> 
5.13.2(5/5.13)^t): Set of QML types for adding visual effects to user 
interfaces
[?] dev-qt/qtgui (5.14.2(5/5.14.2)@05/15/2020 -> 
(~)5.14.1-r3(5/5.14.1)^t): The GUI module and platform plugins for the 
Qt5 framework
[?] dev-qt/qthelp (5.14.2(5/5.14)@05/24/2020 -> 5.13.2(5/5.13)^t): Qt5 
module for integrating online documentation into applications
[?] dev-qt/qtimageformats (5.14.2(5/5.14)@05/24/2020 -> 
5.13.2(5/5.13)^t): Additional format plugins for the Qt image I/O system
[I] dev-qt/qtlockedfile (2.4.1_p20171024@11/12/2019): QFile extension 
with advisory locking functions
[?] dev-qt/qtmultimedia (5.14.2(5/5.14)@05/24/2020 -> 
(~)5.14.1(5/5.14)^t): Multimedia (audio, video, radio, camera) library 
for the Qt5 framework
[?] dev-qt/qtnetwork (5.14.2(5/5.14)@05/15/2020 -> (~)5.14.1(5/5.14)^t): 
Network abstraction library for the Qt5 framework
[?] dev-qt/qtopengl (5.14.2(5/5.14)@05/24/2020 -> (~)5.14.1(5/5.14)^t): 
OpenGL support library for the Qt5 framework (deprecated)
[?] dev-qt/qtpositioning (5.14.2(5/5.14)@05/15/2020 -> 
(~)5.14.1(5/5.14)^t): Physical position determination library for the 
Qt5 framework
[?] dev-qt/qtprintsupport (5.14.2(5/5.14)@05/24/2020 -> 
(~)5.14.1(5/5.14)^t): Printing support library for the Qt5 framework
[I] dev-qt/qtquickcontrols (5.14.1(5/5.14)@02/21/2020): Set of Qt Quick 
controls to create complete user interfaces (deprecated)
[?] dev-qt/qtscript (5.14.2(5/5.14)@05/24/2020 -> (~)5.14.1(5/5.14)^t): 
Application scripting library for the Qt5 framework (deprecated)
[I] dev-qt/qtsingleapplication (2.6.1_p20171024@11/12/2019): Qt library 
to start applications only once per user
[?] dev-qt/qtsql (5.14.2(

Re: [gentoo-user] cannot emerge @preserved-rebuild due to removed package...

2015-03-14 Thread Alan McKinnon
On 14/03/2015 11:10, meino.cra...@gmx.de wrote:
> Alan McKinnon  [15-03-14 09:48]:
>> On 14/03/2015 09:36, meino.cra...@gmx.de wrote:
>>> Hi,
>>>
>>> emerge hits me:
>>>
>>> Whiletrying to reolve a lot of blockers, emerge @preserved-rebuild
>>> gives me this:
>>>
>>> emerge: there are no ebuilds to satisfy "kde-base/solid:4".
>>> (dependency required by "@preserved-rebuild" [argument])
>>>
>>> emerge itself can be called without that error.
>>> How can an argument to a command haves a dependency?
>>>
>>> How can I get out of this?
>>
>>
>> It's portage's insanely obtuse output that is getting you confused, but
>> the error is with an ebuild, not portage.
>>
>> First, there is not such package as "solid" with SLOT=4:
>>
>> # eix -e solid
>> * kde-frameworks/solid
>>  Available versions:  (5) (~)5.7.0(5/5.7)
>>{debug doc nls test}
>>  Homepage:http://www.kde.org/
>>  Description: Framework providing platform independent
>> hardware discovery, abstraction, and management
>>
>>
>> Then, all that "dependency required by..." output from portage is an
>> effort to show you what is pulling a package in, and it starts at the
>> beginning. Portage knows it's dealing with whatever is in the
>> @preserved-rebuild set, and that set has packages in it. Each of those
>> packages may have other deps, and so on.
>>
>> In your case, it seems to be solid-actions-kcm that's causing it
>>
>> # grep -r "kde-base/solid:4" /var/portage/
>> /var/portage/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.14.ebuild:
>>  !kde-base/solid:4
>>
>>
>>
>> I have no idea if this will work, but here's what I'd do:
>>
>> skip @preserved-rebuild for now, and run
>> revdep-rebuild
>> emerge -a --depclean
>>
>> So if that changes things. Also make sure neither solid nor
>> solid-actions-kcm are in world, they should be deps pulled in automatically.
>>
>> Also move /var/lib/portage/preserved_libs_registry out of the way if it
>> has junk in it and let revdep-rebuild fix things.
>>
>> Finally, you did sync ran emerge world recently, right?


> 
> Hi Alan,
> 
> thanks for your reply ! :)


No problem.

Huge amounts of portage output snipped below, but I think you are trying
to have stable Qt4 and unstable Qt5 on the same system. That doesn't
work currently, I'll walk through my reasoning so you can see what's
going on:

> 
> ...interesting...one needs to use grep to resolve a problem of 
> portage ;)

Hah yes, that's quite funny.
I wanted to see what the ebuilds actually say, not what portage tools
think they say :-)


> 
> 
> Things are going even more worst (correct English???...uh, sound like
> german English...;;;))):
> 
> revdep-rebuild runs fine and found nothing to rebuild.
> depclean stops its work and said:
> 
> Calculating dependencies... done!
>  * Dependencies could not be completely resolved due to
>  * the following required packages not being installed:
>  * 
>  *   >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by:
>  * kde-base/kglobalaccel-4.14.3

[... huge snip]

Basically, of this part really means that you need Qt:4
It *can* co-exist with Qt5, I have them both installed here.

> Since packages are missing I tried:
> emerge --update --newuse --deep --with-bdeps=y @world --tree --keep-going -v
> 
> 
> which prints:
> These are the packages that would be merged, in reverse order:
> 
> Calculating dependencies... done!

[...snip...]

> [blocks B  ]  dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  blocking dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  blocking dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  is blocking dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  (" [blocks B  ]  blocking dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  (" [blocks B  ]  blocking dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  dev-qt/qtchooser-0_p20150102)
> [blocks B  ]  blocking dev-qt/qtchooser-0_p20150102)

[... snip big list of what wants Qt stuff]

dev-qt/qtchooser seems to be the main culprit here. In that ebuild:

RDEPEND="
...
! Uuuuh..,thats much.
> 
> Should I buy a new harddisk and start right from the beginning?

No :-)
About 30 lines in package.accept_keywords should be enough :-)


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




Re: [gentoo-user] "Multiple package instances ....". Help me understand this emerge error, please.

2014-02-22 Thread Alan McKinnon
On 22/02/2014 23:15, Alan Mackenzie wrote:
> Hi, Gentoo.
> 
> I've just tried an emerge -puND world, after a shockingly long interval.
> I got the error message:
> 
>!!! Multiple package instances within a single package slot have been 
> pulled
>!!! into the dependency graph, resulting in a slot conflict:
> 
> , etc.
> 
> To simplify the problem, I tried to emerge an individual package
> identified in that message, and tried emerge -p libpng.  I got the same
> message, with this:
> 
> ###
> !!! Multiple package instances within a single package slot have been pulled
> !!! into the dependency graph, resulting in a slot conflict:
> 
> media-libs/libpng:0
> 
>   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by
> media-libs/libpng:0/0= required by (x11-libs/cairo-1.12.14-r4::gentoo, 
> installed)
> >=media-libs/libpng-1.4:0/0= required by 
> (app-editors/emacs-24.3-r2::gentoo, installed)
> media-libs/libpng:0/0= required by (media-libs/libwebp-0.3.1::gentoo, 
> installed)
> media-libs/libpng:0/0= required by 
> (net-print/cups-filters-1.0.36-r1::gentoo, installed)
> media-libs/libpng:0/0= required by (kde-base/kdelibs-4.11.2-r1::gentoo, 
> installed)
> media-libs/libpng:0/0= required by (dev-qt/qtgui-4.8.5-r1::gentoo, 
> installed)
> media-libs/libpng:0/0= required by (app-text/poppler-0.24.3::gentoo, 
> installed)
> (and 3 more with the same problems)
> 
>   (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge) pulled in by
> (no parents that aren't satisfied by other packages in this slot)
> ###
> Clearly, I'm trying to update libpng-1.5.17 to libpng-1.6.8.  What does
> this portion of the message mean:
> 
> media-libs/libpng:0/0=
>  ^
> 
> ?  Is it somehow telling me that cairo and friends require the currently
> installed version, whatever that is?  Where is this format documented?  I
> couldn't find anything about it in the Gentoo handbook, and not in the
> emerge man page either.
> 
> What do I have to do to get this thing emerged?
> 
> Thanks!
> 

You've hit the dreaded sub-slot (a new portage feature). It causes no
end of trouble as so few people know how it really works, but it's
intended to replace @preserved-rebuild by DoingItRite and finally make
revdep-rebuild obsolete.

It's documented in man 5 ebuild under these headings:

Atom Slots
Sub Slots
Atom Slot Operators
SLOT

libpng:0/0 is libpng SLOT 0 which has been around since EAPI1 and
SUBSLOT 0 which is new.

Take cairo which is one of your deps. In the ebuild:

RDEPEND="
media-libs/libpng:0=
"

eix libpng shows:

 (0)1.5.15 1.5.17-r1 (~)1.6.6(0/16) (~)1.6.7(0/16) 1.6.8(0/16)
(~)1.6.9(0/16)

That shows libpng-1.5.* have slot/subslot 0/0 and
   libpng-1.6.* have slot/subslot 0/16
where presumably "16" is shorthand for "1.6" in the version



Now read those headings in the man page, you will find this gem:

"=  Indicates  that any slot value is acceptable. In addition, for
runtime dependencies, indicates that the package will break unless a
matching package with slot and  sub-slot  equal to  the  slot  and
sub-slot  of  the  best  installed version at the time the package was
installed is available.

 Examples:
  dev-libs/icu:=
  dev-lang/perl:=
  dev-libs/glib:=
"

in other words, even though libpng-1.5.17-r1 and libpng-1.6.8 are in the
same SLOT, nevertheless cairo will break if you upgrade libpng that way.

Or expressed another way in language from before sub-slots, cairo will
stop working properly after the emerge world until you run
revdep-rebuild and fix and the borkage


The world update wants to upgrade libpng as a new stable version is
available but portage won't do it as it will break packages that use libpng.


All my hosts here are up to date so I can't reproduce your problem:

- is portage up to date runnign latest version in your tree? Update that
first (always a good idea anyway)
- are you sure that's an emerge failure and not just a convoluted info
message? Perhaps post the entire emerge output.


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




Re: [gentoo-user] "Multiple package instances ....". Help me understand this emerge error, please.

2014-02-22 Thread Mick
On Saturday 22 Feb 2014 22:06:15 Alan McKinnon wrote:
> On 22/02/2014 23:15, Alan Mackenzie wrote:
> > Hi, Gentoo.
> > 
> > I've just tried an emerge -puND world, after a shockingly long interval.
> > 
> > I got the error message:
> >!!! Multiple package instances within a single package slot have been
> >pulled
> > 
> >!!! into the dependency graph, resulting in a slot conflict:
> > , etc.
> > 
> > To simplify the problem, I tried to emerge an individual package
> > identified in that message, and tried emerge -p libpng.  I got the same
> > message, with this:
> > 
> > #
> > ## !!! Multiple package instances within a single package slot have
> > been pulled !!! into the dependency graph, resulting in a slot conflict:
> > 
> > media-libs/libpng:0
> > 
> >   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by
> >   
> > media-libs/libpng:0/0= required by
> > (x11-libs/cairo-1.12.14-r4::gentoo, installed)
> > 
> > >=media-libs/libpng-1.4:0/0= required by
> > >(app-editors/emacs-24.3-r2::gentoo, installed)
> > 
> > media-libs/libpng:0/0= required by (media-libs/libwebp-0.3.1::gentoo,
> > installed) media-libs/libpng:0/0= required by
> >     (net-print/cups-filters-1.0.36-r1::gentoo, installed)
> > media-libs/libpng:0/0= required by
> > (kde-base/kdelibs-4.11.2-r1::gentoo, installed)
> > media-libs/libpng:0/0= required by (dev-qt/qtgui-4.8.5-r1::gentoo,
> > installed) media-libs/libpng:0/0= required by
> > (app-text/poppler-0.24.3::gentoo, installed) (and 3 more with the
> > same problems)
> >   
> >   (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge) pulled in
> >   by
> >   
> > (no parents that aren't satisfied by other packages in this slot)
> > 
> > #
> > ## Clearly, I'm trying to update libpng-1.5.17 to libpng-1.6.8.  What
> > does
> > 
> > this portion of the message mean:
> > media-libs/libpng:0/0=
> > 
> >  ^
> > 
> > ?  Is it somehow telling me that cairo and friends require the currently
> > installed version, whatever that is?  Where is this format documented?  I
> > couldn't find anything about it in the Gentoo handbook, and not in the
> > emerge man page either.
> > 
> > What do I have to do to get this thing emerged?
> > 
> > Thanks!
> 
> You've hit the dreaded sub-slot (a new portage feature). It causes no
> end of trouble as so few people know how it really works, but it's
> intended to replace @preserved-rebuild by DoingItRite and finally make
> revdep-rebuild obsolete.
> 
> It's documented in man 5 ebuild under these headings:
> 
> Atom Slots
> Sub Slots
> Atom Slot Operators
> SLOT
> 
> libpng:0/0 is libpng SLOT 0 which has been around since EAPI1 and
> SUBSLOT 0 which is new.
> 
> Take cairo which is one of your deps. In the ebuild:
> 
> RDEPEND="
> media-libs/libpng:0=
> "
> 
> eix libpng shows:
> 
>  (0)1.5.15 1.5.17-r1 (~)1.6.6(0/16) (~)1.6.7(0/16) 1.6.8(0/16)
> (~)1.6.9(0/16)
> 
> That shows libpng-1.5.* have slot/subslot 0/0 and
>libpng-1.6.* have slot/subslot 0/16
> where presumably "16" is shorthand for "1.6" in the version
> 
> 
> 
> Now read those headings in the man page, you will find this gem:
> 
> "=  Indicates  that any slot value is acceptable. In addition, for
> runtime dependencies, indicates that the package will break unless a
> matching package with slot and  sub-slot  equal to  the  slot  and
> sub-slot  of  the  best  installed version at the time the package was
> installed is available.
> 
>  Examples:
>   dev-libs/icu:=
>   dev-lang/perl:=
>   dev-libs/glib:=
> "
> 
> in other words, even though libpng-1.5.17-r1 and libpng-1.6.8 are in the
> same SLOT, nevertheless cairo will break if you upgrade libpng that way.
> 
> Or expressed another way in language from before sub-slots, cairo will
> stop working properly after the emerge world until you run
> revdep-rebuild and fix and the borkage
> 
> 
> The world update wants to upgrade libpng as a new stable version is
> available but portage won't do it as it will break packages that use
> libpng.
> 
> 
> All my hosts here are up to date so I can't reproduce your problem:
> 
> - is portage up to date runnign latest version in your tree? Update that
> first (always a good idea anyway)
> - are you sure that's an emerge failure and not just a convoluted info
> message? Perhaps post the entire emerge output.

I can't recall how I got out of this, but by instinct I would probably unmerge 
libpng, emerge world and then @preserved-rebuild and revdep-rebuild.
-- 
Regards,
Mick


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


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

2020-05-20 Thread Rich Freeman
On Wed, May 20, 2020 at 3:49 PM n952162  wrote:
>
> On 05/20/20 21:24, Daniel Frey wrote:
> > On 5/20/20 12:06 PM, n952162 wrote:
> >> The command was:
> >>
> >> emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl
> >> dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml
> >> dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore
> >>
> >> The output to that is attached.
> >>
> >> I tried just emerging zlib with the static-libs USE flag ... that log is
> >> also attached.
> >>
> >> On 05/20/20 18:59, Ashley Dixon wrote:
> >>> On Wed, May 20, 2020 at 02:35:52PM +0200, n952162 wrote:
> >>>> I have a slot conflict for sys-libs/zlib, whereby both users want
> >>>> the same package.  Studying the USE variables shows that the new
> >>>> package wants, additionally, the "static-libs" USE flag.
> >>>>
> >>>> I thought, the way to handle this is to add the static-libs USE
> >>>> variable in /etc/portage/package.use and re-emerge with
> >>>> --changed-use.  Unfortunately, that gives me the same conflict.
> >>> Can you attach the full output of emerge ?
> >>>
> >>
> >
> > This is most likely due to so many packages that need to be upgraded
> > at the same time. You're only asking to update a few select packages
> > and it's borking because it's finding packages outside your request
> > that also need to be updated at the same time.
> >
>
> Because of a static-libs USE flag?
> Is it the case that - if a package is installed with a USE flag, every
> user of that package that doesn't specify that USE flag gets kicked out?

No.  The problem is that you asked the system to update a few packages.

Those packages require an updated version of openssl to work.
However, you have a  bunch of other packages (like
openssh/wget/ruby/curl/etc) that use the old version of openssl.

So portage is going to try to rebuild those packages for you.
However, it can't do that, because the versions you have installed are
so old that their ebuilds are no longer in the repository, so portage
doesn't know how to rebuild them.

Portage can't upgrade them either, because you told portage to only
update that small list of packages and their dependencies, and those
other packages aren't dependencies of the packages you listed.

You can either try to get the update for all of @world to work at the
same time.  Or you can try to add more packages to the list.

And make sure you use -1 or --oneshot on the command line.

If you added all the packages from that list (without version numbers)
to that command line that might help.  That is the list starting with
wget and ending with virtualbox (and 4 more) - you'll need to either
add --verbose-conflicts to get the 4 more, or see what else pops up
after you add these packages to the list.

Something that might also help is running:
emerge -auDv --changed-use --keep-going --with-bdeps=y --changed-deps
--backtrack=100 @system

That is going to be another big update, but much smaller than @world,
so maybe you'll get fewer errors to have to resolve that way.  I'm not
sure if that will be better or worse than dealing with all of @world.

It will probably take you a while to manually resolve all the
conflicts this way - this is a pretty normal occurrence if you update
Gentoo only once a year/etc.  Obviously I have a half decent idea of
the sorts of issues you're running into and sorting through this mess
would probably take me days unless I just did nothing else.  This is
not a situation you want to be in normally.

You could also try doing a progressive update by pulling git snapshots
of the repository a month or two apart since the time of your last
update.  Then you won't have so many changes to do at each time.
However, you might run into issues if source files aren't available,
since you're now trying to install packages that will no longer be
mirrored.

-- 
Rich



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

2020-05-20 Thread n952162




On 05/20/20 23:24, Rich Freeman wrote:

First, stop top-posting, and fix your quoting.  This is a mess to try
to reply to, and your update woes are bad enough to stare at...


sorry, I've just posted as I've thought it was most meaningful.  I'm not
sure what you mean by quoting ... I'm using thunderbird ... can you
recommend another mail agent?



On Wed, May 20, 2020 at 4:51 PM n952162  wrote:


Well, you're talking about openssl here.  I'm trying to go a step at a time and 
looking at the first conflict in that first log file: zlib.

You'll have to give me the full command line and output of that if you
want me to comment.

This seems to be a bit of a trend in your emails.  You almost always
ask a question without including the command line and output.  When
you do include output you often trim it, which makes it much harder to
tell what is going on.


In the posting that you orignally responded to, at 21:06 (my time), I'd
included this and attached the full log:

emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl
dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml
dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore

Again, I think attaching the log is less confusing than just dumping it
into the stream, but maybe that's wrong.






Isn't the source and build instructions to everything on my system here, too?
I mean, if it had to rebuild all the users of zlib, but wasn't being requested 
to update them.

No.  The build instructions are in the repository.  When you updated
it, you discarded the ebuilds for any no-longer-supported package
versions.


Something that might also help is running:
emerge -auDv --changed-use --keep-going --with-bdeps=y --changed-deps
--backtrack=100 @system


Attached ...


1.  You should update all the files in /etc and then run that command again.
2.  Did portage not actually let you proceed with the update?  As far
as I can tell none of those errors are fatal.

Assuming that nothing new comes up after you update all your config
files in /etc I would proceed with this update.  It certainly won't
fix all your problems (which is why you have a mountain of messages
after the list of packages that will be updated), but it will get a
ton of system packages and your toolchain up-to-date, and will
probably make it considerably easier to sort through the rest of the
updates.

The @system set is largely independent of anything else, so getting it
updated makes everything else easier.



Okay, that's what I'll do (tomorrow).






Actually, I installed this system just a month or two ago, but I used
a CD I burned of the minimal-install-disk that is perhaps a year
old.  I wanted to have all my systems have the same basis, until I
proficient enough to do a stage-1 installation ... I guess this is the
way I'm learning how to get there  :-(

Two things:

First, that seems a bit odd, since if you did an emerge --sync before
doing the install you should have been installing new packages
regardless of what was on the install disk, especially if you
downloaded a current stage3.  I guess if you used an old stage3 and
didn't update anything then you'd be in that state, but you wouldn't
have anything not in @system that way.

Second, there is no benefit to doing a stage1 install really except in
some unusual bootstrapping situations like building install media.
You get an identical system if you do a stage1 install, or if you do a
stage3 install and at the end do an emerge -e @world.  The difference
is that you can actually use your system while the latter rebuilds, vs
a stage1 where it takes ages before you can just about anything with
it.



The beauty of gentoo is that it's source.  But that's just a fantasy if
I use the stage3 tarball.
I think.




Re: [gentoo-user] switch to profile 17.0 complete, completely painless

2017-12-06 Thread Helmut Jarausch

On 12/06/2017 04:38:02 PM, Andrés Becerra Sandoval wrote:


 I'm having trouble with these:

 net-libs/webkit-gtk-2.4.11-r200


this needs an addtional patch  webkit-gtk-2.4.11-icu59.patch which I've  
attached



 dev-qt/qtwebengine-5.9.3


  This needs a tiny change, I've attached my ebuild


 net-libs/webkit-gtk


which version?  Version 2.18.3 installed just fine here.

Helmut


# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit multiprocessing pax-utils python-any-r1 qt5-build

DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML 
applications"

if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi

IUSE="alsa bindist geolocation pax_kernel pulseaudio +system-ffmpeg +system-icu 
widgets"

RDEPEND="
app-arch/snappy:=
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
~dev-qt/qtcore-${PV}
    ~dev-qt/qtdeclarative-${PV}
~dev-qt/qtgui-${PV}
~dev-qt/qtnetwork-${PV}
~dev-qt/qtprintsupport-${PV}
~dev-qt/qtwebchannel-${PV}[qml]
dev-libs/expat
dev-libs/libevent:=
dev-libs/libxml2
dev-libs/libxslt
dev-libs/protobuf:=
media-libs/fontconfig
media-libs/freetype
media-libs/harfbuzz:=
media-libs/libpng:0=
>=media-libs/libvpx-1.5:=[svc]
media-libs/libwebp:=
media-libs/mesa
media-libs/opus
net-libs/libsrtp:0=
sys-apps/dbus
sys-apps/pciutils
sys-libs/libcap
sys-libs/zlib[minizip]
virtual/jpeg:0
virtual/libudev
x11-libs/libdrm
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXScrnSaver
x11-libs/libXtst
alsa? ( media-libs/alsa-lib )
geolocation? ( ~dev-qt/qtpositioning-${PV} )
pulseaudio? ( media-sound/pulseaudio:= )
system-ffmpeg? ( media-video/ffmpeg:0= )
system-icu? ( dev-libs/icu:= )
widgets? ( ~dev-qt/qtwidgets-${PV} )
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
>=app-arch/gzip-1.7
dev-util/gperf
dev-util/ninja
dev-util/re2c
sys-devel/bison
pax_kernel? ( sys-apps/elfix )
"

src_prepare() {
use pax_kernel && PATCHES+=( 
"${FILESDIR}/${PN}-5.9.0-paxmark-mksnapshot.patch" )
sed -i -e'/#if U_ICU_VERSION_MAJOR_NUM < 60/ s/60/60 || 
defined(TOOLKIT_QT)/' \
src/3rdparty/chromium/components/url_formatter/url_formatter.cc
# bug 620444 - ensure local headers are used
find "${S}" -type f -name "*.pr[fio]" | xargs sed -i -e 's|INCLUDEPATH 
+= |&$$QTWEBENGINE_ROOT/include |' || die

qt_use_disable_config alsa alsa src/core/config/linux.pri
qt_use_disable_config pulseaudio pulseaudio src/core/config/linux.pri

qt_use_disable_mod geolocation positioning \
mkspecs/features/configure.prf \
src/core/core_chromium.pri \
src/core/core_common.pri

qt_use_disable_mod widgets widgets src/src.pro

qt5-build_src_prepare
}

src_configure() {
export NINJA_PATH=/usr/bin/ninja
export NINJAFLAGS="${NINJAFLAGS:--j$(makeopts_jobs) 
-l$(makeopts_loadavg "${MAKEOPTS}" 0) -v}"

local myqmakeargs=(
$(usex bindist '' 'WEBENGINE_CONFIG+=use_proprietary_codecs')
$(usex system-ffmpeg 'WEBENGINE_CONFIG+=use_system_ffmpeg' '')
$(usex system-icu 'WEBENGINE_CONFIG+=use_system_icu' '')
)
qt5-build_src_configure
}

src_install() {
qt5-build_src_install

# bug 601472
if [[ ! -f ${D%/}${QT5_LIBDIR}/libQt5WebEngine.so ]]; then
die "${CATEGORY}/${PF} failed to build anything. Please report 
to https://bugs.gentoo.org/";
fi

pax-mark m "${D%/}${QT5_LIBEXECDIR}"/QtWebEngineProcess
}
diff -ruN webkitgtk-2.4.11.orig/Source/JavaScriptCore/API/JSStringRef.cpp webkitgtk-2.4.11/Source/JavaScriptCore/API/JSStringRef.cpp
--- webkitgtk-2.4.11.orig/Source/JavaScriptCore/API/JSStringRef.cpp	2016-04-10 08:48:36.0 +0200
+++ webkitgtk-2.4.11/Source/JavaScriptCore/API/JSStringRef.cpp	2017-06-11 19:26:55.263795188 +0200
@@ -37,7 +37,7 @@
 JSStringRef JSStringCreateWithCharacters(const JSChar* chars, size_t numChars)
 {
 initializeThreading();
-return OpaqueJSString::create(chars, numChars).leakRef();
+return OpaqueJSString::create(reinterpr

[gentoo-user] Update to dev-libs/icu-51.1 results in borked Dolphin

2013-04-28 Thread Mick
Updating dev-libs/icu-51.1 uninstalled /usr/lib64/libicuuc.so.49.1.2 and when 
I try to start Dolphin I get:
==
There was an error loading the module Dolphin View.
The diagnostics is:
Cannot load library /usr/lib64/kde4/dolphinpart.so: (libicuuc.so.49: cannot 
open shared object file: No such file or directory)
==

Should revdep-rebuild have picked this up, or would this only work if  
/usr/lib64/libicuuc.so.49.1.2 had not been removed yet?

Trying to rebuild dolphin gives:
==
[ 71%] Building CXX object dolphin/src/CMakeFiles/dolphin.dir/dolphin_dummy.o
cd /var/tmp/portage/kde-
base/dolphin-4.10.1/work/dolphin-4.10.1_build/dolphin/src && /usr/bin/x86_64-
pc-linux-gnu-g++  -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL 
-DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -
DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=45 -DDISABLE_NEPOMUK_LEGACY -
DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS  -DQT_NO_DEBUG -DNDEBUG 
-march=native -O2 -pipe  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-
align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-
exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual 
-fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -
I/var/tmp/portage/kde-
base/dolphin-4.10.1/work/dolphin-4.10.1_build/dolphin/src -
I/var/tmp/portage/kde-base/dolphin-4.10.1/work/dolphin-4.10.1/dolphin/src -
I/var/tmp/portage/kde-base/dolphin-4.10.1/work/dolphin-4.10.1_build -
I/var/tmp/portage/kde-base/dolphin-4.10.1/work/dolphin-4.10.1/lib/konq -
I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -
I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -
I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -
I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -
I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -
I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -
I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -
I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -
I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -
I/usr/share/qt4/mkspecs/default -I/usr/include/qt4-D_GNU_SOURCE -
D_LARGEFILE64_SOURCE -o CMakeFiles/dolphin.dir/dolphin_dummy.o -c 
/var/tmp/portage/kde-
base/dolphin-4.10.1/work/dolphin-4.10.1_build/dolphin/src/dolphin_dummy.cpp
Linking CXX executable dolphin
cd /var/tmp/portage/kde-
base/dolphin-4.10.1/work/dolphin-4.10.1_build/dolphin/src && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/dolphin.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-g++   -march=native -O2 -pipe  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-
common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -
fvisibility-inlines-hidden  -Wl,--enable-new-dtags  -Wl,-O1 -Wl,--as-needed 
CMakeFiles/dolphin.dir/dolphin_dummy.o  -o dolphin -rdynamic -
L/var/tmp/portage/kde-base/dolphin-4.10.1/work/dolphin-4.10.1_build/lib -
L/usr/lib64/qt4 ../../lib/libkdeinit4_dolphin.so -lkonq -lz -lX11 
../../lib/libdolphinprivate.so.4.10.1 /usr/lib64/libkfile.so.4.10.1 
/usr/lib64/libkcmutils.so.4.10.1 /usr/lib64/libkparts.so.4.10.1 -lknewstuff3 -
lphonon /usr/lib64/libnepomukwidgets.so.4.10.1 
/usr/lib64/libnepomukcore.so.4.10.1 /usr/lib64/libkio.so.5.10.1 
/usr/lib64/libsolid.so.4.10.1 /usr/lib64/libnepomukutils.so.4.10.1 
/usr/lib64/qt4/libQtNetwork.so /usr/lib64/qt4/libQtXml.so 
/usr/lib64/libnepomuk.so.4.10.1 /usr/lib64/libkdeui.so.5.10.1 
/usr/lib64/qt4/libQtGui.so /usr/lib64/qt4/libQtSvg.so -lsoprano 
/usr/lib64/libkactivities.so.6.1.0 /usr/lib64/libkdecore.so.5.10.1 
/usr/lib64/qt4/libQtCore.so -lpthread /usr/lib64/qt4/libQtDBus.so -Wl,-
rpath,/var/tmp/portage/kde-
base/dolphin-4.10.1/work/dolphin-4.10.1_build/lib:/usr/lib64/qt4: 
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
warning: libicuuc.so.49, needed by /usr/lib64/qt4/libQtWebKit.so.4, not found 
(try using -rpath or -rpath-link)
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_isBoundary_49'
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_previous_49'
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_preceding_49'
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_openRules_49'
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_last_49'
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_first_49'
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_following_49'
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_open_49'
/usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_next_49'
/usr/lib64/qt4/libQtWebKit.so.4: undefined r

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

2015-03-04 Thread Walter Dnes
On Tue, Mar 03, 2015 at 05:30:34PM -0800, Daniel Frey wrote
> On 03/03/2015 10:06 PM, Walter Dnes wrote:
> >   And a "lib" is not necessarily always a direct dependancy.  E.g. my
> > HDHomerun OTA TV tuner requires the media-libs/libhdhomerun ebuild to be
> > explicitly installed.
> > 
> 
> Wait, really? I've had mine since 2010 and I've never had that package
> installed (media-libs/libhdhomerun). MythTV detected and used it without
> complaints. Or is it required for other programs?
> 
> I just tried genlop and it is saying I've never had any version of
> libhdhomerun installed.

  /usr/portage/distfiles/libhdhomerun_20140121.tgz is all of 47,685
bytes.  It provides a ***COMMAND LINE INTERFACE***.  I happen to be a
"command line commando""  Using that command line interface, I've rigged
up a bash script and a text config file that allows me to fire up the
local CBC station, on tuner 0, with the command...

tv 0 cbc

Similarly, I can launch the local CTV station with the command

tv 0 ctv

  The other option is to "save 47,685 bytes" and emerge MythTV instead

USE="mysql" emerge -pv mythtv

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

Calculating dependencies... done!
[ebuild  N ] media-libs/libogg-1.3.1  USE="-static-libs" 398 KiB
[ebuild  N ] dev-libs/libaio-0.3.110  USE="-static-libs {-test}" 42 KiB
[ebuild  N ] media-libs/xvid-1.3.3  USE="threads -examples -pic" 0 KiB
[ebuild  N ] media-fonts/liberation-fonts-2.00.0-r1  USE="X -fontforge" 
2,249 KiB
[ebuild  N ] app-admin/eselect-qtgraphicssystem-1.1.1  2 KiB
[ebuild  N ] media-libs/libmp4v2-2.0.0  USE="-static-libs {-test} -utils" 
485 KiB
[ebuild  N ] dev-perl/TermReadKey-2.300.200-r1  37 KiB
[ebuild  N ] dev-perl/Net-Daemon-0.480.0-r1  29 KiB
[ebuild  N ] virtual/perl-Sys-Syslog-0.320.0-r2  0 KiB
[ebuild  N ] virtual/perl-Time-HiRes-1.972.500-r3  0 KiB
[ebuild  N ] virtual/perl-Term-ANSIColor-4.20.0-r2  0 KiB
[ebuild  N ] virtual/perl-Getopt-Long-2.390.0-r1  0 KiB
[ebuild  N ] dev-qt/qtcore-4.8.5-r2:4  USE="exceptions glib ssl (-aqua) 
-debug -iconv -icu -pch -qt3support" 235,832 KiB
[ebuild  N ] media-libs/libvorbis-1.3.4  USE="-static-libs" 1,066 KiB
[ebuild  N ] media-libs/taglib-1.9.1-r2  USE="asf mp4 -debug -examples 
{-test}" 639 KiB
[ebuild  N ] media-sound/lame-3.99.5-r1  USE="-debug -mp3rtp -sndfile 
-static-libs" CPU_FLAGS_X86="(-mmx)" 568 KiB
[ebuild  N ] x11-misc/wmctrl-1.07-r1  86 KiB
[ebuild  N ] media-libs/faac-1.28-r4  USE="-static-libs" 663 KiB
[ebuild  N ] x11-libs/libXinerama-1.1.3  USE="-static-libs" 272 KiB
[ebuild  N ] dev-db/mysql-init-scripts-2.0-r1  0 KiB
[ebuild  N ] dev-perl/PlRPC-0.202.0-r2  18 KiB
[ebuild  N ] dev-qt/qtscript-4.8.5:4  USE="exceptions jit (-aqua) -debug 
-iconv -pch" 0 KiB
[ebuild  N ] dev-qt/qtdbus-4.8.5:4  USE="exceptions (-aqua) -debug -pch" 0 
KiB
[ebuild  N ] media-libs/libtheora-1.1.1-r1  USE="encode -doc -examples 
-static-libs" 1,859 KiB
[ebuild  N ] dev-qt/qtxmlpatterns-4.8.5:4  USE="(-aqua) -debug -pch" 0 KiB
[ebuild  N ] dev-perl/DBI-1.628.0  USE="{-test}" 573 KiB
[ebuild  N ] dev-qt/qtgui-4.8.5-r3:4  USE="accessibility exceptions glib xv 
(-aqua) -cups -debug -egl -gtkstyle -mng -nas -nis -pch -qt3support -tiff 
-trace -xinerama" 51 KiB
[ebuild  N ] dev-qt/qtwebkit-4.8.5:4  USE="exceptions jit (-aqua) -debug 
-gstreamer -icu -pch" 0 KiB
[ebuild  N ] dev-qt/qtopengl-4.8.5:4  USE="exceptions (-aqua) -debug -egl 
-pch -qt3support" 0 KiB
[ebuild  N ] dev-db/mariadb-10.0.15-r1  USE="bindist community perl ssl 
-cluster -debug -embedded -extraengine -jemalloc -latin1 -minimal -odbc 
-oqgraph -pam -profiling (-selinux) -sphinx -static -static-libs -systemtap 
-tcmalloc {-test} -tokudb -xml" 55,691 KiB
[ebuild  N ] virtual/mysql-5.6-r2:0/18  USE="-embedded -minimal -static 
-static-libs" 0 KiB
[ebuild  N ] dev-perl/DBD-mysql-4.20.0-r1  USE="-embedded" 135 KiB
[ebuild  N ] dev-qt/qtsql-4.8.5:4  USE="exceptions mysql sqlite
(-aqua) -debug (-firebird) -freetds -oci8 -odbc -pch -postgres -qt3support" 0 
KiB
[ebuild  N ] media-tv/mythtv-0.27_p20140321  USE="hls theora vorbis xml 
xvid -alsa (-altivec) -autostart -bluray -cec -crystalhd -debug -dvb -dvd -egl 
-fftw -ieee1394 -jack -lcd -libass -lirc -perl -pulseaudio -python -raop -vaapi 
-vdpau -xmltv" INPUT_DEVICES="-joystick" 84,182 KiB

total: 34 packages (34 new), Size of downloads: 384,869 KiB

  No thanks.

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



Re: [gentoo-user] Something is pulling in gnome-base

2013-12-13 Thread Mick
On Friday 13 Dec 2013 10:49:24 Peter Humphrey wrote:
> On Friday 13 Dec 2013 07:04:23 Mick wrote:
> > I rebuilt kde-utils meta with USE="-cups" to find out that umpteen
> > packages
> 
> > want to be depcleaned:
> --->8
> 
> > I may leave this until I have more time to look into it.
> 
> For comparison, here's the list of packages that would be pulled in if I
> were to rebuild kdeutils-meta with cups:
> 
> gnome-base/gnome-common-3.7.4
> dev-python/pycurl-7.19.0-r3
> x11-libs/xpyb-1.3.1-r2
> dev-python/pycairo-1.10.0-r4
> dev-python/pygobject-3.8.3
> app-text/xmlto-0.0.24-r1
> dev-python/dbus-python-1.2.0
> dev-python/pycups-1.9.63
> app-admin/system-config-printer-common-1.4.3
> app-admin/system-config-printer-gnome-1.4.3
> kde-base/print-manager-4.11.2
> kde-base/kdeutils-meta-4.11.2
> 
> No mention of strigi-analyzer or gtk+. Strigi-analyzer isn't installed here
> because nothing depends on it. As for gtk+ :
> 
> $ equery d =x11-libs/gtk+-3.8.7
>  * These packages depend on x11-libs/gtk+-3.8.7:
> app-admin/gkrellm-2.3.5-r2 (X ? x11-libs/gtk+:2)
> app-admin/hardinfo-0.5.2_pre20130823 (x11-libs/gtk+:2)
> app-crypt/pinentry-0.8.2 (gtk ? x11-libs/gtk+:2)
> app-editors/bluefish-2.2.2 (x11-libs/gtk+:3)
> app-office/libreoffice-4.1.2.3 (gtk ? >=x11-libs/gtk+-2.24:2)
>(gtk3 ? >=x11-libs/gtk+-3.2:3)
>(telepathy ? >=x11-libs/gtk+-2.24:2)
> app-text/ghostscript-gpl-9.05-r1 (gtk ? x11-libs/gtk+:2)
> dev-db/libiodbc-3.52.7 (gtk ? x11-libs/gtk+:2)
> dev-java/icedtea-bin-6.1.12.7 (X ? >=x11-libs/gtk+-2.24:2)
> dev-qt/qtgui-4.8.5-r1 (gtkstyle ? x11-libs/gtk+:2[aqua=])
> gnome-base/librsvg-2.39.0 (gtk ? >=x11-libs/gtk+-2.16:2)
>   (tools ? >=x11-libs/gtk+-3:3)
> gnome-extra/gucharmap-3.8.2 (>=x11-libs/gtk+-3.4.0:3[introspection?])
> media-gfx/gimp-2.8.6 (>=x11-libs/gtk+-2.24.10:2)
> media-sound/alsaplayer-0.99.81 (gtk ? >=x11-libs/gtk+-2.10:2)
> media-video/mjpegtools-2.1.0 (gtk ? x11-libs/gtk+:2)
> sci-misc/boinc-7.2.0 (X ? x11-libs/gtk+:2)
> sys-apps/lshw-02.16b-r2 (gtk ? x11-libs/gtk+:2)
> www-client/chromium-31.0.1650.63 (x11-libs/gtk+:2)
> www-client/firefox-24.2.0 (>=x11-libs/gtk+-2.8.6:2)
> www-client/opera-12.16_p1860 (gtk ? x11-libs/gtk+:2)
> www-client/seamonkey-2.22.1 (>=x11-libs/gtk+-2.14:2)
> (>=x11-libs/gtk+-2.8.6:2)
> www-plugins/adobe-flash-11.2.202.327 (x11-libs/gtk+:2)
> x11-libs/gtk+-3.8.7 (>=x11-libs/gtk+-2.24:2)
> x11-libs/libnotify-0.7.5-r1 (test ? x11-libs/gtk+:3)
> x11-libs/wxGTK-2.8.12.1 (X ? x11-libs/gtk+:2)
> (aqua ? >=x11-libs/gtk+-2.4[aqua=])
> 
> Don't ask me why equery is ignoring the version specifier in the command
> line. As far as I can see, the only packages that should be in that list
> are librsvg and libnotify, both of which only require gtk+:3 if the test
> USE flag is set, which it isn't here. Oh, and bluefish, which seems to
> need gtk+:3 for its printing, which I don't use; and libreoffice, which
> only pulls it in if you've asked for it specifically by setting the gtk3
> USE flag.
> 
> So it seems to me that you're safe. You could always run revdep-rebuild
> after letting all those packages be stripped out, just to make sure.
> 
> HTH.

Thank you both.  Nothing depended on strigi-analyzer so I got rid of it, along 
with the rest of the list. @preserve-rebuild and revdep-rebuild were quiet.

emerge -uatDv world brought up the original:

Calculating dependencies... done!
[nomerge   ] net-im/pidgin-2.10.7-r5  USE="dbus gstreamer gtk ncurses nls 
spell xscreensaver (-aqua) -debug -doc -eds -gadu -gnutls -groupwise -idn -
meanwhile -mxit -networkmanager -perl -prediction -python -sasl -silc -tcl -tk 
-zephyr -zeroconf" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 
[nomerge   ]  media-plugins/gst-plugins-gconf-0.10.31:0.10 
[ebuild U  ]   gnome-base/gconf-3.2.6-r1:2 [2.32.4-r1:2] 
USE="introspection ldap policykit -debug -gtk -orbit%" 
PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB

unless I add media-plugins/gst-plugins-gconf and gnome-base/gconf in 
package.mask


I tried printing from kmail to a pdf file (not near a printer yet), and it 
worked fine with Kmail offering the familiar KDE print manager GUI.  There is 
no print manager settings menu option in KDE settings; well I use E17 as a DE 
so without booting into the KDE desktop I don't know what may be available 
there that is not visible from within E17.

There is a CUPS "Manage Printing" menu entry though, which fires up a browser 
with locahost:631 in the address bar.  :-)
-- 
Regards,
Mick


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


Re: [gentoo-user] "Multiple package instances ....". Help me understand this emerge error, please.

2014-02-23 Thread Alan Mackenzie
Hi, Alan.

On Sun, Feb 23, 2014 at 12:06:15AM +0200, Alan McKinnon wrote:
> On 22/02/2014 23:15, Alan Mackenzie wrote:
> > Hi, Gentoo.

> > I've just tried an emerge -puND world, after a shockingly long interval.
> > I got the error message:

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

> > , etc.

> > To simplify the problem, I tried to emerge an individual package
> > identified in that message, and tried emerge -p libpng.  I got the same
> > message, with this:

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

> > media-libs/libpng:0

> >   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by
> > media-libs/libpng:0/0= required by (x11-libs/cairo-1.12.14-r4::gentoo, 
> > installed)
> > >=media-libs/libpng-1.4:0/0= required by 
> > (app-editors/emacs-24.3-r2::gentoo, installed)
> > media-libs/libpng:0/0= required by (media-libs/libwebp-0.3.1::gentoo, 
> > installed)
> > media-libs/libpng:0/0= required by 
> > (net-print/cups-filters-1.0.36-r1::gentoo, installed)
> > media-libs/libpng:0/0= required by (kde-base/kdelibs-4.11.2-r1::gentoo, 
> > installed)
> > media-libs/libpng:0/0= required by (dev-qt/qtgui-4.8.5-r1::gentoo, 
> > installed)
> > media-libs/libpng:0/0= required by (app-text/poppler-0.24.3::gentoo, 
> > installed)
> > (and 3 more with the same problems)

> >   (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge) pulled in by
> > (no parents that aren't satisfied by other packages in this slot)
> > ###
> > Clearly, I'm trying to update libpng-1.5.17 to libpng-1.6.8.  What does
> > this portion of the message mean:

> > media-libs/libpng:0/0=
> >  ^

> > ?  Is it somehow telling me that cairo and friends require the currently
> > installed version, whatever that is?  Where is this format documented?  I
> > couldn't find anything about it in the Gentoo handbook, and not in the
> > emerge man page either.

> > What do I have to do to get this thing emerged?

> > Thanks!


> You've hit the dreaded sub-slot (a new portage feature). It causes no
> end of trouble as so few people know how it really works, but it's
> intended to replace @preserved-rebuild by DoingItRite and finally make
> revdep-rebuild obsolete.

> It's documented in man 5 ebuild under these headings:

> Atom Slots
> Sub Slots
> Atom Slot Operators
> SLOT

Thanks!  I know what :0/0= means, now.

> libpng:0/0 is libpng SLOT 0 which has been around since EAPI1 and
> SUBSLOT 0 which is new.

> Take cairo which is one of your deps. In the ebuild:

> RDEPEND="
> media-libs/libpng:0=
> "

> eix libpng shows:

>  (0)1.5.15 1.5.17-r1 (~)1.6.6(0/16) (~)1.6.7(0/16) 1.6.8(0/16)
> (~)1.6.9(0/16)

> That shows libpng-1.5.* have slot/subslot 0/0 and
>libpng-1.6.* have slot/subslot 0/16
> where presumably "16" is shorthand for "1.6" in the version



> Now read those headings in the man page, you will find this gem:

> "=  Indicates  that any slot value is acceptable. In addition, for
> runtime dependencies, indicates that the package will break unless a
> matching package with slot and  sub-slot  equal to  the  slot  and
> sub-slot  of  the  best  installed version at the time the package was
> installed is available.

>  Examples:
>   dev-libs/icu:=
>   dev-lang/perl:=
>   dev-libs/glib:=
> "

> in other words, even though libpng-1.5.17-r1 and libpng-1.6.8 are in the
> same SLOT, nevertheless cairo will break if you upgrade libpng that way.

OK.

> Or expressed another way in language from before sub-slots, cairo will
> stop working properly after the emerge world until you run
> revdep-rebuild and fix and the borkage

I wouldn't have a problem with that.  Trouble is, emerge won't merge
libpng because of this "conflict".

> The world update wants to upgrade libpng as a new stable version is
> available but portage won't do it as it will break packages that use libpng.

Yes.

> All my hosts here are up to date so I can't reproduce your problem:

> - is portage up to date runnign latest version in

Re: [gentoo-user] "Multiple package instances ....". Help me understand this emerge error, please.

2014-02-23 Thread Alan Mackenzie
Hi, Mick.

On Sat, Feb 22, 2014 at 11:32:42PM +, Mick wrote:
> On Saturday 22 Feb 2014 22:06:15 Alan McKinnon wrote:
> > On 22/02/2014 23:15, Alan Mackenzie wrote:
> > > Hi, Gentoo.

> > > I've just tried an emerge -puND world, after a shockingly long interval.

> > > I got the error message:
> > >!!! Multiple package instances within a single package slot have been
> > >pulled

> > >!!! into the dependency graph, resulting in a slot conflict:
> > > , etc.

> > > To simplify the problem, I tried to emerge an individual package
> > > identified in that message, and tried emerge -p libpng.  I got the same
> > > message, with this:

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

> > > media-libs/libpng:0

> > >   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by

> > > media-libs/libpng:0/0= required by
> > > (x11-libs/cairo-1.12.14-r4::gentoo, installed)

> > > >=media-libs/libpng-1.4:0/0= required by
> > > >(app-editors/emacs-24.3-r2::gentoo, installed)

> > > media-libs/libpng:0/0= required by (media-libs/libwebp-0.3.1::gentoo,
> > > installed) media-libs/libpng:0/0= required by
> > >     (net-print/cups-filters-1.0.36-r1::gentoo, installed)
> > > media-libs/libpng:0/0= required by
> > > (kde-base/kdelibs-4.11.2-r1::gentoo, installed)
> > > media-libs/libpng:0/0= required by (dev-qt/qtgui-4.8.5-r1::gentoo,
> > > installed) media-libs/libpng:0/0= required by
> > > (app-text/poppler-0.24.3::gentoo, installed) (and 3 more with the
> > > same problems)

> > >   (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge) pulled in
> > >   by

> > > (no parents that aren't satisfied by other packages in this slot)

> > > #
> > > ## Clearly, I'm trying to update libpng-1.5.17 to libpng-1.6.8.  What
> > > does

> > > this portion of the message mean:
> > > media-libs/libpng:0/0=

> > >  ^

> > > ?  Is it somehow telling me that cairo and friends require the currently
> > > installed version, whatever that is?  Where is this format documented?  I
> > > couldn't find anything about it in the Gentoo handbook, and not in the
> > > emerge man page either.

> > > What do I have to do to get this thing emerged?

> > > Thanks!

> > You've hit the dreaded sub-slot (a new portage feature). It causes no
> > end of trouble as so few people know how it really works, but it's
> > intended to replace @preserved-rebuild by DoingItRite and finally make
> > revdep-rebuild obsolete.

> > It's documented in man 5 ebuild under these headings:

> > Atom Slots
> > Sub Slots
> > Atom Slot Operators
> > SLOT

> > libpng:0/0 is libpng SLOT 0 which has been around since EAPI1 and
> > SUBSLOT 0 which is new.

> > Take cairo which is one of your deps. In the ebuild:

> > RDEPEND="
> > media-libs/libpng:0=
> > "

> > eix libpng shows:

> >  (0)1.5.15 1.5.17-r1 (~)1.6.6(0/16) (~)1.6.7(0/16) 1.6.8(0/16)
> > (~)1.6.9(0/16)

> > That shows libpng-1.5.* have slot/subslot 0/0 and
> >libpng-1.6.* have slot/subslot 0/16
> > where presumably "16" is shorthand for "1.6" in the version



> > Now read those headings in the man page, you will find this gem:

> > "=  Indicates  that any slot value is acceptable. In addition, for
> > runtime dependencies, indicates that the package will break unless a
> > matching package with slot and  sub-slot  equal to  the  slot  and
> > sub-slot  of  the  best  installed version at the time the package was
> > installed is available.

> >  Examples:
> >   dev-libs/icu:=
> >   dev-lang/perl:=
> >   dev-libs/glib:=
> > "

> > in other words, even though libpng-1.5.17-r1 and libpng-1.6.8 are in the
> > same SLOT, nevertheless cairo will break if you upgrade libpng that way.

> > Or expressed another way in language from before sub-slots, cairo will
> > stop working properly after the emerge world until you run
> > revdep-rebuild and fix and th

Re: [gentoo-user] "Multiple package instances ....". Help me understand this emerge error, please.

2014-02-23 Thread Tanstaafl

Mick,

You do realize that blind bottom posting is far WORSE than blind 
top-posting (done here intentionally to make a point), don't you?


Please trim your posts.

On 2014-02-22 6:32 PM, Mick  wrote:

On Saturday 22 Feb 2014 22:06:15 Alan McKinnon wrote:

On 22/02/2014 23:15, Alan Mackenzie wrote:

Hi, Gentoo.

I've just tried an emerge -puND world, after a shockingly long interval.

I got the error message:
!!! Multiple package instances within a single package slot have been
pulled

!!! into the dependency graph, resulting in a slot conflict:
, etc.

To simplify the problem, I tried to emerge an individual package
identified in that message, and tried emerge -p libpng.  I got the same
message, with this:

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

media-libs/libpng:0

   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by

 media-libs/libpng:0/0= required by
 (x11-libs/cairo-1.12.14-r4::gentoo, installed)

 >=media-libs/libpng-1.4:0/0= required by
 >(app-editors/emacs-24.3-r2::gentoo, installed)

 media-libs/libpng:0/0= required by (media-libs/libwebp-0.3.1::gentoo,
 installed) media-libs/libpng:0/0= required by
 (net-print/cups-filters-1.0.36-r1::gentoo, installed)
 media-libs/libpng:0/0= required by
 (kde-base/kdelibs-4.11.2-r1::gentoo, installed)
 media-libs/libpng:0/0= required by (dev-qt/qtgui-4.8.5-r1::gentoo,
 installed) media-libs/libpng:0/0= required by
 (app-text/poppler-0.24.3::gentoo, installed) (and 3 more with the
 same problems)

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

 (no parents that aren't satisfied by other packages in this slot)

#
## Clearly, I'm trying to update libpng-1.5.17 to libpng-1.6.8.  What
does

this portion of the message mean:
 media-libs/libpng:0/0=

  ^

?  Is it somehow telling me that cairo and friends require the currently
installed version, whatever that is?  Where is this format documented?  I
couldn't find anything about it in the Gentoo handbook, and not in the
emerge man page either.

What do I have to do to get this thing emerged?

Thanks!


You've hit the dreaded sub-slot (a new portage feature). It causes no
end of trouble as so few people know how it really works, but it's
intended to replace @preserved-rebuild by DoingItRite and finally make
revdep-rebuild obsolete.

It's documented in man 5 ebuild under these headings:

Atom Slots
Sub Slots
Atom Slot Operators
SLOT

libpng:0/0 is libpng SLOT 0 which has been around since EAPI1 and
SUBSLOT 0 which is new.

Take cairo which is one of your deps. In the ebuild:

RDEPEND="
 media-libs/libpng:0=
"

eix libpng shows:

  (0)1.5.15 1.5.17-r1 (~)1.6.6(0/16) (~)1.6.7(0/16) 1.6.8(0/16)
(~)1.6.9(0/16)

That shows libpng-1.5.* have slot/subslot 0/0 and
libpng-1.6.* have slot/subslot 0/16
where presumably "16" is shorthand for "1.6" in the version



Now read those headings in the man page, you will find this gem:

"=  Indicates  that any slot value is acceptable. In addition, for
runtime dependencies, indicates that the package will break unless a
matching package with slot and  sub-slot  equal to  the  slot  and
sub-slot  of  the  best  installed version at the time the package was
installed is available.

  Examples:
   dev-libs/icu:=
   dev-lang/perl:=
   dev-libs/glib:=
"

in other words, even though libpng-1.5.17-r1 and libpng-1.6.8 are in the
same SLOT, nevertheless cairo will break if you upgrade libpng that way.

Or expressed another way in language from before sub-slots, cairo will
stop working properly after the emerge world until you run
revdep-rebuild and fix and the borkage


The world update wants to upgrade libpng as a new stable version is
available but portage won't do it as it will break packages that use
libpng.


All my hosts here are up to date so I can't reproduce your problem:

- is portage up to date runnign latest version in your tree? Update that
first (always a good idea anyway)
- are you sure that's an emerge failure and not just a convoluted info
message? Perhaps post the entire emerge output.


I can't recall how I got out of this, but by instinct I would probably unmerge
libpng, emerge world and then @preserved-rebuild and revdep-rebuild.






Re: [gentoo-user] blockage

2015-03-22 Thread lee
Alan McKinnon  writes:

> On 22/03/2015 05:24, lee wrote:
>> Hi,
>> 
>> when trying to update with 'emerge -j 8 -a --update --deep
>> --with-bdeps=y @world' after 'emerge --sync', I'm getting the following
>> message:
>> 
>> 
>>  * Error: The above package list contains packages which cannot be
>>  * installed at the same time on the same system.
>> 
>>   (sys-process/procps-3.3.9-r2:0/0::gentoo, installed) pulled in by
>> sys-process/procps required by @system
>> 
>>   (sys-apps/util-linux-2.25.2-r2:0/0::gentoo, ebuild scheduled for merge) 
>> pulled in by
>> 
>> >=sys-apps/util-linux-2.24.1-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>> > (>=sys-apps/util-linux-2.24.1-r3[abi_x86_64
>> (-)]) required by (x11-libs/libSM-1.2.2-r1:0/0::gentoo, installed)
>> sys-apps/util-linux required by (app-text/xmlto-0.0.26:0/0::gentoo, 
>> installed)
>> sys-apps/util-linux required by 
>> (app-text/build-docbook-catalog-1.19.1:0/0::gentoo, installed)
>> sys-apps/util-linux[static-libs?] (sys-apps/util-linux) required by 
>> (sys-fs/zfs-:0/0::gentoo, installed)
>> >=sys-apps/util-linux-2.20 required by (sys-fs/udev-216:0/0::gentoo, 
>> installed)
>> >=sys-apps/util-linux-2.16 required by 
>> (sys-fs/e2fsprogs-1.42.12:0/0::gentoo, installed)
>> >=sys-apps/util-linux-2.16 required by 
>> (dev-libs/apr-1.5.0-r2:1/1::gentoo, installed)
>> sys-apps/util-linux required by @system
>> sys-apps/util-linux required by (net-fs/nfs-utils-1.3.1-r5:0/0::gentoo, 
>> installed)
>> sys-apps/util-linux required by (app-emulation/lxc-1.0.7:0/0::gentoo, 
>> installed)
>> 
>>   (sys-apps/sysvinit-2.88-r4:0/0::gentoo, ebuild scheduled for merge) pulled 
>> in by
>> >=sys-apps/sysvinit-2.86-r6 required by 
>> (sys-apps/openrc-0.13.11:0/0::gentoo, installed)
>> <=sys-apps/sysvinit-2.88-r4 required by 
>> (sys-power/apcupsd-3.14.8-r2:0/0::gentoo, installed)
>> 
>> 
>> I don't understand this message.  What is blocked by what and why, and
>> what am I supposed to do?
>
>
>
> There's more to the output that you haven't posted, specifically the
> list of blockers. They are in the main list of packages to be emerged
> and start with lines like
>
> [blocked ]
>
>
> The output above shows in full detail why portage thinks procps,
> util-linux and sysvinit need to be installed, but doesn't show why they
> can't be installed on the same system at the same time. The list of
> blockers shows that.

Oh, stupid me, sorry!  It says:


,
| [blocks B  ] =sys-apps/util-linux-2.23 (">=sys-apps/util-linux-2.23" is 
blocking sys-apps/sysvinit-2.88-r4)
`


I suppose I could emerge sysvinit, ignoring deps, and I should be able
to update ...


,
| emerge -a --nodeps sysvinit
| [ebuild   R] sys-apps/sysvinit-2.88-r7
| 
| emerge -j 8 -a --update --deep --with-bdeps=y @world
| [blocks B  ] =sys-apps/util-linux-2.23 (">=sys-apps/util-linux-2.23" is 
blocking sys-apps/sysvinit-2.88-r4)
`


So that's what I thought ...


,
| Calculating dependencies... done!
| [ebuild U  ] virtual/libiconv-0-r2 [0-r1]
| [ebuild U  ] sys-devel/gnuconfig-20140728 [20140212]
| [ebuild U  ] sys-libs/timezone-data-2015a [2014j]
| [ebuild U  ] app-text/rman-3.2-r1 [3.2]
| [ebuild U  ] dev-libs/vala-common-0.26.2 [0.24.0]
| [ebuild U  ] gnome-base/gnome-common-3.14.0 [3.12.0]
| [ebuild U  ] sys-devel/make-4.1-r1 [4.0-r1]
| [ebuild U  ] app-admin/eselect-1.4.4 [1.4.3]
| [ebuild U  ] sys-apps/man-pages-3.79 [3.78]
| [ebuild U  ] media-fonts/liberation-fonts-2.00.1-r1 [2.00.0-r1]
| [ebuild U  ] sys-kernel/linux-headers-3.18 [3.16]
| [ebuild U  ] app-crypt/gnupg-1.4.19 [1.4.18]
| [ebuild U  ] mail-client/mutt-1.5.23-r5 [1.5.22-r3]
| [ebuild U  ] dev-lang/orc-0.4.23 [0.4.19]
| [ebuild U  ] dev-libs/openssl-1.0.1l-r1 [1.0.1k]
| [ebuild U  ] dev-python/setuptools-12.0.1 [7.0]
| [ebuild U  ] dev-util/gdbus-codegen-2.42.2 [2.40.2]
| [ebuild U  ] dev-libs/glib-2.42.2 [2.40.2] USE="-dbus%" 
| [ebuild U  ] sys-apps/util-linux-2.25.2-r2 [2.24.1-r3] USE="-systemd% 
-tty-helpers*" 
| [ebuild U  ] x11-libs/libXfont-1.5.1 [1.5.0]
| [ebuild U  ] x11-libs/libXxf86vm-1.1.4 [1.1.3]
| [ebuild U  ] app-editors/nano-2.3.6 [2.3.2] USE="spell*" 
| [ebuild UD ] sys-apps/sysvinit-2.88-r4 [2.88-r7]
| [ebuild U  ] dev-qt/qtgui-4.8.5-r4 [4.8.5-r3]
| [ebuild U  ] 

[gentoo-user] gst-plugins-bad-1.11.90 is blocking gst-plugins-base-1.12.3

2017-10-17 Thread Hubert Hauser
I've got error:

tux ~ # emerge @preserved-rebuild

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

Calculating dependencies... done!
[ebuild   R    ] dev-libs/botan-1.10.17
[ebuild U  ] media-gfx/imagemagick-7.0.7.6 [6.9.9.0]
[ebuild   R    ] dev-python/pillow-4.2.1-r1
[ebuild U  ] media-libs/gst-plugins-base-1.12.3 [1.10.5]
[ebuild     U  ] dev-qt/qtgui-5.9.2 [5.7.1-r1] USE="libinput* -vnc%"
[ebuild   R    ] media-video/ffmpeg-3.3.4
[ebuild U  ] dev-qt/qtwidgets-5.9.2 [5.7.1] USE="gtk%*"
[ebuild U  ] media-libs/gst-plugins-ugly-1.12.3 [1.10.5]
[ebuild U  ] dev-qt/qtdeclarative-5.9.2 [5.7.1]
[ebuild U  ] dev-qt/qtprintsupport-5.9.2 [5.7.1]
[ebuild U  ] media-video/vlc-2.2.6-r2 [2.2.6] USE="qt5*"
[ebuild U  ] media-plugins/gst-plugins-x264-1.12.3 [1.10.5]
[ebuild U  ] dev-qt/qtwebchannel-5.9.2 [5.7.1]
[ebuild   R    ] net-analyzer/wireshark-2.4.2
[ebuild U  ] xfce-base/xfwm4-4.13.0-r1 [4.12.3-r1] USE="opengl%*
-xpresent%"
[ebuild U  ] app-editors/vim-8.0.1188 [8.0.0386] USE="terminal%*"
PYTHON_SINGLE_TARGET="python3_4%* -python2_7% -python3_5% -python3_6%"
[ebuild U  ] dev-qt/qtwebengine-5.9.2 [5.7.1-r2]
[ebuild   R    ] dev-db/postgresql-9.6.5-r1
[ebuild U  ] media-video/obs-studio-20.0.1-r1 [20.0.1]
[ebuild U  ] net-print/cups-filters-1.17.9 [1.16.4] USE="-pclm%"
[ebuild U  ] media-gfx/graphviz-2.40.1 [2.38.0-r1]
[ebuild   R    ] www-servers/nginx-1.12.1
[ebuild   R    ] dev-lang/php-7.0.24
[ebuild   R    ] dev-db/mariadb-10.2.9
[blocks B  ] =media-libs/gst-plugins-base-1.10.5:1.0[alsa?,ogg?,theora?,vorbis?,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
(>=media-libs/gst-plugins-base-1.10.5:1.0[alsa,ogg,vorbis,X,abi_x86_32(-),abi_x86_64(-)])
required by (media-plugins/gst-plugins-meta-1.10.5:1.0/1.0::gentoo,
installed)
   
>=media-libs/gst-plugins-base-1.12.3:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
(>=media-libs/gst-plugins-base-1.12.3:1.0[abi_x86_32(-),abi_x86_64(-)])
required by (media-libs/gst-plugins-ugly-1.12.3:1.0/1.0::gentoo, ebuild
scheduled for merge)
    >=media-libs/gst-plugins-base-1.4.5:1.0 required by
(media-video/vlc-2.2.6-r2:0/5-8::gentoo, ebuild scheduled for merge)
   
>=media-libs/gst-plugins-base-1.10.5:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
(>=media-libs/gst-plugins-base-1.10.5:1.0[abi_x86_32(-),abi_x86_64(-)])
required by
(media-plugins/gst-plugins-cdparanoia-1.10.5:1.0/1.0::gentoo, installed)
   
>=media-libs/gst-plugins-base-1.10.5:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
(>=media-libs/gst-plugins-base-1.10.5:1.0[abi_x86_32(-),abi_x86_64(-)])
required by (media-libs/gst-plugins-good-1.10.5:1.0/1.0::gentoo, installed)
   
>=media-libs/gst-plugins-base-1.10.5:1.0[X,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
(>=media-libs/gst-plugins-base-1.10.5:1.0[X,abi_x86_32(-),abi_x86_64(-)])
required by (media-plugins/gst-plugins-v4l2-1.10.5:1.0/1.0::gentoo,
installed)
   
>=media-libs/gst-plugins-base-1.10.5:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
(>=media-libs/gst-plugins-base-1.10.5:1.0[abi_x86_32(-),abi_x86_64
(-)]) required by
(media-plugins/gst-plugins-vaapi-1.10.5:1.0/1.0::gentoo, installed)
    media-libs/gst-plugins-base:1.0 required by
(dev-qt/qtmultimedia-5.7.1:5/5.7::gentoo, installed)
   
>=media-libs/gst-plugins-base-1.10.5:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?]
(>=media-libs/gst-plugins-base-1.10.5:1.0[abi_x86_32(-),abi_x86_64(-),introspection])
required by (media-libs/gst-plugins-bad-1.10.5:1.0/1.0::gentoo, installed)

  (media-libs/gst-plugins-bad-1.10.5:1.0/1.0::gentoo, installed) pulled
in by
   
>=media-libs/gst-plugins-bad-1.10.5:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
(>=media-libs/gst-plugins-bad-1.10.5:1.0[abi_x86_32(-),abi_x86_64(-)])
required by (media-plugins/gst-plugins-dts-1.10.5:1.0/1.0::gentoo,
installed)
    media-libs/gst-plugins-ba

Re: [gentoo-user] Update to dev-libs/icu-51.1 results in borked Dolphin

2013-04-28 Thread Marc Joliet
Am Sun, 28 Apr 2013 12:48:28 +0100
schrieb Mick :

> Updating dev-libs/icu-51.1 uninstalled /usr/lib64/libicuuc.so.49.1.2 and when 
> I try to start Dolphin I get:
> ==
> There was an error loading the module Dolphin View.
> The diagnostics is:
> Cannot load library /usr/lib64/kde4/dolphinpart.so: (libicuuc.so.49: cannot 
> open shared object file: No such file or directory)
> ==
> 
> Should revdep-rebuild have picked this up, or would this only work if  
> /usr/lib64/libicuuc.so.49.1.2 had not been removed yet?
> 
> Trying to rebuild dolphin gives:
> ==
> [ 71%] Building CXX object dolphin/src/CMakeFiles/dolphin.dir/dolphin_dummy.o
> cd /var/tmp/portage/kde-
> base/dolphin-4.10.1/work/dolphin-4.10.1_build/dolphin/src && /usr/bin/x86_64-
> pc-linux-gnu-g++  -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL 
> -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -
> DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=45 -DDISABLE_NEPOMUK_LEGACY -
> DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS  -DQT_NO_DEBUG 
> -DNDEBUG 
> -march=native -O2 -pipe  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-
> align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-
> exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual 
> -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -
> I/var/tmp/portage/kde-
> base/dolphin-4.10.1/work/dolphin-4.10.1_build/dolphin/src -
> I/var/tmp/portage/kde-base/dolphin-4.10.1/work/dolphin-4.10.1/dolphin/src -
> I/var/tmp/portage/kde-base/dolphin-4.10.1/work/dolphin-4.10.1_build -
> I/var/tmp/portage/kde-base/dolphin-4.10.1/work/dolphin-4.10.1/lib/konq -
> I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -
> I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -
> I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -
> I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -
> I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -
> I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -
> I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -
> I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -
> I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -
> I/usr/share/qt4/mkspecs/default -I/usr/include/qt4-D_GNU_SOURCE -
> D_LARGEFILE64_SOURCE -o CMakeFiles/dolphin.dir/dolphin_dummy.o -c 
> /var/tmp/portage/kde-
> base/dolphin-4.10.1/work/dolphin-4.10.1_build/dolphin/src/dolphin_dummy.cpp
> Linking CXX executable dolphin
> cd /var/tmp/portage/kde-
> base/dolphin-4.10.1/work/dolphin-4.10.1_build/dolphin/src && /usr/bin/cmake 
> -E 
> cmake_link_script CMakeFiles/dolphin.dir/link.txt --verbose=1
> /usr/bin/x86_64-pc-linux-gnu-g++   -march=native -O2 -pipe  
> -Wnon-virtual-dtor 
> -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W 
> -Wpointer-arith 
> -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-
> common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -
> fvisibility-inlines-hidden  -Wl,--enable-new-dtags  -Wl,-O1 -Wl,--as-needed 
> CMakeFiles/dolphin.dir/dolphin_dummy.o  -o dolphin -rdynamic -
> L/var/tmp/portage/kde-base/dolphin-4.10.1/work/dolphin-4.10.1_build/lib -
> L/usr/lib64/qt4 ../../lib/libkdeinit4_dolphin.so -lkonq -lz -lX11 
> ../../lib/libdolphinprivate.so.4.10.1 /usr/lib64/libkfile.so.4.10.1 
> /usr/lib64/libkcmutils.so.4.10.1 /usr/lib64/libkparts.so.4.10.1 -lknewstuff3 -
> lphonon /usr/lib64/libnepomukwidgets.so.4.10.1 
> /usr/lib64/libnepomukcore.so.4.10.1 /usr/lib64/libkio.so.5.10.1 
> /usr/lib64/libsolid.so.4.10.1 /usr/lib64/libnepomukutils.so.4.10.1 
> /usr/lib64/qt4/libQtNetwork.so /usr/lib64/qt4/libQtXml.so 
> /usr/lib64/libnepomuk.so.4.10.1 /usr/lib64/libkdeui.so.5.10.1 
> /usr/lib64/qt4/libQtGui.so /usr/lib64/qt4/libQtSvg.so -lsoprano 
> /usr/lib64/libkactivities.so.6.1.0 /usr/lib64/libkdecore.so.5.10.1 
> /usr/lib64/qt4/libQtCore.so -lpthread /usr/lib64/qt4/libQtDBus.so -Wl,-
> rpath,/var/tmp/portage/kde-
> base/dolphin-4.10.1/work/dolphin-4.10.1_build/lib:/usr/lib64/qt4: 
> /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld:
>  
> warning: libicuuc.so.49, needed by /usr/lib64/qt4/libQtWebKit.so.4, not found 
> (try using -rpath or -rpath-link)
> /usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_isBoundary_49'
> /usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_previous_49'
> /usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_preceding_49'
> /usr/lib64/qt4/libQtWebKit.so.4: undefined reference to `ubrk_open

Re: [gentoo-user] blockage

2015-03-22 Thread Alan McKinnon
On 22/03/2015 12:45, lee wrote:


[big snip]


> Apcupsd is non-vital, so:
> 
> 
> ,
> | emerge -a --nodeps apcupsd
> | [ebuild   R] sys-power/apcupsd-3.14.8-r2
> | 
> | emerge -j 8 -a --update --deep --with-bdeps=y @world
> | Calculating dependencies... done!   
>   
>   
> [26/102052]
> | [ebuild U  ] virtual/libiconv-0-r2 [0-r1]
> | [ebuild U  ] sys-devel/gnuconfig-20140728 [20140212]
> | [ebuild U  ] sys-libs/timezone-data-2015a [2014j]
> | [ebuild U  ] app-text/rman-3.2-r1 [3.2]
> | [ebuild U  ] dev-libs/vala-common-0.26.2 [0.24.0]
> | [ebuild U  ] gnome-base/gnome-common-3.14.0 [3.12.0]
> | [ebuild U  ] sys-devel/make-4.1-r1 [4.0-r1]
> | [ebuild U  ] app-admin/eselect-1.4.4 [1.4.3]
> | [ebuild U  ] sys-apps/man-pages-3.79 [3.78]
> | [ebuild U  ] media-fonts/liberation-fonts-2.00.1-r1 [2.00.0-r1]
> | [ebuild U  ] sys-kernel/linux-headers-3.18 [3.16]
> | [ebuild U  ] app-crypt/gnupg-1.4.19 [1.4.18]
> | [ebuild U  ] mail-client/mutt-1.5.23-r5 [1.5.22-r3]
> | [ebuild U  ] dev-lang/orc-0.4.23 [0.4.19]
> | [ebuild U  ] dev-libs/openssl-1.0.1l-r1 [1.0.1k]
> | [ebuild U  ] dev-python/setuptools-12.0.1 [7.0]
> | [ebuild U  ] dev-util/gdbus-codegen-2.42.2 [2.40.2]
> | [ebuild U  ] dev-libs/glib-2.42.2 [2.40.2] USE="-dbus%" 
> | [ebuild U  ] sys-apps/util-linux-2.25.2-r2 [2.24.1-r3] USE="-systemd% 
> -tty-helpers*" 
> | [ebuild U  ] x11-libs/libXfont-1.5.1 [1.5.0]
> | [ebuild U  ] x11-libs/libXxf86vm-1.1.4 [1.1.3]
> | [ebuild U  ] app-editors/nano-2.3.6 [2.3.2] USE="spell*" 
> | [ebuild UD ] sys-apps/sysvinit-2.88-r4 [2.88-r7]
> | [ebuild U  ] dev-qt/qtgui-4.8.5-r4 [4.8.5-r3]
> | [ebuild U  ] x11-libs/cairo-1.12.18-r1 [1.12.16-r4]
> | [ebuild  NS] sys-kernel/gentoo-sources-3.18.9 [3.17.7, 3.17.8-r1, 
> 3.18.7] USE="-build -deblob -experimental -symlink" 
> | [ebuild U  ] dev-libs/gobject-introspection-common-1.42.0 [1.40.0]
> | [ebuild U  ] dev-libs/gobject-introspection-1.42.0-r1 [1.40.0-r2]
> | [blocks b  ]  (" dev-libs/gobject-introspection-common-1.42.0)
> | [ebuild U  ] dev-libs/atk-2.14.0 [2.12.0-r1]
> | [ebuild U  ] media-libs/gstreamer-1.4.5 [1.2.4-r2]
> | [ebuild U  ] gnome-base/gsettings-desktop-schemas-3.14.1 [3.12.2]
> | [ebuild U  ] app-accessibility/at-spi2-core-2.14.1 [2.12.0]
> | [ebuild U  ] dev-libs/json-glib-1.0.2-r1 [1.0.2]
> | [ebuild U  ] net-misc/modemmanager-1.4.2 [1.4.0]
> | [ebuild U  ] net-libs/glib-networking-2.42.1 [2.40.1-r1]
> | [ebuild U  ] app-accessibility/at-spi2-atk-2.14.1 [2.12.1]
> | [ebuild U  ] gnome-base/librsvg-2.40.8 [2.40.6]
> | [ebuild U  ] x11-libs/gtk+-2.24.27 [2.24.25]
> | [ebuild U  ] media-libs/gst-plugins-base-1.4.5 [1.2.4-r1]
> | [ebuild U  ] net-libs/libsoup-2.48.1 [2.46.0-r1]
> | [ebuild  N ] x11-themes/adwaita-icon-theme-3.14.1  USE="-branding" 
> | [ebuild U  ] x11-libs/gtk+-3.14.9 [3.12.2] USE="-broadway%" 
> | [ebuild U  ] x11-drivers/nvidia-drivers-346.47 [346.35]
> | [blocks B  ]  is blocking sys-apps/util-linux-2.25.2-r2, sys-apps/util-linux-2.24.1-r3)
> | [blocks B  ]  is blocking sys-process/procps-3.3.9-r2)
> | [blocks B  ] >=sys-apps/util-linux-2.23 (">=sys-apps/util-linux-2.23" 
> is blocking sys-apps/sysvinit-2.88-r4)
> | 
> |  * Error: The above package list contains packages which cannot be
> |  * installed at the same time on the same system.
> | 
> |   (sys-process/procps-3.3.9-r2:0/0::gentoo, installed) pulled in by
> | sys-process/procps required by @system
> | 
> |   (sys-apps/util-linux-2.25.2-r2:0/0::gentoo, ebuild scheduled for merge) 
> pulled in by
> | 
> >=sys-apps/util-linux-2.24.1-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
>  (>=sys-apps/util-linux-2.24.1-r3[abi_x86_64
> | (-)]) required by (x11-libs/libSM-1.2.2-r1:0/0::gentoo, installed)
> | sys-apps/util-linux required by (app-text/xmlto-0.0.26:0/0::gentoo, 
> installed)
> | sys-apps/util-linux required by 
> (app-text/build-docbook-catalog-1.19.1:0/0::gentoo, installed)
> | sys-apps/util-linux[static-libs?] (sys-apps/util-linux) required by 
> (sys-fs/zfs-:0/0::gentoo, installed)
> | >=sys-apps/util-linux-2.20 required by (sys-fs/udev-216:0/0::gentoo, 
> installed)
> | >=sys-apps/util-linux-2.16 required by 
>

Re: [gentoo-user] New xorg-proto package blocks everything else.

2018-03-25 Thread Neil Bothwick
On Sun, 25 Mar 2018 15:19:33 +0300, gevisz wrote:

> It seems that newly introduced x11-base/xorg-proto-2018.4 package
> blocks everything else. What to do?
> Is there better option in this case than unmerging xorg-server?
> Thank you.
> 
> # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask
> world
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> [ebuild U  ] sys-apps/rename-1.3-r2 [1.3]
> [ebuild U  ] sys-devel/autoconf-archive-2017.09.28 [2017.03.21]
> [ebuild U  ] app-misc/pax-utils-1.2.3 [1.2.2-r2]
> [ebuild U  ] sys-apps/sandbox-2.13 [2.12]
> [ebuild  N ] x11-base/xorg-proto-2018.4
> [ebuild U  ] x11-proto/xproto-7.0.31-r1 [7.0.31]
> [blocks b  ]  (" [ebuild U  ] x11-proto/xextproto-7.3.0-r1 [7.3.0]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/inputproto-2.3.2-r1 [2.3.2]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/kbproto-1.0.7-r1 [1.0.7]
> [blocks b  ]  (" [ebuild U  ] x11-proto/renderproto-0.11.1-r2 [0.11.1-r1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/damageproto-1.2.1-r2 [1.2.1-r1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/xf86vidmodeproto-2.3.1-r2 [2.3.1-r1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/fixesproto-5.0-r2 [5.0-r1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/xf86bigfontproto-1.2.0-r2 [1.2.0-r1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/videoproto-2.3.3-r1 [2.3.3]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/xf86driproto-2.1.1-r2 [2.1.1-r1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/dri2proto-2.8-r2 [2.8-r1]
> [blocks b  ]  (" [ebuild U  ] x11-proto/glproto-1.4.17-r2 [1.4.17-r1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/randrproto-1.5.0-r1 [1.5.0]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/xineramaproto-1.2.1-r2 [1.2.1-r1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/fontsproto-2.1.3-r1 [2.1.3] ABI_X86="(64%*)
> -32% (-x32)"
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/dri3proto-1.0-r1 [1.0]
> [blocks b  ]  (" [ebuild U  ] x11-proto/presentproto-1.1-r1 [1.1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/recordproto-1.14.2-r2 [1.14.2-r1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/compositeproto-0.4.2-r2 [0.4.2-r1]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/resourceproto-1.2.0-r1 [1.2.0]
> ABI_X86="(64%*) -32% (-x32)"
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/xcmiscproto-1.2.2-r1 [1.2.2]
> ABI_X86="(64%*) -32% (-x32)"
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/bigreqsproto-1.1.2-r1 [1.1.2]
> ABI_X86="(64%*) -32% (-x32)"
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/xf86dgaproto-2.1-r3 [2.1-r2]
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] x11-proto/trapproto-3.4.3-r1 [3.4.3] ABI_X86="(64%*)
> -32% (-x32)"
> [blocks b  ]  (" x11-base/xorg-proto-2018.4)
> [ebuild U  ] media-libs/gstreamer-1.12.4 [1.12.3]
> [ebuild U  ] dev-lang/orc-0.4.28-r1 [0.4.27]
> [ebuild U  ] media-libs/tiff-4.0.9-r3 [4.0.8]
> [ebuild U  ] net-misc/curl-7.59.0 [7.58.0]
> [ebuild U  ] x11-proto/xcb-proto-1.13 [1.12-r2]
> [ebuild U  ] media-libs/gd-2.2.5 [2.2.4]
> [ebuild U  ] media-libs/gst-plugins-base-1.12.4 [1.12.3]
> [ebuild U  ] virtual/package-manager-1 [0]
> [ebuild U  ] sys-libs/ncurses-6.1-r1 [6.0-r1]
> [ebuild  NS] dev-lang/python-3.6.3-r1 [2.7.14-r1, 3.5.4-r1]
> USE="gdbm ncurses readline ssl (threads) xml -build -examples
> -hardened -ipv6 -libressl -sqlite {-test} -tk -wininst"
> [ebuild U  ] sys-libs/slang-2.3.2 [2.3.0]
> [blocks b  ]  (" [ebuild U  ] dev-libs/double-conversion-3.0.0 [2.0.1] USE="{-test%}"
> [ebuild  N ] sys-libs/libomp-5.0.1  USE="-hwloc -ompt {-test}"
> ABI_X86="(64) -32 (-x32)"
> [ebuild U  ] virtual/w3m-0-r1 [0]
> [ebuild U  ] media-libs/jasper-2.0.14 [2.0.12] USE="{-test%}"
> [ebuild U  ] dev-qt/qtcore-5

Re: [gentoo-user] slot conflict for media-libs/x264-0.0

2018-06-18 Thread allan gottlieb
12-r1]
[nomerge   ] net-print/hplip-3.17.10 
[ebuild U  ]  dev-python/PyQt5-5.9.2 [5.7.1]
[ebuild U  ]   dev-qt/qtbluetooth-5.9.4 [5.7.1]
[ebuild U  ]dev-qt/qtconcurrent-5.9.4 [5.7.1]
[ebuild U  ]   dev-qt/qtprintsupport-5.9.4 [5.7.1]
[ebuild U  ]   dev-qt/qtopengl-5.9.4 [5.7.1]
[ebuild U  ]   dev-qt/qtnetwork-5.9.4 [5.7.1] USE="-libressl%" 
[ebuild U  ]   dev-qt/qtsvg-5.9.4-r2 [5.7.1]
[ebuild U  ]   dev-qt/qtxml-5.9.4 [5.7.1]
[ebuild U  ]   dev-qt/qtwidgets-5.9.4-r1 [5.7.1] USE="gtk%*" 
[ebuild U  ]dev-qt/qtgui-5.9.4-r3 [5.7.1-r1] USE="-vnc%" 
[ebuild U  ] dev-qt/qtdbus-5.9.4 [5.7.1]
[nomerge   ] app-portage/elogviewer-2.7-r2 [2.7]
[nomerge   ]  dev-python/PyQt5-5.9.2 [5.7.1]
[nomerge   ]   dev-qt/qtcore-5.9.4-r2 [5.7.1-r3]
[blocks b  ]=media-libs/x264-0.0.20130506:0/148=[abi_x86_64(-)] required by 
(media-video/ffmpeg-3.3.6:0/55.57.57::gentoo, installed)
  ^^^   
  


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

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


The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by sys-boot/os-prober-1.76-r1::gentoo
# required by @selected
# required by @world (argument)
>=sys-boot/grub-2.02-r1 mount

 * In order to avoid wasting time, backtracking has terminated early
 * due to the above autounmask change(s). The --autounmask-backtrack=y
 * option can be used to force further backtracking, but there is no
 * guarantee that it will produce a solution.

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




Re: [gentoo-user] do subslots improve user-experience?

2013-11-05 Thread Bruce Hill
On Sat, Nov 02, 2013 at 01:04:52PM +0100, hasufell wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Another round of questioning the users here.
> 
> more specifically:
> * how often do you experience useless rebuilds?
> * do you really have a problem with running
> revdep-rebuild/haskell-updater/perl-cleaner etc after every emerge?
> * do you think it's worth the effort to add more stuff to the PM, so
> that you don't have to run revdep-rebuild that often?
> * do you trust the other methods like subslots or preserved-rebuild to
> work reliably? (as in: do you still use revdep-rebuild?)
> 
> If you want my opinion on subslots:
> # grep EMERGE_DEFAULT_OPTS /etc/portage/make.conf
> EMERGE_DEFAULT_OPTS="--ignore-built-slot-operator-deps=y"

This kind of subslot mess is so irritating:

workstation ~ # emerge -aDjtuv --changed-use @world && dispatch-conf && emerge 
-a --depclean && revdep-rebuild -i && clear && exit

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

Calculating dependencies... done!
[ebuild  rR] dev-qt/qtgui-4.8.5-r1:4  USE="accessibility exceptions glib xv 
(-aqua) -cups -debug -egl -gtkstyle -mng -nas -nis -pch -qt3support -tiff 
-trace -xinerama" 0 kB
[ebuild  rR] media-libs/libwebp-0.3.1  USE="jpeg png -experimental -gif 
-opengl -static-libs -swap-16bit-csp -tiff" ABI_X86="(64) (-32) (-x32)" 0 kB
[ebuild  rR] app-emulation/wine-1.6  USE="X alsa cups fontconfig jpeg mono 
mp3 ncurses nls opengl perl png prelink run-exes ssl threads truetype udisks 
xml -capi -custom-cflags -dos -gecko -gphoto2 -gsm -gstreamer -lcms -ldap -odbc 
-openal -opencl -osmesa -oss -pulseaudio -samba -scanner (-selinux) {-test} 
-v4l -xcomposite -xinerama" ABI_X86="32 64 (-x32)" LINGUAS="en_US -ar -bg -ca 
-cs -da -de -el -en -eo -es -fa -fi -fr -he -hi -hr -hu -it -ja -ko -lt -ml 
-nb_NO -nl -or -pa -pl -pt_BR -pt_PT -rm -ro -ru -sk -sl -sr_RS@cyrillic 
-sr_RS@latin -sv -te -th -tr -uk -wa -zh_CN -zh_TW" 0 kB
[ebuild U ~] www-client/firefox-25.0-r1 [24.0-r1] USE="alsa dbus jit 
libnotify startup-notification -bindist -custom-cflags -custom-optimization 
-debug -gstreamer -minimal (-pgo) -pulseaudio (-selinux) -system-cairo 
-system-icu -system-jpeg -system-sqlite -wifi" 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" 
124,545 kB
[ebuild U  ] app-portage/pfl-2.4-r1 [2.3] USE="network-cron" 
PYTHON_TARGETS="python2_7%* -python2_6%" 7 kB
[ebuild U ~] mail-client/thunderbird-24.1.0-r1 [24.0-r1] USE="alsa dbus jit 
libnotify lightning startup-notification -bindist -crypt -custom-cflags 
-custom-optimization -debug -gstreamer -ldap -minimal -mozdom -pulseaudio 
(-selinux) -system-cairo -system-icu -system-jpeg -system-sqlite -wifi" 
LINGUAS="-ar -ast -be -bg -bn_BD -br -ca -cs -da -de -el -en_GB -es_AR -es_ES 
-et -eu -fi -fr -fy_NL -ga_IE -gd -gl -he -hr -hu -hy_AM -id -is -it -ja -ko 
-lt -nb_NO -nl -nn_NO -pa_IN -pl -pt_BR -pt_PT -rm -ro -ru -si -sk -sl -sq -sr 
-sv_SE -ta_LK -tr -uk -vi -zh_CN -zh_TW" 137,057 kB
[ebuild  rR] net-print/cups-filters-1.0.36-r1  USE="jpeg png tiff -perl 
-static-libs -zeroconf" 0 kB
[ebuild  rR]  app-text/poppler-0.24.3:0/43  USE="cairo cjk cxx 
introspection jpeg jpeg2k lcms png tiff utils -curl -debug -doc -qt4" 0 kB
[ebuild  rR]   media-libs/openjpeg-1.5.1  USE="-doc -static-libs {-test}" 0 
kB
[ebuild  rR]   x11-libs/cairo-1.12.14-r4  USE="X glib svg (-aqua) -debug 
-directfb -doc (-drm) (-gallium) (-gles2) -legacy-drivers -opengl -openvg 
(-qt4) -static-libs -valgrind -xcb -xlib-xcb" 0 kB
[ebuild  r  U ~]media-libs/libpng-1.6.6:0/16 [1.5.15:0/0] USE="apng (-neon) 
-static-libs" ABI_X86="(64%*) -32% (-x32)" 860 kB

Total: 11 packages (4 upgrades, 7 reinstalls), Size of downloads: 262,467 kB

The following keyword changes are necessary to proceed:
 (see "package.accept_keywords" in the portage(5) man page for more details)
# required by @__auto_slot_operator_replace_installed__ (argument)
=media-libs/libpng-1.6.6 ~amd64

Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.

!!! The following installed packages are masked:
- net-analyzer/mtr-0.82::gentoo (masked by: pa

Re: [gentoo-user] "Multiple package instances ....". Help me understand this emerge error, please.

2014-02-23 Thread Kerem Gülver
I remember having past a similar problem by this steps:
unmerge it.
try to update and write the offered package choices on corresponding files,
i.e: *.mask/use.
update it with "--newuse" option. Doesn't work, try first installing the
aforementioned package and then update.

It's actually not a bug, per say, but a short-coming of portage Gentoo
should look at.
Since this is my first post and in the general user group I have to mention
that I hate that G logo. Even Larry rocks it cooler than that. Not that it
is pretty ugly, it doesn't even connotate a G.


On 23 February 2014 19:50, Tanstaafl  wrote:

> On 2014-02-23 12:42 PM, Mick  wrote:
>
>> On Sunday 23 Feb 2014 17:25:18 Tanstaafl wrote:
>>
>>> You do realize that blind bottom posting is far WORSE than blind
>>> top-posting (done here intentionally to make a point), don't you?
>>>
>>> Please trim your posts.
>>>
>>
> Sorry for this, I wasn't being lazy.  I usually do trim my posts, except
>> for
>> cases where I think that the original post is still of value.  Since my
>> answer
>> merely provided a work around with an uncertain outcome, I thought that I
>> should leave in the OP's analysis in case some one more learned than I
>> could
>> chime in.  This would also save the OP bumping his post in case it became
>> lost
>> in the thread.
>>
>
> My main point being, in a case like that, blind TOP-posting would be a
> much better choice.
>
> There actually are cases where blind top-posting is the best option.
>
>


-- 
GÜLVER, Kerem
(+9-05303175062)


On 23 February 2014 14:13, Alan Mackenzie  wrote:

> Hi, Alan.
>
> On Sun, Feb 23, 2014 at 12:06:15AM +0200, Alan McKinnon wrote:
> > On 22/02/2014 23:15, Alan Mackenzie wrote:
> > > Hi, Gentoo.
>
> > > I've just tried an emerge -puND world, after a shockingly long
> interval.
> > > I got the error message:
>
> > >!!! Multiple package instances within a single package slot have
> been pulled
> > >!!! into the dependency graph, resulting in a slot conflict:
>
> > > , etc.
>
> > > To simplify the problem, I tried to emerge an individual package
> > > identified in that message, and tried emerge -p libpng.  I got the same
> > > message, with this:
>
> > >
> ###
> > > !!! Multiple package instances within a single package slot have been
> pulled
> > > !!! into the dependency graph, resulting in a slot conflict:
>
> > > media-libs/libpng:0
>
> > >   (media-libs/libpng-1.5.17-r1::gentoo, installed) pulled in by
> > > media-libs/libpng:0/0= required by
> (x11-libs/cairo-1.12.14-r4::gentoo, installed)
> > > >=media-libs/libpng-1.4:0/0= required by
> (app-editors/emacs-24.3-r2::gentoo, installed)
> > > media-libs/libpng:0/0= required by
> (media-libs/libwebp-0.3.1::gentoo, installed)
> > > media-libs/libpng:0/0= required by
> (net-print/cups-filters-1.0.36-r1::gentoo, installed)
> > > media-libs/libpng:0/0= required by
> (kde-base/kdelibs-4.11.2-r1::gentoo, installed)
> > > media-libs/libpng:0/0= required by (dev-qt/qtgui-4.8.5-r1::gentoo,
> installed)
> > > media-libs/libpng:0/0= required by
> (app-text/poppler-0.24.3::gentoo, installed)
> > > (and 3 more with the same problems)
>
> > >   (media-libs/libpng-1.6.8::gentoo, ebuild scheduled for merge) pulled
> in by
> > > (no parents that aren't satisfied by other packages in this slot)
> > >
> ###
> > > Clearly, I'm trying to update libpng-1.5.17 to libpng-1.6.8.  What does
> > > this portion of the message mean:
>
> > > media-libs/libpng:0/0=
> > >  ^
>
> > > ?  Is it somehow telling me that cairo and friends require the
> currently
> > > installed version, whatever that is?  Where is this format documented?
>  I
> > > couldn't find anything about it in the Gentoo handbook, and not in the
> > > emerge man page either.
>
> > > What do I have to do to get this thing emerged?
>
> > > Thanks!
>
>
> > You've hit the dreaded sub-slot (a new portage feature). It causes no
> > end of trouble as so few people know how it really works, but it's
> > intended to replace @preserved-rebuild by DoingItRite and finally make
> > revdep-rebuild obsolete.
>
> > It's documented in man 5 ebuild un

[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] do subslots improve user-experience?

2013-11-05 Thread Bruce Hill
On Tue, Nov 05, 2013 at 07:29:28AM -0600, Bruce Hill wrote:
> On Sat, Nov 02, 2013 at 01:04:52PM +0100, hasufell wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > Another round of questioning the users here.
> > 
> > more specifically:
> > * how often do you experience useless rebuilds?
> > * do you really have a problem with running
> > revdep-rebuild/haskell-updater/perl-cleaner etc after every emerge?
> > * do you think it's worth the effort to add more stuff to the PM, so
> > that you don't have to run revdep-rebuild that often?
> > * do you trust the other methods like subslots or preserved-rebuild to
> > work reliably? (as in: do you still use revdep-rebuild?)
> > 
> > If you want my opinion on subslots:
> > # grep EMERGE_DEFAULT_OPTS /etc/portage/make.conf
> > EMERGE_DEFAULT_OPTS="--ignore-built-slot-operator-deps=y"
> 
> This kind of subslot mess is so irritating:
> 
> workstation ~ # emerge -aDjtuv --changed-use @world && dispatch-conf && 
> emerge -a --depclean && revdep-rebuild -i && clear && exit
> 
> These are the packages that would be merged, in reverse order:
> 
> Calculating dependencies... done!
> [ebuild  rR] dev-qt/qtgui-4.8.5-r1:4  USE="accessibility exceptions glib 
> xv (-aqua) -cups -debug -egl -gtkstyle -mng -nas -nis -pch -qt3support -tiff 
> -trace -xinerama" 0 kB
> [ebuild  rR] media-libs/libwebp-0.3.1  USE="jpeg png -experimental -gif 
> -opengl -static-libs -swap-16bit-csp -tiff" ABI_X86="(64) (-32) (-x32)" 0 kB
> [ebuild  rR] app-emulation/wine-1.6  USE="X alsa cups fontconfig jpeg 
> mono mp3 ncurses nls opengl perl png prelink run-exes ssl threads truetype 
> udisks xml -capi -custom-cflags -dos -gecko -gphoto2 -gsm -gstreamer -lcms 
> -ldap -odbc -openal -opencl -osmesa -oss -pulseaudio -samba -scanner 
> (-selinux) {-test} -v4l -xcomposite -xinerama" ABI_X86="32 64 (-x32)" 
> LINGUAS="en_US -ar -bg -ca -cs -da -de -el -en -eo -es -fa -fi -fr -he -hi 
> -hr -hu -it -ja -ko -lt -ml -nb_NO -nl -or -pa -pl -pt_BR -pt_PT -rm -ro -ru 
> -sk -sl -sr_RS@cyrillic -sr_RS@latin -sv -te -th -tr -uk -wa -zh_CN -zh_TW" 0 
> kB
> [ebuild U ~] www-client/firefox-25.0-r1 [24.0-r1] USE="alsa dbus jit 
> libnotify startup-notification -bindist -custom-cflags -custom-optimization 
> -debug -gstreamer -minimal (-pgo) -pulseaudio (-selinux) -system-cairo 
> -system-icu -system-jpeg -system-sqlite -wifi" 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" 124,545 kB
> [ebuild U  ] app-portage/pfl-2.4-r1 [2.3] USE="network-cron" 
> PYTHON_TARGETS="python2_7%* -python2_6%" 7 kB
> [ebuild U ~] mail-client/thunderbird-24.1.0-r1 [24.0-r1] USE="alsa dbus 
> jit libnotify lightning startup-notification -bindist -crypt -custom-cflags 
> -custom-optimization -debug -gstreamer -ldap -minimal -mozdom -pulseaudio 
> (-selinux) -system-cairo -system-icu -system-jpeg -system-sqlite -wifi" 
> LINGUAS="-ar -ast -be -bg -bn_BD -br -ca -cs -da -de -el -en_GB -es_AR -es_ES 
> -et -eu -fi -fr -fy_NL -ga_IE -gd -gl -he -hr -hu -hy_AM -id -is -it -ja -ko 
> -lt -nb_NO -nl -nn_NO -pa_IN -pl -pt_BR -pt_PT -rm -ro -ru -si -sk -sl -sq 
> -sr -sv_SE -ta_LK -tr -uk -vi -zh_CN -zh_TW" 137,057 kB
> [ebuild  rR] net-print/cups-filters-1.0.36-r1  USE="jpeg png tiff -perl 
> -static-libs -zeroconf" 0 kB
> [ebuild  rR]  app-text/poppler-0.24.3:0/43  USE="cairo cjk cxx 
> introspection jpeg jpeg2k lcms png tiff utils -curl -debug -doc -qt4" 0 kB
> [ebuild  rR]   media-libs/openjpeg-1.5.1  USE="-doc -static-libs {-test}" 
> 0 kB
> [ebuild  rR]   x11-libs/cairo-1.12.14-r4  USE="X glib svg (-aqua) -debug 
> -directfb -doc (-drm) (-gallium) (-gles2) -legacy-drivers -opengl -openvg 
> (-qt4) -static-libs -valgrind -xcb -xlib-xcb" 0 kB
> [ebuild  r  U ~]media-libs/libpng-1.6.6:0/16 [1.5.15:0/0] USE="apng 
> (-neon) -static-libs" ABI_X86="(64%*) -32% (-x32)" 860 kB
> 
> Total: 11 packages (4 upgrades, 7 reinstalls), Size of downloads: 262,467 kB
> 
> The following keyword changes are necessary to proceed:
>  (see "package.accept_keywords" in the portage(5) man page for

Re: [gentoo-user] printing pdfs

2020-05-29 Thread Jack

On 5/29/20 6:30 PM, james wrote:

On 5/28/20 7:34 PM, Jack wrote:

On 2020.05.28 19:04, james wrote:

On 5/28/20 4:30 PM, Francesco Turco wrote:

On Thu, May 28, 2020, at 22:11, james wrote:

[snip.]

[leaving only one line...]
U ~] dev-python/qtawesome-0.7.2 [0.7.1]
That's not output from the above command (dev-python wouldn't be 
there.)� Please show the output of the above eix command, or 
perhaps try "eix-installed -a | grep dev-qt" for another look to be 
sure all are at the same version.


Correct.
I tried to trim it down. So here is the full output:
The formats even look different.  Is the above a trimmed version of what 
is below, or output from a different command?  (and no, it doesn't 
really matter.)


 #  eix --category dev-qt --installed --compact
[?] dev-qt/designer (5.14.2(5/5.14)@05/24/2020 -> 5.13.2(5/5.13)^t): 
WYSIWYG tool for designing and building graphical user interfaces with 
QtWidgets
[?] dev-qt/linguist-tools (5.14.2(5/5.14)@05/24/2020 -> 
(~)5.14.1(5/5.14)^t): Tools for working with Qt translation data files
[I] dev-qt/qt-creator (4.8.2@05/24/2020): Lightweight IDE for C++/QML 
development centering around Qt
[?] dev-qt/qt-docs (5.14.2_p202003291239(5)@05/24/2020 -> 
5.13.2_p201910220817(5)): Qt5 documentation, for use with Qt Creator 
and other tools
[?] dev-qt/qt3d (5.14.2(5/5.14)@05/26/2020 -> 5.13.2(5/5.13)^t): 3D 
rendering module for the Qt5 framework
[I] dev-qt/qtchooser (66@11/06/2019): Tool to quickly switch between 
multiple Qt installations
[?] dev-qt/qtconcurrent (5.14.2(5/5.14)@05/15/2020 -> 
(~)5.14.1(5/5.14)^t): Multi-threading concurrence support library for 
the Qt5 framework
[?] dev-qt/qtcore (5.14.2(5/5.14.2)@05/15/2020 -> 
(~)5.14.1-r1(5/5.14)^t): Cross-platform application development framework
[?] dev-qt/qtdatavis3d (5.14.2(5/5.14)@05/24/2020 -> 
5.13.2(5/5.13)^t): 3D data visualization library for the Qt5 framework
[?] dev-qt/qtdbus (5.14.2(5/5.14)@05/15/2020 -> (~)5.14.1(5/5.14)^t): 
Qt5 module for inter-process communication over the D-Bus protocol
[?] dev-qt/qtdeclarative (5.14.2(5/5.14)@05/15/2020 -> 
(~)5.14.1-r1(5/5.14)^t): The QML and Quick modules for the Qt5 framework
[?] dev-qt/qtdiag (5.14.2(5/5.14)@05/24/2020 -> ~5.14.1(5/5.14)^t): 
Tool for reporting diagnostic information about Qt and its environment
[?] dev-qt/qtgraphicaleffects (5.14.2(5/5.14)@05/24/2020 -> 
5.13.2(5/5.13)^t): Set of QML types for adding visual effects to user 
interfaces
[?] dev-qt/qtgui (5.14.2(5/5.14.2)@05/15/2020 -> 
(~)5.14.1-r3(5/5.14.1)^t): The GUI module and platform plugins for the 
Qt5 framework
[?] dev-qt/qthelp (5.14.2(5/5.14)@05/24/2020 -> 5.13.2(5/5.13)^t): Qt5 
module for integrating online documentation into applications
[?] dev-qt/qtimageformats (5.14.2(5/5.14)@05/24/2020 -> 
5.13.2(5/5.13)^t): Additional format plugins for the Qt image I/O system
[I] dev-qt/qtlockedfile (2.4.1_p20171024@11/12/2019): QFile extension 
with advisory locking functions
[?] dev-qt/qtmultimedia (5.14.2(5/5.14)@05/24/2020 -> 
(~)5.14.1(5/5.14)^t): Multimedia (audio, video, radio, camera) library 
for the Qt5 framework
[?] dev-qt/qtnetwork (5.14.2(5/5.14)@05/15/2020 -> 
(~)5.14.1(5/5.14)^t): Network abstraction library for the Qt5 framework
[?] dev-qt/qtopengl (5.14.2(5/5.14)@05/24/2020 -> 
(~)5.14.1(5/5.14)^t): OpenGL support library for the Qt5 framework 
(deprecated)
[?] dev-qt/qtpositioning (5.14.2(5/5.14)@05/15/2020 -> 
(~)5.14.1(5/5.14)^t): Physical position determination library for the 
Qt5 framework
[?] dev-qt/qtprintsupport (5.14.2(5/5.14)@05/24/2020 -> 
(~)5.14.1(5/5.14)^t): Printing support library for the Qt5 framework
[I] dev-qt/qtquickcontrols (5.14.1(5/5.14)@02/21/2020): Set of Qt 
Quick controls to create complete user interfaces (deprecated)
[?] dev-qt/qtscript (5.14.2(5/5.14)@05/24/2020 -> 
(~)5.14.1(5/5.14)^t): Application scripting library for the Qt5 
framework (deprecated)
[I] dev-qt/qtsingleapplication (2.6.1_p20171024@11/12/2019): Qt 
library to start applications only once per user
[?] dev-qt/qtsql (5.14.2(5/5.14.2)@05/24/2020 -> 
(~)5.14.1(5/5.14.1)^t): SQL abstraction library for the Qt5 framework
[I] dev-qt/qtsvg (5.14.1(5/5.14)@01/30/2020): SVG rendering library 
for the Qt5 framework
[?] dev-qt/qttest (5.14.2(5/5.14)@05/15/2020 -> (~)5.14.1(5/5.14)^t): 
Unit testing library for the Qt5 framework
[?] dev-qt/qtwayland (5.14.2(5/5.14)@05/15/2020 -> 
(~)5.14.1-r1(5/5.14)^t): Wayland platform plugin for Qt
[?] dev-qt/qtwebchannel (5.14.2(5/5.14)@05/24/2020 -> 
(~)5.14.1(5/5.14)^t): Qt5 module for integrating C++ and QML 
applications with HTML/JavaScript clients
[?] dev-qt/qtwebengine (5.14.2(5/5.14)@05/24/2020 -> 
(~)5.14.1(5/5.14)^t): Library for rendering dynamic web content in Qt5 
C++ and QML applications
[?] dev-qt/qtwebkit (5.212.0_pre20200309-r1(5/5.212)@04/08/2020 -> 
5.212.0_pre20190629(5/5.212)): WebKit rendering library for the Qt5 

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

2020-05-20 Thread n952162

The command was:

emerge -vu dev-qt/qtgui dev-qt/qtx11extras dev-qt/qtopengl
dev-qt/qtprintsupport dev-qt/qtwidgets dev-qt/qtxml
dev-qt/linguist-tools dev-qt/qtnetwork dev-qt/qtsvg dev-qt/qtcore

The output to that is attached.

I tried just emerging zlib with the static-libs USE flag ... that log is
also attached.

On 05/20/20 18:59, Ashley Dixon wrote:

On Wed, May 20, 2020 at 02:35:52PM +0200, n952162 wrote:

I have a slot conflict for sys-libs/zlib, whereby both users want
the same package.  Studying the USE variables shows that the new
package wants, additionally, the "static-libs" USE flag.

I thought, the way to handle this is to add the static-libs USE
variable in /etc/portage/package.use and re-emerge with
--changed-use.  Unfortunately, that gives me the same conflict.

Can you attach the full output of emerge ?



# vim: syntax=emerge-out


 * IMPORTANT: 12 config files in '/etc/portage' need updating.

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

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

 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.
.  done!
[ebuild   R] sys-libs/zlib-1.2.11-r2:0/1::gentoo  USE="minizip 
(split-usr%*) -static-libs" 0 KiB
[ebuild U  ] dev-libs/openssl-1.1.1g:0/1.1::gentoo [1.0.2p:0/0::gentoo] 
USE="asm zlib -bindist* -rfc3779 -sctp -sslv3* -static-libs -test 
-tls-heartbeat* -vanilla (-gmp%) (-kerberos%) (-sslv2%)" CPU_FLAGS_X86="-sse2*" 
9572 KiB
[ebuild U  ] dev-qt/qtcore-5.14.1-r1:5/5.14::gentoo 
[5.11.1-r1:5/5.11::gentoo] USE="-debug -icu* -systemd -test" 48661 KiB
[ebuild U  ] dev-qt/qtxml-5.14.1:5/5.14::gentoo [5.11.1:5/5.11::gentoo] 
USE="-debug -test" 0 KiB
[ebuild  N ] dev-qt/qtnetwork-5.14.1:5/5.14::gentoo  USE="ssl -bindist 
-connman -debug -libproxy -networkmanager -sctp -test" 0 KiB
[ebuild U  ] dev-qt/linguist-tools-5.14.1:5/5.14::gentoo 
[5.11.1:5/5.11::gentoo] USE="-debug -qml -test" 8605 KiB
[ebuild U  ] dev-qt/qtgui-5.14.1-r4:5/5.14.1::gentoo 
[5.11.1:5/5.11::gentoo] USE="X%* gif jpeg libinput png udev -accessibility 
-dbus* -debug -egl* -eglfs -evdev -gles2-only% -ibus -test -tslib -tuio -vnc 
-vulkan% -wayland% (-gles2%) (-xcb%*)" 0 KiB
[ebuild U  ] dev-qt/qtwidgets-5.14.1-r1:5/5.14::gentoo 
[5.11.1:5/5.11::gentoo] USE="X%* png -debug -gles2-only% -gtk* -test (-gles2%) 
(-xcb%*)" 0 KiB
[ebuild U  ] dev-qt/qtx11extras-5.14.1:5/5.14::gentoo 
[5.11.1:5/5.11::gentoo] USE="-debug -test" 133 KiB
[ebuild U  ] dev-qt/qtopengl-5.14.1-r1:5/5.14::gentoo 
[5.11.1:5/5.11::gentoo] USE="-debug -gles2-only% -test (-gles2%)" 0 KiB
[ebuild U  ] dev-qt/qtprintsupport-5.14.1-r1:5/5.14::gentoo 
[5.11.1:5/5.11::gentoo] USE="-cups* -debug -gles2-only% -test (-gles2%)" 0 KiB
[ebuild U  ] dev-qt/qtsvg-5.14.1:5/5.14::gentoo [5.11.1:5/5.11::gentoo] 
USE="-debug -test" 1836 KiB
[blocks B  ] =sys-libs/zlib-1.2.8-r1[abi_x86_64(-)] required by 
(dev-libs/glib-2.52.3:2/2::gentoo, installed)

>=sys-libs/zlib-1.2.8[abi_x86_64(-)] required by 
(media-libs/mesa-18.1.9:0/0::gentoo, installed)

sys-libs/zlib[abi_x86_64(-)] required by 
(dev-libs/boost-1.65.0:0/1.65.0::gentoo, installed)

>=sys-libs/zlib-1.2.8-r1[abi_x86_64(-)] required by 
(media-libs/tiff-4.0.9-r4:0/0::gentoo, installed)

sys-libs/zlib[abi_x86_64(-)] required by (net-misc/curl-7.61.1:0/0::gentoo, 
installed)

sys-libs/zlib[abi_x86_64(-)] required by 
(app-arch/libarchive-3.3.1:0/13::gentoo, installed)

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

>=sys-libs/zlib-1.2.8-r1[abi_x86_64(-)] required by 
(media-video/ffmpeg-3.3.6:0/55.57.57::gentoo, installed)

>=sys-libs/zlib-1.2.8-r1:0/1=[abi_x86_64(-)] required by 
(media-libs/libpng-1.6.34:0/16::gentoo, installed)

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

>=sys-libs/zlib-1.2.8-r1:0/1=[abi_x86_64(-)] required by 
(dev-libs/libxml2-2.9.8:2/2::gentoo, installed)

>=sys-libs/zlib-1.2.8-r1[abi_x86_64(-)] required by 
(net-libs/gnutls-3.5.19:0/30::gentoo, installed)

sys-libs/zlib[abi_x86_64(-)] required by 
(sys-libs/binutils-libs-2.30-r4:0/2.30-r1::gentoo, installed)

sys-libs/zlib:0/1=[abi_x86_64(-)] required by 
(dev-db/sqlite-3.24.0:3/3::gentoo, installed)

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

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

>=sys-libs/zlib-1.2.8-r1[abi_x86_64(-)] required by 
(sys-apps/pciutils-3.5.6:0/0::gen

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

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

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

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

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

2015-05-14 Thread Gevisz
On Fri, 15 May 2015 01:45:35 -0400 Gregory Woodbury  wrote:

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

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

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

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

Re: [gentoo-user] Re: KDE 5: Broken file protocol for KDE 4 apps

2016-10-13 Thread Michael Mol
 x11-libs/libdrm-2.4.70 
[ebuild   R] x11-proto/dri2proto-2.8-r1 
[ebuild   R] app-eselect/eselect-
mesa-0.0.10 
[ebuild   R] x11-libs/libxshmfence-1.2 
[ebuild   R] x11-libs/libXxf86vm-1.1.4 
[ebuild   R] x11-libs/libXvMC-1.0.10 
[ebuild   R]  x11-libs/libXv-1.0.11 
[ebuild   R]   x11-proto/videoproto-2.3.3 
[ebuild   R]  app-eselect/eselect-xvmc-0.4 
[ebuild   R] x11-proto/dri3proto-1.0 
[ebuild   R] x11-libs/libva-1.6.2 
[ebuild   R]  virtual/opengl-7.0-r1 
[ebuild   R]  x11-libs/libva-vdpau-
driver-0.7.4-r4 
[ebuild   R]   x11-libs/libvdpau-1.1.1 
[ebuild   R]  x11-libs/libXfixes-5.0.3 
[ebuild   R]   x11-proto/fixesproto-5.0-r1 
[ebuild   R] x11-proto/xf86driproto-2.1.1-
r1 
[ebuild   R] x11-libs/libXdamage-1.1.4-r1 
[ebuild   R]  x11-proto/damageproto-1.2.1-
r1 
[ebuild   R] sys-devel/llvm-3.7.1-r3 
[ebuild   R]  sys-devel/clang-3.7.1-r100 
[ebuild   R]  dev-util/ninja-1.6.0 
[ebuild   R]   dev-util/re2c-0.16 
[ebuild   R] dev-libs/wayland-1.11.0 
[ebuild   R] x11-proto/presentproto-1.0 
[ebuild   R]x11-libs/pixman-0.34.0 
[ebuild   R]x11-libs/libXrender-0.9.10 
[ebuild   R]dev-libs/lzo-2.08 
[ebuild   R   ~] dev-qt/qtgui-4.8.7 
[ebuild   R]  x11-libs/libXi-1.7.7 
[ebuild   R]  x11-libs/libXinerama-1.1.3 
[ebuild   R]   x11-proto/xineramaproto-1.2.1-
r1 
[ebuild   R]  net-print/cups-2.1.3-r1 
[ebuild   R]   app-text/libpaper-1.1.24-r2 
[ebuild   R]   sys-apps/dbus-1.10.8-r1 
[ebuild   R]app-text/xmlto-0.0.26-r1 
[ebuild   R] sys-apps/which-2.21 
[ebuild   R] www-client/lynx-2.8.8_p2 
[ebuild   R]app-text/docbook-xml-dtd-4.4-
r2 
[ebuild   R]   virtual/libusb-1-r2 
[ebuild   R]dev-libs/libusb-1.0.19-r1 
[ebuild   R]   net-dns/avahi-0.6.32 
[ebuild   R]app-doc/xmltoman-0.4 
[ebuild   R]dev-libs/libdaemon-0.14-r2 
[ebuild   R]sys-devel/automake-1.11.6-r1 
[ebuild   R   ~]dev-qt/qtcore-4.8.7-r2 
[ebuild   R] dev-qt/qtchooser-0_p20151008 
[ebuild   R   ~] dev-qt/qttranslations-4.8.7 
[ebuild   R]x11-libs/gtk+-2.24.31 
[ebuild   R] dev-libs/atk-2.20.0 
[ebuild   R] gnome-base/librsvg-2.40.16 
[ebuild   R]  dev-libs/libcroco-0.6.11 
[ebuild   R]  dev-libs/vala-common-0.32.1 
[ebuild   R]  x11-libs/gdk-pixbuf-2.34.0 
[ebuild   R]   media-libs/tiff-4.0.6 
[ebuild   R]virtual/jpeg-0-r2 
[ebuild   R] media-libs/libjpeg-
turbo-1.5.0 
[ebuild   R]  dev-lang/nasm-2.12.01 
[ebuild   R]   media-libs/jasper-1.900.1-
r9 
[ebuild   R]media-libs/freeglut-3.0.0 
[ebuild   R] x11-libs/libXrandr-1.5.1 
[ebuild   R]  x11-
proto/randrproto-1.5.0 
[ebuild   R] virtual/glu-9.0-r1 
[ebuild   R]  media-libs/glu-9.0.0-r1 
[ebuild   R]  x11-libs/pango-1.40.3 
[ebuild   R]   x11-libs/libXft-2.3.2 
[ebuild   R]   media-libs/harfbuzz-1.

[gentoo-user] media-video/vlc-3.0.2 fails during linking

2018-05-31 Thread Mick
C -DPIC  demux/
mpeg/.libs/libts_plugin_la-ts.o demux/mpeg/.libs/libts_plugin_la-ts_pid.o 
demux/mpeg/.libs/libts_plugin_la-ts_psi.o demux/mpeg/.libs/libts_plugin_la-
ts_si.o demux/mpeg/.libs/libts_plugin_la-ts_psip.o demux/mpeg/.libs/
libts_plugin_la-ts_psip_dvbpsi_fixes.o demux/mpeg/.libs/libts_plugin_la-
ts_decoders.o demux/mpeg/.libs/libts_plugin_la-ts_streams.o demux/mpeg/.libs/
libts_plugin_la-ts_scte.o demux/mpeg/.libs/libts_plugin_la-sections.o demux/
mpeg/.libs/libts_plugin_la-mpeg4_iod.o demux/mpeg/.libs/libts_plugin_la-
ts_arib.o demux/mpeg/.libs/libts_plugin_la-ts_sl.o demux/mpeg/.libs/
libts_plugin_la-ts_metadata.o demux/mpeg/.libs/libts_plugin_la-ts_hotfixes.o 
mux/mpeg/.libs/libts_plugin_la-csa.o mux/mpeg/.libs/libts_plugin_la-tables.o 
mux/mpeg/.libs/libts_plugin_la-tsutil.o codec/.libs/libts_plugin_la-atsc_a65.o 
codec/.libs/libts_plugin_la-opus_header.o   -Wl,-rpath -Wl,/var/tmp/portage/
media-video/vlc-3.0.2/work/vlc-3.0.2/src/.libs ../compat/.libs/libcompat.a -L/
usr/lib64/sidplay/builders/ ../src/.libs/libvlccore.so -lidn -lpthread -ldl -
lm -ldbus-1 -Wl,--as-needed -ldvbpsi  -march=native -O2 -Wl,-O1 -Wl,-z -
Wl,defs   -Wl,-soname -Wl,libts_plugin.so -Wl,-version-script -Wl,.libs/
libts_plugin.ver -o .libs/libts_plugin.so
libtool: link: ( cd ".libs" && rm -f "libplaylist_plugin.la" && ln -s "../
libplaylist_plugin.la" "libplaylist_plugin.la" )
./doltlibtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -march=native 
-O2 -pipe  -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-
register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -
Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -
Wlogical-op -Wshadow=local -fvisibility=hidden -avoid-version -module -export-
symbols-regex ^vlc_entry -shrext .so -no-undefined ../compat/libcompat.la ../
src/libvlccore.la  -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ -
Wl,-z,defs -o libncurses_plugin.la -rpath /usr/lib64/vlc/plugins/gui gui/
libncurses_plugin_la-ncurses.lo -lncursesw -lpthread -lm 
libtool: link: ( cd ".libs" && rm -f "libts_plugin.la" && ln -s "../
libts_plugin.la" "libts_plugin.la" )
./doltlibtool  --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++  -I/usr/
include/qt5/QtSvg -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/
include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5 -I/usr/include/qt5/
QtCore -I/usr/include/qt5  -I/usr/include/qt5/QtX11Extras -I/usr/include/qt5 -
I/usr/include/qt5/QtGui -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/
include/qt5 -DQT5_HAS_X11 -DQT5_HAS_XCB  -march=native -O2 -pipe -std=c++11 -
Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -
Wformat -Wformat-security -fvisibility=hidden -avoid-version -module -export-
symbols-regex ^vlc_entry -shrext .so -no-undefined ../compat/libcompat.la ../
src/libvlccore.la  -rpath '/usr/lib64/vlc/plugins/gui'  -Wl,-O1 -Wl,--as-
needed -L/usr/lib64/sidplay/builders/ -Wl,-z,defs -o libqt_plugin.la -rpath /
usr/lib64/vlc/plugins/gui gui/qt/libqt_plugin_la-qt.lo gui/qt/libqt_plugin_la-
menus.lo gui/qt/libqt_plugin_la-main_interface.lo gui/qt/libqt_plugin_la-
dialogs_provider.lo gui/qt/libqt_plugin_l
actions_manager.lo gui/qt/libqt_plugin_la-extensions_manager.lo gui/qt/
managers/li
bqt_plugin_la-addons_manager.lo gui/qt/libqt_plugin_la-recents.lo gui/qt/
adapters/libqt_plugin_la-seekpoints.lo gui/qt/adapters/libqt_plugin_la-
chromaprint.lo gui/qt/adapters/libqt_plugin_la-variables.lo gui/qt/dialogs/
libqt_plugin_la-playlist.lo gui/qt/dialogs/libqt_plugin_la-bookmarks.lo gui/
qt/dialogs/libqt_plugin_la-preferences.lo gui/qt/dialogs/libqt_plugin_la-
mediainfo.lo gui/qt/dialogs/libqt_plugin_la-epg.lo gui/qt/dialogs/
libqt_plugin_la-extended.lo gui/qt/dialogs/libqt_plugin_la-messages.lo gui/qt/
dialogs/libqt_plugin_la-errors.lo gui/qt/dialogs/libqt_plugin_la-external.lo 
gui/qt/dialogs/libqt_plugin_la-plugins.lo gui/qt/dialogs/libqt_plugin_la-
sout.lo gui/qt/dialogs/libqt_plugin_la-convert.lo gui/qt/dialogs/
libqt_plugin_la-help.lo gui/qt/dialogs/libqt_plugin_la-gototime.lo gui/qt/
dialogs/libqt_plugin_la-toolbar.lo gui/qt/dialogs/libqt_plugin_la-open.lo gui/
qt/dialogs/libqt_plugin_la-openurl.lo gui/qt/dialogs/libqt_plugin_la-vlm.lo 
gui/qt/dialogs/libqt_plugin_la-firstrun.lo gui/qt/dialogs/libqt_plugin_la-
podcast_configuration.lo gui/qt/dialogs/libqt_plugin_la-extensions.lo gui/qt/
dialogs/libqt_plugin_la-fingerprintdialog.lo gui/qt/components/
libqt_plugin_la-extended_panels.lo gui/qt/components/libqt_plugin_la-
info_panels.lo gui/qt/components/libqt_plugin_la-info_widgets.lo gui/qt/
components/libqt_plugin_la-preferences_widgets.lo gui/qt/components/
libqt_plugin_la-complete_preferences.lo gui/qt/components/libqt_plugin_la-
simple_preferences.lo gui/qt/components/libqt_plugin_la-open_panels.lo gui/qt/
components/libqt_plugin_la-interface_widge

[gentoo-user] Udev and eudev clash. Something wants to remove eudev and install udev.

2019-10-27 Thread Dale
Howdy,

I'm trying to do my weekly update.  I use eudev but something seems to
want plain udev and to remove eudev while at it.  I have udev masked so
emerge knows not to install it.  This is what emerge spits out with the
-t option in use.  Keep in mind, some options are in make.conf but the
output should show the needed results. 



root@fireball / # emerge -uvaDN world -t

These are the packages that would be merged:

Calculating dependencies... done!
[nomerge   ] kde-frameworks/plasma-5.63.0:5/5.63::gentoo  USE="X
-debug -doc (-gles2) -test -wayland"
[nomerge   ]  dev-qt/qtquickcontrols-5.12.5:5/5.12::gentoo 
USE="widgets -debug -test"
[nomerge   ]   dev-qt/qtwidgets-5.12.5-r1:5/5.12::gentoo  USE="gtk
png xcb -debug (-gles2) -test"
[nomerge   ]    dev-qt/qtgui-5.12.5:5/5.12::gentoo  USE="dbus egl
evdev gif jpeg libinput png udev xcb -accessibility -debug -eglfs
(-gles2) -ibus -test -tslib -tuio -vnc -wayland"
[nomerge   ] x11-libs/xcb-util-wm-0.4.1-r2::gentoo  USE="-doc
-static-libs -test" ABI_X86="(64) -32 (-x32)"
[nomerge   ]  x11-libs/libxcb-1.13.1:0/1.12::gentoo  USE="xkb
-doc (-selinux) -static-libs -test" ABI_X86="32 (64) (-x32)"
[nomerge   ]   dev-lang/python-3.6.9:3.6/3.6m::gentoo  USE="gdbm
ipv6 ncurses readline sqlite ssl (threads) xml -bluetooth -build
-examples -hardened -libressl -test -tk -wininst"
[nomerge   ]    app-eselect/eselect-python-20171204::gentoo
[nomerge   ] app-admin/eselect-1.4.15::gentoo  USE="-doc
-emacs -vim-syntax"
[nomerge   ]  sys-apps/sed-4.5::gentoo  USE="nls -acl
-forced-sandbox (-selinux) -static"
[nomerge   ]   sys-devel/gettext-0.19.8.1::gentoo  USE="java
ncurses nls openmp -acl -cvs -cxx -doc -emacs -git -static-libs"
ABI_X86="32 (64) (-x32)"
[nomerge   ]    dev-java/java-config-2.2.0-r4:2::gentoo 
USE="-test" PYTHON_TARGETS="python2_7 python3_6 -python3_5 (-python3_7)"
[nomerge   ] sys-apps/portage-2.3.76::gentoo  USE="(ipc)
native-extensions rsync-verify -build -doc -epydoc -gentoo-dev
(-selinux) -xattr" PYTHON_TARGETS="python2_7 python3_6 (-pypy)
-python3_5 (-python3_7)"
[nomerge   ]  sys-apps/coreutils-8.30::gentoo  USE="nls
(split-usr) xattr -acl -caps -gmp -hostname -kill -multicall (-selinux)
-static -test -vanilla"
[nomerge   ]   sys-apps/attr-2.4.47-r2::gentoo  USE="nls
(split-usr) -static-libs" ABI_X86="32 (64) (-x32)"
[nomerge   ]    sys-devel/autoconf-2.69-r4:2.69::gentoo 
USE="-emacs"
[nomerge   ] dev-lang/perl-5.28.2-r1:0/5.28::gentoo 
USE="berkdb gdbm -debug -doc -ithreads"
[nomerge   ]  app-admin/perl-cleaner-2.27::gentoo
[nomerge   ]  
app-portage/portage-utils-0.80::gentoo  USE="nls openmp qmanifest
qtegrity -libressl -static"
[nomerge   ]    app-crypt/libb2-0.98.1-r1::gentoo 
USE="openmp -native-cflags -static-libs"
[nomerge   ]
sys-devel/gcc-8.3.0-r1:8.3.0::gentoo  USE="(cxx) fortran (multilib) nls
nptl openmp pch (pie) sanitize ssp vtv (-altivec) -debug -doc
(-fixed-point) -go -graphite (-hardened) (-jit) (-libssp) -mpx -objc
-objc++ -objc-gc -pgo -systemtap -test -vanilla"
[nomerge   ]  sys-devel/bison-3.1::gentoo 
USE="nls -examples -static -test"
[ebuild   R    ]   sys-devel/flex-2.6.4-r1::gentoo 
USE="nls -static -test" ABI_X86="32* (64) (-x32)" 0 KiB
[nomerge   ] 
sys-libs/glibc-2.29-r2:2.2::gentoo  USE="multiarch (multilib)
(split-usr) ssp -audit -caps (-cet) (-compile-locales) -doc -gd
-headers-only -nscd -profile (-selinux) -suid -systemtap -test (-vanilla)"
[nomerge   ]   virtual/pkgconfig-1::gentoo 
ABI_X86="32 (64) (-x32)"
[nomerge   ]   
dev-util/pkgconfig-0.29.2::gentoo  USE="-hardened -internal-glib"
ABI_X86="32 (64) (-x32)"
[nomerge   ] dev-libs/glib-2.60.6:2::gentoo 
USE="dbus (mime) -debug (-fam) -gtk-doc (-selinux) -static-libs
-systemtap -test -utils -xattr" ABI_X86="32 (64) (-x32)"
[nomerge   ] 
gnome-base/dconf-0.30.1::gentoo  USE="-gtk-doc -test"
[nomerge   ]  
sys-apps/dbus-1.12.16::gentoo  USE="X -debug -doc -elogind (-selinux)
-static-libs -systemd -test -user-session" ABI_X86="32 (64) (-x32)"
[nomerge   ]   
app-text/xmlto-0.0.28-r1::gentoo  USE="text -latex"
[nomerge   ]
app-text/docbook-xsl-stylesheets-1.79.

Re: [gentoo-user] Re: Konsole

2016-07-12 Thread Daniel Frey
y -networkmanager {-test}" 0 KiB
[ebuild U  ] net-misc/wget-1.18::gentoo [1.16.3-r1::gentoo] USE="nls pcre 
ssl zlib -debug -gnutls -idn -ipv6 (-libressl) -ntlm -static {-test} -uuid" 
1,878 KiB
[ebuild U  ] net-analyzer/nmap-7.12::gentoo [7.01::gentoo] USE="nls nse ssl 
-ipv6 (-libressl) -ncat -ndiff -nmap-update -nping (-system-lua) -zenmap" 
LINGUAS="-de -fr -hi -hr -it -ja -pl -pt_BR -ru -zh" PYTHON_TARGETS="python2_7" 
8,751 KiB
[ebuild  NS] dev-qt/qtxmlpatterns-5.5.1-r1:5::gentoo [4.8.6-r1:4::gentoo] 
USE="-debug {-test}" 0 KiB
[ebuild U  ] media-libs/raptor-2.0.14:2::gentoo [2.0.9:2::gentoo] USE="curl 
unicode -debug -json -static-libs" 1,834 KiB
[ebuild U  ] net-misc/ntp-4.2.8_p8::gentoo [4.2.8_p7::gentoo] USE="readline 
ssl threads -caps -debug -ipv6 (-libressl) -openntpd -parse-clocks -samba 
(-selinux) -snmp -vim-syntax -zeroconf" 7,062 KiB
[ebuild U  ] media-gfx/graphite2-1.3.8::gentoo [1.3.7::gentoo] USE="-perl 
{-test}" ABI_X86="32 (64) (-x32)" 3,795 KiB
[ebuild  N#] kde-frameworks/extra-cmake-modules-5.21.0:5/5.21::gentoo  
USE="-doc {-test}" 279 KiB
[ebuild U  ] app-office/akonadi-server-1.13.1_pre20160203-r1::gentoo 
[1.13.0-r2::gentoo] USE="mysql -postgres -sqlite {-test} (-qt4%*) (-qt5%)" 376 
KiB
[ebuild U  ] dev-libs/rasqal-0.9.32::gentoo [0.9.29::gentoo] USE="crypt 
mhash pcre xml -gmp -static-libs {-test} (-doc%)" 1,509 KiB
[ebuild U  ] media-libs/harfbuzz-1.2.7:0/0.9.18::gentoo 
[1.1.3:0/0.9.18::gentoo] USE="cairo glib graphite icu introspection truetype 
-fontconfig -static-libs {-test}" ABI_X86="32 (64) (-x32)" 1,314 KiB
[ebuild  N#] kde-frameworks/kcoreaddons-5.21.0-r1:5/5.21::gentoo  USE="nls 
-debug (-fam) {-test}" 306 KiB
[ebuild  N#] kde-frameworks/ki18n-5.21.0:5/5.21::gentoo  USE="-debug 
{-test}" 590 KiB
[ebuild  N#] kde-frameworks/kcodecs-5.21.0:5/5.21::gentoo  USE="nls -debug 
{-test}" 213 KiB
[ebuild  N#] kde-frameworks/karchive-5.21.0:5/5.21::gentoo  USE="bzip2 lzma 
-debug {-test}" 107 KiB
[ebuild  NS] dev-qt/qtgui-5.5.1-r1:5::gentoo [4.8.6-r4:4::gentoo] USE="dbus 
gif jpeg png udev xcb -accessibility -debug -egl -eglfs -evdev -gles2 -gtkstyle 
-ibus -libinput {-test} -tslib -tuio" 0 KiB
[ebuild  N#] kde-frameworks/kdoctools-5.21.0:5/5.21::gentoo  USE="-debug 
{-test}" 399 KiB
[ebuild U  ] sys-power/apcupsd-3.14.13::gentoo [3.14.8-r2::gentoo] USE="nls 
usb -cgi -gnome -snmp" 1,890 KiB
[ebuild  N ] dev-qt/qtwidgets-5.5.1-r1:5::gentoo  USE="png xcb -debug 
-gles2 -gtkstyle {-test}" 0 KiB
[ebuild  N#] kde-frameworks/kconfig-5.21.0:5/5.21::gentoo  USE="nls -debug 
{-test}" 220 KiB
[ebuild  N ] dev-qt/qtx11extras-5.5.1:5::gentoo  USE="-debug {-test}" 0 KiB
[ebuild  NS] dev-qt/qtdeclarative-5.5.1-r1:5::gentoo [4.8.6-r1:4::gentoo] 
USE="jit widgets xml -debug -gles2 -localstorage {-test}" 0 KiB
[ebuild  NS] dev-qt/qtopengl-5.5.1:5::gentoo [4.8.6-r1:4::gentoo] 
USE="-debug -gles2 {-test}" 0 KiB
[ebuild  N#] kde-frameworks/kwidgetsaddons-5.21.0:5/5.21::gentoo  USE="nls 
-debug {-test}" 2,083 KiB
[ebuild  N#] kde-frameworks/kwindowsystem-5.21.0:5/5.21::gentoo  USE="X nls 
-debug {-test}" 160 KiB
[ebuild  N#] kde-frameworks/kdbusaddons-5.21.0:5/5.21::gentoo  USE="X nls 
-debug {-test}" 34 KiB
[ebuild  N#] kde-frameworks/kitemviews-5.21.0:5/5.21::gentoo  USE="nls 
-debug {-test}" 73 KiB
[ebuild   R] sys-auth/polkit-qt-0.112.0-r1::gentoo  USE="qt4 qt5* -debug 
-examples" 0 KiB
[ebuild  N#] kde-frameworks/kguiaddons-5.21.0:5/5.21::gentoo  USE="-debug 
{-test}" 39 KiB
[ebuild  NS] dev-qt/qtsvg-5.5.1-r1:5::gentoo [4.8.6-r1:4::gentoo] 
USE="-debug {-test}" 0 KiB
[ebuild   R] dev-libs/libdbusmenu-qt-0.9.3_pre20140619-r1::gentoo  USE="qt4 
qt5* -debug -doc {-test}" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  N#] kde-frameworks/sonnet-5.21.0:5/5.21::gentoo  USE="hunspell nls 
-aspell -debug {-test}" 276 KiB
[ebuild  N#] kde-frameworks/kcrash-5.21.0:5/5.21::gentoo  USE="X nls -debug 
{-test}" 20 KiB
[ebuild  N#] kde-frameworks/kcompletion-5.21.0:5/5.21::gentoo  USE="nls 
-debug {-test}" 114 KiB
[ebuild  N#] kde-frameworks/solid-5.21.0:5/5.21::gentoo  USE="nls -debug 
{-test}" 262 KiB
[ebuild  N#] kde-frameworks/kjobwidgets-5.21.0:5/5.21::gentoo  USE="X nls 
-debug {-test}" 87 KiB
[ebuild  N#] kde-frameworks/kservice-5.21.0:5/5.21::gentoo  USE="man -debug 
{-test}" 263 KiB
[ebuild  N#] kde-frameworks/kglobalaccel-5.21.0:5/5.21::gentoo  USE="nls 
-debug {-test}" 80 KiB
[ebuild  NS] dev-qt/qtsql-5.5.1:5::gentoo [4.8.6-r1:4::gen

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

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

[gentoo-user] Something went wrong with DNS, plz help!

2014-07-26 Thread Grand Duet
The first reboot after recent update of the system have
shown that I cannot open any webpage in Firefox.

More exactly, Firefox or my system cannot any more resolve
URL to IP address (sorry if I use wrong terms).

Thus,
   host gmail.com
gives:
   ;; connection timed out no servers could be reached

Nevertheless
dig @8.8.8.8 gmail.com
reports the corresponding IP adresses.

I have not changed any my network settings and my
/etc/conf.d/net file still contains list of my DNS servers
that contains server 8.8.8.8 as well but somehow it is
not enough any more. :(

During my last system update, I suddenly found that
I had to update about 150 packages, what was a little
bit strange as I update my system at least once a week.

I have attributed that to the remnants of gnome2 (now I am using
fxce4) that I have not cleaned completely and that is now going
to update. So, I deviated a bit from my usual system update routine
trying to fix that. Nevertheless, as to my view, during my system update
I did nothing to distroy the DNS lookup.

Luckily, I save my system update logs and now can attach
the last one to this e-mail.

Please, help me to recover my internet access,
as I still have to do a lot of real work till Monday
and have not enough time to investigate this problem
alone and without a proper internet access. :(
# emerge-webrsync
Fetching most recent snapshot ...
Trying to retrieve 20140724 snapshot from http://de-mirror.org/gentoo ...
Fetching file portage-20140724.tar.xz.md5sum ...
Fetching file portage-20140724.tar.xz.gpgsig ...
Fetching file portage-20140724.tar.xz ...
Checking digest ...
Checking signature ...
gpg: Signature made Fri 25 Jul 2014 03:55:29 AM EEST using RSA key ID C9189250
gpg: Good signature from "Gentoo Portage Snapshot Signing Key (Automated 
Signing Key)" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: DCD0 5B71 EAB9 4199 527F  44AC DB6B 8C1F 96D8 BF6D
 Subkey fingerprint: E1D6 ABB6 3BFC FB4B A02F  DF1C EC59 0EEA C918 9250
Getting snapshot timestamp ...
Syncing local tree ...

Number of files: 180119
Number of files transferred: 5148
Total file size: 327.62M bytes
Total transferred file size: 35.67M bytes
Literal data: 35.67M bytes
Matched data: 0 bytes
File list size: 4.56M
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 16.10M
Total bytes received: 124.13K

sent 16.10M bytes  received 124.13K bytes  135.75K bytes/sec
total size is 327.62M  speedup is 20.20
Cleaning up ...
q: Updating ebuild cache ... 
q: Finished 37417 entries in 0.297930 seconds

Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
@

# emerge --update --deep --with-bdeps=y --newuse --ask world

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

Calculating dependencies... done!

The following packages are causing rebuilds:

  (media-libs/libmng-2.0.2-r1::gentoo, ebuild scheduled for merge) causes 
rebuilds for:
    (dev-qt/qtgui-4.8.5-r3::gentoo, ebuild scheduled for merge)
  (gnome-base/gnome-desktop-3.12.2::gentoo, ebuild scheduled for merge) causes 
rebuilds for:
(gnome-extra/gnome-screensaver-3.6.1::gentoo, ebuild scheduled for merge)
  (media-libs/x264-0.0.20140308::gentoo, ebuild scheduled for merge) causes 
rebuilds for:
(media-video/vlc-2.1.2::gentoo, ebuild scheduled for merge)
[ebuild U  ] virtual/libintl-0-r1 [0] ABI_X86="(64%*) -32% (-x32)" 
[ebuild U  ] media-libs/vo-aacenc-0.1.3 [0.1.2] ABI_X86="(64%*) (-32) 
(-x32)" 
[ebuild U  ] gnome-base/gnome-common-3.12.0 [3.10.0]
[ebuild U  ] dev-libs/vala-common-0.24.0 [0.22.1]
[ebuild U  ] media-libs/libpng-1.6.12 [1.6.10]
[ebuild U  ] sys-libs/cracklib-2.9.1-r1 [2.9.1] ABI_X86="(64%*) (-32) 
(-x32)" 
[ebuild U  ] x11-libs/gnome-pty-helper-0.36.3 [0.34.9]
[ebuild   R] media-libs/lcms-2.5 
[ebuild  r  U  ] media-libs/libmng-2.0.2-r1 [1.0.10-r1] ABI_X86="(64%*) (-32) 
(-x32)" 
[ebuild  r  U  ] media-libs/x264-0.0.20140308 [0.0.20111220] USE="sse%* 
-opencl%" ABI_X86="(64%*) (-32) (-x32)" 
[ebuild U  ] media-libs/xvid-1.3.3 [1.3.2] ABI_X86="(64%*) (-32) (-x32)" 
[ebuild U  ] dev-libs/gobject-introspection-common-1.40.0 [1.38.0]
[ebuild U  ] virtual/perl-Test-Simple-0.980.0-r5 [0.980.0-r4]
[ebuild U  ] perl-core/IO-1.25-r1 [1.25]
[ebuild U  ] virtual/perl-Digest-1.170.0-r3 [1.170.0-r1]
[ebuild U  ] virtual/perl-File-Spec-3.400.0-r2 [3.400.0-r1]
[ebuild U  ] dev-lang/orc-0.4.19 [0.4.18]
[ebuild U  ] virtual/perl-Scalar-List-Utils-1.270.0-r2 [1.270.0-r1]
[ebuild U  ] virtual/perl-Test-Harness-3.260.0-r2 [3.260.0-r1]
[ebuild U  ] virtual/perl-IO-Compress-2.60.0-r1 [2.60.0]
[ebuild U  ] perl-core/Archive-Tar-1.900.0-r1 [1.900.0]
[ebuild U  ] dev-db/sqlite-3.8.4.3 

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

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

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

2018-10-06 Thread John Covici
  
dev-python/setuptools-40.0.0::gentoo  USE="-test" PYTHON_TARGETS="python2_7 
python3_5 -pypy -pypy3 -python3_4 -python3_6 -python3_7" 
[ebuild U  ]
dev-python/certifi-2018.8.24::gentoo [2018.4.16::gentoo] 
PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6 
-python3_7%" 144 KiB
[nomerge   ]
net-misc/curl-7.61.1::gentoo  USE="ipv6 ldap ssl -adns -brotli -http2 -idn 
-kerberos -metalink -rtmp -samba -ssh -static-libs -test -threads" 
ABI_X86="(64) -32 (-x32)" CURL_SSL="openssl -axtls -gnutls -libressl -mbedtls 
-nss (-winssl)" 
[nomerge   ] 
net-nds/openldap-2.4.45::gentoo  USE="berkdb crypt gnutls ipv6 minimal ssl 
syslog tcpd -cxx -debug -experimental -iodbc -kerberos -kinit -libressl -odbc 
-overlays -pbkdf2 -perl -samba -sasl (-selinux) -sha2 -slp -smbkrb5passwd 
-static-libs" ABI_X86="(64) -32 (-x32)" 
[ebuild U  ]  
net-libs/gnutls-3.5.19-r1:0/30::gentoo [3.5.19:0/30::gentoo] USE="cxx idn nls 
openssl seccomp tls-heartbeat zlib -dane -doc -examples -guile -openpgp -pkcs11 
-sslv2 -sslv3 -static-libs -test -test-full -tools -valgrind" ABI_X86="32 (64) 
(-x32)" 0 KiB
[ebuild U  ]
dev-libs/libuv-1.23.1:0/1::gentoo [1.23.0:0/1::gentoo] USE="-static-libs" 
ABI_X86="(64) -32 (-x32)" 1,163 KiB
[ebuild  rR]  
dev-tex/bibtexu-3.71_p20170524::gentoo  USE="doc -source" 0 KiB
[ebuild  r  U  ]   
dev-libs/icu-62.1:0/62.1::gentoo [60.2:0/60.2::gentoo] USE="doc -debug 
-examples -static-libs" ABI_X86="32 (64) (-x32)" 22,919 KiB
[nomerge   ]  
dev-libs/zziplib-0.13.62-r2::gentoo  USE="doc sdl -static-libs -test" 
[nomerge   ]   
media-libs/libsdl-1.2.15-r9::gentoo  USE="X alsa joystick opengl sound video xv 
-aalib -custom-cflags -dga -fbcon -libcaca -nas -oss -pulseaudio -static-libs 
-tslib -xinerama" ABI_X86="(64) -32 (-x32)" 
[nomerge   ]
virtual/glu-9.0-r2::gentoo  ABI_X86="(64) -32 (-x32)" 
[nomerge   ] 
media-libs/glu-9.0.0-r1::gentoo  USE="-static-libs" ABI_X86="(64) -32 (-x32)" 
[nomerge   ]  
virtual/opengl-7.0-r2::gentoo  ABI_X86="(64) -32 (-x32)" 
[ebuild U  ]   
media-libs/mesa-18.2.2::gentoo [18.2.0-r1::gentoo] USE="classic dri3 egl 
gallium gbm gles2 llvm wayland -d3d9 -debug -gles1 -lm_sensors -opencl -osmesa 
-pax_kernel -pic (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan -xa 
-xvmc" ABI_X86="32 (64) (-x32)" VIDEO_CARDS="nouveau (-freedreno) -i915 -i965 
(-imx) -intel -r100 -r200 -r300 -r600 -radeon -radeonsi (-vc4) -virgl 
(-vivante) -vmware" 11,109 KiB
[nomerge   ]
dev-libs/wayland-protocols-1.16::gentoo 
[ebuild  rR] 
dev-libs/wayland-1.15.0::gentoo  USE="-doc -static-libs" ABI_X86="32 (64) 
(-x32)" 0 KiB
[ebuild U  ]
x11-libs/libxcb-1.13.1:0/1.12::gentoo [1.13:0/1.12::gentoo] USE="doc xkb 
(-selinux) -static-libs -test" ABI_X86="32 (64) (-x32)" 495 KiB
[ebuild  NS]
sys-devel/llvm-7.0.0-r1:7::gentoo [5.0.1:5::gentoo, 6.0.1-r1:6::gentoo] 
USE="doc libffi ncurses xml -debug -exegesis -gold -libedit -test -xar" 
ABI_X86="32 (64) (-x32)" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARM 
-Hexagon -Lanai -MSP430 -Mips -PowerPC -Sparc -SystemZ -XCore" 27,661 KiB
[ebuild U  ] 
sys-devel/gcc-8.2.0-r3:8.2.0::gentoo [8.2.0-r2:8.2.0::gentoo] USE="cxx doc 
fortran (multilib) nls nptl openmp pch (pie) sanitize ssp vtv (-altivec) -debug 
(-fixed-point) -go -graphite (-hardened) (-jit) (-libssp) -mpx -objc -objc++ 
-objc-gc -pgo -regression-test -systemtap -vanilla" 14 KiB
[ebuild U  ] 
sys-devel/llvm-common-7.0.0::gentoo [6.0.1::gentoo] 0 KiB
[ebuild U  ]
x11-libs/libdrm-2.4.95::gentoo [2.4.94::gentoo] USE="-libkms -valgrind" 
ABI_X86="32 (64) (-x32)" VIDEO_CARDS="nouve

Re: [gentoo-user] Corruption in reiserfs partition

2007-09-11 Thread Volker Armin Hemmann
 [115166 115238] has the wrong block
> count in the StatData (8) - corrected to (0)
> /Abstract_1.ggrvpf-10680: The file [115166 115219] has the wrong block
> count in the StatData (8) - corrected to (0)
> /Abstract_2.ggrvpf-10680: The file [115166 115173] has the wrong block
> count in the StatData (8) - corrected to (0)
> /Abstract_3.ggrvpf-10680: The file [115166 115189] has the wrong block
> count in the StatData (8) - corrected to (0)
> /Radial_Eyeball_Blue.ggrvpf-10680: The file [115166 115210] has the wrong
> block count in the StatData (8) - corrected to (0)
> /Radial_Eyeball_Brown.ggrvpf-10680: The file [115166 115174] has the wrong
> block count in the StatData (8) - corrected to (0)
> /Radial_Eyeball_Green.ggrvpf-10680: The file [115166 115175] has the wrong
> block count in the StatData (8) - corrected to (0)
> /Crown_molding.ggrvpf-10680: The file [115166 115240] has the wrong block
> count in the StatData (8) - corrected to (0)
> /Pastel_Rainbow.ggrvpf-10680: The file [115166 115231] has the wrong block
> count in the StatData (8) - corrected to (0)
> /usr/share/gtk-doc/data/gtk-doc.dclvpf-10680: The file [131823 131835] has
> the wrong block count in the StatData (8) - corrected to (0)
> /gtk-doc.dslvpf-10680: The file [131823 131826] has the wrong block count
> in the StatData (32) - corrected to (24)
> /gtk-doc.xslvpf-10680: The file [131823 131829] has the wrong block count
> in the StatData (48) - corrected to (0)
> /gtkdoc-common.plvpf-10680: The file [131823 131824] has the wrong block
> count in the StatData (24) - corrected to (16)
> /devhelp.xslvpf-10680: The file [131823 131834] has the wrong block count
> in the StatData (16) - corrected to (0)
> /right.pngvpf-10680: The file [131823 131827] has the wrong block count in
> the StatData (8) - corrected to (0)
> /left.pngvpf-10680: The file [131823 131836] has the wrong block count in
> the StatData (8) - corrected to (0)
> /home.pngvpf-10680: The file [131823 131830] has the wrong block count in
> the StatData (8) - corrected to (0)
> /devhelp2.xslvpf-10680: The file [131823 131832] has the wrong block count
> in the StatData (16) - corrected to (0)
> /gtk-doc.makevpf-10680: The file [131823 131831] has the wrong block count
> in the StatData (16) - corrected to (0)
> /version-greater-or-equal.xslvpf-10680: The file [131823 131833] has the
> wrong block count in the StatData (8) - corrected to (0)
> /usr/share/pixmaps/emacs-w3m/open-up.xpmvpf-10680: The file [1064675
> 1949804] has the wrong block count in the StatData (8) - corrected to (0)
> /image-up.xpmvpf-10680: The file [1064675 1949823] has the wrong block
> count in the StatData (8) - corrected to (0)
> /include/qt4/QtGui/QTimeEditvpf-10680: The file [109438 338285] has the
> wrong block count in the StatData (8) - corrected to (0)
> /QPushButtonvpf-10680: The file [109438 338289] has the wrong block count
> in the StatData (8) - corrected to (0)
> /QAbstractScrollAreavpf-10680: The file [109438 338283] has the wrong block
> count in the StatData (8) - corrected to (0)
> /QTabBarvpf-10680: The file [109438 338281] has the wrong block count in
> the StatData (8) - corrected to (0)
> /QMenuvpf-10680: The file [109438 338298] has the wrong block count in the
> StatData (8) - corrected to (0)
> /QAbstractSlidervpf-10680: The file [109438 338279] has the wrong block
> count in the StatData (8) - corrected to (0)
> /QDialogButtonBoxvpf-10680: The file [109438 338276] has the wrong block
> count in the StatData (8) - corrected to (0)
> /QLineEditvpf-10680: The file [109438 338280] has the wrong block count in
> the StatData (8) - corrected to (0)
> /QLabelvpf-10680: The file [109438 338282] has the wrong block count in the
> StatData (8) - corrected to (0)
> /QGraphicsItemAnimationvpf-10680: The file [109438 338300] has the wrong
> block count in the StatData (8) - corrected to (0)
> /QRegExpValidatorvpf-10680: The file [109438 338253] has the wrong block
> count in the StatData (8) - corrected to (0)
> /QAbstractSpinBoxvpf-10680: The file [109438 338290] has the wrong block
> count in the StatData (8) - corrected to (0)
> /QStackedWidgetvpf-10680: The file [109438 338292] has the wrong block
> count in the StatData (8) - corrected to (0)
> /QMdiSubWindowvpf-10680: The file [109438 338288] has the wrong block count
> in the StatData (8) - corrected to (0)
> /QButtonGroupvpf-10680: The file [109438 338296] has the wrong block count
> in the StatData (8) - corrected to (0)
> /QDockWidgetvpf-10680: The file [109438 338278] has the wrong block count
> in the StatData (8) - corrected to (0)
> /QWorkspacevpf-10680: The file [109438 338297] has the wrong block count in
> the StatData (8) - corrected to (0)
> /QCheckBoxvpf-10680: The file [109438 338299] has the w

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

2016-12-07 Thread Harry Putnam
Setup:

   gentoo 32bit vbox guest on win 10 64bit host
   Installed xorg-server, lxde Meta pkgs and deps
   (along with many other pkgs ... to many to list
   here but included at the end)

uname -a:
  Linux g0 4.8.8-gentoo #2 Fri Nov 18 20:16:14 EST 2016 i686 Intel(R)
  Xeon(R) CPU X5450 @ 3.00GHz GenuineIntel GNU/Linux

Theoretically the install should be ready now to run X and lxde.
However, when I run `startlxde' nothing whatsoever happens.  At least
not at the command line or visibly.  Prompt just returns lamely.

However, if I run startx.  The vm crashes clear to power off or
sometimes just becomes inoperable with these error messages showing.
(Note: nothing can be clicked moved or etc at this point)


I'm having trouble figuring out where to start to get a handle on
this.

This is not my first time installing gentoo in a vbox vm... I've done
several over time and two just of late.  Although the installs were
not trouble free, I had none of this sort of trouble.

Posting /var/log/Xorg.0.log which shows several modules not loading.
vesa and fbdev... but checking my kernel compile I see both were
selected for.  Other parts I'm not sure what they might mean.

Also included below is last 175 lines of a debug.log I have setup in
rsyslog.

I can't tell how many lines to include so just a shot in the dark.
There are a number of lines about Vbox not recognizing symbols

And finally a full listing of everthing that has been installed. Which
runs to 650+ lines. So massive amount of data... which seems
.. unavoidable.   I've labeled each between these:
---   ---   ---=---   ---   ---
LABEL
---   ---   ---=---   ---   ---

Labels are:

   Xorg.0.log
   tail_of_debug.log
   installed_pkgs_list.txt

Hopefull will make jumping around a bit easier if anyone even gets
that far.

---   ---   ---=---   ---   ---
Xorg.0.log
---   ---   ---=---   ---   --- 
[  1215.250] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[  1215.262] X Protocol Version 11, Revision 0
[  1215.266] Build Operating System: Linux 4.8.8-gentoo i686 Gentoo
[  1215.268] Current Operating System: Linux g0 4.8.8-gentoo #2 Fri Nov 18 
20:16:14 EST 2016 i686
[  1215.268] Kernel command line: root=/dev/sda3 vga=0x31b 
video=vesfb:mtrr:3,ywrap
[  1215.272] Build Date: 06 December 2016  09:05:57PM
[  1215.274]  
[  1215.277] Current version of pixman: 0.34.0
[  1215.287]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[  1215.287] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1215.295] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec  7 10:07:52 
2016
[  1215.348] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1215.350] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1215.371] (==) No Layout section.  Using the first Screen section.
[  1215.371] (==) No screen section available. Using defaults.
[  1215.371] (**) |-->Screen "Default Screen Section" (0)
[  1215.371] (**) |   |-->Monitor ""
[  1215.372] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[  1215.372] (==) Automatically adding devices
[  1215.372] (==) Automatically enabling devices
[  1215.372] (==) Automatically adding GPU devices
[  1215.373] (==) Max clients allowed: 256, resource mask: 0x1f
[  1215.385] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[  1215.385]Entry deleted from font path.
[  1215.385] (==) FontPath set to:

[  1215.385] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1215.385] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[  1215.386] (II) Loader magic: 0x8282620
[  1215.386] (II) Module ABI versions:
[  1215.386]X.Org ANSI C Emulation: 0.4
[  1215.386]X.Org Video Driver: 20.0
[  1215.386]X.Org XInput driver : 22.1
[  1215.386]X.Org Server Extension : 9.0
[  1215.390] (--) PCI:*(0:0:2:0) 80ee:beef:: rev 0, Mem @ 
0xe000/33554432, BIOS @ 0x/131072
[  1215.390] (II) LoadModule: "glx"

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

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



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

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


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

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


Alan

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

<    1   2