[gentoo-user] cannot emerge dev-qt/qtcore, undefined reference to `__stack_chk_fail'

2015-01-11 Thread Justin Findlay
I am having a problem emerging dev-qt/qtcore that I have been unable to solve myself yet. The system is amd64 and I have ABI_X86='32 64' so that pipelight will work. I think the error is coming from somewhere within glibc's multilib compatability. # ebuild $(equery which qtcore) merge d

[gentoo-user] qtcore 5 missing the lrelease binary?

2016-07-13 Thread walt
I just installed qt5 for the first time because the latest virtualbox requires it. Now virtualbox 5.1.0 won't build because it can't find /usr/lib64/qt5/bin/lrelease, which (I think) should be in the qtcore package. I copied lrelease from qtcore-4, which worked around that problem but now vbox

Re: [gentoo-user] printing pdfs

2020-05-29 Thread Francesco Turco
On Fri, May 29, 2020, at 01:04, james wrote: > (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-

Re: [gentoo-user] cannot emerge dev-qt/qtcore, undefined reference to `__stack_chk_fail'

2015-01-13 Thread Mike Gilbert
On Mon, Jan 12, 2015 at 12:39 AM, Justin Findlay jfind...@gmail.com wrote: I am having a problem emerging dev-qt/qtcore that I have been unable to solve myself yet. The system is amd64 and I have ABI_X86='32 64' so that pipelight will work. I think the error is coming from somewhere within

Re: [gentoo-user] qtcore 5 missing the lrelease binary?

2016-07-13 Thread Neil Bothwick
On Wed, 13 Jul 2016 13:35:26 -0700, walt wrote: > I just installed qt5 for the first time because the latest virtualbox > requires it. Now virtualbox 5.1.0 won't build because it can't > find /usr/lib64/qt5/bin/lrelease, which (I think) should be in the > qtcore package. % qfile /u

[gentoo-user] MythTV compile error

2005-11-20 Thread James Colby
: no matching function for call to `QTimer::start(int, bool)' /usr/include/qt4/QtCore/qtimer.h:58: error: candidates are: void QTimer::start(int) /usr/include/qt4/QtCore/qtimer.h:60: error: void QTimer::start() lcddevice.cpp: In member function `void LCD::startMusic(QString

[gentoo-user] retext, PyQt, QtPrintSupport, and QObject

2017-02-08 Thread Grant Edwards
run: $ retext Traceback (most recent call last): File "/usr/lib64/python3.4/site-packages/ReText/__init__.py", line 16, in from PyQt5 import QtCore, QtPrintSupport, QtGui, QtWidgets, QtWebKit, QtWebKitWidgets ImportError: cannot import name 'QtPrintSupport'

Re: [gentoo-user] Qt5

2014-11-12 Thread Jc García
/parser.o .obj/token.o .obj/main.o -L/var/tmp/portage/dev-qt/qtcore-5.4.0_beta/work/qtbase-opensource-src-5.4.0-beta/lib -lQt5Bootstrap -lz -lpthread i686-pc-linux-gnu-g++: error: unrecognized command line option ‘-fuse-ld=gold’ / # emerge --info =dev-qt/qtcore-5.4.0_beta::qt Portage 2.2.8

Re: [gentoo-user] cannot emerge dev-qt/qtcore, undefined reference to `__stack_chk_fail'

2015-02-01 Thread Justin Findlay
On 02/01/2015 01:44 PM, Justin Findlay wrote: On 01/13/2015 06:51 PM, Mike Gilbert wrote: On Mon, Jan 12, 2015 at 12:39 AM, Justin Findlay jfind...@gmail.com wrote: I am having a problem emerging dev-qt/qtcore that I have been unable to solve myself yet. The system is amd64 and I have ABI_X86

Re: [gentoo-user] handling a slot collision (for telegram)

2020-05-16 Thread Jack
for 5.14. If I try to emerge dev-qt/qtcore-5.14.1-r1, I get a slot collision. If I try to remove dev-qt/qtcore-5.13.2-r1 (using -p), it tells me >>> No packages selected for removal by depclean You have to see what is pulling in qtcore - it's probably some other qt package at 5.13, which

Re: [gentoo-user] cannot emerge dev-qt/qtcore, undefined reference to `__stack_chk_fail'

2015-02-01 Thread Justin Findlay
On 01/13/2015 06:51 PM, Mike Gilbert wrote: On Mon, Jan 12, 2015 at 12:39 AM, Justin Findlay jfind...@gmail.com wrote: I am having a problem emerging dev-qt/qtcore that I have been unable to solve myself yet. The system is amd64 and I have ABI_X86='32 64' so that pipelight will work. I think

[gentoo-user] Re: qtcore 5 missing the lrelease binary?

2016-07-13 Thread walt
; it can't find /usr/lib64/qt5/bin/lrelease, which (I think) should > > be in the qtcore package. > > % qfile /usr/lib64/qt5/bin/lrelease > dev-qt/linguist-tools (/usr/lib64/qt5/bin/lrelease) Instant help from Alan and Neil, two foreigners from the other side of the planet. Thanks

[gentoo-user] trouble with my normal emerge --update @world

2018-12-02 Thread allan gottlieb
a-0.93_p1) * used by /usr/libexec/gvfsd-cdda (gnome-base/gvfs-1.32.2) Use emerge @preserved-rebuild to rebuild packages using these libraries When I ran emerge --pretend @preserved-rebuild I was told to run merge dev-qt/qtcore-5.11.1 which is ~amd64, which seems wrong. The full output is below. Ca

