From davidnchmelik at gmail.com Mon Jul 1 23:49:06 2019 From: davidnchmelik at gmail.com (David Melik) Date: Mon, 1 Jul 2019 16:49:06 -0700 Subject: [Slackbuilds-users] Letsencyrpt warning Message-ID: <92bdb55d-33c7-b949-e05c-88cde7f5edff@gmail.com> Letsencrypt was working for a while but now is giving me this problem. root at 1.darwinheim:~# certbot renew Traceback (most recent call last): ? File "/usr/bin/certbot", line 5, in ??? from pkg_resources import load_entry_point ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3084, in ??? @_call_aside ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3070, in _call_aside ??? f(*args, **kwargs) ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3097, in _initialize_master_working_set ??? working_set = WorkingSet._build_master() ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 651, in _build_master ??? ws.require(__requires__) ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 952, in require ??? needed = self.resolve(parse_requirements(requirements)) ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 847, in resolve ??? new_requirements = dist.requires(req.extras)[::-1] ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2602, in requires ??? dm = self._dep_map ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2597, in _dep_map ??? dm.setdefault(extra,[]).extend(parse_requirements(reqs)) ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2930, in parse_requirements ??? "version spec") ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2895, in scan_list ??? raise RequirementParseError(msg, line, "at", line[p:]) pkg_resources.RequirementParseError: Expected version spec in ipaddress; python_version=='2.7' at ; python_version=='2.7' From dchmelik at gmail.com Mon Jul 1 23:53:39 2019 From: dchmelik at gmail.com (David Melik) Date: Mon, 1 Jul 2019 16:53:39 -0700 Subject: [Slackbuilds-users] Letsencyrpt warning Message-ID: Letsencrypt was working for a while but now is giving me this problem. root at 1.darwinheim:~# certbot renew Traceback (most recent call last): ? File "/usr/bin/certbot", line 5, in ??? from pkg_resources import load_entry_point ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3084, in ??? @_call_aside ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3070, in _call_aside ??? f(*args, **kwargs) ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3097, in _initialize_master_working_set ??? working_set = WorkingSet._build_master() ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 651, in _build_master ??? ws.require(__requires__) ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 952, in require ??? needed = self.resolve(parse_requirements(requirements)) ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 847, in resolve ??? new_requirements = dist.requires(req.extras)[::-1] ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2602, in requires ??? dm = self._dep_map ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2597, in _dep_map ??? dm.setdefault(extra,[]).extend(parse_requirements(reqs)) ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2930, in parse_requirements ??? "version spec") ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2895, in scan_list ??? raise RequirementParseError(msg, line, "at", line[p:]) pkg_resources.RequirementParseError: Expected version spec in ipaddress; python_version=='2.7' at ; python_version=='2.7' From willysr at slackbuilds.org Tue Jul 2 01:12:50 2019 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Tue, 2 Jul 2019 08:12:50 +0700 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: References: Message-ID: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> > Letsencrypt was working for a while but now is giving me this problem. > > root at 1.darwinheim:~# certbot renew > Traceback (most recent call last): > ? File "/usr/bin/certbot", line 5, in > ??? from pkg_resources import load_entry_point > ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 3084, in > ??? @_call_aside > ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 3070, in _call_aside > ??? f(*args, **kwargs) > ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 3097, in _initialize_master_working_set > ??? working_set = WorkingSet._build_master() > ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 651, in _build_master > ??? ws.require(__requires__) > ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 952, in require > ??? needed = self.resolve(parse_requirements(requirements)) > ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 847, in resolve > ??? new_requirements = dist.requires(req.extras)[::-1] > ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 2602, in requires > ??? dm = self._dep_map > ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 2597, in _dep_map > ??? dm.setdefault(extra,[]).extend(parse_requirements(reqs)) > ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 2930, in parse_requirements > ??? "version spec") > ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", > line 2895, in scan_list > ??? raise RequirementParseError(msg, line, "at", line[p:]) > pkg_resources.RequirementParseError: Expected version spec in ipaddress; > python_version=='2.7' at ; python_version=='2.7' Hi David i didn't have any issues with certbot on my machines. there was some issues few months ago due to newer python-urllib3, but it got fixed now. can you try to rebuild it? -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From dchmelik at gmail.com Tue Jul 2 01:15:07 2019 From: dchmelik at gmail.com (David Melik) Date: Mon, 1 Jul 2019 18:15:07 -0700 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> References: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> Message-ID: On 7/1/19 6:12 PM, Willy Sudiarto Raharjo wrote: >> Letsencrypt was working for a while but now is giving me this problem. >> >> root at 1.darwinheim:~# certbot renew >> Traceback (most recent call last): >> ? File "/usr/bin/certbot", line 5, in >> ??? from pkg_resources import load_entry_point >> ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", >> line 3084, in >> ??? @_call_aside >> ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", >> line 3070, in _call_aside >> ??? f(*args, **kwargs) >> ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", >> line 3097, in _initialize_master_working_set >> ??? working_set = WorkingSet._build_master() >> ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", >> line 651, in _build_master >> ??? ws.require(__requires__) >> ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", >> line 952, in require >> ??? needed = self.resolve(parse_requirements(requirements)) >> ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", >> line 847, in resolve >> ??? new_requirements = dist.requires(req.extras)[::-1] >> ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", >> line 2602, in requires >> ??? dm = self._dep_map >> ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", >> line 2597, in _dep_map >> ??? dm.setdefault(extra,[]).extend(parse_requirements(reqs)) >> ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", >> line 2930, in parse_requirements >> ??? "version spec") >> ? File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", >> line 2895, in scan_list >> ??? raise RequirementParseError(msg, line, "at", line[p:]) >> pkg_resources.RequirementParseError: Expected version spec in ipaddress; >> python_version=='2.7' at ; python_version=='2.7' > Hi David > > i didn't have any issues with certbot on my machines. > > there was some issues few months ago due to newer python-urllib3, but it > got fixed now. > can you try to rebuild it? I tried twice.? The second time I removed and rebuilt all the first level of dependencies.? The same thing happens. From willysr at slackbuilds.org Tue Jul 2 01:38:33 2019 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Tue, 2 Jul 2019 08:38:33 +0700 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: References: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> Message-ID: <7cece021-eef0-0440-165e-49eabd3d2752@slackbuilds.org> > I tried twice.? The second time I removed and rebuilt all the first > level of dependencies.? The same thing happens. I mean all level of dependencies, not just the first one -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From dchmelik at gmail.com Tue Jul 2 01:44:09 2019 From: dchmelik at gmail.com (David Melik) Date: Mon, 1 Jul 2019 18:44:09 -0700 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: <7cece021-eef0-0440-165e-49eabd3d2752@slackbuilds.org> References: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> <7cece021-eef0-0440-165e-49eabd3d2752@slackbuilds.org> Message-ID: On 7/1/19 6:38 PM, Willy Sudiarto Raharjo wrote: >> I tried twice.? The second time I removed and rebuilt all the first >> level of dependencies.? The same thing happens. > I mean all level of dependencies, not just the first one Well letsencrypt is kind of a monster program now, not like it used to be.? Is there an easy way to get that huge list? From eric.b.pratt at gmail.com Tue Jul 2 02:11:13 2019 From: eric.b.pratt at gmail.com (Eric Pratt) Date: Mon, 1 Jul 2019 19:11:13 -0700 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: References: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> <7cece021-eef0-0440-165e-49eabd3d2752@slackbuilds.org> Message-ID: On Mon, Jul 1, 2019 at 6:44 PM David Melik wrote: > Well letsencrypt is kind of a monster program now, not like it used to > be. Is there an easy way to get that huge list? > > I have't built let's encrypt for a couple of months, but here's the sbopkg queue file I have for it. This should help. zope.interface zope.event zope.component augeas python-augeas python-future packaging asn1crypto pycparser cffi idna pyasn1 six ipaddress enum34 cryptography funcsigs pyOpenSSL ndg_httpsclient python-certifi python-chardet python-urllib3 python-requests requests-toolbelt pyparsing werkzeug josepy pytz python2-pythondialog python-parsedatetime python-configargparse pyrfc3339 psutil pbr mock configobj letsencrypt -------------- next part -------------- An HTML attachment was scrubbed... URL: From dchmelik at gmail.com Tue Jul 2 02:15:37 2019 From: dchmelik at gmail.com (David Melik) Date: Mon, 1 Jul 2019 19:15:37 -0700 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: <7cece021-eef0-0440-165e-49eabd3d2752@slackbuilds.org> References: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> <7cece021-eef0-0440-165e-49eabd3d2752@slackbuilds.org> Message-ID: <07d05955-15dd-7851-5af7-260593d47289@gmail.com> On 7/1/19 6:38 PM, Willy Sudiarto Raharjo wrote: >> I tried twice.? The second time I removed and rebuilt all the first >> level of dependencies.? The same thing happens. > I mean all level of dependencies, not just the first one Alright, I think I got the list of all dependencies, removed them, started to rebuild them.? However, now one of the dependencies has a problem. error in cryptography setup command: Invalid environment marker: platform_python_implementation != 'PyPy' Failure encountered while building cryptography: ? cryptography.SlackBuild return non-zero From eric.b.pratt at gmail.com Tue Jul 2 02:15:31 2019 From: eric.b.pratt at gmail.com (Eric Pratt) Date: Mon, 1 Jul 2019 19:15:31 -0700 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: References: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> <7cece021-eef0-0440-165e-49eabd3d2752@slackbuilds.org> Message-ID: On Mon, Jul 1, 2019 at 7:11 PM Eric Pratt wrote: > On Mon, Jul 1, 2019 at 6:44 PM David Melik wrote: > >> Well letsencrypt is kind of a monster program now, not like it used to >> be. Is there an easy way to get that huge list? >> >> > I have't built let's encrypt for a couple of months, but here's the sbopkg > queue file I have for it. This should help. > > Whoops! That was the old queue file. The current queue file I have is this: zope.interface zope.event zope.component augeas python-augeas pycparser cffi idna pyasn1 pysetuptools six ipaddress enum34 cryptography pyOpenSSL ndg_httpsclient python-requests pyparsing werkzeug pytz python2-pythondialog python-parsedatetime python-configargparse pyrfc3339 psutil mock configobj letsencrypt -------------- next part -------------- An HTML attachment was scrubbed... URL: From andreas at andreasvoegele.com Tue Jul 2 02:57:25 2019 From: andreas at andreasvoegele.com (=?UTF-8?Q?Andreas_V=c3=b6gele?=) Date: Tue, 2 Jul 2019 04:57:25 +0200 Subject: [Slackbuilds-users] Remove system/mariadb-plugin-saslauthd Message-ID: Can you remove the mariadb-plugin-saslauthd build? I'm also the upstream developer. Because of the constant incompatible changes in MariaDB the plugin is dead. From kris240376 at gmail.com Wed Jul 3 21:23:47 2019 From: kris240376 at gmail.com (Christopher Walker) Date: Wed, 3 Jul 2019 16:23:47 -0500 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: References: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> <7cece021-eef0-0440-165e-49eabd3d2752@slackbuilds.org> Message-ID: I used to use letsencrypt until the dependencies became too onerous to keep straight and upgrades to letsencrypt resulted in several breaks in my certificate renewal cronjob (nothing major, just changes in how switches behaved). I've since switched to dehydrated and haven't had a problem since. From alex at dcclost.com Wed Jul 3 21:49:39 2019 From: alex at dcclost.com (Alexander Grotewohl) Date: Wed, 03 Jul 2019 17:49:39 -0400 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: Message-ID: <760d6b73-294f-4593-b273-445c91e75fe3@email.android.com> An HTML attachment was scrubbed... URL: From davidnchmelik at gmail.com Thu Jul 4 07:06:33 2019 From: davidnchmelik at gmail.com (David Melik) Date: Thu, 4 Jul 2019 00:06:33 -0700 Subject: [Slackbuilds-users] can't uninstall dehydrated Message-ID: <30e24695-9742-470a-2713-57b877cba17f@gmail.com> ??? Lately I installed the other Lets Encrypt clients, and tried to uninstall them.? Every day now (despite having rebooted) I get an email message from my server (cron for user root /usr/bin/dehydrated -c >/dev/null) '/bin/sh: /usr/bin/dehydrated: No such file or directory.'? However, I don't have this in my crontab for root.? How do I get rid of this message? ??? I might reinstall it but first need to hear back about what went wrong with my dependencies for the main letsencrypt package.? I believe I posted the most recent compilation error, for a dependency, a few days ago. From belka at caraus.de Thu Jul 4 07:30:19 2019 From: belka at caraus.de (Eugen Wissner) Date: Thu, 04 Jul 2019 09:30:19 +0200 Subject: [Slackbuilds-users] can't uninstall dehydrated In-Reply-To: <30e24695-9742-470a-2713-57b877cba17f@gmail.com> References: <30e24695-9742-470a-2713-57b877cba17f@gmail.com> Message-ID: <1562225419.9017.0.camel@caraus.de> /etc/cron.d/dehydrated? Am Donnerstag, den 04.07.2019, 00:06 -0700 schrieb David Melik: > ???? Lately I installed the other Lets Encrypt clients, and tried to? > uninstall them.? Every day now (despite having rebooted) I get an > email? > message from my server (cron for user root /usr/bin/dehydrated -c? > ?>/dev/null) '/bin/sh: /usr/bin/dehydrated: No such file or > directory.'?? > However, I don't have this in my crontab for root.? How do I get rid > of? > this message? > ???? I might reinstall it but first need to hear back about what > went? > wrong with my dependencies for the main letsencrypt package.? I > believe? > I posted the most recent compilation error, for a dependency, a few > days? > ago. > > _______________________________________________ > 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 laster at dlaster.com Thu Jul 4 12:45:10 2019 From: laster at dlaster.com (Donald R Laster Jr) Date: Thu, 4 Jul 2019 08:45:10 -0400 Subject: [Slackbuilds-users] can't uninstall dehydrated In-Reply-To: <1562225419.9017.0.camel@caraus.de> References: <30e24695-9742-470a-2713-57b877cba17f@gmail.com> <1562225419.9017.0.camel@caraus.de> Message-ID: <6ba5a36b-be40-0078-a224-530f4db1097a@dlaster.com> David, Check for an entry in the crontab system that is trying to run the script. Look in these directories /etc/cron.d/ /etc/cron.daily/ /etc/cron.hourly/ /etc/cron.monthly/ /etc/cron.weekly/ for the cron commands the are trying to execute the command /usr/bin/dehydrated -c >/dev/null I would look in the /etc/cron.d/ and /etc/cron.daily/ directories first. Another option to try and find where the script is trying to be invoked from would be this command: find /etc -exec grep dehydrated \{} \; -print Everything normally should be rooted in the /etc directory but the man pages also indicate that some items may be in /var/spool/cron/crontabs as well. So the find command start directory "/etc" can be changed to point to "/var/spool/cron" as well. Don Eugen Wissner wrote on 07/04/2019 03:30 AM: > /etc/cron.d/dehydrated? > > Am Donnerstag, den 04.07.2019, 00:06 -0700 schrieb David Melik: >> ???? Lately I installed the other Lets Encrypt clients, and tried to >> uninstall them.? Every day now (despite having rebooted) I get an >> email >> message from my server (cron for user root /usr/bin/dehydrated -c >> ?>/dev/null) '/bin/sh: /usr/bin/dehydrated: No such file or >> directory.' >> However, I don't have this in my crontab for root.? How do I get rid >> of >> this message? >> ???? I might reinstall it but first need to hear back about what >> went >> wrong with my dependencies for the main letsencrypt package.? I >> believe >> I posted the most recent compilation error, for a dependency, a few >> days >> ago. >> >> _______________________________________________ >> 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/ > From slackbuilds at schoepfer.info Thu Jul 4 14:09:31 2019 From: slackbuilds at schoepfer.info (Franzen) Date: Thu, 04 Jul 2019 16:09:31 +0200 Subject: [Slackbuilds-users] can't uninstall dehydrated In-Reply-To: <6ba5a36b-be40-0078-a224-530f4db1097a@dlaster.com> References: <30e24695-9742-470a-2713-57b877cba17f@gmail.com> <1562225419.9017.0.camel@caraus.de> <6ba5a36b-be40-0078-a224-530f4db1097a@dlaster.com> Message-ID: <0dbacd47de6388a37c8be295040fa11b@schoepfer.info> Hi, >> /etc/cron.d/dehydrated? That's the file to delete. It's a config file, meaning it's installed as /etc/cron.d/dehydrated.new and therefor not removed automatically on deinstallation. There are stock slackware packages with cronjobs as configfile, e.g. openssl. Please write a note, if someone thinks that's a bad idea. Johannes From willysr at slackbuilds.org Sat Jul 6 00:24:38 2019 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 6 Jul 2019 07:24:38 +0700 Subject: [Slackbuilds-users] Updates - 20190706.1 and 20190706.2 Message-ID: <7c148d9d-8afd-33ba-ed5c-67a9defb085f@slackbuilds.org> Hi welcome to the first update in July I forgot to add the date in the ChangeLog, hence the second update is applied. Sat Jul 6 00:18:38 UTC 2019 academic/h5utils: Added (visualization and conversion of HDF5 data). academic/latex2html: Added manual doc. academic/scilab: Updated for version 6.0.2. audio/SuperCollider: Updated for version 3.10.2. audio/deadbeef: Updated for version 1.8.1. desktop/find-cursor: Updated for version 1.3. desktop/polybar: Updated for version 3.3.1. desktop/xdm-slackware-theme: Added (XDM Theme). development/Mk4tcl: Added (TCL binding). development/dart: Updated for version 2.4.0. development/gede: Updated for version 2.14.1. development/kotlin: Updated for version 1.3.41. development/neovim: Updated for version 0.3.8. development/rtags: Updated for version 2.33. development/vscode-bin: Updated for version 1.36.0. games/crispy-doom: Updated for version 5.5.2. games/doomretro: Updated for version 2.9.3. games/pcsxr: Add upstream patch. games/yamagi-quake2: Updated for version 7.30. gis/saga-gis: Updated for version 7.3.0. libraries/SDL2: Updated for version 2.0.9. libraries/SDL2_image: Updated for version 2.0.4. libraries/SDL2_mixer: Updated for version 2.0.4. libraries/aubio: Fix handling of the python{,3} bindings. libraries/libosinfo: Updated for version 1.5.0. libraries/libuv: Updated for version 1.30.1. libraries/lua-mpack: Updated for version 1.0.8. misc/KeePass: Updated for version 2.42.1. misc/slop: Added (selection query). multimedia/MuseScore: Updated for version 1.8.1. multimedia/gpodder: Updated for version 3.10.9. network/Electrum: Updated for version 3.3.7. office/LibreOffice: Updated for version 6.2.5.2 office/MasterPDFEditor: Updated for version 5.4.33. office/libreoffice-helppack: Updated for version 6.2.5. office/libreoffice-langpack: Updated for version 6.2.5. office/libreoffice: Updated for version 6.2.5. office/qpdfview-qt5: Fix build on -current. office/qpdfview: Updated for version 0.4.18beta1. office/smoffice2018: Updated for version 2018_965. office/texlive-extra: Make a note of optional dep. office/texlive: Add/Remove patches. office/texlive: Added tabu patch. office/timew: Added (command-line time tracker). perl/perl-Config-Simple: Change maintainer. perl/perl-File-ReadBackwards: Change maintainer. python/ebaysdk: Added (SDK to eBay API). python/num2words: Fix download url. python/odoo: Added (CRM Application). python/python-PySnooper: Updated for version 0.2.2. python/python-prometheus_client: Updated for version 0.7.1. python/python3-ipython: Updated for version 7.6.0. python/python3-isort: Updated for version 4.3.21. system/ansible: Updated for version 2.8.2, switch to python3. system/dehydrated: Updated for version 0.6.5. system/doxbox: Updated for version 0.74.3. system/mariadb-plugin-saslauthd: Removed (upstream unmaintained). system/osinfo-db-tools: Updated for version 1.5.0. system/osinfo: Updated for version 20190611. system/usermin: Updated for version 1.770. system/vagrant: Updated for version 2.2.5. system/webmin: Updated for version 1.920. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From edps.mundognu at gmail.com Sat Jul 6 22:14:03 2019 From: edps.mundognu at gmail.com (Edinaldo) Date: Sat, 06 Jul 2019 19:14:03 -0300 Subject: [Slackbuilds-users] polybar md5sum Message-ID: Hi all, from sbopkg log: found polybar-3.3.1.tar.gz in /var/cache/sbopkg. Checking MD5SUM: MD5SUM check for polybar-3.3.1.tar.gz ... FAILED! Expected: 2c45bc25c0e7e9eee8af451fbd1e334f Found: 67006090c404939ef625d49c902839d4 when downloaded via wget: bash-4.3# md5sum polybar-3.3.1.tar.gz 67006090c404939ef625d49c902839d4 polybar-3.3.1.tar.gz Cheers, Edinaldo. From falsetti at clansco.org Sun Jul 7 09:07:18 2019 From: falsetti at clansco.org (=?ISO-8859-1?Q?Fr=E9d=E9ric?= Falsetti) Date: Sun, 7 Jul 2019 11:07:18 +0200 Subject: [Slackbuilds-users] saga-gis Message-ID: <20190707110718.c4ddb706cc9c773b223bf7d9@clansco.org> Hi, saga-gis-7.2.0-i586-1_SBo is removed saga-gis-7.3.0 fails to build mv -f $depbase.Tpo $depbase.Po wksp_map_layer.cpp: Dans la fonction membre 'CSG_Rect CWKSP_Map_Layer::_Projected_Get_Layer_Extent(const CSG_Rect&)': wksp_map_layer.cpp:465:23: erreur : 'isinf' was not declared in this scope if( isinf(rLayer.xMin) ) rLayer.xMin = m_pLayer->Get_Extent().Get_XMin(); ^ wksp_map_layer.cpp:465:23: note : suggested alternative: In file included from /usr/include/wx-3.0/wx/math.h:72:0, from /usr/include/wx-3.0/wx/gdicmn.h:23, from /usr/include/wx-3.0/wx/event.h:20, from /usr/include/wx-3.0/wx/window.h:18, from wksp_map_layer.cpp:51: /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' isinf(_Tp __x) ^ wksp_map_layer.cpp:466:23: erreur : 'isinf' was not declared in this scope if( isinf(rLayer.xMax) ) rLayer.xMax = m_pLayer->Get_Extent().Get_XMax(); ^ wksp_map_layer.cpp:466:23: note : suggested alternative: In file included from /usr/include/wx-3.0/wx/math.h:72:0, from /usr/include/wx-3.0/wx/gdicmn.h:23, from /usr/include/wx-3.0/wx/event.h:20, from /usr/include/wx-3.0/wx/window.h:18, from wksp_map_layer.cpp:51: /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' isinf(_Tp __x) ^ wksp_map_layer.cpp:467:23: erreur : 'isinf' was not declared in this scope if( isinf(rLayer.yMin) ) rLayer.yMin = m_pLayer->Get_Extent().Get_YMin(); ^ wksp_map_layer.cpp:467:23: note : suggested alternative: In file included from /usr/include/wx-3.0/wx/math.h:72:0, from /usr/include/wx-3.0/wx/gdicmn.h:23, from /usr/include/wx-3.0/wx/event.h:20, from /usr/include/wx-3.0/wx/window.h:18, from wksp_map_layer.cpp:51: /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' isinf(_Tp __x) ^ wksp_map_layer.cpp:468:23: erreur : 'isinf' was not declared in this scope if( isinf(rLayer.yMax) ) rLayer.yMax = m_pLayer->Get_Extent().Get_YMax(); ^ wksp_map_layer.cpp:468:23: note : suggested alternative: In file included from /usr/include/wx-3.0/wx/math.h:72:0, from /usr/include/wx-3.0/wx/gdicmn.h:23, from /usr/include/wx-3.0/wx/event.h:20, from /usr/include/wx-3.0/wx/window.h:18, from wksp_map_layer.cpp:51: /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' isinf(_Tp __x) ^ wksp_map_layer.cpp: Dans la fonction membre 'bool CWKSP_Map_Layer::_Projected_Shapes_Clipped(const CSG_Rect&, CSG_Shapes*, CSG_Shapes&)': wksp_map_layer.cpp:507:17: erreur : 'isinf' was not declared in this scope if( isinf(p.x) ) p.x = std::signbit(p.x) ? Extent.Get_Extent().Get_XMin() : Extent.Get_Extent().Get_XMax(); ^ wksp_map_layer.cpp:507:17: note : suggested alternative: In file included from /usr/include/wx-3.0/wx/math.h:72:0, from /usr/include/wx-3.0/wx/gdicmn.h:23, from /usr/include/wx-3.0/wx/event.h:20, from /usr/include/wx-3.0/wx/window.h:18, from wksp_map_layer.cpp:51: /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' isinf(_Tp __x) ^ wksp_map_layer.cpp:508:17: erreur : 'isinf' was not declared in this scope if( isinf(p.y) ) p.y = std::signbit(p.y) ? Extent.Get_Extent().Get_YMin() : Extent.Get_Extent().Get_YMax(); ^ wksp_map_layer.cpp:508:17: note : suggested alternative: In file included from /usr/include/wx-3.0/wx/math.h:72:0, from /usr/include/wx-3.0/wx/gdicmn.h:23, from /usr/include/wx-3.0/wx/event.h:20, from /usr/include/wx-3.0/wx/window.h:18, from wksp_map_layer.cpp:51: /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' isinf(_Tp __x) ^ Makefile:905: recipe for target 'wksp_map_layer.o' failed make[5]: *** [wksp_map_layer.o] Error 1 make[5]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core/saga_gui' Makefile:1025: recipe for target 'all-recursive' failed make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core/saga_gui' Makefile:413: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core' Makefile:411: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/tmp/SBo/saga-7.3.0/src' Makefile:517: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/SBo/saga-7.3.0' Makefile:428: recipe for target 'all' failed make: *** [all] Error 2 From milgram at cgpp.com Tue Jul 9 03:21:44 2019 From: milgram at cgpp.com (Judah Milgram) Date: Mon, 8 Jul 2019 23:21:44 -0400 Subject: [Slackbuilds-users] grace-5.1.23: locale warning Message-ID: I realize now this wasn't an entirely appropriate question for this list. But since I have an answer, I'll share it: A misguided slackpkg foray into slackware-current on a slack-14.2 system left me with a number of glibc-2.29 (slack-current) library files in /lib64 despite having removed the packages and reinstalled the glibc-2.23 (slack-14.2) packages. ldconfig made sure things were pointing to the 2.29 versions. Solution: remove the 2.29 files one by one, by hand. /sbin/ldconfig after each one. I could feel the system sneeze when I got to the libc and ld.so links, but it all worked. Recompiled grace (thank you SBo) and everything's fine. Other locale warnings disappear as well. Moral: slack-current not for upgrading numbered versions. I guess. Not sure why I thought that would be a good idea. r/ Judah Sun Apr 7 13:36:08 UTC 2019: > Starting after a recent upgrade (Slack 14.2/64) I'm getting > > Warning: locale not supported by C library, locale unchanged > > when running xmgrace 5.1.23. Built with the Slackbuild script (thank > you!) > > Anyone else seeing this? > > Setting LC_ALL=C gets rid of it and ignoring it works too. But if > there's something to be fixed, I'd rather do that. > > Unfortunately I upgraded a dozen or more packages at once (using > slackpkg upgrade-all) so couldn't say what's triggering this. > > thanks for any pointers! > > Judah -- Judah Milgram milgram at cgpp.com 301-257-7069 From slackbuilds at jaxartes.net Wed Jul 10 06:36:27 2019 From: slackbuilds at jaxartes.net (Benjamin Trigona-Harany) Date: Tue, 09 Jul 2019 23:36:27 -0700 Subject: [Slackbuilds-users] saga-gis In-Reply-To: <20190707110718.c4ddb706cc9c773b223bf7d9@clansco.org> References: <20190707110718.c4ddb706cc9c773b223bf7d9@clansco.org> Message-ID: <4124596.fYRsH1vEZu@wintermute.sprawl.net> On Sunday, 7 July 2019 02:07:18 PDT Fr?d?ric Falsetti wrote: > Hi, > saga-gis-7.2.0-i586-1_SBo is removed > saga-gis-7.3.0 fails to build Thanks for the report Fr?d?ric. This shold be fixed in my branch - if you could test the fix that would be great. > mv -f $depbase.Tpo $depbase.Po > wksp_map_layer.cpp: Dans la fonction membre 'CSG_Rect > CWKSP_Map_Layer::_Projected_Get_Layer_Extent(const CSG_Rect&)': > wksp_map_layer.cpp:465:23: erreur : 'isinf' was not declared in this scope > if( isinf(rLayer.xMin) ) rLayer.xMin = m_pLayer->Get_Extent().Get_XMin(); ^ > wksp_map_layer.cpp:465:23: note : suggested alternative: > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > from /usr/include/wx-3.0/wx/gdicmn.h:23, > from /usr/include/wx-3.0/wx/event.h:20, > from /usr/include/wx-3.0/wx/window.h:18, > from wksp_map_layer.cpp:51: > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > isinf(_Tp __x) > ^ > wksp_map_layer.cpp:466:23: erreur : 'isinf' was not declared in this scope > if( isinf(rLayer.xMax) ) rLayer.xMax = m_pLayer->Get_Extent().Get_XMax(); > ^ > wksp_map_layer.cpp:466:23: note : suggested alternative: > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > from /usr/include/wx-3.0/wx/gdicmn.h:23, > from /usr/include/wx-3.0/wx/event.h:20, > from /usr/include/wx-3.0/wx/window.h:18, > from wksp_map_layer.cpp:51: > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > isinf(_Tp __x) > ^ > wksp_map_layer.cpp:467:23: erreur : 'isinf' was not declared in this scope > if( isinf(rLayer.yMin) ) rLayer.yMin = m_pLayer->Get_Extent().Get_YMin(); > ^ > wksp_map_layer.cpp:467:23: note : suggested alternative: > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > from /usr/include/wx-3.0/wx/gdicmn.h:23, > from /usr/include/wx-3.0/wx/event.h:20, > from /usr/include/wx-3.0/wx/window.h:18, > from wksp_map_layer.cpp:51: > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > isinf(_Tp __x) > ^ > wksp_map_layer.cpp:468:23: erreur : 'isinf' was not declared in this scope > if( isinf(rLayer.yMax) ) rLayer.yMax = m_pLayer->Get_Extent().Get_YMax(); > ^ > wksp_map_layer.cpp:468:23: note : suggested alternative: > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > from /usr/include/wx-3.0/wx/gdicmn.h:23, > from /usr/include/wx-3.0/wx/event.h:20, > from /usr/include/wx-3.0/wx/window.h:18, > from wksp_map_layer.cpp:51: > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > isinf(_Tp __x) > ^ > wksp_map_layer.cpp: Dans la fonction membre 'bool > CWKSP_Map_Layer::_Projected_Shapes_Clipped(const CSG_Rect&, CSG_Shapes*, > CSG_Shapes&)': wksp_map_layer.cpp:507:17: erreur : 'isinf' was not declared > in this scope if( isinf(p.x) ) p.x = std::signbit(p.x) ? > Extent.Get_Extent().Get_XMin() : Extent.Get_Extent().Get_XMax(); ^ > wksp_map_layer.cpp:507:17: note : suggested alternative: > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > from /usr/include/wx-3.0/wx/gdicmn.h:23, > from /usr/include/wx-3.0/wx/event.h:20, > from /usr/include/wx-3.0/wx/window.h:18, > from wksp_map_layer.cpp:51: > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > isinf(_Tp __x) > ^ > wksp_map_layer.cpp:508:17: erreur : 'isinf' was not declared in this scope > if( isinf(p.y) ) p.y = std::signbit(p.y) ? > Extent.Get_Extent().Get_YMin() : Extent.Get_Extent().Get_YMax(); ^ > wksp_map_layer.cpp:508:17: note : suggested alternative: > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > from /usr/include/wx-3.0/wx/gdicmn.h:23, > from /usr/include/wx-3.0/wx/event.h:20, > from /usr/include/wx-3.0/wx/window.h:18, > from wksp_map_layer.cpp:51: > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > isinf(_Tp __x) > ^ > Makefile:905: recipe for target 'wksp_map_layer.o' failed > make[5]: *** [wksp_map_layer.o] Error 1 > make[5]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core/saga_gui' > Makefile:1025: recipe for target 'all-recursive' failed > make[4]: *** [all-recursive] Error 1 > make[4]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core/saga_gui' > Makefile:413: recipe for target 'all-recursive' failed > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core' > Makefile:411: recipe for target 'all-recursive' failed > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory '/tmp/SBo/saga-7.3.0/src' > Makefile:517: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory '/tmp/SBo/saga-7.3.0' > Makefile:428: recipe for target 'all' failed > make: *** [all] Error 2 > _______________________________________________ > 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 falsetti at clansco.org Wed Jul 10 16:23:39 2019 From: falsetti at clansco.org (=?ISO-8859-1?Q?Fr=E9d=E9ric?= Falsetti) Date: Wed, 10 Jul 2019 18:23:39 +0200 Subject: [Slackbuilds-users] saga-gis In-Reply-To: <4124596.fYRsH1vEZu@wintermute.sprawl.net> References: <20190707110718.c4ddb706cc9c773b223bf7d9@clansco.org> <4124596.fYRsH1vEZu@wintermute.sprawl.net> Message-ID: <20190710182339.bbea7fb48f58335956d74dc3@clansco.org> thanks I now have now a fatal error, hdf5.h not found $ slocate hdf5.h /usr/include/VTK/vtkhdf5/src/hdf5.h /usr/include/VTK/vtk_hdf5.h /usr/include/vigra/multi_array_chunked_hdf5.hxx libtool: compile: g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../.. -fPIC -I../../../../src/saga_core -D_SAGA_LINUX -D_TYPEDEF_BYTE -D_TYPEDEF_WORD -DWITH_HDF5 -fopenmp -lgomp -march=i586 -mtune=i686 -MT vigra_random_forest.lo -MD -MP -MF .deps/vigra_random_forest.Tpo -c vigra_random_forest.cpp -fPIC -DPIC -o .libs/vigra_random_forest.o In file included from /usr/include/vigra/random_forest_hdf5_impex.hxx:41:0, from vigra_random_forest.cpp:68: /usr/include/vigra/hdf5impex.hxx:51:18: erreur fatale?: hdf5.h : Aucun fichier ou dossier de ce type compilation termin?e. On Tue, 09 Jul 2019 23:36:27 -0700 Benjamin Trigona-Harany wrote: > On Sunday, 7 July 2019 02:07:18 PDT Fr?d?ric Falsetti wrote: > > Hi, > > saga-gis-7.2.0-i586-1_SBo is removed > > saga-gis-7.3.0 fails to build > > Thanks for the report Fr?d?ric. This shold be fixed in my branch - if you > could test the fix that would be great. > > > mv -f $depbase.Tpo $depbase.Po > > wksp_map_layer.cpp: Dans la fonction membre 'CSG_Rect > > CWKSP_Map_Layer::_Projected_Get_Layer_Extent(const CSG_Rect&)': > > wksp_map_layer.cpp:465:23: erreur : 'isinf' was not declared in this scope > > if( isinf(rLayer.xMin) ) rLayer.xMin = m_pLayer->Get_Extent().Get_XMin(); ^ > > wksp_map_layer.cpp:465:23: note : suggested alternative: > > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > > from /usr/include/wx-3.0/wx/gdicmn.h:23, > > from /usr/include/wx-3.0/wx/event.h:20, > > from /usr/include/wx-3.0/wx/window.h:18, > > from wksp_map_layer.cpp:51: > > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > > isinf(_Tp __x) > > ^ > > wksp_map_layer.cpp:466:23: erreur : 'isinf' was not declared in this scope > > if( isinf(rLayer.xMax) ) rLayer.xMax = m_pLayer->Get_Extent().Get_XMax(); > > ^ > > wksp_map_layer.cpp:466:23: note : suggested alternative: > > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > > from /usr/include/wx-3.0/wx/gdicmn.h:23, > > from /usr/include/wx-3.0/wx/event.h:20, > > from /usr/include/wx-3.0/wx/window.h:18, > > from wksp_map_layer.cpp:51: > > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > > isinf(_Tp __x) > > ^ > > wksp_map_layer.cpp:467:23: erreur : 'isinf' was not declared in this scope > > if( isinf(rLayer.yMin) ) rLayer.yMin = m_pLayer->Get_Extent().Get_YMin(); > > ^ > > wksp_map_layer.cpp:467:23: note : suggested alternative: > > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > > from /usr/include/wx-3.0/wx/gdicmn.h:23, > > from /usr/include/wx-3.0/wx/event.h:20, > > from /usr/include/wx-3.0/wx/window.h:18, > > from wksp_map_layer.cpp:51: > > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > > isinf(_Tp __x) > > ^ > > wksp_map_layer.cpp:468:23: erreur : 'isinf' was not declared in this scope > > if( isinf(rLayer.yMax) ) rLayer.yMax = m_pLayer->Get_Extent().Get_YMax(); > > ^ > > wksp_map_layer.cpp:468:23: note : suggested alternative: > > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > > from /usr/include/wx-3.0/wx/gdicmn.h:23, > > from /usr/include/wx-3.0/wx/event.h:20, > > from /usr/include/wx-3.0/wx/window.h:18, > > from wksp_map_layer.cpp:51: > > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > > isinf(_Tp __x) > > ^ > > wksp_map_layer.cpp: Dans la fonction membre 'bool > > CWKSP_Map_Layer::_Projected_Shapes_Clipped(const CSG_Rect&, CSG_Shapes*, > > CSG_Shapes&)': wksp_map_layer.cpp:507:17: erreur : 'isinf' was not declared > > in this scope if( isinf(p.x) ) p.x = std::signbit(p.x) ? > > Extent.Get_Extent().Get_XMin() : Extent.Get_Extent().Get_XMax(); ^ > > wksp_map_layer.cpp:507:17: note : suggested alternative: > > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > > from /usr/include/wx-3.0/wx/gdicmn.h:23, > > from /usr/include/wx-3.0/wx/event.h:20, > > from /usr/include/wx-3.0/wx/window.h:18, > > from wksp_map_layer.cpp:51: > > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > > isinf(_Tp __x) > > ^ > > wksp_map_layer.cpp:508:17: erreur : 'isinf' was not declared in this scope > > if( isinf(p.y) ) p.y = std::signbit(p.y) ? > > Extent.Get_Extent().Get_YMin() : Extent.Get_Extent().Get_YMax(); ^ > > wksp_map_layer.cpp:508:17: note : suggested alternative: > > In file included from /usr/include/wx-3.0/wx/math.h:72:0, > > from /usr/include/wx-3.0/wx/gdicmn.h:23, > > from /usr/include/wx-3.0/wx/event.h:20, > > from /usr/include/wx-3.0/wx/window.h:18, > > from wksp_map_layer.cpp:51: > > /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > > isinf(_Tp __x) > > ^ > > Makefile:905: recipe for target 'wksp_map_layer.o' failed > > make[5]: *** [wksp_map_layer.o] Error 1 > > make[5]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core/saga_gui' > > Makefile:1025: recipe for target 'all-recursive' failed > > make[4]: *** [all-recursive] Error 1 > > make[4]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core/saga_gui' > > Makefile:413: recipe for target 'all-recursive' failed > > make[3]: *** [all-recursive] Error 1 > > make[3]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core' > > Makefile:411: recipe for target 'all-recursive' failed > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory '/tmp/SBo/saga-7.3.0/src' > > Makefile:517: recipe for target 'all-recursive' failed > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory '/tmp/SBo/saga-7.3.0' > > Makefile:428: recipe for target 'all' failed > > make: *** [all] Error 2 > > _______________________________________________ > > 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/ > From slackbuilds at jaxartes.net Wed Jul 10 16:26:40 2019 From: slackbuilds at jaxartes.net (Benjamin Trigona-Harany) Date: Wed, 10 Jul 2019 09:26:40 -0700 Subject: [Slackbuilds-users] saga-gis In-Reply-To: <20190710182339.bbea7fb48f58335956d74dc3@clansco.org> References: <20190707110718.c4ddb706cc9c773b223bf7d9@clansco.org> <4124596.fYRsH1vEZu@wintermute.sprawl.net> <20190710182339.bbea7fb48f58335956d74dc3@clansco.org> Message-ID: On 2019-07-10 9:23 a.m., Fr?d?ric Falsetti wrote: > thanks > I now have now a fatal error, hdf5.h not found > > $ slocate hdf5.h > /usr/include/VTK/vtkhdf5/src/hdf5.h > /usr/include/VTK/vtk_hdf5.h > /usr/include/vigra/multi_array_chunked_hdf5.hxx > > > libtool: compile: g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../.. -fPIC -I../../../../src/saga_core -D_SAGA_LINUX -D_TYPEDEF_BYTE -D_TYPEDEF_WORD -DWITH_HDF5 -fopenmp -lgomp -march=i586 -mtune=i686 -MT vigra_random_forest.lo -MD -MP -MF .deps/vigra_random_forest.Tpo -c vigra_random_forest.cpp -fPIC -DPIC -o .libs/vigra_random_forest.o > In file included from /usr/include/vigra/random_forest_hdf5_impex.hxx:41:0, > from vigra_random_forest.cpp:68: > /usr/include/vigra/hdf5impex.hxx:51:18: erreur fatale?: hdf5.h : Aucun fichier ou dossier de ce type > compilation termin?e. Looks like you have vigra installed. SAGA won't build in this case as noted in README. If that's not it, then my guess is that you had hdf5 installed and then removed it, breaking one of SAGA's dependencies. > On Tue, 09 Jul 2019 23:36:27 -0700 > Benjamin Trigona-Harany wrote: > >> On Sunday, 7 July 2019 02:07:18 PDT Fr?d?ric Falsetti wrote: >>> Hi, >>> saga-gis-7.2.0-i586-1_SBo is removed >>> saga-gis-7.3.0 fails to build >> >> Thanks for the report Fr?d?ric. This shold be fixed in my branch - if you >> could test the fix that would be great. >> >>> mv -f $depbase.Tpo $depbase.Po >>> wksp_map_layer.cpp: Dans la fonction membre 'CSG_Rect >>> CWKSP_Map_Layer::_Projected_Get_Layer_Extent(const CSG_Rect&)': >>> wksp_map_layer.cpp:465:23: erreur : 'isinf' was not declared in this scope >>> if( isinf(rLayer.xMin) ) rLayer.xMin = m_pLayer->Get_Extent().Get_XMin(); ^ >>> wksp_map_layer.cpp:465:23: note : suggested alternative: >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, >>> from /usr/include/wx-3.0/wx/event.h:20, >>> from /usr/include/wx-3.0/wx/window.h:18, >>> from wksp_map_layer.cpp:51: >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' >>> isinf(_Tp __x) >>> ^ >>> wksp_map_layer.cpp:466:23: erreur : 'isinf' was not declared in this scope >>> if( isinf(rLayer.xMax) ) rLayer.xMax = m_pLayer->Get_Extent().Get_XMax(); >>> ^ >>> wksp_map_layer.cpp:466:23: note : suggested alternative: >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, >>> from /usr/include/wx-3.0/wx/event.h:20, >>> from /usr/include/wx-3.0/wx/window.h:18, >>> from wksp_map_layer.cpp:51: >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' >>> isinf(_Tp __x) >>> ^ >>> wksp_map_layer.cpp:467:23: erreur : 'isinf' was not declared in this scope >>> if( isinf(rLayer.yMin) ) rLayer.yMin = m_pLayer->Get_Extent().Get_YMin(); >>> ^ >>> wksp_map_layer.cpp:467:23: note : suggested alternative: >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, >>> from /usr/include/wx-3.0/wx/event.h:20, >>> from /usr/include/wx-3.0/wx/window.h:18, >>> from wksp_map_layer.cpp:51: >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' >>> isinf(_Tp __x) >>> ^ >>> wksp_map_layer.cpp:468:23: erreur : 'isinf' was not declared in this scope >>> if( isinf(rLayer.yMax) ) rLayer.yMax = m_pLayer->Get_Extent().Get_YMax(); >>> ^ >>> wksp_map_layer.cpp:468:23: note : suggested alternative: >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, >>> from /usr/include/wx-3.0/wx/event.h:20, >>> from /usr/include/wx-3.0/wx/window.h:18, >>> from wksp_map_layer.cpp:51: >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' >>> isinf(_Tp __x) >>> ^ >>> wksp_map_layer.cpp: Dans la fonction membre 'bool >>> CWKSP_Map_Layer::_Projected_Shapes_Clipped(const CSG_Rect&, CSG_Shapes*, >>> CSG_Shapes&)': wksp_map_layer.cpp:507:17: erreur : 'isinf' was not declared >>> in this scope if( isinf(p.x) ) p.x = std::signbit(p.x) ? >>> Extent.Get_Extent().Get_XMin() : Extent.Get_Extent().Get_XMax(); ^ >>> wksp_map_layer.cpp:507:17: note : suggested alternative: >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, >>> from /usr/include/wx-3.0/wx/event.h:20, >>> from /usr/include/wx-3.0/wx/window.h:18, >>> from wksp_map_layer.cpp:51: >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' >>> isinf(_Tp __x) >>> ^ >>> wksp_map_layer.cpp:508:17: erreur : 'isinf' was not declared in this scope >>> if( isinf(p.y) ) p.y = std::signbit(p.y) ? >>> Extent.Get_Extent().Get_YMin() : Extent.Get_Extent().Get_YMax(); ^ >>> wksp_map_layer.cpp:508:17: note : suggested alternative: >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, >>> from /usr/include/wx-3.0/wx/event.h:20, >>> from /usr/include/wx-3.0/wx/window.h:18, >>> from wksp_map_layer.cpp:51: >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' >>> isinf(_Tp __x) >>> ^ >>> Makefile:905: recipe for target 'wksp_map_layer.o' failed >>> make[5]: *** [wksp_map_layer.o] Error 1 >>> make[5]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core/saga_gui' >>> Makefile:1025: recipe for target 'all-recursive' failed >>> make[4]: *** [all-recursive] Error 1 >>> make[4]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core/saga_gui' >>> Makefile:413: recipe for target 'all-recursive' failed >>> make[3]: *** [all-recursive] Error 1 >>> make[3]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core' >>> Makefile:411: recipe for target 'all-recursive' failed >>> make[2]: *** [all-recursive] Error 1 >>> make[2]: Leaving directory '/tmp/SBo/saga-7.3.0/src' >>> Makefile:517: recipe for target 'all-recursive' failed >>> make[1]: *** [all-recursive] Error 1 >>> make[1]: Leaving directory '/tmp/SBo/saga-7.3.0' >>> Makefile:428: recipe for target 'all' failed >>> make: *** [all] Error 2 >>> _______________________________________________ >>> 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/ >> > _______________________________________________ > 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 falsetti at clansco.org Wed Jul 10 17:19:17 2019 From: falsetti at clansco.org (=?ISO-8859-1?Q?Fr=E9d=E9ric?= Falsetti) Date: Wed, 10 Jul 2019 19:19:17 +0200 Subject: [Slackbuilds-users] saga-gis In-Reply-To: References: <20190707110718.c4ddb706cc9c773b223bf7d9@clansco.org> <4124596.fYRsH1vEZu@wintermute.sprawl.net> <20190710182339.bbea7fb48f58335956d74dc3@clansco.org> Message-ID: <20190710191917.08e437ae84dff732055c2c16@clansco.org> On Wed, 10 Jul 2019 09:26:40 -0700 Benjamin Trigona-Harany wrote: > On 2019-07-10 9:23 a.m., Fr?d?ric Falsetti wrote: > > thanks > > I now have now a fatal error, hdf5.h not found > > > > $ slocate hdf5.h > > /usr/include/VTK/vtkhdf5/src/hdf5.h > > /usr/include/VTK/vtk_hdf5.h > > /usr/include/vigra/multi_array_chunked_hdf5.hxx > > > > > > libtool: compile: g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../.. -fPIC -I../../../../src/saga_core -D_SAGA_LINUX -D_TYPEDEF_BYTE -D_TYPEDEF_WORD -DWITH_HDF5 -fopenmp -lgomp -march=i586 -mtune=i686 -MT vigra_random_forest.lo -MD -MP -MF .deps/vigra_random_forest.Tpo -c vigra_random_forest.cpp -fPIC -DPIC -o .libs/vigra_random_forest.o > > In file included from /usr/include/vigra/random_forest_hdf5_impex.hxx:41:0, > > from vigra_random_forest.cpp:68: > > /usr/include/vigra/hdf5impex.hxx:51:18: erreur fatale?: hdf5.h : Aucun fichier ou dossier de ce type > > compilation termin?e. > > Looks like you have vigra installed. yes, sorry, I had reinstall vigra and forgot to remove it. All is fine now Thanks very much SAGA won't build in this case as > noted in README. If that's not it, then my guess is that you had hdf5 > installed and then removed it, breaking one of SAGA's dependencies. > > > On Tue, 09 Jul 2019 23:36:27 -0700 > > Benjamin Trigona-Harany wrote: > > > >> On Sunday, 7 July 2019 02:07:18 PDT Fr?d?ric Falsetti wrote: > >>> Hi, > >>> saga-gis-7.2.0-i586-1_SBo is removed > >>> saga-gis-7.3.0 fails to build > >> > >> Thanks for the report Fr?d?ric. This shold be fixed in my branch - if you > >> could test the fix that would be great. > >> > >>> mv -f $depbase.Tpo $depbase.Po > >>> wksp_map_layer.cpp: Dans la fonction membre 'CSG_Rect > >>> CWKSP_Map_Layer::_Projected_Get_Layer_Extent(const CSG_Rect&)': > >>> wksp_map_layer.cpp:465:23: erreur : 'isinf' was not declared in this scope > >>> if( isinf(rLayer.xMin) ) rLayer.xMin = m_pLayer->Get_Extent().Get_XMin(); ^ > >>> wksp_map_layer.cpp:465:23: note : suggested alternative: > >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, > >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, > >>> from /usr/include/wx-3.0/wx/event.h:20, > >>> from /usr/include/wx-3.0/wx/window.h:18, > >>> from wksp_map_layer.cpp:51: > >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > >>> isinf(_Tp __x) > >>> ^ > >>> wksp_map_layer.cpp:466:23: erreur : 'isinf' was not declared in this scope > >>> if( isinf(rLayer.xMax) ) rLayer.xMax = m_pLayer->Get_Extent().Get_XMax(); > >>> ^ > >>> wksp_map_layer.cpp:466:23: note : suggested alternative: > >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, > >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, > >>> from /usr/include/wx-3.0/wx/event.h:20, > >>> from /usr/include/wx-3.0/wx/window.h:18, > >>> from wksp_map_layer.cpp:51: > >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > >>> isinf(_Tp __x) > >>> ^ > >>> wksp_map_layer.cpp:467:23: erreur : 'isinf' was not declared in this scope > >>> if( isinf(rLayer.yMin) ) rLayer.yMin = m_pLayer->Get_Extent().Get_YMin(); > >>> ^ > >>> wksp_map_layer.cpp:467:23: note : suggested alternative: > >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, > >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, > >>> from /usr/include/wx-3.0/wx/event.h:20, > >>> from /usr/include/wx-3.0/wx/window.h:18, > >>> from wksp_map_layer.cpp:51: > >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > >>> isinf(_Tp __x) > >>> ^ > >>> wksp_map_layer.cpp:468:23: erreur : 'isinf' was not declared in this scope > >>> if( isinf(rLayer.yMax) ) rLayer.yMax = m_pLayer->Get_Extent().Get_YMax(); > >>> ^ > >>> wksp_map_layer.cpp:468:23: note : suggested alternative: > >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, > >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, > >>> from /usr/include/wx-3.0/wx/event.h:20, > >>> from /usr/include/wx-3.0/wx/window.h:18, > >>> from wksp_map_layer.cpp:51: > >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > >>> isinf(_Tp __x) > >>> ^ > >>> wksp_map_layer.cpp: Dans la fonction membre 'bool > >>> CWKSP_Map_Layer::_Projected_Shapes_Clipped(const CSG_Rect&, CSG_Shapes*, > >>> CSG_Shapes&)': wksp_map_layer.cpp:507:17: erreur : 'isinf' was not declared > >>> in this scope if( isinf(p.x) ) p.x = std::signbit(p.x) ? > >>> Extent.Get_Extent().Get_XMin() : Extent.Get_Extent().Get_XMax(); ^ > >>> wksp_map_layer.cpp:507:17: note : suggested alternative: > >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, > >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, > >>> from /usr/include/wx-3.0/wx/event.h:20, > >>> from /usr/include/wx-3.0/wx/window.h:18, > >>> from wksp_map_layer.cpp:51: > >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > >>> isinf(_Tp __x) > >>> ^ > >>> wksp_map_layer.cpp:508:17: erreur : 'isinf' was not declared in this scope > >>> if( isinf(p.y) ) p.y = std::signbit(p.y) ? > >>> Extent.Get_Extent().Get_YMin() : Extent.Get_Extent().Get_YMax(); ^ > >>> wksp_map_layer.cpp:508:17: note : suggested alternative: > >>> In file included from /usr/include/wx-3.0/wx/math.h:72:0, > >>> from /usr/include/wx-3.0/wx/gdicmn.h:23, > >>> from /usr/include/wx-3.0/wx/event.h:20, > >>> from /usr/include/wx-3.0/wx/window.h:18, > >>> from wksp_map_layer.cpp:51: > >>> /usr/include/c++/5.5.0/cmath:626:5: note : 'std::isinf' > >>> isinf(_Tp __x) > >>> ^ > >>> Makefile:905: recipe for target 'wksp_map_layer.o' failed > >>> make[5]: *** [wksp_map_layer.o] Error 1 > >>> make[5]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core/saga_gui' > >>> Makefile:1025: recipe for target 'all-recursive' failed > >>> make[4]: *** [all-recursive] Error 1 > >>> make[4]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core/saga_gui' > >>> Makefile:413: recipe for target 'all-recursive' failed > >>> make[3]: *** [all-recursive] Error 1 > >>> make[3]: Leaving directory '/tmp/SBo/saga-7.3.0/src/saga_core' > >>> Makefile:411: recipe for target 'all-recursive' failed > >>> make[2]: *** [all-recursive] Error 1 > >>> make[2]: Leaving directory '/tmp/SBo/saga-7.3.0/src' > >>> Makefile:517: recipe for target 'all-recursive' failed > >>> make[1]: *** [all-recursive] Error 1 > >>> make[1]: Leaving directory '/tmp/SBo/saga-7.3.0' > >>> Makefile:428: recipe for target 'all' failed > >>> make: *** [all] Error 2 > >>> _______________________________________________ > >>> 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/ > >> > > _______________________________________________ > > 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/ > From dickson.tim at googlemail.com Wed Jul 10 21:41:09 2019 From: dickson.tim at googlemail.com (Tim Dickson) Date: Wed, 10 Jul 2019 22:41:09 +0100 Subject: [Slackbuilds-users] Musescore slackbuild Message-ID: <9d630e56-32e7-caaa-6251-0460cdc345af@googlemail.com> There's a new version of musescore. (3.2.3) a version bump and relevant .info updates +change from MuseScore_General-licence.md? to MuseScore_General_licence.md in the build and info file is all that's needed to update it. regards, Tim From kingbeowulf at gmail.com Fri Jul 12 20:49:58 2019 From: kingbeowulf at gmail.com (King Beowulf) Date: Fri, 12 Jul 2019 13:49:58 -0700 Subject: [Slackbuilds-users] nvidia-{kernel,driver} roadmap Message-ID: <17ba958c-c88d-488e-4885-8b008b7ca57e@gmail.com> Hello all I'll be posting a refresh if the Nvidia 430.xx long term driver "soon." The last few updates since 430.14 have just added new GPU support. So let me know if anyone needs the latest (expensive) RTX 2xxx support. To get ready for 15.0 ("real soon now") I will be dropping the non-glvnd option. This should not cause any real issues, but if it does, and you can not update that particular software, let me know. It will be easier to just create a separate non-glvnd script for legacy systems. -Ed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 163 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Sat Jul 13 01:40:25 2019 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 13 Jul 2019 08:40:25 +0700 Subject: [Slackbuilds-users] Updates - 20190713.1 Message-ID: <4ead99c8-8851-bb6e-693a-802180f60958@slackbuilds.org> Sat Jul 13 01:32:07 UTC 2019 academic/OpenFOAM: Updated for version 7. academic/ViennaRNA: Updated for version 2.4.13. academic/harminv: Added (harmonic inversion from a time series). audio/ardour: Install additional icons and desktop file. audio/cmus: Updated for version 2.8.0. audio/snd: Updated for version 19.5. desktop/gis-weather: Updated for version 0.8.4.1. desktop/jgmenu: Updated for version 3.1. desktop/polybar: Fix MD5SUM. desktop/screenkey: Install desktop file. development/cargo-vendor: Updated for version 0.1.23. development/icon: Fix URLs, add upstream patches. development/jupyter_client: Updated for version 5.3.1. development/pkgconf: Updated for version 1.6.3. development/rustup: Updated for version 1.18.3. development/sbcl: Updated for version 1.5.4. games/steam: Fix udev rule for Valve controllers games/yamagi-quake2: Fix VERSION. gis/saga-gis: Fix build issue. libraries/libctl: Added (scientific simulations software). libraries/libinput: Updated for version 1.13.4. libraries/libmatheval: Added (numerical/mathematical library). libraries/libtelnet: Updated for version 0.23. libraries/protobuf-c: Updated for version 1.3.2. multimedia/opera-developer-ffmpeg-codecs: Updated for v 0.39.2. multimedia/opera-ffmpeg-codecs: Updated for v 0.39.2. network/NetworkManager-ssh: Added (SSH VPN Support). network/clipgrab: Updated for version 3.8.3. network/ircd-hybrid: Updated for version 8.2.26. network/newsboat: Updated for version 2.16.1. network/opera-developer: Updated for version 64.0.3372.0. network/opera: Updated for version 62.0.3331.66. network/prosody-mod-cloud-notify: Updated for version hg3627. network/prosody-mod-http-upload: Updated for version hg3625. network/signal-desktop: Updated for version 1.25.3. network/telegram: Updated for version 1.7.13. network/tor-browser: Updated for version 8.5.4. network/yandex-browser-beta: Updated for version 19.6.2.594. office/gnucash-docs: Updated for version 3.6. office/gnucash: Updated for version 3.6. office/onlyoffice-desktopeditors: Updated for version 5.3.3. office/smoffice2018: Updated for version 2018_966. python/git-fame: Updated for version 1.9.1. python/python-fonttools: Updated for version 3.43.2. ruby/rubygem-jaro_winkler: Updated for version 1.5.3. system/alacritty: Updated for version 0.3.3. system/fd: Updated for version 7.3.0. system/forkstat: Updated for version 0.02.10. system/passwordsafe: Updated for version 1.08.2BETA. system/ripgrep: Updated for version 11.0.1. system/rmw: Updated for version 0.7.02. system/telegraf: Updated for version 1.11.2. system/ttf-ibm-plex: Updated for version 2.0.0. system/wine-staging: Updated for version 4.12.1. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From flinchx at protonmail.com Sat Jul 13 02:05:56 2019 From: flinchx at protonmail.com (flinchx) Date: Sat, 13 Jul 2019 02:05:56 +0000 Subject: [Slackbuilds-users] nvidia-{kernel,driver} roadmap In-Reply-To: <17ba958c-c88d-488e-4885-8b008b7ca57e@gmail.com> References: <17ba958c-c88d-488e-4885-8b008b7ca57e@gmail.com> Message-ID: Which legacy drivers will be available for 15.0? Are all of them compiling fine with -current kernels? Thanks. ??????? Original Message ??????? On Friday, July 12, 2019 11:49 PM, King Beowulf kingbeowulf at gmail.com wrote: > Hello all > I'll be posting a refresh if the Nvidia 430.xx long term driver "soon." > The last few updates since 430.14 have just added new GPU support. So > let me know if anyone needs the latest (expensive) RTX 2xxx support. > To get ready for 15.0 ("real soon now") I will be dropping the non-glvnd > option. This should not cause any real issues, but if it does, and you > can not update that particular software, let me know. It will be easier > to just create a separate non-glvnd script for legacy systems. > -Ed > 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 kingbeowulf at gmail.com Sat Jul 13 02:44:10 2019 From: kingbeowulf at gmail.com (King Beowulf) Date: Fri, 12 Jul 2019 19:44:10 -0700 Subject: [Slackbuilds-users] nvidia-{kernel,driver} roadmap In-Reply-To: References: <17ba958c-c88d-488e-4885-8b008b7ca57e@gmail.com> Message-ID: <5888100c-d216-a70d-a6ba-13161726a0fb@gmail.com> On 7/12/19 7:05 PM, flinchx via SlackBuilds-users wrote: > Which legacy drivers will be available for 15.0? Are all of them compiling fine with -current kernels? Thanks. > That will depend on which kernel current will end up using and whether Nvidia provides updates for newer kernels and Mesa/xorg-server. Right now, given the nearly daily updates, it's not worth even testing. Do be aware: version last update --------------------------- 304.137 2017.09.19 340.107 2018.06.06 390.116 2019.02.22 Comnpiling the kernel interface is useless if the driver blob and libraries are incompatibly with X.org. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 163 bytes Desc: OpenPGP digital signature URL: From davidnchmelik at gmail.com Sun Jul 14 05:07:31 2019 From: davidnchmelik at gmail.com (David Chmelik) Date: Sat, 13 Jul 2019 22:07:31 -0700 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: <07d05955-15dd-7851-5af7-260593d47289@gmail.com> References: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> <7cece021-eef0-0440-165e-49eabd3d2752@slackbuilds.org> <07d05955-15dd-7851-5af7-260593d47289@gmail.com> Message-ID: On Mon, 1 Jul 2019 at 19:15, David Melik wrote: > On 7/1/19 6:38 PM, Willy Sudiarto Raharjo wrote: > >> I tried twice. The second time I removed and rebuilt all the first > >> level of dependencies. The same thing happens. > > I mean all level of dependencies, not just the first one > > Alright, I think I got the list of all dependencies, removed them, > started to rebuild them. However, now one of the dependencies has a > problem. > > error in cryptography setup command: Invalid environment marker: > platform_python_implementation != 'PyPy' > Failure encountered while building cryptography: > cryptography.SlackBuild return non-zero Almost a couple weeks now and no replies; is that usual? I don't know much about Python. Did I break something (accidentally remove a package or keep an obsolete package) and people feel too superior to tell me...or is it something new and complicated that's still being figured out? -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sun Jul 14 17:19:19 2019 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 15 Jul 2019 00:19:19 +0700 Subject: [Slackbuilds-users] Letsencyrpt warning In-Reply-To: References: <7cd131c9-bb03-9817-2fae-ffc9aede7465@slackbuilds.org> <7cece021-eef0-0440-165e-49eabd3d2752@slackbuilds.org> <07d05955-15dd-7851-5af7-260593d47289@gmail.com> Message-ID: <500af997-dfef-e22f-d6ba-4e64a7ee3492@slackbuilds.org> > Almost a couple weeks now and no replies; is that usual? > I don't know much about Python. Did I break something (accidentally > remove a package or keep an obsolete package) and people feel too > superior to tell me...or is it something new and complicated that's > still being figured out? I can't reproduce the issue here, so i can't really give an answer. Did you ever installed a package from outside of SBo? PIP perhaps? -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From chytraeu at sdf.org Sun Jul 14 22:39:27 2019 From: chytraeu at sdf.org (Donald Cooley) Date: Sun, 14 Jul 2019 17:39:27 -0500 Subject: [Slackbuilds-users] perl-LWP-Protocol-https fails to build in a clean VM Message-ID: <3ba682c6-e89e-f108-87ac-862cec38ec32@sdf.org> Hey all, I'm trying to upgrade Shutter to the latest bug fix release. One of its many dependencies is perl-LWP-Protocol-https. This perl package fails to build in a full Slackware64-14.2 install with all updates applied. oot at antonina:[~] # sbopkg -k -i perl-LWP-Protocol-https Both a queuefile and a package were found with the name "perl-LWP-Protocol-https". Use (Q)ueuefile, (P)ackage, or (A)bort?: q ########################################### New queue process started on: Sun Jul 14 17:37:33 CDT 2019 ########################################### +++++++++++++++++++++++++++++++++++++++++++ PRE-CHECK LOG Using the SBo repository for Slackware 14.2 Queue Process: Download, build, and install perl-LWP-Protocol-https: Checking GPG for perl-LWP-Protocol-https.tar.gz ... OK Processing perl-LWP-Protocol-https 6.07-1 Using original .info file Using original SlackBuild file No build options selected. +++++++++++++++++++++++++++++++++++++++++++ Pre-check complete. Do you wish to proceed based on the search results above? Packages not found will be skipped during the process. (P)roceed or (Q)uit?: p Processing perl-LWP-Protocol-https perl-LWP-Protocol-https: Found LWP-Protocol-https-6.07.tar.gz in /var/cache/sbopkg. Checking MD5SUM: MD5SUM check for LWP-Protocol-https-6.07.tar.gz ... OK Building package for perl-LWP-Protocol-https... LWP-Protocol-https-6.07/ LWP-Protocol-https-6.07/Changes LWP-Protocol-https-6.07/lib/ LWP-Protocol-https-6.07/Makefile.PL LWP-Protocol-https-6.07/MANIFEST LWP-Protocol-https-6.07/META.json LWP-Protocol-https-6.07/META.yml LWP-Protocol-https-6.07/README LWP-Protocol-https-6.07/t/ LWP-Protocol-https-6.07/t/apache.t LWP-Protocol-https-6.07/t/https_proxy.t LWP-Protocol-https-6.07/lib/LWP/ LWP-Protocol-https-6.07/lib/LWP/Protocol/ LWP-Protocol-https-6.07/lib/LWP/Protocol/https.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP::Protocol::https Writing MYMETA.yml and MYMETA.json cp lib/LWP/Protocol/https.pm blib/lib/LWP/Protocol/https.pm Manifying 1 pod document PERL_DL_NONLAZY=1 "/usr/bin/perl5.22.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate Test/RequiresInternet.pm in @INC (you may need to install the Test::RequiresInternet module) (@INC contains: /tmp/SBo/LWP-Protocol-https-6.07/blib/lib /tmp/SBo/LWP-Protocol-https-6.07/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/apache.t line 5. BEGIN failed--compilation aborted at t/apache.t line 5. t/apache.t ....... Dubious, test returned 2 (wstat 512, 0x200) No subtests run # creating cert for direct.ssl.access # creating cert for direct.ssl.access # creating cert for foo # creating cert for bar # creating cert for foo # creating cert for foo # creating cert for bar # creating cert for bar t/https_proxy.t .. ok Test Summary Report ------------------- t/apache.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=2, Tests=56, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.15 cusr 0.06 csys = 0.23 CPU) Result: FAIL Failed 1/2 test programs. 0/56 subtests failed. Makefile:859: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 perl-LWP-Protocol-https: Would you like to continue processing the rest of the queue or would you like to abort? If this failed package is a dependency of another package in the queue then it may not make sense to continue. (Y)es to continue, (N)o to abort, (R)etry the build?: -- Regards, Donald Cooley From chytraeu at sdf.org Sun Jul 14 23:41:07 2019 From: chytraeu at sdf.org (Donald Cooley) Date: Sun, 14 Jul 2019 18:41:07 -0500 Subject: [Slackbuilds-users] please update SlackBuild perl-JSON Message-ID: <1a3102b7-cb94-2723-35fe-c18fa0cc983d@sdf.org> Hi, I care about this build getting an update because my slackbuild for shutter depends on it. I've attached an updated build. The package built easily with a simple version change. Thank you. -- Regards, Donald Cooley -------------- next part -------------- A non-text attachment was scrubbed... Name: perl-JSON.tar.gz Type: application/gzip Size: 2348 bytes Desc: not available URL: From willysr at slackbuilds.org Mon Jul 15 04:31:26 2019 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 15 Jul 2019 11:31:26 +0700 Subject: [Slackbuilds-users] perl-LWP-Protocol-https fails to build in a clean VM In-Reply-To: <3ba682c6-e89e-f108-87ac-862cec38ec32@sdf.org> References: <3ba682c6-e89e-f108-87ac-862cec38ec32@sdf.org> Message-ID: <2d3eaf30-81ef-fc60-fd44-9dfc28322c64@slackbuilds.org> > Looks good > Generating a Unix-style Makefile > Writing Makefile for LWP::Protocol::https > Writing MYMETA.yml and MYMETA.json > cp lib/LWP/Protocol/https.pm blib/lib/LWP/Protocol/https.pm > Manifying 1 pod document > PERL_DL_NONLAZY=1 "/usr/bin/perl5.22.2" "-MExtUtils::Command::MM" > "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > Can't locate Test/RequiresInternet.pm in @INC (you may need to install > the Test::RequiresInternet module) (@INC contains: > /tmp/SBo/LWP-Protocol-https-6.07/blib/lib > /tmp/SBo/LWP-Protocol-https-6.07/blib/arch /usr/local/lib64/perl5 > /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl > /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at > t/apache.t line 5. > BEGIN failed--compilation aborted at t/apache.t line 5. > t/apache.t ....... > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > # creating cert for direct.ssl.access > # creating cert for direct.ssl.access > # creating cert for foo > # creating cert for bar > # creating cert for foo > # creating cert for foo > # creating cert for bar > # creating cert for bar > t/https_proxy.t .. ok > > Test Summary Report > ------------------- > t/apache.t???? (Wstat: 512 Tests: 0 Failed: 0) > ? Non-zero exit status: 2 > ? Parse errors: No plan found in TAP output > Files=2, Tests=56,? 1 wallclock secs ( 0.02 usr? 0.00 sys +? 0.15 cusr > 0.06 csys =? 0.23 CPU) > Result: FAIL > Failed 1/2 test programs. 0/56 subtests failed. > Makefile:859: recipe for target 'test_dynamic' failed > make: *** [test_dynamic] Error 255 > > perl-LWP-Protocol-https: > Would you like to continue processing the rest of the > queue or would you like to abort?? If this failed > package is a dependency of another package in the queue > then it may not make sense to continue. > > (Y)es to continue, (N)o to abort, (R)etry the build?: It requires new dependency as per this commit https://git.slackbuilds.org/slackbuilds/commit/perl/perl-LWP-Protocol-https?h=14.2&id=fd08000330d3688aa0823922bf66c823b661630e Also, it's indicated by the error message above -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Mon Jul 15 04:36:07 2019 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 15 Jul 2019 11:36:07 +0700 Subject: [Slackbuilds-users] please update SlackBuild perl-JSON In-Reply-To: <1a3102b7-cb94-2723-35fe-c18fa0cc983d@sdf.org> References: <1a3102b7-cb94-2723-35fe-c18fa0cc983d@sdf.org> Message-ID: > I care about this build getting an update because my slackbuild for > shutter depends on it. I've attached an updated build. The package built > easily with a simple version change. Thank you. pushed to my branch -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From sborg63 at disroot.org Mon Jul 15 08:55:27 2019 From: sborg63 at disroot.org (sborg63) Date: Mon, 15 Jul 2019 09:55:27 +0100 Subject: [Slackbuilds-users] SlackBuilds-users Digest, Vol 159, Issue 7 In-Reply-To: References: Message-ID: <20190715095527.3d61d7a8@knotsUL> On Mon, 15 Jul 2019 04:31:36 +0000 slackbuilds-users-request at slackbuilds.org wrote: > > error in cryptography setup command: Invalid environment marker: > > platform_python_implementation != 'PyPy' > > Failure encountered while building cryptography: > > cryptography.SlackBuild return non-zero https://www.pypy.org "PyPy is an alternative implementation of the Python programming language which often runs faster than the standard implementation of Python, CPython" It looks like your python installation is not found: according to the error, the script is looking for pypy, which is not on Slackware by default but can be installed from SBo (repackaged binaries). Do you happen to have had those hanging around? hth rob From dchmelik at gmail.com Mon Jul 15 11:13:25 2019 From: dchmelik at gmail.com (David Chmelik) Date: Mon, 15 Jul 2019 04:13:25 -0700 Subject: [Slackbuilds-users] Letsencrypt warning In-Reply-To: <20190715095527.3d61d7a8@knotsUL> References: <20190715095527.3d61d7a8@knotsUL> Message-ID: On 7/15/19 1:55 AM, sborg63 wrote: > On Mon, 15 Jul 2019 04:31:36 +0000 > slackbuilds-users-request at slackbuilds.org wrote: > >>> error in cryptography setup command: Invalid environment marker: >>> platform_python_implementation != 'PyPy' >>> Failure encountered while building cryptography: >>> cryptography.SlackBuild return non-zero > https://www.pypy.org > "PyPy is an alternative implementation of the Python programming > language which often runs faster than the standard implementation of > Python, CPython" > > It looks like your python installation is not found: according to the > error, the script is looking for pypy, which is not on Slackware by > default but can be installed from SBo (repackaged binaries). Do you > happen to have had those hanging around? [...] It doesn't seem I have or ever had PyPy, but I could've if something else required it a long time ago. After a recent 'sboupgrade --all' letsencrypt is now working. I also uninstalled an old Python setup tools package I had from Slackware 14.1 that I already deleted from my main saved packages directory, but that uninstall might've been on a different server. I was just checking letsencrypt on both, and it was working on one. So I don't really know why it's working now... From rshepard at appl-ecosys.com Tue Jul 16 15:47:04 2019 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 16 Jul 2019 08:47:04 -0700 (PDT) Subject: [Slackbuilds-users] Libraries/libinput: source will not download Message-ID: Tried to download source tarball for libinput (on two different hosts) but the link does not work. Shows the URL but nothing happens when left-clicked. Help? Rich From matteo.bernardini at gmail.com Tue Jul 16 15:54:13 2019 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Tue, 16 Jul 2019 17:54:13 +0200 Subject: [Slackbuilds-users] Libraries/libinput: source will not download In-Reply-To: References: Message-ID: Il giorno mar 16 lug 2019 alle ore 17:47 Rich Shepard ha scritto: > > Tried to download source tarball for libinput (on two different hosts) but > the link does not work. Shows the URL but nothing happens when left-clicked. > > Help? if you open a terminal and try to download it via the command line using wget does it return any error? From rshepard at appl-ecosys.com Tue Jul 16 16:34:39 2019 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 16 Jul 2019 09:34:39 -0700 (PDT) Subject: [Slackbuilds-users] Libraries/libinput: source will not download In-Reply-To: References: Message-ID: On Tue, 16 Jul 2019, Matteo Bernardini wrote: > if you open a terminal and try to download it via the command line using > wget does it return any error? Matteo, Yes: a 404 page not found. Thanks, Rich From matteo.bernardini at gmail.com Tue Jul 16 16:43:37 2019 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Tue, 16 Jul 2019 18:43:37 +0200 Subject: [Slackbuilds-users] Libraries/libinput: source will not download In-Reply-To: References: Message-ID: Il giorno mar 16 lug 2019 alle ore 18:34 Rich Shepard ha scritto: > > On Tue, 16 Jul 2019, Matteo Bernardini wrote: > > > if you open a terminal and try to download it via the command line using > > wget does it return any error? > > Matteo, > > Yes: a 404 page not found. that must be something related to your connection, because here $ wget https://www.freedesktop.org/software/libinput/libinput-1.13.4.tar.xz --2019-07-16 18:41:51-- https://www.freedesktop.org/software/libinput/libinput-1.13.4.tar.xz Resolving www.freedesktop.org (www.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.freedesktop.org (www.freedesktop.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 530000 (518K) [application/x-xz] Saving to: ?libinput-1.13.4.tar.xz? libinput-1.13.4.tar.xz 100%[================>] 517,58K 624KB/s in 0,8s 2019-07-16 18:41:53 (624 KB/s) - ?libinput-1.13.4.tar.xz? saved [530000/530000] From rshepard at appl-ecosys.com Tue Jul 16 16:52:53 2019 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 16 Jul 2019 09:52:53 -0700 (PDT) Subject: [Slackbuilds-users] Libraries/libinput: source will not download [RESOLVED] In-Reply-To: References: Message-ID: On Tue, 16 Jul 2019, Matteo Bernardini wrote: > that must be something related to your connection, because here Matteo, I missed the subdirectory, libinput in the url. Yes, it downloaded. Thanks, Rich From rshepard at appl-ecosys.com Tue Jul 16 17:00:43 2019 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 16 Jul 2019 10:00:43 -0700 (PDT) Subject: [Slackbuilds-users] Numpy/numpy3: gfortran-5.5.0 not recognized Message-ID: Numpy (and numpy3) will not build because the included gfortran is not seen as correct: File "/tmp/SBo/numpy-1.14.3/numpy/distutils/fcompiler/gnu.py", line 83, in gnu_version_match raise ValueError(err + version_string) ValueError: A valid Fortran version was not found in this string: stderr is not a tty - where are you? 5.5.0 However, this is what's installed: gcc-gfortran-5.5.0-x86_64-1_slack14.2 Yesterday I ran sbopkg to upgrade the host and there were several packages that would not build, libinput and the numpys among them. I'm trying to do them manually now. Another user error? Rich From matteo.bernardini at gmail.com Tue Jul 16 17:20:57 2019 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Tue, 16 Jul 2019 19:20:57 +0200 Subject: [Slackbuilds-users] Numpy/numpy3: gfortran-5.5.0 not recognized In-Reply-To: References: Message-ID: Il giorno mar 16 lug 2019 alle ore 19:00 Rich Shepard ha scritto: > > Numpy (and numpy3) will not build because the included gfortran is not seen > as correct: > > File "/tmp/SBo/numpy-1.14.3/numpy/distutils/fcompiler/gnu.py", line 83, in gnu_version_match > raise ValueError(err + version_string) > ValueError: A valid Fortran version was not found in this string: > stderr is not a tty - where are you? > 5.5.0 > > However, this is what's installed: > > gcc-gfortran-5.5.0-x86_64-1_slack14.2 > > Yesterday I ran sbopkg to upgrade the host and there were several packages > that would not build, libinput and the numpys among them. I'm trying to do > them manually now. > > Another user error? might be: I just tested on a fully updated slackware64-14.2 and numpy built fine, either via sbopkg and manually. From rshepard at appl-ecosys.com Tue Jul 16 17:49:01 2019 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 16 Jul 2019 10:49:01 -0700 (PDT) Subject: [Slackbuilds-users] Numpy/numpy3: gfortran-5.5.0 not recognized In-Reply-To: References: Message-ID: On Tue, 16 Jul 2019, Matteo Bernardini wrote: > might be: I just tested on a fully updated slackware64-14.2 and numpy > built fine, either via sbopkg and manually. Matteo, I used the current .tar.gz file and the source file from the repo. Please suggest what I can check. This laptop has run Slackware up through the current 14.2 and I ran slackpkg yesterday to update everything. I don't recall seeing a compiler upgrade there. Regards, Rich From matteo.bernardini at gmail.com Tue Jul 16 18:47:46 2019 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Tue, 16 Jul 2019 20:47:46 +0200 Subject: [Slackbuilds-users] Numpy/numpy3: gfortran-5.5.0 not recognized In-Reply-To: References: Message-ID: Il giorno mar 16 lug 2019 alle ore 19:49 Rich Shepard ha scritto: > > On Tue, 16 Jul 2019, Matteo Bernardini wrote: > > > might be: I just tested on a fully updated slackware64-14.2 and numpy > > built fine, either via sbopkg and manually. > > Matteo, > > I used the current .tar.gz file and the source file from the repo. Please > suggest what I can check. > > This laptop has run Slackware up through the current 14.2 and I ran slackpkg > yesterday to update everything. I don't recall seeing a compiler upgrade > there. the only clue I got is from a bug report googling the error string you reported ("ValueError: A valid Fortran version was not found in this string") https://github.com/numpy/numpy/issues/11822 that explains that the issue is related to the reporter using xsh and suggests to use the command "unset SHELL" before building numpy, but I'm not sure if it's related to your case. besides this I really have no idea and I have no other suggestions, sorry: you just have the ability to report errors that I cannot reproduce at all so I cannot be much of help... From matteo.bernardini at gmail.com Tue Jul 16 18:54:16 2019 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Tue, 16 Jul 2019 20:54:16 +0200 Subject: [Slackbuilds-users] Numpy/numpy3: gfortran-5.5.0 not recognized In-Reply-To: References: Message-ID: Il giorno mar 16 lug 2019 alle ore 20:47 Matteo Bernardini ha scritto: > that explains that the issue is related to the reporter using xsh and > suggests to use the command "unset SHELL" before building numpy, but > I'm not sure if it's related to your case. sorry for the typo, it's not xsh, but zsh instead. From rshepard at appl-ecosys.com Tue Jul 16 19:52:53 2019 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Tue, 16 Jul 2019 12:52:53 -0700 (PDT) Subject: [Slackbuilds-users] Numpy/numpy3: gfortran-5.5.0 not recognized In-Reply-To: References: Message-ID: On Tue, 16 Jul 2019, Matteo Bernardini wrote: > the only clue I got is from a bug report googling the error string you > reported ("ValueError: A valid Fortran version was not found in this > string") https://github.com/numpy/numpy/issues/11822 that explains that > the issue is related to the reporter using xsh and suggests to use the > command "unset SHELL" before building numpy, but I'm not sure if it's > related to your case. Matteo, I also found nothing useful when I searched the web. > besides this I really have no idea and I have no other suggestions, sorry: > you just have the ability to report errors that I cannot reproduce at all > so I cannot be much of help... That's okay. I'll keep working on it. Best regards, Rich From rshepard at appl-ecosys.com Wed Jul 17 20:01:27 2019 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Wed, 17 Jul 2019 13:01:27 -0700 (PDT) Subject: [Slackbuilds-users] Qgis needs updating Message-ID: The SBo repo has qgis version 2.18.18. The current release is 3.8.0 and an update is warranted. The new version does not build with the 2.18.18 script; it fails at HUNK 1. Rich From slackbuilds at jaxartes.net Wed Jul 17 20:19:49 2019 From: slackbuilds at jaxartes.net (Benjamin Trigona-Harany) Date: Wed, 17 Jul 2019 13:19:49 -0700 Subject: [Slackbuilds-users] Qgis needs updating In-Reply-To: References: Message-ID: On 2019-07-17 1:01 p.m., Rich Shepard wrote: > The SBo repo has qgis version 2.18.18. The current release is 3.8.0 and an > update is warranted. The new version does not build with the 2.18.18 > script; > it fails at HUNK 1. > > Rich You can't just update QGIS from 2.x to 3.x. It's now based on Qt5 and Python 3 and it's non-trivial to upgrade a 14.2 system to accommodate. You can try to follow the instructions at https://github.com/bosth/qgis3-slackbuild, but note that I haven't updated them since the Qt5 SlackBuilds were updated or since the 3.0 series. I'm using 3.8 on Slackware-current, but you are on your own with 14.2. Look for QGIS 3 when 15.0 is released but probably not before then. Ben From rshepard at appl-ecosys.com Wed Jul 17 20:35:16 2019 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Wed, 17 Jul 2019 13:35:16 -0700 (PDT) Subject: [Slackbuilds-users] Qgis needs updating In-Reply-To: References: Message-ID: On Wed, 17 Jul 2019, Benjamin Trigona-Harany wrote: > You can't just update QGIS from 2.x to 3.x. It's now based on Qt5 and > Python 3 and it's non-trivial to upgrade a 14.2 system to accommodate. You > can try to follow the instructions at > https://github.com/bosth/qgis3-slackbuild, but note that I haven't updated > them since the Qt5 SlackBuilds were updated or since the 3.0 series. Ben, I have Qt5-9.6.8 and Python3-3.7.3 installed on the two 64-bit hosts. Trying to build the 2.18.18 version with the SBo script (on the 64-bit desktop) fails: [ 97%] Built target qgis_app Makefile:149: recipe for target 'all' failed make: *** [all] Error 2 I'll look at the URL you provided and try that. It's likely that the 2.18.18 version will do the modeling I need to do, and learning why the Makefile failed would be really helpful. Regards, Rich From rshepard at appl-ecosys.com Wed Jul 17 21:46:40 2019 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Wed, 17 Jul 2019 14:46:40 -0700 (PDT) Subject: [Slackbuilds-users] Python3-3.7.4 builds on 32-bit host, not on 64-bit host Message-ID: Python3-3.7.3 is installed on all hosts here. Today I downloaded Python3-3.7.4.tar.xz to the 64-bit desktop and copied it to the 32-bit desktop. Changed the version number in the 32-bit desktop's python3.SlackBuild script. Ran the script and upgraded the package. Copied the build script to the 64-bit desktop and ran it. This is the generated error: if test "xupgrade" != "xno" ; then \ case upgrade in \ upgrade) ensurepip="--upgrade" ;; \ install|*) ensurepip="" ;; \ esac; \ LD_LIBRARY_PATH=/opt/SBo/Python-3.7.4:/usr/lib64/qt/lib64: ./python -E -m ensurepip \ $ensurepip --root=/opt/SBo/package-python3/ ; \ fi Looking in links: /tmp/tmp2q_4k113 Collecting setuptools Collecting pip Installing collected packages: setuptools, pip Successfully installed pip-19.0.3 setuptools-40.8.0 sed: can't read /opt/SBo/package-python3/usr/lib64/python3.7/ensurepip/__init__.py: No such file or directory First, there is no ensurepip/ subdirectory. Second, why would the same source tarball and build script work on the 32-bit host but not on the 64-bit host? (The latter is fully patched 14.2/x86_64 and has the patches/ subdirectory.) Rich From rshepard at appl-ecosys.com Wed Jul 17 22:00:38 2019 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Wed, 17 Jul 2019 15:00:38 -0700 (PDT) Subject: [Slackbuilds-users] Python3-3.7.4 builds on 32-bit host, not on 64-bit host [FIXED] In-Reply-To: References: Message-ID: On Wed, 17 Jul 2019, Rich Shepard wrote: > First, there is no ensurepip/ subdirectory. Second, why would the same > source tarball and build script work on the 32-bit host but not on the > 64-bit host? (The latter is fully patched 14.2/x86_64 and has the patches/ > subdirectory.) Fixed. I downloaded a fresh copy of the .tar.gz directory and re-ran the build script. It completed and allowed me to upgrade the package. Rich From willysr at slackbuilds.org Sat Jul 20 09:34:12 2019 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 20 Jul 2019 16:34:12 +0700 Subject: [Slackbuilds-users] Updates - 20190720.1 Message-ID: <3381d3ee-3c57-46bb-2c4b-9478b428ee5f@slackbuilds.org> Sat Jul 20 09:21:18 UTC 2019 academic/reduce-algebra: Updated for version 20190413svn4961. desktop/find-cursor: Updated for version 1.4. desktop/herbstluftwm: Updated for version 0.7.2. desktop/jgmenu: Updated for version 3.2. development/CImg: Updated for version 2.6.7. development/cloc: Update to 1.82 development/d-tools: Updated for version 2.087.0 development/dmd: Updated for version 2.087.0 development/dte: Updated for version 1.8.2. development/hub: Updated for version 2.12.3. development/jupyter-notebook: Updated for version 6.0.0. development/meson: Update to 0.51.0 development/mrustc: Updated for version 0.8.0. development/qbs: Updated for version 1.13.1. development/qt-creator-llvm: Updated for version 7.0_4a75f114. development/qt-creator: Updated for version 4.9.2. development/samurai: Updated for version 0.7. development/universal-ctags: Updated for version d5bcb52 development/yarn: Updated for version 1.17.3. games/SameBoy: Updated for version 0.12.1. games/onscripter: Added (Visual Novel Interpreter). games/stuntrally: Update to 2.6.1 games/supertuxkart: Update to 1.0 gis/geojson: Updated for version 2.5.0. gis/osgEarth: Updated for version 2.10.2 gis/qmapshack: Add missing FindPROJ4 file. gis/qmapshack: Fix build. graphics/feh: Updated for version 3.2. graphics/white_dune: Updated for version 1.212. ham/wsjtx: Updated for version 2.1.0 libraries/enchant2: Updated for version 2.2.5. libraries/libmediainfo: Update to 19.04 libraries/libtorrent: Updated for version 0.13.7. misc/xdelta3: Updated for version 3.1.0. multimedia/flashplayer-plugin: Updated for version 32.0.0.223. multimedia/mediainfo: Update to 19.04 multimedia/mlt: Updated for version 6.16.0. multimedia/pepperflash-plugin: Updated for version 32.0.0.223. multimedia/plexmediaserver: Updated for v 1.16.2.1321_ad17d5f9e. multimedia/x265: Updated for version 3.1.1. network/Electrum: Updated for version 3.3.8. network/brave-browser: Updated for version 0.66.99. network/dissenter-browser: Updated for version 0.66.99. network/lldpd: Updated for version 1.0.4. network/opera-developer: Updated for version 64.0.3380.0. network/r8168: Updated for version 8.047.02. network/rtorrent: Updated for version 0.9.7. network/telegram: Updated for version 1.7.14. network/transgui: Update to 5.17.0 network/vivaldi: Updated for version 2.6.1566.49. network/vnstat: Updated for version 2.3. network/waterfox: Updated for version 56.2.12. network/wireshark: Updated for version 3.0.3. network/youtube-dl: Updated for version 2019.07.12. network/zoom-linux: Updated for version 2.8.264592.0714. office/MasterPDFEditor: Updated for version 5.4.38. office/jstock: Updated for version 1.0.7.39. perl/perl-CPANPLUS: Updated for version 0.9178. perl/perl-Cpanel-JSON-XS: Updated for version 4.12. perl/perl-JSON-XS: Updated for version 4.02. perl/perl-JSON: Updated for version 4.02. python/Mako: Updated for version 1.0.13. python/odoo: Fix MD5SUM and update DEP. python/pypng: Updated for version 0.0.20. python/python-xlib: Update the patch. python/python-xlib: Updated for version 0.25. python/setuptools-scm: Updated for version 3.3.3. system/borgbackup: Updated for version 1.1.10. system/intel-microcode: Updated for version 20190618. system/kbfs: Updated for version 4.2.1_20190718132443. system/keybase: Updated for version 4.2.0. system/letsencrypt: Updated for version 0.36.0. system/maxcso: Updated for version 1.11.0. system/netdata: Updated for version 1.16.0. system/numactl: Updated for version 2.0.12. system/qemu: Updated for version 4.0.0. system/sandbox: Updated for version 2.18. system/unar: Updated for version 1.10.6. system/xarchiver: Updated for version 0.5.4.14. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From hostmaster at slackonly.com Sun Jul 21 03:54:55 2019 From: hostmaster at slackonly.com (Panagiotis Nikolaou) Date: Sat, 20 Jul 2019 20:54:55 -0700 Subject: [Slackbuilds-users] amavisd-new dependencies Message-ID: <2b7d9cff-9de5-23df-8e30-e55c490b8120@slackonly.com> Hello, I'm in the process to create new packages for amavisd-new and spamassassin, but compare to upstream the majorities of the dependencies are outdated. Is there any specific reason that SBo has old versions of the above packages? Some of the dependencies that I spotted are: perl-BerkeleyDB (0.55) in SBo current version (0.62)? perl-Canary-Stability (2006) in SBo current version (2013)? perl-Convert-BinHex (1.124) in SBo current version (1.125) perl-Crypt-OpenSSL-Bignum (0.08) in SBo current version (0.09)? perl-Crypt-OpenSSL-RSA (0.28) in SBo current version (0.31)? perl-Crypt-OpenSSL-Random (0.11) in SBo current version (0.15) perl-IO-Multiplex (1.13) in SBo current version (1.16) perl-MIME-tools (5.506) in SBo current version (5.509)? perl-Mail-DKIM (0.52) in SBo current version (0.55)? perl-MailTools (2.20) in SBo current version (2.21) perl-Net-DNS-Resolver-Programmable (0.003) in SBo current version (0.009)? perl-Net-Ident (1.23) in SBo current version (1.24)? perl-Net-Server (2.008) in SBo current version (2.009)?? (Maintained by Nishant Limbachia) spamassassin (3.4.1) in SBo current version (3.4.2)? perl-html-parser (3.71) in SBo current version (3.72) perl-http-cookies in SBo (6.01) current version (6.04)? perl-http-daemon (6.01) in SBo current version (6.04)? perl-http-message (6.11) in SBo current version (6.18)? perl-lwp-mediatypes (6.02) in SBo current version (6.04)? perl-net-dns (1.06) in SBo current version (1.20)? perl-net-http (6.09) in SBo current version (6.19)? re2c (0.16) in SBo current version (1.1.1)? (Maintained by Luken Shiro) perl-Archive-Zip (1.59) in SBo current version (1.64) (Maintained by David Somero) From willysr at slackbuilds.org Sun Jul 21 06:48:07 2019 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 21 Jul 2019 13:48:07 +0700 Subject: [Slackbuilds-users] amavisd-new dependencies In-Reply-To: <2b7d9cff-9de5-23df-8e30-e55c490b8120@slackonly.com> References: <2b7d9cff-9de5-23df-8e30-e55c490b8120@slackonly.com> Message-ID: <10143647-8c21-2bd5-7163-7eae1daef9f4@slackbuilds.org> > I'm in the process to create new packages for amavisd-new and spamassassin, > but compare to upstream the majorities of the dependencies are outdated. > > Is there any specific reason that SBo has old versions of the above > packages? > > Some of the dependencies that I spotted are: > > perl-BerkeleyDB (0.55) in SBo current version (0.62)? > perl-Canary-Stability (2006) in SBo current version (2013)? > perl-Convert-BinHex (1.124) in SBo current version (1.125) > perl-Crypt-OpenSSL-Bignum (0.08) in SBo current version (0.09)? > perl-Crypt-OpenSSL-RSA (0.28) in SBo current version (0.31)? > perl-Crypt-OpenSSL-Random (0.11) in SBo current version (0.15) > perl-IO-Multiplex (1.13) in SBo current version (1.16) > perl-MIME-tools (5.506) in SBo current version (5.509)? > perl-Mail-DKIM (0.52) in SBo current version (0.55)? > perl-MailTools (2.20) in SBo current version (2.21) > perl-Net-DNS-Resolver-Programmable (0.003) in SBo current version (0.009)? > perl-Net-Ident (1.23) in SBo current version (1.24)? > perl-Net-Server (2.008) in SBo current version (2.009)?? > > (Maintained by Nishant Limbachia) > > spamassassin (3.4.1) in SBo current version (3.4.2)? > perl-html-parser (3.71) in SBo current version (3.72) > perl-http-cookies in SBo (6.01) current version (6.04)? > perl-http-daemon (6.01) in SBo current version (6.04)? > perl-http-message (6.11) in SBo current version (6.18)? > perl-lwp-mediatypes (6.02) in SBo current version (6.04)? > perl-net-dns (1.06) in SBo current version (1.20)? > perl-net-http (6.09) in SBo current version (6.19)? > re2c (0.16) in SBo current version (1.1.1)? > > (Maintained by Luken Shiro) > > perl-Archive-Zip (1.59) in SBo current version (1.64) > > (Maintained by David Somero) Unfortunately, apart from Nishant, Luken and David are no longer active maintainers. Some scripts can be easily bumped, but some might need to be checked with others first as it can be a deps for other scripts. -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From msi at malbolge.net Sun Jul 21 16:19:06 2019 From: msi at malbolge.net (Michael Siegel) Date: Sun, 21 Jul 2019 18:19:06 +0200 Subject: [Slackbuilds-users] Suggestions for SlackBuild Usage Howto Message-ID: Hello, I have some suggestions for improving the SlackBuild Usage HOWTO at http://slackbuilds.org/howto/. The first section (?Caveat?) currently reads like this: All of our scripts are written and tested for usage on the latest stable release of Slackware with full installation and updated with latest patches; if you're trying them on older versions of Slackware, you should read this page referenced in our FAQ. My suggestion is to change that to: All of our scripts are written and tested for usage on a full installation of the latest stable release of Slackware updated with the latest patches. If you're trying them on older versions of Slackware, you should read this page referenced in our FAQ. Then, the Howto does not mention verification of the downloaded source packages. I think this should either be added to step one or be step two. It could be worded like this: To verify the downloaded source's integrity, first run `md5sum chemtool-1.6.14.tar.gz' to get the MD5 sum of the downloaded source archive. Then compare it to the MD5 sum shown in the `chemtool.info' file. If they don't match, something is wrong. I just realized that Step 1 already doesn't mention verifying the SlackBuild's GPG signature. I think that should be included in the Howto as well. So, maybe, it would be best to split Step 1 up like this: * Step 1 ? Download and verify the SlackBuild archive * Step 2 ? Download and verify the application's source archive What do you think? Best Michael From sbolokanov at abv.bg Sun Jul 21 17:04:43 2019 From: sbolokanov at abv.bg (=?utf-8?B?0KHQuNC80L7QvdGK4oCT0KHQtdCy0LDRgA==?= =?utf-8?B?0Yog0JHQvtC70L7QutCw0L3QvtCy0Yo=?=) Date: Sun, 21 Jul 2019 20:04:43 +0300 (EEST) Subject: [Slackbuilds-users] Update for last dunst Message-ID: <1281965377.789020.1563728683380@nm53.abv.bg> Patch for the latest dunst update attached. -- ?. ?. ?????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: dunst.patch Type: application/octet-stream Size: 1123 bytes Desc: not available URL: From hostmaster at slackonly.com Sun Jul 21 20:40:12 2019 From: hostmaster at slackonly.com (Panagiotis Nikolaou) Date: Sun, 21 Jul 2019 13:40:12 -0700 Subject: [Slackbuilds-users] amavisd-new dependencies In-Reply-To: <10143647-8c21-2bd5-7163-7eae1daef9f4@slackbuilds.org> References: <2b7d9cff-9de5-23df-8e30-e55c490b8120@slackonly.com> <10143647-8c21-2bd5-7163-7eae1daef9f4@slackbuilds.org> Message-ID: <2afe3d71-1487-dfa9-6c53-a6a97d941966@slackonly.com> On 7/20/19 11:48 PM, Willy Sudiarto Raharjo wrote: > Unfortunately, apart from Nishant, Luken and David are no longer active > maintainers. > > Some scripts can be easily bumped, but some might need to be checked > with others first as it can be a deps for other scripts. I went down to the rabbit hole and except from some minor fixes, I was able to build most of them easily. Two of the dependencies needed two additional packages that wasn't in SBo, but I'm planning to add them. Willy, I also bumped Net-SSLeay from 1.81 to 1.88 if you know anything about problems with it since you are the maintainer please let me know. If nobody wanted to take care Luken and David SlackBuilds, I'm willing to volunteer? and bump them to newer versions. From lists at osh.id.au Mon Jul 22 17:11:12 2019 From: lists at osh.id.au (David O'Shaughnessy) Date: Mon, 22 Jul 2019 10:11:12 -0700 Subject: [Slackbuilds-users] gnucash 3.6 Message-ID: Anyone having trouble building gnucash 3.6 after the latest updates on -current? I'm getting a failure on configure: > -- Performing Test have_mod_mask > -- Performing Test have_mod_mask - Success > CMake Error at gnucash/register/register-gnome/CMakeLists.txt:4 (check_symbol_exists): > Unknown CMake command "check_symbol_exists". > > -- Configuring incomplete, errors occurred! -------------- next part -------------- An HTML attachment was scrubbed... URL: From matteo.bernardini at gmail.com Mon Jul 22 17:52:03 2019 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Mon, 22 Jul 2019 19:52:03 +0200 Subject: [Slackbuilds-users] gnucash 3.6 In-Reply-To: References: Message-ID: Il giorno lun 22 lug 2019 alle ore 19:12 David O'Shaughnessy ha scritto: > > Anyone having trouble building gnucash 3.6 after the latest updates on -current? I'm getting a failure on configure: > > -- Performing Test have_mod_mask > -- Performing Test have_mod_mask - Success > CMake Error at gnucash/register/register-gnome/CMakeLists.txt:4 (check_symbol_exists): > Unknown CMake command "check_symbol_exists". > > -- Configuring incomplete, errors occurred! just add a line before the building block in the SlackBuild, like shown in the following link https://pastebin.com/raw/EddAv8SS From jbernts at broadpark.no Tue Jul 23 01:09:08 2019 From: jbernts at broadpark.no (Jostein Berntsen) Date: Tue, 23 Jul 2019 03:09:08 +0200 Subject: [Slackbuilds-users] remind source missing Message-ID: <20190723010908.GA2462@jostein> When remind SlackBuild gives me "404 not found" when installing. This should be updated to: https://dianne.skoll.ca/projects/remind/download/remind-03.01.16.tar.gz Jostein From fellype at gmail.com Tue Jul 23 19:04:21 2019 From: fellype at gmail.com (Fellype) Date: Tue, 23 Jul 2019 16:04:21 -0300 Subject: [Slackbuilds-users] Feature request: add $NUMJOBS to SBo build scripts Message-ID: Dear SBo Admins, Is it possible to add the $NUMJOBS variable to SBo build scripts by default? At least for the next Slackware release? If yes, my suggestion would be to add it with an empty value, after the $TAG variable. E. g.: PRGNAM=gmsh VERSION=${VERSION:-4.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} NUMJOBS=${NUMJOBS:-} And also after the make command for software that supports multiple jobs on building. make $NUMJOBS It would be used optionally only if the user pass it as an argument (string) before to execute the build script. E. g.: bash-4.3# NUMJOBS="-j5" ./gmsh.SlackBuild Some SlackBuilds in -current already have a similar option. See the mozilla-firefox.SlackBuild for example: ftp://ftp.osuosl.org/pub/slackware/slackware64-current/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild where there is the option: NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} Please, consider this request. Best regards, -- Fellype -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at osh.id.au Tue Jul 23 19:10:18 2019 From: lists at osh.id.au (David O'Shaughnessy) Date: Tue, 23 Jul 2019 12:10:18 -0700 Subject: [Slackbuilds-users] =?utf-8?q?Feature_request=3A_add_=24NUMJOBS_?= =?utf-8?q?to_SBo_build_scripts?= In-Reply-To: References: Message-ID: On Tue, 23 Jul 2019, at 12:04 PM, Fellype wrote: > Dear SBo Admins, > > Is it possible to add the $NUMJOBS variable to SBo build scripts by default? At least for the next Slackware release? I think that this can be more reliably handled by the user's interface to SBo. For example, sbotools lets you set JOBS in /etc/sbotools.conf (the value of which is passed to make's "-j" argument). -- Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: From elyk03 at gmail.com Tue Jul 23 19:23:42 2019 From: elyk03 at gmail.com (Kyle Guinn) Date: Tue, 23 Jul 2019 14:23:42 -0500 Subject: [Slackbuilds-users] Feature request: add $NUMJOBS to SBo build scripts In-Reply-To: References: Message-ID: On Tue, Jul 23, 2019, 14:11 David O'Shaughnessy wrote: > On Tue, 23 Jul 2019, at 12:04 PM, Fellype wrote: > > Dear SBo Admins, > > Is it possible to add the $NUMJOBS variable to SBo build scripts by > default? At least for the next Slackware release? > > > I think that this can be more reliably handled by the user's interface to > SBo. For example, sbotools lets you set JOBS in /etc/sbotools.conf (the > value of which is passed to make's "-j" argument). > You can usually do something like MAKEFLAGS=-j4 ./foo.SlackBuild without having to modify anything. -Kyle > -------------- next part -------------- An HTML attachment was scrubbed... URL: From t3slider at gmail.com Tue Jul 23 21:01:36 2019 From: t3slider at gmail.com (T3 slider) Date: Tue, 23 Jul 2019 17:01:36 -0400 Subject: [Slackbuilds-users] remind source missing In-Reply-To: <20190723010908.GA2462@jostein> References: <20190723010908.GA2462@jostein> Message-ID: Thanks for the heads-up, I'll try to push an update (version bump with the right url) before the next SBo update. -T3slider On Mon, Jul 22, 2019, 9:09 PM Jostein Berntsen wrote: > When remind SlackBuild gives me "404 not found" when installing. > > This should be updated to: > > https://dianne.skoll.ca/projects/remind/download/remind-03.01.16.tar.gz > > > Jostein > _______________________________________________ > 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 jebrhansen at gmail.com Wed Jul 24 02:47:59 2019 From: jebrhansen at gmail.com (Jeremy Hansen) Date: Tue, 23 Jul 2019 20:47:59 -0600 Subject: [Slackbuilds-users] Feature request: add $NUMJOBS to SBo build scripts In-Reply-To: References: Message-ID: On Tue, Jul 23, 2019, 1:24 PM Kyle Guinn wrote: > On Tue, Jul 23, 2019, 14:11 David O'Shaughnessy wrote: > >> On Tue, 23 Jul 2019, at 12:04 PM, Fellype wrote: >> >> Dear SBo Admins, >> >> Is it possible to add the $NUMJOBS variable to SBo build scripts by >> default? At least for the next Slackware release? >> >> >> I think that this can be more reliably handled by the user's interface to >> SBo. For example, sbotools lets you set JOBS in /etc/sbotools.conf (the >> value of which is passed to make's "-j" argument). >> > > You can usually do something like MAKEFLAGS=-j4 ./foo.SlackBuild without > having to modify anything. > > -Kyle > To go along with Kyle's suggestion, I set my MAKEFLAGS with a file in /etc/profile.d/ directory (I call it make-export.sh), so it is automatically applied when any user logs in. The following will set MAKEFLAGS to the number of CPU threads + 1 (it says cores, but Linux the number of threads the CPU is capable of as individual cores). jbhansen at craven-moorhead:~$ cat /etc/profile.d/make-export.sh #!/bin/bash # Set make jobs to default to num cores + 1 export MAKEFLAGS="-j$(expr $(nproc) + 1)" Jeremy > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kava0418 at online.be Thu Jul 25 07:58:03 2019 From: kava0418 at online.be (Karel Venken) Date: Thu, 25 Jul 2019 09:58:03 +0200 Subject: [Slackbuilds-users] openmpi request Message-ID: Hi, For installing our cluster we need to add to the openmpi.Slackbuilds with --with-pmi=pmi2 configure option. So it becomes: ./configure \ ? --prefix=/usr \ ? --sysconfdir=/etc \ ? --localstatedir=/var/lib \ ? --mandir=/usr/man/ \ ? --enable-mpi1-compability \ ? --docdir=/usr/doc/$PRGNAM-$VERSION \ ? --disable-static \ ? --libdir=/usr/lib${LIBDIRSUFFIX} \ ? --build=$ARCH-slackware-linux \ ? --with-pmi=pmi2 The background is to use mpi with slurm and a NUMA kernel - we build it ourself. Without this parameter openmpi crashes. Would this be an option? Thanks anyway. From rworkman at slackbuilds.org Thu Jul 25 08:04:31 2019 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 25 Jul 2019 03:04:31 -0500 Subject: [Slackbuilds-users] openmpi request In-Reply-To: References: Message-ID: <20190725030431.2fd1c0e9@home.rlworkman.net> On Thu, 25 Jul 2019 09:58:03 +0200 Karel Venken wrote: > Hi, > > For installing our cluster we need to add to the openmpi.Slackbuilds > with --with-pmi=pmi2 configure option. So it becomes: > > ./configure \ > ? --prefix=/usr \ > ? --sysconfdir=/etc \ > ? --localstatedir=/var/lib \ > ? --mandir=/usr/man/ \ > ? --enable-mpi1-compability \ > ? --docdir=/usr/doc/$PRGNAM-$VERSION \ > ? --disable-static \ > ? --libdir=/usr/lib${LIBDIRSUFFIX} \ > ? --build=$ARCH-slackware-linux \ > ? --with-pmi=pmi2 > > > The background is to use mpi with slurm and a NUMA kernel - we build > it ourself. Without this parameter openmpi crashes. Would this be an > option? CCing SBo maintainer of openmpi; if there's no response and/or an update with that fixed within a few weeks, follow up with us and we'll handle it directly. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From arkadiusz at drabczyk.org Thu Jul 25 13:40:53 2019 From: arkadiusz at drabczyk.org (Arkadiusz Drabczyk) Date: Thu, 25 Jul 2019 13:40:53 -0000 (UTC) Subject: [Slackbuilds-users] Feature request: add $NUMJOBS to SBo build scripts References: Message-ID: On 2019-07-24, Jeremy Hansen wrote: > To go along with Kyle's suggestion, I set my MAKEFLAGS with a file in > /etc/profile.d/ directory (I call it make-export.sh), so it is > automatically applied when any user logs in. > > The following will set MAKEFLAGS to the number of CPU threads + 1 (it says > cores, but Linux the number of threads the CPU is capable of as individual > cores). > > jbhansen at craven-moorhead:~$ cat /etc/profile.d/make-export.sh > #!/bin/bash > > # Set make jobs to default to num cores + 1 > export MAKEFLAGS="-j$(expr $(nproc) + 1)" -j$(nproc) is very useful itself in most cases as it can speed up the build build considerably but still I think it should be used with caution and don't be set globally. For example, at my current $JOB I've worked with sloppily written Makefile written by people from another company that did some crazy things such as extracting tarballs and the build process failed when -j was used. Also, a couple of months ago I tried to build llvm with -j$(nproc) and it also failed but I don't remember the specific reason but it was something like this: https://stackoverflow.com/questions/25197570/llvm-clang-compile-error-with-memory-exhausted. -- Arkadiusz Drabczyk From emmanueln at gmail.com Thu Jul 25 13:58:38 2019 From: emmanueln at gmail.com (Emmanuel) Date: Thu, 25 Jul 2019 10:58:38 -0300 Subject: [Slackbuilds-users] openmpi request In-Reply-To: <20190725030431.2fd1c0e9@home.rlworkman.net> References: <20190725030431.2fd1c0e9@home.rlworkman.net> Message-ID: On Thu, Jul 25, 2019 at 5:04 AM Robby Workman wrote: > On Thu, 25 Jul 2019 09:58:03 +0200 > Karel Venken wrote: > > > Hi, > > > > For installing our cluster we need to add to the openmpi.Slackbuilds > > with --with-pmi=pmi2 configure option. So it becomes: > > > > ./configure \ > > --prefix=/usr \ > > --sysconfdir=/etc \ > > --localstatedir=/var/lib \ > > --mandir=/usr/man/ \ > > --enable-mpi1-compability \ > > --docdir=/usr/doc/$PRGNAM-$VERSION \ > > --disable-static \ > > --libdir=/usr/lib${LIBDIRSUFFIX} \ > > --build=$ARCH-slackware-linux \ > > --with-pmi=pmi2 > > > > > > The background is to use mpi with slurm and a NUMA kernel - we build > > it ourself. Without this parameter openmpi crashes. Would this be an > > option? > > > CCing SBo maintainer of openmpi; if there's no response and/or an > update with that fixed within a few weeks, follow up with us and > we'll handle it directly. > > -RW > Hi Karel, I'm the maintainer of openmpi and slurm, let me try this parameter in my cluster because we haven't had issues with the current package and slurm (and also with several versions of openmpi, 1.8.x, 1.10.x, 2.1.1). Can you send me the exact error? Have you modified the slurm build script to add --with-pmi? are you running mpirun in the slurm submit job script or srun? In any case, I will submit a new version of the script in the next few days. Best regards and thanks for reporting the issue :-) -- ***************** Emmanuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From jebrhansen+SBo at gmail.com Thu Jul 25 14:09:50 2019 From: jebrhansen+SBo at gmail.com (Jeremy Hansen) Date: Thu, 25 Jul 2019 08:09:50 -0600 Subject: [Slackbuilds-users] Feature request: add $NUMJOBS to SBo build scripts In-Reply-To: References: Message-ID: On Thu, Jul 25, 2019, 7:56 AM Arkadiusz Drabczyk wrote: > On 2019-07-24, Jeremy Hansen wrote: > > To go along with Kyle's suggestion, I set my MAKEFLAGS with a file in > > /etc/profile.d/ directory (I call it make-export.sh), so it is > > automatically applied when any user logs in. > > > > The following will set MAKEFLAGS to the number of CPU threads + 1 (it > says > > cores, but Linux the number of threads the CPU is capable of as > individual > > cores). > > > > jbhansen at craven-moorhead:~$ cat /etc/profile.d/make-export.sh > > #!/bin/bash > > > > # Set make jobs to default to num cores + 1 > > export MAKEFLAGS="-j$(expr $(nproc) + 1)" > > -j$(nproc) is very useful itself in most cases as it can speed up the > build build considerably but still I think it should be used with > caution and don't be set globally. For example, at my current $JOB > I've worked with sloppily written Makefile written by people from > another company that did some crazy things such as extracting tarballs > and the build process failed when -j was used. Also, a couple of > months ago I tried to build llvm with -j$(nproc) and it also failed > but I don't remember the specific reason but it was something like > this: > > https://stackoverflow.com/questions/25197570/llvm-clang-compile-error-with-memory-exhausted > . > -- > Arkadiusz Drabczyk > Yes, there's always the possibility of having multiple jobs cause a failure, but in those cases, you can simply override it by running MAKEFLAGS="-j1" sh some.SlackBuild. In all the SlackBuilds I've run, I think I've only needed to override the number of jobs less than 5 times. For me, it was well worth the increased speed of compiling. But maybe it isn't for everyone. Jeremy > -------------- next part -------------- An HTML attachment was scrubbed... URL: From k.venken at online.be Thu Jul 25 15:54:25 2019 From: k.venken at online.be (Karel Venken) Date: Thu, 25 Jul 2019 17:54:25 +0200 Subject: [Slackbuilds-users] openmpi request In-Reply-To: References: <20190725030431.2fd1c0e9@home.rlworkman.net> Message-ID: Emmanuel wrote: > > > On Thu, Jul 25, 2019 at 5:04 AM Robby Workman > > wrote: > > On Thu, 25 Jul 2019 09:58:03 +0200 > Karel Venken > wrote: > > > Hi, > > > > For installing our cluster we need to add to the > openmpi.Slackbuilds > > with --with-pmi=pmi2 configure option. So it becomes: > > > > ./configure \ > >? ? --prefix=/usr \ > >? ? --sysconfdir=/etc \ > >? ? --localstatedir=/var/lib \ > >? ? --mandir=/usr/man/ \ > >? ? --enable-mpi1-compability \ > >? ? --docdir=/usr/doc/$PRGNAM-$VERSION \ > >? ? --disable-static \ > >? ? --libdir=/usr/lib${LIBDIRSUFFIX} \ > >? ? --build=$ARCH-slackware-linux \ > >? ? --with-pmi=pmi2 > > > > > > The background is to use mpi with slurm and a NUMA kernel - we build > > it ourself. Without this parameter openmpi crashes. Would this be an > > option? > > > CCing SBo maintainer of openmpi; if there's no response and/or an > update with that fixed within a few weeks, follow up with us and > we'll handle it directly. > > -RW > > > Hi Karel, > > I'm the maintainer of openmpi and slurm, let me try this parameter in > my cluster because we haven't had issues with the current package and > slurm (and also with several versions of openmpi, 1.8.x, 1.10.x, > 2.1.1). Can you send me the exact error? Have you modified the slurm > build script to add --with-pmi?? are you running mpirun in the slurm > submit job script or srun? > > In any case, I will submit a new version of the script in the next few > days. > Hi Emmanuel, Thanks for answering so soon. I added optional dependencies numactl hwloc and rrdtool to slurm and of course for building I set the environment with HWLOC=yes RRDTOOL=yes (We also integrate slurm with ganglia, but that's besides the point here, just to mention we activated rrdtool there as well) The error was produced by one of our applications warning about numa and then crashing/hanging at the mpi request. Everything then worked fine when we changed this compilation. (I have had a discussion in the slackware newsgroup about NUMA) I am sorry that I didn't keep the log of the application. FWW, to allow this application to use memory shared over different nodes we also had to recompile the kernel with NUMA option enabled (the stock kernel has it turned off, but, if I am correct, the current version has it activated) If this goes beyond what you can/want to investigate, that's OK. I am already thankful you want to give it a look. Anf, of course, if it is a problem in version 14.2, we 'll pick it up again if needed when a new version arrives. kind regards, Karel. From willysr at slackbuilds.org Sat Jul 27 01:18:20 2019 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 27 Jul 2019 08:18:20 +0700 Subject: [Slackbuilds-users] Updates - 20190727.1 Message-ID: <4faeaf15-cd41-f262-c78d-8916a36ce578@slackbuilds.org> Sat Jul 27 01:08:22 UTC 2019 academic/cadabra2: Updated for version 2.2.7. audio/museeks: Updated for version 0.11.1. desktop/dunst: Updated for version 1.4.1. desktop/icewm: Updated for version 1.4.2. desktop/jgmenu: Updated for version 3.3. development/Sphinx: Document how to get Python 3 support. development/alembic: Updated for version 1.0.11. development/eclim: Fix building against Sphinx-2. development/git-lfs: Updated for version 2.8.0. development/gradle: Updated for version 5.5.1 + new maintainer. development/jupyter-qtconsole: Updated for version 4.5.2. development/netbeans: Updated for version 11.1. development/openjdk7: Fix .info. development/vscode-bin: Updated for version 2.9. games/starfighter: Updated for version 2.0. gis/gpxsee: Updated for version 7.11. graphics/optipng: Updated for version 0.7.7. graphics/shutter: Updated for version 0.94.3. graphics/simple-scan: kill packaged gschemas.compiled libraries/libxmlb: Updated for version 0.1.11. libraries/pjsip: Updated for version 2.9. network/avahi: Updated for version 0.7. network/brave-browser: Updated for version 0.66.100. network/dropbox: Updated for version 77.4.131. network/etcd: Updated for version 3.3.13. network/exim: Updated for version 4.92.1. network/opera-developer: Updated for version 64.0.3380.0. network/opera: Updated for version 62.0.3331.99. network/putty: Updated for version 0.72. network/teamviewer: Updated for version 14.4.2669. network/youtube-dl: Updated for version 2019.07.16. office/SOGo: Updated for version 4.0.8. office/remind: Fixed download link. office/teams-for-linux: Added (messaging, conferencing, and collaboration program) perl/perl-Net-Pcap: Updated for version 0.18. python/josepy: Updated for version 1.2.0. python/mpmath: Moved to python. python/mypy: Updated for version 0.720. python/python-precis-i18n: Updated for version 1.0.1. python/python3-ipython: Updated for version 7.6.1. python/python3-jedi: Updated for version 0.14.1. python/python3-lazy-object-proxy: Fixed dependencies. python/python3-mpmath: Added (arithmetic library). python/python3-sympy: Added (library for symbolic mathematics). python/thonny: Updated for version 3.2.0b7. system/apachetop: Updated for version 0.19.7. system/cpuid2cpuflags: Updated for version 6.0. system/isdct: Update HOMEPAGE. system/sleuthkit: Updated for version 4.6.6. system/stow: Updated for version 2.3.0. system/telegraf: Updated for version 1.11.3. system/uhubctl: Added (control the power of compatible USB hubs) system/vtcol: Update homepage. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From elyk03 at gmail.com Sat Jul 27 19:12:51 2019 From: elyk03 at gmail.com (Kyle Guinn) Date: Sat, 27 Jul 2019 14:12:51 -0500 Subject: [Slackbuilds-users] openmpi request In-Reply-To: References: <20190725030431.2fd1c0e9@home.rlworkman.net> Message-ID: On 7/25/19, Emmanuel wrote: > On Thu, Jul 25, 2019 at 5:04 AM Robby Workman > wrote: > >> On Thu, 25 Jul 2019 09:58:03 +0200 >> Karel Venken wrote: >> >> > Hi, >> > >> > For installing our cluster we need to add to the openmpi.Slackbuilds >> > with --with-pmi=pmi2 configure option. So it becomes: >> > >> > ./configure \ >> > --prefix=/usr \ >> > --sysconfdir=/etc \ >> > --localstatedir=/var/lib \ >> > --mandir=/usr/man/ \ >> > --enable-mpi1-compability \ >> > --docdir=/usr/doc/$PRGNAM-$VERSION \ >> > --disable-static \ >> > --libdir=/usr/lib${LIBDIRSUFFIX} \ >> > --build=$ARCH-slackware-linux \ >> > --with-pmi=pmi2 >> > >> > >> > The background is to use mpi with slurm and a NUMA kernel - we build >> > it ourself. Without this parameter openmpi crashes. Would this be an >> > option? >> >> >> CCing SBo maintainer of openmpi; if there's no response and/or an >> update with that fixed within a few weeks, follow up with us and >> we'll handle it directly. >> >> -RW >> > > Hi Karel, > > I'm the maintainer of openmpi and slurm, let me try this parameter in my > cluster because we haven't had issues with the current package and slurm > (and also with several versions of openmpi, 1.8.x, 1.10.x, 2.1.1). Can you > send me the exact error? Have you modified the slurm build script to add > --with-pmi? are you running mpirun in the slurm submit job script or srun? > > In any case, I will submit a new version of the script in the next few > days. > > Best regards and thanks for reporting the issue :-) Hi Emmanuel, I have one small request while you're updating openmpi. The file etc/pmix-mca-params.conf.new is installed, but it's not being config'd from doinst.sh. I don't know if the option suggested above would result in more/fewer/different files that would also need to be config'd. Thanks! -Kyle From mcmurchy1917techy at btinternet.com Sun Jul 28 15:51:11 2019 From: mcmurchy1917techy at btinternet.com (mcmurchy1917techy) Date: Sun, 28 Jul 2019 16:51:11 +0100 Subject: [Slackbuilds-users] Can't compile SlackBuilds.org gradle on 14.2 Message-ID: <7416453b-057d-af87-33d4-0f65811d0ec4@btinternet.com> Get this error > unzip:? cannot find or open /mnt/packages/gradle/gradle-5.5.1-all.zip, > /mnt/packages/gradle/gradle-5.5.1-all.zip.zip or > /mnt/packages/gradle/gradle-5.5.1-all.zip.ZIP. Possibly because the SlackBuild expects this - > unzip $CWD/${PRGNAM}-$VERSION-all.zip but SlackBuilds.org suggests downloading > gradle-5.5.1-bin.zip (b624d6dd514dad79e477c8931a76875a) I changed the SlackBuild to expect gradle-5.5.1-bin.zip and gradle compiles successfully. -------------- next part -------------- An HTML attachment was scrubbed... URL: From z.coldplayer at gmail.com Sun Jul 28 19:52:14 2019 From: z.coldplayer at gmail.com (Jheengut Pritvi) Date: Sun, 28 Jul 2019 23:52:14 +0400 Subject: [Slackbuilds-users] Suggestions for SlackBuild Usage Howto In-Reply-To: References: Message-ID: Hi, Great initiative. Keep up the good work. On Sun, 21 Jul 2019 at 20:19, Michael Siegel wrote: > Hello, > > I have some suggestions for improving the SlackBuild Usage HOWTO at > http://slackbuilds.org/howto/. > > The first section (?Caveat?) currently reads like this: > > All of our scripts are written and tested for usage on the latest > stable release of Slackware with full installation and updated with > latest patches; if you're trying them on older versions of Slackware, > you should read this page referenced in our FAQ. > > My suggestion is to change that to: > > All of our scripts are written and tested for usage on a full > installation of the latest stable release of Slackware updated with > the latest patches. If you're trying them on older versions of > Slackware, you should read this page referenced in our FAQ. > > Then, the Howto does not mention verification of the downloaded source > packages. I think this should either be added to step one or be > step two. It could be worded like this: > > To verify the downloaded source's integrity, first run `md5sum > chemtool-1.6.14.tar.gz' to get the MD5 sum of the downloaded source > archive. Then compare it to the MD5 sum shown in the `chemtool.info' > file. If they don't match, something is wrong. > > I just realized that Step 1 already doesn't mention verifying the > SlackBuild's GPG signature. I think that should be included in the Howto > as well. > > So, maybe, it would be best to split Step 1 up like this: > > * Step 1 ? Download and verify the SlackBuild archive > * Step 2 ? Download and verify the application's source archive > > What do you think? > > > Best > Michael > _______________________________________________ > 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: