Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-20 Thread flinchx via SlackBuilds-users
‐‐‐ Original Message ‐‐‐
On Monday, April 20, 2020 12:58 PM, flinchx via SlackBuilds-users 
 wrote:

> I will try the patch for retroshare now and will report back.

Retroshare works too now.

Since all issues addresed in this thread seem fixed, I will provide a brief 
summary so it gets archived

- qt5 was updated from 5.9.9 to 5.12.8
- goal was to update qt5ct, qt5-styleplugins and retroshare by rebuilding them 
against the new qt5
- qt5-styleplugins failed to build, the old (the one that was built against the 
old qt version) leftover that was not removed from the system - my mistake - 
was causing all qt software that was making use of custom theming to fail
- retroshare failed to build against the new qt5 version
- a patch was provided for qt5-styleplugins [1], which I assume will be 
available with the next weekly public update
- removing the old qt5-styleplugins, rebuilding it against the new qt5 and 
installing the package made qt5ct and qbittorrent-at5 work again (after 
rebuilding them too against the new qt5 of course)
- a patch was provided for retroshare (it's attached somewhere above in this 
thread) that also bumps retroshare from 0.6.4 to 0.6.5. I suppose this will 
come as part of next weekly public update as well
- retroshare 0.6.5 compiles and runs fine with the new qt5 version

Feel free to rectify whatever I've got wrong in this summary and thanks again 
for the help.

Now I can proceed to update the rest of qt5 software I'm using.

Cheers.

1. 
https://git.slackbuilds.org/slackbuilds/commit/?h=user/dive/updates=05eb3509312de23dbc9651ab9d7207cb09d14fa0
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-20 Thread flinchx via SlackBuilds-users
‐‐‐ Original Message ‐‐‐
On Monday, April 20, 2020 12:48 PM, Dave Woodfall  wrote:

> This is what I've found is a good order to upgrade Qt5 for large
> version jumps, like 5.7 to 5.9, or 5.9 to 5.12:
>
> 1 Uninstall the old Qt5 package
> 2 Log out of root
> 3 Log back in as root
> 4 Build and install the new package
> 5 Log out of root
> 6 Log back in as root
> 7 Upgrade all other packages that depend on Qt5
>

Clearly valuable info for a less qualified end user like me who is used to only 
hitting Enter a couple of times in sbopkg, because most of the times things 
just work. I can certainly benefit from this list of steps in the future if you 
add it to the qt5 README, as long as you consider it appropriate.

Meanwhile qt5-styleplugins has successfully built with the patch from your 
branch and I've got a working and properly GTK-style themed working 
qbittorrent-qt5. I will try the patch for retroshare now and will report back. 
Thanks for the hints.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-20 Thread Dave Woodfall
On 2020-04-20 09:04,
Slackbuilds Users  put forth the proposition:
> ‐‐‐ Original Message ‐‐‐
> On Monday, April 20, 2020 8:59 AM, Dave Woodfall  wrote:
>
> > I have some results.
> >
> > qt5-styleplugins
> >
> > This is now relegated to qt5-legacy I'm afraid. They only made one
> > release in 2014, plus one commit since then in 2017.
>
> I saw the other email, but I'll reply in this one for consistency
>
> >
> > qbittorrent-qt5
> >
> > I had no errors testing this.
> >
> > qt5ct
> >
> > There was one warning when I tested this, but on a second run it
> > didn't reoccur.
> >
>
> > retroshare
> >
> > Did you set the RETROTOR option with this?
> >
>
> Yes, as I wrote above. I also saw you figured it out from the log.
>
>
> But back to qt5 first - I'll have to do it one thing at a time, othwerwise I 
> feel overwhelmed.
>
> As I understand, in context of mentioned packages, the dependency chain works 
> like this:
>
> / qt5ct ---\
> qt5   qbittorrent-qt5
> \ qt5-styleplugins /
>
> and
>
> / qt5ct ---\
> qt5   retroshare
> \ qt5-styleplugins /
>
> qt5 is the basic library, qt5ct + qt5-styleplugins are additional helpers 
> (optional dependencies) to achieve consistent theming, as I wrote above, 
> qbittorrent-qt5 and retroshare are end-user qt5 apps.
>
> As I understand, we both upgraded qt5 to 5.12.8 from qt5-5.9.9 (this one 
> became qt5-legacy).
>
> qt5ct works fine for you, but doesn't work for me. Full stop. Just to clear 
> the things up - it builds fine for me with the new qt5 version. The error I'm 
> getting:
>
> $ qt5ct
> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shadow'
> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shadow'
> Cannot mix incompatible Qt library (version 0x50909) with this library 
> (version 0x50c08)
> Aborted
>
> is a runtime error.
>
> What am I supposed to do next, to get a working qt5ct? I'm willing to fiddle 
> a bit more with this before I give up.