Re: [gentoo-user] Re: trouble with my normal emerge --update @world

2018-12-03 Thread allan gottlieb
e/gvfs-1.32.2) >> Use emerge @preserved-rebuild to rebuild packages using these libraries >> >> When I ran emerge --pretend @preserved-rebuild I was told to run >> merge dev-qt/qtcore-5.11.1 which is ~amd64, which seems wrong. >> The full output is below. >>

[gentoo-user] Re: trouble with my normal emerge --update @world

2018-12-02 Thread nunojsilva
libcdio-paranoia-0.93_p1) > * used by /usr/lib64/libcdio_paranoia.so.2.0.0 > (dev-libs/libcdio-paranoia-0.93_p1) > * used by /usr/libexec/gvfsd-cdda (gnome-base/gvfs-1.32.2) > Use emerge @preserved-rebuild to rebuild packages using these libraries > > When I ran emerge --p

[gentoo-user] Re: cannot emerge dev-qt/qtcore, undefined reference to `__stack_chk_fail'

2015-01-13 Thread walt
On 01/11/2015 09:39 PM, Justin Findlay wrote: I am having a problem emerging dev-qt/qtcore that I have been unable to solve myself yet. The system is amd64 and I have ABI_X86='32 64' so that pipelight will work. I think the error is coming from somewhere within glibc's multilib compatability

[gentoo-user] qt USE flags conflict

2015-05-16 Thread Mick
packages is required to complete your request: - dev-qt/qtcore-4.8.6-r2::gentoo (Change USE: +qt3support) - dev-qt/qtgui-4.8.6-r4::gentoo (Change USE: -qt3support) (dependency required by dev-qt/qtgui-4.8.6-r4::gentoo [ebuild]) (dependency required by app-text/poppler-0.32.0::gentoo[qt4] [installed

[gentoo-user] On a KDE Plasma machine should vlc be pulling in Qt4?

2016-02-13 Thread Andrew Lowe
Hi all, Just wondering if the latest vlc, 2.2.2 should be pulling in KDE4/Qt4 components when the machine is supposedly running Plasma/Qt5? A sync and then a -NuD world shows vlc wanting to pull in kdelibs-4.14.16, qtsql-4.8.7-r1 & qtcore-4.8.7-r1. Any thoughts? Reg

Re: [gentoo-user] qt-creator (and others) too slow

2016-07-23 Thread Ian Bloss
I don't have kmail, kate, or any of > the rest of the KDE applications except konsole. > > > ... and from the output of "equery l dev-qt/qtcore" > > > > [IP-] [ ] dev-qt/qtcore-4.8.6-r2:4 > > [IP-] [ ] dev-qt/qtcore-5.5.1-r1:5 > > I do not have any

Re: [gentoo-user] qt-creator (and others) too slow

2016-07-21 Thread Alec Ten Harmsel
cept that I only installed plasma-desktop and its dependencies. I don't have kmail, kate, or any of the rest of the KDE applications except konsole. > ... and from the output of "equery l dev-qt/qtcore" > > [IP-] [ ] dev-qt/qtcore-4.8.6-r2:4 > [IP-] [ ] dev-qt/qtcore-5.5.1-r

Re: [gentoo-user] qt-creator (and others) too slow

2016-07-21 Thread Francisco Ares
plasma/plasma-pa-5.5.5:5 [IP-] [ ] kde-plasma/plasma-workspace-5.5.5-r2:5 [IP-] [ ] kde-plasma/plasma-workspace-wallpapers-5.5.5:5 ... and from the output of "equery l dev-qt/qtcore" [IP-] [ ] dev-qt/qtcore-4.8.6-r2:4 [IP-] [ ] dev-qt/qtcore-5.5.1-r1:5 >From /etc/portage/packag

[gentoo-user] @preserved-rebuild how to find out the contents of

2018-12-29 Thread Helmut Jarausch
Hi, I have some old packages like dev-qt/qtcore:4 on my machine, and other packages which need this. Therefore emerge -vp @preserved-rebuild doesn't work. How can I find out the list of packages in @preserved-rebuild? Many thanks for a hint, Helmut

Re: [gentoo-user] handling a slot collision (for telegram) [SOLVED]

2020-05-16 Thread n952162
Thanks to the suggestions I got from the list, I was able to update QT as follows: 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 and complete the installation

Re: [gentoo-user] printing pdfs

2020-05-28 Thread Jack
nd 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/qtg

Re: [gentoo-user] printing pdfs

2020-05-28 Thread james
e 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/qtx11extr

Re: [gentoo-user] cannot emerge dev-qt/qtcore, undefined reference to `__stack_chk_fail'

