[gentoo-user] Compilation failed: qtwidgets-5.9.2

2017-10-08 Thread tuxic
Hi, compilation of qtwidgets failed. Is there a dependency currently missing in the ebuild? x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--no-undefined -fuse-ld=gold -Wl,--enable-new-dtags -shared -o libqgtk3.so .obj/main.o .obj/qgtk3dialoghelpers.o .obj/qgtk3menu.o .obj/qgtk3theme.o

[gentoo-user] Re: Compilation failed: qtwidgets-5.9.2

2017-10-09 Thread Michael Palimaka
Hi, Thanks for testing 5.9.2, it's definitely appreciated. I'm sorry you ran into a build failure. On 10/08/2017 08:28 PM, tu...@posteo.de wrote: > Hi, > > compilation of qtwidgets failed. > Is there a dependency currently missing in the ebuild? > > > x86_64-pc-linu

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

2017-10-17 Thread Hubert Hauser
-7.0.7.6 [6.9.9.0] [ebuild   R    ] dev-python/pillow-4.2.1-r1 [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

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

2020-05-16 Thread Jack
For these, you probably need to upgrade every qt package to 5.14. On 2020.05.16 04:46, n952162 wrote: How do I handle a slot collision? I'm trying to install telegram but get a slot conflict for dev-qt/qtwidgets - it wants 5.14.1-r1 and I have 5.13-2 installed. I see that these packages want

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

2020-05-16 Thread n952162
How do I handle a slot collision? I'm trying to install telegram but get a slot conflict for dev-qt/qtwidgets - it wants 5.14.1-r1 and I have 5.13-2 installed. I see that these packages want 5.13.2     dev-qt/qtprintsupport-5.13.2     dev-qt/qtsvg-5.13.2     dev-qt/qtopengl-5.13.2

Re: [gentoo-user] Compilation failed: qtwidgets-5.9.2

2017-10-09 Thread David Haller
Hello, On Sun, 08 Oct 2017, tu...@posteo.de wrote: >compilation of qtwidgets failed. >Is there a dependency currently missing in the ebuild? Nope. Broken code from upstream. The usual thinking: "nobody will compile stuff without dbus". But I do. And you seem to as well. I guess i

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

[gentoo-user] Kdewebkit puzzle : solved

2018-12-06 Thread Philip Webb
ntoo Italian Forum. I've never learned Italian, but perhaps all that Latin long ago helped : I was able to make sense of the final entries, which said to remerge Qtwidgets, then Qtwebkit. Just why that enabled Cmake to work remains a puzzle, but after following that advice, Kdewebkit merged successf

[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'

[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] printing pdfs

2020-05-30 Thread Neil Bothwick
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 > devel

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

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

2017-08-29 Thread Dale
olnix-15.0.0-r1\" -fstack-protector-strong -fPIC -std=gnu++14 -Wnon-virtual-dtor -Woverloaded-virtual -Wextra -Wno-missing-field-initializers -Wno-maybe-uninitialized -I/usr/include/qt5/QtWidgets -I/usr/include/qt5 -I/usr/include/qt5/QtMultimedia -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/

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

2017-10-17 Thread Kai Krakow
SE="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

Re: [gentoo-user] printing pdfs

2020-05-30 Thread james
ool 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 aro

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
/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 Most of your Qt packages have the 5.1

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

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

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

2020-05-20 Thread J. Roeleveld
n 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 >>> >>

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

2020-05-20 Thread J. Roeleveld
ove >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/qtx11extr

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/qtn

Re: [gentoo-user] printing pdfs

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

Re: [gentoo-user] Qt5

2014-11-12 Thread Andrés Becerra Sandoval
* =dev-qt/qtquickcontrols-5.3.2* =dev-qt/qtscript-5.3.2* =dev-qt/qtsensors-5.3.2* =dev-qt/qtserialport-5.3.2* =dev-qt/qtsql-5.3.2* =dev-qt/qtsvg-5.3.2* =dev-qt/qttest-5.3.2* =dev-qt/qttranslations-5.3.2* =dev-qt/qtwebkit-5.3.2* =dev-qt/qtwebsockets-5.3.2* =dev-qt/qtwidgets-5.3.2* =dev-qt/qtx11extras

Re: [gentoo-user] printing pdfs

2020-05-28 Thread james
as-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 ~]

Re: [gentoo-user] printing pdfs

2020-05-28 Thread Jack
ui-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

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

2020-06-03 Thread David Haller
se -Wall -Wextra -DNDEBUG -fPIC -std=c++0x -pipe -O3 -march=native -mtune=native [..] -std=gnu++14 -include QPainterPath -DQT_NO_DEBUG -DQT_NO_DEBUG_STREAM -DQT_NO_DEBUG_OUTPUT -I../widgets -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/q

Re: [gentoo-user] problem updating KDE breeze

2018-10-21 Thread Alexander Kapshuk
e/KDecoration2 -isystem > /usr/include/KF5 -isystem /usr/include/KF5/KConfigCore -isystem > /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KConfigWidgets -isyste\ > m /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KWidgetsAddons -isystem > /usr/include/qt5/QtWidgets -isystem /

Re: [gentoo-user] problem updating KDE breeze

2018-10-21 Thread Philip Webb
r/include/KF5/KWidgetsAddons -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/KF5/KAut\ h -isystem /usr/include/KF5/KGuiAddons -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KWindowSystem -isystem /usr/includ

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

2015-07-16 Thread Alec Ten Harmsel
[IP-] [ ] dev-qt/qtsql-4.8.7:4 [IP-] [ ] dev-qt/qtsvg-4.8.7:4 [IP-] [ ] dev-qt/qttest-4.8.7:4 [IP-] [ ] dev-qt/qttranslations-4.8.7:4 [IP-] [ ] dev-qt/qtwebkit-4.8.7:4 [IP-] [ ] dev-qt/qtwidgets-5.4.2:5 [IP-] [ ] dev-qt/qtxmlpatterns-4.8.7:4 [IP-] [ ] media-libs/qt-gstreamer-1.2.0:0

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

2015-07-16 Thread Dale
-4.8.7:4 [IP-] [ ] dev-qt/qtwebkit-4.8.7:4 [IP-] [ ] dev-qt/qtwidgets-5.4.2:5 [IP-] [ ] dev-qt/qtxmlpatterns-4.8.7:4 [IP-] [ ] media-libs/qt-gstreamer-1.2.0:0 [IP-] [ ] x11-libs/qtscriptgenerator-0.2.0:0 root@fireball / # There is some qt5 pulled in by something. So maybe it needs to notice I

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

2015-07-20 Thread Dale
-4.8.7:4 [IP-] [ ] dev-qt/qtsql-4.8.7:4 [IP-] [ ] dev-qt/qtsvg-4.8.7:4 [IP-] [ ] dev-qt/qttest-4.8.7:4 [IP-] [ ] dev-qt/qttranslations-4.8.7:4 [IP-] [ ] dev-qt/qtwebkit-4.8.7:4 [IP-] [ ] dev-qt/qtwidgets-5.4.2:5 [IP-] [ ] dev-qt/qtxmlpatterns-4.8.7:4 [IP-] [ ] media-libs/qt-gstreamer

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 de

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

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

Re: [gentoo-user] printing pdfs

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

Re: [gentoo-user] printing pdfs

2020-05-29 Thread Jack
ing 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 [?

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

2017-10-17 Thread Hubert Hauser
] [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

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

2017-12-06 Thread Helmut Jarausch
st 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}

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

2018-06-18 Thread allan gottlieb
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 ] de

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

