Re: [Slackbuilds-users] sbopkglint failure: doinst.sh does not call install-info

2024-04-07 Thread Greg Tourte
Hi Giancarlo, Yes, the one I use redirects both stdout and stderr rather than just stderr. Since we are not really interested in any output from it, we can redirect both but it doesn't really matter. Cheers Greg On Sun, 7 Apr 2024 at 21:11, Giancarlo Dessì wrote: > > Il 07/04/24 21:48

Re: [Slackbuilds-users] sbopkglint failure: doinst.sh does not call install-info

2024-04-07 Thread Greg Tourte
Giancarlo, you should also add a douninst.s file with the following to clean up after uninstall if you haven't already done so: if [ -x /usr/bin/install-info -a -d usr/info ]; then ( cd usr/info rm -f dir for i in *.info*; do /usr/bin/install-info $i dir &>/dev/null done ) fi Cheers Greg On

Re: [Slackbuilds-users] skypeforlinux cannot be fetched

2024-03-22 Thread Greg Tourte
skype moved the skype4linux packages to snap and no longer provides new ones as debs or rpms. The latest snap version is at the time of writing 8.115.0.215. I have tried to figure out how to get the url for these but don't know anything about snaps so failed. Cheers Greg On Fri, 22 Mar 2024

Re: [Slackbuilds-users] RFC updates for gdal slackbuild

2023-12-02 Thread Greg Tourte
, Jheengut Pritvi wrote: > Hi, > > Is that why some programs gave this problem ?? > error while loading shared libraries: libgdal.so.31: > > > On Sun, 3 Dec 2023 at 00:38, Greg Tourte wrote: > >> Hi, >> >> I have been looking at the gdal slackbuild for version

[Slackbuilds-users] RFC updates for gdal slackbuild

2023-12-02 Thread Greg Tourte
Hi, I have been looking at the gdal slackbuild for version 3.8. I have held off for now as it had an issue with building when an older version was installed. Since I reported the issue upstream and a patch has since then been written, I can now work on it. The new release is rather trivial

Re: [Slackbuilds-users] Updates - 20231014.1

2023-10-15 Thread Greg Tourte
It appears that scipy now requires openBLAS but it is not listed in the required list. On Sat, 14 Oct 2023 at 11:06, Willy Sudiarto Raharjo < will...@slackbuilds.org> wrote: > Sat Oct 14 03:33:09 UTC 2023 > academic/python3-scipy: Version bump to 1.11.3 > >

Re: [Slackbuilds-users] Updates - 20231007.1

2023-10-07 Thread Greg Tourte
pugixml md5sum was not updated from the previous release. pugixml: MD5SUM check for pugixml-1.14.tar.gz ... FAILED! Expected: 3e4c588e03bdca140844f3c47c1a995e Found:06e4242ee2352ee63c2b6627c6e3addb Downloading again. On Sat, 7 Oct 2023 at 14:40, Willy Sudiarto Raharjo wrote: > Sat Oct 7

[Slackbuilds-users] labplot2 slackbuild

2023-08-14 Thread Greg Tourte
Hi Fellype, I was trying to compile labplot2 on current but it kept on failing so I investigated and although the issue I found seems to only stop compilation on current, it is still an issue in -stable. In the build script, it runs ./compile before going through cmake and its options. However,

Re: [Slackbuilds-users] Updates - 20230722.1

2023-07-22 Thread Greg Tourte
A note about 32bit support for eccodes and subsequently cdo. The 32bit support was removed from eccodes a few versions ago (the last version with official 32 bit support is 2.29.0). I don't think there is a way within slackbuilds to have different versions for different architectures but if people

Re: [Slackbuilds-users] Botan SlackBuild

2023-07-08 Thread Greg Tourte
Thanks Matt. I know botan3 is out but currently corectrl doesn't compile against it. So we'll have to wait until it does to update, as I don't see the point of splitting the package in two versions (which can coexist) just for one package each and keepassxc now works with both. I'll therefore

Re: [Slackbuilds-users] Botan slackbuild

2023-07-08 Thread Greg Tourte
Yeah, i'll take botan. Cheers Greg On Sat, 8 Jul 2023, 13:00 Tim Dickson, wrote: > Maybe the maintainer of keepassxc or corectrl might be interested in > taking Botan as it is a dep for them. > If neither are interested, i'll look after it, as I use keepassxc. > thanks, > Tim >

[Slackbuilds-users] pdal fails to compile with gdal 3.7

2023-06-03 Thread Greg Tourte
Hi, I would like to apologise as somehow I failed to test pdal when I updated gdal to version 3.7 this week. I thought I had, but I made a mistake in the testing process and pdal slipped through the crack. anyway, the pdal version (2.5.3) currently in slackbuild (and the previous one, i.e.

[Slackbuilds-users] non-stripped binaries

2023-05-24 Thread Greg Tourte
Hi, I am updating the teamviewer package to the latest version but somehow, it only works if one of the libraries provided remains unstripped. Is it acceptable? sbopkglint points out the unstripped file but still returns as passed. Cheers Greg ___

Re: [Slackbuilds-users] new submission for ecCodes

2023-05-19 Thread Greg Tourte
Ah just saw the email from dave... never mind On Fri, 19 May 2023 at 14:31, Greg Tourte wrote: > Hi, > > Yesterday I submitted a new script through the upload form, for which I > received an acknowledgement as usual, but now there is no traces of it in > either pendi

[Slackbuilds-users] new submission for ecCodes

2023-05-19 Thread Greg Tourte
Hi, Yesterday I submitted a new script through the upload form, for which I received an acknowledgement as usual, but now there is no traces of it in either pending nor approved. This is a new dependency for cdo (for which I send an update as a PR on github). Do I need to resubmit it? Cheers

Re: [Slackbuilds-users] Botan 3.0.0 support

2023-05-16 Thread Greg Tourte
common file is the botan binary but that can easily be fixed by calling them botan2 and botan3 maybe? cheers Greg On Sun, 30 Apr 2023 at 23:03, Greg Tourte wrote: > Looks like upstream have started adding support to botan3 for keepasscx in > the main branch on github. I will play around, s

Re: [Slackbuilds-users] Botan 3.0.0 support

2023-04-30 Thread Greg Tourte
Looks like upstream have started adding support to botan3 for keepasscx in the main branch on github. I will play around, see how well it works and report back. Thanks for the heads up. Cheers Greg On Sun, 30 Apr 2023 at 20:30, Markus Reichelt wrote: > Hi, > > just wanted to drop this info

Re: [Slackbuilds-users] Updates - 20230401.1

2023-04-01 Thread Greg Tourte
One of the source files for rstudio-desktop points to the head release in the git repo which has already been updated since the update has been submitted so the checksum fails: https://github.com/quarto-dev/quarto/archive/refs/heads/release/rstudio-cherry-blossom.zip It would be best to point