2015-01-14 Thread Justin Findlay
On 01/13/2015 06:51 PM, Mike Gilbert wrote: On Mon, Jan 12, 2015 at 12:39 AM, Justin Findlay jfind...@gmail.com wrote: I am having a problem emerging dev-qt/qtcore that I have been unable to solve myself yet. The system is amd64 and I have ABI_X86='32 64' so that pipelight will work. I think

Re: [gentoo-user] Re: qtcore 5 missing the lrelease binary?

2016-07-13 Thread Alan McKinnon
can't find /usr/lib64/qt5/bin/lrelease, which (I think) should be in the qtcore package. % qfile /usr/lib64/qt5/bin/lrelease dev-qt/linguist-tools (/usr/lib64/qt5/bin/lrelease) Instant help from Alan and Neil, two foreigners from the other side of the planet. Thanks, guys :) I'll let you kno

[gentoo-user] Re: dev-qt/qtdeclarative fails to build

2018-01-19 Thread Nikos Chantziaras
art' Is this for the profile upgrade? I had this too, because for some weird reason, emerge wants to rebuild qtdeclarative and qtgui before it rebuilds qtcore. So it tried to link the new PIC-enabled qtdeclarative against the old non-PIC qtcore. The result was this exact build error. If you indeed ran into this

[gentoo-user] qt-mismtach?