This is what I've found is a good order to upgrade Qt5 for large
version jumps, like 5.7 to 5.9, or 5.9 to 5.12:

1 Uninstall the old Qt5 package
2 Log out of root
3 Log back in as root
4 Build and install the new package
5 Log out of root
6 Log back in as root
7 Upgrade all other packages that depend on Qt5

The reasoning behind all the log outs/ins, is because Qt5 installs
/etc/profile.d/qt5.sh that sets QT5DIR and adds QT5DIR/bin to your
$PATH when you log in (there's a similar file for csh.)  Even though
the old Qt5 is removepkg'd, those settings are *still there* until
you log out.

You can see with a test (assuming bash or a zsh type shell):

env | grep -i qt5

If that command is used before step 4, you shouldn't see anything qt5
related in PATH and QT5DIR shouldn't exist.

Hope that helps.

--
Dave

The antibloat squad!
For those interested in no bloat, minimal desktop Linux
gopher://tty1.uk/1/?minimal-linux
http://tty1.uk/minimal-linux
#minimallinux @ chat.freenode.net


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-20 Thread flinchx via SlackBuilds-users
-‐‐ Original Message ‐‐‐
On Monday, April 20, 2020 12:19 PM, flinchx  wrote:

> I have also tried to run qt5ct like this:
>
> $ QT_DEBUG_PLUGINS=1 qt5ct
>
> the runtime log is attached

I think I'm getting some progress. I went and removed both qt5ct and 
qt5-styleplugins. Rebuilt qbittorrent-qt5. It built and started fine, but 
without custom theme. Fine, since I've removed those packages. I installed 
qt5ct only. It started. So it looks like the problem was that qt5ct did not 
play nice with the old version of qt5-styleplugins (which failed to build 
earlier).

Now I need to try rebuilding qt5-styleplugins with the patch. I am doing the 
weekly update of packages by rsyncing the repo rather than working directly 
with the git repository. Should I just grab the updated SlackBuild file from 
https://git.slackbuilds.org/slackbuilds/log/?h=user/dive/updates and just tell 
sbopkg to use it as locally modified copy if I want to keep my update workflow 
rsync based? I suppose that next week this change will be merged into the 14.2 
branch and arrive the normal way via rsync.

___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-20 Thread Matteo Bernardini
can you please post the output of this command?

ls -1 /var/log/packages/qt*
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-20 Thread flinchx via SlackBuilds-users
‐‐‐ Original Message ‐‐‐
On Monday, April 20, 2020 12:04 PM, flinchx via SlackBuilds-users 
 wrote:

> ‐‐‐ Original Message ‐‐‐
> On Monday, April 20, 2020 8:59 AM, Dave Woodfall d...@slackbuilds.org wrote:
>
> > I have some results.
> > qt5-styleplugins
> > This is now relegated to qt5-legacy I'm afraid. They only made one
> > release in 2014, plus one commit since then in 2017.
>
> I saw the other email, but I'll reply in this one for consistency
>
> > qbittorrent-qt5
> > I had no errors testing this.
> > qt5ct
> > There was one warning when I tested this, but on a second run it
> > didn't reoccur.
>
> > retroshare
> > Did you set the RETROTOR option with this?
>
> Yes, as I wrote above. I also saw you figured it out from the log.
>
> But back to qt5 first - I'll have to do it one thing at a time, othwerwise I 
> feel overwhelmed.
>
> As I understand, in context of mentioned packages, the dependency chain works 
> like this:
>
> / qt5ct ---\
> qt5 qbittorrent-qt5
> \ qt5-styleplugins /
>
> and
>
> / qt5ct ---\
> qt5 retroshare
> \ qt5-styleplugins /
>
> qt5 is the basic library, qt5ct + qt5-styleplugins are additional helpers 
> (optional dependencies) to achieve consistent theming, as I wrote above, 
> qbittorrent-qt5 and retroshare are end-user qt5 apps.
>
> As I understand, we both upgraded qt5 to 5.12.8 from qt5-5.9.9 (this one 
> became qt5-legacy).
>
> qt5ct works fine for you, but doesn't work for me. Full stop. Just to clear 
> the things up - it builds fine for me with the new qt5 version. The error I'm 
> getting:
>
> $ qt5ct
> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shadow'
> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shadow'
> Cannot mix incompatible Qt library (version 0x50909) with this library 
> (version 0x50c08)
> Aborted
>
> is a runtime error.
>
> What am I supposed to do next, to get a working qt5ct? I'm willing to fiddle 
> a bit more with this before I give up.
>
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/

I have also tried to run qt5ct like this:

$ QT_DEBUG_PLUGINS=1 qt5ct

the runtime log is attached


log.gz
Description: application/gzip
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-20 Thread flinchx via SlackBuilds-users
‐‐‐ Original Message ‐‐‐
On Monday, April 20, 2020 8:59 AM, Dave Woodfall  wrote:

> I have some results.
>
> qt5-styleplugins
>
> This is now relegated to qt5-legacy I'm afraid. They only made one
> release in 2014, plus one commit since then in 2017.

I saw the other email, but I'll reply in this one for consistency

>
> qbittorrent-qt5
>
> I had no errors testing this.
>
> qt5ct
>
> There was one warning when I tested this, but on a second run it
> didn't reoccur.
>

> retroshare
>
> Did you set the RETROTOR option with this?
>

Yes, as I wrote above. I also saw you figured it out from the log.


But back to qt5 first - I'll have to do it one thing at a time, othwerwise I 
feel overwhelmed.

As I understand, in context of mentioned packages, the dependency chain works 
like this:

/ qt5ct ---\
qt5   qbittorrent-qt5
\ qt5-styleplugins /

and

/ qt5ct ---\
qt5   retroshare
\ qt5-styleplugins /

qt5 is the basic library, qt5ct + qt5-styleplugins are additional helpers 
(optional dependencies) to achieve consistent theming, as I wrote above, 
qbittorrent-qt5 and retroshare are end-user qt5 apps.

As I understand, we both upgraded qt5 to 5.12.8 from qt5-5.9.9 (this one became 
qt5-legacy).

qt5ct works fine for you, but doesn't work for me. Full stop. Just to clear the 
things up - it builds fine for me with the new qt5 version. The error I'm 
getting:

$ qt5ct
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shadow'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shadow'
Cannot mix incompatible Qt library (version 0x50909) with this library (version 
0x50c08)
Aborted

is a runtime error.

What am I supposed to do next, to get a working qt5ct? I'm willing to fiddle a 
bit more with this before I give up.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-20 Thread Dave Woodfall
On 2020-04-20 08:50,
Dave Woodfall  put forth the proposition:
> On 2020-04-20 07:17,
> Dave Woodfall  put forth the proposition:
> > On 2020-04-20 06:59,
> > Dave Woodfall  put forth the proposition:
> > > On 2020-04-20 00:00,
> > > Slackbuilds Users  put forth the 
> > > proposition:
> > > > I have attached the required build logs. I have also included the build 
> > > > log for qt5-styleplugins, because I use it together with qt5ct to 
> > > > achieve uniform look of Qt and GTK software - with these two packages 
> > > > installed for qt5-5.9, everything worked. For qt5-5.12, 
> > > > qt5-styleplugins fails to build as well.
> > >
> > > I have some results.
> > >
> > > qt5-styleplugins
> > >
> > > This is now relegated to qt5-legacy I'm afraid.  They only made one
> > > release in 2014, plus one commit since then in 2017.

Ponce has saved the day with a patch, so this also builds now.

> > > qbittorrent-qt5
> > >
> > > I had no errors testing this.
> > >
> > > qt5ct
> > >
> > > There was one warning when I tested this, but on a second run it
> > > didn't reoccur.
> > >
> > > retroshare
> > >
> > > Did you set the RETROTOR option with this?
> >
> > Ok, I can see it in the log.
>
> Can you try the attached slackbuild.  I've made a few changes to it,
> and I also bumped the version.  The attached info has the download
> link.  It starts up as far a username window but that's as far as I
> tested it.
>
> --
> Dave
>
> The antibloat squad!
> For those interested in no bloat, minimal desktop Linux
> gopher://tty1.uk/1/?minimal-linux
> http://tty1.uk/minimal-linux
> #minimallinux @ chat.freenode.net


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-20 Thread Dave Woodfall
On 2020-04-20 07:17,
Dave Woodfall  put forth the proposition:
> On 2020-04-20 06:59,
> Dave Woodfall  put forth the proposition:
> > On 2020-04-20 00:00,
> > Slackbuilds Users  put forth the 
> > proposition:
> > > I have attached the required build logs. I have also included the build 
> > > log for qt5-styleplugins, because I use it together with qt5ct to achieve 
> > > uniform look of Qt and GTK software - with these two packages installed 
> > > for qt5-5.9, everything worked. For qt5-5.12, qt5-styleplugins fails to 
> > > build as well.
> >
> > I have some results.
> >
> > qt5-styleplugins
> >
> > This is now relegated to qt5-legacy I'm afraid.  They only made one
> > release in 2014, plus one commit since then in 2017.
> >
> > qbittorrent-qt5
> >
> > I had no errors testing this.
> >
> > qt5ct
> >
> > There was one warning when I tested this, but on a second run it
> > didn't reoccur.
> >
> > retroshare
> >
> > Did you set the RETROTOR option with this?
>
> Ok, I can see it in the log.

Can you try the attached slackbuild.  I've made a few changes to it,
and I also bumped the version.  The attached info has the download
link.  It starts up as far a username window but that's as far as I
tested it.

--
Dave

The antibloat squad!
For those interested in no bloat, minimal desktop Linux
gopher://tty1.uk/1/?minimal-linux
http://tty1.uk/minimal-linux
#minimallinux @ chat.freenode.net


retroshare.SlackBuild.gz
Description: GNU Zip compressed data


retroshare.info.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-20 Thread Dave Woodfall
On 2020-04-20 06:59,
Dave Woodfall  put forth the proposition:
> On 2020-04-20 00:00,
> Slackbuilds Users  put forth the 
> proposition:
> > I have attached the required build logs. I have also included the build log 
> > for qt5-styleplugins, because I use it together with qt5ct to achieve 
> > uniform look of Qt and GTK software - with these two packages installed for 
> > qt5-5.9, everything worked. For qt5-5.12, qt5-styleplugins fails to build 
> > as well.
>
> I have some results.
>
> qt5-styleplugins
>
> This is now relegated to qt5-legacy I'm afraid.  They only made one
> release in 2014, plus one commit since then in 2017.
>
> qbittorrent-qt5
>
> I had no errors testing this.
>
> qt5ct
>
> There was one warning when I tested this, but on a second run it
> didn't reoccur.
>
> retroshare
>
> Did you set the RETROTOR option with this?

Ok, I can see it in the log.

--
Dave

The antibloat squad!
For those interested in no bloat, minimal desktop Linux
gopher://tty1.uk/1/?minimal-linux
http://tty1.uk/minimal-linux
#minimallinux @ chat.freenode.net


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-19 Thread Dave Woodfall
On 2020-04-20 00:00,
Slackbuilds Users  put forth the proposition:
> I have attached the required build logs. I have also included the build log 
> for qt5-styleplugins, because I use it together with qt5ct to achieve uniform 
> look of Qt and GTK software - with these two packages installed for qt5-5.9, 
> everything worked. For qt5-5.12, qt5-styleplugins fails to build as well.

I have some results.

qt5-styleplugins

This is now relegated to qt5-legacy I'm afraid.  They only made one
release in 2014, plus one commit since then in 2017.

qbittorrent-qt5

I had no errors testing this.

qt5ct

There was one warning when I tested this, but on a second run it
didn't reoccur.

retroshare

Did you set the RETROTOR option with this?

--
Dave

The antibloat squad!
For those interested in no bloat, minimal desktop Linux
gopher://tty1.uk/1/?minimal-linux
http://tty1.uk/minimal-linux
#minimallinux @ chat.freenode.net


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-19 Thread Dave Woodfall
On 2020-04-20 00:00,
Slackbuilds Users  put forth the proposition:
> I have attached the required build logs. I have also included the build log 
> for qt5-styleplugins, because I use it together with qt5ct to achieve uniform 
> look of Qt and GTK software - with these two packages installed for qt5-5.9, 
> everything worked. For qt5-5.12, qt5-styleplugins fails to build as well.
>
> Note: I have built qt5 with default options. retroshare is built with 
> RETROTOR=yes option as the log shows.

Thanks.

--
Dave

The antibloat squad!
For those interested in no bloat, minimal desktop Linux
gopher://tty1.uk/1/?minimal-linux
http://tty1.uk/minimal-linux
#minimallinux @ chat.freenode.net


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-19 Thread flinchx via SlackBuilds-users
I have attached the required build logs. I have also included the build log for 
qt5-styleplugins, because I use it together with qt5ct to achieve uniform look 
of Qt and GTK software - with these two packages installed for qt5-5.9, 
everything worked. For qt5-5.12, qt5-styleplugins fails to build as well.

Note: I have built qt5 with default options. retroshare is built with 
RETROTOR=yes option as the log shows.



sbopkg-build-log-qbittorrent-qt5.gz
Description: application/gzip


sbopkg-build-log-qt5-styleplugins.gz
Description: application/gzip


sbopkg-build-log-qt5ct.gz
Description: application/gzip
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-19 Thread flinchx via SlackBuilds-users
‐‐‐ Original Message ‐‐‐
On Monday, April 20, 2020 2:22 AM, Dave Woodfall  wrote:

All the logs are a bit too big and exceed the 100kb message limit, so I'll have 
to make it two emails.




sbopkg-build-log-retroshare.gz
Description: application/gzip
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-19 Thread Dave Woodfall
On 2020-04-19 23:05,
Slackbuilds Users  put forth the proposition:
> [code]
> $ qt5ct
> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shadow'
> QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shadow'
> Cannot mix incompatible Qt library (version 0x50909) with this library 
> (version 0x50c08)
> Aborted
> [/code]
>
> I've got exactly the same startup error message after rebuilding and 
> installing qbittorrent-qt5 which is advertised to work as well in qt5 README.
>
> I have also tried to rebuild RetroShare, it produces a crippled package with 
> no "retroshare" executable at all. The log shows there was some compile error 
> and for this one, the suggestion from the qt5 README should be followed:
>
> [code]
> Please report any problems about applications that don't
> work correctly to the Qt5 maintainer or to the mailing list.
> [/code]
>
>

That means the slackbuild maintainer (me), not the upstream Qt5 devs.

I will test these as soon as qt5 has finished building.  In the
meantime, it would help if you can provide build logs from building
qt5ct, qbittorrent, and RetroShare.

Since you are using sbopkg you can email us
/var/log/sbopkg/sbopkg-build.log but please *delete* the old one
before running sbopkg, so that a new one is created.  The logs can
grow to > 1GB.

Thanks

--
Dave

The antibloat squad!
For those interested in no bloat, minimal desktop Linux
gopher://tty1.uk/1/?minimal-linux
http://tty1.uk/minimal-linux
#minimallinux @ chat.freenode.net


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] Multiple SBo packages broken after upgrading qt5