2018-03-25 Thread Neil Bothwick
> [ebuild U ] dev-qt/qtxml-5.9.4 [5.7.1] > [ebuild U ] dev-qt/qtdbus-5.9.4 [5.7.1] > [ebuild U ] dev-qt/qttest-5.9.4 [5.7.1] > [ebuild U ] lxde-base/lxterminal-0.3.1 [0.1.11] USE="-gtk3%" > [ebuild U ] dev-qt/qtconcurrent-5.9.4 [5.7.1] > [ebuild

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

[gentoo-user] Failed to emerge dev-qt/qtwebkit-5.6.0

2016-04-25 Thread Dale
/5::gentoo, installed) * * ~dev-qt/qtwidgets-5.5.1 pulled in by: * (dev-qt/qtwebkit-5.5.1-r1:5/5::gentoo, installed) * * The resume list contains packages that are either masked or have * unsatisfied dependencies. Please restart/continue the operation * manually, or use --skipfirst

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

2019-10-27 Thread Dale
]  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 ud

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

2016-10-13 Thread Michael Mol
gnome-extra/polkit-gnome-0.105-r1 [ebuild R ~]kde-plasma/polkit-kde-agent-5.8.1 [ebuild R ~] kde-frameworks/kcrash-5.27.0 [ebuild R ~] kde- frameworks/kcoreaddons-5.27.0 [ebuild R]

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

2018-05-31 Thread Mick
-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 "..

Re: [gentoo-user] Re: Konsole

2016-07-12 Thread Daniel Frey
ot;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

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

2018-04-02 Thread Daniel Frey
dev-qt/qttest:5/5.9 dev-qt/qttranslations:4 dev-qt/qtvirtualkeyboard:5/5.9 dev-qt/qtwayland:5/5.9 dev-qt/qtwebkit:5/5.9 dev-qt/qtwidgets:5/5.9 dev-qt/qtx11extras:5/5.9 dev-qt/qtxml:5/5.9 dev-qt/qtxmlpatterns:4 dev-qt/qtxmlpatterns:5/5.9 dev-ruby/did_you_mean:1 dev-ruby/json:0 dev-ruby/minitest:5 dev-ru