2018-10-24 Thread tuxic
v-qt/qtcore-5.11.1 pulled in by: * dev-qt/linguist-tools-5.11.1 Installed is this: [I] dev-qt/qtcore Available versions: (5) 5.9.6(5/5.9)^t (~)5.9.6-r1(5/5.9)^t 5.11.1-r1(5/5.11)^t (~)5.11.2-r1(5/5.11)^t {debug icu systemd test} Installed versions: 5.11.2-r1(5/5.11)^t(03:3

[gentoo-user] handling a slot collision (for telegram)

2020-05-16 Thread n952162
Their ebuilds are like ~dev-qt/qtwidgets-${PV}[gles2-only=] so, qtwidget is dependent on the revision of the package being built. I have no ebuilds (any longer) for qtwidget-5.13, only for 5.14. If I try to emerge dev-qt/qtcore-5.14.1-r1, I get a slot collision. If I try to remove dev-qt/qtcore

Re: [gentoo-user] qt USE flags conflict

2015-05-16 Thread Alan McKinnon
(-)?,abi_s390_64(-)?]. !!! One of the following packages is required to complete your request: - dev-qt/qtcore-4.8.6-r2::gentoo (Change USE: +qt3support) - dev-qt/qtgui-4.8.6-r4::gentoo (Change USE: -qt3support) (dependency required by dev-qt/qtgui-4.8.6-r4::gentoo [ebuild]) (dependency required by app

Re: [gentoo-user] openscad seg fault

2016-03-14 Thread Adam Carter
pencsg-1.3.2-r1 (media-gfx/opencsg) ~amd64 >`-- sci-mathematics/cgal-4.3-r1 (sci-mathematics/cgal) amd64 >`-- dev-qt/qtcore-4.8.6-r2 (dev-qt/qtcore) amd64 >`-- dev-qt/qtgui-4.8.6-r4 (dev-qt/qtgui) amd64 >`-- dev-qt/qtopengl-4.8.6-r1 (dev-qt/qtopengl) amd64 >

Re: [gentoo-user] Re: cannot emerge dev-qt/qtcore, undefined reference to `__stack_chk_fail'

2015-01-13 Thread Mike Gilbert
-expand variable; you set it in make.conf. It gets set to a default value in your profile. https://wiki.gentoo.org/wiki/Project:Multilib/Concepts Second, does qtcore compile if you change the 32 to -32? I ask because I re-installed qtcore just now, but with these useflags: Installed versions

[gentoo-user] Changing dependencies without upping version ??

2017-09-24 Thread Ian Zimmerman
IUSE="qt5" +IUSE="" RDEPEND=" - !qt5? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 -

Re: [gentoo-user] Screenrecording with audio from firefox

2020-06-03 Thread David Haller
Hello, On Wed, 03 Jun 2020, tu...@posteo.de wrote: >In file included from /usr/include/qt5/QtCore/qhashfunctions.h:44, > from /usr/include/qt5/QtCore/qlist.h:47, > from /usr/include/qt5/QtCore/qstringlist.h:41, > from /usr/include/qt5/Qt

[gentoo-user] Qt5

2014-11-12 Thread siefke_lis...@web.de
Hello, i want install qt5 with the qt overlay. But i become message i686-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -fuse-ld=gold -o ../../../bin/moc .obj/moc.o .obj/preprocessor.o .obj/generator.o .obj/parser.o .obj/token.o .obj/main.o -L/var/tmp/portage/dev-qt/qtcore

Re: [gentoo-user] printing pdfs

2020-05-28 Thread Dale
or 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.

Re: [gentoo-user] Qt5

2014-11-12 Thread Andrés Becerra Sandoval
/moc .obj/moc.o .obj/preprocessor.o .obj/generator.o .obj/parser.o .obj/token.o .obj/main.o -L/var/tmp/portage/dev-qt/qtcore-5.4.0_beta/work/qtbase-opensource-src-5.4.0-beta/lib -lQt5Bootstrap -lz -lpthread i686-pc-linux-gnu-g++: error: unrecognized command line option ‘-fuse-ld=gold

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

2015-03-29 Thread Mick
dev-qt/qtcore-4.8.5-r2 and some other qt packages installed but I had no problems with that. I'm on gentoo stable (not ~amd64) and I don't use KDE. -- Regards wabe I only use some KDE apps, not the full meta. There seems to be a problem with dev-qt/qtchooser and qt-4.8.6 -- Regards, Mick

Re: [gentoo-user] qt USE flags conflict

2015-05-16 Thread Mick
, in order: Calculating dependencies... done! 390_32(-)?,abi_s390_64(-)?]. !!! One of the following packages is required to complete your request: - dev-qt/qtcore-4.8.6-r2::gentoo (Change USE: +qt3support) - dev-qt/qtgui-4.8.6-r4::gentoo (Change USE: -qt3support) (dependency required

Re: [gentoo-user] Re: qtcore 5 missing the lrelease binary?

2016-07-13 Thread Neil Bothwick
On Wed, 13 Jul 2016 23:24:35 +0200, Alan McKinnon wrote: > > Instant help from Alan and Neil, two foreigners from the other side of > > the planet. Thanks, guys :) I'll let you know next week when I > > finish rebuilding the machine with every permutation of useflags I > > can think of. >

[gentoo-user] [OT] Still trying to compile hydrogen

2012-02-17 Thread meino . cramer
into the include statement. No comments on this please, it is a bad bad ugly thing to do so. I simply wa curious to see next problem... And I was not dissappointed. This time the QtGui-file could not find the first header file which it includes: #include QtCore/QtCore To hack also /usr/include/qt4/Qt

Re: [gentoo-user] openscad seg fault

2016-03-12 Thread Urs Schütz
) amd64 `-- dev-qt/qtcore-4.8.6-r2 (dev-qt/qtcore) amd64 `-- dev-qt/qtgui-4.8.6-r4 (dev-qt/qtgui) amd64 `-- dev-qt/qtopengl-4.8.6-r1 (dev-qt/qtopengl) amd64 `-- dev-cpp/eigen-3.2.6 (dev-cpp/eigen) ~amd64 `-- dev-libs/gmp-6.0.0a (dev-libs/gmp) amd64 `-- dev-libs/mpfr-3.1.3_p4

Re: [gentoo-user] depclean missing packages

2017-01-05 Thread Róbert Čerňanský
't installed. > > > > > I've also always used --deep, but I've seen this many times. I've > recently started using "--with-bdeps=y" as well, and I don't think > I've seen this happen since then, so I'm guessing binary deps are the > culprit. I think so too. S

[gentoo-user] cant find stdlib.h

2018-03-28 Thread Bill Kenworthy
, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/algorithm:62, from ../../include/QtCore/../../src/corelib/global/qglobal.h:109, from ../../include/QtCore/qglobal.h:1, from ../../include/QtGui/../../src/gui/kernel/qtguiglobal.h:43

Re: [gentoo-user] cant find stdlib.h

2018-03-29 Thread P Levine
1 > In file included from > /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/ > stl_algo.h:59:0, > from > /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/algorithm:62, > from > ../../include/QtCore/../../src/corelib/glo

Re: [gentoo-user] cant find stdlib.h

2018-03-29 Thread Bill Kenworthy
6_64-pc-linux-gnu/6.4.0/include/g++-v6/algorithm:62, > from > ../../include/QtCore/../../src/corelib/global/qglobal.h:109, > from ../../include/QtCore/qglobal.h:1, > from > ../../include/QtGui/../../src/gui/kernel/qtguiglobal.h:4

Re: [gentoo-user] cant find stdlib.h

2018-03-28 Thread Pengcheng Xu
from > /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/algorithm:62, > from > ../../include/QtCore/../../src/corelib/global/qglobal.h:109, > from ../../include/QtCore/qglobal.h:1, > from > ../../include/QtGui/../../sr

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

2015-03-29 Thread Mick
NOT play nicely here. :-( I have some hard blocks with qt: [blocks B ] dev-qt/qtdeclarative-4.8.6:4 (dev- qt/qtdeclarative-4.8.6:4 is blocking dev-qt/qtchooser-0_p20150102) [blocks B ] dev-qt/qttranslations:4 (dev-qt/qttranslations:4 is blocking dev-qt/qtcore-4.8.5-r2) [blocks B

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

2015-03-14 Thread Meino . Cramer
/qtcore-4.8.5-r2 * * =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by: * kde-base/konqueror-4.14.3 * * =dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] pulled in by: * kde-base/kqtquickcharts-4.14.3 * * dev-qt/qtgui:4 pulled in by: * media-sound/qmmp-0.8.3 * * =dev

Re: [gentoo-user] qtcore 5 missing the lrelease binary?

2016-07-13 Thread Alan McKinnon
On 13/07/2016 22:35, walt wrote: I just installed qt5 for the first time because the latest virtualbox requires it. Now virtualbox 5.1.0 won't build because it can't find /usr/lib64/qt5/bin/lrelease, which (I think) should be in the qtcore package. I copied lrelease from qtcore-4, which worked

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

2015-03-30 Thread Peter Humphrey
of a clean upgrade Just to get you started, here's my list from a system that upgraded smoothly: $ grep qt /etc/portage/package.use app-text/popplercairo qt4 dev-qt/qtcore qt3support dev-qt/qtdeclarativeqt3support webkit dev-qt/qtgui

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

2015-03-30 Thread Peter Humphrey
did you go about overcoming this? I also have dev-qt/qtcore-4.8.5-r2 and some other qt packages installed but I had no problems with that. I'm on gentoo stable (not ~amd64) and I don't use KDE. I only use some KDE apps, not the full meta. There seems to be a problem with dev-qt

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

2015-03-29 Thread wabenbau
wants qt 4.8.5 installed which is blocking qt 4.8.6. How did you go about overcoming this? I also have dev-qt/qtcore-4.8.5-r2 and some other qt packages installed but I had no problems with that. I'm on gentoo stable (not ~amd64) and I don't use KDE. -- Regards wabe

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

2015-03-29 Thread wabenbau
you go about overcoming this? I also have dev-qt/qtcore-4.8.5-r2 and some other qt packages installed but I had no problems with that. I'm on gentoo stable (not ~amd64) and I don't use KDE. -- Regards wabe I only use some KDE apps, not the full meta. There seems

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

2015-03-29 Thread Alan McKinnon
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 I have to do that for 195 ebuilds here and really wonder if that is correct in the end

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

2015-03-29 Thread Stefan G. Weichinger
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 I have to do that for 195 ebuilds here and really wonder if that is correct in the end

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

2015-03-29 Thread Rich Freeman
(crossposting to -dev since this is fairly high-impact) On Sun, Mar 29, 2015 at 1:27 PM, Michael Palimaka kensing...@gentoo.org wrote: On 30/03/15 03:43, waben...@gmail.com wrote: I also have dev-qt/qtcore-4.8.5-r2 and some other qt packages installed but I had no problems with that. I'm

Re: [gentoo-user] Re: Using KDE apps in a non KDE environment

2015-10-02 Thread Neil Bothwick
On Fri, 2 Oct 2015 16:33:09 -0400, Walter Dnes wrote: > File-attached is the "emerge -pv okular" output. To summarize... > Total: 53 packages (50 new, 3 reinstalls), Size of downloads: 329,492 > KiB > > ...because a pdf-reader really needs libogg, libvorbis, www-misc

Re: [gentoo-user] Re: dev-qt/qtdeclarative fails to build

2018-01-20 Thread Christoph Böhmwalder
On Sat, Jan 20, 2018 at 05:26:59AM +0200, Nikos Chantziaras wrote: > Is this for the profile upgrade? It's not, I already did that including an emerge -e @world... > So it tried to link the new PIC-enabled qtdeclarative against the > old non-PIC qtcore. The result was this exact bu

Re: [gentoo-user] Screenrecording with audio from firefox

2020-06-03 Thread David Haller
e-0.9.0-r4 missing-qpainterpath-flags > > >to /etc/portage/package.env (or /e/p/package.env/qpainterpath.env or >some such if you've "directoryfied" your package.env (can you?) ;) [..] *Whoa* I just remembered, that I tested back on 5.14.2[1], but, I just re-emerged qtcor

Re: [gentoo-user] Screenrecording with audio from firefox

2020-06-03 Thread tuxic
Hi Daniel, thanks a lotcadence failed to compile... In file included from /usr/include/qt5/QtCore/qhashfunctions.h:44, from /usr/include/qt5/QtCore/qlist.h:47, from /usr/include/qt5/QtCore/qstringlist.h:41, from /usr/include/qt5/QtGui

Re: [gentoo-user] USE geoclue required

2023-07-09 Thread Michael
ntain USE="geoclue": > > > > # qdepends -r qtpositioning > > dev-qt/qtpositioning-5.15.9: =dev-qt/qtdeclarative-5.15.9* =dev-qt/ > > qtcore-5.15.9* > > > > Setting USE="-geoclue" ends up with the above USE changes message. I > >

Re: [gentoo-user] USE geoclue required

2023-07-09 Thread Neil Bothwick
2::gentoo > # required by @selected > # required by @world (argument) > >=dev-qt/qtpositioning-5.15.9 geoclue > > Reverse dependencies of qtpositioning do not contain USE="geoclue": > > # qdepends -r qtpositioning > dev-qt/qtpositioning-5.15.9: =dev-qt/qtdec

[gentoo-user] media-video/mkvtoolnix-15.0.0-r1 fails to compile [solved]

2017-08-29 Thread Dale
include/qt5 -I/usr/include/qt5/QtNetwork -I/usr/include/qt5 -I/usr/include/qt5/QtConcurrent -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include -march=native -O2 -pipe -I. -Ilib -Ilib/avilib-0.6.10 -Isrc -Ilib/utf8-cpp/source -c -MMD -MF ./rake.d/dependency.d/tmp/sr

Re: [gentoo-user] cant find stdlib.h

2018-03-29 Thread P Levine
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/ > stl_algo.h:59:0, > > from > > /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/algorithm:62, > > from > > ../../include/QtCore/../../src/corelib/global/qglobal.h:109, > >

Re: [gentoo-user] cant find stdlib.h

2018-03-29 Thread Bill Kenworthy
algo.h:59:0, >> from >> /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/algorithm:62, >> from >> ../../include/QtCore/../../src/corelib/global/qglobal.h:109, >> from ../../include/Qt

Re: [gentoo-user] printing pdfs

2020-05-29 Thread james
tches. 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.

[gentoo-user] Qt blocking @world update

2013-11-02 Thread Alex Schuster
by (dev-qt/qt3support-4.8.4::gentoo, ebuild scheduled for merge) (and 1 more with the same problems) dev-qt/qtcore:4 (dev-qt/qtcore-4.8.4-r5::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtcore-4.8.4[aqua=,debug=] required by (dev-qt/qtscript-4.8.4::gentoo, ebuild scheduled

Re: [gentoo-user] printing pdfs

2020-05-29 Thread Jack
h 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 deve

Re: [gentoo-user] useflag hell.

2016-02-28 Thread Alan McKinnon
o the dependency graph, resulting in a slot conflict: > > dev-libs/icu:0 > > (dev-libs/icu-56.1:0/56::gentoo, ebuild scheduled for merge) pulled in by > (no parents that aren't satisfied by other packages in this slot) > > (dev-libs/icu-55.1:0/55::gentoo, installed) p

Re: [gentoo-user] Qt blocking @world update

2013-11-03 Thread Alan McKinnon
-4.8.4::gentoo, ebuild scheduled for merge) (and 1 more with the same problems) dev-qt/qtcore:4 (dev-qt/qtcore-4.8.4-r5::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtcore-4.8.4[aqua=,debug=] required by (dev-qt/qtscript-4.8.4::gentoo, ebuild scheduled for merge

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

2015-03-30 Thread James
qt3support =dev-qt/qtcore-4.8.5-r1 qt3support # required by dev-qt/qtcore-4.8.5-r1[qt3support] =dev-qt/qtgui-4.8.5-r1 qt3support # required by dev-qt/qtopengl-4.8.5 =dev-qt/qtgui-4.8.5-r2 -qt3support # required by dev-qt/qt3support-4.8.5 =dev-qt/qtgui-4.8.5-r2 qt3support # required by dev-qt/qtwebkit-4.8.5

Re: [gentoo-user] Re: Using KDE apps in a non KDE environment

2015-10-02 Thread Walter Dnes
was deprecated, I eventually settled on mupdf, which is nice and lightweight. I skipped okular, because it brought in a big chunk of KDE. Just for s and giggles, I had a look today at what would be required to build okular on my system. Repeat emerge commands showed that my package.use would requi

Re: [gentoo-user] Compilation error with StructureSynth

2017-11-01 Thread tuxic
CRIPT_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

Re: [gentoo-user] cant find stdlib.h

2018-03-30 Thread Bill Kenworthy
9:0, > >      from > >    >  /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/algorithm:62, > >          from > >     ../../include/QtCore/../../src/corelib/global/qglobal.h:109, > >      from ../../include/Qt

Re: [gentoo-user] qt3/4 confusion

2006-06-22 Thread krgn
=i686 -pipe -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -D QT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/u sr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I.moc -I.ui - o initfio.o initfio.cpp / so it basically includes qt4, which must lead

Re: [gentoo-user] Is it wrong to install a specific version

2015-01-10 Thread Dale
bigger. However I am wondering what will happen when the tree updates? I mean for examples when another version of qt5 comes out, portage will try to update it ? thanks. I think you can edit the world file and make the qt packages look something like this: dev-qt/qtcore:5 Basically, remove

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

2015-03-29 Thread Michael Palimaka
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 also have dev-qt/qtcore-4.8.5-r2 and some other qt packages installed but I had no problems with that. I'm on gentoo stable (not ~amd64) and I don't use KDE. If you're on stable

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

2015-03-29 Thread Alan McKinnon
/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

Re: [gentoo-user] On a KDE Plasma machine should vlc be pulling in Qt4?

2016-02-13 Thread Alan McKinnon
On 13/02/2016 16:36, Andrew Lowe wrote: > Hi all, > Just wondering if the latest vlc, 2.2.2 should be pulling in KDE4/Qt4 > components when the machine is supposedly running Plasma/Qt5? A sync and > then a -NuD world shows vlc wanting to pull in kdelibs-4.14.16, > qtsql-4.

Re: [gentoo-user] Portage vs Qt

2016-12-15 Thread Mick
r the full world? > I found that with libraries like qt, python and similar, only upgrading > those makes it impossible for portage to properly handle the blockers. > > -- > Joost I came across a similar problem on 4 PCs. From memory the problem was resolved when I manually unme

Re: [gentoo-user] Portage vs Qt

2016-12-15 Thread J. Roeleveld
ue. >> >> For comparison, this is what I generally use: >> >> # emerge -vauDN --with-bdeps=y @world >> # emerge -va --depclean >> >> Do you only upgrade subsets? Or the full world? >> I found that with libraries like qt, python and similar, onl

[gentoo-user] depclean missing packages

2017-01-03 Thread Daniel Frey
in by: * dev-qt/linguist-tools-5.6.1 * * ~dev-qt/qtxml-5.6.1 pulled in by: * dev-qt/linguist-tools-5.6.1 * * ~dev-qt/qtcore-5.6.1 pulled in by: * dev-qt/linguist-tools-5.6.1 * * Have you forgotten to do a complete update prior to depclean? The * most comprehensive command

[gentoo-user] Re: dev-qt/qtdeclarative fails to build

2018-01-23 Thread Michael Palimaka
dgets xml -debug > (-gles2) -localstorage {-test}" > > > emerge --info output and build.log are attached. > > Any ideas? Thanks! > > -- > Regards, > Christoph > This is probably bug #623566. Based on this output, try rebuilding qtcore, qtgui and qtnetwork then try qtdeclarative again.

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

2020-05-20 Thread Daniel Frey
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

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

2020-05-20 Thread n952162
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

Re: [gentoo-user] printing pdfs

2020-05-30 Thread Francesco Turco
tconcurrent-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/qtlockedf

[gentoo-user] USE geoclue required

2023-07-09 Thread Michael
quired by kde-misc/kweather-23.04.2::gentoo # required by kde-apps/kdeutils-meta-23.04.2::gentoo # required by @selected # required by @world (argument) >=dev-qt/qtpositioning-5.15.9 geoclue Reverse dependencies of qtpositioning do not contain USE="geoclue": # qdepends -r qtposit

Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Mick
-2.0 - I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 - I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/qt4 - I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore - I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0

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

2014-07-30 Thread Walter Dnes
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

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

2014-07-30 Thread Volker Armin Hemmann
-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

Re: [gentoo-user] media-video/mkvtoolnix-7.3.0 fails to configure it seems

2015-07-16 Thread Alec Ten Harmsel
if it is the only one available? If it is checking for qt in general, this is what I have installed. root@fireball / # equery list qt* * Searching for qt* ... [IP-] [ ] dev-qt/qt3support-4.8.7:4 [IP-] [ ] dev-qt/qtchooser-0_p20150102:0 [IP-] [ ] dev-qt/qtcore-4.8.7:4 [IP-] [ ] dev-qt/qtcore

[gentoo-user] media-video/mkvtoolnix-7.3.0 fails to configure it seems

2015-07-16 Thread Dale
/ # equery list qt* * Searching for qt* ... [IP-] [ ] dev-qt/qt3support-4.8.7:4 [IP-] [ ] dev-qt/qtchooser-0_p20150102:0 [IP-] [ ] dev-qt/qtcore-4.8.7:4 [IP-] [ ] dev-qt/qtcore-5.4.2:5 [IP-] [ ] dev-qt/qtdbus-4.8.7:4 [IP-] [ ] dev-qt/qtdbus-5.4.2:5 [IP-] [ ] dev-qt/qtdeclarative-4.8.7:4 [IP

Re: [gentoo-user] media-video/mkvtoolnix-7.3.0 fails to configure it seems

2015-07-20 Thread Dale
it be to old if it is the only one available? If it is checking for qt in general, this is what I have installed. root@fireball / # equery list qt* * Searching for qt* ... [IP-] [ ] dev-qt/qt3support-4.8.7:4 [IP-] [ ] dev-qt/qtchooser-0_p20150102:0 [IP-] [ ] dev-qt/qtcore-4.8.7:4 [IP-] [ ] dev

Re: [gentoo-user] Compilation error with StructureSynth

2017-10-31 Thread David Haller
e 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/li

Re: [gentoo-user] libreoffice cannot use oxygen theme

2013-08-18 Thread Wang Xuerui
) dev-db/sqlite-3.7.17 (icu ? dev-libs/icu) dev-lang/php-5.4.18 (intl ? dev-libs/icu) dev-lang/php-5.5.1-r1 (intl ? dev-libs/icu) dev-libs/boost-1.53.0 (icu ? =dev-libs/icu-3.6) dev-libs/libxml2-2.9.1-r1 (icu ? dev-libs/icu) dev-qt/qtcore-4.8.5 (icu ? =dev-libs/icu-49) dev-qt/qtwebkit-4.8.5 (icu

Re: [gentoo-user] libreoffice cannot use oxygen theme

2013-08-19 Thread Alan McKinnon
) app-text/texlive-core-2013 (xetex ? =dev-libs/icu-50) dev-db/sqlite-3.7.17 (icu ? dev-libs/icu) dev-lang/php-5.4.18 (intl ? dev-libs/icu) dev-lang/php-5.5.1-r1 (intl ? dev-libs/icu) dev-libs/boost-1.53.0 (icu ? =dev-libs/icu-3.6) dev-libs/libxml2-2.9.1-r1 (icu ? dev-libs/icu) dev-qt/qtcore

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

2015-03-29 Thread Mick
/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

Re: [gentoo-user] depclean missing packages

2017-01-04 Thread Corbin Bird
s could not be completely resolved due to > * the following required packages not being installed: > * > * ~dev-qt/qtdeclarative-5.6.1 pulled in by: > * dev-qt/linguist-tools-5.6.1 > * > * ~dev-qt/qtxml-5.6.1 pulled in by: > * dev-qt/linguist-tools-5.6.1 &g

  1   2   >