From willysr at slackbuilds.org Sun Oct 1 03:03:43 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 1 Oct 2023 10:03:43 +0700 Subject: [Slackbuilds-users] new webkit2gtk{4.1} In-Reply-To: References: <94d92d49-da75-464e-b3b1-5bbfa032bde5@slackbuilds.org> <307b1d3f-ad2e-40cb-9787-f262abec9358@googlemail.com> <1fd91a33-0135-40c4-886b-d9eabf56f310@slackbuilds.org> <84f98e66-9558-4866-be48-4c71b8af3e8a@slackbuilds.org> Message-ID: > I tested the 4.0 and 4.1 builds for webkit2gtk-2.42.1 from your webkit2gtk > branch this morning. > > I'm seeing the same nvidia issue with yelp, epiphany, MiniBrowser, and > midori: > > (src/nv_gbm.c:99: GBM-DRV error (nv_gbm_bo_create): >> DRM_IOCTL_NVIDIA_GEM_ALLOC_NVKMS_MEMORY failed (ret=-1)) >> > > The "WEBKIT_DISABLE_COMPOSITING_MODE=1" workaround still works. > > Looks like this specific issue wasn't fixed in the point release. Yes, i just got the same results after testing again -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Sun Oct 1 03:04:22 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 1 Oct 2023 10:04:22 +0700 Subject: [Slackbuilds-users] Updates - 20230930.1 In-Reply-To: References: <344d1453-3373-40fd-a6fb-ced2ed2c7762@slackbuilds.org> Message-ID: > docker-compose depends on version 1.21 of google-go-lang: > > GO111MODULE=on go build -trimpath -tags "e2e" -ldflags "-w -X > github.com/docker/compose/v2/internal.Version=2.22.0" -o > "./bin/build/docker-compose" ./cmd > # github.com/docker/compose/v2/pkg/compose > pkg/compose/up.go:64:23: undefined: sync.OnceFunc > note: module requires Go 1.21 > make: *** [Makefile:57: build] Error 1 i posted this after i pushed the public update on a separate email -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Sun Oct 1 03:07:04 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 1 Oct 2023 10:07:04 +0700 Subject: [Slackbuilds-users] Updates - 20230930.1 In-Reply-To: References: <344d1453-3373-40fd-a6fb-ced2ed2c7762@slackbuilds.org> Message-ID: <10ec42c9-9d75-48a1-b9c1-ab918af692a4@slackbuilds.org> > tor-browser 404 probably due to new version being released after public update was pushed -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From k.venken at online.be Sun Oct 1 15:28:42 2023 From: k.venken at online.be (Karel Venken) Date: Sun, 1 Oct 2023 17:28:42 +0200 Subject: [Slackbuilds-users] python3-numpy and openimageio build problems Message-ID: I have been trying to install Blender (not blender). I noted following problems in some of the dependencies: openimageio: The tar file is named oiio-Release-2.2.21.0.tar.gz but the contents have as directory OpenImageIO-Release-2.2.21.0 I fixed it by adding/modifying two lines in the SlackBuild: after SRCNAM=oiio-Release, I added (line 28) EXTNAM=OpenImageIO-Release and after extracting the tarfile (line 35), I used cd $EXTNAME-$VERSION instead. python3-numpy; This requires a more recent version of Cython: RuntimeError: Building NumPy requires Cython >= 0.29.30, found 0.29.27 at /usr/lib64/python3.9/site-packages/Cython/__init__.py error: Building python3-numpy failed I believe that Cython is a slackware own package as I could not find it in the SBo. kind regards From erich.public at protonmail.com Sun Oct 1 15:58:46 2023 From: erich.public at protonmail.com (Erich Ritz) Date: Sun, 01 Oct 2023 15:58:46 +0000 Subject: [Slackbuilds-users] python3-numpy and openimageio build problems In-Reply-To: References: Message-ID: ------- Original Message ------- On Sunday, October 1st, 2023 at 10:28 AM, Karel Venken wrote: > > > I have been trying to install Blender (not blender). I noted following > problems in some of the dependencies: > > openimageio: > The tar file is named oiio-Release-2.2.21.0.tar.gz but the contents have > as directory OpenImageIO-Release-2.2.21.0 > I fixed it by adding/modifying two lines in the SlackBuild: > after SRCNAM=oiio-Release, I added (line 28) EXTNAM=OpenImageIO-Release > and after extracting the tarfile (line 35), I used cd $EXTNAME-$VERSION > instead. > > python3-numpy; > This requires a more recent version of Cython: > RuntimeError: Building NumPy requires Cython >= 0.29.30, found 0.29.27 > > at /usr/lib64/python3.9/site-packages/Cython/init.py > error: Building python3-numpy failed > I believe that Cython is a slackware own package as I could not find it > in the SBo. A Cython update was released for 15.0 just a few days ago: +--------------------------+ Tue Sep 26 19:30:21 UTC 2023 patches/packages/Cython-0.29.36-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. patches/packages/mozilla-firefox-115.3.0esr-x86_64-1_slack15.0.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/115.3.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-42/ https://www.cve.org/CVERecord?id=CVE-2023-5168 https://www.cve.org/CVERecord?id=CVE-2023-5169 https://www.cve.org/CVERecord?id=CVE-2023-5171 https://www.cve.org/CVERecord?id=CVE-2023-5174 https://www.cve.org/CVERecord?id=CVE-2023-5176 (* Security fix *) SBo packages assume a fully patched stable version. Usually it's not this sensitive to updates in patches/. > > > > kind regards > > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ Erich From k.venken at online.be Sun Oct 1 18:26:05 2023 From: k.venken at online.be (Karel Venken) Date: Sun, 1 Oct 2023 20:26:05 +0200 Subject: [Slackbuilds-users] python3-numpy and openimageio build problems In-Reply-To: References: Message-ID: <7bcd2ae2-0255-6555-b7d6-f9a5ac0cb3f5@online.be> Erich Ritz via SlackBuilds-users wrote: > SBo packages assume a fully patched stable version. Usually it's not this sensitive to updates in patches/. I missed this, thanks for pointing this out. Updating Cython from current fixes the build for python3-numpy and Blender builds correctly. kind regards From 475.chris.willing at gmail.com Sun Oct 1 22:41:21 2023 From: 475.chris.willing at gmail.com (Christoph Willing) Date: Mon, 2 Oct 2023 08:41:21 +1000 Subject: [Slackbuilds-users] python3-numpy and openimageio build problems In-Reply-To: References: Message-ID: On 2/10/23 01:28, Karel Venken wrote: > I have been trying to install Blender (not blender). I noted following > problems in some of the dependencies: > > openimageio: > The tar file is named oiio-Release-2.2.21.0.tar.gz? but the contents > have as directory OpenImageIO-Release-2.2.21.0 > I fixed it by adding/modifying two lines in the SlackBuild: > after SRCNAM=oiio-Release, I added (line 28) EXTNAM=OpenImageIO-Release > and after extracting the tarfile (line 35), I used cd > $EXTNAME-$VERSION instead. The cached tarball I've been using sonce 2.2.21.0 was released creates directory oiio-Release-2.2.21.0 (as per the SlackBuild). I've downloaded the tarball again and found (as you said) that it now creates directory OpenImageIO-Release-2.2.21.0. It seems they've re-released the tarball since the original release. I've pushed an update to the SlackBuild to accommodate the changed tarball contents. It's at https://git.slackbuilds.org/slackbuilds/tree/graphics/openimageio?h=user/chris.willing/updates) until next global SBo update. When rebuilding openimageio, any cached oiio-Release-2.2.21.0.tar.gz tarball should be removed and downloaded again since the cached version will now result in build failure. The tarball at http://slackware.uk/sbosrcarch/by-name/graphics/openimageio/oiio-Release-2.2.21.0.tar.gz should also be updated (not sure how that's done). chris From willysr at slackbuilds.org Mon Oct 2 06:02:51 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 2 Oct 2023 13:02:51 +0700 Subject: [Slackbuilds-users] python3-numpy and openimageio build problems In-Reply-To: References: Message-ID: <904e2fb2-c42d-4e22-a976-dbaee9cfe431@slackbuilds.org> > The tarball at > http://slackware.uk/sbosrcarch/by-name/graphics/openimageio/oiio-Release-2.2.21.0.tar.gz should also be updated (not sure how that's done). it will be updated automatically after public update -- Willy Sudiarto Raharjo From erich.public at protonmail.com Mon Oct 2 14:48:13 2023 From: erich.public at protonmail.com (Erich Ritz) Date: Mon, 02 Oct 2023 14:48:13 +0000 Subject: [Slackbuilds-users] *.rej files creeping in to git commits Message-ID: Hi all, The last few weeks I've seen *.rej files make it into updates (and usually deleted the following week). I have 2 suggestions: 1) Add a check to sbolint (this is why I've included B. Watson in the email). 2) Add "*.rej" to .gitignore. I just checked and the only "*.rej" file in the tree was the one added this week. Of course, if there is ever a valid reason to include a file named "*.rej" the above 2 options wouldn't prevent one from doing so. Comments? Good idea? Bad idea? Erich From urchlay at slackware.uk Mon Oct 2 18:12:32 2023 From: urchlay at slackware.uk (B. Watson) Date: Mon, 2 Oct 2023 14:12:32 -0400 (EDT) Subject: [Slackbuilds-users] *.rej files creeping in to git commits In-Reply-To: References: Message-ID: <97d645a2-18b5-d9a0-7e14-772c8c32df0@slackware.uk> On Mon, 2 Oct 2023, Erich Ritz wrote: > 1) Add a check to sbolint (this is why I've included B. Watson in the email). Easily done. > Comments? Good idea? Bad idea? I can't see a reason why anything would ever need rejects from patch as part of its build process. Seems like a good idea to me. From fourtysixandtwo at sliderr.net Wed Oct 4 15:19:39 2023 From: fourtysixandtwo at sliderr.net (fourtysixandtwo) Date: Wed, 4 Oct 2023 09:19:39 -0600 Subject: [Slackbuilds-users] *.rej files creeping in to git commits In-Reply-To: <97d645a2-18b5-d9a0-7e14-772c8c32df0@slackware.uk> References: <97d645a2-18b5-d9a0-7e14-772c8c32df0@slackware.uk> Message-ID: I've also fixed the problem (for a second time) at my end. (I was hoping no one would notice :) On Mon, Oct 2, 2023 at 12:12?PM B. Watson wrote: > > > On Mon, 2 Oct 2023, Erich Ritz wrote: > > > 1) Add a check to sbolint (this is why I've included B. Watson in the > email). > > Easily done. > > > Comments? Good idea? Bad idea? > > I can't see a reason why anything would ever need rejects from patch > as part of its build process. Seems like a good idea to me. > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fourtysixandtwo at sliderr.net Wed Oct 4 15:20:58 2023 From: fourtysixandtwo at sliderr.net (fourtysixandtwo) Date: Wed, 4 Oct 2023 09:20:58 -0600 Subject: [Slackbuilds-users] Added python3-meson-opt Message-ID: Hi all, Thanks to a comment on LQ by brobr (not sure if you are on this list) I've uploaded three new builds that will allow builds like numpy and pandas to be upgraded to their latest versions and use the PEP517 build process. In both cases this significantly decreases the build time due to the meson backend making use of all cores. Here's all 5 slackbuilds and the build queue for python3-pandas. Please test. https://slackware.uk/~fourtysixandtwo/src/python3-meson-opt-test.tar.gz FYI Jeremy, when you get a chance to look at it let me know if you're ok with the newer versions of meson and meson-python (mesonpy) than what pandas 2.1.1 was pinned to. Cheers. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rshepard at appl-ecosys.com Wed Oct 4 17:02:42 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Wed, 4 Oct 2023 10:02:42 -0700 (PDT) Subject: [Slackbuilds-users] memtest86 vs memtest86+ Message-ID: Earlier this week my main desktop server/workstation hung about 01:00 and needed to be rebooted. Twice (Sunday and Monday.) Yesterday and today it stayed up as usual overnight. I have replacement DIMMs but want to test the installed set first. Looking at the SBo pages for memtest86 and memtest86+ I did not see how the differ ... if the do so significantly. I'd like recommendations for which one to build, install, and run. TIA, Rich From rshepard at appl-ecosys.com Wed Oct 4 17:04:50 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Wed, 4 Oct 2023 10:04:50 -0700 (PDT) Subject: [Slackbuilds-users] memtest86 vs memtest86+ [RESOLVED] In-Reply-To: References: Message-ID: <753e3cbc-2768-75fe-dfd6-b4661b47ff7@appl-ecosys.com> On Wed, 4 Oct 2023, Rich Shepard wrote: > Looking at the SBo pages for memtest86 and memtest86+ I did not see how > the differ ... if the do so significantly. Oh, wait! Reading more carefully I see the + version has installation instructions for ELILO systems. That's me. Rich From jebrhansen+SBo at gmail.com Wed Oct 4 19:32:34 2023 From: jebrhansen+SBo at gmail.com (Jeremy Hansen) Date: Wed, 4 Oct 2023 12:32:34 -0700 Subject: [Slackbuilds-users] Added python3-meson-opt In-Reply-To: References: Message-ID: On Wed, Oct 4, 2023 at 8:21?AM fourtysixandtwo wrote: > Hi all, > > Thanks to a comment on LQ by brobr (not sure if you are on this list) I've > uploaded three new builds that will allow builds like numpy and pandas to > be upgraded to their latest versions and use the PEP517 build process. In > both cases this significantly decreases the build time due to the meson > backend making use of all cores. > > Here's all 5 slackbuilds and the build queue for python3-pandas. Please > test. > https://slackware.uk/~fourtysixandtwo/src/python3-meson-opt-test.tar.gz > > FYI Jeremy, when you get a chance to look at it let me know if you're ok > with the newer versions of meson and meson-python (mesonpy) than what > pandas 2.1.1 was pinned to. > > Cheers. > I was actually just looking into this more in depth yesterday after ignoring it last week since I have two programs stuck due to not having mesonpy.. Luckily, I didn't spend too much time with it :) I've looked over your changes and tried them successfully with your pandas SlackBuild update. Feel free to push your python3-pandas update on my behalf. I'll wait until the public update before I update python3-scipy as that requires mesonpy as well (but I got it working here with your packages after a few changes to its pyproject.toml). Seems easier for SBo admins to not have to pull updates from multiple branches to test if an update works... Thanks for your efforts! Jeremy -------------- next part -------------- An HTML attachment was scrubbed... URL: From dchmelik at gmail.com Thu Oct 5 05:43:33 2023 From: dchmelik at gmail.com (dchmelik at gmail.com) Date: Wed, 4 Oct 2023 22:43:33 -0700 Subject: [Slackbuilds-users] khronosschoty's SlackBuilds Message-ID: I emailed khronosschoty months ago about his palemoon SlackBuilds which are approaching a year old if not already (many versions behind) but never heard back, nor on IRC.? I'm not prepared to take over any but maybe a SlackBuilds staff member should try to contact him then decide what to do next. From matteo.bernardini at gmail.com Thu Oct 5 06:00:07 2023 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Thu, 5 Oct 2023 08:00:07 +0200 Subject: [Slackbuilds-users] khronosschoty's SlackBuilds In-Reply-To: References: Message-ID: Il giorno gio 5 ott 2023 alle ore 07:43 ha scritto: > I emailed khronosschoty months ago about his palemoon SlackBuilds which > are approaching a year old if not already (many versions behind) but > never heard back, nor on IRC. I'm not prepared to take over any but > maybe a SlackBuilds staff member should try to contact him then decide > what to do next. > I've chatted with him on irc a few days ago so I think he's active... Matteo -------------- next part -------------- An HTML attachment was scrubbed... URL: From milgram at cgpp.com Thu Oct 5 10:31:57 2023 From: milgram at cgpp.com (J. Milgram) Date: Thu, 5 Oct 2023 06:31:57 -0400 Subject: [Slackbuilds-users] memtest86 vs memtest86+ In-Reply-To: References: Message-ID: <97f9a058-b19b-4fbc-b75e-0e0028ca9fc9@cgpp.com> FWIW I recently added a couple of DIMMs to my own (pre-UEFI) system and decided to run memtest before declaring victory. memtest86 hung just a little way into the test. No problems reported, just froze. memtest86+ ran to the end (and found no problems.) So that's the one I kept. And system has been behaving fine. I didn't think to run either one before the upgrade... Judah On 10/4/23 13:02, Rich Shepard wrote: > Earlier this week my main desktop server/workstation hung about 01:00 and > needed to be rebooted. Twice (Sunday and Monday.) Yesterday and today it > stayed up as usual overnight. > > I have replacement DIMMs but want to test the installed set first. > > Looking at the SBo pages for memtest86 and memtest86+ I did not see > how the > differ ... if the do so significantly. > > I'd like recommendations for which one to build, install, and run. > > TIA, > > Rich > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ From rshepard at appl-ecosys.com Thu Oct 5 12:45:00 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Thu, 5 Oct 2023 05:45:00 -0700 (PDT) Subject: [Slackbuilds-users] memtest86 vs memtest86+ In-Reply-To: <97f9a058-b19b-4fbc-b75e-0e0028ca9fc9@cgpp.com> References: <97f9a058-b19b-4fbc-b75e-0e0028ca9fc9@cgpp.com> Message-ID: On Thu, 5 Oct 2023, J. Milgram wrote: > memtest86 hung just a little way into the test. No problems reported, just > froze. > > memtest86+ ran to the end (and found no problems.) So that's the one I kept. > And system has been behaving fine. Judah, Thanks for sharing. When I re-read both SBo pages more carefully I saw that the plus version had instructions for installation on EFI systems so that's what I now have installed. This weekend I'll test both the installed DIMMs and the new ones. Regards, Rich From urchlay at slackware.uk Thu Oct 5 19:46:51 2023 From: urchlay at slackware.uk (B. Watson) Date: Thu, 5 Oct 2023 15:46:51 -0400 (EDT) Subject: [Slackbuilds-users] memtest86 vs memtest86+ In-Reply-To: References: <97f9a058-b19b-4fbc-b75e-0e0028ca9fc9@cgpp.com> Message-ID: On Thu, 5 Oct 2023, Rich Shepard wrote: > Thanks for sharing. When I re-read both SBo pages more carefully I saw that > the plus version had instructions for installation on EFI systems so that's > what I now have installed. This weekend I'll test both the installed DIMMs > and the new ones. You also might want to install memtester. Unlike memtest86 and memtest86+, it runs as a regular Linux process, meaning you don't have to reboot to use it. Its testing can't be as thorough (it can't test the memory that holds the kernel + its modules for instance), but you can use it for a quick check. Maybe even run it weekly from cron, if you're worried about flaky DIMMs. From rshepard at appl-ecosys.com Thu Oct 5 20:02:53 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Thu, 5 Oct 2023 13:02:53 -0700 (PDT) Subject: [Slackbuilds-users] memtest86 vs memtest86+ In-Reply-To: References: <97f9a058-b19b-4fbc-b75e-0e0028ca9fc9@cgpp.com> Message-ID: On Thu, 5 Oct 2023, B. Watson wrote: > You also might want to install memtester. Unlike memtest86 and memtest86+, > it runs as a regular Linux process, meaning you don't have to reboot to > use it. > > Its testing can't be as thorough (it can't test the memory that holds the > kernel + its modules for instance), but you can use it for a quick check. > Maybe even run it weekly from cron, if you're worried about flaky DIMMs. Thank you, B. That's excellent advice and I'll follow it. Regards, Rich From rshepard at appl-ecosys.com Thu Oct 5 22:35:33 2023 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Thu, 5 Oct 2023 15:35:33 -0700 (PDT) Subject: [Slackbuilds-users] memtest86 vs memtest86+ In-Reply-To: References: <97f9a058-b19b-4fbc-b75e-0e0028ca9fc9@cgpp.com> Message-ID: <7d772f69-5b30-c8f6-cec-c078821df8@appl-ecosys.com> On Thu, 5 Oct 2023, Rich Shepard wrote: > Thank you, B. That's excellent advice and I'll follow it. Slight discrepancy between the source file number and the SlackBuild script. The Debian version is 4.6.0-1 while the build script version is 4.6.0_1. I changed the latter to match the filename. Regards, Rich From urchlay at slackware.uk Fri Oct 6 04:26:47 2023 From: urchlay at slackware.uk (B. Watson) Date: Fri, 6 Oct 2023 00:26:47 -0400 (EDT) Subject: [Slackbuilds-users] memtest86 vs memtest86+ In-Reply-To: <7d772f69-5b30-c8f6-cec-c078821df8@appl-ecosys.com> References: <97f9a058-b19b-4fbc-b75e-0e0028ca9fc9@cgpp.com> <7d772f69-5b30-c8f6-cec-c078821df8@appl-ecosys.com> Message-ID: <8d4dcdc-53f3-316c-ab84-e025c09a5fe4@slackware.uk> On Thu, 5 Oct 2023, Rich Shepard wrote: > On Thu, 5 Oct 2023, Rich Shepard wrote: > >> Thank you, B. That's excellent advice and I'll follow it. > > Slight discrepancy between the source file number and the SlackBuild script. > The Debian version is 4.6.0-1 while the build script version is 4.6.0_1. I > changed the latter to match the filename. There's a reason for the discrepancy: Slackware package version numbers are not allowed to contain hyphens. The - is used as a delimiter by pkgtools. memtester is far from the only build that has this 'issue'. I put it in quotes because it's not a real issue, it's just standard operating procedure for Slackware and SBo. From willysr at slackbuilds.org Sat Oct 7 13:40:49 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 7 Oct 2023 20:40:49 +0700 Subject: [Slackbuilds-users] Updates - 20231007.1 Message-ID: <86a282d9-533e-4306-8620-f754beb46f91@slackbuilds.org> Sat Oct 7 09:00:08 UTC 2023 academic/ViennaRNA: Update script. academic/fet: Updated for version 6.9.6. audio/rack: Updated for version 2.4.1. desktop/BlockstreamGreen: Updated for version 1.2.8. desktop/bumblebee-status: Updated for version 2.2.0. desktop/calcure: Updated for version 2.9.4. desktop/nwg-shell-config: updated to version 0.5.20 desktop/nwg-shell: updated to version 0.5.12 desktop/rss-guard: updated for version 4.5.1 development/apache-maven: Updated for version 3.9.5. development/composer: Updated for version 2.6.4 development/crosstool-ng: Updated for version 1.26.0 development/ghidra: Updated for version 10.4 development/github-cli: Updated for version 2.36.0 development/github-desktop: Added (GitHub Desktop Client). development/google-go-lang: Updated for version 1.21.1. development/kdiff3: Updated for version 1.10.6. development/mongodb-compass: Updated for version 1.40.2. development/php82: Updated for version 8.2.11 development/poedit: Updated for version 3.4. development/postman: Updated for version 10.18.10 development/qb64pe: Updated for version 3.9.0. development/rr: Updated for version 5.7.0. development/rstudio-desktop: Updated for version 2023.09.0+463. development/universal-ctags: Updated for version p6.0.20231001.0 development/vscode-bin: Updated for version 1.83.0. development/xnedit: Updated for version 1.5.1 development/xxd-standalone: Updated for version 9.0.1998. games/angband: Updated for version 4.2.5. games/dwarffortress: Updated for version 0.50.11. games/endless-sky: updated for version 0.10.3 games/gbrainy: Updated for version 2.4.6. games/wolfmame: Updated for version 0.259. graphics/SweetHome3D: Version bump to 7.2 graphics/nsxiv: Updated for version 32 graphics/openimageio: Fix SRCNAM since new tarball release graphics/vuescan: Updated for version 9.8.17. ham/qlog: Added (Amateur Radio Logbook). libraries/gtk-sharp3: Added (gtk+ for mono and .net). libraries/libdisplay-info: Added (EDID and DisplayID library). libraries/libliftoff: Added (lightweight KMS plane library). libraries/libmediainfo: Version bump to 23.10 libraries/libopenraw: Updated for version 0.3.7. libraries/pugixml: Updated for version 1.14. libraries/python3-ruamel.yaml: Updated for version 0.17.35. libraries/shairplay: Return to orig upstream & version bump to 096b61a misc/OSCAR: Updated for version 1.5.1 multimedia/makemkv: Updated for version 1.17.5. multimedia/mediainfo: Version bump to 23.10 multimedia/xjadeo: Updated for version 0.8.13. network/broadcom-wl: Added (Broadcom wireless kernel module). network/discord: Version bump to 0.0.31 network/exim: Updated for version 4.96.1. network/gallery-dl: Updated for version 1.26.0. network/jitsi-meet-desktop: Updated for version 2023.10.0 network/llhttp: Updated for version 9.1.3. network/ngrep: Updated for version 1.47. network/protonmail-bridge: Updated for version 3.5.1. network/telegram: Updated for version 4.10.3. network/tor-browser: Updated for version 12.5.6. network/vdirsyncer: Updated for version 0.19.2. network/vivaldi: Updated for version 6.2.3105.58. network/wireshark: Updated for version 4.0.10. network/zoom-linux: Updated for version 5.16.1.8561 office/calibre-bin: Updated for version 6.28.0. office/khal: Updated for version 0.11.2. office/x_x: python2 => python3. python/PyPy3: updated for version 7.3.13 python/PyPy: updated for version 7.3.13 python/ipython: Version bump to 8.16.1 python/pypy3: updated for version 7.3.13 python/pypy: updated for version 7.3.13 python/python-msal: Version bump to 1.24.0 python/python-msal: Version bump to 1.24.1 python/python2-netaddr: Updated for version 0.9.0 python/python3-PyGithub: Version bump to 2.1.1 python/python3-aiostream: Updated for version 0.5.1. python/python3-babel: updated for version 2.13.0 python/python3-executing: Version bump to 2.0.0 python/python3-identify: Updated for version 2.5.30. python/python3-jedi: Version bump to 0.19.1 python/python3-joblib: Version bump to 1.3.2 python/python3-kiwisolver: Version bump to 1.4.5 python/python3-meson-opt: Added (newer meson installed in /opt). python/python3-mesonpy: Added (Meson Python build backend). python/python3-pandas: Updated for version 2.1.1. python/python3-paste: updated for version 3.6.0 python/python3-pdm: Version bump to 2.9.3 python/python3-platformdirs: Version bump to 3.11.0 python/python3-psycopg2: updated for version 2.9.9 python/python3-soxr: Version bump to 0.3.6 python/python3-soxr: Version bump to 0.3.7 python/python3-stack_data: Version bump to 0.6.3 python/python3-statsmodels: Fix unmaintained broken build. python/python3-trove-classifiers: remove .rej file. python/python3-versioneer: Added (Tool to manage version number). python/python3-virtualenv: Version bump to 20.24.5 python/python3-wcwidth: updated for version 0.2.8 python/python3-xdg-base-dirs: Added (Python Modules). python/scikit-learn: Version bump to 1.3.1 python/thonny: Updated for version 4.1.3. python/traitlets: Version bump to 5.11.2 system/B-em: Fix DOWNLOAD. system/Iosevka-aile: Updated for version 27.1.0. system/Iosevka-etoile: Updated for version 27.1.0. system/Iosevka-slab: Updated for version 27.1.0 system/Iosevka: Updated for version 27.1.0 system/alacritty: Updated for version 0.12.3. system/containerd: Updated for version 1.7.6. system/docker-cli: Updated for version 24.0.6. system/docker: Updated for version 24.0.6. system/epson-inkjet-printer-escpr2: Updated for version 1.2.7. system/fastfetch: Updated for version 2.1.0. system/fwupd: Updated for version 1.9.6. system/hyperfine: Updated for version 1.18.0. system/kapacitor: Updated for version 1.7.0 system/letsencrypt: Updated for version 2.7.0. system/mbpfan: Added (Fan control daemon). system/motion: Fix underlinking with the newer libwebp. system/nvidia-legacy390-driver: Fix 32bit build. system/runc: Updated for version 1.1.9. system/sarasa-gothic: Updated for version 0.42.1. system/scrypt: Updated for version 1.3.2. system/telegraf: Updated for version 1.28.2 system/ttf-babelstone-latin: Added (Babelstone Latin fonts). +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From artourter at gmail.com Sat Oct 7 19:02:17 2023 From: artourter at gmail.com (Greg Tourte) Date: Sat, 7 Oct 2023 20:02:17 +0100 Subject: [Slackbuilds-users] Updates - 20231007.1 In-Reply-To: <86a282d9-533e-4306-8620-f754beb46f91@slackbuilds.org> References: <86a282d9-533e-4306-8620-f754beb46f91@slackbuilds.org> Message-ID: 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 09:00:08 UTC 2023 > academic/ViennaRNA: Update script. > academic/fet: Updated for version 6.9.6. > audio/rack: Updated for version 2.4.1. > desktop/BlockstreamGreen: Updated for version 1.2.8. > desktop/bumblebee-status: Updated for version 2.2.0. > desktop/calcure: Updated for version 2.9.4. > desktop/nwg-shell-config: updated to version 0.5.20 > desktop/nwg-shell: updated to version 0.5.12 > desktop/rss-guard: updated for version 4.5.1 > development/apache-maven: Updated for version 3.9.5. > development/composer: Updated for version 2.6.4 > development/crosstool-ng: Updated for version 1.26.0 > development/ghidra: Updated for version 10.4 > development/github-cli: Updated for version 2.36.0 > development/github-desktop: Added (GitHub Desktop Client). > development/google-go-lang: Updated for version 1.21.1. > development/kdiff3: Updated for version 1.10.6. > development/mongodb-compass: Updated for version 1.40.2. > development/php82: Updated for version 8.2.11 > development/poedit: Updated for version 3.4. > development/postman: Updated for version 10.18.10 > development/qb64pe: Updated for version 3.9.0. > development/rr: Updated for version 5.7.0. > development/rstudio-desktop: Updated for version 2023.09.0+463. > development/universal-ctags: Updated for version p6.0.20231001.0 > development/vscode-bin: Updated for version 1.83.0. > development/xnedit: Updated for version 1.5.1 > development/xxd-standalone: Updated for version 9.0.1998. > games/angband: Updated for version 4.2.5. > games/dwarffortress: Updated for version 0.50.11. > games/endless-sky: updated for version 0.10.3 > games/gbrainy: Updated for version 2.4.6. > games/wolfmame: Updated for version 0.259. > graphics/SweetHome3D: Version bump to 7.2 > graphics/nsxiv: Updated for version 32 > graphics/openimageio: Fix SRCNAM since new tarball release > graphics/vuescan: Updated for version 9.8.17. > ham/qlog: Added (Amateur Radio Logbook). > libraries/gtk-sharp3: Added (gtk+ for mono and .net). > libraries/libdisplay-info: Added (EDID and DisplayID library). > libraries/libliftoff: Added (lightweight KMS plane library). > libraries/libmediainfo: Version bump to 23.10 > libraries/libopenraw: Updated for version 0.3.7. > libraries/pugixml: Updated for version 1.14. > libraries/python3-ruamel.yaml: Updated for version 0.17.35. > libraries/shairplay: Return to orig upstream & version bump to 096b61a > misc/OSCAR: Updated for version 1.5.1 > multimedia/makemkv: Updated for version 1.17.5. > multimedia/mediainfo: Version bump to 23.10 > multimedia/xjadeo: Updated for version 0.8.13. > network/broadcom-wl: Added (Broadcom wireless kernel module). > network/discord: Version bump to 0.0.31 > network/exim: Updated for version 4.96.1. > network/gallery-dl: Updated for version 1.26.0. > network/jitsi-meet-desktop: Updated for version 2023.10.0 > network/llhttp: Updated for version 9.1.3. > network/ngrep: Updated for version 1.47. > network/protonmail-bridge: Updated for version 3.5.1. > network/telegram: Updated for version 4.10.3. > network/tor-browser: Updated for version 12.5.6. > network/vdirsyncer: Updated for version 0.19.2. > network/vivaldi: Updated for version 6.2.3105.58. > network/wireshark: Updated for version 4.0.10. > network/zoom-linux: Updated for version 5.16.1.8561 > office/calibre-bin: Updated for version 6.28.0. > office/khal: Updated for version 0.11.2. > office/x_x: python2 => python3. > python/PyPy3: updated for version 7.3.13 > python/PyPy: updated for version 7.3.13 > python/ipython: Version bump to 8.16.1 > python/pypy3: updated for version 7.3.13 > python/pypy: updated for version 7.3.13 > python/python-msal: Version bump to 1.24.0 > python/python-msal: Version bump to 1.24.1 > python/python2-netaddr: Updated for version 0.9.0 > python/python3-PyGithub: Version bump to 2.1.1 > python/python3-aiostream: Updated for version 0.5.1. > python/python3-babel: updated for version 2.13.0 > python/python3-executing: Version bump to 2.0.0 > python/python3-identify: Updated for version 2.5.30. > python/python3-jedi: Version bump to 0.19.1 > python/python3-joblib: Version bump to 1.3.2 > python/python3-kiwisolver: Version bump to 1.4.5 > python/python3-meson-opt: Added (newer meson installed in /opt). > python/python3-mesonpy: Added (Meson Python build backend). > python/python3-pandas: Updated for version 2.1.1. > python/python3-paste: updated for version 3.6.0 > python/python3-pdm: Version bump to 2.9.3 > python/python3-platformdirs: Version bump to 3.11.0 > python/python3-psycopg2: updated for version 2.9.9 > python/python3-soxr: Version bump to 0.3.6 > python/python3-soxr: Version bump to 0.3.7 > python/python3-stack_data: Version bump to 0.6.3 > python/python3-statsmodels: Fix unmaintained broken build. > python/python3-trove-classifiers: remove .rej file. > python/python3-versioneer: Added (Tool to manage version number). > python/python3-virtualenv: Version bump to 20.24.5 > python/python3-wcwidth: updated for version 0.2.8 > python/python3-xdg-base-dirs: Added (Python Modules). > python/scikit-learn: Version bump to 1.3.1 > python/thonny: Updated for version 4.1.3. > python/traitlets: Version bump to 5.11.2 > system/B-em: Fix DOWNLOAD. > system/Iosevka-aile: Updated for version 27.1.0. > system/Iosevka-etoile: Updated for version 27.1.0. > system/Iosevka-slab: Updated for version 27.1.0 > system/Iosevka: Updated for version 27.1.0 > system/alacritty: Updated for version 0.12.3. > system/containerd: Updated for version 1.7.6. > system/docker-cli: Updated for version 24.0.6. > system/docker: Updated for version 24.0.6. > system/epson-inkjet-printer-escpr2: Updated for version 1.2.7. > system/fastfetch: Updated for version 2.1.0. > system/fwupd: Updated for version 1.9.6. > system/hyperfine: Updated for version 1.18.0. > system/kapacitor: Updated for version 1.7.0 > system/letsencrypt: Updated for version 2.7.0. > system/mbpfan: Added (Fan control daemon). > system/motion: Fix underlinking with the newer libwebp. > system/nvidia-legacy390-driver: Fix 32bit build. > system/runc: Updated for version 1.1.9. > system/sarasa-gothic: Updated for version 0.42.1. > system/scrypt: Updated for version 1.3.2. > system/telegraf: Updated for version 1.28.2 > system/ttf-babelstone-latin: Added (Babelstone Latin fonts). > +--------------------------+ > > > -- > Willy Sudiarto Raharjo > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sun Oct 8 03:17:08 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 8 Oct 2023 10:17:08 +0700 Subject: [Slackbuilds-users] Updates - 20231007.1 In-Reply-To: References: <86a282d9-533e-4306-8620-f754beb46f91@slackbuilds.org> Message-ID: <5ba13efe-76f2-41cc-b694-e78727b2448d@slackbuilds.org> > 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. I have fixed that in my branch yesterday after realizing it -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From tonus1 at free.fr Sun Oct 8 23:44:56 2023 From: tonus1 at free.fr (Tonus) Date: Mon, 9 Oct 2023 01:44:56 +0200 Subject: [Slackbuilds-users] Rust crates: download issue In-Reply-To: References: Message-ID: Hi all, First, thank you mister Carlson ! Twice ! I had some pain to get my navi.info builded using the script you kindly provided to automatic generation of info files involving Rust crates. Since I recalled your mail (below) at this list. I have now some checksum errors while generating the info file but navi seems to build and run fine. Next problem : sbopkg wich is my main test tool complains navi could not be found in /var/cache/sbopkg even if I copy the source tarball from v2.22.1 to navi-2.22.1 even if after this failure, launching the Slackbuild runs with no problem from /var/lib/sbopkg/SBo/15.0/office/navi/ I can't figure why sbopkg is failing. Could someone shed some light ? Thanks On Sat, Aug 05, 2023 at 05:41:57PM +0900, K. Eugene Carlson wrote: >Hi, all, > >https://crates-io.s3-us-west-1.amazonaws.com/crates URLs for Rust crates >with a plus sign in the name are not working currently (e.g. >zstd-sys-2.0.1+zstd.1.5.2.crate). I'm not sure when exactly this started, >but it must have been sometime since last Sunday. Most Rust-based >SlackBuilds are affected. > >Crates are also available from https://static.crates.io/crates, which is >doing fine. As a bonus, downloads from there seem to be considerably >faster. I plan on changing my info files over for the next update (ncspot, >bottom, hyperfine, onefetch). > >In the meantime, 's|crates-io.s3-us-west-1.amazonaws.com|static.crates.io|g' >is an option if an unavailable crate is needed urgently. > >Have a nice weekend, > >Gene Carlson -- Regards, Tonus From willysr at slackbuilds.org Mon Oct 9 01:10:59 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 9 Oct 2023 08:10:59 +0700 Subject: [Slackbuilds-users] Rust crates: download issue In-Reply-To: References: Message-ID: <1ff5a71f-54a0-467b-a639-8e45cb6ec842@slackbuilds.org> > Next problem : sbopkg wich is my main test tool complains navi could not > be found in /var/cache/sbopkg even if I copy the source tarball from > v2.22.1 to navi-2.22.1 even if after this failure, launching the > Slackbuild runs with no problem from /var/lib/sbopkg/SBo/15.0/office/navi/ > > I can't figure why sbopkg is failing. > Could someone shed some light ? works fine here navi not found in /data/source. --2023-10-09 08:08:49-- https://github.com/denisidoro/navi/archive/v2.20.1/navi-2.20.1.tar.gz Resolving github.com (github.com)... 20.205.243.166 Connecting to github.com (github.com)|20.205.243.166|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/denisidoro/navi/tar.gz/refs/tags/v2.20.1 [following] --2023-10-09 08:08:50-- https://codeload.github.com/denisidoro/navi/tar.gz/refs/tags/v2.20.1 Resolving codeload.github.com (codeload.github.com)... 20.205.243.165 Connecting to codeload.github.com (codeload.github.com)|20.205.243.165|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: ?navi-2.20.1.tar.gz? navi-2.20.1.tar.gz [ <=> ] 58.63K --.-KB/s in 0.08s 2023-10-09 08:08:51 (767 KB/s) - ?navi-2.20.1.tar.gz? saved [60039] Found navi-2.20.1.tar.gz in /data/source. Checking MD5SUM: MD5SUM check for navi-2.20.1.tar.gz ... OK since you mentioned about 2.22.1, i assume you are building from different version from what we have in our repository? sbopkg is designed to work with what we have in our repository -- Willy Sudiarto Raharjo From tonus1 at free.fr Mon Oct 9 02:13:56 2023 From: tonus1 at free.fr (Tonus) Date: Mon, 9 Oct 2023 04:13:56 +0200 Subject: [Slackbuilds-users] Rust crates: download issue In-Reply-To: <1ff5a71f-54a0-467b-a639-8e45cb6ec842@slackbuilds.org> References: <1ff5a71f-54a0-467b-a639-8e45cb6ec842@slackbuilds.org> Message-ID: On Mon, Oct 09, 2023 at 08:10:59AM +0700, Willy Sudiarto Raharjo wrote: >>Next problem : sbopkg wich is my main test tool complains navi could >>not be found in /var/cache/sbopkg even if I copy the source tarball >>from v2.22.1 to navi-2.22.1 even if after this failure, launching >>the Slackbuild runs with no problem from >>/var/lib/sbopkg/SBo/15.0/office/navi/ >> >>I can't figure why sbopkg is failing. >>Could someone shed some light ? > > >works fine here > >navi not found in /data/source. >--2023-10-09 08:08:49-- >https://github.com/denisidoro/navi/archive/v2.20.1/navi-2.20.1.tar.gz >Resolving github.com (github.com)... 20.205.243.166 >Connecting to github.com (github.com)|20.205.243.166|:443... connected. >HTTP request sent, awaiting response... 302 Found >Location: >https://codeload.github.com/denisidoro/navi/tar.gz/refs/tags/v2.20.1 >[following] >--2023-10-09 08:08:50-- >https://codeload.github.com/denisidoro/navi/tar.gz/refs/tags/v2.20.1 >Resolving codeload.github.com (codeload.github.com)... 20.205.243.165 >Connecting to codeload.github.com >(codeload.github.com)|20.205.243.165|:443... connected. >HTTP request sent, awaiting response... 200 OK >Length: unspecified [application/x-gzip] >Saving to: ?navi-2.20.1.tar.gz? > >navi-2.20.1.tar.gz [ <=> ] 58.63K --.-KB/s in >0.08s > >2023-10-09 08:08:51 (767 KB/s) - ?navi-2.20.1.tar.gz? saved [60039] > >Found navi-2.20.1.tar.gz in /data/source. >Checking MD5SUM: > MD5SUM check for navi-2.20.1.tar.gz ... OK > >since you mentioned about 2.22.1, i assume you are building from >different version from what we have in our repository? >sbopkg is designed to work with what we have in our repository > > >-- >Willy Sudiarto Raharjo Silly me ! I forgot to join the files. I maintain navi and tested on a personnal branch, from which I have the fail I mentionned. I do not want to submit before I sort this out. Here are the files. -- Regards, Tonus -------------- next part -------------- #!/bin/bash # Slackware build script for dust # Copyright 2019-2021 Benjamin Trigona-Harany # Copyright 2021-2022 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # # 1. Redistributions of this script must retain the above copyright # notice, this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=navi VERSION=${VERSION:-2.22.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac if [ "$ARCH" = "i586" ]; then if rustc -Vv | grep host | grep i686 > /dev/null ; then ARCH=i686 fi fi fi if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 fi TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" CARGOTARGET="--target i586-unknown-linux-gnu" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" CARGOTARGET="--target i686-unknown-linux-gnu" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" CARGOTARGET="--target x86_64-unknown-linux-gnu" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" CARGOTARGET="" fi set -e # use SBo rust16 in 15.0 export PATH="/opt/rust16/bin:$PATH" if [ -z "$LD_LIBRARY_PATH" ]; then export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX" else export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH" fi rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/v$VERSION.tar.gz cd $PRGNAM-$VERSION # build offline # configuration tells cargo to use the configured directory # for dependencies intead of downloading from crates.io mkdir .cargo cat << EOF >> .cargo/config.toml [source] [source.crates-io] replace-with = "vendored-sources" [source.vendored-sources] directory = "vendor" EOF # deps and versions come from Cargo.lock mkdir vendor ( cd vendor grep -h -A 4 "\[\[package\]\]" \ $(find "../" -maxdepth 1 -mindepth 1 -name Cargo.lock | tr '\n' ' ') | \ sed 's/[[:space:]]*=[[:space:]]*/=/g;s/^--//;s/^\[\[/--\n[[/' | \ awk 'BEGIN { RS = "--\n" ; FS="\n" } { print $2, $3, $4, $5 }' | \ sed 's/"//g;s/name=//;s/ version=/=/' | \ grep " source=" | \ sed 's/ dependencies=.*$//' | \ sed 's/ source=[^ ]*//' | \ sed 's/ checksum=/=/' | \ sort -u | \ while read -r dep ; do cksum="$(printf "%s\n" "$dep" | cut -d= -f3)" ver="$(printf "%s\n" "$dep" | cut -d= -f2)" dep="$(printf "%s\n" "$dep" | cut -d= -f1)" CRATE_FILE=$CWD/$dep-$ver.crate if [ -z "$cksum" ] ; then mkdir $dep-$ver tar xvf $CRATE_FILE -C $dep-$ver --strip-components=1 cksum="null" else tar xvf $CRATE_FILE fi touch $dep-$ver/.cargo-ok # generate checksum { printf "{\n" printf ' "files": {\n' ( cd $dep-$ver find . -type f -print0 | xargs -0 sha256sum | sed -n '/\.cargo-checksum\.json/!p' | sed 's/\.\///;s/^\([^ ]*\)[[:space:]][[:space:]]*\(.*\)$/"\2":"\1",/' ) | sed '$ s/,$//' printf " },\n" printf ' "package": "%s"' "$cksum" printf "}\n" } | python -c "import sys, json; data = sys.stdin.read(); print json.dumps(json.loads(data), sort_keys=True, indent=4, separators=(',', ' : '))" > $dep-$ver/.cargo-checksum.json done ) chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CARGO_HOME=.cargo \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ cargo build --offline --release $CARGOTARGET find target -name $PRGNAM -exec install -Dm 755 {} $PKG/usr/bin/$PRGNAM \; find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a -r \ LICENSE README.md docs/* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE -------------- next part -------------- PRGNAM="navi" VERSION="2.22.1" HOMEPAGE="https://github.com/denisidoro/navi" DOWNLOAD="https://github.com/denisidoro/navi/archive/v2.22.1.tar.gz \ https://static.crates.io/crates/aho-corasick/aho-corasick-0.7.18.crate \ https://static.crates.io/crates/aligned/aligned-0.4.1.crate \ https://static.crates.io/crates/anstream/anstream-0.2.6.crate \ https://static.crates.io/crates/anstyle/anstyle-0.3.5.crate \ https://static.crates.io/crates/anstyle-parse/anstyle-parse-0.1.1.crate \ https://static.crates.io/crates/anstyle-wincon/anstyle-wincon-0.2.0.crate \ https://static.crates.io/crates/anyhow/anyhow-1.0.70.crate \ https://static.crates.io/crates/arrayvec/arrayvec-0.5.2.crate \ https://static.crates.io/crates/as-slice/as-slice-0.2.1.crate \ https://static.crates.io/crates/autocfg/autocfg-1.0.1.crate \ https://static.crates.io/crates/bitflags/bitflags-1.3.2.crate \ https://static.crates.io/crates/cc/cc-1.0.79.crate \ https://static.crates.io/crates/cfg-if/cfg-if-1.0.0.crate \ https://static.crates.io/crates/clap/clap-4.2.1.crate \ https://static.crates.io/crates/clap_builder/clap_builder-4.2.1.crate \ https://static.crates.io/crates/clap_derive/clap_derive-4.2.0.crate \ https://static.crates.io/crates/clap_lex/clap_lex-0.4.1.crate \ https://static.crates.io/crates/concolor-override/concolor-override-1.0.0.crate \ https://static.crates.io/crates/concolor-query/concolor-query-0.3.3.crate \ https://static.crates.io/crates/crossterm/crossterm-0.26.1.crate \ https://static.crates.io/crates/crossterm_winapi/crossterm_winapi-0.9.0.crate \ https://static.crates.io/crates/cvt/cvt-0.1.2.crate \ https://static.crates.io/crates/directories-next/directories-next-2.0.0.crate \ https://static.crates.io/crates/dirs-sys-next/dirs-sys-next-0.1.2.crate \ https://static.crates.io/crates/dns_common/dns_common-0.2.1.crate \ https://static.crates.io/crates/dns_common_derive/dns_common_derive-0.2.1.crate \ https://static.crates.io/crates/edit/edit-0.1.4.crate \ https://static.crates.io/crates/either/either-1.6.1.crate \ https://static.crates.io/crates/errno/errno-0.3.0.crate \ https://static.crates.io/crates/errno-dragonfly/errno-dragonfly-0.1.2.crate \ https://static.crates.io/crates/fs_at/fs_at-0.1.4.crate \ https://static.crates.io/crates/getrandom/getrandom-0.2.3.crate \ https://static.crates.io/crates/hashbrown/hashbrown-0.12.3.crate \ https://static.crates.io/crates/heck/heck-0.4.0.crate \ https://static.crates.io/crates/hermit-abi/hermit-abi-0.3.1.crate \ https://static.crates.io/crates/indexmap/indexmap-1.9.3.crate \ https://static.crates.io/crates/io-lifetimes/io-lifetimes-1.0.9.crate \ https://static.crates.io/crates/is-terminal/is-terminal-0.4.6.crate \ https://static.crates.io/crates/itoa/itoa-1.0.6.crate \ https://static.crates.io/crates/lazy_static/lazy_static-1.4.0.crate \ https://static.crates.io/crates/libc/libc-0.2.140.crate \ https://static.crates.io/crates/linux-raw-sys/linux-raw-sys-0.3.1.crate \ https://static.crates.io/crates/lock_api/lock_api-0.4.6.crate \ https://static.crates.io/crates/log/log-0.4.14.crate \ https://static.crates.io/crates/matchers/matchers-0.1.0.crate \ https://static.crates.io/crates/memchr/memchr-2.4.0.crate \ https://static.crates.io/crates/mio/mio-0.8.3.crate \ https://static.crates.io/crates/nix/nix-0.26.2.crate \ https://static.crates.io/crates/normpath/normpath-1.1.1.crate \ https://static.crates.io/crates/nu-ansi-term/nu-ansi-term-0.46.0.crate \ https://static.crates.io/crates/once_cell/once_cell-1.17.1.crate \ https://static.crates.io/crates/overload/overload-0.1.1.crate \ https://static.crates.io/crates/parking_lot/parking_lot-0.12.0.crate \ https://static.crates.io/crates/parking_lot_core/parking_lot_core-0.9.1.crate \ https://static.crates.io/crates/pin-project-lite/pin-project-lite-0.2.9.crate \ https://static.crates.io/crates/ppv-lite86/ppv-lite86-0.2.10.crate \ https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.56.crate \ https://static.crates.io/crates/quote/quote-1.0.26.crate \ https://static.crates.io/crates/rand/rand-0.8.3.crate \ https://static.crates.io/crates/rand_chacha/rand_chacha-0.3.1.crate \ https://static.crates.io/crates/rand_core/rand_core-0.6.2.crate \ https://static.crates.io/crates/rand_hc/rand_hc-0.3.0.crate \ https://static.crates.io/crates/redox_syscall/redox_syscall-0.2.8.crate \ https://static.crates.io/crates/redox_users/redox_users-0.4.0.crate \ https://static.crates.io/crates/regex/regex-1.7.3.crate \ https://static.crates.io/crates/regex-automata/regex-automata-0.1.10.crate \ https://static.crates.io/crates/regex-syntax/regex-syntax-0.6.29.crate \ https://static.crates.io/crates/remove_dir_all/remove_dir_all-0.5.3.crate \ https://static.crates.io/crates/remove_dir_all/remove_dir_all-0.8.2.crate \ https://static.crates.io/crates/rustix/rustix-0.37.7.crate \ https://static.crates.io/crates/ryu/ryu-1.0.9.crate \ https://static.crates.io/crates/same-file/same-file-1.0.6.crate \ https://static.crates.io/crates/scopeguard/scopeguard-1.1.0.crate \ https://static.crates.io/crates/serde/serde-1.0.159.crate \ https://static.crates.io/crates/serde_derive/serde_derive-1.0.159.crate \ https://static.crates.io/crates/serde_json/serde_json-1.0.95.crate \ https://static.crates.io/crates/serde_yaml/serde_yaml-0.9.21.crate \ https://static.crates.io/crates/sharded-slab/sharded-slab-0.1.4.crate \ https://static.crates.io/crates/shellwords/shellwords-1.1.0.crate \ https://static.crates.io/crates/signal-hook/signal-hook-0.3.13.crate \ https://static.crates.io/crates/signal-hook-mio/signal-hook-mio-0.2.3.crate \ https://static.crates.io/crates/signal-hook-registry/signal-hook-registry-1.4.0.crate \ https://static.crates.io/crates/smallvec/smallvec-1.10.0.crate \ https://static.crates.io/crates/smart-default/smart-default-0.6.0.crate \ https://static.crates.io/crates/stable_deref_trait/stable_deref_trait-1.2.0.crate \ https://static.crates.io/crates/static_assertions/static_assertions-1.1.0.crate \ https://static.crates.io/crates/strip-ansi-escapes/strip-ansi-escapes-0.1.1.crate \ https://static.crates.io/crates/strsim/strsim-0.10.0.crate \ https://static.crates.io/crates/syn/syn-1.0.109.crate \ https://static.crates.io/crates/syn/syn-2.0.13.crate \ https://static.crates.io/crates/synstructure/synstructure-0.12.6.crate \ https://static.crates.io/crates/tempfile/tempfile-3.2.0.crate \ https://static.crates.io/crates/thiserror/thiserror-1.0.40.crate \ https://static.crates.io/crates/thiserror-impl/thiserror-impl-1.0.40.crate \ https://static.crates.io/crates/thread_local/thread_local-1.1.7.crate \ https://static.crates.io/crates/tracing/tracing-0.1.37.crate \ https://static.crates.io/crates/tracing-attributes/tracing-attributes-0.1.23.crate \ https://static.crates.io/crates/tracing-core/tracing-core-0.1.30.crate \ https://static.crates.io/crates/tracing-log/tracing-log-0.1.3.crate \ https://static.crates.io/crates/tracing-subscriber/tracing-subscriber-0.3.16.crate \ https://static.crates.io/crates/unicode-ident/unicode-ident-1.0.8.crate \ https://static.crates.io/crates/unicode-width/unicode-width-0.1.10.crate \ https://static.crates.io/crates/unicode-xid/unicode-xid-0.2.2.crate \ https://static.crates.io/crates/unsafe-libyaml/unsafe-libyaml-0.2.8.crate \ https://static.crates.io/crates/utf8parse/utf8parse-0.2.1.crate \ https://static.crates.io/crates/valuable/valuable-0.1.0.crate \ https://static.crates.io/crates/vte/vte-0.10.1.crate \ https://static.crates.io/crates/vte_generate_state_changes/vte_generate_state_changes-0.1.1.crate \ https://static.crates.io/crates/walkdir/walkdir-2.3.3.crate \ https://static.crates.io/crates/wasi/wasi-0.10.2+wasi-snapshot-preview1.crate \ https://static.crates.io/crates/wasi/wasi-0.11.0+wasi-snapshot-preview1.crate \ https://static.crates.io/crates/which/which-4.1.0.crate \ https://static.crates.io/crates/winapi/winapi-0.3.9.crate \ https://static.crates.io/crates/winapi-i686-pc-windows-gnu/winapi-i686-pc-windows-gnu-0.4.0.crate \ https://static.crates.io/crates/winapi-util/winapi-util-0.1.5.crate \ https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/winapi-x86_64-pc-windows-gnu-0.4.0.crate \ https://static.crates.io/crates/windows-sys/windows-sys-0.32.0.crate \ https://static.crates.io/crates/windows-sys/windows-sys-0.36.1.crate \ https://static.crates.io/crates/windows-sys/windows-sys-0.45.0.crate \ https://static.crates.io/crates/windows-sys/windows-sys-0.48.0.crate \ https://static.crates.io/crates/windows-targets/windows-targets-0.42.2.crate \ https://static.crates.io/crates/windows-targets/windows-targets-0.48.0.crate \ https://static.crates.io/crates/windows_aarch64_gnullvm/windows_aarch64_gnullvm-0.42.2.crate \ https://static.crates.io/crates/windows_aarch64_gnullvm/windows_aarch64_gnullvm-0.48.0.crate \ https://static.crates.io/crates/windows_aarch64_msvc/windows_aarch64_msvc-0.32.0.crate \ https://static.crates.io/crates/windows_aarch64_msvc/windows_aarch64_msvc-0.36.1.crate \ https://static.crates.io/crates/windows_aarch64_msvc/windows_aarch64_msvc-0.42.2.crate \ https://static.crates.io/crates/windows_aarch64_msvc/windows_aarch64_msvc-0.48.0.crate \ https://static.crates.io/crates/windows_i686_gnu/windows_i686_gnu-0.32.0.crate \ https://static.crates.io/crates/windows_i686_gnu/windows_i686_gnu-0.36.1.crate \ https://static.crates.io/crates/windows_i686_gnu/windows_i686_gnu-0.42.2.crate \ https://static.crates.io/crates/windows_i686_gnu/windows_i686_gnu-0.48.0.crate \ https://static.crates.io/crates/windows_i686_msvc/windows_i686_msvc-0.32.0.crate \ https://static.crates.io/crates/windows_i686_msvc/windows_i686_msvc-0.36.1.crate \ https://static.crates.io/crates/windows_i686_msvc/windows_i686_msvc-0.42.2.crate \ https://static.crates.io/crates/windows_i686_msvc/windows_i686_msvc-0.48.0.crate \ https://static.crates.io/crates/windows_x86_64_gnu/windows_x86_64_gnu-0.32.0.crate \ https://static.crates.io/crates/windows_x86_64_gnu/windows_x86_64_gnu-0.36.1.crate \ https://static.crates.io/crates/windows_x86_64_gnu/windows_x86_64_gnu-0.42.2.crate \ https://static.crates.io/crates/windows_x86_64_gnu/windows_x86_64_gnu-0.48.0.crate \ https://static.crates.io/crates/windows_x86_64_gnullvm/windows_x86_64_gnullvm-0.42.2.crate \ https://static.crates.io/crates/windows_x86_64_gnullvm/windows_x86_64_gnullvm-0.48.0.crate \ https://static.crates.io/crates/windows_x86_64_msvc/windows_x86_64_msvc-0.32.0.crate \ https://static.crates.io/crates/windows_x86_64_msvc/windows_x86_64_msvc-0.36.1.crate \ https://static.crates.io/crates/windows_x86_64_msvc/windows_x86_64_msvc-0.42.2.crate \ https://static.crates.io/crates/windows_x86_64_msvc/windows_x86_64_msvc-0.48.0.crate" MD5SUM="cd9adcc9ef2ffa4a67ccd28a8aea5491 \ 425b8fdf70df59998d9b7c89083e48d1 \ d82a09f1c1a60aa9f46c0f76e4ea1265 \ 031f246bd9367c5371a850e640e85abe \ 53c2a5b5e01940a8d5149106c2dff04a \ d8c6a5fd9aaecb3dbf2b4a85bfb03e4c \ ca12cc5578bca6046cabf59d9ee9ee4c \ c819bcd547a7f325a7a2d710db5a0d8a \ c83252f91435a921e7e4434956010344 \ fdd18ab1fcd6905d1abb3dce8a86ea68 \ c6443ec8d007c729ba5482008d0c864d \ a295edb6953237ebbdfa8e731229f9a3 \ 7d83f411bb22318c65fec8bbee937ece \ 74634128440dbc3766bda76fdf0aaa05 \ 211f466700ae4fb8501c36fd62805655 \ 29b83c7c9c3a74416b15a2588be77b8e \ 3decc2a3d38af16171bec276f5a6ac50 \ a53136b7917d066ae41a49f2b2d19fb9 \ 489a1ad830f372e76a4363d1033a4eb4 \ eaf32bb0b3348f7aca6ceca260c31218 \ 5f97ab6850664563218eba1deb775f18 \ 22a24f05bcdf8e7e82aa83e1d1bf52b7 \ 30ec1b3363b03c11d30f45a0c7005411 \ 84353239d240e4144020851ae9768f68 \ 056c8d712ee146347c412b72f4077b2f \ e3349d8b49dd5d725cf90dba28fc0c4c \ 7d853b47c13b2cf79c38907a45c3a760 \ 854188d01f3e24633d19b159a9cc1786 \ b4e2b229c362ad0dd313ff631816d5db \ de1bb7e293f523c2b891ecafcd57fad9 \ fc65414dcac661c46f2cfad7722304f9 \ 8675c1fd26857fd9591edb8b23c285c3 \ 9db1c40cc98e60cc7bd6782249a0ba01 \ 1b41b97d982520b7364a87a39e2a1ed8 \ 4fd75413081a400a1c230f0700732611 \ c9fa9187985880eb320b350bd9024510 \ 11ce8b5f52cd315e8f52985b834b87eb \ 4799f06459eb30063f0f0ddd1e0b1525 \ a9c5dd636ef108dd85ca4e080794618a \ ffbab2186e43af074b619d6d8bfe3566 \ fba3b040a55c01be7376d3dd5c4d4920 \ 83b5b2bd50c54e08c9bbacb21757753e \ eb25786fe28f9e1774f0eb36562e4571 \ 825ecc659b700477535aa5c7dea95a82 \ 40e508baeee8cdccbc471489b0f449ff \ 29614f150859d094548bed37e78f586b \ 9d375c3f54df74656fa0543c068b861e \ 110b5ea3d4fc1e9bb304e74f7a3165ee \ 580f8f88379ff0678e8336a781dda55d \ 8d526535233ee01e0f1402b5e8f4e8e9 \ a56461a712a83abc691cf473d1835228 \ ec9e9fe40bacdde764862148c53386de \ 03a7ad2814bd9dd34e0acec8ca4f855e \ eab5fb7020e5cc0a6cfb7627c4e9b31f \ 2bba2855e1e1f6f9f68e1c4e8446fcfa \ ce6dde2ea2691fdd97632fb8c9b3e042 \ a4ff7abd41c57dfd24bbd4b50edb848f \ 4ed863e96f34f750bebed5d8bf9a7f89 \ 323153a8ec1da78a73131fec9d900c2e \ e878596904877d1d7933d8f89a63dd49 \ e30085994bbeb4b7f4895d48216d5476 \ b5b168b1af99cbb8c0f5556ffe56f1e5 \ 69e9436d5c9889a6fdf199dfc5c3d3fe \ 6bc41c1a00d8876d2ebdcda4054ee4f5 \ d961a02195226cfce1a1e23ba5980cb4 \ b5b1d0537212721d9c7eddd603541569 \ 95f4b6766a27d814b4e54d1ccb3b7fc9 \ f2303650593b13e30a85e39d8c79c961 \ 0538d1da369f3e3f0412aa4d735c1b61 \ 8f5ff45e31f879a4bb4f8815fb25acc1 \ 85cdea1e8c0313f2b3129f9b85905eb9 \ 7fe15f165a1812b23e5b1980aa364de2 \ 2d8d8b377d144f5e32b4f65a69eb0b24 \ b4a0a98a54439a5a37952c8879187ee3 \ 93678b019fcae346dc398e0f01a83f10 \ 7e7c135ac47f272b411ecd975090f73c \ 68c2d7c90e8f29c8105d0c0a5a229acd \ 9adeedabfb34b02593bdcc295acefe1a \ aea6e994efc417ef3e4b6de03255b64d \ f6eeafec802ce9ef73b714d7317c0e05 \ b077f27c741a438d0a7a474a41e22a62 \ cd23eb9bc45514102af9b76e333230fb \ 21b43d5721b3a9c16059acb691f4314d \ a8014a7c865aa54f305e8cda3ef02019 \ 26b4ac1432c227434bc943817f42872e \ 5988bad1543264a9f48b542192e7de9a \ c9defe80406280bcfce4ecf31c0200b3 \ 409984247a8d8f4e15a7e0d097a0447a \ 82d98dc87dc8503400aa095f5aa70f13 \ 64d9f46e9ba78f68c30c486be3d8b7df \ d8a61b40310276b653b4e33f966dcd13 \ 8f6b6cc71be0473b79c65abfea592c07 \ 6e328718765f2352dd34f10215488fbb \ ab44b0c93adeb9ee88e1c66555b8e6a7 \ dd290e713c28d2e565d78eedd471ed78 \ 4375c6756918c2e9080870b4a7489d4e \ 97e8197912c3d06f0b7486d07c31e182 \ 45c1d005c5df9e62640b4bbb1f79090a \ e3189db1511d7f2fe59fd1b15ebac8ff \ 96f07664354435a127662981676765dd \ 89f2916b726f47831eb4877eee7e29a3 \ 7544c989c31232ae0d941e321dfe9bb2 \ 7d6d4fc9fad200d6e295f6930e97e022 \ 087bfc476e9d73628cebd265590f11f7 \ ce3226324f5abd3860f9c79c9b92b372 \ ceee1159c41351d05f4cf705490867b3 \ 4efc6e7a118524cecefa0023a18accf7 \ 86a6d196e4dabf14f3b1366eee81b86c \ a29fec77b1e07caf7b682b881b676c06 \ 250acb3063bbdc870cbb54edcd6fff8f \ a061ad1db3e0d839725b037ff8be84e7 \ e972ea58ec203bfa6c79c1207852298b \ 164600124536762707f028a9485d6a54 \ 0498c4a11448bfc35dc7bb2caa64c753 \ db96b50050277bf05a3c68534bbb9586 \ b9e37d5fc4ad28b612b78ad37816684d \ 09de9d01e7331ff3da11f58be8bef0df \ 102eda2342e9251f693364e58751ccb2 \ b3083009944ab58cbd9c4941f4965545 \ b58284cb8ce52b8de07e09f4f8fb9653 \ f2797ade0e36f1e5d6be9d11b5076582 \ a369d510325342310c7ab159bd181dae \ 7244738a73643f06df82069d00393ad7 \ 7968284877e481b58df1569b68b5dc26 \ e8732bb9eec91463ea10020fc16991c1 \ 35d9260a71d46dd3c5b267e6f64fba88 \ 776128629d743f0d6127db259a0d8844 \ 34d06a94727c506c11e4710160e90f32 \ 3d2bf2e578fe93c538d4f8c5cfddbe9b \ edbc0fdbfa33030d9e89824ef3501e42 \ 7f60b76e78bd2a190cf3ddc2b4c4920b \ 017691b927b405669e1139b054a35f4a \ 631f9e1bcfe18e3976ef4c893ee13531 \ b55c79e62c3cc7bdf51492e000e73be8 \ ce798410cba61fe713f3487cd6cafef4 \ f56c70fbae23f08fb0912284333f7851 \ f3dad0f67aa70c6618c1593bd2086c36 \ 3c519baed53d525ce2e9aaf1744416a3 \ f55176d04297df9dd5ccae7c748e26c7 \ d20c2b0f45a62cc15c503ea610706a8f \ 085ec81e4ced998bb7f1aea30b7a630e \ ec7e437088dc741e6a0653e553abca4e \ e24dfcf625e130a1e6db0ae375a17dd7 \ ee14d4b0db3e0697d378ed7260602eeb \ 8e285ddee403a9abe62d6fe2bfbb736a \ 8cec8a187df7a7b971009a7693f60140 \ 2fa0c13b386de68baa17168774b1c5fa \ 425b8fdf70df59998d9b7c89083e48d1 \ d82a09f1c1a60aa9f46c0f76e4ea1265 \ 031f246bd9367c5371a850e640e85abe \ 53c2a5b5e01940a8d5149106c2dff04a \ d8c6a5fd9aaecb3dbf2b4a85bfb03e4c \ ca12cc5578bca6046cabf59d9ee9ee4c \ c819bcd547a7f325a7a2d710db5a0d8a \ c83252f91435a921e7e4434956010344 \ fdd18ab1fcd6905d1abb3dce8a86ea68 \ c6443ec8d007c729ba5482008d0c864d \ a295edb6953237ebbdfa8e731229f9a3 \ 7d83f411bb22318c65fec8bbee937ece \ 74634128440dbc3766bda76fdf0aaa05 \ 211f466700ae4fb8501c36fd62805655 \ 29b83c7c9c3a74416b15a2588be77b8e \ 3decc2a3d38af16171bec276f5a6ac50 \ a53136b7917d066ae41a49f2b2d19fb9 \ 489a1ad830f372e76a4363d1033a4eb4 \ eaf32bb0b3348f7aca6ceca260c31218 \ 5f97ab6850664563218eba1deb775f18 \ 22a24f05bcdf8e7e82aa83e1d1bf52b7 \ 30ec1b3363b03c11d30f45a0c7005411 \ 84353239d240e4144020851ae9768f68 \ 056c8d712ee146347c412b72f4077b2f \ e3349d8b49dd5d725cf90dba28fc0c4c \ 7d853b47c13b2cf79c38907a45c3a760 \ 854188d01f3e24633d19b159a9cc1786 \ b4e2b229c362ad0dd313ff631816d5db \ de1bb7e293f523c2b891ecafcd57fad9 \ fc65414dcac661c46f2cfad7722304f9 \ 8675c1fd26857fd9591edb8b23c285c3 \ 9db1c40cc98e60cc7bd6782249a0ba01 \ 1b41b97d982520b7364a87a39e2a1ed8 \ 4fd75413081a400a1c230f0700732611 \ c9fa9187985880eb320b350bd9024510 \ 11ce8b5f52cd315e8f52985b834b87eb \ 4799f06459eb30063f0f0ddd1e0b1525 \ a9c5dd636ef108dd85ca4e080794618a \ ffbab2186e43af074b619d6d8bfe3566 \ fba3b040a55c01be7376d3dd5c4d4920 \ 83b5b2bd50c54e08c9bbacb21757753e \ eb25786fe28f9e1774f0eb36562e4571 \ 825ecc659b700477535aa5c7dea95a82 \ 40e508baeee8cdccbc471489b0f449ff \ 29614f150859d094548bed37e78f586b \ 9d375c3f54df74656fa0543c068b861e \ 110b5ea3d4fc1e9bb304e74f7a3165ee \ 580f8f88379ff0678e8336a781dda55d \ 8d526535233ee01e0f1402b5e8f4e8e9 \ a56461a712a83abc691cf473d1835228 \ ec9e9fe40bacdde764862148c53386de \ 03a7ad2814bd9dd34e0acec8ca4f855e \ eab5fb7020e5cc0a6cfb7627c4e9b31f \ 2bba2855e1e1f6f9f68e1c4e8446fcfa \ ce6dde2ea2691fdd97632fb8c9b3e042 \ a4ff7abd41c57dfd24bbd4b50edb848f \ 4ed863e96f34f750bebed5d8bf9a7f89 \ 323153a8ec1da78a73131fec9d900c2e \ e878596904877d1d7933d8f89a63dd49 \ e30085994bbeb4b7f4895d48216d5476 \ b5b168b1af99cbb8c0f5556ffe56f1e5 \ 69e9436d5c9889a6fdf199dfc5c3d3fe \ 6bc41c1a00d8876d2ebdcda4054ee4f5 \ d961a02195226cfce1a1e23ba5980cb4 \ b5b1d0537212721d9c7eddd603541569 \ 95f4b6766a27d814b4e54d1ccb3b7fc9 \ f2303650593b13e30a85e39d8c79c961 \ 0538d1da369f3e3f0412aa4d735c1b61 \ 8f5ff45e31f879a4bb4f8815fb25acc1 \ 85cdea1e8c0313f2b3129f9b85905eb9 \ 7fe15f165a1812b23e5b1980aa364de2 \ 2d8d8b377d144f5e32b4f65a69eb0b24 \ b4a0a98a54439a5a37952c8879187ee3 \ 93678b019fcae346dc398e0f01a83f10 \ 7e7c135ac47f272b411ecd975090f73c \ 68c2d7c90e8f29c8105d0c0a5a229acd \ 9adeedabfb34b02593bdcc295acefe1a \ aea6e994efc417ef3e4b6de03255b64d \ f6eeafec802ce9ef73b714d7317c0e05 \ b077f27c741a438d0a7a474a41e22a62 \ cd23eb9bc45514102af9b76e333230fb \ 21b43d5721b3a9c16059acb691f4314d \ a8014a7c865aa54f305e8cda3ef02019 \ 26b4ac1432c227434bc943817f42872e \ 5988bad1543264a9f48b542192e7de9a \ c9defe80406280bcfce4ecf31c0200b3 \ 409984247a8d8f4e15a7e0d097a0447a \ 82d98dc87dc8503400aa095f5aa70f13 \ 64d9f46e9ba78f68c30c486be3d8b7df \ d8a61b40310276b653b4e33f966dcd13 \ 8f6b6cc71be0473b79c65abfea592c07 \ 6e328718765f2352dd34f10215488fbb \ ab44b0c93adeb9ee88e1c66555b8e6a7 \ dd290e713c28d2e565d78eedd471ed78 \ 4375c6756918c2e9080870b4a7489d4e \ 97e8197912c3d06f0b7486d07c31e182 \ 45c1d005c5df9e62640b4bbb1f79090a \ e3189db1511d7f2fe59fd1b15ebac8ff \ 96f07664354435a127662981676765dd \ 89f2916b726f47831eb4877eee7e29a3 \ 7544c989c31232ae0d941e321dfe9bb2 \ 7d6d4fc9fad200d6e295f6930e97e022 \ 087bfc476e9d73628cebd265590f11f7 \ ce3226324f5abd3860f9c79c9b92b372 \ ceee1159c41351d05f4cf705490867b3 \ 4efc6e7a118524cecefa0023a18accf7 \ 86a6d196e4dabf14f3b1366eee81b86c \ a29fec77b1e07caf7b682b881b676c06 \ 250acb3063bbdc870cbb54edcd6fff8f \ a061ad1db3e0d839725b037ff8be84e7 \ e972ea58ec203bfa6c79c1207852298b \ 164600124536762707f028a9485d6a54 \ 0498c4a11448bfc35dc7bb2caa64c753 \ db96b50050277bf05a3c68534bbb9586 \ b9e37d5fc4ad28b612b78ad37816684d \ 09de9d01e7331ff3da11f58be8bef0df \ 102eda2342e9251f693364e58751ccb2 \ b3083009944ab58cbd9c4941f4965545 \ b58284cb8ce52b8de07e09f4f8fb9653 \ f2797ade0e36f1e5d6be9d11b5076582 \ a369d510325342310c7ab159bd181dae \ 7244738a73643f06df82069d00393ad7 \ 7968284877e481b58df1569b68b5dc26 \ e8732bb9eec91463ea10020fc16991c1 \ 35d9260a71d46dd3c5b267e6f64fba88 \ 776128629d743f0d6127db259a0d8844 \ 34d06a94727c506c11e4710160e90f32 \ 3d2bf2e578fe93c538d4f8c5cfddbe9b \ edbc0fdbfa33030d9e89824ef3501e42 \ 7f60b76e78bd2a190cf3ddc2b4c4920b \ 017691b927b405669e1139b054a35f4a \ 631f9e1bcfe18e3976ef4c893ee13531 \ b55c79e62c3cc7bdf51492e000e73be8 \ ce798410cba61fe713f3487cd6cafef4 \ f56c70fbae23f08fb0912284333f7851 \ f3dad0f67aa70c6618c1593bd2086c36 \ 3c519baed53d525ce2e9aaf1744416a3 \ f55176d04297df9dd5ccae7c748e26c7 \ d20c2b0f45a62cc15c503ea610706a8f \ 085ec81e4ced998bb7f1aea30b7a630e \ ec7e437088dc741e6a0653e553abca4e \ e24dfcf625e130a1e6db0ae375a17dd7 \ ee14d4b0db3e0697d378ed7260602eeb \ 8e285ddee403a9abe62d6fe2bfbb736a \ 8cec8a187df7a7b971009a7693f60140 \ 2fa0c13b386de68baa17168774b1c5fa \ 425b8fdf70df59998d9b7c89083e48d1 \ d82a09f1c1a60aa9f46c0f76e4ea1265 \ 031f246bd9367c5371a850e640e85abe \ 53c2a5b5e01940a8d5149106c2dff04a \ d8c6a5fd9aaecb3dbf2b4a85bfb03e4c \ ca12cc5578bca6046cabf59d9ee9ee4c \ c819bcd547a7f325a7a2d710db5a0d8a \ c83252f91435a921e7e4434956010344 \ fdd18ab1fcd6905d1abb3dce8a86ea68 \ c6443ec8d007c729ba5482008d0c864d \ a295edb6953237ebbdfa8e731229f9a3 \ 7d83f411bb22318c65fec8bbee937ece \ 74634128440dbc3766bda76fdf0aaa05 \ 211f466700ae4fb8501c36fd62805655 \ 29b83c7c9c3a74416b15a2588be77b8e \ 3decc2a3d38af16171bec276f5a6ac50 \ a53136b7917d066ae41a49f2b2d19fb9 \ 489a1ad830f372e76a4363d1033a4eb4 \ eaf32bb0b3348f7aca6ceca260c31218 \ 5f97ab6850664563218eba1deb775f18 \ 22a24f05bcdf8e7e82aa83e1d1bf52b7 \ 30ec1b3363b03c11d30f45a0c7005411 \ 84353239d240e4144020851ae9768f68 \ 056c8d712ee146347c412b72f4077b2f \ e3349d8b49dd5d725cf90dba28fc0c4c \ 7d853b47c13b2cf79c38907a45c3a760 \ 854188d01f3e24633d19b159a9cc1786 \ b4e2b229c362ad0dd313ff631816d5db \ de1bb7e293f523c2b891ecafcd57fad9 \ fc65414dcac661c46f2cfad7722304f9 \ 8675c1fd26857fd9591edb8b23c285c3 \ 9db1c40cc98e60cc7bd6782249a0ba01 \ 1b41b97d982520b7364a87a39e2a1ed8 \ 4fd75413081a400a1c230f0700732611 \ c9fa9187985880eb320b350bd9024510 \ 11ce8b5f52cd315e8f52985b834b87eb \ 4799f06459eb30063f0f0ddd1e0b1525 \ a9c5dd636ef108dd85ca4e080794618a \ ffbab2186e43af074b619d6d8bfe3566 \ fba3b040a55c01be7376d3dd5c4d4920 \ 83b5b2bd50c54e08c9bbacb21757753e \ eb25786fe28f9e1774f0eb36562e4571 \ 825ecc659b700477535aa5c7dea95a82 \ 40e508baeee8cdccbc471489b0f449ff \ 29614f150859d094548bed37e78f586b \ 9d375c3f54df74656fa0543c068b861e \ 110b5ea3d4fc1e9bb304e74f7a3165ee \ 580f8f88379ff0678e8336a781dda55d \ 8d526535233ee01e0f1402b5e8f4e8e9 \ a56461a712a83abc691cf473d1835228 \ ec9e9fe40bacdde764862148c53386de \ 03a7ad2814bd9dd34e0acec8ca4f855e \ eab5fb7020e5cc0a6cfb7627c4e9b31f \ 2bba2855e1e1f6f9f68e1c4e8446fcfa \ ce6dde2ea2691fdd97632fb8c9b3e042 \ a4ff7abd41c57dfd24bbd4b50edb848f \ 4ed863e96f34f750bebed5d8bf9a7f89 \ 323153a8ec1da78a73131fec9d900c2e \ e878596904877d1d7933d8f89a63dd49 \ e30085994bbeb4b7f4895d48216d5476 \ b5b168b1af99cbb8c0f5556ffe56f1e5 \ 69e9436d5c9889a6fdf199dfc5c3d3fe \ 6bc41c1a00d8876d2ebdcda4054ee4f5 \ d961a02195226cfce1a1e23ba5980cb4 \ b5b1d0537212721d9c7eddd603541569 \ 95f4b6766a27d814b4e54d1ccb3b7fc9 \ f2303650593b13e30a85e39d8c79c961 \ 0538d1da369f3e3f0412aa4d735c1b61 \ 8f5ff45e31f879a4bb4f8815fb25acc1 \ 85cdea1e8c0313f2b3129f9b85905eb9 \ 7fe15f165a1812b23e5b1980aa364de2 \ 2d8d8b377d144f5e32b4f65a69eb0b24 \ b4a0a98a54439a5a37952c8879187ee3 \ 93678b019fcae346dc398e0f01a83f10 \ 7e7c135ac47f272b411ecd975090f73c \ 68c2d7c90e8f29c8105d0c0a5a229acd \ 9adeedabfb34b02593bdcc295acefe1a \ aea6e994efc417ef3e4b6de03255b64d \ f6eeafec802ce9ef73b714d7317c0e05 \ b077f27c741a438d0a7a474a41e22a62 \ cd23eb9bc45514102af9b76e333230fb \ 21b43d5721b3a9c16059acb691f4314d \ a8014a7c865aa54f305e8cda3ef02019 \ 26b4ac1432c227434bc943817f42872e \ 5988bad1543264a9f48b542192e7de9a \ c9defe80406280bcfce4ecf31c0200b3 \ 409984247a8d8f4e15a7e0d097a0447a \ 82d98dc87dc8503400aa095f5aa70f13 \ 64d9f46e9ba78f68c30c486be3d8b7df \ d8a61b40310276b653b4e33f966dcd13 \ 8f6b6cc71be0473b79c65abfea592c07 \ 6e328718765f2352dd34f10215488fbb \ ab44b0c93adeb9ee88e1c66555b8e6a7 \ dd290e713c28d2e565d78eedd471ed78 \ 4375c6756918c2e9080870b4a7489d4e \ 97e8197912c3d06f0b7486d07c31e182 \ 45c1d005c5df9e62640b4bbb1f79090a \ e3189db1511d7f2fe59fd1b15ebac8ff \ 96f07664354435a127662981676765dd \ 89f2916b726f47831eb4877eee7e29a3 \ 7544c989c31232ae0d941e321dfe9bb2 \ 7d6d4fc9fad200d6e295f6930e97e022 \ 087bfc476e9d73628cebd265590f11f7 \ ce3226324f5abd3860f9c79c9b92b372 \ ceee1159c41351d05f4cf705490867b3 \ 4efc6e7a118524cecefa0023a18accf7 \ 86a6d196e4dabf14f3b1366eee81b86c \ a29fec77b1e07caf7b682b881b676c06 \ 250acb3063bbdc870cbb54edcd6fff8f \ a061ad1db3e0d839725b037ff8be84e7 \ e972ea58ec203bfa6c79c1207852298b \ 164600124536762707f028a9485d6a54 \ 0498c4a11448bfc35dc7bb2caa64c753 \ db96b50050277bf05a3c68534bbb9586 \ b9e37d5fc4ad28b612b78ad37816684d \ 09de9d01e7331ff3da11f58be8bef0df \ 102eda2342e9251f693364e58751ccb2 \ b3083009944ab58cbd9c4941f4965545 \ b58284cb8ce52b8de07e09f4f8fb9653 \ f2797ade0e36f1e5d6be9d11b5076582 \ a369d510325342310c7ab159bd181dae \ 7244738a73643f06df82069d00393ad7 \ 7968284877e481b58df1569b68b5dc26 \ e8732bb9eec91463ea10020fc16991c1 \ 35d9260a71d46dd3c5b267e6f64fba88 \ 776128629d743f0d6127db259a0d8844 \ 34d06a94727c506c11e4710160e90f32 \ 3d2bf2e578fe93c538d4f8c5cfddbe9b \ edbc0fdbfa33030d9e89824ef3501e42 \ 7f60b76e78bd2a190cf3ddc2b4c4920b \ 017691b927b405669e1139b054a35f4a \ 631f9e1bcfe18e3976ef4c893ee13531 \ b55c79e62c3cc7bdf51492e000e73be8 \ ce798410cba61fe713f3487cd6cafef4 \ f56c70fbae23f08fb0912284333f7851 \ f3dad0f67aa70c6618c1593bd2086c36 \ 3c519baed53d525ce2e9aaf1744416a3 \ f55176d04297df9dd5ccae7c748e26c7 \ d20c2b0f45a62cc15c503ea610706a8f \ 085ec81e4ced998bb7f1aea30b7a630e \ ec7e437088dc741e6a0653e553abca4e \ e24dfcf625e130a1e6db0ae375a17dd7 \ ee14d4b0db3e0697d378ed7260602eeb \ 8e285ddee403a9abe62d6fe2bfbb736a \ 8cec8a187df7a7b971009a7693f60140 \ 2fa0c13b386de68baa17168774b1c5fa \ 425b8fdf70df59998d9b7c89083e48d1 \ d82a09f1c1a60aa9f46c0f76e4ea1265 \ 031f246bd9367c5371a850e640e85abe \ 53c2a5b5e01940a8d5149106c2dff04a \ d8c6a5fd9aaecb3dbf2b4a85bfb03e4c \ ca12cc5578bca6046cabf59d9ee9ee4c \ c819bcd547a7f325a7a2d710db5a0d8a \ c83252f91435a921e7e4434956010344 \ fdd18ab1fcd6905d1abb3dce8a86ea68 \ c6443ec8d007c729ba5482008d0c864d \ a295edb6953237ebbdfa8e731229f9a3 \ 7d83f411bb22318c65fec8bbee937ece \ 74634128440dbc3766bda76fdf0aaa05 \ 211f466700ae4fb8501c36fd62805655 \ 29b83c7c9c3a74416b15a2588be77b8e \ 3decc2a3d38af16171bec276f5a6ac50 \ a53136b7917d066ae41a49f2b2d19fb9 \ 489a1ad830f372e76a4363d1033a4eb4 \ eaf32bb0b3348f7aca6ceca260c31218 \ 5f97ab6850664563218eba1deb775f18 \ 22a24f05bcdf8e7e82aa83e1d1bf52b7 \ 30ec1b3363b03c11d30f45a0c7005411 \ 84353239d240e4144020851ae9768f68 \ 056c8d712ee146347c412b72f4077b2f \ e3349d8b49dd5d725cf90dba28fc0c4c \ 7d853b47c13b2cf79c38907a45c3a760 \ 854188d01f3e24633d19b159a9cc1786 \ b4e2b229c362ad0dd313ff631816d5db \ de1bb7e293f523c2b891ecafcd57fad9 \ fc65414dcac661c46f2cfad7722304f9 \ 8675c1fd26857fd9591edb8b23c285c3 \ 9db1c40cc98e60cc7bd6782249a0ba01 \ 1b41b97d982520b7364a87a39e2a1ed8 \ 4fd75413081a400a1c230f0700732611 \ c9fa9187985880eb320b350bd9024510 \ 11ce8b5f52cd315e8f52985b834b87eb \ 4799f06459eb30063f0f0ddd1e0b1525 \ a9c5dd636ef108dd85ca4e080794618a \ ffbab2186e43af074b619d6d8bfe3566 \ fba3b040a55c01be7376d3dd5c4d4920 \ 83b5b2bd50c54e08c9bbacb21757753e \ eb25786fe28f9e1774f0eb36562e4571 \ 825ecc659b700477535aa5c7dea95a82 \ 40e508baeee8cdccbc471489b0f449ff \ 29614f150859d094548bed37e78f586b \ 9d375c3f54df74656fa0543c068b861e \ 110b5ea3d4fc1e9bb304e74f7a3165ee \ 580f8f88379ff0678e8336a781dda55d \ 8d526535233ee01e0f1402b5e8f4e8e9 \ a56461a712a83abc691cf473d1835228 \ ec9e9fe40bacdde764862148c53386de \ 03a7ad2814bd9dd34e0acec8ca4f855e \ eab5fb7020e5cc0a6cfb7627c4e9b31f \ 2bba2855e1e1f6f9f68e1c4e8446fcfa \ ce6dde2ea2691fdd97632fb8c9b3e042 \ a4ff7abd41c57dfd24bbd4b50edb848f \ 4ed863e96f34f750bebed5d8bf9a7f89 \ 323153a8ec1da78a73131fec9d900c2e \ e878596904877d1d7933d8f89a63dd49 \ e30085994bbeb4b7f4895d48216d5476 \ b5b168b1af99cbb8c0f5556ffe56f1e5 \ 69e9436d5c9889a6fdf199dfc5c3d3fe \ 6bc41c1a00d8876d2ebdcda4054ee4f5 \ d961a02195226cfce1a1e23ba5980cb4 \ b5b1d0537212721d9c7eddd603541569 \ 95f4b6766a27d814b4e54d1ccb3b7fc9 \ f2303650593b13e30a85e39d8c79c961 \ 0538d1da369f3e3f0412aa4d735c1b61 \ 8f5ff45e31f879a4bb4f8815fb25acc1 \ 85cdea1e8c0313f2b3129f9b85905eb9 \ 7fe15f165a1812b23e5b1980aa364de2 \ 2d8d8b377d144f5e32b4f65a69eb0b24 \ b4a0a98a54439a5a37952c8879187ee3 \ 93678b019fcae346dc398e0f01a83f10 \ 7e7c135ac47f272b411ecd975090f73c \ 68c2d7c90e8f29c8105d0c0a5a229acd \ 9adeedabfb34b02593bdcc295acefe1a \ aea6e994efc417ef3e4b6de03255b64d \ f6eeafec802ce9ef73b714d7317c0e05 \ b077f27c741a438d0a7a474a41e22a62 \ cd23eb9bc45514102af9b76e333230fb \ 21b43d5721b3a9c16059acb691f4314d \ a8014a7c865aa54f305e8cda3ef02019 \ 26b4ac1432c227434bc943817f42872e \ 5988bad1543264a9f48b542192e7de9a \ c9defe80406280bcfce4ecf31c0200b3 \ 409984247a8d8f4e15a7e0d097a0447a \ 82d98dc87dc8503400aa095f5aa70f13 \ 64d9f46e9ba78f68c30c486be3d8b7df \ d8a61b40310276b653b4e33f966dcd13 \ 8f6b6cc71be0473b79c65abfea592c07 \ 6e328718765f2352dd34f10215488fbb \ ab44b0c93adeb9ee88e1c66555b8e6a7 \ dd290e713c28d2e565d78eedd471ed78 \ 4375c6756918c2e9080870b4a7489d4e \ 97e8197912c3d06f0b7486d07c31e182 \ 45c1d005c5df9e62640b4bbb1f79090a \ e3189db1511d7f2fe59fd1b15ebac8ff \ 96f07664354435a127662981676765dd \ 89f2916b726f47831eb4877eee7e29a3 \ 7544c989c31232ae0d941e321dfe9bb2 \ 7d6d4fc9fad200d6e295f6930e97e022 \ 087bfc476e9d73628cebd265590f11f7 \ ce3226324f5abd3860f9c79c9b92b372 \ ceee1159c41351d05f4cf705490867b3 \ 4efc6e7a118524cecefa0023a18accf7 \ 86a6d196e4dabf14f3b1366eee81b86c \ a29fec77b1e07caf7b682b881b676c06 \ 250acb3063bbdc870cbb54edcd6fff8f \ a061ad1db3e0d839725b037ff8be84e7 \ e972ea58ec203bfa6c79c1207852298b \ 164600124536762707f028a9485d6a54 \ 0498c4a11448bfc35dc7bb2caa64c753 \ db96b50050277bf05a3c68534bbb9586 \ b9e37d5fc4ad28b612b78ad37816684d \ 09de9d01e7331ff3da11f58be8bef0df \ 102eda2342e9251f693364e58751ccb2 \ b3083009944ab58cbd9c4941f4965545 \ b58284cb8ce52b8de07e09f4f8fb9653 \ f2797ade0e36f1e5d6be9d11b5076582 \ a369d510325342310c7ab159bd181dae \ 7244738a73643f06df82069d00393ad7 \ 7968284877e481b58df1569b68b5dc26 \ e8732bb9eec91463ea10020fc16991c1 \ 35d9260a71d46dd3c5b267e6f64fba88 \ 776128629d743f0d6127db259a0d8844 \ 34d06a94727c506c11e4710160e90f32 \ 3d2bf2e578fe93c538d4f8c5cfddbe9b \ edbc0fdbfa33030d9e89824ef3501e42 \ 7f60b76e78bd2a190cf3ddc2b4c4920b \ 017691b927b405669e1139b054a35f4a \ 631f9e1bcfe18e3976ef4c893ee13531 \ b55c79e62c3cc7bdf51492e000e73be8 \ ce798410cba61fe713f3487cd6cafef4 \ f56c70fbae23f08fb0912284333f7851 \ f3dad0f67aa70c6618c1593bd2086c36 \ 3c519baed53d525ce2e9aaf1744416a3 \ f55176d04297df9dd5ccae7c748e26c7 \ d20c2b0f45a62cc15c503ea610706a8f \ 085ec81e4ced998bb7f1aea30b7a630e \ ec7e437088dc741e6a0653e553abca4e \ e24dfcf625e130a1e6db0ae375a17dd7 \ ee14d4b0db3e0697d378ed7260602eeb \ 8e285ddee403a9abe62d6fe2bfbb736a \ 8cec8a187df7a7b971009a7693f60140 \ 2fa0c13b386de68baa17168774b1c5fa \ 425b8fdf70df59998d9b7c89083e48d1 \ d82a09f1c1a60aa9f46c0f76e4ea1265 \ 031f246bd9367c5371a850e640e85abe \ 53c2a5b5e01940a8d5149106c2dff04a \ d8c6a5fd9aaecb3dbf2b4a85bfb03e4c \ ca12cc5578bca6046cabf59d9ee9ee4c \ c819bcd547a7f325a7a2d710db5a0d8a \ c83252f91435a921e7e4434956010344 \ fdd18ab1fcd6905d1abb3dce8a86ea68 \ c6443ec8d007c729ba5482008d0c864d \ a295edb6953237ebbdfa8e731229f9a3 \ 7d83f411bb22318c65fec8bbee937ece \ 74634128440dbc3766bda76fdf0aaa05 \ 211f466700ae4fb8501c36fd62805655 \ 29b83c7c9c3a74416b15a2588be77b8e \ 3decc2a3d38af16171bec276f5a6ac50 \ a53136b7917d066ae41a49f2b2d19fb9 \ 489a1ad830f372e76a4363d1033a4eb4 \ eaf32bb0b3348f7aca6ceca260c31218 \ 5f97ab6850664563218eba1deb775f18 \ 22a24f05bcdf8e7e82aa83e1d1bf52b7 \ 30ec1b3363b03c11d30f45a0c7005411 \ 84353239d240e4144020851ae9768f68 \ 056c8d712ee146347c412b72f4077b2f \ e3349d8b49dd5d725cf90dba28fc0c4c \ 7d853b47c13b2cf79c38907a45c3a760 \ 854188d01f3e24633d19b159a9cc1786 \ b4e2b229c362ad0dd313ff631816d5db \ de1bb7e293f523c2b891ecafcd57fad9 \ fc65414dcac661c46f2cfad7722304f9 \ 8675c1fd26857fd9591edb8b23c285c3 \ 9db1c40cc98e60cc7bd6782249a0ba01 \ 1b41b97d982520b7364a87a39e2a1ed8 \ 4fd75413081a400a1c230f0700732611 \ c9fa9187985880eb320b350bd9024510 \ 11ce8b5f52cd315e8f52985b834b87eb \ 4799f06459eb30063f0f0ddd1e0b1525 \ a9c5dd636ef108dd85ca4e080794618a \ ffbab2186e43af074b619d6d8bfe3566 \ fba3b040a55c01be7376d3dd5c4d4920 \ 83b5b2bd50c54e08c9bbacb21757753e \ eb25786fe28f9e1774f0eb36562e4571 \ 825ecc659b700477535aa5c7dea95a82 \ 40e508baeee8cdccbc471489b0f449ff \ 29614f150859d094548bed37e78f586b \ 9d375c3f54df74656fa0543c068b861e \ 110b5ea3d4fc1e9bb304e74f7a3165ee \ 580f8f88379ff0678e8336a781dda55d \ 8d526535233ee01e0f1402b5e8f4e8e9 \ a56461a712a83abc691cf473d1835228 \ ec9e9fe40bacdde764862148c53386de \ 03a7ad2814bd9dd34e0acec8ca4f855e \ eab5fb7020e5cc0a6cfb7627c4e9b31f \ 2bba2855e1e1f6f9f68e1c4e8446fcfa \ ce6dde2ea2691fdd97632fb8c9b3e042 \ a4ff7abd41c57dfd24bbd4b50edb848f \ 4ed863e96f34f750bebed5d8bf9a7f89 \ 323153a8ec1da78a73131fec9d900c2e \ e878596904877d1d7933d8f89a63dd49 \ e30085994bbeb4b7f4895d48216d5476 \ b5b168b1af99cbb8c0f5556ffe56f1e5 \ 69e9436d5c9889a6fdf199dfc5c3d3fe \ 6bc41c1a00d8876d2ebdcda4054ee4f5 \ d961a02195226cfce1a1e23ba5980cb4 \ b5b1d0537212721d9c7eddd603541569 \ 95f4b6766a27d814b4e54d1ccb3b7fc9 \ f2303650593b13e30a85e39d8c79c961 \ 0538d1da369f3e3f0412aa4d735c1b61 \ 8f5ff45e31f879a4bb4f8815fb25acc1 \ 85cdea1e8c0313f2b3129f9b85905eb9 \ 7fe15f165a1812b23e5b1980aa364de2 \ 2d8d8b377d144f5e32b4f65a69eb0b24 \ b4a0a98a54439a5a37952c8879187ee3 \ 93678b019fcae346dc398e0f01a83f10 \ 7e7c135ac47f272b411ecd975090f73c \ 68c2d7c90e8f29c8105d0c0a5a229acd \ 9adeedabfb34b02593bdcc295acefe1a \ aea6e994efc417ef3e4b6de03255b64d \ f6eeafec802ce9ef73b714d7317c0e05 \ b077f27c741a438d0a7a474a41e22a62 \ cd23eb9bc45514102af9b76e333230fb \ 21b43d5721b3a9c16059acb691f4314d \ a8014a7c865aa54f305e8cda3ef02019 \ 26b4ac1432c227434bc943817f42872e \ 5988bad1543264a9f48b542192e7de9a \ c9defe80406280bcfce4ecf31c0200b3 \ 409984247a8d8f4e15a7e0d097a0447a \ 82d98dc87dc8503400aa095f5aa70f13 \ 64d9f46e9ba78f68c30c486be3d8b7df \ d8a61b40310276b653b4e33f966dcd13 \ 8f6b6cc71be0473b79c65abfea592c07 \ 6e328718765f2352dd34f10215488fbb \ ab44b0c93adeb9ee88e1c66555b8e6a7 \ dd290e713c28d2e565d78eedd471ed78 \ 4375c6756918c2e9080870b4a7489d4e \ 97e8197912c3d06f0b7486d07c31e182 \ 45c1d005c5df9e62640b4bbb1f79090a \ e3189db1511d7f2fe59fd1b15ebac8ff \ 96f07664354435a127662981676765dd \ 89f2916b726f47831eb4877eee7e29a3 \ 7544c989c31232ae0d941e321dfe9bb2 \ 7d6d4fc9fad200d6e295f6930e97e022 \ 087bfc476e9d73628cebd265590f11f7 \ ce3226324f5abd3860f9c79c9b92b372 \ ceee1159c41351d05f4cf705490867b3 \ 4efc6e7a118524cecefa0023a18accf7 \ 86a6d196e4dabf14f3b1366eee81b86c \ a29fec77b1e07caf7b682b881b676c06 \ 250acb3063bbdc870cbb54edcd6fff8f \ a061ad1db3e0d839725b037ff8be84e7 \ e972ea58ec203bfa6c79c1207852298b \ 164600124536762707f028a9485d6a54 \ 0498c4a11448bfc35dc7bb2caa64c753 \ db96b50050277bf05a3c68534bbb9586 \ b9e37d5fc4ad28b612b78ad37816684d \ 09de9d01e7331ff3da11f58be8bef0df \ 102eda2342e9251f693364e58751ccb2 \ b3083009944ab58cbd9c4941f4965545 \ b58284cb8ce52b8de07e09f4f8fb9653 \ f2797ade0e36f1e5d6be9d11b5076582 \ a369d510325342310c7ab159bd181dae \ 7244738a73643f06df82069d00393ad7 \ 7968284877e481b58df1569b68b5dc26 \ e8732bb9eec91463ea10020fc16991c1 \ 35d9260a71d46dd3c5b267e6f64fba88 \ 776128629d743f0d6127db259a0d8844 \ 34d06a94727c506c11e4710160e90f32 \ 3d2bf2e578fe93c538d4f8c5cfddbe9b \ edbc0fdbfa33030d9e89824ef3501e42 \ 7f60b76e78bd2a190cf3ddc2b4c4920b \ 017691b927b405669e1139b054a35f4a \ 631f9e1bcfe18e3976ef4c893ee13531 \ b55c79e62c3cc7bdf51492e000e73be8 \ ce798410cba61fe713f3487cd6cafef4 \ f56c70fbae23f08fb0912284333f7851 \ f3dad0f67aa70c6618c1593bd2086c36 \ 3c519baed53d525ce2e9aaf1744416a3 \ f55176d04297df9dd5ccae7c748e26c7 \ d20c2b0f45a62cc15c503ea610706a8f \ 085ec81e4ced998bb7f1aea30b7a630e \ ec7e437088dc741e6a0653e553abca4e \ e24dfcf625e130a1e6db0ae375a17dd7 \ ee14d4b0db3e0697d378ed7260602eeb \ 8e285ddee403a9abe62d6fe2bfbb736a \ 8cec8a187df7a7b971009a7693f60140 \ 2fa0c13b386de68baa17168774b1c5fa \ 425b8fdf70df59998d9b7c89083e48d1 \ d82a09f1c1a60aa9f46c0f76e4ea1265 \ 031f246bd9367c5371a850e640e85abe \ 53c2a5b5e01940a8d5149106c2dff04a \ d8c6a5fd9aaecb3dbf2b4a85bfb03e4c \ ca12cc5578bca6046cabf59d9ee9ee4c \ c819bcd547a7f325a7a2d710db5a0d8a \ c83252f91435a921e7e4434956010344 \ fdd18ab1fcd6905d1abb3dce8a86ea68 \ c6443ec8d007c729ba5482008d0c864d \ a295edb6953237ebbdfa8e731229f9a3 \ 7d83f411bb22318c65fec8bbee937ece \ 74634128440dbc3766bda76fdf0aaa05 \ 211f466700ae4fb8501c36fd62805655 \ 29b83c7c9c3a74416b15a2588be77b8e \ 3decc2a3d38af16171bec276f5a6ac50 \ a53136b7917d066ae41a49f2b2d19fb9 \ 489a1ad830f372e76a4363d1033a4eb4 \ eaf32bb0b3348f7aca6ceca260c31218 \ 5f97ab6850664563218eba1deb775f18 \ 22a24f05bcdf8e7e82aa83e1d1bf52b7 \ 30ec1b3363b03c11d30f45a0c7005411 \ 84353239d240e4144020851ae9768f68 \ 056c8d712ee146347c412b72f4077b2f \ e3349d8b49dd5d725cf90dba28fc0c4c \ 7d853b47c13b2cf79c38907a45c3a760 \ 854188d01f3e24633d19b159a9cc1786 \ b4e2b229c362ad0dd313ff631816d5db \ de1bb7e293f523c2b891ecafcd57fad9 \ fc65414dcac661c46f2cfad7722304f9 \ 8675c1fd26857fd9591edb8b23c285c3 \ 9db1c40cc98e60cc7bd6782249a0ba01 \ 1b41b97d982520b7364a87a39e2a1ed8 \ 4fd75413081a400a1c230f0700732611 \ c9fa9187985880eb320b350bd9024510 \ 11ce8b5f52cd315e8f52985b834b87eb \ 4799f06459eb30063f0f0ddd1e0b1525 \ a9c5dd636ef108dd85ca4e080794618a \ ffbab2186e43af074b619d6d8bfe3566 \ fba3b040a55c01be7376d3dd5c4d4920 \ 83b5b2bd50c54e08c9bbacb21757753e \ eb25786fe28f9e1774f0eb36562e4571 \ 825ecc659b700477535aa5c7dea95a82 \ 40e508baeee8cdccbc471489b0f449ff \ 29614f150859d094548bed37e78f586b \ 9d375c3f54df74656fa0543c068b861e \ 110b5ea3d4fc1e9bb304e74f7a3165ee \ 580f8f88379ff0678e8336a781dda55d \ 8d526535233ee01e0f1402b5e8f4e8e9 \ a56461a712a83abc691cf473d1835228 \ ec9e9fe40bacdde764862148c53386de \ 03a7ad2814bd9dd34e0acec8ca4f855e \ eab5fb7020e5cc0a6cfb7627c4e9b31f \ 2bba2855e1e1f6f9f68e1c4e8446fcfa \ ce6dde2ea2691fdd97632fb8c9b3e042 \ a4ff7abd41c57dfd24bbd4b50edb848f \ 4ed863e96f34f750bebed5d8bf9a7f89 \ 323153a8ec1da78a73131fec9d900c2e \ e878596904877d1d7933d8f89a63dd49 \ e30085994bbeb4b7f4895d48216d5476 \ b5b168b1af99cbb8c0f5556ffe56f1e5 \ 69e9436d5c9889a6fdf199dfc5c3d3fe \ 6bc41c1a00d8876d2ebdcda4054ee4f5 \ d961a02195226cfce1a1e23ba5980cb4 \ b5b1d0537212721d9c7eddd603541569 \ 95f4b6766a27d814b4e54d1ccb3b7fc9 \ f2303650593b13e30a85e39d8c79c961 \ 0538d1da369f3e3f0412aa4d735c1b61 \ 8f5ff45e31f879a4bb4f8815fb25acc1 \ 85cdea1e8c0313f2b3129f9b85905eb9 \ 7fe15f165a1812b23e5b1980aa364de2 \ 2d8d8b377d144f5e32b4f65a69eb0b24 \ b4a0a98a54439a5a37952c8879187ee3 \ 93678b019fcae346dc398e0f01a83f10 \ 7e7c135ac47f272b411ecd975090f73c \ 68c2d7c90e8f29c8105d0c0a5a229acd \ 9adeedabfb34b02593bdcc295acefe1a \ aea6e994efc417ef3e4b6de03255b64d \ f6eeafec802ce9ef73b714d7317c0e05 \ b077f27c741a438d0a7a474a41e22a62 \ cd23eb9bc45514102af9b76e333230fb \ 21b43d5721b3a9c16059acb691f4314d \ a8014a7c865aa54f305e8cda3ef02019 \ 26b4ac1432c227434bc943817f42872e \ 5988bad1543264a9f48b542192e7de9a \ c9defe80406280bcfce4ecf31c0200b3 \ 409984247a8d8f4e15a7e0d097a0447a \ 82d98dc87dc8503400aa095f5aa70f13 \ 64d9f46e9ba78f68c30c486be3d8b7df \ d8a61b40310276b653b4e33f966dcd13 \ 8f6b6cc71be0473b79c65abfea592c07 \ 6e328718765f2352dd34f10215488fbb \ ab44b0c93adeb9ee88e1c66555b8e6a7 \ dd290e713c28d2e565d78eedd471ed78 \ 4375c6756918c2e9080870b4a7489d4e \ 97e8197912c3d06f0b7486d07c31e182 \ 45c1d005c5df9e62640b4bbb1f79090a \ e3189db1511d7f2fe59fd1b15ebac8ff \ 96f07664354435a127662981676765dd \ 89f2916b726f47831eb4877eee7e29a3 \ 7544c989c31232ae0d941e321dfe9bb2 \ 7d6d4fc9fad200d6e295f6930e97e022 \ 087bfc476e9d73628cebd265590f11f7 \ ce3226324f5abd3860f9c79c9b92b372 \ ceee1159c41351d05f4cf705490867b3 \ 4efc6e7a118524cecefa0023a18accf7 \ 86a6d196e4dabf14f3b1366eee81b86c \ a29fec77b1e07caf7b682b881b676c06 \ 250acb3063bbdc870cbb54edcd6fff8f \ a061ad1db3e0d839725b037ff8be84e7 \ e972ea58ec203bfa6c79c1207852298b \ 164600124536762707f028a9485d6a54 \ 0498c4a11448bfc35dc7bb2caa64c753 \ db96b50050277bf05a3c68534bbb9586 \ b9e37d5fc4ad28b612b78ad37816684d \ 09de9d01e7331ff3da11f58be8bef0df \ 102eda2342e9251f693364e58751ccb2 \ b3083009944ab58cbd9c4941f4965545 \ b58284cb8ce52b8de07e09f4f8fb9653 \ f2797ade0e36f1e5d6be9d11b5076582 \ a369d510325342310c7ab159bd181dae \ 7244738a73643f06df82069d00393ad7 \ 7968284877e481b58df1569b68b5dc26 \ e8732bb9eec91463ea10020fc16991c1 \ 35d9260a71d46dd3c5b267e6f64fba88 \ 776128629d743f0d6127db259a0d8844 \ 34d06a94727c506c11e4710160e90f32 \ 3d2bf2e578fe93c538d4f8c5cfddbe9b \ edbc0fdbfa33030d9e89824ef3501e42 \ 7f60b76e78bd2a190cf3ddc2b4c4920b \ 017691b927b405669e1139b054a35f4a \ 631f9e1bcfe18e3976ef4c893ee13531 \ b55c79e62c3cc7bdf51492e000e73be8 \ ce798410cba61fe713f3487cd6cafef4 \ f56c70fbae23f08fb0912284333f7851 \ f3dad0f67aa70c6618c1593bd2086c36 \ 3c519baed53d525ce2e9aaf1744416a3 \ f55176d04297df9dd5ccae7c748e26c7 \ d20c2b0f45a62cc15c503ea610706a8f \ 085ec81e4ced998bb7f1aea30b7a630e \ ec7e437088dc741e6a0653e553abca4e \ e24dfcf625e130a1e6db0ae375a17dd7 \ ee14d4b0db3e0697d378ed7260602eeb \ 8e285ddee403a9abe62d6fe2bfbb736a \ 8cec8a187df7a7b971009a7693f60140 \ 2fa0c13b386de68baa17168774b1c5fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="rust16" MAINTAINER="Tonus" EMAIL="tonus1 at free.fr" -------------- next part -------------- navi : An interactive cheatsheet tool for the command-line and application launchers. navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. Pros - it will spare you from knowing CLIs by heart - it will spare you from copy-pasting output from intermediate commands - it will make you type less - it will teach you new one-liners It uses fzf, skim or Alfred under the hood. It can be either used as a command or as a shell widget '? la' Ctrl-R). Running navi the first time will help you download cheatsheets. -------------- next part -------------- # HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| navi: navi (interactive cheat tool for command-line and apps launchers) navi: navi: An interactive cheatsheet tool for the command-line and application navi: launchers. navi: navi: navi allows you to browse through cheatsheets (that you may write navi: yourself or download from maintainers) and execute commands. navi: Suggested values for arguments are dynamically displayed in a list. navi: navi: navi: From kvngncrlsn at gmail.com Mon Oct 9 11:10:40 2023 From: kvngncrlsn at gmail.com (K. Eugene Carlson) Date: Mon, 9 Oct 2023 20:10:40 +0900 Subject: [Slackbuilds-users] Rust crates: download issue In-Reply-To: References: <1ff5a71f-54a0-467b-a639-8e45cb6ec842@slackbuilds.org> Message-ID: I did manage to generate the info script and build the package without any md5 errors; the exact script I used for .info generation is attached. Tonus, I actually haven't had any previous reports about rust-info.sh throwing bad md5s. Sorry it didn't seem to work for you this time. If you can send a copy of the script you ran, I might be able to see what went wrong. The file I wound up with only had 302 lines, so extra crates might have something to do with it. Best regards, Gene On Mon, Oct 9, 2023 at 11:11?AM Tonus wrote: > On Mon, Oct 09, 2023 at 08:10:59AM +0700, Willy Sudiarto Raharjo wrote: > >>Next problem : sbopkg wich is my main test tool complains navi could > >>not be found in /var/cache/sbopkg even if I copy the source tarball > >>from v2.22.1 to navi-2.22.1 even if after this failure, launching > >>the Slackbuild runs with no problem from > >>/var/lib/sbopkg/SBo/15.0/office/navi/ > >> > >>I can't figure why sbopkg is failing. > >>Could someone shed some light ? > > > > > >works fine here > > > >navi not found in /data/source. > >--2023-10-09 08:08:49-- > >https://github.com/denisidoro/navi/archive/v2.20.1/navi-2.20.1.tar.gz > >Resolving github.com (github.com)... 20.205.243.166 > >Connecting to github.com (github.com)|20.205.243.166|:443... connected. > >HTTP request sent, awaiting response... 302 Found > >Location: > >https://codeload.github.com/denisidoro/navi/tar.gz/refs/tags/v2.20.1 > >[following] > >--2023-10-09 08:08:50-- > >https://codeload.github.com/denisidoro/navi/tar.gz/refs/tags/v2.20.1 > >Resolving codeload.github.com (codeload.github.com)... 20.205.243.165 > >Connecting to codeload.github.com > >(codeload.github.com)|20.205.243.165|:443... connected. > >HTTP request sent, awaiting response... 200 OK > >Length: unspecified [application/x-gzip] > >Saving to: ?navi-2.20.1.tar.gz? > > > >navi-2.20.1.tar.gz [ <=> ] 58.63K --.-KB/s in > >0.08s > > > >2023-10-09 08:08:51 (767 KB/s) - ?navi-2.20.1.tar.gz? saved [60039] > > > >Found navi-2.20.1.tar.gz in /data/source. > >Checking MD5SUM: > > MD5SUM check for navi-2.20.1.tar.gz ... OK > > > >since you mentioned about 2.22.1, i assume you are building from > >different version from what we have in our repository? > >sbopkg is designed to work with what we have in our repository > > > > > >-- > >Willy Sudiarto Raharjo > > Silly me ! I forgot to join the files. > I maintain navi and tested on a personnal branch, from which I have the > fail I mentionned. I do not want to submit before I sort this out. > > Here are the files. > > -- > Regards, > > Tonus > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rust-info.sh Type: application/x-shellscript Size: 4605 bytes Desc: not available URL: From tonus1 at free.fr Mon Oct 9 23:42:50 2023 From: tonus1 at free.fr (Tonus) Date: Tue, 10 Oct 2023 01:42:50 +0200 Subject: [Slackbuilds-users] Rust crates: download issue In-Reply-To: References: <1ff5a71f-54a0-467b-a639-8e45cb6ec842@slackbuilds.org> Message-ID: On Mon, Oct 09, 2023 at 08:10:40PM +0900, K. Eugene Carlson wrote: >I did manage to generate the info script and build the package without any >md5 errors; the exact script I used for .info generation is attached. > These were sha256sum no md5sum. >Tonus, I actually haven't had any previous reports about rust-info.sh >throwing bad md5s. Sorry it didn't seem to work for you this time. If you >can send a copy of the script you ran, I might be able to see what went >wrong. The file I wound up with only had 302 lines, so extra crates might >have something to do with it. > >Best regards, > >Gene > Thank you for your reply. Indeed your script ran without any problem. The only difference I could get with the one I used were quotes around HOMEPAGE and missing for MAINTAINER informations... Package navi then builds fine and will be submited. Sorry for the noise :\ -- Regards, Tonus From willysr at slackbuilds.org Sat Oct 14 10:06:19 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 14 Oct 2023 17:06:19 +0700 Subject: [Slackbuilds-users] Updates - 20231014.1 Message-ID: Sat Oct 14 03:33:09 UTC 2023 academic/ViennaRNA: upgrade to version 2.6.4; edit README academic/ncbi-edirect: Updated for version 20.5.20231007. academic/python3-scipy: Version bump to 1.11.3 desktop/nwg-panel: Updated for version 0.9.14. desktop/nwg-shell-config: Update for version 0.5.22 desktop/nwg-shell-wallpapers: updated to version 1.3 desktop/nwg-shell: Updated for version 0.5.14. desktop/qt5ct: Updated for version 1.8. development/composer: Updated for version 2.6.5 development/dbeaver-ce: Updated for version 23.2.1. development/devhelp: Update for 43.0; new maintainer development/ghex: Update for 45.0 development/github-desktop: Updated for version 3.3.3. development/google-go-lang: Fix MD5SUM. development/mongodb-compass: Updated for version 1.40.3. development/neovim: Updated for version 0.9.4. development/nodejs: Updated for version 20.8.1. development/notepadnext: Added (Reimplementation of Notepad++). development/nwjs: Updated for version 0.63.0. development/postman: Updated for version 10.19.0 development/pycharm: Updated for version 2023.2.2.232.9921.89. development/qb64pe: Fix permission. development/qb64pe: Updated for version 3.9.1. development/uftrace: Updated for version 20231009_e37b05c development/xnedit: Updated for version 1.5.2. development/xxd-standalone: Updated for version 9.0.2003. development/zope.interface: updated for version 6.1 gis/eccodes: Updated for version 2.32.0. gis/python3-shapely: Updated for version 2.0.2. graphics/qcustomplot: Added (Qt C++ Widget). graphics/tesseract: Update for 5.3.3 ham/gridtracker: Added (Amateur Radio Companion). libraries/DateTime: Removed. Unmaintained - python2 build with python3 dependencies. libraries/audioread: Updated for version 3.0.1. libraries/cmark: Updated for version 0.30.3 libraries/kirigami-addons: Added (add-ons for kirigami framework). libraries/libaec: Updated for version 1.1.2. libraries/libcoap: Updated for version 4.3.4. libraries/libcpuid: Updated for version 0.6.4. libraries/pkcs11-helper: Added (PKCS#11 simplification). libraries/pugixml: Update MD5SUM. libraries/qt-heif-image-plugin: Updated for version 0.3.4. libraries/wxWidgets: Updated for version 3.2.3. libraries/zeromq: updated for version 4.3.5 libraries/zope.hookable: updated for version 6.0 libraries/zope.i18nmessageid: updated for version 6.1.0 libraries/zope.proxy: updated for version 5.1 libraries/zope.security: updated for version 6.2 misc/bitwarden-desktop: Updated for version 2023.9.2. misc/fcitx5-chinese-addons: Updated for version 5.1.1. misc/fcitx5-configtool: Updated for version 5.1.1. misc/fcitx5-qt: Updated for version 5.1.1. misc/fcitx5: Updated for version 5.1.1. misc/libime: Updated for version 1.1.2. multimedia/picard-plugins: Version bump to 5a18c78 multimedia/picard: Version bump to 2.10 network/AdGuardHome: Updated for version 0.107.39. network/acme.sh: Updated for version 3.0.7. network/brave-browser: update 1.59.117 network/element-desktop: Updated for version 1.11.46. network/gui-ufw: Updated for version 22.04.0 network/httpie: Update MD5SUM. network/microsoft-edge: update 118.0.2088.46 network/mullvadvpn-app: Updated to version 2023.5 network/neomutt: Updated for version 20231006. network/nyxt: Updated for version 3.9.0. network/rspamd: Updated for version 3.7.1 network/signal-desktop: Updated for version 6.34.0. network/sngrep: Added (SIP analysis tool). network/sslscan: Updated for version 2.1.1. network/teamviewer: Updated for version 15.46.7. network/tokodon: Added (mastodon client). network/tor-browser: Updated for version 13.0. network/tor: Updated for version 0.4.8.7 network/vdirsyncer: Fix, add missing dep. network/zoom-linux: Updated for version 5.16.2.8828 office/MasterPDFEditor: Updated for version 5.9.70. office/calibre-bin: Updated for version 6.28.1. office/navi: Updated for version 2.22.1. python/Unidecode: Updated for version 1.3.7. python/bleach: updated for version 6.1.0 python/mypy: Updated for version 1.6.0. python/python3-BTrees: updated for version 5.1 python/python3-Flask-Babel: Updated for version 4.0.0. python/python3-Flask-WTF: Updated for version 1.2.1. python/python3-WTForms: Updated for version 3.1.0. python/python3-annotated-types: Updated for version 0.6.0. python/python3-blinker: Updated for version 1.6.3. python/python3-flask-paginate: Updated for version 2023.10.8. python/python3-geventhttpclient: Updated for version 2.0.11. python/python3-httpcore: Updated for version 1.0.0. python/python3-identify: Updated MD5SUM. python/python3-maturin: Updated for version 1.3.0. python/python3-orjson: Updated for version 3.9.9. python/python3-pdm-backend: Version bump to 2.1.7 python/python3-persistent: updated for version 5.1 python/python3-rich: Updated for version 13.6.0. python/python3-texttable: Updated for version 1.7.0. python/python3-twisted: fixed for zope.interface 6.x python/python3-websocket-client: Updated for version 1.6.4. python/python3-zodbpickle: updated for version 3.1 python/ttfautohint-py: Update deps. python/typing-extensions: Version bump to 4.8.0 pyton/phthon3-aiohttp: updated to version 3.8.6 ruby/ruby-build: Updated for version 20231012. system/B-em: Update script. system/Iosevka-aile: Updated for version 27.2.0. system/Iosevka-etoile: Updated for version 27.2.0. system/Type1_to_OTF: Update deps to python3-fonttools system/afdko: Update deps to python3-fonttools system/bat: Updated for version 0.24.0. system/dosbox-x: updated for version 2023.10.06 system/fonts-malayalam-extra: Added (Malayalam fonts). system/kitty: Updated for version 0.30.1 system/letsencrypt: Updated for version 2.7.1. system/locust: Updated for version 2.17.0. system/lxgw-wenkai-fonts: Updated for version 1.311. system/lxgw-wenkai-gb-fonts: Updated for version 1.011. system/lxgw-wenkai-tc-fonts: Updated for version 1.011. system/mbpfan: Fix permission. system/openzfs: Updated for version 2.1.13. system/polychromatic: Updated for version 0.8.2. system/prometheus: Updated to version 2.47.1 system/slack-osquery: Updated for version 1.2. system/sst: Updated for version 1.10. system/unar: Updated for version 1.10.8. system/virtualxt: Updated for version 0.10. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From davidnchmelik at gmail.com Sun Oct 15 01:26:36 2023 From: davidnchmelik at gmail.com (David Chmelik) Date: Sat, 14 Oct 2023 18:26:36 -0700 Subject: [Slackbuilds-users] khronosschoty's SlackBuilds In-Reply-To: References: Message-ID: Do you know if he got my messages or why he's seemed inactive for almost a year? Chatting on IRC isn't 'active' SlackBuilding... On Wed, Oct 4, 2023 at 11:00?PM Matteo Bernardini wrote: > > Il giorno gio 5 ott 2023 alle ore 07:43 ha scritto: >> >> I emailed khronosschoty months ago about his palemoon SlackBuilds which >> are approaching a year old if not already (many versions behind) but >> never heard back, nor on IRC. I'm not prepared to take over any but >> maybe a SlackBuilds staff member should try to contact him then decide >> what to do next. > > > I've chatted with him on irc a few days ago so I think he's active... > > Matteo > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From artourter at gmail.com Sun Oct 15 14:48:17 2023 From: artourter at gmail.com (Greg Tourte) Date: Sun, 15 Oct 2023 15:48:17 +0100 Subject: [Slackbuilds-users] Updates - 20231014.1 In-Reply-To: References: Message-ID: 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 < willysr at slackbuilds.org> wrote: > Sat Oct 14 03:33:09 UTC 2023 > academic/python3-scipy: Version bump to 1.11.3 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fourtysixandtwo at sliderr.net Sun Oct 15 16:38:17 2023 From: fourtysixandtwo at sliderr.net (fourtysixandtwo) Date: Sun, 15 Oct 2023 10:38:17 -0600 Subject: [Slackbuilds-users] Updates - 20231014.1 In-Reply-To: References: Message-ID: Tried it on my build vm and saw the same thing. python3-mesonpy is also missing as a dep. I was able to build scipy without openBLAS by adding cblas as a dep and making the following change to the slackbuild. (Everything needs to be rebuilt without openBLAS): -python3 -m build --wheel --no-isolation +python3 -m build --wheel --no-isolation -Csetup-args="-Dblas=blas" -Csetup-args="-Dlapack=lapack" On Sun, Oct 15, 2023 at 8:48?AM Greg Tourte wrote: > 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 < > willysr at slackbuilds.org> wrote: > >> Sat Oct 14 03:33:09 UTC 2023 >> academic/python3-scipy: Version bump to 1.11.3 >> >> _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sun Oct 15 18:18:32 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 16 Oct 2023 01:18:32 +0700 Subject: [Slackbuilds-users] Updates - 20231014.1 In-Reply-To: References: Message-ID: <5081fab5-dc99-4670-bb0b-452e3df12b46@slackbuilds.org> > 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 < > willysr at slackbuilds.org> wrote: > >> Sat Oct 14 03:33:09 UTC 2023 >> academic/python3-scipy: Version bump to 1.11.3 The author has noticed this issue https://github.com/SlackBuildsOrg/slackbuilds/pull/3374 -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From jebrhansen+SBo at gmail.com Sun Oct 15 22:47:47 2023 From: jebrhansen+SBo at gmail.com (Jeremy Hansen) Date: Sun, 15 Oct 2023 15:47:47 -0700 Subject: [Slackbuilds-users] Updates - 20231014.1 In-Reply-To: References: Message-ID: On Sun, Oct 15, 2023, 9:38?AM fourtysixandtwo wrote: > Tried it on my build vm and saw the same thing. python3-mesonpy is also > missing as a dep. > > I was able to build scipy without openBLAS by adding cblas as a dep and > making the following change to the slackbuild. (Everything needs to be > rebuilt without openBLAS): > > -python3 -m build --wheel --no-isolation > +python3 -m build --wheel --no-isolation -Csetup-args="-Dblas=blas" > -Csetup-args="-Dlapack=lapack" > Is there a benefit with cblas over openBLAS? I'm not familiar enough with either of them. Jeremy -------------- next part -------------- An HTML attachment was scrubbed... URL: From fourtysixandtwo at sliderr.net Sun Oct 15 23:45:28 2023 From: fourtysixandtwo at sliderr.net (fourtysixandtwo) Date: Sun, 15 Oct 2023 17:45:28 -0600 Subject: [Slackbuilds-users] Updates - 20231014.1 In-Reply-To: References: Message-ID: Me neither, I've just followed the information from the numpy slackbuild and gone with OpenBLAS the majority of the time while testing my builds and their dependees. "It is highly recommended to install libraries implementing BLAS and LAPACK before installing numpy. You may choose between: a) BLAS and LAPACK (reference but unoptimized and thus slow) b) OpenBLAS (optimized, provides LAPACK too) c) ATLAS and LAPACK (optimized), good to read README.ATLAS All these are available on SlackBuilds.org." On Sun, Oct 15, 2023 at 4:48?PM Jeremy Hansen wrote: > On Sun, Oct 15, 2023, 9:38?AM fourtysixandtwo > wrote: > >> Tried it on my build vm and saw the same thing. python3-mesonpy is also >> missing as a dep. >> >> I was able to build scipy without openBLAS by adding cblas as a dep and >> making the following change to the slackbuild. (Everything needs to be >> rebuilt without openBLAS): >> >> -python3 -m build --wheel --no-isolation >> +python3 -m build --wheel --no-isolation -Csetup-args="-Dblas=blas" >> -Csetup-args="-Dlapack=lapack" >> > > Is there a benefit with cblas over openBLAS? I'm not familiar enough with > either of them. > > Jeremy > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From arnaud.garcia-fernandez at laposte.net Mon Oct 16 07:17:19 2023 From: arnaud.garcia-fernandez at laposte.net (Arnaud) Date: Mon, 16 Oct 2023 09:17:19 +0200 Subject: [Slackbuilds-users] Updates - 20231014.1 In-Reply-To: References: Message-ID: <20231016091719.4eb7c0bab9a987aaa26f50bf@laposte.net> > network/httpie: Update MD5SUM. This new version changes the source path from httpie-$VERSION to cli-$VERSION. Well, that doesn't seem to work here, when I download the sources, they extract to a httpie-3.2.2/ directory. I don't know what happened, probably something upstream, but it seems broken now. - Yth. From willysr at slackbuilds.org Mon Oct 16 10:18:49 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 16 Oct 2023 17:18:49 +0700 Subject: [Slackbuilds-users] Updates - 20231014.1 In-Reply-To: <20231016091719.4eb7c0bab9a987aaa26f50bf@laposte.net> References: <20231016091719.4eb7c0bab9a987aaa26f50bf@laposte.net> Message-ID: >> network/httpie: Update MD5SUM. > > This new version changes the source path from httpie-$VERSION to cli-$VERSION. > Well, that doesn't seem to work here, when I download the sources, they extract > to a httpie-3.2.2/ directory. > > I don't know what happened, probably something upstream, but it seems broken now. they changed the project name into cli https://github.com/httpie/cli that's why the tarball is changed as well -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Mon Oct 16 10:23:35 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 16 Oct 2023 17:23:35 +0700 Subject: [Slackbuilds-users] Updates - 20231014.1 In-Reply-To: References: <20231016091719.4eb7c0bab9a987aaa26f50bf@laposte.net> Message-ID: >>> network/httpie: Update MD5SUM. >> >> This new version changes the source path from httpie-$VERSION to >> cli-$VERSION. >> Well, that doesn't seem to work here, when I download the sources, >> they extract >> to a httpie-3.2.2/ directory. >> >> I don't know what happened, probably something upstream, but it seems >> broken now. > > they changed the project name into cli > https://github.com/httpie/cli > > that's why the tarball is changed as well anyway, it's now fixed on my branch -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From erich.public at protonmail.com Mon Oct 16 13:24:43 2023 From: erich.public at protonmail.com (Erich Ritz) Date: Mon, 16 Oct 2023 13:24:43 +0000 Subject: [Slackbuilds-users] Updates - 20231014.1 In-Reply-To: References: Message-ID: <4PJ_fKshPxKqH2jICNuARkxu3qbpqxIwVH1OzVtz4cN6ISyVx5WEni8d6309hoRIKv-AFFwr5Ll9qehi1OMyc8oHrjrzwODkGPpDsxwO2Uw=@protonmail.com> ------- Original Message ------- On Sunday, October 15th, 2023 at 6:45 PM, fourtysixandtwo wrote: > Me neither, I've just followed the information from the numpy slackbuild and gone with OpenBLAS the majority of the time while testing my builds and their dependees. > > "It is highly recommended to install libraries implementing BLAS and > LAPACK before installing numpy. You may choose between: > a) BLAS and LAPACK (reference but unoptimized and thus slow) > b) OpenBLAS (optimized, provides LAPACK too) > c) ATLAS and LAPACK (optimized), good to read README.ATLAS > All these are available on SlackBuilds.org." > I also use OpenBLAS as much as possible for all builds requiring BLAS/LAPACK: $ grep -i -e '\(blas\|lapack\)' /var/lib/slackrepo/etr/hintfiles/*.hint /var/lib/slackrepo/etr/hintfiles/OpenSceneGraph.hint:ADDREQUIRES="dcmtk gdal gtkglext libgta libLAS fltk wxGTK3" /var/lib/slackrepo/etr/hintfiles/arpack-ng.hint:DELREQUIRES="blas lapack" /var/lib/slackrepo/etr/hintfiles/arpack-ng.hint:ADDREQUIRES="OpenBLAS" /var/lib/slackrepo/etr/hintfiles/blas.hint:SKIP="Use OpenBLAS instead" /var/lib/slackrepo/etr/hintfiles/lapack.hint:SKIP="Use OpenBLAS instead" /var/lib/slackrepo/etr/hintfiles/numpy.hint:ADDREQUIRES="OpenBLAS" /var/lib/slackrepo/etr/hintfiles/numpy3.hint:ADDREQUIRES="OpenBLAS" /var/lib/slackrepo/etr/hintfiles/octave.hint:DELREQUIRES="lapack" /var/lib/slackrepo/etr/hintfiles/octave.hint:ADDREQUIRES="OpenBLAS suitesparse glpk arpack-ng qrupdate sundials qhull hdf5 fltk ftgl gl2ps GraphicsMagick portaudio rapidjson zulu-openjdk11" /var/lib/slackrepo/etr/hintfiles/python2-numpy.hint:ADDREQUIRES="OpenBLAS" /var/lib/slackrepo/etr/hintfiles/python3-numpy.hint:ADDREQUIRES="OpenBLAS" /var/lib/slackrepo/etr/hintfiles/python3-scipy.hint:ADDREQUIRES="python3-matplotlib OpenBLAS" /var/lib/slackrepo/etr/hintfiles/python3-scipy.hint:DELREQUIRES="lapack" /var/lib/slackrepo/etr/hintfiles/qrupdate.hint:DELREQUIRES="blas lapack" /var/lib/slackrepo/etr/hintfiles/qrupdate.hint:ADDREQUIRES="OpenBLAS" /var/lib/slackrepo/etr/hintfiles/scipy3.hint:ADDREQUIRES="python3-matplotlib OpenBLAS" /var/lib/slackrepo/etr/hintfiles/scipy3.hint:DELREQUIRES="lapack" /var/lib/slackrepo/etr/hintfiles/suitesparse.hint:DELREQUIRES="lapack" /var/lib/slackrepo/etr/hintfiles/suitesparse.hint:OPTIONS="BLAS=-lopenblas LAPACK=' ' " /var/lib/slackrepo/etr/hintfiles/sundials.hint:ADDREQUIRES="OpenBLAS suitesparse" Erich > On Sun, Oct 15, 2023 at 4:48?PM Jeremy Hansen wrote: > > > On Sun, Oct 15, 2023, 9:38?AM fourtysixandtwo wrote: > > > > > Tried it on my build vm and saw the same thing. python3-mesonpy is also missing as a dep. > > > > > > I was able to build scipy without openBLAS by adding cblas as a dep and making the following change to the slackbuild. (Everything needs to be rebuilt without openBLAS): > > > > > > -python3 -m build --wheel --no-isolation > > > +python3 -m build --wheel --no-isolation -Csetup-args="-Dblas=blas" -Csetup-args="-Dlapack=lapack" > > > > > > Is there a benefit with cblas over openBLAS? I'm not familiar enough with either of them. > > > > Jeremy > > _______________________________________________ > > SlackBuilds-users mailing list > > SlackBuilds-users at slackbuilds.org > > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > > FAQ - https://slackbuilds.org/faq/ From fourtysixandtwo at sliderr.net Mon Oct 16 15:13:29 2023 From: fourtysixandtwo at sliderr.net (fourtysixandtwo) Date: Mon, 16 Oct 2023 09:13:29 -0600 Subject: [Slackbuilds-users] Updates - 20231014.1 In-Reply-To: <4PJ_fKshPxKqH2jICNuARkxu3qbpqxIwVH1OzVtz4cN6ISyVx5WEni8d6309hoRIKv-AFFwr5Ll9qehi1OMyc8oHrjrzwODkGPpDsxwO2Uw=@protonmail.com> References: <4PJ_fKshPxKqH2jICNuARkxu3qbpqxIwVH1OzVtz4cN6ISyVx5WEni8d6309hoRIKv-AFFwr5Ll9qehi1OMyc8oHrjrzwODkGPpDsxwO2Uw=@protonmail.com> Message-ID: On Mon, Oct 16, 2023 at 7:25?AM Erich Ritz via SlackBuilds-users wrote: > > I also use OpenBLAS as much as possible for all builds requiring BLAS/LAPACK: > > Erich Forgot to mention it, but lapack should be removed as a dep from python3-scipy too. All this begs the question, would it be advisable to standardize on OpenBLAS instead of blas/lapack? Kyle mentions in the readme of the latter "If you want good performance, then use the BLAS libraries provided by your CPU vendor, or OpenBLAS or atlas provided by SlackBuilds.org." From andrzej at telszewski.com Thu Oct 19 08:55:08 2023 From: andrzej at telszewski.com (Andrzej Telszewski) Date: Thu, 19 Oct 2023 10:55:08 +0200 Subject: [Slackbuilds-users] Removing comments from borgbackup Message-ID: <1bc69159-2455-4eae-96aa-b8f0d385d44c@telszewski.com> Hi, I'm about to push a version update to _borgbackup_. While doing that, I would like to remove and/ or reformat comments introduced to the SlackBuild by SBo admins. (introduced when the SlackBuild was update by SBo, and not by me.) Is that OK? -- Best regards, Andrzej Telszewski From noisecode3 at gmail.com Thu Oct 19 13:20:14 2023 From: noisecode3 at gmail.com (=?UTF-8?Q?Martin_B=C3=A5ngens?=) Date: Thu, 19 Oct 2023 15:20:14 +0200 Subject: [Slackbuilds-users] elinks continued development Message-ID: From https://github.com/rkd77/elinks on github I tried replacing the tar and used the elinks slackbuild script, removed all patches and cleaned up unused variables. I'm on slackware current I couldn't build the old elinks. I only use it for development documentation sites and simple sites. It still builds with js185. Should we provide a different build for elinks? The one we have I believe is form 2017, the original. From urchlay at slackware.uk Thu Oct 19 19:28:43 2023 From: urchlay at slackware.uk (B. Watson) Date: Thu, 19 Oct 2023 15:28:43 -0400 (EDT) Subject: [Slackbuilds-users] Removing comments from borgbackup In-Reply-To: <1bc69159-2455-4eae-96aa-b8f0d385d44c@telszewski.com> References: <1bc69159-2455-4eae-96aa-b8f0d385d44c@telszewski.com> Message-ID: <897e514-6981-cdad-d4e5-fb44eb27ccdc@slackware.uk> On Thu, 19 Oct 2023, Andrzej Telszewski wrote: > I'm about to push a version update to _borgbackup_. > > While doing that, I would like to remove and/ or reformat comments introduced > to the SlackBuild by SBo admins. > (introduced when the SlackBuild was update by SBo, and not by me.) > > Is that OK? Sure. The script has code in it that you didn't write. The comments are there to explain to you why that code was added/changed and what it's for. So long as you understand the code, you don't need the comments. The other answer is: It's your script, so yes you can remove the comments if you want. From royal.post at protonmail.com Fri Oct 20 00:46:02 2023 From: royal.post at protonmail.com (royal.post) Date: Fri, 20 Oct 2023 00:46:02 +0000 Subject: [Slackbuilds-users] qt5ct (1.8) Doesn't Compile in Slack 15 & DEV Email Not Working Message-ID: <738jxkJVHQnbsto6vwcY6ELq0MxoJFWiLOHFLjbRVkOm1WJd-KjBkPzLE9d1KewLwcx5nAyrlkCjnHxlMlAQKgucjaGc5_SDGvj3735rZDg=@protonmail.com> Hello, This SBo doesn't compile in Slack 15; https://slackbuilds.org/repository/15.0/desktop/qt5ct/ It fails at the term with this output; /usr/bin/ld: .build/obj/appearancepage.o: in function `AppearancePage::on_colorSchemeComboBox_activated(int)': appearancepage.cpp:(.text+0x1ab4): undefined reference to `Qt5CT::loadColorScheme(QString const&, QPalette const&)' /usr/bin/ld: .build/obj/appearancepage.o: in function `AppearancePage::readSettings()': appearancepage.cpp:(.text+0x2d58): undefined reference to `Qt5CT::loadColorScheme(QString const&, QPalette const&)' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:360: qt5ct] Error 1 make[1]: Leaving directory '/tmp/sar/qt5ct-1.8/src/qt5ct' make: *** [Makefile:179: sub-src-qt5ct-make_first-ordered] Error 2 I also tried sending an email that is listed on SBo; alik at ejik dot org Of course changed to; alik at ejik.org Received a Mailer Dameon reply; This is the mail system at Proton Mail. Your email could not be delivered to one or more recipients. See below for the delivery error and email. The most common reasons for undelivered email are wrong recipient address or wrong configuration on the recipient mail server. Learn more about delivery errors in our knowledge base: https://proton.me/support/smtp-errors : host mx.yandex.ru[77.88.21.249] said: 554 5.7.1 Message rejected under suspicion of SPAM; https://ya.cc/1IrBc 1697762543-Lg73jk2YUqM0-HZL1b7Nx (in reply to end of DATA command) THANKS -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Fri Oct 20 05:29:29 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 20 Oct 2023 12:29:29 +0700 Subject: [Slackbuilds-users] qt5ct (1.8) Doesn't Compile in Slack 15 & DEV Email Not Working In-Reply-To: <738jxkJVHQnbsto6vwcY6ELq0MxoJFWiLOHFLjbRVkOm1WJd-KjBkPzLE9d1KewLwcx5nAyrlkCjnHxlMlAQKgucjaGc5_SDGvj3735rZDg=@protonmail.com> References: <738jxkJVHQnbsto6vwcY6ELq0MxoJFWiLOHFLjbRVkOm1WJd-KjBkPzLE9d1KewLwcx5nAyrlkCjnHxlMlAQKgucjaGc5_SDGvj3735rZDg=@protonmail.com> Message-ID: <9d38cb9e-b45c-4390-bcc2-10271a63bc21@slackbuilds.org> > This SBo doesn't compile in Slack 15; > > https://slackbuilds.org/repository/15.0/desktop/qt5ct/ > > > It fails at the term with this output; > > /usr/bin/ld: .build/obj/appearancepage.o: in function > `AppearancePage::on_colorSchemeComboBox_activated(int)': > appearancepage.cpp:(.text+0x1ab4): undefined reference to > `Qt5CT::loadColorScheme(QString const&, QPalette const&)' > /usr/bin/ld: .build/obj/appearancepage.o: in function > `AppearancePage::readSettings()': > appearancepage.cpp:(.text+0x2d58): undefined reference to > `Qt5CT::loadColorScheme(QString const&, QPalette const&)' > collect2: error: ld returned 1 exit status > make[1]: *** [Makefile:360: qt5ct] Error 1 > make[1]: Leaving directory '/tmp/sar/qt5ct-1.8/src/qt5ct' > make: *** [Makefile:179: sub-src-qt5ct-make_first-ordered] Error 2 Just to make sure, did you perform full installation of Slackware 15 and fully updated with latest patch from -stable? -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Fri Oct 20 05:34:13 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 20 Oct 2023 12:34:13 +0700 Subject: [Slackbuilds-users] qt5ct (1.8) Doesn't Compile in Slack 15 & DEV Email Not Working In-Reply-To: <9d38cb9e-b45c-4390-bcc2-10271a63bc21@slackbuilds.org> References: <738jxkJVHQnbsto6vwcY6ELq0MxoJFWiLOHFLjbRVkOm1WJd-KjBkPzLE9d1KewLwcx5nAyrlkCjnHxlMlAQKgucjaGc5_SDGvj3735rZDg=@protonmail.com> <9d38cb9e-b45c-4390-bcc2-10271a63bc21@slackbuilds.org> Message-ID: >> This SBo doesn't compile in Slack 15; >> >> https://slackbuilds.org/repository/15.0/desktop/qt5ct/ >> >> >> It fails at the term with this output; >> >> /usr/bin/ld: .build/obj/appearancepage.o: in function >> `AppearancePage::on_colorSchemeComboBox_activated(int)': >> appearancepage.cpp:(.text+0x1ab4): undefined reference to >> `Qt5CT::loadColorScheme(QString const&, QPalette const&)' >> /usr/bin/ld: .build/obj/appearancepage.o: in function >> `AppearancePage::readSettings()': >> appearancepage.cpp:(.text+0x2d58): undefined reference to >> `Qt5CT::loadColorScheme(QString const&, QPalette const&)' >> collect2: error: ld returned 1 exit status >> make[1]: *** [Makefile:360: qt5ct] Error 1 >> make[1]: Leaving directory '/tmp/sar/qt5ct-1.8/src/qt5ct' >> make: *** [Makefile:179: sub-src-qt5ct-make_first-ordered] Error 2 > > Just to make sure, did you perform full installation of Slackware 15 and > fully updated with latest patch from -stable? this script passed our build testing so it should work fine https://github.com/SlackBuildsOrg/slackbuilds/pull/3364 -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From urchlay at slackware.uk Fri Oct 20 06:22:11 2023 From: urchlay at slackware.uk (B. Watson) Date: Fri, 20 Oct 2023 02:22:11 -0400 (EDT) Subject: [Slackbuilds-users] qt5ct (1.8) Doesn't Compile in Slack 15 & DEV Email Not Working In-Reply-To: <738jxkJVHQnbsto6vwcY6ELq0MxoJFWiLOHFLjbRVkOm1WJd-KjBkPzLE9d1KewLwcx5nAyrlkCjnHxlMlAQKgucjaGc5_SDGvj3735rZDg=@protonmail.com> References: <738jxkJVHQnbsto6vwcY6ELq0MxoJFWiLOHFLjbRVkOm1WJd-KjBkPzLE9d1KewLwcx5nAyrlkCjnHxlMlAQKgucjaGc5_SDGvj3735rZDg=@protonmail.com> Message-ID: <697d5369-8773-7df9-135e-1988243341d5@slackware.uk> On Fri, 20 Oct 2023, royal.post via SlackBuilds-users wrote: > Hello, > > This SBo doesn't compile in Slack 15; > > https://slackbuilds.org/repository/15.0/desktop/qt5ct/ It compiles for me, on both x86 and x86_64 Slackware 15.0. From andrzej at telszewski.com Fri Oct 20 06:28:41 2023 From: andrzej at telszewski.com (Andrzej Telszewski) Date: Fri, 20 Oct 2023 08:28:41 +0200 Subject: [Slackbuilds-users] Removing comments from borgbackup In-Reply-To: <897e514-6981-cdad-d4e5-fb44eb27ccdc@slackware.uk> References: <1bc69159-2455-4eae-96aa-b8f0d385d44c@telszewski.com> <897e514-6981-cdad-d4e5-fb44eb27ccdc@slackware.uk> Message-ID: On 19/10/2023 21:28, B. Watson wrote: > > > On Thu, 19 Oct 2023, Andrzej Telszewski wrote: > >> I'm about to push a version update to _borgbackup_. >> >> While doing that, I would like to remove and/ or reformat comments >> introduced to the SlackBuild by SBo admins. >> (introduced when the SlackBuild was update by SBo, and not by me.) >> >> Is that OK? > > Sure. The script has code in it that you didn't write. The comments > are there to explain to you why that code was added/changed and what > it's for. So long as you understand the code, you don't need the > comments. > > The other answer is: It's your script, so yes you can remove the > comments if you want. Thanks for the answer! :-) From kvngncrlsn at gmail.com Fri Oct 20 12:03:31 2023 From: kvngncrlsn at gmail.com (K. Eugene Carlson) Date: Fri, 20 Oct 2023 21:03:31 +0900 Subject: [Slackbuilds-users] qt5ct (1.8) Doesn't Compile in Slack 15 & DEV Email Not Working In-Reply-To: <697d5369-8773-7df9-135e-1988243341d5@slackware.uk> References: <738jxkJVHQnbsto6vwcY6ELq0MxoJFWiLOHFLjbRVkOm1WJd-KjBkPzLE9d1KewLwcx5nAyrlkCjnHxlMlAQKgucjaGc5_SDGvj3735rZDg=@protonmail.com> <697d5369-8773-7df9-135e-1988243341d5@slackware.uk> Message-ID: Thanks to what I assume is some kind of qmake problem, the build fails if version 1.7 is installed. It works either way with cmake. On Fri, Oct 20, 2023, 15:22 B. Watson wrote: > > > On Fri, 20 Oct 2023, royal.post via SlackBuilds-users wrote: > > > Hello, > > > > This SBo doesn't compile in Slack 15; > > > > https://slackbuilds.org/repository/15.0/desktop/qt5ct/ > > It compiles for me, on both x86 and x86_64 Slackware 15.0. > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From evandrofisico at gmail.com Fri Oct 20 17:58:49 2023 From: evandrofisico at gmail.com (evandrofisico) Date: Fri, 20 Oct 2023 14:58:49 -0300 Subject: [Slackbuilds-users] texlive-extra missing files and link creation Message-ID: Hello, I just tried building the texlive-extra package, there seems to be two problems with the build script: first, it generates a empty file list in /var/log/packages/texlive-extra-2023.230322-x86_64-1_SBo, and second, it is aparently missing some files that the readme says are necessary for integration with the currently installed texlive enviroment: Executing install script for texlive-extra-2023.230322-x86_64-1_SBo.tgz. cp: cannot stat 'usr/share/texmf-dist/web2c/updmap.cfg.extra': No such file or directory mv: cannot stat 'usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp': No such file or directory And third, it apparently creates all the links in my root directory??? root at sekhmet:/# ls / -lsah | head total 712K 280K drwxr-xr-x 23 root root 276K Oct 20 14:58 . 280K drwxr-xr-x 23 root root 276K Oct 20 14:58 .. 0 lrwxrwxrwx 1 root root 49 Oct 20 14:17 02-annotations-bibtex-ms.pdf -> ../../biblatex/examples/02-annotations-bibtex.pdf 0 lrwxrwxrwx 1 root root 47 Oct 20 14:17 04-delimiters-biber-ms.pdf -> ../../biblatex/examples/04-delimiters-biber.pdf 0 lrwxrwxrwx 1 root root 48 Oct 20 14:17 04-delimiters-bibtex-ms.pdf -> ../../biblatex/examples/04-delimiters-bibtex.pdf 0 lrwxrwxrwx 1 root root 58 Oct 20 14:17 11-references-by-section-biber-ms.pdf -> ../../biblatex/examples/11-references-by-section-biber.pdf 0 lrwxrwxrwx 1 root root 59 Oct 20 14:17 11-references-by-section-bibtex-ms.pdf -> ../../biblatex/examples/11-references-by-section-bibtex.pdf 0 lrwxrwxrwx 1 root root 58 Oct 20 14:17 12-references-by-segment-biber-ms.pdf -> ../../biblatex/examples/12-references-by-segment-biber.pdf 0 lrwxrwxrwx 1 root root 59 Oct 20 14:17 12-references-by-segment-bibtex-ms.pdf -> ../../biblatex/examples/12-references-by-segment-bibtex.pdf -- Evandro Alves Rodrigues Doutor em F?sica Centro Internacional de F?sica da Mat?ria Condensada Laborat?rio de Supercomputa??o para Sistemas Complexos Instituto de F?sica Universidade de Bras?lia fone: 3307-2900 r 238 -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sat Oct 21 15:39:35 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 21 Oct 2023 22:39:35 +0700 Subject: [Slackbuilds-users] Updates - 20231021.1 Message-ID: Hi all in the past few weeks, we have been testing our automatic build engine built by Andrew (aclemons) which was integrated into github and so far, we have found it very useful to test against new scripts or even update to existing scripts. Basically it does 2 things: check for script validation using sbolint (automatically checked for every commit in PR) and build a script (need to do it manually by admins) on top of latest Slackware stable. It really helped us validate any script updates as well as testing new scripts. We would like to extend our testing further by inviting maintainers to use this feature by sending more changes via github PR if it's convenient. If anyone wanted to test new scripts before submitting to SBo, you can also send PR into github for testing, but we still need new scripts to be submitted via submission form later so that it can be populated in the database for website purpose. Sat Oct 21 10:21:06 UTC 2023 academic/cdo: Updated for version 2.3.0. academic/fet: Updated for version 6.9.7. academic/python3-scipy: Add OpenBLAS as dep. academic/python3-scipy: Add missing python3-mesonpy dependency. academic/python3-scipy: Fix dep. audio/ardour: Fix $DOWNLOAD audio/yoshimi: Updated for version 2.3.1. desktop/nwg-shell: Updated for version 0.5.17. development/github-cli: Updated for version 2.37.0 development/google-go-lang: Updated for version 1.21.2. development/liberica-jdk-bin: Updated for version 21.0.1+12. development/mongodb-compass: Updated for version 1.40.4. development/rizin: Updated for version 0.6.3 development/terraform: Updated for version 1.6.1 games/SpaceCadetPinball: Updated for version 2.1.0. gis/pdal: Updated for version 2.6.0. gis/python3-cartopy: Updated for version 0.22.0. gis/python3-cftime: Updated for version 1.6.3. gis/python3-xarray: Updated for version 2023.10.1. graphics/converseen: Updated for version 0.11.0.1. graphics/vuescan: Updated MD5SUMs. graphics/vuescan: Updated for version 9.8.18. graphics/xloadimage: Added (Image Viewer). graphics/yed: Update DOWNLOAD. ham/gridtracker: Updated for version 1.23.1015. ham/qlog: Updated for version 0.29.0. ham/tqsl: Updated for version 2.7.1. haskell/cabal-install: Added (Common Architecture Building Applications Libraries). libraries/SDL_kitchensink: updated for version 1.0.12 libraries/coeurl: Added (curl wrapper for C++). libraries/gtk-sharp3: Updated for version 3.22.2. libraries/libgusb: Updated for version 0.4.7. libraries/libpaper: Updated for version 1.2.8. libraries/libxmlbird: Updated for version 1.2.14. libraries/mtxclient: Added (c++ Matrix protocol library). libraries/opencl-amd: Fix $DOWNLOAD_x86_64. libraries/python3-ruamel.yaml: Updated for version 0.17.39. misc/KeePass: Updated for version 2.55. multimedia/gxine: Email id correction network/AdGuardHome: Updated for version 0.107.40. network/bitcoin: Updated for version 25.1 network/brave-browser: update 1.59.120 network/discord: Updated for version 0.0.32. network/dropbox: Updated for version 185.4.6054. network/ejabberd: Updated for version 23.10. network/exim: Updated for version 4.96.2. network/httpie: Fix script path and tarball. network/librewolf: Updated for version 118.0.2 network/microsoft-edge: update 118.0.2088.57 network/nheko: Added (matrix client). network/protonmail-bridge: Updated for version 3.5.3. network/qutebrowser-bin: Updated for version 3.0.2. network/rclone: update 1.64.2 network/signal-desktop: Updated for version 6.35.0. office/calibre-bin: Updated for version 6.29.0. office/onlyoffice-desktopeditors: Updated for version 7.5.0. office/xournalpp: Updated for version 1.2.2. perl/perl-GD: Add missing test dependencies. python/mypy: Updated for version 1.6.1. python/python-fonttools: Removed (use python3-fonttools) python/python-magic: Updated for version 0.4.27, new maint. python/python3-aiohttp-socks: Updated for version 0.8.4 python/python3-asttokens: Added (python module). python/python3-paste: updated for version 3.6.1 python/python3-socks: Updated for version 2.4.3 python/python3-tox: Updated for version 4.11.3. ruby/ruby-build: Updated for version 20231014. system/CPU-X: Updated for version 5.0.0. system/Iosevka-aile: Updated for version 27.2.1. system/Iosevka-etoile: Updated for version 27.2.1. system/conky: Updated for version 1.19.6. system/epson-inkjet-printer-escpr2: Updated for version 1.2.8. system/fastfetch: Updated for version 2.1.1. system/interceptty: Added (serial, terminal, socket sniffer). system/jenkins: Updated for version 2.414.3. system/letsencrypt: Updated for version 2.7.2. system/loksh: Updated for version 7.4. system/netdata: Updated for version 1.43.0. system/openzfs: Updated for version 2.2.0. system/redis: updated for version 7.2.2 system/sarasa-gothic: Updated for version 0.42.2. system/slackrepo-hints: Updated for version 20231021. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From erich.public at protonmail.com Sun Oct 22 13:39:19 2023 From: erich.public at protonmail.com (Erich Ritz) Date: Sun, 22 Oct 2023 13:39:19 +0000 Subject: [Slackbuilds-users] Updates - 20231021.1 In-Reply-To: References: Message-ID: ------- Original Message ------- On Saturday, October 21st, 2023 at 10:39 AM, Willy Sudiarto Raharjo wrote: > > > Hi all > > > We would like to extend our testing further by inviting maintainers to > use this feature by sending more changes via github PR if it's > convenient. > I understand you prefer GitHub over GitLab? I've been using GitLab mainly just to support the GitHub competitor to encourage healthy competition. But I can switch to GitHub if it's easier for admins. Erich > > -- > Willy Sudiarto Raharjo > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ From didier at slint.fr Sun Oct 22 16:57:47 2023 From: didier at slint.fr (Didier Spaier) Date: Sun, 22 Oct 2023 18:57:47 +0200 Subject: [Slackbuilds-users] elinks continued development In-Reply-To: References: Message-ID: Hello, Le 19/10/2023 ? 15:20, Martin B?ngens a ?crit?: > From https://github.com/rkd77/elinks on github I tried replacing the tar and > used the elinks slackbuild script, removed all patches and cleaned up unused > variables. I'm on slackware current I couldn't build the old elinks. I only use > it for development documentation sites and simple sites. It still builds with > js185. Should we provide a different build for elinks? The one we have I believe > is form 2017, the original. Actually there are two SlackBuilds: https://slackbuilds.org/repository/15.0/network/elinks/ builds the original elinks https://slackbuilds.org/repository/15.0/network/felinks/ builds the new elinks aka felinks, repository now renamed elinks. So I'd suggest to just upgrade the latter to version 0.16.1.1 I understand that the development of elinks now occurs in https://github.com/rkd77/elinks Should the SlackBuild for elinks be removed and maybe the SlackBuild for felinks renamed elinks is up to their respective maintainers. Cheers Didier From willysr at slackbuilds.org Mon Oct 23 03:07:27 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 23 Oct 2023 10:07:27 +0700 Subject: [Slackbuilds-users] Updates - 20231021.1 In-Reply-To: References: Message-ID: <3e6bc0d5-3e3f-45f7-8b79-dcd7faa0cf9a@slackbuilds.org> > I understand you prefer GitHub over GitLab? I've been using GitLab mainly just to support the GitHub competitor to encourage healthy competition. But I can switch to GitHub if it's easier for admins. We support both platforms but the CI engine is only available at github for now. If possible, we would like to support both platforms in the future. -- Willy Sudiarto Raharjo From phalange at komputermatrix.com Wed Oct 25 15:28:02 2023 From: phalange at komputermatrix.com (phalange at komputermatrix.com) Date: Wed, 25 Oct 2023 11:28:02 -0400 Subject: [Slackbuilds-users] Edge is broken and I'm not sure what the issue is In-Reply-To: <3e6bc0d5-3e3f-45f7-8b79-dcd7faa0cf9a@slackbuilds.org> References: <3e6bc0d5-3e3f-45f7-8b79-dcd7faa0cf9a@slackbuilds.org> Message-ID: <279111bb7b969c49cce149cd70c29db8@komputermatrix.com> [6194:6194:1025/111810.972687:ERROR:viz_main_impl.cc(198)] Exiting GPU process due to errors during initialization [6148:6148:1025/111830.863583:ERROR:policy_logger.cc(154)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(163) Cloud management controller initialization aborted as CBCM is not enabled. Based on a web search, this error seems to have popped up for every blink browser at some point, but I have yet to see a solution. I tried building the newest (today) but it's also broken. Has anyone seen this? From slackalaxy at gmail.com Thu Oct 26 11:27:49 2023 From: slackalaxy at gmail.com (Petar Petrov) Date: Thu, 26 Oct 2023 14:27:49 +0300 Subject: [Slackbuilds-users] Edge is broken and I'm not sure what the issue is In-Reply-To: <279111bb7b969c49cce149cd70c29db8@komputermatrix.com> References: <3e6bc0d5-3e3f-45f7-8b79-dcd7faa0cf9a@slackbuilds.org> <279111bb7b969c49cce149cd70c29db8@komputermatrix.com> Message-ID: yes and I notified the maintainer over a week ago. no answer -p On Wed, 25 Oct 2023 at 18:28, wrote: > > [6194:6194:1025/111810.972687:ERROR:viz_main_impl.cc(198)] Exiting GPU > process due to errors during initialization > [6148:6148:1025/111830.863583:ERROR:policy_logger.cc(154)] > :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(163) > Cloud management controller initialization aborted as CBCM is not > enabled. > > Based on a web search, this error seems to have popped up for every > blink browser at some point, but I have yet to see a solution. > > I tried building the newest (today) but it's also broken. > > Has anyone seen this? > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From for_slackbuilds-users_mlist_2023-04-21 at lockywolf.net Fri Oct 27 12:42:28 2023 From: for_slackbuilds-users_mlist_2023-04-21 at lockywolf.net (Lockywolf) Date: Fri, 27 Oct 2023 20:42:28 +0800 Subject: [Slackbuilds-users] config files for speech-dispatcher Message-ID: <87pm10qlkw.fsf@laptop.lockywolf.net> Hello, Slackbuilders I have submitted a build for a Text-To-Speech engine called RHVoice, which is expected to sound less robotic that espeak. I tested it, and it works, by itself. It is also shipping a libexec module for speech-dispatcher in usr/lib64/speech-dispatcher-modules/sd_rhvoice However, many other modules (in particular, espeak and festival), also ship configuration files in /etc/speech-dispatcher/modules/ I don't know what to put there. Can someone suggest where to look? -- Your sincerely, Lockywolf (Laptop) From didier at slint.fr Fri Oct 27 17:36:01 2023 From: didier at slint.fr (Didier Spaier) Date: Fri, 27 Oct 2023 19:36:01 +0200 Subject: [Slackbuilds-users] config files for speech-dispatcher In-Reply-To: <87pm10qlkw.fsf@laptop.lockywolf.net> References: <87pm10qlkw.fsf@laptop.lockywolf.net> Message-ID: <2e78c2d1-1b2a-4bc3-9a7f-1dcccc3a349c@slint.fr> Hello Lockywolf, have a look in these repositories: http://slackware.uk/slint/x86_64/slint-15.0/source/RHVoice/ Le 27/10/2023 ? 14:42, Lockywolf a ?crit?: > Hello, Slackbuilders > > I have submitted a build for a Text-To-Speech engine called RHVoice, > which is expected to sound less robotic that espeak. > > I tested it, and it works, by itself. It is also shipping a libexec > module for speech-dispatcher in > usr/lib64/speech-dispatcher-modules/sd_rhvoice > > However, many other modules (in particular, espeak and festival), also > ship configuration files in /etc/speech-dispatcher/modules/ > > I don't know what to put there. Can someone suggest where to look? have a look in these repositories: https://slackware.uk/slint/x86_64/slint-15.0/source/RHVoice/ https://slackware.uk/slint/x86_64/slint-15.0/source/speech-dispatcher/ Packages in http://slackware.uk/slint/x86_64/slint-15.0/slint/ Voices' packages in http://slackware.uk/slint/x86_64/slint-15.0/slint/voices/RHVoice/ I need to to some cleaning there and I use SLKBUILD's rather than SlackBuikd's but you get the idea. I can help you more if need be, feel free to PM me. You made me realize that I need to upgrade RHVoice... Cheers, Didier From arabusov at gmail.com Fri Oct 27 18:01:06 2023 From: arabusov at gmail.com (=?UTF-8?B?0JDQvdC00YDQtdC5INCg0LDQsdGD0YHQvtCy?=) Date: Fri, 27 Oct 2023 20:01:06 +0200 Subject: [Slackbuilds-users] MPD needs an update Message-ID: Hi all, I think the mpd's slackbuild (and the corresponding info file) needs to be updated to match the latest mpd version, 0.23.14, due to the libfmt update to version 10. I didn't get a reply from the maintainer, so hopefully somebody else could quickly fix it. The build error with the current mpd version, 0.23.9, is as follows: [419/639] Compiling C++ object src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o FAILED: src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o ccache c++ -Isrc/decoder/plugins/libdecoder_plugins.a.p -Isrc/decoder/plugins -I../src/decoder/plugins -Isrc -I../src -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/opus -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/SDL2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra -Wpedantic -std=c++17 -O3 -ffast-math -ftree-vectorize -Wcast-qual -Wdouble-promotion -Wmissing-declarations -Wshadow -Wunused -Wvla -Wwrite-strings -Wno-stringop-overflow -fno-threadsafe-statics -fmerge-all-constants -Wcomma-subscript -Wextra-semi -Wmismatched-tags -Woverloaded-virtual -Wsign-promo -Wvolatile -Wvirtual-inheritance -Wno-non-virtual-dtor -Wsuggest-override -fvisibility=hidden -ffunction-sections -fdata-sections -D_GNU_SOURCE -O2 -fPIC -fPIC -DHAVE_UNIX -pthread -D_REENTRANT -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -MD -MQ src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o -MF src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o.d -o src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o -c ../src/decoder/plugins/FfmpegDecoderPlugin.cxx In file included from ../src/Log.hxx:25, from ../src/decoder/plugins/FfmpegDecoderPlugin.cxx:47: /usr/include/fmt/core.h: In instantiation of ???constexpr fmt::v10::detail::value fmt::v10::detail::make_arg(T&) [with bool PACKED = true; Context = fmt::v10::basic_format_context; T = AVSampleFormat; typename std::enable_if::type = 0]???: /usr/include/fmt/core.h:1808:51: required from ???constexpr fmt::v10::format_arg_store::format_arg_store(T& ...) [with T = {const char*, AVSampleFormat}; Context = fmt::v10::basic_format_context; Args = {const char*, AVSampleFormat}]??? /usr/include/fmt/core.h:1826:18: required from ???constexpr fmt::v10::format_arg_store::type>::type ...> fmt::v10::make_format_args(T& ...) [with Context = fmt::v10::basic_format_context; T = {const char*, AVSampleFormat}]??? ../src/Log.hxx:50:31: required from ???void LogFmt(LogLevel, const Domain&, const S&, Args&& ...) [with S = char [51]; Args = {const char*&, AVSampleFormat&}]??? ../src/Log.hxx:99:8: required from ???void FmtError(const Domain&, const S&, Args&& ...) [with S = char [51]; Args = {const char*&, AVSampleFormat&}]??? ../src/decoder/plugins/FfmpegDecoderPlugin.cxx:358:11: required from here /usr/include/fmt/core.h:1576:63: error: ???fmt::v10::detail::type_is_unformattable_for _??? has incomplete type 1576 | type_is_unformattable_for _; | ^ /usr/include/fmt/core.h:1580:7: error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter specialization: https://fmt.dev/latest/api.html#udt 1580 | formattable, | ^~~~~~~~~~~ /usr/include/fmt/core.h:1580:7: note: formattable evaluates to false Regards Andrei -------------- next part -------------- An HTML attachment was scrubbed... URL: From matteo.bernardini at gmail.com Fri Oct 27 19:28:40 2023 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Fri, 27 Oct 2023 21:28:40 +0200 Subject: [Slackbuilds-users] MPD needs an update In-Reply-To: References: Message-ID: Il giorno ven 27 ott 2023 alle ore 20:01 ?????? ??????? ha scritto: > Hi all, > > I think the mpd's slackbuild (and the corresponding info file) needs to be > updated to match the latest mpd version, 0.23.14, due to the libfmt update > to version 10. I didn't get a reply from the maintainer, so hopefully > somebody else could quickly fix it. > > The build error with the current mpd version, 0.23.9, is as follows: > > [419/639] Compiling C++ object src/decoder/plugins/libdecoder_plugins.a.p/ > FfmpegDecoderPlugin.cxx.o > FAILED: src/decoder/plugins/libdecoder_plugins.a.p/ > FfmpegDecoderPlugin.cxx.o > ccache c++ -Isrc/decoder/plugins/libdecoder_plugins.a.p > -Isrc/decoder/plugins -I../src/decoder/plugins -Isrc -I../src -I. -I.. > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/opus > -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/SDL2 > -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch > -Wnon-virtual-dtor -Wextra -Wpedantic -std=c++17 -O3 -ffast-math > -ftree-vectorize -Wcast-qual -Wdouble-promotion -Wmissing-declarations > -Wshadow -Wunused -Wvla -Wwrite-strings -Wno-stringop-overflow > -fno-threadsafe-statics -fmerge-all-constants -Wcomma-subscript > -Wextra-semi -Wmismatched-tags -Woverloaded-virtual -Wsign-promo -Wvolatile > -Wvirtual-inheritance -Wno-non-virtual-dtor -Wsuggest-override > -fvisibility=hidden -ffunction-sections -fdata-sections -D_GNU_SOURCE -O2 > -fPIC -fPIC -DHAVE_UNIX -pthread -D_REENTRANT -D_DEFAULT_SOURCE > -D_XOPEN_SOURCE=600 -MD -MQ src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o > -MF src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o.d > -o src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o > -c ../src/decoder/plugins/FfmpegDecoderPlugin.cxx > In file included from ../src/Log.hxx:25, > from ../src/decoder/plugins/FfmpegDecoderPlugin.cxx:47: > /usr/include/fmt/core.h: In instantiation of ???constexpr > fmt::v10::detail::value fmt::v10::detail::make_arg(T&) [with > bool PACKED = true; Context = fmt::v10::basic_format_context char>; T = AVSampleFormat; typename std::enable_if::type > = 0]???: > /usr/include/fmt/core.h:1808:51: required from ???constexpr > fmt::v10::format_arg_store::format_arg_store(T& ...) [with > T = {const char*, AVSampleFormat}; Context = fmt::v10::basic_format_context char>; Args = {const char*, AVSampleFormat}]??? > /usr/include/fmt/core.h:1826:18: required from ???constexpr > fmt::v10::format_arg_store std::remove_reference::type>::type ...> fmt::v10::make_format_args(T& > ...) [with Context = fmt::v10::basic_format_context char>; T = {const char*, AVSampleFormat}]??? > ../src/Log.hxx:50:31: required from ???void LogFmt(LogLevel, const > Domain&, const S&, Args&& ...) [with S = char [51]; Args = {const char*&, > AVSampleFormat&}]??? > ../src/Log.hxx:99:8: required from ???void FmtError(const Domain&, const > S&, Args&& ...) [with S = char [51]; Args = {const char*&, > AVSampleFormat&}]??? > ../src/decoder/plugins/FfmpegDecoderPlugin.cxx:358:11: required from > here > /usr/include/fmt/core.h:1576:63: error: ???fmt::v10::detail::type_is_ > unformattable_for _??? has incomplete type > 1576 | type_is_unformattable_for _; > | ^ > /usr/include/fmt/core.h:1580:7: error: static assertion failed: Cannot > format an argument. To make type T formattable provide a formatter > specialization: https://fmt.dev/latest/api.html#udt > 1580 | formattable, > | ^~~~~~~~~~~ > /usr/include/fmt/core.h:1580:7: note: formattable evaluates to false > > Regards > Andrei > > thanks for the report, I version-bumped it to 0.23.14 so it should be ok at the next global update. Matteo -------------- next part -------------- An HTML attachment was scrubbed... URL: From dickson.tim at googlemail.com Fri Oct 27 19:40:06 2023 From: dickson.tim at googlemail.com (Tim Dickson) Date: Fri, 27 Oct 2023 20:40:06 +0100 Subject: [Slackbuilds-users] MPD needs an update In-Reply-To: References: Message-ID: <2a3ad229-433a-4cbb-a8fe-1b64fec3f6ac@googlemail.com> this might help. https://github.com/MusicPlayerDaemon/MPD/commit/f869593ac8913e52c711e974257bd6dc0d5dbf26 On 27/10/2023 19:01, ?????? ??????? wrote: > Hi all, > > I think the mpd's slackbuild (and the corresponding info file) needs to be > updated to match the latest mpd version, 0.23.14, due to the libfmt > update to version 10. I didn't get a reply from the maintainer, so > hopefully somebody else could quickly fix it. > > The build error with the current mpd version, 0.23.9, is as follows: > > [419/639] Compiling C++ object > src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o > FAILED: > src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o > ccache c++ -Isrc/decoder/plugins/libdecoder_plugins.a.p > -Isrc/decoder/plugins -I../src/decoder/plugins -Isrc -I../src -I. -I.. > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include > -I/usr/include/opus -I/usr/include/dbus-1.0 > -I/usr/lib64/dbus-1.0/include -I/usr/include/SDL2 > -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch > -Wnon-virtual-dtor -Wextra -Wpedantic -std=c++17 -O3 -ffast-math > -ftree-vectorize -Wcast-qual -Wdouble-promotion -Wmissing-declarations > -Wshadow -Wunused -Wvla -Wwrite-strings -Wno-stringop-overflow > -fno-threadsafe-statics -fmerge-all-constants -Wcomma-subscript > -Wextra-semi -Wmismatched-tags -Woverloaded-virtual -Wsign-promo > -Wvolatile -Wvirtual-inheritance -Wno-non-virtual-dtor > -Wsuggest-override -fvisibility=hidden -ffunction-sections > -fdata-sections -D_GNU_SOURCE -O2 -fPIC -fPIC -DHAVE_UNIX -pthread > -D_REENTRANT -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -MD -MQ > src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o > -MF > src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o.d > -o > src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o > -c ../src/decoder/plugins/FfmpegDecoderPlugin.cxx > In file included from ../src/Log.hxx:25, > ? ? ? ? ? ? ? ? ?from ../src/decoder/plugins/FfmpegDecoderPlugin.cxx:47: > /usr/include/fmt/core.h: In instantiation of ???constexpr > fmt::v10::detail::value fmt::v10::detail::make_arg(T&) [with > bool PACKED = true; Context = > fmt::v10::basic_format_context; T = > AVSampleFormat; typename std::enable_if::type > = 0]???: > /usr/include/fmt/core.h:1808:51:? ?required from ???constexpr > fmt::v10::format_arg_store::format_arg_store(T& ...) > [with T = {const char*, AVSampleFormat}; Context = > fmt::v10::basic_format_context; Args = > {const char*, AVSampleFormat}]??? > /usr/include/fmt/core.h:1826:18:? ?required from ???constexpr > fmt::v10::format_arg_store std::remove_reference::type>::type ...> > fmt::v10::make_format_args(T& ...) [with Context = > fmt::v10::basic_format_context; T = {const > char*, AVSampleFormat}]??? > ../src/Log.hxx:50:31:? ?required from ???void LogFmt(LogLevel, const > Domain&, const S&, Args&& ...) [with S = char [51]; Args = {const > char*&, AVSampleFormat&}]??? > ../src/Log.hxx:99:8:? ?required from ???void FmtError(const Domain&, > const S&, Args&& ...) [with S = char [51]; Args = {const char*&, > AVSampleFormat&}]??? > ../src/decoder/plugins/FfmpegDecoderPlugin.cxx:358:11: ?required from here > /usr/include/fmt/core.h:1576:63: error: > ???fmt::v10::detail::type_is_unformattable_for > _??? has incomplete type > ?1576 |? ? ?type_is_unformattable_for _; > ? ? ? | ? ? ? ? ? ? ? ? ? ? ?^ > /usr/include/fmt/core.h:1580:7: error: static assertion failed: Cannot > format an argument. To make type T formattable provide a formatter > specialization: https://fmt.dev/latest/api.html#udt > ?1580 |? ? ? ?formattable, > ? ? ? |? ? ? ?^~~~~~~~~~~ > /usr/include/fmt/core.h:1580:7: note: formattable evaluates to false > > Regards > Andrei > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > From willysr at slackbuilds.org Sat Oct 28 06:44:39 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 28 Oct 2023 13:44:39 +0700 Subject: [Slackbuilds-users] Updates - 20231028.1 Message-ID: Sat Oct 28 06:12:40 UTC 2023 academic/qucs-s: Updated for version 2.1.0. audio/flacon: Updated for version 11.3.0. audio/mpd: Updated for version 0.23.14. desktop/caja: Updated for version 1.26.3. desktop/fbmenugen: Updated for version 0.88. desktop/numix-icon-theme-circle: Updated for version 23.10.09. desktop/numix-icon-theme-square: Updated for version 23.10.09. desktop/numix-icon-theme: Updated for version 23.04.26. desktop/nwg-bar: Add missing google-go-lang dep. desktop/nwg-bar: Update for version 0.1.4 desktop/nwg-panel: Update for version 0.9.16. desktop/obmenu-generator: Updated for version 0.93. desktop/todoman: Updated for version 4.3.2 and for Slackware 15.0. development/QtPy: Updated for version 2.4.1 development/apache-ant: Fix $DOWNLOAD. development/arduino-cli: Added (tool to manage arduino). development/build2: Added (C/C++ Build Toolchain). development/build: Correct permissions on ELF libraries. development/eisl: Added (ISLisp interpreter). development/eisl: Tidy error handling. development/gedit-plugins: Updated for version 46.0. development/gedit: Updated for version 46.1. development/haxe-bin: Added (programming language). development/micro: Updated for version 2.0.13. development/mold: Updated for version 2.3.1. development/neko: Added (programming language). development/nodejs: Updated for version 20.9.0. development/php82: Updated for version 8.2.12 development/postman: Updated for version 10.19.7. development/pre-commit: Updated for version 3.5.0. development/pycharm: Updated for version 2023.2.3.232.10072.31. development/sbt: Updated for version 1.9.7 development/terraform: Updated for version 1.6.2 development/tkcon: script updates. development/uftrace: Updated for version 20231022_00dcba4 development/universal-ctags: Updated for version p6.0.20231022.0 development/vstudio: Updated for version 13.5. development/xxd-standalone: Updated for version 9.0.2067. development/yabasic: Updated for version 2.90.4. games/0ad: Fix for newer fmt. games/endless-sky: Updated for version 0.10.4. games/lgogdownloader: Update for version 3.12. games/puzzles: Updated for version 20231025.35f7965. graphics/birdfont: Fix DESTDIR handling. graphics/birdfont: Updated for version 2.33.3. graphics/ttfautohint: Email id correction. graphics/yacreader: Switch to the libarchive uncompress backend. ham/gridtracker: Updated for version 1.23.1019. libraries/QDarkStyle: Updated for version 3.2 libraries/ayatana-ido: Added (Custom GTK Menu widgets). libraries/camlpdf: Updated for version 2.6.2. libraries/libayatana-appindicator: Added (Ayatana Indicators). libraries/libayatana-indicator: Added (Ayatana Indicators Library). libraries/libcurl-gnutls: Updated for version 8.4.0. libraries/libfilezilla: Updated for version 0.45.0. libraries/libgedit-amtk: Added (Actions, Menus and Toolbars Kit). libraries/libgedit-gtksourceview: Added (GTK+ text editing widget). libraries/libmateweather: Updated for version 1.26.2. libraries/php-redis: Updated for version 6.0.2. libraries/python3-ruamel.yaml: Updated for version 0.17.40. libraries/tepl: Updated for version 6.8.0. libraries/unarr: Updated for version 1.1.1. misc/bitwarden-desktop: Updated for version 2023.9.3. misc/open-simh: Updated for version f75592c. multimedia/QMPlay2: Updated for version 23.09.05. multimedia/openshot: Update HOMEPAGE multimedia/spotify: Updated for version 1.2.22.982. network/brave-browser: Updated for version 1.59.124. network/element-desktop network/filezilla: Updated for version 3.66.0. network/flexget: Updated for version 3.9.16. network/gallery-dl: Updated for version 1.26.1. network/microsoft-edge: Updated for version 117.0.2045.55. network/mstflint: Added (firmware tools). network/mstflint: Correct permissions on ELF libraries. network/neomutt: Updated for version 20231023. network/nextcloud-desktop: Updated for version 3.10.1. network/opensmtpd: Updated for version 7.4.0p0. network/protonmail-bridge: Updated for version 3.5.4. network/roundcubemail: Updated for version 1.4.15. network/rtl8188fu: Added (RTL8188FU driver). network/slack: Updated for version 4.34.121. network/viber: Updated for version 21.0.0.1. network/vivaldi: Updated for version 6.4.3160.34. network/zoom-linux: Updated for version 5.16.5.303 office/cpdf: Updated for version 2.6.2. perl/mod_perl: Updated for version 2.0.13. python/asciimatics: Updated for version 1.15.0. python/cheetah3: Updated for version 3.3.2. python/email-validator: Updated for version 2.1.0.post1. python/python2-psutil: Updated for version 5.9.6. python/python3-Flask-RESTX: Updated for version 1.2.0. python/python3-Flask-Security-Too: Updated for version 5.3.2. python/python3-alembic: Updated for version 1.12.1. python/python3-babel: Updated for version 2.13.1. python/python3-cachetools: Version bump to 5.3.2 python/python3-filelock: Version bump to 3.13.0 python/python3-flask-paginate: Updated for version 2023.10.24. python/python3-fontmake: email id correction. python/python3-fonttools: Updated EMAIL. python/python3-glyphslib: email id correction python/python3-mailman: Updated for version 3.3.9. python/python3-maturin: Updated for version 1.3.1. python/python3-meson-opt: Updated for version 1.2.3. python/python3-openstep-plist: Email id correction. python/python3-pandas: Version bump to 2.1.2 python/python3-paste: Updated for version 3.7.1. python/python3-pdm: Version bump to 2.10.0 python/python3-pooch: Version bump to 1.8.0 python/python3-psutil: Updated for version 5.9.6. python/python3-pydantic-core: Updated for version 2.11.0. python/python3-pylint: Updated for version 3.0.2. python/python3-pytest: Version bump to 7.4.3 python/python3-qbittorrent-api: Version bump to 2023.10.54 python/python3-setuptools-git-ls-files: Email id correction. python/python3-trove-classifiers: Updated for version 2023.10.18. python/python3-virtualenv: Version bump to 20.24.6 python/python3-xmldiff: Email id correction. python/scikit-learn: Version bump to 1.3.2 python/thonny: Update deps. python/traitlets: Version bump to 5.12.0 system/CNS11643-font: Updated for version 20230519. system/CPU-X: Updated for version 5.0.1. system/Iosevka-aile: Updated for version 27.3.1. system/Iosevka-etoile: Updated for version 27.3.1. system/Iosevka-slab: Updated for version 27.3.0 system/Iosevka: Updated for version 27.3.0 system/arch-install-scripts: Added (arch install scripts). system/clamav: Updated for version 1.2.1. system/docker-compose: Updated for version 2.23.0. system/fio: Updated for version 3.36. system/fonts-tamil-libre: Added (tamil fonts). system/fonts-telugu-extra: Added (telugu fonts). system/fzf: Updated for version 0.43.0. system/limine: Updated for version 5.20231024.0 system/patool: Updated for version 1.14.0. system/prometheus: Updated to version 2.47.2 system/rhvoice: Added (speech synthesizer). system/sarasa-gothic: Updated for version 0.42.3. system/slapt-get: Updated for version 0.11.10. system/victor-mono-fonts: Updated for version 1.5.5. system/wine-staging: Updated for version 8.18. system/wine: Updated for version 8.0.2. system/zsh-completions: Updated for version 0.35.0. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From arabusov at gmail.com Sat Oct 28 08:16:27 2023 From: arabusov at gmail.com (=?UTF-8?B?0JDQvdC00YDQtdC5INCg0LDQsdGD0YHQvtCy?=) Date: Sat, 28 Oct 2023 10:16:27 +0200 Subject: [Slackbuilds-users] MPD needs an update In-Reply-To: <2a3ad229-433a-4cbb-a8fe-1b64fec3f6ac@googlemail.com> References: <2a3ad229-433a-4cbb-a8fe-1b64fec3f6ac@googlemail.com> Message-ID: It might, but better not patch here and just bump the version. On Fri, Oct 27, 2023, 21:40 Tim Dickson via SlackBuilds-users < slackbuilds-users at slackbuilds.org> wrote: > this might help. > > https://github.com/MusicPlayerDaemon/MPD/commit/f869593ac8913e52c711e974257bd6dc0d5dbf26 > > On 27/10/2023 19:01, ?????? ??????? wrote: > > Hi all, > > > > I think the mpd's slackbuild (and the corresponding info file) needs to > be > > updated to match the latest mpd version, 0.23.14, due to the libfmt > > update to version 10. I didn't get a reply from the maintainer, so > > hopefully somebody else could quickly fix it. > > > > The build error with the current mpd version, 0.23.9, is as follows: > > > > [419/639] Compiling C++ object > > src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o > > FAILED: > > src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o > > ccache c++ -Isrc/decoder/plugins/libdecoder_plugins.a.p > > -Isrc/decoder/plugins -I../src/decoder/plugins -Isrc -I../src -I. -I.. > > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include > > -I/usr/include/opus -I/usr/include/dbus-1.0 > > -I/usr/lib64/dbus-1.0/include -I/usr/include/SDL2 > > -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch > > -Wnon-virtual-dtor -Wextra -Wpedantic -std=c++17 -O3 -ffast-math > > -ftree-vectorize -Wcast-qual -Wdouble-promotion -Wmissing-declarations > > -Wshadow -Wunused -Wvla -Wwrite-strings -Wno-stringop-overflow > > -fno-threadsafe-statics -fmerge-all-constants -Wcomma-subscript > > -Wextra-semi -Wmismatched-tags -Woverloaded-virtual -Wsign-promo > > -Wvolatile -Wvirtual-inheritance -Wno-non-virtual-dtor > > -Wsuggest-override -fvisibility=hidden -ffunction-sections > > -fdata-sections -D_GNU_SOURCE -O2 -fPIC -fPIC -DHAVE_UNIX -pthread > > -D_REENTRANT -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -MD -MQ > > src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o > > -MF > > src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o.d > > -o > > src/decoder/plugins/libdecoder_plugins.a.p/FfmpegDecoderPlugin.cxx.o > > -c ../src/decoder/plugins/FfmpegDecoderPlugin.cxx > > In file included from ../src/Log.hxx:25, > > from ../src/decoder/plugins/FfmpegDecoderPlugin.cxx:47: > > /usr/include/fmt/core.h: In instantiation of ???constexpr > > fmt::v10::detail::value fmt::v10::detail::make_arg(T&) [with > > bool PACKED = true; Context = > > fmt::v10::basic_format_context; T = > > AVSampleFormat; typename std::enable_if::type > > = 0]???: > > /usr/include/fmt/core.h:1808:51: required from ???constexpr > > fmt::v10::format_arg_store::format_arg_store(T& ...) > > [with T = {const char*, AVSampleFormat}; Context = > > fmt::v10::basic_format_context; Args = > > {const char*, AVSampleFormat}]??? > > /usr/include/fmt/core.h:1826:18: required from ???constexpr > > fmt::v10::format_arg_store > std::remove_reference::type>::type ...> > > fmt::v10::make_format_args(T& ...) [with Context = > > fmt::v10::basic_format_context; T = {const > > char*, AVSampleFormat}]??? > > ../src/Log.hxx:50:31: required from ???void LogFmt(LogLevel, const > > Domain&, const S&, Args&& ...) [with S = char [51]; Args = {const > > char*&, AVSampleFormat&}]??? > > ../src/Log.hxx:99:8: required from ???void FmtError(const Domain&, > > const S&, Args&& ...) [with S = char [51]; Args = {const char*&, > > AVSampleFormat&}]??? > > ../src/decoder/plugins/FfmpegDecoderPlugin.cxx:358:11: required from > here > > /usr/include/fmt/core.h:1576:63: error: > > ???fmt::v10::detail::type_is_unformattable_for > > _??? has incomplete type > > 1576 | type_is_unformattable_for _; > > | ^ > > /usr/include/fmt/core.h:1580:7: error: static assertion failed: Cannot > > format an argument. To make type T formattable provide a formatter > > specialization: https://fmt.dev/latest/api.html#udt > > 1580 | formattable, > > | ^~~~~~~~~~~ > > /usr/include/fmt/core.h:1580:7: note: formattable evaluates to false > > > > Regards > > Andrei > > > > _______________________________________________ > > SlackBuilds-users mailing list > > SlackBuilds-users at 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 mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From marav8 at free.fr Sat Oct 28 11:08:58 2023 From: marav8 at free.fr (marav) Date: Sat, 28 Oct 2023 13:08:58 +0200 Subject: [Slackbuilds-users] Updates - 20231028.1 In-Reply-To: References: Message-ID: <7698c5cc-5607-480e-8bc4-49986dda90fd@free.fr> Le 28/10/2023 ? 08:44, Willy Sudiarto Raharjo a ?crit?: > Sat Oct 28 06:12:40 UTC 2023 > academic/qucs-s: Updated for version 2.1.0. > ... Hi all, hi Matt arch-install-scripts needs asciidoc as a build dependency |https://github.com/asciidoc-py/asciidoc-py/| | | |Cheers | > > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives -https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ -https://slackbuilds.org/faq/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sat Oct 28 11:41:15 2023 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 28 Oct 2023 18:41:15 +0700 Subject: [Slackbuilds-users] Updates - 20231028.1 In-Reply-To: <7698c5cc-5607-480e-8bc4-49986dda90fd@free.fr> References: <7698c5cc-5607-480e-8bc4-49986dda90fd@free.fr> Message-ID: <95094e93-6410-46a9-8b74-c7657f3aeb74@slackbuilds.org> > arch-install-scripts needs asciidoc as a build dependency > > |https://github.com/asciidoc-py/asciidoc-py/| It works fine here from clean VM https://github.com/SlackBuildsOrg/slackbuilds/pull/3431 -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From marav8 at free.fr Sat Oct 28 11:48:17 2023 From: marav8 at free.fr (marav) Date: Sat, 28 Oct 2023 13:48:17 +0200 Subject: [Slackbuilds-users] Updates - 20231028.1 In-Reply-To: <95094e93-6410-46a9-8b74-c7657f3aeb74@slackbuilds.org> References: <7698c5cc-5607-480e-8bc4-49986dda90fd@free.fr> <95094e93-6410-46a9-8b74-c7657f3aeb74@slackbuilds.org> Message-ID: <5faa008f-bd90-4302-b75e-39945092e357@free.fr> Le 28/10/2023 ? 13:41, Willy Sudiarto Raharjo a ?crit?: >> arch-install-scripts needs asciidoc as a build dependency >> >> |https://github.com/asciidoc-py/asciidoc-py/| > > It works fine here from clean VM > https://github.com/SlackBuildsOrg/slackbuilds/pull/3431 > > Erf ... my bad For whatever reason linuxdoc-tools was not installed on my computer ... Sorry for the noise > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ >