Maybe a rebuild for sord? #36

Closed
opened 2021-08-03 21:35:45 +02:00 by Gontier-Julien · 7 comments

I don't know if i'm the only one having this, but the current build of sord seem to have a bug that trow a bunch of error in the journald.

After a rebuild of the package that i've done to my side, the issue seem to be gone, so a rebuild seem to be needed to avoid some issue and the spam in the journald.

I don't know if i'm the only one having this, but the current build of `sord` seem to have a bug that trow a bunch of error in the journald. After a rebuild of the package that i've done to my side, the issue seem to be gone, so a rebuild seem to be needed to avoid some issue and the spam in the journald.
Owner

I just queued it.

If you are willing to test the rebuild version once it's done: You are going to get a signature error, since your local package in cache won't match the sync repo. You can just ignore that and redownload.

You can check if it has been build on the package status page as usual (see check date and build date once its done). (One of these days I'll make it fancy with animations, fancy js and stuff, but there are more important things to work on 😄)

I just queued it. If you are willing to test the rebuild version once it's done: You are going to get a signature error, since your local package in cache won't match the sync repo. You can just ignore that and redownload. You can check if it has been build on the [package status page](https://alhp.anonfunc.dev/packages.html#community-x86-64-v3-sord) as usual (see *check date* and *build date* once its done). (One of these days I'll make it fancy with animations, fancy js and stuff, but there are more important things to work on 😄)
anonfunc added the
bug
label 2021-08-03 22:06:34 +02:00
Author

Seems to be good so far, i will test it more and let you know tomorrow if it is all good

Seems to be good so far, i will test it more and let you know tomorrow if it is all good
Author

Seem that the rebuild have fixed the spam log issue.
Closing this now

Seem that the rebuild have fixed the spam log issue. Closing this now

Hi,
after seeing this issue I remembered that all my LV2-hosting software, ardour, carla, etc crashed since recently and I forgot to think that it may be due to this.

And indeed, rebuilding sord from git source (directly from upstream) makes the crash go away ; otoh the rebuilt packages from this repo (just tried today) do not seem to work ?

Hi, after seeing this issue I remembered that all my LV2-hosting software, ardour, carla, etc crashed since recently and I forgot to think that it may be due to this. And indeed, rebuilding sord from git source (directly from upstream) makes the crash go away ; otoh the rebuilt packages from this repo (just tried today) do not seem to work ?
Owner

Have you tried sord from [community]?

pacman -S community/sord

If you have the same problems with the one from official sources it may be that
a) something other then sord needs a rebuild or
b) its a bug with sord.

You can also check if you have the rebuild version with pacman -Qi sord,
you can compare e.g. the build date with pacman -Si sord:

Repository      : community-x86-64-v3
Name            : sord
Version         : 0.16.8-1.1
Description     : A lightweight C library for storing RDF data in memory
Architecture    : x86_64
URL             : https://drobilla.net/software/sord/
Licenses        : custom:ISC
Groups          : None
Provides        : libsord-0.so=0-64
Depends On      : glibc  libserd-0.so=0-64  pcre
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 44.82 KiB
Installed Size  : 138.41 KiB
Packager        : Unknown Packager
Build Date      : Tue 03 Aug 2021 22:19:14 CEST
Validated By    : MD5 Sum  SHA-256 Sum  Signature
Have you tried `sord` from **[community]**? `pacman -S community/sord` If you have the same problems with the one from official sources it may be that a) something other then `sord` needs a rebuild or b) its a bug with `sord`. You can also check if you have the rebuild version with `pacman -Qi sord`, you can compare e.g. the **build date** with `pacman -Si sord`: ``` Repository : community-x86-64-v3 Name : sord Version : 0.16.8-1.1 Description : A lightweight C library for storing RDF data in memory Architecture : x86_64 URL : https://drobilla.net/software/sord/ Licenses : custom:ISC Groups : None Provides : libsord-0.so=0-64 Depends On : glibc libserd-0.so=0-64 pcre Optional Deps : None Conflicts With : None Replaces : None Download Size : 44.82 KiB Installed Size : 138.41 KiB Packager : Unknown Packager Build Date : Tue 03 Aug 2021 22:19:14 CEST Validated By : MD5 Sum SHA-256 Sum Signature ```

I can confirm that it works with community/sord and not with community-x86-64-v3/sord

Potentially the packages lilv, sratom, suil, lv2, serd may need a rebuild (it's a set of libs that all pretty much work together)

$ pacman -Qi sord | grep Date
Build Date      : Tue Aug  3 22:19:14 2021
Install Date    : Wed Aug 11 21:55:41 2021
$ pacman -Si sord            
Repository      : community-x86-64-v3
Name            : sord
Version         : 0.16.8-1.1
Description     : A lightweight C library for storing RDF data in memory
Architecture    : x86_64
URL             : https://drobilla.net/software/sord/
Licenses        : custom:ISC
Groups          : None
Provides        : libsord-0.so=0-64
Depends On      : glibc  libserd-0.so=0-64  pcre
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 44.82 KiB
Installed Size  : 138.41 KiB
Packager        : Unknown Packager
Build Date      : Tue Aug 3 22:19:14 2021
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Repository      : community
Name            : sord
Version         : 0.16.8-1
Description     : A lightweight C library for storing RDF data in memory
Architecture    : x86_64
URL             : https://drobilla.net/software/sord/
Licenses        : custom:ISC
Groups          : None
Provides        : libsord-0.so=0-64
Depends On      : glibc  libserd-0.so=0-64  pcre
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 40.37 KiB
Installed Size  : 126.18 KiB
Packager        : David Runge <dvzrv@archlinux.org>
Build Date      : Sat Jan 9 01:52:22 2021
Validated By    : MD5 Sum  SHA-256 Sum  Signature

I can confirm that it works with community/sord and not with community-x86-64-v3/sord Potentially the packages lilv, sratom, suil, lv2, serd may need a rebuild (it's a set of libs that all pretty much work together) ``` $ pacman -Qi sord | grep Date Build Date : Tue Aug 3 22:19:14 2021 Install Date : Wed Aug 11 21:55:41 2021 ``` ``` $ pacman -Si sord Repository : community-x86-64-v3 Name : sord Version : 0.16.8-1.1 Description : A lightweight C library for storing RDF data in memory Architecture : x86_64 URL : https://drobilla.net/software/sord/ Licenses : custom:ISC Groups : None Provides : libsord-0.so=0-64 Depends On : glibc libserd-0.so=0-64 pcre Optional Deps : None Conflicts With : None Replaces : None Download Size : 44.82 KiB Installed Size : 138.41 KiB Packager : Unknown Packager Build Date : Tue Aug 3 22:19:14 2021 Validated By : MD5 Sum SHA-256 Sum Signature Repository : community Name : sord Version : 0.16.8-1 Description : A lightweight C library for storing RDF data in memory Architecture : x86_64 URL : https://drobilla.net/software/sord/ Licenses : custom:ISC Groups : None Provides : libsord-0.so=0-64 Depends On : glibc libserd-0.so=0-64 pcre Optional Deps : None Conflicts With : None Replaces : None Download Size : 40.37 KiB Installed Size : 126.18 KiB Packager : David Runge <dvzrv@archlinux.org> Build Date : Sat Jan 9 01:52:22 2021 Validated By : MD5 Sum SHA-256 Sum Signature ```
Owner

Just tested ardour, seems to work fine on my end. Could you provide steps to reproduce your crashes (not limited to ardour)?

pacman -Qi ardour

Name            : ardour
Version         : 6.8-2.1
Description     : Professional-grade digital audio workstation
Architecture    : x86_64
URL             : https://ardour.org/
Licenses        : GPL2
Groups          : pro-audio
Provides        : ladspa-host  lv2-host  vst-host  vst3-host
Depends On      : cairo  gcc-libs  glibc  glibmm  gtkmm  libx11  libxml2  soundtouch  taglib  libFLAC.so  libasound.so=2-64  libatkmm-1.6.so=1-64  libaubio.so=5-64  libarchive.so=13-64  libcairomm-1.0.so=1-64  libcurl.so=4-64  libdbus-1.so=3-64  libfftw3f.so=3-64  libfftw3f_threads.so=3-64  libfluidsynth.so=3-64
                  libfontconfig.so=1-64  libfreetype.so  libgdk_pixbuf-2.0.so=0-64  libgdk-x11-2.0.so=0-64  libgio-2.0.so  libglib-2.0.so=0-64  libgobject-2.0.so=0-64  libgtk-x11-2.0.so=0-64  libjack.so=0-64  liblo.so=7-64  liblilv-0.so=0-64  liblrdf.so=2-64  libltc.so=11-64  libogg.so  libpango-1.0.so=0-64
                  libpangocairo-1.0.so=0-64  libpangoft2-1.0.so=0-64  libpangomm-1.4.so=1-64  libpulse.so=0-64  libreadline.so=8-64  librubberband.so=2-64  libsamplerate.so=0-64  libserd-0.so  libsndfile.so=1-64  libsord-0.so  libsratom-0.so  libsuil-0.so=0-64  libusb-1.0.so=0-64  libvamp-hostsdk.so=3-64
                  libvamp-sdk.so=2-64  libwebsockets.so=18-64
Optional Deps   : xjadeo: video monitoring
                  harvid: video timeline
                  new-session-manager: for session management
Required By     : None
Optional For    : lsp-plugins  rubberband
Conflicts With  : None
Replaces        : None
Installed Size  : 77.70 MiB
Packager        : Unknown Packager
Build Date      : Mon 02 Aug 2021 23:36:33 CEST
Install Date    : Thu 12 Aug 2021 01:08:58 CEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature
Just tested `ardour`, seems to work fine on my end. Could you provide steps to reproduce your crashes (not limited to `ardour`)? `pacman -Qi ardour` ``` Name : ardour Version : 6.8-2.1 Description : Professional-grade digital audio workstation Architecture : x86_64 URL : https://ardour.org/ Licenses : GPL2 Groups : pro-audio Provides : ladspa-host lv2-host vst-host vst3-host Depends On : cairo gcc-libs glibc glibmm gtkmm libx11 libxml2 soundtouch taglib libFLAC.so libasound.so=2-64 libatkmm-1.6.so=1-64 libaubio.so=5-64 libarchive.so=13-64 libcairomm-1.0.so=1-64 libcurl.so=4-64 libdbus-1.so=3-64 libfftw3f.so=3-64 libfftw3f_threads.so=3-64 libfluidsynth.so=3-64 libfontconfig.so=1-64 libfreetype.so libgdk_pixbuf-2.0.so=0-64 libgdk-x11-2.0.so=0-64 libgio-2.0.so libglib-2.0.so=0-64 libgobject-2.0.so=0-64 libgtk-x11-2.0.so=0-64 libjack.so=0-64 liblo.so=7-64 liblilv-0.so=0-64 liblrdf.so=2-64 libltc.so=11-64 libogg.so libpango-1.0.so=0-64 libpangocairo-1.0.so=0-64 libpangoft2-1.0.so=0-64 libpangomm-1.4.so=1-64 libpulse.so=0-64 libreadline.so=8-64 librubberband.so=2-64 libsamplerate.so=0-64 libserd-0.so libsndfile.so=1-64 libsord-0.so libsratom-0.so libsuil-0.so=0-64 libusb-1.0.so=0-64 libvamp-hostsdk.so=3-64 libvamp-sdk.so=2-64 libwebsockets.so=18-64 Optional Deps : xjadeo: video monitoring harvid: video timeline new-session-manager: for session management Required By : None Optional For : lsp-plugins rubberband Conflicts With : None Replaces : None Installed Size : 77.70 MiB Packager : Unknown Packager Build Date : Mon 02 Aug 2021 23:36:33 CEST Install Date : Thu 12 Aug 2021 01:08:58 CEST Install Reason : Explicitly installed Install Script : No Validated By : Signature ```
Sign in to join this conversation.
No description provided.