2020-04-19 Thread flinchx via SlackBuilds-users
A couple of weeks ago qt5 on SBo got bumped from 5.9 to 5.12. Since I'm 
following the SBo mailing list, I saw there were some rough edges and decided 
to wait for a while before things stabilize.

After this week update, I checked the mailing list again. There is a thread 
about qt5-webkit - not relevant for qt5 (?). There is a thread about building 
qt5 taking lots of time. Well, that's a known fact that qt5 is big.

My qt5 built and installed fine with sbopkg:

[code]
$ ls /var/log/packages | grep qt5-5
qt5-5.12.8-x86_64-1_SBo
[/code]

I didn't dig up the whole giant build log, I wouldn't understand there anything 
anyway. But listing the output directory of sbopkg:

[code]
$ ls -l qt5-5*
-rw-r--r-- 1 root root 120490737 Apr 20 01:06 qt5-5.12.8-x86_64-1_SBo.tgz
-rw-r--r-- 1 root root 104838125 Dec 22 10:28 qt5-5.9.9-x86_64-1_SBo.tgz
[/code]

at least shows that a package of comparable size was produced and installed.

Next thing I did was to rebuilt qt5ct, since the qt5 README advertises it shall 
work. It built and installed fine.

But it fails to run:

[code]
$ qt5ct
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shadow'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shadow'
Cannot mix incompatible Qt library (version 0x50909) with this library (version 
0x50c08)
Aborted
[/code]

I've got exactly the same startup error message after rebuilding and installing 
qbittorrent-qt5 which is advertised to work as well in qt5 README.

I have also tried to rebuild RetroShare, it produces a crippled package with no 
"retroshare" executable at all. The log shows there was some compile error and 
for this one, the suggestion from the qt5 README should be followed:

[code]
Please report any problems about applications that don't
work correctly to the Qt5 maintainer or to the mailing list.
[/code]

but I believe it's a bit premature to bug the RS maintainer at this point, 
since other software (see above) doesn't work either, even if it compiles.

What am I doing wrong and what did I miss?
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/