From yalhcru at gmail.com Thu Oct 1 09:52:06 2015 From: yalhcru at gmail.com (B Watson) Date: Thu, 1 Oct 2015 05:52:06 -0400 Subject: [Slackbuilds-users] SBo Mame? In-Reply-To: References: Message-ID: CCing this to the list, as several people have asked. On 9/30/15, email.box at tutanota.de wrote: > Hi, > > I've been told you are the new mantainer for the MAME SBo. > > Will there be an update soon? There will be. The reason I haven't updated it since taking over: they rewrote the entire build system in Lua, and included *every* third-party library mame uses. So when you compile mame now, it first compiles lua, then uses lua scripts to compile its own static versions of things like libpng, zlib, libflac, sqlite3... I was trying to come up with a way to let the new mame build system use the system libraries (since most of those libs are already present in Slackware, and the rest are on SBo already). But I'm hampered by the fact that I don't actually know Lua... so I put it on the backburner for a while (for too long, in fact). However, I think I've given up on that idea. There will be a mame update soon, but it'll take 10x as long to compile and you'll get a binary that's maybe 2 or 3 times as large as the old one. On the plus side, it'll be using exactly the versions of all libraries that it was developed with. From marc at mos6581.de Thu Oct 1 10:45:57 2015 From: marc at mos6581.de (Marcel Saegebarth) Date: Thu, 1 Oct 2015 12:45:57 +0200 Subject: [Slackbuilds-users] SBo Mame? In-Reply-To: References: Message-ID: <560D0EE5.3000900@mos6581.de> On 10/01/2015 11:52 AM, B Watson wrote: > The reason I haven't updated it since taking over: they rewrote the > entire build system in Lua, and included *every* third-party library mame > uses. So when you compile mame now, it first compiles lua, then uses > lua scripts to compile its own static versions of things like libpng, > zlib, libflac, sqlite3... Yes. It was the same in the past, but at least lua seems to be new. As far as I can see, lua is not used for building mame, but for runtime as it's quite famous in the gaming scene. > I was trying to come up with a way to let the new mame build system use > the system libraries (since most of those libs are already present in > Slackware, and the rest are on SBo already). But I'm hampered by the > fact that I don't actually know Lua... so I put it on the backburner > for a while (for too long, in fact). In the older SlackBuild those bundles were disabled by passing options to make like BUILD_. Those have changed to USE_SYSTEM_LIB_. I've did no full compilation yet, but if I disable lua, compilation fails. After installing lua from SBo, it builds fine (until the next required lib, sqlite3 in this case). -------------------------------------------------------------------------------- PGP 32 bit Key ID: 0x69EC498D PGP 64 bit Key ID: 0x8EE93B2D69EC498D PGP Key fingerprint: D320 76CB 4053 D544 52BD D461 8EE9 3B2D 69EC 498D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: From crculver at christopherculver.com Thu Oct 1 17:39:08 2015 From: crculver at christopherculver.com (Christopher Culver) Date: Thu, 01 Oct 2015 20:39:08 +0300 Subject: [Slackbuilds-users] Unable to build qt5 5.5.0 References: <87k2r8qc50.fsf@aura.christopherculver.com> <560C045D.1070601@gmail.com> Message-ID: <87oagipjyb.fsf@aura.christopherculver.com> Andrzej Telszewski writes: > Do you have any previous qt5 installation? > This might be a blind shot, but if you happen to have it, try first > uninstalling and then building. Unfortunately, even after uninstalling the previous installation of qt5, building qt5 5.5.0 fails with the error I mentioned at the beginning of this thread. This really sucks, as I can no longer open any Qt5 applications. This bug has been reported before: http://comments.gmane.org/gmane.comp.lib.qt.user/14016 but no solution was provided in that discussion. From larryhaja at gmail.com Thu Oct 1 18:09:00 2015 From: larryhaja at gmail.com (Larry Hajali) Date: Thu, 1 Oct 2015 11:09:00 -0700 Subject: [Slackbuilds-users] Unable to build qt5 5.5.0 In-Reply-To: <87oagipjyb.fsf@aura.christopherculver.com> References: <87k2r8qc50.fsf@aura.christopherculver.com> <560C045D.1070601@gmail.com> <87oagipjyb.fsf@aura.christopherculver.com> Message-ID: Does Qt5WebKit.pc exist in the $PKG directory? --Larry On Thu, Oct 1, 2015 at 10:39 AM, Christopher Culver < crculver at christopherculver.com> wrote: > Andrzej Telszewski > writes: > > Do you have any previous qt5 installation? > > This might be a blind shot, but if you happen to have it, try first > > uninstalling and then building. > > Unfortunately, even after uninstalling the previous installation of qt5, > building qt5 5.5.0 fails with the error I mentioned at the beginning of > this thread. This really sucks, as I can no longer open any Qt5 > applications. > > This bug has been reported before: > > http://comments.gmane.org/gmane.comp.lib.qt.user/14016 > > but no solution was provided in that discussion. > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc at mos6581.de Thu Oct 1 19:15:19 2015 From: marc at mos6581.de (Marcel Saegebarth) Date: Thu, 1 Oct 2015 21:15:19 +0200 Subject: [Slackbuilds-users] SBo Mame? In-Reply-To: <560D0EE5.3000900@mos6581.de> References: <560D0EE5.3000900@mos6581.de> Message-ID: <560D8647.7060609@mos6581.de> On 10/01/2015 12:45 PM, Marcel Saegebarth wrote: > In the older SlackBuild those bundles were disabled by passing options > to make like BUILD_. Those have changed to USE_SYSTEM_LIB_. I was able to build mame without using the bundled packages using USE_SYSTEM_LIB_=1. # Slackware package /tmp/mame-0.166-x86_64-1_SBo.tgz created. I just leave portmidi as is due to the mame devs did some GCC related fixes in the past. Anyway, for lua there's no SBo SlackBuild for version 5.3, but with some simple tweaks of lua52 you are able to build lua 5.3.1. -------------------------------------------------------------------------------- PGP 32 bit Key ID: 0x69EC498D PGP 64 bit Key ID: 0x8EE93B2D69EC498D PGP Key fingerprint: D320 76CB 4053 D544 52BD D461 8EE9 3B2D 69EC 498D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: From thedoogster at gmail.com Thu Oct 1 19:34:08 2015 From: thedoogster at gmail.com (Doogster) Date: Thu, 1 Oct 2015 12:34:08 -0700 Subject: [Slackbuilds-users] SBo Mame? In-Reply-To: References: Message-ID: Honestly, I'd prefer if you just let it use the bundled libraries. At least by default. Those are the library versions that the MAME devs have tested. On Thursday, 1 October 2015, B Watson wrote: > CCing this to the list, as several people have asked. > > On 9/30/15, email.box at tutanota.de > wrote: > > Hi, > > > > I've been told you are the new mantainer for the MAME SBo. > > > > Will there be an update soon? > > There will be. > > The reason I haven't updated it since taking over: they rewrote the > entire build system in Lua, and included *every* third-party library mame > uses. So when you compile mame now, it first compiles lua, then uses > lua scripts to compile its own static versions of things like libpng, > zlib, libflac, sqlite3... > > I was trying to come up with a way to let the new mame build system use > the system libraries (since most of those libs are already present in > Slackware, and the rest are on SBo already). But I'm hampered by the > fact that I don't actually know Lua... so I put it on the backburner > for a while (for too long, in fact). > > However, I think I've given up on that idea. There will be a mame update > soon, but it'll take 10x as long to compile and you'll get a binary that's > maybe 2 or 3 times as large as the old one. On the plus side, it'll be > using exactly the versions of all libraries that it was developed with. > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc at mos6581.de Thu Oct 1 19:41:41 2015 From: marc at mos6581.de (Marcel Saegebarth) Date: Thu, 1 Oct 2015 21:41:41 +0200 Subject: [Slackbuilds-users] SBo Mame? In-Reply-To: References: Message-ID: <560D8C75.3010308@mos6581.de> On 10/01/2015 09:34 PM, Doogster wrote: > Honestly, I'd prefer if you just let it use the bundled libraries. At > least by default. Those are the library versions that the MAME devs have > tested. Yes, let's do it like Windows. Shipping each dependency over and over again. The SlackBuild was always using the system libs accept some rare cases and it was stable. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: From baildon.research at googlemail.com Fri Oct 2 00:07:12 2015 From: baildon.research at googlemail.com (David Spencer) Date: Fri, 2 Oct 2015 01:07:12 +0100 Subject: [Slackbuilds-users] Unable to build qt5 5.5.0 In-Reply-To: <87k2r8qc50.fsf@aura.christopherculver.com> References: <87k2r8qc50.fsf@aura.christopherculver.com> Message-ID: > When I attempt to build qt5 5.5.0 from the SBo Slackbuild, the build > fails at the make install stage with the error: > > can't read /media/BUILD/sbotmp//package-qt5/usr/lib64/pkgconfig/Qt5WebKit.pc: No > such file or directory The .pc file is (or should be) created in qt-everywhere-opensource-src-5.5.0/qtwebkit/lib/pkgconfig at the same time as the shared libraries in the containing directory. AFAICT the command line that is reporting that error should be something like sed -e 's,[^ '\'']*/tmp/SBo/qt-everywhere-opensource-src-5.5.0/[^/][^/]*/lib,,g' ../lib/pkgconfig/Qt5WebKit.pc > /tmp/SBo/package-qt5/usr/lib64/pkgconfig/Qt5WebKit.pc This should be the line immediately before your error message. If that's right, it's strange that in your case the sed command is apparently reading from the package directory, not the source directory. If it's wrong (i.e. not sed), it would be good to know what it is. Apparently you are exporting TMP=/media/BUILD/sbotmp/ with a trailing slash. I wonder if defining it without a trailing slash might solve the problem, although with 4+ hours for a build, that's an expensive experiment for a wild guess that probably won't make any difference... -D. From crculver at christopherculver.com Fri Oct 2 07:37:54 2015 From: crculver at christopherculver.com (Christopher Culver) Date: Fri, 02 Oct 2015 10:37:54 +0300 Subject: [Slackbuilds-users] Unable to build qt5 5.5.0 References: <87k2r8qc50.fsf@aura.christopherculver.com> <560C045D.1070601@gmail.com> <87oagipjyb.fsf@aura.christopherculver.com> Message-ID: <87fv1tpvot.fsf@aura.christopherculver.com> Larry Hajali writes: > Does Qt5WebKit.pc exist in the $PKG directory? No, there is no such file anywhere in package-qt5. From crculver at christopherculver.com Fri Oct 2 07:50:23 2015 From: crculver at christopherculver.com (Christopher Culver) Date: Fri, 02 Oct 2015 10:50:23 +0300 Subject: [Slackbuilds-users] Unable to build qt5 5.5.0 References: <87k2r8qc50.fsf@aura.christopherculver.com> Message-ID: <871tddpv40.fsf@aura.christopherculver.com> David Spencer writes: > The .pc file is (or should be) created in > qt-everywhere-opensource-src-5.5.0/qtwebkit/lib/pkgconfig at the same > time as the shared libraries in the containing directory. > > AFAICT the command line that is reporting that error should be something like > > sed -e 's,[^ '\'']*/tmp/SBo/qt-everywhere-opensource-src-5.5.0/[^/][^/]*/lib,,g' > ../lib/pkgconfig/Qt5WebKit.pc > > /tmp/SBo/package-qt5/usr/lib64/pkgconfig/Qt5WebKit.pc I suppose. I cannot see the actual sed command, I just get the aforementioned error that sed dumps. However, there is no Qt5WebKit.pc file in either the source or the package directories. > Apparently you are exporting TMP=/media/BUILD/sbotmp/ with a trailing > slash. I went ahead last night and freed up enough space that I did not need to export TMP. Even with all the Slackware dir variables set to their defaults, the SlackBuild still fails with the error that it cannot find Qt5WebKit.pc. Because Pulseaudio is required for Qt's web engine according to a comment in the Slackbuild, and I do have Pulseaudio installed on my system, I also tried running the build as USEPULSE=yes ./qt5.SlackBuild, but this has no effect and I still get the error. From yalhcru at gmail.com Fri Oct 2 09:52:51 2015 From: yalhcru at gmail.com (B Watson) Date: Fri, 2 Oct 2015 05:52:51 -0400 Subject: [Slackbuilds-users] httptunnel download link Message-ID: Original URL http://www.nocrew.org/software/httptunnel/httptunnel-3.0.5.tar.gz is failing with "connection refused". Seems to be another copy here: http://packetstorm.foofus.com/UNIX/misc/httptunnel-3.0.5.tar.gz md5sums match. From matteo.bernardini at gmail.com Fri Oct 2 10:01:34 2015 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Fri, 2 Oct 2015 12:01:34 +0200 Subject: [Slackbuilds-users] httptunnel download link In-Reply-To: References: Message-ID: 2015-10-02 11:52 GMT+02:00 B Watson : > Original URL http://www.nocrew.org/software/httptunnel/httptunnel-3.0.5.tar.gz > is > failing with "connection refused". Seems to be another copy here: > > http://packetstorm.foofus.com/UNIX/misc/httptunnel-3.0.5.tar.gz > > md5sums match. thanks Ben, I fixed it in my branch. Matteo From chris.willing at iinet.net.au Fri Oct 2 11:08:29 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Fri, 2 Oct 2015 21:08:29 +1000 Subject: [Slackbuilds-users] Unable to build qt5 5.5.0 In-Reply-To: <871tddpv40.fsf@aura.christopherculver.com> References: <87k2r8qc50.fsf@aura.christopherculver.com> <871tddpv40.fsf@aura.christopherculver.com> Message-ID: <560E65AD.2050303@iinet.net.au> On 02/10/15 17:50, Christopher Culver wrote: > David Spencer > writes: >> The .pc file is (or should be) created in >> qt-everywhere-opensource-src-5.5.0/qtwebkit/lib/pkgconfig at the same >> time as the shared libraries in the containing directory. >> >> AFAICT the command line that is reporting that error should be something like >> >> sed -e 's,[^ '\'']*/tmp/SBo/qt-everywhere-opensource-src-5.5.0/[^/][^/]*/lib,,g' >> ../lib/pkgconfig/Qt5WebKit.pc > >> /tmp/SBo/package-qt5/usr/lib64/pkgconfig/Qt5WebKit.pc > > I suppose. I cannot see the actual sed command, I just get the > aforementioned error that sed dumps. > > However, there is no Qt5WebKit.pc file in either the source or the > package directories. That Qt5WebKit.pc file is processed twice with sed; first by 'make install' command which takes Qt5WebKit.pc from where it was generated by 'make' (since its not in the 'raw' source after unpacking the source tarball) and deposited into the package-qt5 tree. The second sed occurrence is in the qt5.SlackBuild and its this instruction which you are seeing fail. Its probably failing because the first sed occurrence didn't succeed either - maybe 'make' didn't generate it in the first place. If you can bear it, perhaps you could build again and keep a log file of the build - something like: sh ./qt5.SlackBuild 2>&1 | tee op (op will be reasonably large ~50M). In that log file, you should be able to search for Qt5WebKit.pc and find where 'make install' processed it (or not) with sed. Look for warnings and errors in that area of the log file and you may find what is going wrong. > Because Pulseaudio is required for Qt's web engine according to a > comment in the Slackbuild, and I do have Pulseaudio installed on my > system, I also tried running the build as USEPULSE=yes ./qt5.SlackBuild, > but this has no effect and I still get the error. That shouldn't make any difference. FWIW, I use USEPULSE=yes and my Qt5WebKit.pc appears as expected. I only started using that option fairly recently and didn't have problems with previous versions when I didn't use it. chris From richard at aaazen.com Fri Oct 2 14:17:13 2015 From: richard at aaazen.com (Richard) Date: Fri, 2 Oct 2015 07:17:13 -0700 (PDT) Subject: [Slackbuilds-users] New OpenSMTPD 5.7.2p1 Message-ID: I just submitted an update to the OpenSMTPD SlackBuild. It is a security update: https://opensmtpd.org/announces/release-5.7.2.txt From willysr at slackbuilds.org Sat Oct 3 02:30:45 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 3 Oct 2015 09:30:45 +0700 Subject: [Slackbuilds-users] Updates - 20151003.1 Message-ID: <560F3DD5.6070102@slackbuilds.org> Sat Oct 3 02:18:32 UTC 2015 audio/pogo: Updated for version 0.8.6. audio/pyalsaaudio: Fix DOWNLOAD url. desktop/gmusicbrowser-art: Added (Additional layouts, icons). desktop/tint2: Updated for version 0.12.2. development/FreeBASIC: Updated for version 1.04.0. development/composer: Added (tool for dependency management in PHP). development/git-lfs: Updated for version 1.0.0. development/google-go-lang: Updated for version 1.4.3. development/ioncube-loader: Updated for version 5.0.18. development/poedit: Updated for version 1.8.5. development/sbcl: Updated for version 1.2.16 + new maintainer. development/simulavr: Updated for version git20150924. development/smartgit: Updated for version 7.0.3. games/angband: Updated for version 4.0.2. games/ggmud: Added (console MUD client). games/stone_soup: Updated for version 0.16.2. gis/rasterio: Updated for version 0.27.0. graphics/ufraw: Updated for version 0.22. libraries/BeautifulSoup4: Updated for version 4.4.1. libraries/dropbox-python: Updated for version 3.34. libraries/luaexpat: Fix slack-desc. libraries/php-memcached: Fixed HOMEPAGE. misc/ykpers: Updated for version 1.17.2. misc/yubikey-personalization-gui: Updated for version 3.1.22. multimedia/devedeng: Updated for version 4.2. multimedia/kodi: Fix build on x86. multimedia/makemkv: Updated for version 1.9.6. multimedia/oggconvert: Fixed download link. network/aria2: Updated for version 1.19.1. network/httptunnel: Fix download link. network/libnftnl: Updated for version 1.0.5. network/mod_bw: Added (apache module). network/nft: Updated for version 0.5. network/opensmtpd: Updated for version 5.7.2p1. network/palemoon: Updated for version 25.7.1. network/phpmyadmin: Updated for version 4.4.15. network/python-onedrive: Added (CLI interface for MS OneDrive). network/vivaldi: Updated for version 1.0.283.8_1. network/youtube-dl: Updated for version 2015.09.28. perl/perl-Number-Bites-Human: Added (Perl Modules). python/Pygments: Updated for version 2.0.2. python/boto3: Updated for version 1.1.4. python/pypy: Updated for version 2.6.1. python/python-dateutil: Updated for version 2.4.2. python/python-oauth2client: Fixed slack-desc. python/python-unicodecsv: Updated for version 0.14.1. python/regex: Updated for version 2015.09.28. system/alien: Updated for version 8.95. system/barman: Updated for version 1.5.0. system/docker: Updated for version 1.8.2. system/opensc: Updated for version 0.15.0. system/pcsc-lite: Updated for version 1.8.14. system/redis: Updated for version 3.0.4. system/slpkg: Updated for version 2.9.5. system/spl-solaris: Updated for version 0.6.5.2. system/sysdig: Updated for version 0.2.0. system/udiskie: Updated for version 1.3.2. system/zfs-on-linux: Updated for version 0.6.5.2. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From damagedone at gmx.com Sat Oct 3 09:07:03 2015 From: damagedone at gmx.com (Eugene) Date: Sat, 3 Oct 2015 14:07:03 +0500 Subject: [Slackbuilds-users] sbcl error Message-ID: <560F9AB7.2000108@gmx.com> Hello everyone. I'm forgot update SBCL_HOME variable. Temporary solution is export SBCL_HOME="" for root user. Willy Sudiarto Raharjo please update slackbuild. 77a78 > SBCL_HOME="" \ Sorry for mess. -- Eugene -------------- next part -------------- #!/bin/sh # Slackware build script for sbcl # Copyright 2006 - 2015 Paul Wisehart, # All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # # 1. Redistributions of this script must retain the above copyright # notice, this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Modified by Eugene M., PRGNAM=sbcl VERSION=${VERSION:-1.2.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac fi CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" fi set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION-source.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; sh make.sh clisp --prefix=/usr --fancy make -C doc/manual info pdf SBCL_HOME="" \ INSTALL_ROOT=$PKG/usr \ MAN_DIR=$PKG/usr/man \ INFO_DIR=$PKG/usr/info \ DOC_DIR=$PKG/usr/doc/$PRGNAM-$VERSION \ sh install.sh # Fixup /usr/lib -> /usr/lib64 if on x86_64: if [ "$ARCH" = "x86_64" ]; then mv $PKG/usr/lib $PKG/usr/lib${LIBDIRSUFFIX} fi find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/*.info* rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/html cp -a HACKING INSTALL NEWS OPTIMIZATIONS PRINCIPLES README TLA TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # Set SBCL_HOME path mkdir -p $PKG/etc/profile.d cat > $PKG/etc/profile.d/sbcl.csh << EOF #!/bin/csh setenv SBCL_HOME /usr/lib${LIBDIRSUFFIX}/sbcl EOF cat > $PKG/etc/profile.d/sbcl.sh << EOF #!/bin/sh export SBCL_HOME=/usr/lib${LIBDIRSUFFIX}/sbcl EOF chmod 0755 $PKG/etc/profile.d/* mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} From willysr at slackbuilds.org Sat Oct 3 10:56:12 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 3 Oct 2015 17:56:12 +0700 Subject: [Slackbuilds-users] sbcl error In-Reply-To: <560F9AB7.2000108@gmx.com> References: <560F9AB7.2000108@gmx.com> Message-ID: <560FB44C.9010601@slackbuilds.org> > Hello everyone. > > I'm forgot update SBCL_HOME variable. Temporary solution is > export SBCL_HOME="" for root user. > > Willy Sudiarto Raharjo please update slackbuild. Fixed in my branch -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From anddt at ukr.net Sat Oct 3 14:47:09 2015 From: anddt at ukr.net (Andrew) Date: Sat, 3 Oct 2015 17:47:09 +0300 Subject: [Slackbuilds-users] OpenSMTPd build failure Message-ID: <20151003174710.131840f5e04fe714bedaaad2@ukr.net> Hello all! opensmtpd 5.7.2 fails to build here. Google doesn't know anything about this problem. My gcc version is 4.8.4, but this issue still exists when I tried to compile opensmtpd with gcc 4.8.2. ... /bin/sh ../../ylwrap ../../smtpd/parse.y y.tab.c ../../smtpd/parse.c y.tab.h `echo ../../smtpd/parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output ../../smtpd/parse.output -- bison -y gcc -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -O2 -march=i486 -mtune=i686 -fstack-protector -fPIC -DPIC -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-parse.o `test -f '../../smtpd/parse.c' || echo './'`../../smtpd/parse.c ../../smtpd/parse.c:291:6: error: redeclaration of enumerator 'ERROR' ERROR = 293, ^ In file included from /usr/include/util.h:56:0, from ../../smtpd/parse.y:58: /usr/include/define.h:69:8: note: previous definition of 'ERROR' was here enum { ERROR = -1, AOK = 0 }; ^ make[3]: *** [../../smtpd/smtpd-parse.o] Error 1 make[3]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1/mk/smtpd' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1/mk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1' make: *** [all] Error 2 [EOF - dtach terminating] anddt at fastnote:[~/src/opensmtpd]$ -- WBR, Andrew From info at microlinux.fr Sat Oct 3 15:03:21 2015 From: info at microlinux.fr (Nicolas Kovacs) Date: Sat, 3 Oct 2015 17:03:21 +0200 Subject: [Slackbuilds-users] HandBrake ? Message-ID: <560FEE39.9020404@microlinux.fr> Hi, I just took a peek at HandBrake's SBo page, out of curiosity. 1. I noticed the source download link doesn't work. 2. Several multimedia libs are requested for download. I took a peek in HandBrake.SlackBuild. As far as I can tell, it doesn't make any use of these source tarballs. How is this supposed to work? Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 From crculver at christopherculver.com Sat Oct 3 14:56:47 2015 From: crculver at christopherculver.com (Christopher Culver) Date: Sat, 03 Oct 2015 17:56:47 +0300 Subject: [Slackbuilds-users] Unable to build qt5 5.5.0 References: <87k2r8qc50.fsf@aura.christopherculver.com> <871tddpv40.fsf@aura.christopherculver.com> <560E65AD.2050303@iinet.net.au> Message-ID: <87h9m8ov9s.fsf@aura.christopherculver.com> Christoph Willing writes: > If you can bear it, perhaps you could build again and keep a log file > of the build - something like: > sh ./qt5.SlackBuild 2>&1 | tee op > (op will be reasonably large ~50M). Using tee, the SlackBuild output shows that WebKit is never built due to a missing dependency: The WebKit build was disabled for the following reasons: * Missing ruby from PATH I used to have ruby installed, I don?t know what happened to it. In any event, reinstalling ruby with slackpkg and then running the qt5 SlackBuild again was successful. From willysr at slackbuilds.org Sat Oct 3 15:08:31 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 3 Oct 2015 22:08:31 +0700 Subject: [Slackbuilds-users] OpenSMTPd build failure In-Reply-To: <20151003174710.131840f5e04fe714bedaaad2@ukr.net> References: <20151003174710.131840f5e04fe714bedaaad2@ukr.net> Message-ID: <560FEF6F.6050703@slackbuilds.org> > opensmtpd 5.7.2 fails to build here. Google doesn't know anything about this problem. > My gcc version is 4.8.4, but this issue still exists when I tried to compile opensmtpd with gcc 4.8.2. > > ... > /bin/sh ../../ylwrap ../../smtpd/parse.y y.tab.c ../../smtpd/parse.c y.tab.h `echo ../../smtpd/parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output ../../smtpd/parse.output -- bison -y > gcc -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -O2 -march=i486 -mtune=i686 -fstack-protector -fPIC -DPIC -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-parse.o `test -f '../../smtpd/parse.c' || echo './'`../../smtpd/parse.c > ../../smtpd/parse.c:291:6: error: redeclaration of enumerator 'ERROR' > ERROR = 293, > ^ > In file included from /usr/include/util.h:56:0, > from ../../smtpd/parse.y:58: > /usr/include/define.h:69:8: note: previous definition of 'ERROR' was here > enum { ERROR = -1, AOK = 0 }; > ^ > make[3]: *** [../../smtpd/smtpd-parse.o] Error 1 > make[3]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1/mk/smtpd' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1/mk' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1' > make: *** [all] Error 2 > > [EOF - dtach terminating] > anddt at fastnote:[~/src/opensmtpd]$ How did you build this package? The path (/tmp/AndDT) shows that you are using custom script or tool Also, did you make a custom installation? -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From artourter at gmail.com Sat Oct 3 15:09:04 2015 From: artourter at gmail.com (Greg' Ar Tourter) Date: Sat, 3 Oct 2015 16:09:04 +0100 Subject: [Slackbuilds-users] HandBrake ? In-Reply-To: <560FEE39.9020404@microlinux.fr> References: <560FEE39.9020404@microlinux.fr> Message-ID: Handbrake has been recently updated so i suspect they have moved the old source to a different location. Regarding the libs, if i remember correctly, the source expects the tarballs to be around and it deals with them directly. Hope this helps Greg On 3 Oct 2015 15:59, "Nicolas Kovacs" wrote: > Hi, > > I just took a peek at HandBrake's SBo page, out of curiosity. > > 1. I noticed the source download link doesn't work. > > 2. Several multimedia libs are requested for download. I took a peek in > HandBrake.SlackBuild. As far as I can tell, it doesn't make any use of > these source tarballs. How is this supposed to work? > > Cheers, > > Niki > -- > Microlinux - Solutions informatiques durables > 7, place de l'?glise - 30730 Montpezat > Web : http://www.microlinux.fr > Mail : info at microlinux.fr > T?l. : 04 66 63 10 32 > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From anddt at ukr.net Sat Oct 3 15:18:41 2015 From: anddt at ukr.net (Andrew) Date: Sat, 3 Oct 2015 18:18:41 +0300 Subject: [Slackbuilds-users] OpenSMTPd build failure In-Reply-To: <560FEF6F.6050703@slackbuilds.org> References: <20151003174710.131840f5e04fe714bedaaad2@ukr.net> <560FEF6F.6050703@slackbuilds.org> Message-ID: <20151003181841.98b0b0082589b2dcc7993388@ukr.net> On Sat, 3 Oct 2015 22:08:31 +0700 Willy Sudiarto Raharjo wrote: > > How did you build this package? > The path (/tmp/AndDT) shows that you are using custom script or tool > Also, did you make a custom installation? > > > -- > Willy Sudiarto Raharjo > For building I use sbmk function: LANG=C NUMJOBS=-j2 TAG=_anddt PKGTYPE=txz TMP=/tmp/AndDT OUTPUT=/srv/ftp/packages-testing sbmk () { dtach -c compiling sudo $OPTS "$@" sh ./`pwd |rev |cut -d \/ -f 1 |rev`.SlackBuild } What do you mean by a "custom installation"? (I didn't edit this SlackBuild, it's directly from SBo) -- WBR, Andrew From willysr at slackbuilds.org Sat Oct 3 15:21:31 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 3 Oct 2015 22:21:31 +0700 Subject: [Slackbuilds-users] OpenSMTPd build failure In-Reply-To: <20151003181841.98b0b0082589b2dcc7993388@ukr.net> References: <20151003174710.131840f5e04fe714bedaaad2@ukr.net> <560FEF6F.6050703@slackbuilds.org> <20151003181841.98b0b0082589b2dcc7993388@ukr.net> Message-ID: <560FF27B.1020301@slackbuilds.org> > For building I use sbmk function: > LANG=C NUMJOBS=-j2 TAG=_anddt PKGTYPE=txz TMP=/tmp/AndDT OUTPUT=/srv/ftp/packages-testing > sbmk () > { > dtach -c compiling sudo $OPTS "$@" sh ./`pwd |rev |cut -d \/ -f 1 |rev`.SlackBuild > } > > What do you mean by a "custom installation"? > (I didn't edit this SlackBuild, it's directly from SBo) > try running the script directly using "su -" instead of sudo -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From anddt at ukr.net Sat Oct 3 15:38:47 2015 From: anddt at ukr.net (Andrew) Date: Sat, 3 Oct 2015 18:38:47 +0300 Subject: [Slackbuilds-users] OpenSMTPd build failure In-Reply-To: <560FF27B.1020301@slackbuilds.org> References: <20151003174710.131840f5e04fe714bedaaad2@ukr.net> <560FEF6F.6050703@slackbuilds.org> <20151003181841.98b0b0082589b2dcc7993388@ukr.net> <560FF27B.1020301@slackbuilds.org> Message-ID: <20151003183847.030f09f00ea71d5dcfbbfd60@ukr.net> On Sat, 3 Oct 2015 22:21:31 +0700 Willy Sudiarto Raharjo wrote: > try running the script directly using "su -" instead of sudo No good, still fails. Same error as before. -- WBR, Andrew From agianson at gmail.com Sat Oct 3 16:30:50 2015 From: agianson at gmail.com (Alan Ianson) Date: Sat, 3 Oct 2015 09:30:50 -0700 Subject: [Slackbuilds-users] HandBrake ? In-Reply-To: <560FEE39.9020404@microlinux.fr> References: <560FEE39.9020404@microlinux.fr> Message-ID: <20151003093050.012afc32@slackware64.trmb.ca> On Sat, 3 Oct 2015 17:03:21 +0200 Nicolas wrote: > Hi, > > I just took a peek at HandBrake's SBo page, out of curiosity. > > 1. I noticed the source download link doesn't work. I noticed that too, I hope the site will be back up shortly but I don't know what happened. > 2. Several multimedia libs are requested for download. I took a peek > in HandBrake.SlackBuild. As far as I can tell, it doesn't make any > use of these source tarballs. How is this supposed to work? I just have ffmpeg installed for several packages and I compile with out using anything else and it works well for me. The webpage has instructions for compiling with other options for audio IIRC but I have never tried that. From agianson at gmail.com Sat Oct 3 16:34:59 2015 From: agianson at gmail.com (Alan Ianson) Date: Sat, 3 Oct 2015 09:34:59 -0700 Subject: [Slackbuilds-users] HandBrake ? In-Reply-To: <560FEE39.9020404@microlinux.fr> References: <560FEE39.9020404@microlinux.fr> Message-ID: <20151003093459.5f918571@slackware64.trmb.ca> On Sat, 3 Oct 2015 17:03:21 +0200 Nicolas wrote: > Hi, > > I just took a peek at HandBrake's SBo page, out of curiosity. > > 1. I noticed the source download link doesn't work. I did find the 2 required files at.. http://distfiles.exherbo.org/distfiles/makemkv-oss-1.9.6.tar.gz http://distfiles.exherbo.org/distfiles/makemkv-bin-1.9.6.tar.gz From agianson at gmail.com Sat Oct 3 16:41:34 2015 From: agianson at gmail.com (Alan Ianson) Date: Sat, 3 Oct 2015 09:41:34 -0700 Subject: [Slackbuilds-users] HandBrake ? In-Reply-To: <560FEE39.9020404@microlinux.fr> References: <560FEE39.9020404@microlinux.fr> Message-ID: <20151003094134.57022840@slackware64.trmb.ca> On Sat, 3 Oct 2015 17:03:21 +0200 Nicolas wrote: > Hi, > > I just took a peek at HandBrake's SBo page, out of curiosity. > > 1. I noticed the source download link doesn't work. > > 2. Several multimedia libs are requested for download. I took a peek > in HandBrake.SlackBuild. As far as I can tell, it doesn't make any > use of these source tarballs. How is this supposed to work? Opps. I read handbrake but was thinking makemkv. Sorry about that. :) From richard at aaazen.com Sat Oct 3 20:07:45 2015 From: richard at aaazen.com (Richard) Date: Sat, 3 Oct 2015 13:07:45 -0700 (PDT) Subject: [Slackbuilds-users] OpenSMTPd build failure In-Reply-To: <20151003174710.131840f5e04fe714bedaaad2@ukr.net> References: <20151003174710.131840f5e04fe714bedaaad2@ukr.net> Message-ID: On Sat, 3 Oct 2015, Andrew wrote: > opensmtpd 5.7.2 fails to build here. Google doesn't know anything about this problem. > My gcc version is 4.8.4, but this issue still exists when I tried to compile opensmtpd with gcc 4.8.2. > > ... > /bin/sh ../../ylwrap ../../smtpd/parse.y y.tab.c ../../smtpd/parse.c y.tab.h `echo ../../smtpd/parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output ../../smtpd/parse.output -- bison -y > gcc -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -O2 -march=i486 -mtune=i686 -fstack-protector -fPIC -DPIC -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-parse.o `test -f '../../smtpd/parse.c' || echo './'`../../smtpd/parse.c > ../../smtpd/parse.c:291:6: error: redeclaration of enumerator 'ERROR' > ERROR = 293, > ^ > In file included from /usr/include/util.h:56:0, > from ../../smtpd/parse.y:58: > /usr/include/define.h:69:8: note: previous definition of 'ERROR' was here > enum { ERROR = -1, AOK = 0 }; > ^ > make[3]: *** [../../smtpd/smtpd-parse.o] Error 1 > make[3]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1/mk/smtpd' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1/mk' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1' > make: *** [all] Error 2 > > [EOF - dtach terminating] > anddt at fastnote:[~/src/opensmtpd]$ It builds fine for me on an x86_64 Slackware 14.1 system using gcc 4.8.2 I'm also using bison 2.7 and libasr 1.0.2 What versions of bison and libasr are you using? Richard Narron From t3slider at gmail.com Sat Oct 3 21:39:06 2015 From: t3slider at gmail.com (T3slider) Date: Sat, 3 Oct 2015 17:39:06 -0400 Subject: [Slackbuilds-users] HandBrake ? In-Reply-To: <20151003094134.57022840@slackware64.trmb.ca> References: <560FEE39.9020404@microlinux.fr> <20151003094134.57022840@slackware64.trmb.ca> Message-ID: <20151003213906.GA2541@MyPC.phub.net.cable.rogers.com> On Sat, Oct 03, 2015 at 09:41:34AM -0700, Alan Ianson wrote: > Opps. I read handbrake but was thinking makemkv. Sorry about that. :) And regarding MakeMKV, the beta code you can find cached doesn't seem to work and you can't buy it with the site down, so there is no point in updating the source links for now. Just have to hope it comes back... From agianson at gmail.com Sat Oct 3 22:41:19 2015 From: agianson at gmail.com (Alan Ianson) Date: Sat, 3 Oct 2015 15:41:19 -0700 Subject: [Slackbuilds-users] HandBrake ? In-Reply-To: <20151003213906.GA2541@MyPC.phub.net.cable.rogers.com> References: <560FEE39.9020404@microlinux.fr> <20151003094134.57022840@slackware64.trmb.ca> <20151003213906.GA2541@MyPC.phub.net.cable.rogers.com> Message-ID: <20151003154119.75c1bf4a@slackware64.trmb.ca> On Sat, 3 Oct 2015 17:39:06 -0400 T3slider wrote: > On Sat, Oct 03, 2015 at 09:41:34AM -0700, Alan Ianson wrote: > > Opps. I read handbrake but was thinking makemkv. Sorry about > > that. :) > > And regarding MakeMKV, the beta code you can find cached doesn't seem > to work and you can't buy it with the site down, so there is no point > in updating the source links for now. Just have to hope it comes > back... I did successfully build it with the source I downloaded from distfiles.exherbo.org using the SBo SlackBuild but it would probably be better to leave the links for now and hopefully the makemkv website will be back online soon. From hostmaster at slackonly.com Sun Oct 4 08:34:38 2015 From: hostmaster at slackonly.com (Panagiotis Nikolaou) Date: Sun, 4 Oct 2015 11:34:38 +0300 Subject: [Slackbuilds-users] pypy Message-ID: <5610E49E.1090207@slackonly.com> Hi!, wget and curl fails to download pypy source... From browser working as expected. Bye Panagiotis. From matteo.bernardini at gmail.com Sun Oct 4 08:47:50 2015 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Sun, 4 Oct 2015 10:47:50 +0200 Subject: [Slackbuilds-users] pypy In-Reply-To: <5610E49E.1090207@slackonly.com> References: <5610E49E.1090207@slackonly.com> Message-ID: 2015-10-04 10:34 GMT+02:00 Panagiotis Nikolaou : > Hi!, > wget and curl fails to download pypy source... > From browser working as expected. $ wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_x86_64-portable.tar.bz2 --2015-10-04 10:44:36-- https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_x86_64-portable.tar.bz2 Resolving bitbucket.org (bitbucket.org)... 131.103.20.168, 131.103.20.167 Connecting to bitbucket.org (bitbucket.org)|131.103.20.168|:443... connected. HTTP request sent, awaiting response... 302 FOUND Location: https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/000e3edc-7839-40e9-bf3d-9302e284a03d/pypy-2.6.1-linux_x86_64-portable.tar.bz2?Signature=d9UOpUilv%2BV29sS71jwwBtpe5ZA%3D&Expires=1443949125&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_x86_64-portable.tar.bz2%22 [following] --2015-10-04 10:44:37-- https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/000e3edc-7839-40e9-bf3d-9302e284a03d/pypy-2.6.1-linux_x86_64-portable.tar.bz2?Signature=d9UOpUilv%2BV29sS71jwwBtpe5ZA%3D&Expires=1443949125&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_x86_64-portable.tar.bz2%22 Resolving bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)... 54.231.49.96 Connecting to bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)|54.231.49.96|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 27872250 (27M) [application/x-tar] Saving to: ?pypy-2.6.1-linux_x86_64-portable.tar.bz2? pypy-2.6.1-linux_x86_64-portable.tar.bz2 100%[==============================================================================================================>] 26,58M 613KB/s in 40s 2015-10-04 10:45:18 (682 KB/s) - ?pypy-2.6.1-linux_x86_64-portable.tar.bz2? saved [27872250/27872250] $ wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_i686-portable.tar.bz2 --2015-10-04 10:45:25-- https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_i686-portable.tar.bz2 Resolving bitbucket.org (bitbucket.org)... 131.103.20.167, 131.103.20.168 Connecting to bitbucket.org (bitbucket.org)|131.103.20.167|:443... connected. HTTP request sent, awaiting response... 302 FOUND Location: https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/b4b855f6-21a9-430e-bdce-e5df2650dab7/pypy-2.6.1-linux_i686-portable.tar.bz2?Signature=%2Bq5D%2Fs%2BtpBmHZVxMS%2FZctxgnUMs%3D&Expires=1443950128&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_i686-portable.tar.bz2%22 [following] --2015-10-04 10:45:26-- https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/b4b855f6-21a9-430e-bdce-e5df2650dab7/pypy-2.6.1-linux_i686-portable.tar.bz2?Signature=%2Bq5D%2Fs%2BtpBmHZVxMS%2FZctxgnUMs%3D&Expires=1443950128&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_i686-portable.tar.bz2%22 Resolving bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)... 54.231.96.113 Connecting to bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)|54.231.96.113|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 26274225 (25M) [application/x-tar] Saving to: ?pypy-2.6.1-linux_i686-portable.tar.bz2? pypy-2.6.1-linux_i686-portable.tar.bz2 100%[==============================================================================================================>] 25,06M 549KB/s in 46s 2015-10-04 10:46:12 (564 KB/s) - ?pypy-2.6.1-linux_i686-portable.tar.bz2? saved [26274225/26274225] $ md5sum pypy*bz2 d58ebc8eeb4506e8512c3f3ebaadf7f5 pypy-2.6.1-linux_i686-portable.tar.bz2 5716cc4ac31b7fb32cf271c6400cf8a5 pypy-2.6.1-linux_x86_64-portable.tar.bz2 From hostmaster at slackonly.com Sun Oct 4 08:51:22 2015 From: hostmaster at slackonly.com (Panagiotis Nikolaou) Date: Sun, 4 Oct 2015 11:51:22 +0300 Subject: [Slackbuilds-users] pypy In-Reply-To: References: <5610E49E.1090207@slackonly.com> Message-ID: <5610E88A.7060609@slackonly.com> On 10/04/2015 11:47 AM, Matteo Bernardini wrote: > 2015-10-04 10:34 GMT+02:00 Panagiotis Nikolaou : >> Hi!, >> wget and curl fails to download pypy source... >> From browser working as expected. > $ wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_x86_64-portable.tar.bz2 > --2015-10-04 10:44:36-- > https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_x86_64-portable.tar.bz2 > Resolving bitbucket.org (bitbucket.org)... 131.103.20.168, 131.103.20.167 > Connecting to bitbucket.org (bitbucket.org)|131.103.20.168|:443... connected. > HTTP request sent, awaiting response... 302 FOUND > Location: https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/000e3edc-7839-40e9-bf3d-9302e284a03d/pypy-2.6.1-linux_x86_64-portable.tar.bz2?Signature=d9UOpUilv%2BV29sS71jwwBtpe5ZA%3D&Expires=1443949125&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_x86_64-portable.tar.bz2%22 > [following] > --2015-10-04 10:44:37-- > https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/000e3edc-7839-40e9-bf3d-9302e284a03d/pypy-2.6.1-linux_x86_64-portable.tar.bz2?Signature=d9UOpUilv%2BV29sS71jwwBtpe5ZA%3D&Expires=1443949125&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_x86_64-portable.tar.bz2%22 > Resolving bbuseruploads.s3.amazonaws.com > (bbuseruploads.s3.amazonaws.com)... 54.231.49.96 > Connecting to bbuseruploads.s3.amazonaws.com > (bbuseruploads.s3.amazonaws.com)|54.231.49.96|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: 27872250 (27M) [application/x-tar] > Saving to: ?pypy-2.6.1-linux_x86_64-portable.tar.bz2? > > pypy-2.6.1-linux_x86_64-portable.tar.bz2 > 100%[==============================================================================================================>] > 26,58M 613KB/s in 40s > > 2015-10-04 10:45:18 (682 KB/s) - > ?pypy-2.6.1-linux_x86_64-portable.tar.bz2? saved [27872250/27872250] > > $ wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_i686-portable.tar.bz2 > --2015-10-04 10:45:25-- > https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_i686-portable.tar.bz2 > Resolving bitbucket.org (bitbucket.org)... 131.103.20.167, 131.103.20.168 > Connecting to bitbucket.org (bitbucket.org)|131.103.20.167|:443... connected. > HTTP request sent, awaiting response... 302 FOUND > Location: https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/b4b855f6-21a9-430e-bdce-e5df2650dab7/pypy-2.6.1-linux_i686-portable.tar.bz2?Signature=%2Bq5D%2Fs%2BtpBmHZVxMS%2FZctxgnUMs%3D&Expires=1443950128&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_i686-portable.tar.bz2%22 > [following] > --2015-10-04 10:45:26-- > https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/b4b855f6-21a9-430e-bdce-e5df2650dab7/pypy-2.6.1-linux_i686-portable.tar.bz2?Signature=%2Bq5D%2Fs%2BtpBmHZVxMS%2FZctxgnUMs%3D&Expires=1443950128&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_i686-portable.tar.bz2%22 > Resolving bbuseruploads.s3.amazonaws.com > (bbuseruploads.s3.amazonaws.com)... 54.231.96.113 > Connecting to bbuseruploads.s3.amazonaws.com > (bbuseruploads.s3.amazonaws.com)|54.231.96.113|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: 26274225 (25M) [application/x-tar] > Saving to: ?pypy-2.6.1-linux_i686-portable.tar.bz2? > > pypy-2.6.1-linux_i686-portable.tar.bz2 > 100%[==============================================================================================================>] > 25,06M 549KB/s in 46s > > 2015-10-04 10:46:12 (564 KB/s) - > ?pypy-2.6.1-linux_i686-portable.tar.bz2? saved [26274225/26274225] > > $ md5sum pypy*bz2 > d58ebc8eeb4506e8512c3f3ebaadf7f5 pypy-2.6.1-linux_i686-portable.tar.bz2 > 5716cc4ac31b7fb32cf271c6400cf8a5 pypy-2.6.1-linux_x86_64-portable.tar.bz2 > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > Strange... I getting the same both with sbopkg and wget: HTTP request sent, awaiting response... 302 FOUND Location: https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/000e3edc-7839-40e9-bf3d-9302e284a03d/pypy-2.6.1-linux_x86_64-portable.tar.bz2?Signature=d9UOpUilv%2BV29sS71jwwBtpe5ZA%3D&Expires=1443949125&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_x86_64-portable.tar.bz2%22 [following] 20 redirections exceeded. pypy: 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?: I will check from another location... From hostmaster at slackonly.com Sun Oct 4 09:03:43 2015 From: hostmaster at slackonly.com (Panagiotis Nikolaou) Date: Sun, 4 Oct 2015 12:03:43 +0300 Subject: [Slackbuilds-users] pypy In-Reply-To: References: <5610E49E.1090207@slackonly.com> Message-ID: <5610EB6F.8040102@slackonly.com> On 10/04/2015 11:47 AM, Matteo Bernardini wrote: > 2015-10-04 10:34 GMT+02:00 Panagiotis Nikolaou : >> Hi!, >> wget and curl fails to download pypy source... >> From browser working as expected. > $ wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_x86_64-portable.tar.bz2 > --2015-10-04 10:44:36-- > https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_x86_64-portable.tar.bz2 > Resolving bitbucket.org (bitbucket.org)... 131.103.20.168, 131.103.20.167 > Connecting to bitbucket.org (bitbucket.org)|131.103.20.168|:443... connected. > HTTP request sent, awaiting response... 302 FOUND > Location: https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/000e3edc-7839-40e9-bf3d-9302e284a03d/pypy-2.6.1-linux_x86_64-portable.tar.bz2?Signature=d9UOpUilv%2BV29sS71jwwBtpe5ZA%3D&Expires=1443949125&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_x86_64-portable.tar.bz2%22 > [following] > --2015-10-04 10:44:37-- > https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/000e3edc-7839-40e9-bf3d-9302e284a03d/pypy-2.6.1-linux_x86_64-portable.tar.bz2?Signature=d9UOpUilv%2BV29sS71jwwBtpe5ZA%3D&Expires=1443949125&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_x86_64-portable.tar.bz2%22 > Resolving bbuseruploads.s3.amazonaws.com > (bbuseruploads.s3.amazonaws.com)... 54.231.49.96 > Connecting to bbuseruploads.s3.amazonaws.com > (bbuseruploads.s3.amazonaws.com)|54.231.49.96|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: 27872250 (27M) [application/x-tar] > Saving to: ?pypy-2.6.1-linux_x86_64-portable.tar.bz2? > > pypy-2.6.1-linux_x86_64-portable.tar.bz2 > 100%[==============================================================================================================>] > 26,58M 613KB/s in 40s > > 2015-10-04 10:45:18 (682 KB/s) - > ?pypy-2.6.1-linux_x86_64-portable.tar.bz2? saved [27872250/27872250] > > $ wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_i686-portable.tar.bz2 > --2015-10-04 10:45:25-- > https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_i686-portable.tar.bz2 > Resolving bitbucket.org (bitbucket.org)... 131.103.20.167, 131.103.20.168 > Connecting to bitbucket.org (bitbucket.org)|131.103.20.167|:443... connected. > HTTP request sent, awaiting response... 302 FOUND > Location: https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/b4b855f6-21a9-430e-bdce-e5df2650dab7/pypy-2.6.1-linux_i686-portable.tar.bz2?Signature=%2Bq5D%2Fs%2BtpBmHZVxMS%2FZctxgnUMs%3D&Expires=1443950128&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_i686-portable.tar.bz2%22 > [following] > --2015-10-04 10:45:26-- > https://bbuseruploads.s3.amazonaws.com/140b7b14-aa94-424e-b191-9cd3438381f7/downloads/b4b855f6-21a9-430e-bdce-e5df2650dab7/pypy-2.6.1-linux_i686-portable.tar.bz2?Signature=%2Bq5D%2Fs%2BtpBmHZVxMS%2FZctxgnUMs%3D&Expires=1443950128&AWSAccessKeyId=0EMWEFSGA12Z1HF1TZ82&response-content-disposition=attachment%3B%20filename%3D%22pypy-2.6.1-linux_i686-portable.tar.bz2%22 > Resolving bbuseruploads.s3.amazonaws.com > (bbuseruploads.s3.amazonaws.com)... 54.231.96.113 > Connecting to bbuseruploads.s3.amazonaws.com > (bbuseruploads.s3.amazonaws.com)|54.231.96.113|:443... connected. > HTTP request sent, awaiting response... 200 OK > Length: 26274225 (25M) [application/x-tar] > Saving to: ?pypy-2.6.1-linux_i686-portable.tar.bz2? > > pypy-2.6.1-linux_i686-portable.tar.bz2 > 100%[==============================================================================================================>] > 25,06M 549KB/s in 46s > > 2015-10-04 10:46:12 (564 KB/s) - > ?pypy-2.6.1-linux_i686-portable.tar.bz2? saved [26274225/26274225] > > $ md5sum pypy*bz2 > d58ebc8eeb4506e8512c3f3ebaadf7f5 pypy-2.6.1-linux_i686-portable.tar.bz2 > 5716cc4ac31b7fb32cf271c6400cf8a5 pypy-2.6.1-linux_x86_64-portable.tar.bz2 > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > Matteo you have wright this is happened only from my home ip... Fore some reason i am not able to download with wget.... I receive repeatedly in every mirror: HTTP request sent, awaiting response... 403 Forbidden. Seams from some reason maybe have block my ip (i have static ip). Sorry for false alarm :) From chris.willing at iinet.net.au Sun Oct 4 12:46:44 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Sun, 4 Oct 2015 22:46:44 +1000 Subject: [Slackbuilds-users] qwt update Message-ID: <56111FB4.9040204@iinet.net.au> The version used in the SlackBuild for libraries/qwt is quite old (submitted Jan., 2009) and would be more useful if updated to the latest version (6.1.2 was released Dec., 2014). Over a week ago, I contacted the maintainer listed in the info file over about an update but have received no reply. Since I have a use for the up to date version of qwt, I'd like to take over maintenance of its SlackBuild. Provided no one has any objection or wants to maintain it themselves, I have an updated SlackBuild ready which I'll submit sometime in the next few days. Two other SBo SlackBuilds depend on qwt. First is misc/zyGrib which I built and tested using the new qwt version. There appears to be no impact on the zyGrib SlackBuild when built with the updated qwt. However for qgis, an additional SlackBuild for 'qwtpolar' will be required to replace the quite old private version of qwtpolar contained in the qgis source tarball (since it is incompatible with the up to date qwt). Fortunately qgis configuration facilitates the use of external qwtpolar (which I'll email the qgis maintainer about by separate email) and, to enable this to work, I've prepared a new SlackBuild for qwtpolar which I'll submit at the same time as the updated SlackBuild for qwt. I've built and tested qgis with the new qwt & qwtpolar combination and it all seems to work fine. Any other thoughts about this? chris From fernando.lopezjr at gmail.com Sun Oct 4 20:18:27 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Sun, 4 Oct 2015 14:18:27 -0600 Subject: [Slackbuilds-users] robomongo not compiling. Message-ID: Found robomongo-0.8.4-x86_64.tar.gz in /var/cache/sbopkg. Checking MD5SUM: MD5SUM check for robomongo-0.8.4-x86_64.tar.gz ... OK Building package for robomongo... tar: /var/lib/sbopkg/SBo/14.1/development/robomongo/robomongo-0.8.4-.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From slackbuilds at jaxartes.net Sun Oct 4 21:44:02 2015 From: slackbuilds at jaxartes.net (Benjamin Trigona-Harany) Date: Sun, 04 Oct 2015 14:44:02 -0700 Subject: [Slackbuilds-users] qwt update In-Reply-To: <56111FB4.9040204@iinet.net.au> References: <56111FB4.9040204@iinet.net.au> Message-ID: <3752205.QNp3iT6UcF@wintermute> On October 4, 2015 22:46:44 Christoph Willing wrote: > However for qgis, an additional SlackBuild for 'qwtpolar' will be > required to replace the quite old private version of qwtpolar contained > in the qgis source tarball (since it is incompatible with the up to date > qwt). Fortunately qgis configuration facilitates the use of external > qwtpolar (which I'll email the qgis maintainer about by separate email) > and, to enable this to work, I've prepared a new SlackBuild for qwtpolar > which I'll submit at the same time as the updated SlackBuild for qwt. > I've built and tested qgis with the new qwt & qwtpolar combination and > it all seems to work fine. Can you post the new qwt and qwtpolar SlackBuilds here prior to submitting them? I can then test against QGIS and submit an update in conjunction. Thanks, Ben From yalhcru at gmail.com Sun Oct 4 21:48:20 2015 From: yalhcru at gmail.com (B Watson) Date: Sun, 4 Oct 2015 17:48:20 -0400 Subject: [Slackbuilds-users] robomongo not compiling. In-Reply-To: References: Message-ID: On 10/4/15, Fernando Lopez wrote: > Found robomongo-0.8.4-x86_64.tar.gz in /var/cache/sbopkg. > Checking MD5SUM: > MD5SUM check for robomongo-0.8.4-x86_64.tar.gz ... OK > Building package for robomongo... > tar: > /var/lib/sbopkg/SBo/14.1/development/robomongo/robomongo-0.8.4-.tar.gz: > Cannot open: No such file or directory > tar: Error is not recoverable: exiting now Confirmed here, the trouble seems to be: if [ -z "$ARCH" ]; then case "$( uname -m )" in x86_64) ANAME=x86_64 ARCH=$( uname -m ) LIB=lib64 ;; i?86) ARCH=i686 ANAME=i386 LIB=lib ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac fi The [ -z "$ARCH" ] test fails and ANAME never gets set, if ARCH was already set in the environment (which it will be, if you're using sbopkg). Temporary workaround is to set ANAME=x86_64 or ANAME=i386 in the environment. From agianson at gmail.com Sun Oct 4 22:10:19 2015 From: agianson at gmail.com (Alan Ianson) Date: Sun, 4 Oct 2015 15:10:19 -0700 Subject: [Slackbuilds-users] HandBrake ? In-Reply-To: <20151003213906.GA2541@MyPC.phub.net.cable.rogers.com> References: <560FEE39.9020404@microlinux.fr> <20151003094134.57022840@slackware64.trmb.ca> <20151003213906.GA2541@MyPC.phub.net.cable.rogers.com> Message-ID: <20151004151019.345e8b42@slackware64.trmb.ca> On Sat, 3 Oct 2015 17:39:06 -0400 T3slider wrote: > On Sat, Oct 03, 2015 at 09:41:34AM -0700, Alan Ianson wrote: > > Opps. I read handbrake but was thinking makemkv. Sorry about > > that. :) > > And regarding MakeMKV, the beta code you can find cached doesn't seem > to work and you can't buy it with the site down, so there is no point > in updating the source links for now. Just have to hope it comes > back... Looks like the makemkv website is back online, and there is a new update there.. you have work to do.. :) From chris.willing at iinet.net.au Sun Oct 4 22:18:25 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Mon, 5 Oct 2015 08:18:25 +1000 Subject: [Slackbuilds-users] qwt update In-Reply-To: <3752205.QNp3iT6UcF@wintermute> References: <56111FB4.9040204@iinet.net.au> <3752205.QNp3iT6UcF@wintermute> Message-ID: <5611A5B1.6070102@iinet.net.au> On 05/10/15 07:44, Benjamin Trigona-Harany wrote: > On October 4, 2015 22:46:44 Christoph Willing wrote: >> However for qgis, an additional SlackBuild for 'qwtpolar' will be >> required to replace the quite old private version of qwtpolar contained >> in the qgis source tarball (since it is incompatible with the up to date >> qwt). Fortunately qgis configuration facilitates the use of external >> qwtpolar (which I'll email the qgis maintainer about by separate email) >> and, to enable this to work, I've prepared a new SlackBuild for qwtpolar >> which I'll submit at the same time as the updated SlackBuild for qwt. >> I've built and tested qgis with the new qwt & qwtpolar combination and >> it all seems to work fine. > > Can you post the new qwt and qwtpolar SlackBuilds here prior to submitting > them? I can then test against QGIS and submit an update in conjunction. Yes, will do. I was reminded that implications for other SlackBuilds which _optionally_ require qwt also need to be checked - I'll work through those today and send you the final qwt & qwtpolar SlackBuilds before I do a formal submission. chris From t3slider at gmail.com Sun Oct 4 23:27:00 2015 From: t3slider at gmail.com (T3slider) Date: Sun, 4 Oct 2015 19:27:00 -0400 Subject: [Slackbuilds-users] HandBrake ? In-Reply-To: <20151004151019.345e8b42@slackware64.trmb.ca> References: <560FEE39.9020404@microlinux.fr> <20151003094134.57022840@slackware64.trmb.ca> <20151003213906.GA2541@MyPC.phub.net.cable.rogers.com> <20151004151019.345e8b42@slackware64.trmb.ca> Message-ID: <20151004232700.GA3135@MyPC.phub.net.cable.rogers.com> On Sun, Oct 04, 2015 at 03:10:19PM -0700, Alan Ianson wrote: > Looks like the makemkv website is back online, and there is a new > update there.. you have work to do.. :) Already done (check pending). ;) From fernando.lopezjr at gmail.com Mon Oct 5 02:05:58 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Sun, 4 Oct 2015 20:05:58 -0600 Subject: [Slackbuilds-users] robomongo not compiling. In-Reply-To: References: Message-ID: that did it. thanks. On Sun, Oct 4, 2015 at 3:48 PM, B Watson wrote: > On 10/4/15, Fernando Lopez wrote: > > Found robomongo-0.8.4-x86_64.tar.gz in /var/cache/sbopkg. > > Checking MD5SUM: > > MD5SUM check for robomongo-0.8.4-x86_64.tar.gz ... OK > > Building package for robomongo... > > tar: > > /var/lib/sbopkg/SBo/14.1/development/robomongo/robomongo-0.8.4-.tar.gz: > > Cannot open: No such file or directory > > tar: Error is not recoverable: exiting now > > Confirmed here, the trouble seems to be: > > if [ -z "$ARCH" ]; then > case "$( uname -m )" in > x86_64) > ANAME=x86_64 > ARCH=$( uname -m ) > LIB=lib64 > ;; > i?86) > ARCH=i686 > ANAME=i386 > LIB=lib > ;; > arm*) ARCH=arm ;; > *) ARCH=$( uname -m ) ;; > esac > fi > > The [ -z "$ARCH" ] test fails and ANAME never gets set, if ARCH was > already set in the environment (which it will be, if you're using sbopkg). > > Temporary workaround is to set ANAME=x86_64 or ANAME=i386 in the > environment. > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From miguel at thedeanda.com Mon Oct 5 02:11:20 2015 From: miguel at thedeanda.com (Miguel De Anda) Date: Sun, 4 Oct 2015 19:11:20 -0700 Subject: [Slackbuilds-users] robomongo not compiling. In-Reply-To: References: Message-ID: I'll fix it. I've been working on updating it so it actually compiles the code too but I haven't had a chance to test it On Oct 4, 2015 7:06 PM, "Fernando Lopez" wrote: > that did it. thanks. > > On Sun, Oct 4, 2015 at 3:48 PM, B Watson wrote: > >> On 10/4/15, Fernando Lopez wrote: >> > Found robomongo-0.8.4-x86_64.tar.gz in /var/cache/sbopkg. >> > Checking MD5SUM: >> > MD5SUM check for robomongo-0.8.4-x86_64.tar.gz ... OK >> > Building package for robomongo... >> > tar: >> > /var/lib/sbopkg/SBo/14.1/development/robomongo/robomongo-0.8.4-.tar.gz: >> > Cannot open: No such file or directory >> > tar: Error is not recoverable: exiting now >> >> Confirmed here, the trouble seems to be: >> >> if [ -z "$ARCH" ]; then >> case "$( uname -m )" in >> x86_64) >> ANAME=x86_64 >> ARCH=$( uname -m ) >> LIB=lib64 >> ;; >> i?86) >> ARCH=i686 >> ANAME=i386 >> LIB=lib >> ;; >> arm*) ARCH=arm ;; >> *) ARCH=$( uname -m ) ;; >> esac >> fi >> >> The [ -z "$ARCH" ] test fails and ANAME never gets set, if ARCH was >> already set in the environment (which it will be, if you're using sbopkg). >> >> Temporary workaround is to set ANAME=x86_64 or ANAME=i386 in the >> environment. >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - http://slackbuilds.org/faq/ >> >> > > > -- > > ------------ > Regards, > Fernando Lopez Jr. > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.willing at iinet.net.au Mon Oct 5 03:23:59 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Mon, 5 Oct 2015 13:23:59 +1000 Subject: [Slackbuilds-users] qwt update In-Reply-To: <5611A5B1.6070102@iinet.net.au> References: <56111FB4.9040204@iinet.net.au> <3752205.QNp3iT6UcF@wintermute> <5611A5B1.6070102@iinet.net.au> Message-ID: <5611ED4F.4000001@iinet.net.au> On 05/10/15 08:18, Christoph Willing wrote: > On 05/10/15 07:44, Benjamin Trigona-Harany wrote: >> On October 4, 2015 22:46:44 Christoph Willing wrote: >>> However for qgis, an additional SlackBuild for 'qwtpolar' will be >>> required to replace the quite old private version of qwtpolar contained >>> in the qgis source tarball (since it is incompatible with the up to date >>> qwt). Fortunately qgis configuration facilitates the use of external >>> qwtpolar (which I'll email the qgis maintainer about by separate email) >>> and, to enable this to work, I've prepared a new SlackBuild for qwtpolar >>> which I'll submit at the same time as the updated SlackBuild for qwt. >>> I've built and tested qgis with the new qwt & qwtpolar combination and >>> it all seems to work fine. >> >> Can you post the new qwt and qwtpolar SlackBuilds here prior to >> submitting >> them? I can then test against QGIS and submit an update in conjunction. > > Yes, will do. The qwt & qwtpolar SlackBuilds are attached for testing prior to submission. To incorporate the changes, the qgis.info file should name qwtpolar instead of qwt in the REQUIRES line (qwtpolar already REQUIRES qwt); in the qgis.SlackBuild, configure to use external qwtpolar and give location of the qwtpolar include directory by adding: -DWITH_INTERNAL_QWTPOLAR="off" \ -DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \ > I was reminded that implications for other SlackBuilds > which _optionally_ require qwt also need to be checked - I'll work > through those today For those interested, the SlackBuilds which have qwt as an optional build dependency are ophcrack and gnuradio. AFAICS this proposed qwt update has no effect on either of these (although for different reasons). In fact ophcrack, which REQUIRES qwt when the build environment has GRAPH=yes, doesn't even build with the existing qwt version so updating qwt has no effect on ophcrack. An even older qwt in the 5.x.x series is required for ophcrack to build with GRAPH=yes. The SlackBuild for gnuradio builds just fine with the updated qwt version. No particular options need to be set; if qwt is installed at build time, it is detected and (presumably) used. I say 'presumably' because I'm unsure how to test the runtime. Does anyone else know how to run gnuradio and perhaps test this more thoroughly? chris -------------- next part -------------- A non-text attachment was scrubbed... Name: qwt.tar.gz Type: application/gzip Size: 3026 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: qwtpolar.tar.gz Type: application/gzip Size: 3347 bytes Desc: not available URL: -------------- next part -------------- diff --git a/gis/qgis/qgis.SlackBuild b/gis/qgis/qgis.SlackBuild index 0cdd36a..24473a3 100644 --- a/gis/qgis/qgis.SlackBuild +++ b/gis/qgis/qgis.SlackBuild @@ -89,6 +89,8 @@ cmake . \ -DQGIS_LIB_SUBDIR=lib${LIBDIRSUFFIX} \ -DQGIS_LIBEXEC_SUBDIR=lib${LIBDIRSUFFIX}/qgis \ -DQGIS_PLUGIN_SUBDIR=lib${LIBDIRSUFFIX}/qgis \ + -DWITH_INTERNAL_QWTPOLAR="off" \ + -DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \ $WITHSERVER \ $WITHGRASS diff --git a/gis/qgis/qgis.info b/gis/qgis/qgis.info index a6b8be5..f4104b3 100644 --- a/gis/qgis/qgis.info +++ b/gis/qgis/qgis.info @@ -5,6 +5,6 @@ DOWNLOAD="http://qgis.org/downloads/qgis-2.10.1.tar.bz2" MD5SUM="8d719b6013ba0e2adb9a2dd642e9e9c5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gdal libspatialindex libspatialite numpy psycopg2 qwt" +REQUIRES="gdal libspatialindex libspatialite numpy psycopg2 qwtpolar" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds at jaxartes.net" From slackbuilds at jaxartes.net Mon Oct 5 04:19:51 2015 From: slackbuilds at jaxartes.net (Benjamin Trigona-Harany) Date: Sun, 04 Oct 2015 21:19:51 -0700 Subject: [Slackbuilds-users] qwt update In-Reply-To: <5611ED4F.4000001@iinet.net.au> References: <56111FB4.9040204@iinet.net.au> <5611A5B1.6070102@iinet.net.au> <5611ED4F.4000001@iinet.net.au> Message-ID: <41259248.Mo1x7QVSSk@wintermute> On October 5, 2015 13:23:59 Christoph Willing wrote: > The qwt & qwtpolar SlackBuilds are attached for testing prior to > submission. To incorporate the changes, the qgis.info file should name > qwtpolar instead of qwt in the REQUIRES line (qwtpolar already REQUIRES > qwt); in the qgis.SlackBuild, configure to use external qwtpolar and > give location of the qwtpolar include directory by adding: > -DWITH_INTERNAL_QWTPOLAR="off" \ > -DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \ QGIS update pushed to git. Thanks, Ben From willysr at slackbuilds.org Mon Oct 5 04:39:43 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 5 Oct 2015 11:39:43 +0700 Subject: [Slackbuilds-users] qwt update In-Reply-To: <41259248.Mo1x7QVSSk@wintermute> References: <56111FB4.9040204@iinet.net.au> <5611A5B1.6070102@iinet.net.au> <5611ED4F.4000001@iinet.net.au> <41259248.Mo1x7QVSSk@wintermute> Message-ID: <5611FF0F.7090105@slackbuilds.org> >> The qwt & qwtpolar SlackBuilds are attached for testing prior to >> submission. To incorporate the changes, the qgis.info file should >> name qwtpolar instead of qwt in the REQUIRES line (qwtpolar >> already REQUIRES qwt); in the qgis.SlackBuild, configure to use >> external qwtpolar and give location of the qwtpolar include >> directory by adding: -DWITH_INTERNAL_QWTPOLAR="off" \ >> -DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \ > > QGIS update pushed to git. i couldn't find qwt-polar so it will result a broken build also, if qwt-polar is added, please remove qwt in qgis.info since it's a second level dep Thanks -- Willy Sudiarto Raharjo From slackbuilds at jaxartes.net Mon Oct 5 04:42:27 2015 From: slackbuilds at jaxartes.net (Benjamin Trigona-Harany) Date: Sun, 04 Oct 2015 21:42:27 -0700 Subject: [Slackbuilds-users] qwt update In-Reply-To: <5611FF0F.7090105@slackbuilds.org> References: <56111FB4.9040204@iinet.net.au> <41259248.Mo1x7QVSSk@wintermute> <5611FF0F.7090105@slackbuilds.org> Message-ID: <3456162.LyPPyo6Abv@wintermute> On October 5, 2015 11:39:43 Willy Sudiarto Raharjo wrote: > i couldn't find qwt-polar so it will result a broken build > also, if qwt-polar is added, please remove qwt in qgis.info since it's > a second level dep Christoph Willing is going to be adding it. From willysr at slackbuilds.org Mon Oct 5 04:42:36 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 5 Oct 2015 11:42:36 +0700 Subject: [Slackbuilds-users] qwt update In-Reply-To: <5611FF0F.7090105@slackbuilds.org> References: <56111FB4.9040204@iinet.net.au> <5611A5B1.6070102@iinet.net.au> <5611ED4F.4000001@iinet.net.au> <41259248.Mo1x7QVSSk@wintermute> <5611FF0F.7090105@slackbuilds.org> Message-ID: <5611FFBC.8080705@slackbuilds.org> >>> The qwt & qwtpolar SlackBuilds are attached for testing prior >>> to submission. To incorporate the changes, the qgis.info file >>> should name qwtpolar instead of qwt in the REQUIRES line >>> (qwtpolar already REQUIRES qwt); in the qgis.SlackBuild, >>> configure to use external qwtpolar and give location of the >>> qwtpolar include directory by adding: >>> -DWITH_INTERNAL_QWTPOLAR="off" \ >>> -DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \ >> >> QGIS update pushed to git. > > i couldn't find qwt-polar so it will result a broken build also, > if qwt-polar is added, please remove qwt in qgis.info since it's a > second level dep now i saw it on pending (just submitted by Christoph), but still it's a different name (qwtpolar and qwt-polar) -- Willy Sudiarto Raharjo From chris.willing at iinet.net.au Mon Oct 5 04:44:38 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Mon, 5 Oct 2015 14:44:38 +1000 Subject: [Slackbuilds-users] qwt update In-Reply-To: <5611FF0F.7090105@slackbuilds.org> References: <56111FB4.9040204@iinet.net.au> <5611A5B1.6070102@iinet.net.au> <5611ED4F.4000001@iinet.net.au> <41259248.Mo1x7QVSSk@wintermute> <5611FF0F.7090105@slackbuilds.org> Message-ID: <56120036.5050106@iinet.net.au> On 05/10/15 14:39, Willy Sudiarto Raharjo wrote: >>> The qwt & qwtpolar SlackBuilds are attached for testing prior to >>> submission. To incorporate the changes, the qgis.info file should >>> name qwtpolar instead of qwt in the REQUIRES line (qwtpolar >>> already REQUIRES qwt); in the qgis.SlackBuild, configure to use >>> external qwtpolar and give location of the qwtpolar include >>> directory by adding: -DWITH_INTERNAL_QWTPOLAR="off" \ >>> -DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \ >> >> QGIS update pushed to git. > > i couldn't find qwt-polar so it will result a broken build > also, if qwt-polar is added, please remove qwt in qgis.info since it's > a second level dep New SlackBuilds for qwt & qwtpolar have just been submitted. NB. the package name is qwtpolar (no hyphen). chris From willysr at slackbuilds.org Mon Oct 5 10:20:36 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 5 Oct 2015 17:20:36 +0700 Subject: [Slackbuilds-users] robomongo not compiling. In-Reply-To: References: Message-ID: <56124EF4.6010909@slackbuilds.org> > I'll fix it. I've been working on updating it so it actually compiles the > code too but I haven't had a chance to test it try this: http://slackbuilds.org/cgit/slackbuilds/commit/?h=willysr&id=8953df07cc36096d3dac1225b9a61eeaae4c57c6 -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From richard at aaazen.com Mon Oct 5 15:46:18 2015 From: richard at aaazen.com (Richard) Date: Mon, 5 Oct 2015 08:46:18 -0700 (PDT) Subject: [Slackbuilds-users] OpenSMTPd build failure In-Reply-To: <20151003174710.131840f5e04fe714bedaaad2@ukr.net> References: <20151003174710.131840f5e04fe714bedaaad2@ukr.net> Message-ID: On Sat, 3 Oct 2015, Andrew wrote: > opensmtpd 5.7.2 fails to build here. > > ... > /bin/sh ../../ylwrap ../../smtpd/parse.y y.tab.c ../../smtpd/parse.c y.tab.h `echo ../../smtpd/parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output ../../smtpd/parse.output -- bison -y > gcc -DHAVE_CONFIG_H -I. -I../.. -I../../smtpd -I../../openbsd-compat -I. -I/usr/include -DSMTPD_CONFDIR=\"/etc/opensmtpd\" -DPATH_CHROOT=\"/var/empty\" -DPATH_SMTPCTL=\"/usr/sbin/smtpctl\" -DPATH_MAILLOCAL=\"/usr/libexec/opensmtpd/mail.local\" -DPATH_LIBEXEC=\"/usr/libexec/opensmtpd\" -DHAVE_CONFIG_H -DIO_SSL -DCA_FILE=\"/etc/ssl/certs/ca-certificates.crt\" -O2 -march=i486 -mtune=i686 -fstack-protector -fPIC -DPIC -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -D_GNU_SOURCE -DNEED_EVENT_ASR_RUN -c -o ../../smtpd/smtpd-parse.o `test -f '../../smtpd/parse.c' || echo './'`../../smtpd/parse.c > ../../smtpd/parse.c:291:6: error: redeclaration of enumerator 'ERROR' > ERROR = 293, > ^ > In file included from /usr/include/util.h:56:0, > from ../../smtpd/parse.y:58: > /usr/include/define.h:69:8: note: previous definition of 'ERROR' was here > enum { ERROR = -1, AOK = 0 }; > ^ > make[3]: *** [../../smtpd/smtpd-parse.o] Error 1 > make[3]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1/mk/smtpd' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1/mk' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/tmp/AndDT/opensmtpd-5.7.2p1' > make: *** [all] Error 2 > This is resolved. It was caused by the /usr/include/util.h file from the iat package from Alien Bob. (/usr/include/util.h is an OpenBSD system file...) Alien Bob updated the iat package to not install any include files: http://www.slackware.com/~alien/slackbuilds/iat/ Thanks again Alien Bob! Richard Narron From miguel at thedeanda.com Tue Oct 6 05:02:34 2015 From: miguel at thedeanda.com (Miguel De Anda) Date: Mon, 5 Oct 2015 22:02:34 -0700 Subject: [Slackbuilds-users] robomongo not compiling. In-Reply-To: <56124EF4.6010909@slackbuilds.org> References: <56124EF4.6010909@slackbuilds.org> Message-ID: that fix works for me. i don't have a way to test x86 currently and since its a binary repackage, it won't really work with arm or others (maybe it should fail in the script instead of trying to continue?). willy: you want me to resubmit or do you just want to apply that patch? -- i'm looking at getting it to build from source now since this was on my todo list for awhile now. On Mon, Oct 5, 2015 at 3:20 AM, Willy Sudiarto Raharjo wrote: >> I'll fix it. I've been working on updating it so it actually compiles the >> code too but I haven't had a chance to test it > > try this: > http://slackbuilds.org/cgit/slackbuilds/commit/?h=willysr&id=8953df07cc36096d3dac1225b9a61eeaae4c57c6 > > > -- > Willy Sudiarto Raharjo > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > From willysr at slackbuilds.org Tue Oct 6 05:06:47 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Tue, 6 Oct 2015 12:06:47 +0700 Subject: [Slackbuilds-users] robomongo not compiling. In-Reply-To: References: <56124EF4.6010909@slackbuilds.org> Message-ID: <561356E7.9030003@slackbuilds.org> > that fix works for me. i don't have a way to test x86 currently and > since its a binary repackage, it won't really work with arm or others > (maybe it should fail in the script instead of trying to continue?). > > willy: you want me to resubmit or do you just want to apply that patch? it's already on my branch :) if you have any other update, send it to me and i will apply that as well -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From miguel at thedeanda.com Wed Oct 7 04:12:01 2015 From: miguel at thedeanda.com (Miguel De Anda) Date: Tue, 6 Oct 2015 21:12:01 -0700 Subject: [Slackbuilds-users] robomongo Message-ID: i've started the new buildscript based on the cmake template but i've run into a bit of a issue. the make install DESTDIR line seems to install to $PKG/$PKG for some reason. has anybody else using cmake in a slackbuild run into this? i'm not sure if its a problem of the cmake template script or if i should dig into robomongo's configuration. this is my current slackbuild: https://github.com/mdeanda/slackbuilds/blob/53eb617da586c63cf45483e95615271fd22739de/development/robomongo/robomongo.SlackBuild see line 88 in particular. if i run the steps manually i get the same issue. -m From baildon.research at googlemail.com Wed Oct 7 06:39:00 2015 From: baildon.research at googlemail.com (David Spencer) Date: Wed, 7 Oct 2015 07:39:00 +0100 Subject: [Slackbuilds-users] robomongo In-Reply-To: References: Message-ID: > i've started the new buildscript based on the cmake template but i've > run into a bit of a issue. the make install DESTDIR line seems to > install to $PKG/$PKG for some reason. Pretty sure that's broken upstream. For example, Arch has a workround: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=robomongo -D. From miguel at thedeanda.com Wed Oct 7 14:38:08 2015 From: miguel at thedeanda.com (Miguel De Anda) Date: Wed, 7 Oct 2015 07:38:08 -0700 Subject: [Slackbuilds-users] robomongo In-Reply-To: References: Message-ID: Ahh thanks. I started doing something similar last night. On Oct 6, 2015 11:39 PM, "David Spencer" wrote: > > i've started the new buildscript based on the cmake template but i've > > run into a bit of a issue. the make install DESTDIR line seems to > > install to $PKG/$PKG for some reason. > > Pretty sure that's broken upstream. For example, Arch has a workround: > https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=robomongo > > -D. > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thedoogster at gmail.com Wed Oct 7 20:53:25 2015 From: thedoogster at gmail.com (Doogster) Date: Wed, 7 Oct 2015 13:53:25 -0700 Subject: [Slackbuilds-users] VBAM ownership on offer Message-ID: Would anyone like to take over ownership of the VBAM SlackBuild? I will never use VBAM again (RetroArch and mGBA have replaced it for me), and the SlackBuild would probably do better in the hands of someone who does use it. -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnga1 at mindspring.com Thu Oct 8 05:27:49 2015 From: johnga1 at mindspring.com (J E Garrott Sr) Date: Wed, 7 Oct 2015 22:27:49 -0700 Subject: [Slackbuilds-users] FreeBASIC Message-ID: <5615FED5.6070702@mindspring.com> The SlackBuild for FreeBASIC does not seem to work on my Slackware64 system. When the package is made and installed, fbc cannot find the libraries. It looks for them in /usr/lib instead of /usr/lib64. I made my own package (by hand, guess, and bygolly) :) I got it to work, then compiled and built a new package. It still put the libs in /usr/lib, but this time the path was /usr/lib/freebasic/linux-x86_64. So far I haven't come up with a fix for the current SlackBuild, but thought I'd give a "head's up". Might save the next one to try it some trouble. John From kingbeowulf at gmail.com Thu Oct 8 05:53:43 2015 From: kingbeowulf at gmail.com (King Beowulf) Date: Wed, 7 Oct 2015 22:53:43 -0700 Subject: [Slackbuilds-users] FreeBASIC In-Reply-To: <5615FED5.6070702@mindspring.com> References: <5615FED5.6070702@mindspring.com> Message-ID: <561604E7.5080301@gmail.com> On 10/07/2015 10:27 PM, J E Garrott Sr wrote: > The SlackBuild for FreeBASIC does not seem to work on my Slackware64 > system. When the package is made and installed, fbc cannot find the > libraries. It looks for them in /usr/lib instead of /usr/lib64. > > I made my own package (by hand, guess, and bygolly) :) I got it to > work, then > compiled and built a new package. It still put the libs in /usr/lib, > but this time > the path was /usr/lib/freebasic/linux-x86_64. > > So far I haven't come up with a fix for the current SlackBuild, but > thought I'd > give a "head's up". Might save the next one to try it some trouble. > > John Works fine as-is here. The freebasic.SlackBuild just repackages the binary files; there is no compiling. Are you certain you downloaded the x86_64 version and not the x86 version for Slackware64? Are you running multilib and got that scrambled? -Ed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From johnga1 at mindspring.com Thu Oct 8 06:05:59 2015 From: johnga1 at mindspring.com (J. E. Garrott Sr) Date: Wed, 7 Oct 2015 23:05:59 -0700 (GMT-07:00) Subject: [Slackbuilds-users] FreeBASIC Message-ID: <17326020.1444284359993.JavaMail.root@elwamui-little.atl.sa.earthlink.net> -----Original Message----- >From: King Beowulf >Sent: Oct 7, 2015 10:53 PM >To: slackbuilds-users at slackbuilds.org >Subject: Re: [Slackbuilds-users] FreeBASIC > >On 10/07/2015 10:27 PM, J E Garrott Sr wrote: >> The SlackBuild for FreeBASIC does not seem to work on my Slackware64 >> system. When the package is made and installed, fbc cannot find the >> libraries. It looks for them in /usr/lib instead of /usr/lib64. >> >> I made my own package (by hand, guess, and bygolly) :) I got it to >> work, then >> compiled and built a new package. It still put the libs in /usr/lib, >> but this time >> the path was /usr/lib/freebasic/linux-x86_64. >> >> So far I haven't come up with a fix for the current SlackBuild, but >> thought I'd >> give a "head's up". Might save the next one to try it some trouble. >> >> John > >Works fine as-is here. > >The freebasic.SlackBuild just repackages the binary files; there is no >compiling. Are you certain you downloaded the x86_64 version and not >the x86 version for Slackware64? > >Are you running multilib and got that scrambled? > >-Ed > > Nope, straight 64 bit. I thought maybe I had done that, but I downloaded the files again. Same result. I then went to the FreeBASIC site and downloaded the 64 bit version from there. Still no joy. I only got it to run when I played with their install.sh (prefix=/usr make; prefix=package_dir/usr make install). That worked, then I got the source and recompiled. (It goes fast!). That worked also as detailed above. John From edps.mundognu at gmail.com Thu Oct 8 20:14:02 2015 From: edps.mundognu at gmail.com (edinaldo) Date: Thu, 08 Oct 2015 17:14:02 -0300 Subject: [Slackbuilds-users] multitail link is down Message-ID: multitail link is down, i found new link and the same MD5 at: http://attic-distfiles.pld-linux.org/distfiles/by-md5/e/8/e82a32f090d61665524b1e866d7d57ca/multitail-6.4.1.tgz but, new version is available: link: http://www.vanheusden.com/multitail/multitail-6.4.2.tgz md5sum: a0959f7b2385061080712afd8ae6e33d Cheers, From willysr at slackbuilds.org Fri Oct 9 01:56:20 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 9 Oct 2015 08:56:20 +0700 Subject: [Slackbuilds-users] multitail link is down In-Reply-To: References: Message-ID: <56171EC4.7070908@slackbuilds.org> > link: http://www.vanheusden.com/multitail/multitail-6.4.2.tgz > md5sum: a0959f7b2385061080712afd8ae6e33d Thanks fixed in my branch -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From info at microlinux.fr Fri Oct 9 14:14:05 2015 From: info at microlinux.fr (Nicolas Kovacs) Date: Fri, 9 Oct 2015 16:14:05 +0200 Subject: [Slackbuilds-users] xapian-core Message-ID: <5617CBAD.2030303@microlinux.fr> Hi, I just built xapian-core 1.2.21, using the SlackBuild from SBo which is for the very outdated 1.2.12 (more than three years old). New version included many bugfixes: http://xapian.org/docs/xapian-core-1.2.21/NEWS It built fine, and I suggest a version bump. Cc: to maintainer. Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 From willysr at slackbuilds.org Sat Oct 10 02:26:55 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 10 Oct 2015 09:26:55 +0700 Subject: [Slackbuilds-users] Updates - 20151010.1 Message-ID: <5618776F.7010302@slackbuilds.org> Sat Oct 10 02:17:27 UTC 2015 academic/GeoGebra: Updated for version 5.0.156.0. academic/fet: Updated for version 5.28.0. audio/pulseaudio: Updated for version 7.0. desktop/catfish: Updated for version 0.3.2. desktop/compton-conf: Update script. desktop/openbox-simple-theme: Added (Desktop themes). development/FreeBASIC: Update script. development/WebStorm: Added (HTML5 + JavaScript IDE). development/mono: Updated for version 3.12.1. development/p4: Updated for version 2015.1.1240625. development/robomongo: Fix build on x86_64. development/sbcl: Fix SBCL_HOME variable. development/simulavr: Fix VERSION. development/textadept: Updated for version 8.3. games/glxosd: Updated for version 2.5.0. games/ifm: Added (Interactive fiction mapper). games/tt: Added note to README. games/tworld: Updated for version 1.3.2. gis/qgis: Added support for latest qwt. graphics/jp2a: Added (Image converter). libraries/dropbox-python: Updated for version 3.36. libraries/libvirt-python: Updated for version 1.2.20. libraries/libvirt: Updated for version 1.2.20. libraries/qwt: Updated for version 6.1.2 + new maintainer. libraries/qwtpolar: Added (Qwt/Qt Polar Plot Library). misc/Colormake: Added (a simple wrapper to colorize the output). misc/glogg: Updated for version 1.0.2. misc/po4a: Updated for version 0.47. misc/yubikey-personalization-gui: Updated for version 3.1.23. multimedia/makemkv: Updated for version 1.9.7. network/Pafy: Updated for version 0.4.1. network/aria2: Updated for version 1.19.2. network/dropbox: Updated for version 3.10.7. network/flexget: Updated for version 1.2.358. network/google-cli: Updated for version 1.7. network/iojs: Updated for version 4.1.2. network/opensmtpd: Updated for version 5.7.3p1. network/python-onedrive: Updated for version 15.10.1. network/qTox: Updated for version 20151007. network/tnftp: Updated for version 20151004. network/toxcore: Updated for version 20150915. network/vivaldi: Updated for version 1.0.288.3_1. network/you-get: Updated for version 0.3.36. network/youtube-dl: Updated for version 2015.10.09. office/MasterPDFEditor: Updated for version 3.4.12. perl/perl-Encode-JISX0213: Updated for version 0.04. perl/perl-MIME-Charset: Updated for version 1.012. perl/perl-Module-ScanDeps: Updated for version 1.20. perl/perl-Text-Hyphen: Updated for version 0.12. perl/perl-Unicode-LineBreak: Updated for version 2015.07.16. python/jmespath: Updated for version 0.9.0. python/monty: Updated for version 0.7.0. python/path.py: Updated for version 8.1.2. python/pytest: Updated for version 2.8.1. python/regex: Updated for version 2015.10.01. python/selenium: Updated for version 2.48.0. system/bicon: Added (a Bidirectional Console). system/cantarell-fonts: Updated for version 0.0.17. system/ciopfs: Added (case insensitive FUSE filesystem). system/cool-retro-term: Removed (not compatible with qt-5.5.x). system/dahdi-complete: Added (DAHDI hardware drivers for Asterisk). system/exfat-utils: Updated for version 1.2.1. system/fuse-exfat: Updated for version 1.2.1. system/hack-font-ttf: Added (font). system/multitail: Updated for version 6.4.2. system/munin-node: Added (Statistics gathering client for Munin). system/partclone: Added (utility to clone various filesystems). system/pyarchey: Updated for version 0.6.7. system/trmaid: Updated for version 0.6.2. system/usermin: Updated for version 1.680. system/webmin: Updated for version 1.770. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From citizen.anon.x at gmail.com Sat Oct 10 23:51:06 2015 From: citizen.anon.x at gmail.com (Citizen X) Date: Sat, 10 Oct 2015 19:51:06 -0400 Subject: [Slackbuilds-users] Pulseaudio Message-ID: I was rebuilding some packages and after building pulseaudion, I noticed in my root, ie; "/" not "/root" there were a number of broken links including: pacat pacmd pactl padsp paplay parec parecord pasuspender Any idea what's up? I looked through the script but didn't see anything off but that could just be my noobness. -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.willing at iinet.net.au Sun Oct 11 06:41:07 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Sun, 11 Oct 2015 16:41:07 +1000 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: References: Message-ID: <561A0483.5020702@iinet.net.au> On 11/10/15 09:51, Citizen X wrote: > I was rebuilding some packages and after building pulseaudion, I noticed > in my root, ie; "/" not "/root" there were a number of broken links > including: > pacat > pacmd > pactl > padsp > paplay > parec > parecord > pasuspender > Any idea what's up? I looked through the script but didn't see > anything off but that could just be my noobness. My guess is that your build environment is incomplete i.e. not a full Slackware installation. In particular, ensure that the bash-completion package is installed; its absence produces exactly the symptom you've described. chris From yalhcru at gmail.com Sun Oct 11 07:47:20 2015 From: yalhcru at gmail.com (B Watson) Date: Sun, 11 Oct 2015 03:47:20 -0400 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: <561A0483.5020702@iinet.net.au> References: <561A0483.5020702@iinet.net.au> Message-ID: On 10/11/15, Christoph Willing wrote: > My guess is that your build environment is incomplete i.e. not a full > Slackware installation. In particular, ensure that the bash-completion > package is installed; its absence produces exactly the symptom you've > described. bash-completion is in /extra, not Slackware proper, it's not installed when you pick "full install". If pulseaudio actually depends on it, that fact should be mentioned in the README... but, it doesn't seem to. I just built pulse on Slackware64 14.1 without bash-completion installed, it didn't create any dangling symlinks in /. Instead it installed them in /etc/bash_completion.d as expected. The directory is part of the package, so it'll get created if it's missing, before the doinst.sh runs and tries to create symlinks there. Don't know what caused the original poster's problem though. From lynx at panix.com Sun Oct 11 07:54:26 2015 From: lynx at panix.com (Arthur W. Green) Date: Sun, 11 Oct 2015 01:54:26 -0600 Subject: [Slackbuilds-users] RStudio Desktop Build Problem Message-ID: <561A15B2.4010300@panix.com> Hi, I'm attempting to slackbuild RStudio Desktop on a stock x64 -current install (up to date as of 10 Oct 2015), but am running into difficulty early into the build. I've the latest slackbuilds of R, openjdk, and apache-ant installed, and have the source tarballs specified in rstudio-desktop.info downloaded into the working directory of the slackbuild script. I was unsure how much of the build log I should actually prune, so please excuse me for attaching all of it! I'm assuming only my ignorance is to blame, here. But in any case, please let me know what other information I can provide that might assist in tracking down the source of my difficulty. Thank you for your time! \\ Arthur -------------- next part -------------- A non-text attachment was scrubbed... Name: rstudio-desktop-buildfail.txt.gz Type: application/gzip Size: 24721 bytes Desc: not available URL: From willysr at slackbuilds.org Sun Oct 11 07:57:18 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 11 Oct 2015 14:57:18 +0700 Subject: [Slackbuilds-users] RStudio Desktop Build Problem In-Reply-To: <561A15B2.4010300@panix.com> References: <561A15B2.4010300@panix.com> Message-ID: <561A165E.7000307@slackbuilds.org> > I'm attempting to slackbuild RStudio Desktop on a stock x64 -current > install (up to date as of 10 Oct 2015), but am running into difficulty > early into the build. I've the latest slackbuilds of R, openjdk, and > apache-ant installed, and have the source tarballs specified in > rstudio-desktop.info downloaded into the working directory of the > slackbuild script. I was unsure how much of the build log I should > actually prune, so please excuse me for attaching all of it! > > I'm assuming only my ignorance is to blame, here. But in any case, > please let me know what other information I can provide that might > assist in tracking down the source of my difficulty. simply looking at the log, my guest is that probably your boost library is too new for the application. -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From baildon.research at googlemail.com Sun Oct 11 08:09:03 2015 From: baildon.research at googlemail.com (David Spencer) Date: Sun, 11 Oct 2015 09:09:03 +0100 Subject: [Slackbuilds-users] RStudio Desktop Build Problem In-Reply-To: <561A165E.7000307@slackbuilds.org> References: <561A15B2.4010300@panix.com> <561A165E.7000307@slackbuilds.org> Message-ID: On 11 October 2015 at 08:57, Willy Sudiarto Raharjo wrote: >> I'm attempting to slackbuild RStudio Desktop on a stock x64 -current >> install (up to date as of 10 Oct 2015), but am running into difficulty >> early into the build. I've the latest slackbuilds of R, openjdk, and >> apache-ant installed, and have the source tarballs specified in >> rstudio-desktop.info downloaded into the working directory of the >> slackbuild script. I was unsure how much of the build log I should >> actually prune, so please excuse me for attaching all of it! >> >> I'm assuming only my ignorance is to blame, here. But in any case, >> please let me know what other information I can provide that might >> assist in tracking down the source of my difficulty. > > simply looking at the log, my guest is that probably your boost library > is too new for the application. > > > -- > Willy Sudiarto Raharjo > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > From baildon.research at googlemail.com Sun Oct 11 08:10:43 2015 From: baildon.research at googlemail.com (David Spencer) Date: Sun, 11 Oct 2015 09:10:43 +0100 Subject: [Slackbuilds-users] RStudio Desktop Build Problem In-Reply-To: References: <561A15B2.4010300@panix.com> <561A165E.7000307@slackbuilds.org> Message-ID: Sorry for the empty reply. DAMN this new tablet! Anyway. There's a patched SlackBuild here: https://github.com/Ponce/slackbuilds/tree/current/development/rstudio-desktop -D. On 11 October 2015 at 09:09, David Spencer wrote: > On 11 October 2015 at 08:57, Willy Sudiarto Raharjo > wrote: >>> I'm attempting to slackbuild RStudio Desktop on a stock x64 -current >>> install (up to date as of 10 Oct 2015), but am running into difficulty >>> early into the build. I've the latest slackbuilds of R, openjdk, and >>> apache-ant installed, and have the source tarballs specified in >>> rstudio-desktop.info downloaded into the working directory of the >>> slackbuild script. I was unsure how much of the build log I should >>> actually prune, so please excuse me for attaching all of it! >>> >>> I'm assuming only my ignorance is to blame, here. But in any case, >>> please let me know what other information I can provide that might >>> assist in tracking down the source of my difficulty. >> >> simply looking at the log, my guest is that probably your boost library >> is too new for the application. >> >> >> -- >> Willy Sudiarto Raharjo >> >> >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - http://slackbuilds.org/faq/ >> >> From lynx at panix.com Sun Oct 11 09:34:18 2015 From: lynx at panix.com (Arthur W. Green) Date: Sun, 11 Oct 2015 03:34:18 -0600 Subject: [Slackbuilds-users] RStudio Desktop Build Problem In-Reply-To: References: <561A15B2.4010300@panix.com> <561A165E.7000307@slackbuilds.org> Message-ID: <561A2D1A.9060206@panix.com> Thank you *very* much! Success! The only issue I'm seeing is that when starting RStudio, the message: " Error in tools:::httpdPort <= OL : comparison (4) is possible only for atomic and list types " is output to the Console. From what I gather from a DDG search, including this post to the R mailing list, http://r.789695.n4.nabble.com/Warning-message-when-starting-RStudio-td4706292.html this bug appears to be have been solved in new(er) versions of RStudio. Unsure if it is serious enough to bother with, though . . . \\ Arthur On 10/11/2015 02:10 AM, David Spencer wrote: > Sorry for the empty reply. DAMN this new tablet! > > Anyway. > There's a patched SlackBuild here: > https://github.com/Ponce/slackbuilds/tree/current/development/rstudio-desktop > > -D. > > > On 11 October 2015 at 09:09, David Spencer > wrote: >> On 11 October 2015 at 08:57, Willy Sudiarto Raharjo >> wrote: >>>> I'm attempting to slackbuild RStudio Desktop on a stock x64 -current >>>> install (up to date as of 10 Oct 2015), but am running into difficulty >>>> early into the build. I've the latest slackbuilds of R, openjdk, and >>>> apache-ant installed, and have the source tarballs specified in >>>> rstudio-desktop.info downloaded into the working directory of the >>>> slackbuild script. I was unsure how much of the build log I should >>>> actually prune, so please excuse me for attaching all of it! >>>> >>>> I'm assuming only my ignorance is to blame, here. But in any case, >>>> please let me know what other information I can provide that might >>>> assist in tracking down the source of my difficulty. >>> >>> simply looking at the log, my guest is that probably your boost library >>> is too new for the application. >>> >>> >>> -- >>> Willy Sudiarto Raharjo >>> >>> >>> _______________________________________________ >>> SlackBuilds-users mailing list >>> SlackBuilds-users at slackbuilds.org >>> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >>> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >>> FAQ - http://slackbuilds.org/faq/ >>> >>> > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > From matteo.bernardini at gmail.com Sun Oct 11 09:58:27 2015 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Sun, 11 Oct 2015 11:58:27 +0200 Subject: [Slackbuilds-users] RStudio Desktop Build Problem In-Reply-To: <561A2D1A.9060206@panix.com> References: <561A15B2.4010300@panix.com> <561A165E.7000307@slackbuilds.org> <561A2D1A.9060206@panix.com> Message-ID: 2015-10-11 11:34 GMT+02:00 Arthur W. Green : > Thank you *very* much! Success! > > The only issue I'm seeing is that when starting RStudio, the message: > " > Error in tools:::httpdPort <= OL : > comparison (4) is possible only for atomic and list types > " > is output to the Console. From what I gather from a DDG search, > including this post to the R mailing list, > http://r.789695.n4.nabble.com/Warning-message-when-starting-RStudio-td4706292.html > this bug appears to be have been solved in new(er) versions of RStudio. > Unsure if it is serious enough to bother with, though . . . I put the maintainer in cc... Matteo From chris.willing at iinet.net.au Sun Oct 11 10:58:05 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Sun, 11 Oct 2015 20:58:05 +1000 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: References: <561A0483.5020702@iinet.net.au> Message-ID: <561A40BD.5010508@iinet.net.au> On 11/10/15 17:47, B Watson wrote: > On 10/11/15, Christoph Willing wrote: > >> My guess is that your build environment is incomplete i.e. not a full >> Slackware installation. In particular, ensure that the bash-completion >> package is installed; its absence produces exactly the symptom you've >> described. > > bash-completion is in /extra, not Slackware proper, it's not installed > when you pick "full install". If pulseaudio actually depends on it, > that fact should be mentioned in the README... but, it doesn't seem to. Thanks, I missed that the bash-completion package is from extra - I'll update the README > I just built pulse on Slackware64 14.1 without bash-completion installed, > it didn't create any dangling symlinks in /. Instead it installed them in > /etc/bash_completion.d as expected. The directory is part of the package, > so it'll get created if it's missing, before the doinst.sh runs and > tries to create symlinks there. Which pulseaudio version? The most recent 7.0 uses the /usr/share/bash-completion/completions directory, as does the bash-completion package itself (not /etc/bash_completion.d). You're right that the directory (either /usr/share/bash-completion/completions or /etc/bash_completion.d) is created by 'make install' and a pulseaudio script is installed there. However the symlinks to that pulseaudio completion script are generated separately, using a different, flawed, method (see below) to determine where to generate them. > Don't know what caused the original poster's problem though. I think the missing bash-completion package remains the cause. If you look at the pulseaudio top level Makefile after the configure stage is done, you'll find: install-bashcompletion-aliases: $(LN_S) -f pulseaudio $(DESTDIR)$(bashcompletiondir)/pactl $(LN_S) -f pulseaudio $(DESTDIR)$(bashcompletiondir)/pacmd $(LN_S) -f pulseaudio $(DESTDIR)$(bashcompletiondir)/pasuspender $(LN_S) -f pulseaudio $(DESTDIR)$(bashcompletiondir)/padsp $(LN_S) -f pulseaudio $(DESTDIR)$(bashcompletiondir)/pacat $(LN_S) -f pulseaudio $(DESTDIR)$(bashcompletiondir)/paplay $(LN_S) -f pulseaudio $(DESTDIR)$(bashcompletiondir)/parec $(LN_S) -f pulseaudio $(DESTDIR)$(bashcompletiondir)/parecord Since $(bashcompletiondir) is empty if the bash-completion package isn't found, this install target generates the useless links described by the OP. The bash-completion package is considered found by the configure stage if it can find the bash-completion.pc file, part of the bash-completion package. Only then can the bashcompletiondir variable be set to something reasonable (non-empty at least). chris From chris.willing at iinet.net.au Sun Oct 11 11:38:14 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Sun, 11 Oct 2015 21:38:14 +1000 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: <561A40BD.5010508@iinet.net.au> References: <561A0483.5020702@iinet.net.au> <561A40BD.5010508@iinet.net.au> Message-ID: <561A4A26.6070200@iinet.net.au> On 11/10/15 20:58, Christoph Willing wrote: > On 11/10/15 17:47, B Watson wrote: >> On 10/11/15, Christoph Willing wrote: >> >>> My guess is that your build environment is incomplete i.e. not a full >>> Slackware installation. In particular, ensure that the bash-completion >>> package is installed; its absence produces exactly the symptom you've >>> described. >> >> bash-completion is in /extra, not Slackware proper, it's not installed >> when you pick "full install". If pulseaudio actually depends on it, >> that fact should be mentioned in the README... but, it doesn't seem to. > > Thanks, I missed that the bash-completion package is from extra - I'll > update the README Even better - there is a --with-bash-completion-dir=DIR option to the configure script so the bash-completion package itself isn't compulsory. To the OP, either install the bash-completion package from extra, or add the line: --with-bash-completion-dir=/usr/share/bash-completion/completions \ to the configure options in pulseaudio.SlackBuild. That's what will go into the amended SlackBuild for the next round of updates (barring any new contrary information about the problem). chris From yalhcru at gmail.com Sun Oct 11 17:34:02 2015 From: yalhcru at gmail.com (B Watson) Date: Sun, 11 Oct 2015 13:34:02 -0400 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: <561A40BD.5010508@iinet.net.au> References: <561A0483.5020702@iinet.net.au> <561A40BD.5010508@iinet.net.au> Message-ID: On 10/11/15, Christoph Willing wrote: > Which pulseaudio version? The most recent 7.0 uses the > /usr/share/bash-completion/completions directory, as does the > bash-completion package itself (not /etc/bash_completion.d). Ah, my bad, I was looking at pulse 6.0, had forgot to 'git pull'. > Even better - there is a --with-bash-completion-dir=DIR option > That's what will go into the amended SlackBuild for the next round of updates That sounds like the right answer. From citizen.anon.x at gmail.com Mon Oct 12 14:45:01 2015 From: citizen.anon.x at gmail.com (Citizen X) Date: Mon, 12 Oct 2015 10:45:01 -0400 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: References: <561A0483.5020702@iinet.net.au> <561A40BD.5010508@iinet.net.au> Message-ID: I just noticed that the slackbuild, which I tried to install with slapt-src ends up with 6.0 source in it's directory and the build is for 7.0 On Sun, Oct 11, 2015 at 1:34 PM, B Watson wrote: > On 10/11/15, Christoph Willing wrote: > > Which pulseaudio version? The most recent 7.0 uses the > > /usr/share/bash-completion/completions directory, as does the > > bash-completion package itself (not /etc/bash_completion.d). > > Ah, my bad, I was looking at pulse 6.0, had forgot to 'git pull'. > > > Even better - there is a --with-bash-completion-dir=DIR option > > > That's what will go into the amended SlackBuild for the next round of > updates > > That sounds like the right answer. > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryan.q at linux.com Mon Oct 12 14:47:29 2015 From: ryan.q at linux.com (Ryan P.C. McQuen) Date: Mon, 12 Oct 2015 07:47:29 -0700 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: References: <561A0483.5020702@iinet.net.au> <561A40BD.5010508@iinet.net.au> Message-ID: On Mon, Oct 12, 2015 at 7:45 AM, Citizen X wrote: > I just noticed that the slackbuild, which I tried to install with slapt-src > ends up with 6.0 source in it's directory and the build is for 7.0 Never trust automatic tools. The .info clearly points to the 7.0 tarball: http://slackbuilds.org/slackbuilds/14.1/audio/pulseaudio/pulseaudio.info http://freedesktop.org/software/pulseaudio/releases/pulseaudio-7.0.tar.xz You probably need to do slapt-src's equivalent of `sbopkg -r`. -- -Ryan [ryanpcmcquen.org] From citizen.anon.x at gmail.com Mon Oct 12 15:01:26 2015 From: citizen.anon.x at gmail.com (Citizen X) Date: Mon, 12 Oct 2015 11:01:26 -0400 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: References: <561A0483.5020702@iinet.net.au> <561A40BD.5010508@iinet.net.au> Message-ID: Noticed these 2 lines sed -i -e '/@PA_BINARY@/ imkdir -p \$HOME/.config/pulse' src/daemon/ start-pulseaudio-x11.in echo "X-MATE-Autostart-Phase=Initialization" >>src/daemon/ pulseaudio.desktop.in Shouldn't MATE be checked for and then if installed then do that? Can it apply to Xfce as well? On Mon, Oct 12, 2015 at 10:45 AM, Citizen X wrote: > I just noticed that the slackbuild, which I tried to install with > slapt-src ends up with 6.0 source in it's directory and the build is for 7.0 > > On Sun, Oct 11, 2015 at 1:34 PM, B Watson wrote: > >> On 10/11/15, Christoph Willing wrote: >> > Which pulseaudio version? The most recent 7.0 uses the >> > /usr/share/bash-completion/completions directory, as does the >> > bash-completion package itself (not /etc/bash_completion.d). >> >> Ah, my bad, I was looking at pulse 6.0, had forgot to 'git pull'. >> >> > Even better - there is a --with-bash-completion-dir=DIR option >> >> > That's what will go into the amended SlackBuild for the next round of >> updates >> >> That sounds like the right answer. >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - http://slackbuilds.org/faq/ >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From citizen.anon.x at gmail.com Mon Oct 12 19:31:59 2015 From: citizen.anon.x at gmail.com (Citizen X) Date: Mon, 12 Oct 2015 15:31:59 -0400 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: References: <561A0483.5020702@iinet.net.au> <561A40BD.5010508@iinet.net.au> Message-ID: Been considering switching to sbopkg because I hear good things. I know that the info file is 7.0 & points at 7.0 and the script says 7.0 but when fetching from slackbuilds.org it's grabs the 6.0 source. grabbed it with wget but I am having weird issues now. Looking like I need to do a fresh install again. =( On Mon, Oct 12, 2015 at 10:47 AM, Ryan P.C. McQuen wrote: > On Mon, Oct 12, 2015 at 7:45 AM, Citizen X > wrote: > > I just noticed that the slackbuild, which I tried to install with > slapt-src > > ends up with 6.0 source in it's directory and the build is for 7.0 > > > > Never trust automatic tools. The .info clearly points to the 7.0 tarball: > > http://slackbuilds.org/slackbuilds/14.1/audio/pulseaudio/pulseaudio.info > > http://freedesktop.org/software/pulseaudio/releases/pulseaudio-7.0.tar.xz > > You probably need to do slapt-src's equivalent of `sbopkg -r`. > > > > -- > -Ryan > [ryanpcmcquen.org] > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From didier at slint.fr Mon Oct 12 20:04:34 2015 From: didier at slint.fr (Didier Spaier) Date: Mon, 12 Oct 2015 22:04:34 +0200 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: References: <561A0483.5020702@iinet.net.au> <561A40BD.5010508@iinet.net.au> Message-ID: <561C1252.7040202@slint.fr> On 12/10/2015 21:31, Citizen X wrote: > Been considering switching to sbopkg because I hear good things. I know > that the info file is 7.0 & points at 7.0 and the script says 7.0 but when > fetching from slackbuilds.org it's grabs the 6.0 source. grabbed it with > wget but I am having weird issues now. Looking like I need to do a fresh > install again. =( So as Ryan said that's not a problem with slackuilds.org but with the tool you use, or maybe the ay you use it. For instance If you use sbopkg, never forget to sync the repository before making an installation or update Cheers, Didier From uhillem at gmail.com Mon Oct 12 20:07:58 2015 From: uhillem at gmail.com (EM Uhill) Date: Mon, 12 Oct 2015 13:07:58 -0700 Subject: [Slackbuilds-users] Building Stellarium from the 14.1 repositories Message-ID: I emailed this to the Stellarium maintainer, Alan Alberghini, without any reply back, so I am posting it here on the mailing list so the Slackware community can benefit from my experiences with building and installing Stellarium with qt-5.5 installed as found in the Slack Builds 14.1 repository. Hi there. I tried to install Stellarium 0.13.2 via your Slack Build script only to find out it won't compile against qt-5.5. This is the only version of qt on Slack builds for Slackware 14.1. Stellarium's website shows that Stellarium 0.13.2 needs qt-5.2 to build. I haven't tried it, but I presume that the qt-5.5 SlackBuild script would compile the 5.2 version of qt just fine. However that takes 12 hours to build on my duo core machine. Since I already had qt-5.5 built, I modified your SlackBuild script to build Stellarium 0.13.3 and included a patch from the Gentoo website so it would build against qt-5.5. The patch will not work with Stellarium 0.13.2 however. After I got it built and installed, I ended up finding out that Stellarium 0.13.3 requires Mesa 10.x libraries to function at a decent speed. After consulting Stellarium's website, I found out that all versions of Stellarium after 0.12.4 require Mesa 10.x libs to be installed including Stellarium 0.12.6. The Stellarium project recommends upgrading to one of the Mesa 10.x libs to run any version of Stellarium after 0.12.4 or to use 0.12.4 for the Mesa 9.x libs. As a result I have used your original SlackBuild script to build and install Stellarium 0.12.4 and it works just fine. You'll probably want to update your Stellarium Slackbuild entry to use Stellarium 0.13.3 for those who have one of the Mesa 10.x libs installed and add another entry for Stellarium 0.12.4 for those who have Mesa 9.x libs installed. Attached are two diff patches. One to patch your SlackBuild script to patch and build Stellarium 0.13.3 and the other patch is the Gentoo patch that will allow for building against qt-5.5. The changes to your SlackBuild script will only apply Gentoo's qt-5.5 patch only if $QT55 is set to 'YES'. I have it set to 'NO' by default just in case someone has an earlier version of qt5 installed. Regards, Eric Underhill The two diff files are below: stellarium.SlackBuild.diff --- stellarium.SlackBuild 2015-09-24 12:39:19.000000000 -0700 +++ stellarium-qt55.SlackBuild 2015-09-24 12:44:12.539867926 -0700 @@ -26,6 +26,9 @@ VERSION=${VERSION:-0.13.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +# Change to 'YES' if building against qt55 otherwise Stellarium will fail to +# build. +QT55=${QT55:-NO} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -68,6 +71,12 @@ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +#If building against qt55 apply patch to fix building against qt55 +if [ "$QT55" = "YES" ]; then + cp $CWD/$PRGNAM-$VERSION.qt55.patch $TMP/$PRGNAM-$VERSION + patch p1 < $PRGNAM-$VERSION.qt55.patch +fi mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ stellarium-0.13.3-qt55.patch diff -ur -x CMakeFiles -x Makefile -x 'CMake*' stellarium-0.13.2/work/stellarium-0.13.3/src/CLIProcessor.hpp stellarium-0.13.3-new/work/stellarium-0.13.3/src/CLIProcessor.hpp --- src/CLIProcessor.hpp 2015-03-08 12:41:55.000000000 +0100 +++ src/CLIProcessor.hpp 2015-07-12 13:29:36.059179087 +0200 @@ -21,6 +21,7 @@ #define CLIPROCESSOR_HPP #include +#include class QSettings; diff -ur -x CMakeFiles -x Makefile -x 'CMake*' stellarium-0.13.2/work/stellarium-0.13.3/src/core/StelSkyCultureMgr.hpp stellarium-0.13.3-new/work/stellarium-0.13.3/src/core/StelSkyCultureMgr.hpp --- src/core/StelSkyCultureMgr.hpp 2015-03-08 12:41:55.000000000 +0100 +++ src/core/StelSkyCultureMgr.hpp 2015-07-12 13:28:32.589064791 +0200 @@ -23,6 +23,7 @@ #include #include #include +#include //! @class StelSkyCulture //! Store basic info about a sky culture for stellarium. diff -ur -x CMakeFiles -x Makefile -x 'CMake*' stellarium-0.13.2/work/stellarium-0.13.3/src/CLIProcessor.hpp stellarium-0.13.3-new/work/stellarium-0.13.3/src/CLIProcessor.hpp --- src/core/StelLocationMgr.cpp 2015-02-25 12:30:31 +0000 +++ src/core/StelLocationMgr.cpp 2015-03-03 14:34:38 +0000 -------------- next part -------------- An HTML attachment was scrubbed... URL: From didier at slint.fr Mon Oct 12 20:27:32 2015 From: didier at slint.fr (Didier Spaier) Date: Mon, 12 Oct 2015 22:27:32 +0200 Subject: [Slackbuilds-users] Building Stellarium from the 14.1 repositories In-Reply-To: References: Message-ID: <561C17B4.5030504@slint.fr> On 12/10/2015 22:07, EM Uhill wrote: > use Stellarium 0.13.3 for those who have one of the Mesa 10.x libs > installed and add another entry for Stellarium 0.12.4 for those who have > Mesa 9.x libs installed. Ar time of writing Slackare version 14.1 ships mesa 9.1.7 and Slackare current mesa 11.0.2. So, as slackbuilds.org only provides SlackBuilds intended for a stable release, I assume that the upgrade of Stellarium you suggest would have to wait for the next Slackware release anyway. But that's just a regular user's assumption. Cheers, Didier From steve at woodathon.com Mon Oct 12 21:12:11 2015 From: steve at woodathon.com (Steve Wood) Date: Mon, 12 Oct 2015 17:12:11 -0400 Subject: [Slackbuilds-users] SlackBuilds-users Digest, Vol 114, Issue 11 In-Reply-To: References: Message-ID: I'm going to throw in a paltry suggestion to use sbotools, which captures the spirit of BSD's ports. (We don't need no stinkin' ncurses interface) But if you want to take others' suggestion of not using any tools that is also fine. On Mon, October 12, 2015 16:07, slackbuilds-users-request at slackbuilds.org wrote: > Send SlackBuilds-users mailing list submissions to > slackbuilds-users at slackbuilds.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > or, via email, send a message with subject or body 'help' to > slackbuilds-users-request at slackbuilds.org > > You can reach the person managing the list at > slackbuilds-users-owner at slackbuilds.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of SlackBuilds-users digest..." > > > Today's Topics: > > > 1. Re: Pulseaudio (Citizen X) > 2. Re: Pulseaudio (Ryan P.C. McQuen) > 3. Re: Pulseaudio (Citizen X) > 4. Re: Pulseaudio (Citizen X) > 5. Re: Pulseaudio (Didier Spaier) > 6. Building Stellarium from the 14.1 repositories (EM Uhill) > > > > ---------------------------------------------------------------------- > > > Message: 1 > Date: Mon, 12 Oct 2015 10:45:01 -0400 > From: Citizen X > To: "SlackBuilds.org Users List" > Subject: Re: [Slackbuilds-users] Pulseaudio > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > > I just noticed that the slackbuild, which I tried to install with > slapt-src ends up with 6.0 source in it's directory and the build is for > 7.0 > > > On Sun, Oct 11, 2015 at 1:34 PM, B Watson wrote: > > >> On 10/11/15, Christoph Willing wrote: >> >>> Which pulseaudio version? The most recent 7.0 uses the >>> /usr/share/bash-completion/completions directory, as does the >>> bash-completion package itself (not /etc/bash_completion.d). >> >> Ah, my bad, I was looking at pulse 6.0, had forgot to 'git pull'. >> >> >>> Even better - there is a --with-bash-completion-dir=DIR option >>> >> >>> That's what will go into the amended SlackBuild for the next round of >>> >> updates >> >> That sounds like the right answer. >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - http://slackbuilds.org/faq/ >> >> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > 51012/79f4dd58/attachment-0001.html> > > > ------------------------------ > > > Message: 2 > Date: Mon, 12 Oct 2015 07:47:29 -0700 > From: "Ryan P.C. McQuen" > To: "SlackBuilds.org Users List" > Subject: Re: [Slackbuilds-users] Pulseaudio > Message-ID: > > Content-Type: text/plain; charset=UTF-8 > > > On Mon, Oct 12, 2015 at 7:45 AM, Citizen X > wrote: > >> I just noticed that the slackbuild, which I tried to install with >> slapt-src ends up with 6.0 source in it's directory and the build is for >> 7.0 >> > > > > Never trust automatic tools. The .info clearly points to the 7.0 tarball: > > > http://slackbuilds.org/slackbuilds/14.1/audio/pulseaudio/pulseaudio.info > > > http://freedesktop.org/software/pulseaudio/releases/pulseaudio-7.0.tar.xz > > > You probably need to do slapt-src's equivalent of `sbopkg -r`. > > > > > -- > -Ryan > [ryanpcmcquen.org] > > > > ------------------------------ > > > Message: 3 > Date: Mon, 12 Oct 2015 11:01:26 -0400 > From: Citizen X > To: "SlackBuilds.org Users List" > Subject: Re: [Slackbuilds-users] Pulseaudio > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > > Noticed these 2 lines > sed -i -e '/@PA_BINARY@/ imkdir -p \$HOME/.config/pulse' src/daemon/ > start-pulseaudio-x11.in echo "X-MATE-Autostart-Phase=Initialization" > >>src/daemon/ pulseaudio.desktop.in > > Shouldn't MATE be checked for and then if installed then do that? > > > Can it apply to Xfce as well? > > > On Mon, Oct 12, 2015 at 10:45 AM, Citizen X > wrote: > > >> I just noticed that the slackbuild, which I tried to install with >> slapt-src ends up with 6.0 source in it's directory and the build is for >> 7.0 >> >> >> On Sun, Oct 11, 2015 at 1:34 PM, B Watson wrote: >> >> >>> On 10/11/15, Christoph Willing wrote: >>> >>>> Which pulseaudio version? The most recent 7.0 uses the >>>> /usr/share/bash-completion/completions directory, as does the >>>> bash-completion package itself (not /etc/bash_completion.d). >>> >>> Ah, my bad, I was looking at pulse 6.0, had forgot to 'git pull'. >>> >>> >>>> Even better - there is a --with-bash-completion-dir=DIR option >>>> >>> >>>> That's what will go into the amended SlackBuild for the next round >>>> of >>> updates >>> >>> That sounds like the right answer. >>> _______________________________________________ >>> SlackBuilds-users mailing list >>> SlackBuilds-users at slackbuilds.org >>> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >>> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >>> FAQ - http://slackbuilds.org/faq/ >>> >>> >>> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > 51012/61622ec3/attachment-0001.html> > > > ------------------------------ > > > Message: 4 > Date: Mon, 12 Oct 2015 15:31:59 -0400 > From: Citizen X > To: "SlackBuilds.org Users List" > Subject: Re: [Slackbuilds-users] Pulseaudio > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > > Been considering switching to sbopkg because I hear good things. I know > that the info file is 7.0 & points at 7.0 and the script says 7.0 but when > fetching from slackbuilds.org it's grabs the 6.0 source. grabbed it with > wget but I am having weird issues now. Looking like I need to do a fresh > install again. =( > > On Mon, Oct 12, 2015 at 10:47 AM, Ryan P.C. McQuen > wrote: > > >> On Mon, Oct 12, 2015 at 7:45 AM, Citizen X >> wrote: >> >>> I just noticed that the slackbuild, which I tried to install with >>> >> slapt-src >>> ends up with 6.0 source in it's directory and the build is for 7.0 >> >> >> >> Never trust automatic tools. The .info clearly points to the 7.0 >> tarball: >> >> >> http://slackbuilds.org/slackbuilds/14.1/audio/pulseaudio/pulseaudio.inf >> o >> >> http://freedesktop.org/software/pulseaudio/releases/pulseaudio-7.0.tar. >> xz >> >> You probably need to do slapt-src's equivalent of `sbopkg -r`. >> >> >> >> >> -- >> -Ryan >> [ryanpcmcquen.org] >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - http://slackbuilds.org/faq/ >> >> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > 51012/09fb0eba/attachment-0001.html> > > > ------------------------------ > > > Message: 5 > Date: Mon, 12 Oct 2015 22:04:34 +0200 > From: Didier Spaier > To: slackbuilds-users at slackbuilds.org > Subject: Re: [Slackbuilds-users] Pulseaudio > Message-ID: <561C1252.7040202 at slint.fr> > Content-Type: text/plain; charset=windows-1252; format=flowed > > > > > On 12/10/2015 21:31, Citizen X wrote: > >> Been considering switching to sbopkg because I hear good things. I know >> that the info file is 7.0 & points at 7.0 and the script says 7.0 but >> when fetching from slackbuilds.org it's grabs the 6.0 source. grabbed it >> with wget but I am having weird issues now. Looking like I need to do a >> fresh install again. =( > > So as Ryan said that's not a problem with slackuilds.org but with the > tool you use, or maybe the ay you use it. > > For instance If you use sbopkg, never forget to sync the repository > before making an installation or update > > Cheers, > Didier > > > > ------------------------------ > > > Message: 6 > Date: Mon, 12 Oct 2015 13:07:58 -0700 > From: EM Uhill > To: slackbuilds-users at slackbuilds.org > Subject: [Slackbuilds-users] Building Stellarium from the 14.1 > repositories Message-ID: > > Content-Type: text/plain; charset="utf-8" > > > I emailed this to the Stellarium maintainer, Alan Alberghini, without any > reply back, so I am posting it here on the mailing list so the Slackware > community can benefit from my experiences with building and installing > Stellarium with qt-5.5 installed as found in the Slack Builds 14.1 > repository. > > Hi there. I tried to install Stellarium 0.13.2 via your Slack Build > script only to find out it won't compile against qt-5.5. This is the only > version of qt on Slack builds for Slackware 14.1. Stellarium's website > shows that Stellarium 0.13.2 needs qt-5.2 to build. I haven't tried it, > but I presume that the qt-5.5 SlackBuild script would compile the 5.2 > version of qt just fine. However that takes 12 hours to build on my duo > core machine. Since I already had qt-5.5 built, I modified your SlackBuild > script to build Stellarium 0.13.3 and included a patch from the Gentoo > website so it would build against qt-5.5. The patch will not work with > Stellarium 0.13.2 > however. After I got it built and installed, I ended up finding out that > Stellarium 0.13.3 requires Mesa 10.x libraries to function at a decent > speed. After consulting Stellarium's website, I found out that all > versions of Stellarium after 0.12.4 require Mesa 10.x libs to be installed > including Stellarium 0.12.6. The Stellarium project recommends upgrading > to one of the Mesa 10.x libs to run any version of Stellarium after 0.12.4 > or to use 0.12.4 for the Mesa 9.x libs. As a result I have used your > original SlackBuild script to build and install Stellarium 0.12.4 and it > works just fine. You'll probably want to update your Stellarium > Slackbuild entry to > use Stellarium 0.13.3 for those who have one of the Mesa 10.x libs > installed and add another entry for Stellarium 0.12.4 for those who have > Mesa 9.x libs installed. Attached are two diff patches. One to patch your > SlackBuild script to patch and build Stellarium 0.13.3 and the other > patch is the Gentoo patch that will allow for building against qt-5.5. The > changes to your SlackBuild script will only apply Gentoo's qt-5.5 patch > only if $QT55 is set to 'YES'. I have it set to 'NO' by default just in > case someone has an earlier version of qt5 installed. > > Regards, > > > Eric Underhill > > > The two diff files are below: > > > stellarium.SlackBuild.diff > > --- stellarium.SlackBuild 2015-09-24 12:39:19.000000000 -0700 > +++ stellarium-qt55.SlackBuild 2015-09-24 12:44:12.539867926 -0700 > @@ -26,6 +26,9 @@ > VERSION=${VERSION:-0.13.3} > BUILD=${BUILD:-1} > TAG=${TAG:-_SBo} > +# Change to 'YES' if building against qt55 otherwise Stellarium will fail > to +# build. > +QT55=${QT55:-NO} > > > if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -68,6 +71,12 @@ > -o -perm 511 \) -exec chmod 755 {} \; -o \ > \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ > -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; > + > +#If building against qt55 apply patch to fix building against qt55 > +if [ "$QT55" = "YES" ]; then > + cp $CWD/$PRGNAM-$VERSION.qt55.patch $TMP/$PRGNAM-$VERSION > + patch p1 < $PRGNAM-$VERSION.qt55.patch > +fi > > > mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ > > > > stellarium-0.13.3-qt55.patch > > diff -ur -x CMakeFiles -x Makefile -x 'CMake*' > stellarium-0.13.2/work/stellarium-0.13.3/src/CLIProcessor.hpp > stellarium-0.13.3-new/work/stellarium-0.13.3/src/CLIProcessor.hpp --- > src/CLIProcessor.hpp 2015-03-08 12:41:55.000000000 +0100 +++ > src/CLIProcessor.hpp 2015-07-12 13:29:36.059179087 +0200 @@ -21,6 +21,7 > @@ > #define CLIPROCESSOR_HPP > > > #include > +#include > > > class QSettings; > > diff -ur -x CMakeFiles -x Makefile -x 'CMake*' > stellarium-0.13.2/work/stellarium-0.13.3/src/core/StelSkyCultureMgr.hpp > stellarium-0.13.3-new/work/stellarium-0.13.3/src/core/StelSkyCultureMgr.h > pp --- src/core/StelSkyCultureMgr.hpp 2015-03-08 12:41:55.000000000 > +0100 > +++ src/core/StelSkyCultureMgr.hpp 2015-07-12 13:28:32.589064791 +0200 > @@ -23,6 +23,7 @@ > #include > #include > #include > +#include > > > //! @class StelSkyCulture > //! Store basic info about a sky culture for stellarium. > > > diff -ur -x CMakeFiles -x Makefile -x 'CMake*' > stellarium-0.13.2/work/stellarium-0.13.3/src/CLIProcessor.hpp > stellarium-0.13.3-new/work/stellarium-0.13.3/src/CLIProcessor.hpp --- > src/core/StelLocationMgr.cpp 2015-02-25 12:30:31 +0000 +++ > src/core/StelLocationMgr.cpp 2015-03-03 14:34:38 +0000 -------------- > next part -------------- An HTML attachment was scrubbed... > URL: > 51012/36ecbc85/attachment.html> > > > ------------------------------ > > > Subject: Digest Footer > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > > > > ------------------------------ > > > End of SlackBuilds-users Digest, Vol 114, Issue 11 > ************************************************** > > Steve Wood steve at woodathon.com 203.841.9792 xmpp: steveland at jabber.hot-chilli.net From chris.willing at iinet.net.au Mon Oct 12 21:59:30 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Tue, 13 Oct 2015 07:59:30 +1000 Subject: [Slackbuilds-users] Pulseaudio In-Reply-To: References: <561A0483.5020702@iinet.net.au> <561A40BD.5010508@iinet.net.au> Message-ID: <561C2D42.3000405@iinet.net.au> On 13/10/15 01:01, Citizen X wrote: > Noticed these 2 lines > sed -i -e '/@PA_BINARY@/ imkdir -p \$HOME/.config/pulse' > src/daemon/start-pulseaudio-x11.in > echo "X-MATE-Autostart-Phase=Initialization" > >>src/daemon/pulseaudio.desktop.in > > Shouldn't MATE be checked for and then if installed then do that? That first line no longer does anything anything in pulseaudio-7.0 so will be removed in a future update. Thanks for noticing it. I'm relaxed about the X-MATE line being added to the .desktop file though. Look how many X-GNOME references exist in the system .desktop files, yet GNOME isn't part of normal Slackware distribution. They are left there as a convenience for those who choose to install a Gnome desktop. Similarly the X-MATE entry aims to be helpful to those who choose to install MATE. It has zero effect on those who don't use MATE. chris From ricardo at palmtx.com.ar Tue Oct 13 19:09:46 2015 From: ricardo at palmtx.com.ar (Ricardo J. Barberis) Date: Tue, 13 Oct 2015 16:09:46 -0300 Subject: [Slackbuilds-users] Hello! Message-ID: <201510131609.47014.ricardo@palmtx.com.ar> Hello everyone, I just wanted to introduce myself (don't know if people do that here). I'm Ricardo and I've been using Slackware for a bit over a year and a half, but Slack is also the distro tha got me using Linux as more than just a hobby (I think it was 7.1 or 7.2) so it was more like coming back home after using other distros (SuSE, LinuxFromScratch, Debian, Kubuntu) for some years. I've been following this list for a few months, learned a lot by reading you guys! Anyway, I'm maintainer of zeal.SlackBuild (thanks Willy Sudiarto Raharjo for your help!) and next week I'll start a two week vacation so I'll se if I can adopt a few orphan slackbuilds more. See you arround, -- Ricardo J. Barberis Usuario Linux N? 250625: http://counter.li.org/ Usuario LFS N? 5121: http://www.linuxfromscratch.org/ Senior SysAdmin / IT Architect - www.DonWeb.com From didier at slint.fr Tue Oct 13 19:36:17 2015 From: didier at slint.fr (Didier Spaier) Date: Tue, 13 Oct 2015 21:36:17 +0200 Subject: [Slackbuilds-users] Hello! In-Reply-To: <201510131609.47014.ricardo@palmtx.com.ar> References: <201510131609.47014.ricardo@palmtx.com.ar> Message-ID: <561D5D31.6090600@slint.fr> Hello Ricardo, On 13/10/2015 21:09, Ricardo J. Barberis wrote: > I just wanted to introduce myself (don't know if people do that here). Welcome! > Anyway, I'm maintainer of zeal.SlackBuild (thanks Willy Sudiarto Raharjo for > your help!) and next week I'll start a two week vacation so I'll se if I can > adopt a few orphan slackbuilds more. Thanks! Let me be a bit opportunist: some of us also contribute to http://docs.slackware.com also known ad SlackDocs and a lot of articles there are still in need of a translation to es_419 ;) The same apply to the slint project although Spanish (Latin America) translation be complete at time of writing. Cheers, Didier From ricardo at palmtx.com.ar Tue Oct 13 19:44:16 2015 From: ricardo at palmtx.com.ar (Ricardo J. Barberis) Date: Tue, 13 Oct 2015 16:44:16 -0300 Subject: [Slackbuilds-users] sbotools vs. sbopkg In-Reply-To: References: Message-ID: <201510131644.16286.ricardo@palmtx.com.ar> El Lunes 12/10/2015, Steve Wood escribi?: > I'm going to throw in a paltry suggestion to use sbotools, which captures > the spirit of BSD's ports. (We don't need no stinkin' ncurses interface) > But if you want to take others' suggestion of not using any tools that is > also fine. Well, to be honest, I've been using sbopkg for over a year and only recently found out it had an ncurses interface, I always used it like this: sbopkg -r sbopkg -u sbopkg -c sbopkg -g sbopkg -s sbopkg -i > > Message: 5 > > Date: Mon, 12 Oct 2015 22:04:34 +0200 > > From: Didier Spaier > > To: slackbuilds-users at slackbuilds.org > > Subject: Re: [Slackbuilds-users] Pulseaudio > > Message-ID: <561C1252.7040202 at slint.fr> > > Content-Type: text/plain; charset=windows-1252; format=flowed > > > > On 12/10/2015 21:31, Citizen X wrote: > >> Been considering switching to sbopkg because I hear good things. I know > >> that the info file is 7.0 & points at 7.0 and the script says 7.0 but > >> when fetching from slackbuilds.org it's grabs the 6.0 source. grabbed it > >> with wget but I am having weird issues now. Looking like I need to do a > >> fresh install again. =( > > > > So as Ryan said that's not a problem with slackuilds.org but with the > > tool you use, or maybe the ay you use it. > > > > For instance If you use sbopkg, never forget to sync the repository > > before making an installation or update > > > > Cheers, > > Didier -- Ricardo J. Barberis Usuario Linux N? 250625: http://counter.li.org/ Usuario LFS N? 5121: http://www.linuxfromscratch.org/ Senior SysAdmin / IT Architect - www.DonWeb.com From ricardo at palmtx.com.ar Tue Oct 13 19:55:49 2015 From: ricardo at palmtx.com.ar (Ricardo J. Barberis) Date: Tue, 13 Oct 2015 16:55:49 -0300 Subject: [Slackbuilds-users] Hello! In-Reply-To: <561D5D31.6090600@slint.fr> References: <201510131609.47014.ricardo@palmtx.com.ar> <561D5D31.6090600@slint.fr> Message-ID: <201510131655.49894.ricardo@palmtx.com.ar> El Martes 13/10/2015, Didier Spaier escribi?: > Hello Ricardo, > > On 13/10/2015 21:09, Ricardo J. Barberis wrote: > > I just wanted to introduce myself (don't know if people do that here). > > Welcome! Thanks! :) > > Anyway, I'm maintainer of zeal.SlackBuild (thanks Willy Sudiarto Raharjo > > for your help!) and next week I'll start a two week vacation so I'll se > > if I can adopt a few orphan slackbuilds more. > > Thanks! Let me be a bit opportunist: some of us also contribute to > http://docs.slackware.com also known ad SlackDocs and > a lot of articles there are still in need of a translation > to es_419 ;) Ah, the tedious, thankless job of translating :) I've done some translations in the past, I'll see if I can chip in there aswell. > The same apply to the slint project although Spanish (Latin America) > translation be complete at time of writing. This one, right?: http://slint.fr/ I didn't konw it, thanks for the tip, I'll check it out. Cheers, -- Ricardo J. Barberis Usuario Linux N? 250625: http://counter.li.org/ Usuario LFS N? 5121: http://www.linuxfromscratch.org/ Senior SysAdmin / IT Architect - www.DonWeb.com From didier at slint.fr Tue Oct 13 20:18:40 2015 From: didier at slint.fr (Didier Spaier) Date: Tue, 13 Oct 2015 22:18:40 +0200 Subject: [Slackbuilds-users] Hello! In-Reply-To: <201510131655.49894.ricardo@palmtx.com.ar> References: <201510131609.47014.ricardo@palmtx.com.ar> <561D5D31.6090600@slint.fr> <201510131655.49894.ricardo@palmtx.com.ar> Message-ID: <561D6720.3040902@slint.fr> On 13/10/2015 21:55, Ricardo J. Barberis wrote: > This one, right?: http://slint.fr/ Yes, that'(s it. Buen d?a! Atentamente, Didier From klaatu at straightedgelinux.com Wed Oct 14 06:17:13 2015 From: klaatu at straightedgelinux.com (Klaatu) Date: Wed, 14 Oct 2015 19:17:13 +1300 Subject: [Slackbuilds-users] sbotools vs. sbopkg In-Reply-To: <201510131644.16286.ricardo@palmtx.com.ar> References: <201510131644.16286.ricardo@palmtx.com.ar> Message-ID: <561DF369.3030406@straightedgelinux.com> I too use a frontend for everyday SBo usage, but when there is failure it's usually step #1 of my troubleshooting routine to run the slackbuild directly. -klaatu On 10/14/2015 08:44 AM, Ricardo J. Barberis wrote: > El Lunes 12/10/2015, Steve Wood escribi?: >> I'm going to throw in a paltry suggestion to use sbotools, which captures >> the spirit of BSD's ports. (We don't need no stinkin' ncurses interface) >> But if you want to take others' suggestion of not using any tools that is >> also fine. > > Well, to be honest, I've been using sbopkg for over a year and only recently > found out it had an ncurses interface, I always used it like this: > > sbopkg -r > sbopkg -u > sbopkg -c > sbopkg -g > sbopkg -s > sbopkg -i > >>> Message: 5 >>> Date: Mon, 12 Oct 2015 22:04:34 +0200 >>> From: Didier Spaier >>> To: slackbuilds-users at slackbuilds.org >>> Subject: Re: [Slackbuilds-users] Pulseaudio >>> Message-ID: <561C1252.7040202 at slint.fr> >>> Content-Type: text/plain; charset=windows-1252; format=flowed >>> >>> On 12/10/2015 21:31, Citizen X wrote: >>>> Been considering switching to sbopkg because I hear good things. I know >>>> that the info file is 7.0 & points at 7.0 and the script says 7.0 but >>>> when fetching from slackbuilds.org it's grabs the 6.0 source. grabbed it >>>> with wget but I am having weird issues now. Looking like I need to do a >>>> fresh install again. =( >>> >>> So as Ryan said that's not a problem with slackuilds.org but with the >>> tool you use, or maybe the ay you use it. >>> >>> For instance If you use sbopkg, never forget to sync the repository >>> before making an installation or update >>> >>> Cheers, >>> Didier > From ryan.q at linux.com Wed Oct 14 14:25:33 2015 From: ryan.q at linux.com (Ryan P.C. McQuen) Date: Wed, 14 Oct 2015 07:25:33 -0700 Subject: [Slackbuilds-users] sbotools vs. sbopkg In-Reply-To: <561DF369.3030406@straightedgelinux.com> References: <201510131644.16286.ricardo@palmtx.com.ar> <561DF369.3030406@straightedgelinux.com> Message-ID: On Tue, Oct 13, 2015 at 11:17 PM, Klaatu wrote: > I too use a frontend for everyday SBo usage, but when there is failure > it's usually step #1 of my troubleshooting routine to run the slackbuild > directly. > > -klaatu Since Klaatu is too humble to mention the awesome tool he built, I will: http://slackermedia.info/sport/ -- -Ryan [ryanpcmcquen.org] From fernando.lopezjr at gmail.com Thu Oct 15 16:57:33 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Thu, 15 Oct 2015 10:57:33 -0600 Subject: [Slackbuilds-users] audacity not compiling =| Message-ID: X11.so /usr/lib64/libxcb.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so /usr/lib64/libdrm.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/ libgio-2.0.so -lresolv /usr/lib64/libpangoft2-1.0.so /usr/lib64/ libpango-1.0.so /usr/lib64/libgmodule-2.0.so /usr/lib64/libgthread-2.0.so /usr/lib64/libgobject-2.0.so /usr/lib64/../lib64/libffi.so /usr/lib64/libfontconfig.so /usr/lib/libfreetype.so /usr/lib/libexpat.so /usr/lib64/libexpat.so /usr/lib64/libharfbuzz.so /usr/lib64/libglib-2.0.so /usr/lib64/libfreetype.so /usr/lib/libpng16.so -lbz2 /usr/lib64/libpng16.so -lz /usr/lib64/libasound.so -lm -ldl -lpthread /usr/lib64/libudev.so -lrt -pthread -Wl,-rpath -Wl,/usr/lib64/../lib64 -Wl,-rpath -Wl,/usr/lib64/../lib64 /usr/lib/libXext.so: error adding symbols: File in wrong format collect2: error: ld returned 1 exit status make[2]: *** [audacity] Error 1 make[2]: Leaving directory `/tmp/SBo/audacity-src-2.1.0/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/SBo/audacity-src-2.1.0/src' make: *** [all-recursive] Error 1 audacity: 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, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From matteo.bernardini at gmail.com Thu Oct 15 17:01:57 2015 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Thu, 15 Oct 2015 19:01:57 +0200 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: References: Message-ID: 2015-10-15 18:57 GMT+02:00 Fernando Lopez : > X11.so /usr/lib64/libxcb.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so > /usr/lib64/libdrm.so /usr/lib64/libgdk_pixbuf-2.0.so > /usr/lib64/libgio-2.0.so -lresolv /usr/lib64/libpangoft2-1.0.so > /usr/lib64/libpango-1.0.so /usr/lib64/libgmodule-2.0.so > /usr/lib64/libgthread-2.0.so /usr/lib64/libgobject-2.0.so > /usr/lib64/../lib64/libffi.so /usr/lib64/libfontconfig.so > /usr/lib/libfreetype.so /usr/lib/libexpat.so /usr/lib64/libexpat.so > /usr/lib64/libharfbuzz.so /usr/lib64/libglib-2.0.so > /usr/lib64/libfreetype.so /usr/lib/libpng16.so -lbz2 /usr/lib64/libpng16.so > -lz /usr/lib64/libasound.so -lm -ldl -lpthread /usr/lib64/libudev.so -lrt > -pthread -Wl,-rpath -Wl,/usr/lib64/../lib64 -Wl,-rpath > -Wl,/usr/lib64/../lib64 > /usr/lib/libXext.so: error adding symbols: File in wrong format > collect2: error: ld returned 1 exit status > make[2]: *** [audacity] Error 1 > make[2]: Leaving directory `/tmp/SBo/audacity-src-2.1.0/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/tmp/SBo/audacity-src-2.1.0/src' > make: *** [all-recursive] Error 1 > > audacity: > 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?: hi Fernando, most probably you are trying your build on a multilib system: please check http://slackbuilds.org/faq/#multilib Matteo From fernando.lopezjr at gmail.com Thu Oct 15 17:05:11 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Thu, 15 Oct 2015 11:05:11 -0600 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: References: Message-ID: yes. thank you. On Thu, Oct 15, 2015 at 11:01 AM, Matteo Bernardini < matteo.bernardini at gmail.com> wrote: > 2015-10-15 18:57 GMT+02:00 Fernando Lopez : > > X11.so /usr/lib64/libxcb.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so > > /usr/lib64/libdrm.so /usr/lib64/libgdk_pixbuf-2.0.so > > /usr/lib64/libgio-2.0.so -lresolv /usr/lib64/libpangoft2-1.0.so > > /usr/lib64/libpango-1.0.so /usr/lib64/libgmodule-2.0.so > > /usr/lib64/libgthread-2.0.so /usr/lib64/libgobject-2.0.so > > /usr/lib64/../lib64/libffi.so /usr/lib64/libfontconfig.so > > /usr/lib/libfreetype.so /usr/lib/libexpat.so /usr/lib64/libexpat.so > > /usr/lib64/libharfbuzz.so /usr/lib64/libglib-2.0.so > > /usr/lib64/libfreetype.so /usr/lib/libpng16.so -lbz2 > /usr/lib64/libpng16.so > > -lz /usr/lib64/libasound.so -lm -ldl -lpthread /usr/lib64/libudev.so -lrt > > -pthread -Wl,-rpath -Wl,/usr/lib64/../lib64 -Wl,-rpath > > -Wl,/usr/lib64/../lib64 > > /usr/lib/libXext.so: error adding symbols: File in wrong format > > collect2: error: ld returned 1 exit status > > make[2]: *** [audacity] Error 1 > > make[2]: Leaving directory `/tmp/SBo/audacity-src-2.1.0/src' > > make[1]: *** [all] Error 2 > > make[1]: Leaving directory `/tmp/SBo/audacity-src-2.1.0/src' > > make: *** [all-recursive] Error 1 > > > > audacity: > > 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?: > > hi Fernando, > > most probably you are trying your build on a multilib system: please check > > http://slackbuilds.org/faq/#multilib > > Matteo > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From didier at slint.fr Thu Oct 15 17:05:27 2015 From: didier at slint.fr (Didier Spaier) Date: Thu, 15 Oct 2015 19:05:27 +0200 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: References: Message-ID: <561FDCD7.9060001@slint.fr> On 15/10/2015 18:57, Fernando Lopez wrote: > /usr/lib/libXext.so: error adding symbols: File in wrong format Multilib issue? this symlink to a shared object is in /usr/lib or /usr/lib64 depending on $ARCH. From fernando.lopezjr at gmail.com Thu Oct 15 17:24:49 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Thu, 15 Oct 2015 11:24:49 -0600 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: <561FDCD7.9060001@slint.fr> References: <561FDCD7.9060001@slint.fr> Message-ID: can we add this line to the sbo build? LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ it compiled just fine... On Thu, Oct 15, 2015 at 11:05 AM, Didier Spaier wrote: > > > On 15/10/2015 18:57, Fernando Lopez wrote: > >> /usr/lib/libXext.so: error adding symbols: File in wrong format >> > > Multilib issue? this symlink to a shared object is in /usr/lib or > /usr/lib64 depending on $ARCH. > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryan.q at linux.com Thu Oct 15 17:40:15 2015 From: ryan.q at linux.com (Ryan P.C. McQuen) Date: Thu, 15 Oct 2015 10:40:15 -0700 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: References: <561FDCD7.9060001@slint.fr> Message-ID: On Thu, Oct 15, 2015 at 10:24 AM, Fernando Lopez wrote: > can we add this line to the sbo build? > > LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ > > it compiled just fine... That is up to Matteo, but probably will not happen since MULTILIB is NOT officially supported. You can use my 'unofficial' build if you want: https://github.com/ryanpcmcquen/ryanpc-slackbuilds/tree/master/unofficial/audacity -- -Ryan [ryanpcmcquen.org] From fernando.lopezjr at gmail.com Thu Oct 15 17:53:19 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Thu, 15 Oct 2015 11:53:19 -0600 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: References: <561FDCD7.9060001@slint.fr> Message-ID: how about we add this to the notes? or maybe a simple "if" in the build script. On Thu, Oct 15, 2015 at 11:40 AM, Ryan P.C. McQuen wrote: > On Thu, Oct 15, 2015 at 10:24 AM, Fernando Lopez > wrote: > > can we add this line to the sbo build? > > > > LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ > > > > it compiled just fine... > > > That is up to Matteo, but probably will not happen since MULTILIB is > NOT officially supported. You can use my 'unofficial' build if you > want: > > > https://github.com/ryanpcmcquen/ryanpc-slackbuilds/tree/master/unofficial/audacity > > > -- > -Ryan > [ryanpcmcquen.org] > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From yalhcru at gmail.com Thu Oct 15 18:31:43 2015 From: yalhcru at gmail.com (B Watson) Date: Thu, 15 Oct 2015 14:31:43 -0400 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: References: Message-ID: On 10/15/15, Fernando Lopez wrote: > /usr/lib/libXext.so: error adding symbols: File in wrong format http://slackbuilds.org/faq/#multilib From fernando.lopezjr at gmail.com Thu Oct 15 18:32:44 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Thu, 15 Oct 2015 12:32:44 -0600 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: References: Message-ID: thank you mr. watson. it has been solved. Regards, mr. holmes. On Thu, Oct 15, 2015 at 12:31 PM, B Watson wrote: > On 10/15/15, Fernando Lopez wrote: > > > /usr/lib/libXext.so: error adding symbols: File in wrong format > > http://slackbuilds.org/faq/#multilib > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From matteo.bernardini at gmail.com Thu Oct 15 18:35:47 2015 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Thu, 15 Oct 2015 20:35:47 +0200 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: References: Message-ID: 2015-10-15 20:32 GMT+02:00 Fernando Lopez : > thank you mr. watson. it has been solved. > > > Regards, mr. holmes. well, I have enough of people asking me this. Hope they will stop now :) http://slackbuilds.org/cgit/slackbuilds/commit/?id=fc78209b9f9164cc07fd6fdabe9473903d00c4d8 Matteo From kingbeowulf at gmail.com Fri Oct 16 02:20:13 2015 From: kingbeowulf at gmail.com (King Beowulf) Date: Thu, 15 Oct 2015 19:20:13 -0700 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: References: Message-ID: <56205EDD.7020208@gmail.com> On 10/15/2015 11:35 AM, Matteo Bernardini wrote: > 2015-10-15 20:32 GMT+02:00 Fernando Lopez : >> thank you mr. watson. it has been solved. >> >> >> Regards, mr. holmes. > > well, I have enough of people asking me this. > Hope they will stop now :) > > http://slackbuilds.org/cgit/slackbuilds/commit/?id=fc78209b9f9164cc07fd6fdabe9473903d00c4d8 > > Matteo Hold yer horses, there, Matteo. Not that I oppose good customer service, but lets take a step back. I just built audacity-2.1.0 on both Slackware64 14.1 multilib and Slackware64 14.1 pure. Both compiled fine without the need for LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" redundancy. I suppose it won't hurt, and some software will no doubt need still need it, but I had hoped we had progressed beyond these glitches that plagued SLAMD64. Thus, I suspect that those users who complain about this have some how fubar'ed their Slackware multilib installation. I, for one, tend to blame myself first when a script from SBo doesn't work; especially since I fiddle with my main box a bit. I now test in a clean qemu VM to be sure. Does SBo want to have unnecessary fixes put in place to appease those who just take some time to fix their Slackware install instead? -Ed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From fernando.lopezjr at gmail.com Fri Oct 16 03:21:51 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Thu, 15 Oct 2015 21:21:51 -0600 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: <56205EDD.7020208@gmail.com> References: <56205EDD.7020208@gmail.com> Message-ID: King, can you test on current with multilib? On Thu, Oct 15, 2015 at 8:20 PM, King Beowulf wrote: > On 10/15/2015 11:35 AM, Matteo Bernardini wrote: > > 2015-10-15 20:32 GMT+02:00 Fernando Lopez : > >> thank you mr. watson. it has been solved. > >> > >> > >> Regards, mr. holmes. > > > > well, I have enough of people asking me this. > > Hope they will stop now :) > > > > > http://slackbuilds.org/cgit/slackbuilds/commit/?id=fc78209b9f9164cc07fd6fdabe9473903d00c4d8 > > > > Matteo > > Hold yer horses, there, Matteo. Not that I oppose good customer > service, but lets take a step back. I just built audacity-2.1.0 on both > Slackware64 14.1 multilib and Slackware64 14.1 pure. Both compiled fine > without the need for > > LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" > > redundancy. I suppose it won't hurt, and some software will no doubt > need still need it, but I had hoped we had progressed beyond these > glitches that plagued SLAMD64. > > Thus, I suspect that those users who complain about this have some how > fubar'ed their Slackware multilib installation. I, for one, tend to > blame myself first when a script from SBo doesn't work; especially since > I fiddle with my main box a bit. I now test in a clean qemu VM to be sure. > > Does SBo want to have unnecessary fixes put in place to appease those > who just take some time to fix their Slackware install instead? > > -Ed > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > > -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From matteo.bernardini at gmail.com Fri Oct 16 05:23:22 2015 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Fri, 16 Oct 2015 07:23:22 +0200 Subject: [Slackbuilds-users] audacity not compiling =| In-Reply-To: References: <56205EDD.7020208@gmail.com> Message-ID: 2015-10-16 5:21 GMT+02:00 Fernando Lopez : > King, can you test on current with multilib? I just tested on current with multilib and it built fine. so I guess I can remove the commit. Matteo From yalhcru at gmail.com Fri Oct 16 06:15:43 2015 From: yalhcru at gmail.com (B Watson) Date: Fri, 16 Oct 2015 02:15:43 -0400 Subject: [Slackbuilds-users] jq source gone AWOL Message-ID: https://stedolan.github.io/jq/download/source/jq-1.4.tar.gz is 404. Another copy found here: http://distcache.FreeBSD.org/ports-distfiles/jq-1.4.tar.gz jq-1.5 is out, has been since August, in case someone wants to update the build. From willysr at slackbuilds.org Fri Oct 16 06:49:55 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 16 Oct 2015 13:49:55 +0700 Subject: [Slackbuilds-users] jq source gone AWOL In-Reply-To: References: Message-ID: <56209E13.4040809@slackbuilds.org> > https://stedolan.github.io/jq/download/source/jq-1.4.tar.gz is 404. Fixed in my branch Thanks -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From kingbeowulf at gmail.com Fri Oct 16 07:07:10 2015 From: kingbeowulf at gmail.com (King Beowulf) Date: Fri, 16 Oct 2015 00:07:10 -0700 Subject: [Slackbuilds-users] Building Stellarium from the 14.1 repositories In-Reply-To: <561C17B4.5030504@slint.fr> References: <561C17B4.5030504@slint.fr> Message-ID: <5620A21E.6060701@gmail.com> On 10/12/2015 01:27 PM, Didier Spaier wrote: > > On 12/10/2015 22:07, EM Uhill wrote: >> use Stellarium 0.13.3 for those who have one of the Mesa 10.x libs >> installed and add another entry for Stellarium 0.12.4 for those who have >> Mesa 9.x libs installed. > Ar time of writing Slackare version 14.1 ships mesa 9.1.7 and > Slackare current mesa 11.0.2. > > So, as slackbuilds.org only provides SlackBuilds intended for a > stable release, I assume that the upgrade of Stellarium you suggest > would have to wait for the next Slackware release anyway. > > But that's just a regular user's assumption. > Cheers, > Didier Eric According to Stellarium website, release 0.12.5 back ports some of the 0.13.2 fixes and improvements. Also, the qt-5.5 includes bug was fixed upstream and should be released soon. https://bugs.launchpad.net/stellarium/+bug/1504595 http://bazaar.launchpad.net/~stellarium/stellarium/0.13/revision/6940 No need to jump through hoops on SBo, or use a patch from Gentoo as opposed to the patch from upstream. SBo is for the STABLE stock Slackware release. Every once in a while we'll find a glitch or two with dependencies as an update for one program breaks another. I am not opposed to a small patch to get it to work, just in silly If-Then in the script for fringe use cases. Either wait for the next release, or if you are burning to run the latest build on Slackware64 14.1, either get the upstream beta test release, or downgrade to qt-5.4.x You can get that slackbuild from SBo cgit history. stellarium-0.13.3 qt-5.4.1 all else stock (Mesa-9.1.7) except for nvidia-352-41. runs fine, 60fps (capped to LCD monitor). You do not need Mesa > 9 to run stellarium-0.13.3 you just need a decent GPU, and my new i7-5280k probably helps too. My regular user's 2 cents. -Ed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Sat Oct 17 00:46:08 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 17 Oct 2015 07:46:08 +0700 Subject: [Slackbuilds-users] Building Stellarium from the 14.1 repositories In-Reply-To: <5620A21E.6060701@gmail.com> References: <561C17B4.5030504@slint.fr> <5620A21E.6060701@gmail.com> Message-ID: <56219A50.4060808@slackbuilds.org> > all else stock (Mesa-9.1.7) except for nvidia-352-41. runs fine, 60fps > (capped to LCD monitor). You do not need Mesa > 9 to run > stellarium-0.13.3 you just need a decent GPU, and my new i7-5280k > probably helps too. I just updated to 0.13.3 with qt5.5 patch and it does work about decent GPU, it's already mentioned in the README, so users should read that -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From slackalaxy at gmail.com Sat Oct 17 11:35:51 2015 From: slackalaxy at gmail.com (Petar Petrov) Date: Sat, 17 Oct 2015 14:35:51 +0300 Subject: [Slackbuilds-users] versioned google-earth tarball Message-ID: Hi, you can find versioned tarballs of google-earth here: http://www.ubuntuupdates.org/pm/googleearth I because was loon?ing for the 6.2.2 "sources", since version 7.1.1 has a bug and does not display places photos. regards, Petar -------------- next part -------------- An HTML attachment was scrubbed... URL: From uhillem at gmail.com Sat Oct 17 18:18:34 2015 From: uhillem at gmail.com (EM Uhill) Date: Sat, 17 Oct 2015 11:18:34 -0700 Subject: [Slackbuilds-users] Building Stellarium from the 14.1 repositories Message-ID: As I understand it, anything on Slackbuilds can be updated if the maintainer submits an update. Whether or not Stellarium gets updated doesn't really matter. I just hope that my posting here will help someone out if they run into problems. -------------- next part -------------- An HTML attachment was scrubbed... URL: From uhillem at gmail.com Sat Oct 17 18:51:07 2015 From: uhillem at gmail.com (EM Uhill) Date: Sat, 17 Oct 2015 11:51:07 -0700 Subject: [Slackbuilds-users] (no subject) Message-ID: > Eric > According to Stellarium website, release 0.12.5 back ports some of the > 0.13.2 fixes and improvements. Also, the qt-5.5 includes bug was fixed > upstream and should be released soon. > https://bugs.launchpad.net/stellarium/+bug/1504595 > http://bazaar.launchpad.net/~stellarium/stellarium/0.13/revision/6940 > No need to jump through hoops on SBo, or use a patch from Gentoo as > opposed to the patch from upstream. SBo is for the STABLE stock > Slackware release. Every once in a while we'll find a glitch or two > with dependencies as an update for one program breaks another. I am > not opposed to a small patch to get it to work, just in silly If-Then in > the script for fringe use cases. > Either wait for the next release, or if you are burning to run the > latest build on Slackware64 14.1, either get the upstream beta test > release, or downgrade to qt-5.4.x You can get that slackbuild from SBo > cgit history. > stellarium-0.13.3 > qt-5.4.1 > all else stock (Mesa-9.1.7) except for nvidia-352-41. runs fine, 60fps > (capped to LCD monitor). You do not need Mesa > 9 to run > stellarium-0.13.3 you just need a decent GPU, and my new i7-5280k > probably helps too. > My regular user's 2 cents. > -Ed Interesting that the main line patch didn't come up in a google search and the gentoo patch did. If I run into problems, I'll then upgrade to 12.5. I only have an nvida quatro NVS 110M. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryan.q at linux.com Sun Oct 18 00:11:10 2015 From: ryan.q at linux.com (Ryan P.C. McQuen) Date: Sat, 17 Oct 2015 17:11:10 -0700 Subject: [Slackbuilds-users] zfs-on-linux commit message Message-ID: It appears it was entered as: system/system/zfs-on-linux: Updated for version 0.6.5.3. http://slackbuilds.org/cgit/slackbuilds/commit/?id=0755ed0ef Typo, right? -- [ryanpcmcquen.org] -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sun Oct 18 00:19:11 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 18 Oct 2015 07:19:11 +0700 Subject: [Slackbuilds-users] Building Stellarium from the 14.1 repositories In-Reply-To: References: Message-ID: <5622E57F.7030406@slackbuilds.org> > As I understand it, anything on Slackbuilds can be updated if the > maintainer submits an update. Whether or not Stellarium gets updated > doesn't really matter. I just hope that my posting here will help someone > out if they run into problems. We tried to minimize broken scripts in our repo, so if the maintainer is MIA, other users might suggest a fix/patch to make it work again. -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Sun Oct 18 00:34:17 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 18 Oct 2015 07:34:17 +0700 Subject: [Slackbuilds-users] Updates - 20151018.1 Message-ID: <5622E909.4060908@slackbuilds.org> Sun Oct 18 00:24:08 UTC 2015 academic/Mnemosyne: Updated for version 2.3.4. academic/gwyddion: Updated for version 2.42. academic/stellarium: Updated for version 0.13.3. audio/ff8dls: Fix download URL. audio/pulseaudio: Handle bash-completion. audio/vocoder-ladspa: Update download URL. desktop/awesome-extra: Added (additional modules for awesome WM). desktop/openbox-simple-theme: Updated for version 20151010. desktop/plank: Updated for version 0.10.1. desktop/recoll: Updated for version 1.21.2. desktop/xfce4-timer-plugin: Added (Timer Plugin). desktop/yad: Updated for version 0.31.2. development/brackets: Updated for version 1.5. development/eclipse-cpp: Updated for version 4.5.1. development/eclipse-java: Updated for version 4.5.1. development/eclipse-jee: Updated for version 4.5.1. development/jam: Update DOWNLOAD url. development/monodevelop-database: Updated for version 5.7.0.660. development/monodevelop-debugger-gdb: Removed (Now in monodevelop). development/monodevelop: Updated for version 5.7.0.660. development/xtruss: Updated for version 20150926.f43ba98. games/ags: Updated for version 3.3.4.2. games/mednafen: Updated for version 0.9.38.7. games/nestopia: Update README. games/qstat: Updated for version 585f4c1. games/teeworlds: Update script. gis/OTB: Remove mapnik as an optional dependency. gis/postgis: Updated for version 2.2.0. graphics/CairoSVG: Updated for version 1.0.17. graphics/blender: Updated for version 2.76. graphics/dia: Build HTML documentation. graphics/digikam: Updated to version 4.14.0. graphics/gimp-plugin-bimp: Updated for version 1.16. haskell/hscolour: Update DOWNLOAD url. libraries/botocore: Updated for version 1.2.10. libraries/dropbox-python: Updated for version 3.37. libraries/hidapi: Added (Library to access HID devices). libraries/irrlicht: Updated for version 1.8.3. libraries/libaacs: Updated for version 0.8.1. libraries/libbluray: Updated for version 0.9.0. libraries/libkface: Added (KDE face recognition wrapper library). libraries/libkvkontakte: Updated for version 4.12.0. libraries/libu2f-host: Added (Yubico 2UF C Library). libraries/live555: Updated for version 2015.10.12. libraries/xapian-core: Updated for version 1.2.21. misc/po4a: Update VERSION. multimedia/bino: Added (3D video player). multimedia/flashplayer-plugin: Updated for version 11.2.202.540. multimedia/obs-studio: Updated for version 0.12.0. network/awscli: Updated for version 1.8.12. network/bitcoin: Updated for version 0.11.1. network/google-cli: Updated for version 1.8. network/gtk-gnutella: Updated for version 1.1.5. network/icecat: Updated for version 38.3.0. network/iojs: Updated for version 4.2.1. network/otter: Updated for version 0.9.07. network/palemoon: Updated for version 25.7.3. network/pidgin-skypeweb: Updated for version 256e64d. network/python-onedrive: Updated for version 15.10.3. network/qTox: Updated for version 20151011. network/tixati: Updated for version 2.21_1. network/vivaldi: Updated for version 1.0.291.18. network/youtube-dl: Updated for version 2015.10.13. network/znc: Updated for version 1.6.1. office/unoconv: Updated for version 0.7. python/dhcpy6d: Added (DHCPv6 server daemon). python/npyscreen: Updated for version 4.10.5. python/pbr: Updated for version 1.8.1. python/psutil: Updated for version 3.2.2. python/pytest: Updated for version 2.8.2. python/python-requests: Updated for version 2.8.1. python/regex: Updated for version 2015.10.05. python/six: Updated for version 1.10.0. python/stevedore: Updated for version 1.9.0. system/argyllcms: Added (Argyll Color Management System). system/dar: Updated for version 2.5.0. system/intel-microcode: Update script. system/jq: Update DOWNLOAD url. system/openrc-services: Updated for version 20151010. system/openrc: Updated for version 0.18.3. system/slpkg: Updated for version 3.0.0. system/spl-solaris: Updated for version 0.6.5.3. system/unrtf: Updated for version 0.21.7. system/zfs-on-linux: Updated for version 0.6.5.3. +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From andrew.david.strong at gmail.com Sun Oct 18 00:50:26 2015 From: andrew.david.strong at gmail.com (andrew) Date: Sun, 18 Oct 2015 11:50:26 +1100 Subject: [Slackbuilds-users] Updated abcde available... Message-ID: <20151018005026.GA2267@ilium.andrews-corner.org> I am in the lucky position of being one of the abcde developers as well as a Slackware user, hence this heads-up about the release of abcde 2.7.1. I note that the version on SBo is still abcde 2.6. The latest version has made a huge list of updates from 2.6, highlights being: * Ability to use wine for some encoding * Ability to use FFmpeg for some encoding * Automated and semi-automated Album art downloading using glyr * Vastly expanded abilities with aac encoding * Ripping supported with libcdio * Support added for alac, tta, Monkey's Audio and others and many, many bug fixes. It would be nice to see the latest version on SBo :). Andrew -- You think that's air you're breathing now? From glenn.becker at gmail.com Sun Oct 18 00:52:22 2015 From: glenn.becker at gmail.com (Glenn Becker) Date: Sat, 17 Oct 2015 20:52:22 -0400 Subject: [Slackbuilds-users] Updated abcde available... In-Reply-To: <20151018005026.GA2267@ilium.andrews-corner.org> References: <20151018005026.GA2267@ilium.andrews-corner.org> Message-ID: Thanks! I'm working my way down my list of SlackBuilds and abcde is up soon. :) Am trying to streamline my build work (that is, have SOME ORGANIZATION rather than none) so I hope I'll be less glacial in future. On Sat, Oct 17, 2015 at 8:50 PM, andrew wrote: > I am in the lucky position of being one of the abcde developers as > well as a Slackware user, hence this heads-up about the release of > abcde 2.7.1. I note that the version on SBo is still abcde 2.6. > > The latest version has made a huge list of updates from 2.6, > highlights being: > > * Ability to use wine for some encoding > * Ability to use FFmpeg for some encoding > * Automated and semi-automated Album art downloading using glyr > * Vastly expanded abilities with aac encoding > * Ripping supported with libcdio > * Support added for alac, tta, Monkey's Audio and others > > and many, many bug fixes. It would be nice to see the latest version > on SBo :). > > Andrew > -- > You think that's air you're breathing now? > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fritz.kent at gmail.com Sun Oct 18 15:41:22 2015 From: fritz.kent at gmail.com (Kent Fritz) Date: Sun, 18 Oct 2015 08:41:22 -0700 Subject: [Slackbuilds-users] jq slackbuild download URL 404 Message-ID: This URL works: https://github.com/stedolan/jq/releases/download/jq-1.4/jq-1.4.tar.gz Slackbuild seems to work with 1.5 if you add --disable-maintainer-mode to the configure step. Thanks, Kent. -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sun Oct 18 17:44:55 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 19 Oct 2015 00:44:55 +0700 Subject: [Slackbuilds-users] jq slackbuild download URL 404 In-Reply-To: References: Message-ID: <5623DA97.8090006@slackbuilds.org> > This URL works: > https://github.com/stedolan/jq/releases/download/jq-1.4/jq-1.4.tar.gz It was fixed in last public update -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From uhillem at gmail.com Sun Oct 18 18:14:21 2015 From: uhillem at gmail.com (EM Uhill) Date: Sun, 18 Oct 2015 11:14:21 -0700 Subject: [Slackbuilds-users] Building Stellarium from the 14.1 repositories Message-ID: >> As I understand it, anything on Slackbuilds can be updated if the >> maintainer submits an update. Whether or not Stellarium gets updated >> doesn't really matter. I just hope that my posting here will help someone >> out if they run into problems. > We tried to minimize broken scripts in our repo, so if the maintainer is > MIA, other users might suggest a fix/patch to make it work again. > -- > Willy Sudiarto Raharjo I just got a reply back from Alan this morning. He has noticed the fix has been applied to the repository. So now we are discussing the GPU end of the issue. I also informed him that there is a discussion here as well. Eric Underhill -------------- next part -------------- An HTML attachment was scrubbed... URL: From uhillem at gmail.com Sun Oct 18 18:22:41 2015 From: uhillem at gmail.com (EM Uhill) Date: Sun, 18 Oct 2015 11:22:41 -0700 Subject: [Slackbuilds-users] Building Stellarium from the 14.1 repositories Message-ID: > No need to jump through hoops on SBo, or use a patch from Gentoo as > opposed to the patch from upstream. SBo is for the STABLE stock > Slackware release. Every once in a while we'll find a glitch or two > with dependencies as an update for one program breaks another. I am > not opposed to a small patch to get it to work, just in silly If-Then in > the script for fringe use cases. I checked out the patch from upstream and found it to be the same as the Gentoo patch. Eric Underhill -------------- next part -------------- An HTML attachment was scrubbed... URL: From black_rider at esdebian.org Thu Oct 15 17:17:05 2015 From: black_rider at esdebian.org (Black Rider of Edge) Date: Thu, 15 Oct 2015 19:17:05 +0200 Subject: [Slackbuilds-users] Email account removal Message-ID: Hello. This is a notification. My email account (black_rider at esdebian.org) will soon be cancelled. This means my slackbuilds should have their email field updated with a new address (softwareworks at use.startmail.com). My Slackbuilds at this moment are: hedgewars KoboDeluxe unhide From gary at garyrh.com Mon Oct 19 20:41:06 2015 From: gary at garyrh.com (Gary Herreman) Date: Mon, 19 Oct 2015 13:41:06 -0700 Subject: [Slackbuilds-users] jq source gone AWOL In-Reply-To: References: Message-ID: <56255562.6040707@garyrh.com> On 10/15/2015 11:15 PM, B Watson wrote: > https://stedolan.github.io/jq/download/source/jq-1.4.tar.gz is 404. > > Another copy found here: > > http://distcache.FreeBSD.org/ports-distfiles/jq-1.4.tar.gz > > jq-1.5 is out, has been since August, in case someone wants to update > the build. Thanks for the heads-up! jq 1.5 depends on oniguruma for regular expressions, which isn't currently on slackbuilds.org. Although it's now optional, it looks like most distros build jq with oniguruma anyway, so for consistency's sake I'd prefer to require oniguruma. So, does anyone want to submit oniguruma? I'd do it myself, but I don't really have the time to maintain another package. :( (The instructions for installing are here: https://github.com/kkos/oniguruma) -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.willing at iinet.net.au Tue Oct 20 13:52:17 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Tue, 20 Oct 2015 23:52:17 +1000 Subject: [Slackbuilds-users] jq source gone AWOL In-Reply-To: <56255562.6040707@garyrh.com> References: <56255562.6040707@garyrh.com> Message-ID: <56264711.9060506@iinet.net.au> On 20/10/15 06:41, Gary Herreman wrote: > On 10/15/2015 11:15 PM, B Watson wrote: >> https://stedolan.github.io/jq/download/source/jq-1.4.tar.gz is 404. >> >> Another copy found here: >> >> http://distcache.FreeBSD.org/ports-distfiles/jq-1.4.tar.gz >> >> jq-1.5 is out, has been since August, in case someone wants to update >> the build. wget https://github.com/stedolan/jq/archive/jq-1.4.tar.gz works for me (as does wget https://github.com/stedolan/jq/archive/jq-1.5.tar.gz). From yalhcru at gmail.com Tue Oct 20 19:53:20 2015 From: yalhcru at gmail.com (B Watson) Date: Tue, 20 Oct 2015 15:53:20 -0400 Subject: [Slackbuilds-users] jq source gone AWOL In-Reply-To: <56264711.9060506@iinet.net.au> References: <56255562.6040707@garyrh.com> <56264711.9060506@iinet.net.au> Message-ID: On 10/20/15, Christoph Willing wrote: > wget https://github.com/stedolan/jq/archive/jq-1.4.tar.gz works for me It does now, didn't the other day. Sorry for the false alarm. From chris.willing at iinet.net.au Tue Oct 20 20:35:50 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Wed, 21 Oct 2015 06:35:50 +1000 Subject: [Slackbuilds-users] jq source gone AWOL In-Reply-To: References: <56255562.6040707@garyrh.com> <56264711.9060506@iinet.net.au> Message-ID: <5626A5A6.2090006@iinet.net.au> On 21/10/15 05:53, B Watson wrote: > On 10/20/15, Christoph Willing wrote: >> wget https://github.com/stedolan/jq/archive/jq-1.4.tar.gz works for me > > It does now, didn't the other day. Sorry for the false alarm. It wasn't a false alarm - the urls are slightly different. The url you mentioned as bad (https://stedolan.github.io/jq/download/source/jq-1.4.tar.gz) and also the one in the jq.info file (https://github.com/stedolan/jq/releases/download/jq-1.4/jq-1.4.tar.gz) both fail for me. Note that the url that works (https://github.com/stedolan/jq/archive/jq-1.4.tar.gz) needs --no-content-disposition option for wget if it is configured to be on by default as mine is these days. chris From chris.willing at iinet.net.au Tue Oct 20 21:52:42 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Wed, 21 Oct 2015 07:52:42 +1000 Subject: [Slackbuilds-users] jq source gone AWOL In-Reply-To: <5626A5A6.2090006@iinet.net.au> References: <56255562.6040707@garyrh.com> <56264711.9060506@iinet.net.au> <5626A5A6.2090006@iinet.net.au> Message-ID: <5626B7AA.6000908@iinet.net.au> On 21/10/15 06:35, Christoph Willing wrote: > On 21/10/15 05:53, B Watson wrote: >> On 10/20/15, Christoph Willing wrote: >>> wget https://github.com/stedolan/jq/archive/jq-1.4.tar.gz works for me >> >> It does now, didn't the other day. Sorry for the false alarm. > > It wasn't a false alarm - the urls are slightly different. The url you > mentioned as bad > (https://stedolan.github.io/jq/download/source/jq-1.4.tar.gz) and also > the one in the jq.info file > (https://github.com/stedolan/jq/releases/download/jq-1.4/jq-1.4.tar.gz) > both fail for me. > > Note that the url that works > (https://github.com/stedolan/jq/archive/jq-1.4.tar.gz) needs > --no-content-disposition option for wget if it is configured to be on by > default as mine is these days. The saga continues ... the url in the .info file does work provided wget's content-disposition is not set (mine is on by default). Sorry for the misinformation. chris From yalhcru at gmail.com Wed Oct 21 00:42:41 2015 From: yalhcru at gmail.com (B Watson) Date: Tue, 20 Oct 2015 20:42:41 -0400 Subject: [Slackbuilds-users] jq source gone AWOL In-Reply-To: <5626B7AA.6000908@iinet.net.au> References: <56255562.6040707@garyrh.com> <56264711.9060506@iinet.net.au> <5626A5A6.2090006@iinet.net.au> <5626B7AA.6000908@iinet.net.au> Message-ID: On 10/20/15, Christoph Willing wrote: > The saga continues ... the url in the .info file does work provided > wget's content-disposition is not set (mine is on by default). Sorry for > the misinformation. I'm slowly starting to teach myself to use curl instead of wget, for reasons like this. It seems to be a little less complex. From yalhcru at gmail.com Wed Oct 21 21:56:36 2015 From: yalhcru at gmail.com (B Watson) Date: Wed, 21 Oct 2015 17:56:36 -0400 Subject: [Slackbuilds-users] xmms-scrobbler source MIA Message-ID: Homepage and download link are both returning 403 Forbidden. There's a copy of the source with matching md5sum here: http://pkgs.fedoraproject.org/repo/pkgs/xmms-scrobbler/xmms-scrobbler-0.4.0.tar.gz/a50de221dfb2cd87d803d22655df3dad/xmms-scrobbler-0.4.0.tar.gz From yalhcru at gmail.com Wed Oct 21 22:12:07 2015 From: yalhcru at gmail.com (B Watson) Date: Wed, 21 Oct 2015 18:12:07 -0400 Subject: [Slackbuilds-users] suggestion for READMEs Message-ID: graphics/paraview and academic/Xyce both have fancy "web 2.0" download pages, I don't seem to be able to download the sources with either wget or curl. Maybe the maintainers of these packages could add a note to the READMEs, saying "sbopkg can't automatically download the source, it must be downloaded with a javascript-capable browser", something like that. Precedent for this would be the development/jdk README. Maybe also would be a nice thing to add to the submitter guidelines at http://slackbuilds.org/guidelines/: "If the source can't be downloaded non-interactively (e.g. with wget), please make a note of this in your README." From yalhcru at gmail.com Wed Oct 21 22:34:58 2015 From: yalhcru at gmail.com (B Watson) Date: Wed, 21 Oct 2015 18:34:58 -0400 Subject: [Slackbuilds-users] openscenegraph download URL 404 Message-ID: There's another copy here with matching md5sum: http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.2.1.zip ...of course the package could get updated instead, there have been a few stable releases since the 3.2.1 dev release. From jordanevans19 at gmail.com Wed Oct 21 23:45:11 2015 From: jordanevans19 at gmail.com (Jordan Evans) Date: Wed, 21 Oct 2015 16:45:11 -0700 Subject: [Slackbuilds-users] openscenegraph download URL 404 In-Reply-To: References: Message-ID: Yeah, I see its at 3.4.0 right now, I'll update it On Wed, Oct 21, 2015 at 3:34 PM, B Watson wrote: > There's another copy here with matching md5sum: > > > http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.2.1.zip > > ...of course the package could get updated instead, there have been a > few stable releases since the 3.2.1 dev release. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Thu Oct 22 00:14:29 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Thu, 22 Oct 2015 07:14:29 +0700 Subject: [Slackbuilds-users] xmms-scrobbler source MIA In-Reply-To: References: Message-ID: <56282A65.3090902@slackbuilds.org> > Homepage and download link are both returning 403 Forbidden. > > There's a copy of the source with matching md5sum here: > > http://pkgs.fedoraproject.org/repo/pkgs/xmms-scrobbler/xmms-scrobbler-0.4.0.tar.gz/a50de221dfb2cd87d803d22655df3dad/xmms-scrobbler-0.4.0.tar.gz Fixed in my branch Thanks -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Thu Oct 22 00:22:12 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Thu, 22 Oct 2015 07:22:12 +0700 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: Message-ID: <56282C34.40601@slackbuilds.org> > graphics/paraview and academic/Xyce both have fancy "web 2.0" download > pages, I don't seem to be able to download the sources with either wget > or curl. > > Maybe the maintainers of these packages could add a note to the > READMEs, saying "sbopkg can't automatically download the source, it > must be downloaded with a javascript-capable browser", something like > that. Precedent for this would be the development/jdk README. Fixed in my branch > Maybe also would be a nice thing to add to the submitter guidelines at > http://slackbuilds.org/guidelines/: "If the source can't be downloaded > non-interactively (e.g. with wget), please make a note of this in your > README." sbopkg or any automatic tools are not really officially supported according to our HOWTO page based on SBo's original workflow, you must download the source manually -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From erik at slackbuilds.org Thu Oct 22 00:50:22 2015 From: erik at slackbuilds.org (Erik Hanson) Date: Wed, 21 Oct 2015 19:50:22 -0500 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: Message-ID: <20151021195022.20268c5b@shaggy.doo> On Wed, 21 Oct 2015 18:12:07 -0400 B Watson wrote: > graphics/paraview and academic/Xyce both have fancy "web 2.0" download > pages, I don't seem to be able to download the sources with either > wget or curl. Those links should be fixed. Xyce is giving me 403 in a browser, and paraview could follow the AUR link as an example. > Maybe the maintainers of these packages could add a note to the > READMEs, saying "sbopkg can't automatically download the source, it > must be downloaded with a javascript-capable browser", something like > that. Precedent for this would be the development/jdk README. We already require direct download links, which I think implies an ability to download via typical command line tools. There may be a few exceptions, such as jdk (truecrypt was, at some point) but I think we'd be better to not allow any more in the future. > Maybe also would be a nice thing to add to the submitter guidelines at > http://slackbuilds.org/guidelines/: "If the source can't be downloaded > non-interactively (e.g. with wget), please make a note of this in your > README." The guidelines explicitly state "direct download link(s) ..." -- Erik From yalhcru at gmail.com Thu Oct 22 02:53:46 2015 From: yalhcru at gmail.com (B Watson) Date: Wed, 21 Oct 2015 22:53:46 -0400 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: <20151021195022.20268c5b@shaggy.doo> References: <20151021195022.20268c5b@shaggy.doo> Message-ID: On 10/21/15, Erik Hanson wrote: > We already require direct download links, which I think implies an > ability to download via typical command line tools. Maybe it should be spelled out explicitly? Something like: --- If your download URL(s) can't be downloaded with a command like this: ( . ./*.info ; wget "$DOWNLOAD" ) ...then you should find a different URL, if you can (hint: try a google search for the md5sum). If the file's not available from any other site, consider hosting it yourself, or asking on the mailing list for someone to host the file. If this is impossible due to licensing terms (no 3rd party distribution allowed), please make a note in your README that says something like: | The source must be downloaded interactively with a web browser, and will | not work with wget or sbopkg. If the site requires registration, please mention this fact as well. --- ...also, I wish there were some other guidelines about URLs. I've been working on a download-bot, and run into a few other things: - Dropbox URLs actually *can* be downloaded directly, if ?dl=1 is added to the end. I tried 8 or 10 of these, and in all cases, wget was able to get the file... Though it saves it with the ?dl=1 as part of the filename, so the SlackBuild should be prepared to deal with that. Currently none of the dropbox.com links on SBo have ?dl=1 at the end (one of them even has ?dl=0). This affects these builds: academic/GeoGebra academic/smath-studio audio/xmms-wma desktop/awoken-icon-theme desktop/murrine-themes desktop/obshutdown desktop/openbox-simple-theme desktop/siva-flat-themes desktop/skippy-xd desktop/slack-wallpapers development/simulavr games/vcmi-resolutions graphics/rawstudio libraries/muParser multimedia/cueplayer multimedia/gpac multimedia/shotcut multimedia/tabu_audio_player network/fail2ban network/freerapid network/offlineimap system/zuluCrypt - Sourceforge URLs should never mention a specific mirror site, only "downloads.sourceforge.net" or "projectname.sourceforge.net" (I'm not actually sure which is better, myself). Links that include .dl.sourceforge.net can and will break, when they stop being part of sourceforge's pool of mirrors. This isn't theoretical, 3 of the SF mirrors (garr, hivelocity, softlayer-dal) listed in SBo download links are no longer resolvable, which breaks the download links for: academic/labplot2 development/cppcms development/cppdb libraries/collada-dom network/wput > There may be a few exceptions, such as jdk (truecrypt was, at some > point) but I think we'd be better to not allow any more in the future. Right... So long as the README makes it clear, and whoever's doing the approval (Willy, likely) is aware of it, there's no issue for us users. In a few cases, where there's a restrictive "no 3rd party distribution" license like the jdk has, it's the only possibility (other than "no SBo build at all"). From willysr at slackbuilds.org Thu Oct 22 03:10:34 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Thu, 22 Oct 2015 10:10:34 +0700 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: <20151021195022.20268c5b@shaggy.doo> Message-ID: > - Dropbox URLs actually *can* be downloaded directly, if ?dl=1 is added to > the end. I tried 8 or 10 of these, and in all cases, wget was able to get > the file... Though it saves it with the ?dl=1 as part of the filename, > so the SlackBuild should be prepared to deal with that. Currently none > of the dropbox.com links on SBo have ?dl=1 at the end (one of them even > has ?dl=0). I usually remove dl=1 since it works without it and it breaks the build since SlackBuild script failed to find the correct filename > This affects these builds: > > academic/GeoGebra > academic/smath-studio > audio/xmms-wma > desktop/awoken-icon-theme > desktop/murrine-themes > desktop/obshutdown > desktop/openbox-simple-theme > desktop/siva-flat-themes > desktop/skippy-xd > desktop/slack-wallpapers > development/simulavr > games/vcmi-resolutions > graphics/rawstudio > libraries/muParser > multimedia/cueplayer > multimedia/gpac > multimedia/shotcut > multimedia/tabu_audio_player > network/fail2ban > network/freerapid > network/offlineimap > system/zuluCrypt Will check it later > - Sourceforge URLs should never mention a specific mirror site, > only "downloads.sourceforge.net" or "projectname.sourceforge.net" > (I'm not actually sure which is better, myself). Links that include > .dl.sourceforge.net can and will break, when they stop being > part of sourceforge's pool of mirrors. I will wait for user report for that since there are a lot of SF mirrors out there and it's changing all the time > This isn't theoretical, 3 of the SF mirrors (garr, hivelocity, > softlayer-dal) listed in SBo download links are no longer resolvable, > which breaks the download links for: > > academic/labplot2 > development/cppcms > development/cppdb > libraries/collada-dom > network/wput Will check it later as well -- Willy Sudiarto Raharjo From yalhcru at gmail.com Thu Oct 22 05:03:17 2015 From: yalhcru at gmail.com (B Watson) Date: Thu, 22 Oct 2015 01:03:17 -0400 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: <20151021195022.20268c5b@shaggy.doo> Message-ID: On 10/21/15, Willy Sudiarto Raharjo wrote: > >> - Dropbox URLs actually *can* be downloaded directly, if ?dl=1 is added > > I usually remove dl=1 since it works without it and it breaks the build > since SlackBuild script failed to find the correct filename OK, I checked again, they do work without dl=1... provided the default user-agent is used. I had "user_agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)" in my ~/.wgetrc, left there from something else I was doing last week. From willysr at slackbuilds.org Thu Oct 22 07:04:17 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Thu, 22 Oct 2015 14:04:17 +0700 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: <20151021195022.20268c5b@shaggy.doo> Message-ID: <56288A71.20600@slackbuilds.org> > OK, I checked again, they do work without dl=1... provided the default > user-agent is used. I had "user_agent = Mozilla/4.0 (compatible; MSIE > 6.0; Windows NT 5.1)" in my ~/.wgetrc, left there from something else > I was doing last week. I don't have user_agent line on my .wgetrc and it still worked -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From yalhcru at gmail.com Thu Oct 22 09:33:57 2015 From: yalhcru at gmail.com (B Watson) Date: Thu, 22 Oct 2015 05:33:57 -0400 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: <56288A71.20600@slackbuilds.org> References: <20151021195022.20268c5b@shaggy.doo> <56288A71.20600@slackbuilds.org> Message-ID: On 10/22/15, Willy Sudiarto Raharjo wrote: > I don't have user_agent line on my .wgetrc and it still worked Right, in other words your wget is using the default user-agent. Have you looked into the sourceforge missing mirrors stuff yet? From baildon.research at googlemail.com Thu Oct 22 10:31:52 2015 From: baildon.research at googlemail.com (David Spencer) Date: Thu, 22 Oct 2015 11:31:52 +0100 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: <20151021195022.20268c5b@shaggy.doo> Message-ID: > ...also, I wish there were some other guidelines about URLs. I've been > working on a download-bot You are welcome to steal from download_src in https://github.com/idlemoor/slackrepo/blob/master/libexec/functions.d/srcfunctions.sh > - Dropbox URLs actually *can* be downloaded directly, if ?dl=1 is added to > the end. I tried 8 or 10 of these, and in all cases, wget was able to get > the file... The crucial thing is that Dropbox will do the right thing if and only if the user-agent string is 'wget' ... unfortunately some other sites will work only if the user-agent string is *not* wget. We can't win! > - Sourceforge URLs should never mention a specific mirror site, > only "downloads.sourceforge.net" or "projectname.sourceforge.net" > (I'm not actually sure which is better, myself). Links that include > .dl.sourceforge.net can and will break, when they stop being > part of sourceforge's pool of mirrors. This is an excellent summary... wasn't this an official SBo Policy long ago? For me, the biggest problem of all is the ever increasing number of SlackBuilds that only work with filenames that were downloaded without content-disposition. IMO the canonical SBo use case is that someone goes to the page on the SBo website, and just clicks on the source download link, and gets a source file that doesn't work with the SlackBuild :-( Best regards -D. From g_calandrini at hotmail.es Thu Oct 22 12:08:37 2015 From: g_calandrini at hotmail.es (Guilherme) Date: Thu, 22 Oct 2015 15:08:37 +0300 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: Message-ID: Hi, I don't know the case of paraview, but the Xyce's downloads shall be performed within a logged user. So for download the Xyce software you must register into the Xyce's web. Regards, > Date: Wed, 21 Oct 2015 18:12:07 -0400 > Subject: suggestion for READMEs > From: yalhcru at gmail.com > To: slackbuilds-users at slackbuilds.org > CC: jmpopush at gmail.com; g_calandrini at hotmail.es > > graphics/paraview and academic/Xyce both have fancy "web 2.0" download > pages, I don't seem to be able to download the sources with either wget > or curl. > > Maybe the maintainers of these packages could add a note to the > READMEs, saying "sbopkg can't automatically download the source, it > must be downloaded with a javascript-capable browser", something like > that. Precedent for this would be the development/jdk README. > > Maybe also would be a nice thing to add to the submitter guidelines at > http://slackbuilds.org/guidelines/: "If the source can't be downloaded > non-interactively (e.g. with wget), please make a note of this in your > README." -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.willing at iinet.net.au Thu Oct 22 14:06:43 2015 From: chris.willing at iinet.net.au (Christoph Willing) Date: Fri, 23 Oct 2015 00:06:43 +1000 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: Message-ID: <5628ED73.6050408@iinet.net.au> On 22/10/15 08:12, B Watson wrote: > graphics/paraview and academic/Xyce both have fancy "web 2.0" download > pages, I don't seem to be able to download the sources with either wget > or curl. Using the "real" paraview source code (_not_ the personal copy referenced in the SlackBuild) is interesting. Retrieving the source code from the paraview download site with wget requires the url to be quoted i.e. wget --content-disposition "http://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v4.0&type=source&os=all&downloadFile=ParaView-v4.0.1-source.tgz" Without the --content-disposition option, the download file is named "download.php?submit=Download ...." BTW v4.4.0 is available there now. chris From ssalazar at experti.cl Thu Oct 22 14:30:12 2015 From: ssalazar at experti.cl (Sebastian Salazar) Date: Thu, 22 Oct 2015 11:30:12 -0300 Subject: [Slackbuilds-users] xmms-scrobbler source MIA In-Reply-To: References: Message-ID: Thanks, I'll keep that in consideration. 2015-10-21 18:56 GMT-03:00 B Watson : > Homepage and download link are both returning 403 Forbidden. > > There's a copy of the source with matching md5sum here: > > http://pkgs.fedoraproject.org/repo/pkgs/xmms-scrobbler/xmms-scrobbler-0.4.0.tar.gz/a50de221dfb2cd87d803d22655df3dad/xmms-scrobbler-0.4.0.tar.gz From yalhcru at gmail.com Thu Oct 22 18:00:32 2015 From: yalhcru at gmail.com (B Watson) Date: Thu, 22 Oct 2015 14:00:32 -0400 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: Message-ID: On 10/22/15, Guilherme wrote: > I don't know the case of paraview, but the Xyce's downloads shall be > performed within a logged user. > So for download the Xyce software you must register into the Xyce's web. Yes... so could you add that to your README? It would be helpful. From yalhcru at gmail.com Thu Oct 22 18:32:50 2015 From: yalhcru at gmail.com (B Watson) Date: Thu, 22 Oct 2015 14:32:50 -0400 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: <20151021195022.20268c5b@shaggy.doo> Message-ID: On 10/22/15, David Spencer wrote: > You are welcome to steal from download_src in > https://github.com/idlemoor/slackrepo/blob/master/libexec/functions.d/srcfunctions.sh Thanks, that looks pretty thorough. > The crucial thing is that Dropbox will do the right thing if and only > if the user-agent string is 'wget' ... unfortunately some other sites > will work only if the user-agent string is *not* wget. We can't win! Needs to actually be 'Wget/1.14 (linux-gnu)' or similar, for dropbox. My fingers are in the habit of typing "--user-agent wget" for sourceforge, which works there, but not dropbox... >> - Sourceforge URLs should never mention a specific mirror site, > > This is an excellent summary... wasn't this an official SBo Policy long > ago? I remember it being mentioned, but not sure if it was mentioned in the submission guidelines on the site. > For me, the biggest problem of all is the ever increasing number of > SlackBuilds that only work with filenames that were downloaded without > content-disposition. I like doing this in my builds: tar xvf $PRGNAM-$VERSION.tar.gz || tar xvf v$VERSION.tar.gz Maybe another item for the guidelines? From willysr at slackbuilds.org Thu Oct 22 20:18:31 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Fri, 23 Oct 2015 03:18:31 +0700 Subject: [Slackbuilds-users] suggestion for READMEs In-Reply-To: References: <20151021195022.20268c5b@shaggy.doo> <56288A71.20600@slackbuilds.org> Message-ID: <56294497.9070807@slackbuilds.org> > Have you looked into the sourceforge missing mirrors stuff yet? Yes, all fixed on my branch already -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From nkuitse at nkuitse.com Fri Oct 23 14:00:51 2015 From: nkuitse at nkuitse.com (Paul Hoffman) Date: Fri, 23 Oct 2015 10:00:51 -0400 Subject: [Slackbuilds-users] cgit SlackBuild updates Message-ID: <20151023140051.GA18008@trot> The link to download cgit is broken in the latest SBO package -- the developer has moved the project off GitHub. Here's a diff to fix that, and to bump up the version of git used in building it: ------------------------------------------------------------------------ diff -ur /usr/sbo/development/cgit/cgit.SlackBuild ./cgit.SlackBuild --- /usr/sbo/development/cgit/cgit.SlackBuild 2015-03-14 06:00:08.000000000 -0400 +++ ./cgit.SlackBuild 2015-10-23 09:20:00.767776019 -0400 @@ -56,7 +56,7 @@ fi CGIT_VERSION=${CGIT_VERSION:-v0.11.2} -GIT_VERSION=${GIT_VERSION:-2.3.2} +GIT_VERSION=${GIT_VERSION:-2.6.2} DOCS="cgitrc.5.txt COPYING README $CWD/config/cgitrc.sample \ $CWD/config/cgit-lighttpd.conf $CWD/config/cgit-httpd.conf \ diff -ur /usr/sbo/development/cgit/cgit.info ./cgit.info --- /usr/sbo/development/cgit/cgit.info 2015-03-14 06:00:08.000000000 -0400 +++ ./cgit.info 2015-10-23 09:19:12.431061566 -0400 @@ -1,10 +1,10 @@ PRGNAM="cgit" VERSION="0.11.2" HOMEPAGE="http://git.zx2c4.com/cgit/about/" -DOWNLOAD="https://github.com/zx2c4/cgit/archive/v0.11.2.tar.gz \ - https://www.kernel.org/pub/software/scm/git/git-2.3.2.tar.xz" -MD5SUM="13488a915a8a6827693f223d5b9c8f4b \ - 56701b3b1815c8bbfd7b43b4773adad7" +DOWNLOAD="http://git.zx2c4.com/cgit/snapshot/cgit-0.11.2.tar.xz \ + https://www.kernel.org/pub/software/scm/git/git-2.6.2.tar.xz" +MD5SUM="dbafc4e19c715c5ee9ed0cd9d0fda9fa \ + 32ae5ad29763fc927bfcaeab55385fd9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" ------------------------------------------------------------------------ Paul. -- Paul Hoffman From matteo.bernardini at gmail.com Fri Oct 23 14:43:20 2015 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Fri, 23 Oct 2015 16:43:20 +0200 Subject: [Slackbuilds-users] cgit SlackBuild updates In-Reply-To: <20151023140051.GA18008@trot> References: <20151023140051.GA18008@trot> Message-ID: 2015-10-23 16:00 GMT+02:00 Paul Hoffman : > The link to download cgit is broken in the latest SBO package -- the > developer has moved the project off GitHub. Here's a diff to fix that, > and to bump up the version of git used in building it: > > ------------------------------------------------------------------------ > diff -ur /usr/sbo/development/cgit/cgit.SlackBuild ./cgit.SlackBuild > --- /usr/sbo/development/cgit/cgit.SlackBuild 2015-03-14 06:00:08.000000000 -0400 > +++ ./cgit.SlackBuild 2015-10-23 09:20:00.767776019 -0400 > @@ -56,7 +56,7 @@ > fi > > CGIT_VERSION=${CGIT_VERSION:-v0.11.2} > -GIT_VERSION=${GIT_VERSION:-2.3.2} > +GIT_VERSION=${GIT_VERSION:-2.6.2} > > DOCS="cgitrc.5.txt COPYING README $CWD/config/cgitrc.sample \ > $CWD/config/cgit-lighttpd.conf $CWD/config/cgit-httpd.conf \ > diff -ur /usr/sbo/development/cgit/cgit.info ./cgit.info > --- /usr/sbo/development/cgit/cgit.info 2015-03-14 06:00:08.000000000 -0400 > +++ ./cgit.info 2015-10-23 09:19:12.431061566 -0400 > @@ -1,10 +1,10 @@ > PRGNAM="cgit" > VERSION="0.11.2" > HOMEPAGE="http://git.zx2c4.com/cgit/about/" > -DOWNLOAD="https://github.com/zx2c4/cgit/archive/v0.11.2.tar.gz \ > - https://www.kernel.org/pub/software/scm/git/git-2.3.2.tar.xz" > -MD5SUM="13488a915a8a6827693f223d5b9c8f4b \ > - 56701b3b1815c8bbfd7b43b4773adad7" > +DOWNLOAD="http://git.zx2c4.com/cgit/snapshot/cgit-0.11.2.tar.xz \ > + https://www.kernel.org/pub/software/scm/git/git-2.6.2.tar.xz" > +MD5SUM="dbafc4e19c715c5ee9ed0cd9d0fda9fa \ > + 32ae5ad29763fc927bfcaeab55385fd9" > DOWNLOAD_x86_64="" > MD5SUM_x86_64="" > REQUIRES="" > ------------------------------------------------------------------------ hi Paul, thanks for the heads-up regarding the cgit download link. regarding the git version bump instead I'm inclined to keep the one the cgit developer released and tested 0.11.2 with... Matteo From dickson.tim at googlemail.com Fri Oct 23 16:54:48 2015 From: dickson.tim at googlemail.com (Tim Dickson) Date: Fri, 23 Oct 2015 17:54:48 +0100 Subject: [Slackbuilds-users] dovecot and dovecot.pigeonhole slackbuilds In-Reply-To: References: <20151021195022.20268c5b@shaggy.doo> Message-ID: <562A6658.9010500@googlemail.com> Both of these builds are a bit old now. dovecot can be updated to 2.2.19 with just a version bump in the info and slackbuild (and the md5sum updated to 95591b6556413edc2f0b160fb469d04c ) dovecot-pigeonhole needs to match the version of dovecot, and that can be updated to 0.4.9 with just a version bump in it's info and slackbuild (and the md5sum updated to 3a2d856c1c50557d098536b687efc5f8 ) I emailed the maintainers, but got no response, so on the off-chance that my emails went straight into junk, and they check the list, here is the request again for a version bump. thanks, Tim From didier at slint.fr Fri Oct 23 20:52:29 2015 From: didier at slint.fr (Didier Spaier) Date: Fri, 23 Oct 2015 22:52:29 +0200 Subject: [Slackbuilds-users] Where host qControlCenter Message-ID: <562A9E0D.4010203@slint.fr> I will adopt qControlCenter as agreed by its father Thierry Deseez and when ready will submit a SlackBuild for it. I discovered it in its incarnation as Absolute's Control Panel. A time of writing it's buried among so many Qt apps here: http://qt-apps.org/content/show.php/qControlCenter?content=81390 that it's hard to find unless you already know it by its name. I want to find a new home for it where it would get a better exposure and am looking for advices on where that could be. GitHub? Elswhere? I could host it in slint.fr but am not sure it would be a good place. Thanks in advance for your suggestions. Didier From ryan.q at linux.com Fri Oct 23 21:03:33 2015 From: ryan.q at linux.com (Ryan P.C. McQuen) Date: Fri, 23 Oct 2015 14:03:33 -0700 Subject: [Slackbuilds-users] Where host qControlCenter In-Reply-To: <562A9E0D.4010203@slint.fr> References: <562A9E0D.4010203@slint.fr> Message-ID: > GitHub? Elswhere? > > I could host it in slint.fr but am not sure it would be a good place. I'd be happy to add you to this: http://sourceforge.net/projects/slackbuildsdirectlinks/?source=directory From didier at slint.fr Fri Oct 23 22:05:25 2015 From: didier at slint.fr (Didier Spaier) Date: Sat, 24 Oct 2015 00:05:25 +0200 Subject: [Slackbuilds-users] Where host qControlCenter In-Reply-To: References: <562A9E0D.4010203@slint.fr> Message-ID: <562AAF25.70309@slint.fr> On 23/10/2015 23:03, Ryan P.C. McQuen wrote: > I'd be happy to add you to this: > http://sourceforge.net/projects/slackbuildsdirectlinks/?source=directory Thanks Ryan, that would be a possibility w.r.t. SBo and this repository is a good initiative IMHO. But I also intend this software to target all OS that meet the requirements (at time of writing Qt 4, python and python 4), so it should be easy to find even from outside SlackLand. Cheers, Didier From ryan.q at linux.com Fri Oct 23 22:16:22 2015 From: ryan.q at linux.com (Ryan P.C. McQuen) Date: Fri, 23 Oct 2015 15:16:22 -0700 Subject: [Slackbuilds-users] Where host qControlCenter In-Reply-To: <562AAF25.70309@slint.fr> References: <562A9E0D.4010203@slint.fr> <562AAF25.70309@slint.fr> Message-ID: On Fri, Oct 23, 2015 at 3:05 PM, Didier Spaier wrote: > On 23/10/2015 23:03, Ryan P.C. McQuen wrote: >> >> I'd be happy to add you to this: >> http://sourceforge.net/projects/slackbuildsdirectlinks/?source=directory > > > Thanks Ryan, that would be a possibility w.r.t. SBo > and this repository is a good initiative IMHO. > > But I also intend this software to target all OS > that meet the requirements (at time of writing Qt 4, > python and python 4), so it should be easy to find > even from outside SlackLand. > I host most of my stuff on GitHub. GitLab and Bitbucket are also worth a mention. From willysr at slackbuilds.org Sat Oct 24 01:07:37 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 24 Oct 2015 08:07:37 +0700 Subject: [Slackbuilds-users] Updates - 20151024.1 Message-ID: <562AD9D9.70405@slackbuilds.org> Sat Oct 24 00:57:52 UTC 2015 academic/Xyce: Update README. academic/labplot2: Update DOWNLOAD url. academic/maxima: Updated for version 5.37.2. academic/mendeleydesktop: Updated for version 1.15. audio/xmms-scrobbler: Update DOWNLOAD url. desktop/anki: Updated for version 2.0.33. desktop/awemenugen: Added (Awesome Menu Generator). desktop/openbox-simple-theme: Added (Desktop themes). desktop/velox: Added (simple window manager). development/SQLAlchemy: Updated for version 1.0.9. development/cgit: Fixed download url. development/cppcms: Update DOWNLOAD url. development/cppdb: Update DOWNLOAD url. development/google-webdesigner: Updated for version 1.1.7.0. development/ign-math2: Added (math library). development/ignition-math: Added (math library). development/universal-ctags: Added (generate tag files). games/KoboDeluxe: Update EMAIL. games/hedgewars: Update EMAIL. games/instead: Updated for version 2.3.0. gis/postgis: Fix possible parallel build failure and update README. graphics/CairoSVG: Updated for version 1.0.18. graphics/darktable: Updated for version 1.6.9. graphics/freewrl: Added (3D Viewer). graphics/paraview: Update README. libraries/cffi: Updated for version 1.3.0. libraries/collada-dom: Update DOWNLOAD url. libraries/ffms2: Updated for version 2.22. libraries/leptonica: Updated for version 1.72. libraries/libkvkontakte: Fix typo. libraries/liburcu: Updated for version 0.9.1. libraries/pexpect: Updated for version 4.0.1. multimedia/TeamSpeak3: Updated for version 3.0.18.1. multimedia/cinelerra: Updated for version cv_2.3. multimedia/gpac: Updated for version git20151020. network/bwm-ng: Updated for version 0.6.1. network/megasync: Updated for version 2.3.1. network/owncloud-server: Updated for version 8.2.0. network/python-onedrive: Updated for version 15.10.5. network/telegram: Updated for version 0.9.6. network/vivaldi: Updated for version 1.0.300.5_1. network/wput: Update DOWNLOAD url. network/youtube-dl: Updated for version 2015.10.18. office/dymo-cups-drivers: Added (CUPS drivers and filters). perl/perl-CPANPLUS: Updated for version 0.9156. perl/perl-Sidef: Updated for version 0.11. perl/perl-Sys-Mmap: Updated for version 0.17 + new maintainer. python/dhcpy6d: Update README about optional dependencies. python/s3cmd: Updated for version 1.6.0. system/Iosevka: Updated for version 0.1.15. system/advcopy: Added (mod for the GNU cp and GNU mv tools). system/cantarell-fonts: Updated for version 0.0.17.2. system/netatop: Updated for version 0.7. system/ohsnap: Added (monospaced font). system/passwordsafe: Updated for version 0.97BETA. system/pdfgrep: Updated for version 1.4.1. system/pngcrush: Updated for version 1.7.87. system/postgresql: Updated for version 9.4.5. system/tmuxp: Updated for version 0.9.2. system/unhide: Update EMAIL. system/xdiskusage: Added (show disk usage). system/yash: Added (POSIX-compliant command line shell). +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From dn2010 at gmail.com Sat Oct 24 05:52:04 2015 From: dn2010 at gmail.com (Daniil Bratashov) Date: Sat, 24 Oct 2015 08:52:04 +0300 Subject: [Slackbuilds-users] wxmacmolplt download Message-ID: <20151024085204.540a5fec@darkstar.example.net> There is a new version of wxMacMolPlt available, but they're changed the download location and now use cloud-like platform that require some interaction from the user: https://uofi.app.box.com/s/8owziorkascqdoyk17so1cmmqzvr2dbb How this situation should be solved? WBR, Daniil Bratashov. From willysr at slackbuilds.org Sat Oct 24 06:23:55 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 24 Oct 2015 13:23:55 +0700 Subject: [Slackbuilds-users] wxmacmolplt download In-Reply-To: <20151024085204.540a5fec@darkstar.example.net> References: <20151024085204.540a5fec@darkstar.example.net> Message-ID: <562B23FB.20300@slackbuilds.org> > There is a new version of wxMacMolPlt available, but they're changed > the download location and now use cloud-like platform that require some > interaction from the user: > https://uofi.app.box.com/s/8owziorkascqdoyk17so1cmmqzvr2dbb > > How this situation should be solved? I have uploaded to sbodirectlinks at SF http://sourceforge.net/projects/slackbuildsdirectlinks/files/wxmacmolplt/ it should be showed up soon -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From dn2010 at gmail.com Sat Oct 24 06:59:35 2015 From: dn2010 at gmail.com (Daniil Bratashov) Date: Sat, 24 Oct 2015 09:59:35 +0300 Subject: [Slackbuilds-users] wxmacmolplt download In-Reply-To: <562B23FB.20300@slackbuilds.org> References: <20151024085204.540a5fec@darkstar.example.net> <562B23FB.20300@slackbuilds.org> Message-ID: <20151024095935.1edcf933@darkstar.example.net> On Sat, 24 Oct 2015 13:23:55 +0700 Willy Sudiarto Raharjo wrote: > I have uploaded to sbodirectlinks at SF > http://sourceforge.net/projects/slackbuildsdirectlinks/files/wxmacmolplt/ > > it should be showed up soon OK. Thanks. WBR, Daniil Bratashov. From didier at slint.fr Sat Oct 24 10:41:47 2015 From: didier at slint.fr (Didier Spaier) Date: Sat, 24 Oct 2015 12:41:47 +0200 Subject: [Slackbuilds-users] Where host qControlCenter In-Reply-To: References: <562A9E0D.4010203@slint.fr> <562AAF25.70309@slint.fr> Message-ID: <562B606B.3040103@slint.fr> On 24/10/2015 00:16, Ryan P.C. McQuen wrote: > I host most of my stuff on GitHub. GitLab and Bitbucket are also worth > a mention. Thanks for your answer Ryan. After a quick Internet search one of the advantages of GitLab as I see it is the possibility of self hosting it. You never know what will happen, and at least I could use that feature as a backup. So I think I'll choose GitLab. Cheers, Didier From gerardo.zamudio at linux.com Sun Oct 25 20:51:22 2015 From: gerardo.zamudio at linux.com (Gerardo Zamudio) Date: Sun, 25 Oct 2015 14:51:22 -0600 Subject: [Slackbuilds-users] Suggestions for Prosody In-Reply-To: <560C0FA1.1090101@slackbuilds.org> References: <560BD9A3.9090301@microlinux.fr> <560C0FA1.1090101@slackbuilds.org> Message-ID: <562D40CA.8080602@linux.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 09/30/2015 11:36 AM, Willy Sudiarto Raharjo wrote: >> I just built Prosody for one of my public servers. I have two >> suggestions for the package. >> >> 1. Version 0.9.4 is quite outdated. Prosody is currently at >> 0.9.8. >> >> 2. The package is missing an rc.prosody file. I have one in my >> own SlackBuild: >> >> http://www.microlinux.fr/microlinux/server-14.1-source/prosody/ > > I talked to the maintainer and he is busy with his study so if > anyone would step up and become a maintainer for this package, he's > OK with that. > It's been nearly a month and no one else had any objections to me taking over, so I've submitted an updated package. I used Niki's rc script. I'm CC'ing the previous maintainer here so he's aware. Regards, - -- Gerardo Zamudio Linux System Administrator https://gerardozamudio.mx -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJWLUDKAAoJEPbPpamee1lX9fIP/RNWRcuU5KJOlXpay9bx0ziV Kf6Uv7x4LkUj96zCwA8ZCXKJIZDxLZC5iYD72M5aSRXlbEQhWfCYycwI/AtTYet7 cNa+hzd8rPJS/tqJaxYuORDLw4P0hHJVywDmbCqQg4pW6g9dpxf/BuXC3EueOmtB Aor/MZmbcJeYNFGjWhO91IiBxsu0M2hZQsA1k403nqPaFEUsSIwnYVsbTHzlZwT9 nHDxRbJukghRKQpbaT9LH2bXCkD/DrgtzRSZmOWyjPnG9gWBH2kev6tDKkSDKm1y LMlh+bFCjdOMfCq9keiAQDACZRMVapH/OymVq/GeM57ouPujPrcI9a7Ys8q5+/wD X9Vqd+d7ml5PofCJi9gjwmFy3m5okP2CjwRQi3dZNaCkojqxc5DPEj+rZLhLGD8x sSV42RX3T6lC5j5skCOXovVVHO7h83yM/XgU9g7UkvoYVcXcR++jeB7zmblEBNjA sjHKZ82iTuYWrIpa/ktmy4fr26NhevIzhHW+HfKBNJz6xsUImkWaTUBtsQ9Ht2iE f/7HkJmaVaroLfSam5t6cEPdae8BlwCh/O1OpBzbGE4yHrOFyx1oERGX4OWGHsfL zr3wc/Weg3u6l1e/QPKPs1zNct6aMchODlI4xX6EuW5bXp7gp16uNh+0RJ+ppnal x7kjjJikUDIOxzk0AWBl =p8Qc -----END PGP SIGNATURE----- From yalhcru at gmail.com Mon Oct 26 01:06:25 2015 From: yalhcru at gmail.com (B Watson) Date: Sun, 25 Oct 2015 21:06:25 -0400 Subject: [Slackbuilds-users] HandBrake download link Message-ID: 26 source downloads for HandBrake, and one of them's gone 404: http://downloads.sourceforge.net/project/handbrake/0.9.9/HandBrake-0.9.9.tar.bz2 Coincidentally (or not), this is the only one of the 26 that's hosted on sourceforge... There's a copy on the upstream site which works: http://download.handbrake.fr/releases/0.9.9/HandBrake-0.9.9.tar.bz2 From yalhcru at gmail.com Mon Oct 26 18:34:34 2015 From: yalhcru at gmail.com (B Watson) Date: Mon, 26 Oct 2015 14:34:34 -0400 Subject: [Slackbuilds-users] SBo source archive Message-ID: Been working on this for a couple of weeks, it's now to the point where it's ready to be announced to the world, so here we go: There's a huge public archive of the sources linked to by SBo .info files: http://slackware.org.uk/sbosrcarch/ Something like 97.5% of all the source tarballs are there, and once a week the archive will get updated from the latest SBo git, so new stuff will get archived as it's added. Any time you're unable to download the source for a SlackBuild, you can check http://slackware.org.uk/sbosrcarch// for it, or run a script that'll do it for you. More details: http://slackware.org.uk/sbosrcarch/README If you're interesting in mirroring the archive, you can either rsync it from rsync://rsync.slackware.org.uk/ or create your own using the sbosrcarch script from git://urchlay.naptime.net/sbostuff.git From slackph at posteo.de Mon Oct 26 20:39:34 2015 From: slackph at posteo.de (Philip Lacroix) Date: Mon, 26 Oct 2015 21:39:34 +0100 Subject: [Slackbuilds-users] SBo source archive In-Reply-To: References: Message-ID: <301a23cb5d2d42d53d025e991faf4742@posteo.de> Am 26.10.2015 19:34 schrieb B Watson: > Been working on this for a couple of weeks, it's now to the point where > it's ready to be announced to the world, so here we go: > > There's a huge public archive of the sources linked to by SBo .info > files: > > http://slackware.org.uk/sbosrcarch/ > > Something like 97.5% of all the source tarballs are there, and once a > week the archive will get updated from the latest SBo git, so new stuff > will get archived as it's added. > > Any time you're unable to download the source for a SlackBuild, you > can check http://slackware.org.uk/sbosrcarch// > for it, or run a script that'll do it for you. > > More details: http://slackware.org.uk/sbosrcarch/README > > If you're interesting in mirroring the archive, you can either rsync > it from rsync://rsync.slackware.org.uk/ or create your own using the > sbosrcarch script from git://urchlay.naptime.net/sbostuff.git Looks good, thanks a lot for this new resource. Btw, it's neat that you included a search by MD5 as well. Cheers Philip From lukenshiro at ngi.it Mon Oct 26 23:09:53 2015 From: lukenshiro at ngi.it (LukenShiro) Date: Tue, 27 Oct 2015 00:09:53 +0100 Subject: [Slackbuilds-users] SBo source archive In-Reply-To: References: Message-ID: <20151027000953.3eaa21c7@hamalayi.mnt> On Mon, 26 Oct 2015 14:34:34 -0400 B Watson wrote: > There's a huge public archive of the sources linked to by SBo .info > files: > > http://slackware.org.uk/sbosrcarch/ Great!! :) -- GNU/Linux * Slackware64 current * k4.1.10 LU #210970 SU #12583 LM #98222/#412913 From crculver at christopherculver.com Mon Oct 26 23:20:08 2015 From: crculver at christopherculver.com (Christopher Culver) Date: Tue, 27 Oct 2015 01:20:08 +0200 Subject: [Slackbuilds-users] Updated quodlibet slackbuild Message-ID: <87vb9tdxp3.fsf@aura.christopherculver.com> I contacted the SBo maintainer for Quodlibet (K.D. Hedger), but received no response. Since the 2.4.1 version for which a Slackbuild has been posted at SBo, Quodlibet has gone through further versions. The current version, 3.5.1, will build just fine on Slackware 14.1 with a few minor changes: * pygobject3 (for which a Slackbuild already exists from SBo) is now a dependency * The project URL for the slack-desc file is now https://quodlibet.readthedocs.org/ * The download URL is https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/quodlibet-3.5.1.tar.gz I have updated all the files in the SBo Slackbuild archive on my end, built and installed the application, and it runs as intended. If the current maintainer is unresponsive to the SBo admins and no one else is interested, I could take over as maintainer of this Slackbuild. Christopher Culver From yalhcru at gmail.com Tue Oct 27 05:29:25 2015 From: yalhcru at gmail.com (B Watson) Date: Tue, 27 Oct 2015 01:29:25 -0400 Subject: [Slackbuilds-users] academic/evopedia_qt md5sum fail Message-ID: https://github.com/evopedia/evopedia_qt/archive/v0.4.4.zip File downloads and has wrong md5sum (I'm getting 3418c22e5d69baa06fe0de7de7c57110). Package seems to build OK anyway. I bet the authors fixed some little bugs and re-published the source with the same version number. From yalhcru at gmail.com Tue Oct 27 05:32:31 2015 From: yalhcru at gmail.com (B Watson) Date: Tue, 27 Oct 2015 01:32:31 -0400 Subject: [Slackbuilds-users] academic/fet and academic/gretl Message-ID: For both these, the PDF docs have been updated. The actual sources are fine. Maybe update the md5sums in the .info files, assuming the docs still make sense? From willysr at slackbuilds.org Tue Oct 27 05:57:33 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Tue, 27 Oct 2015 12:57:33 +0700 Subject: [Slackbuilds-users] academic/evopedia_qt md5sum fail In-Reply-To: References: Message-ID: <562F124D.2070903@slackbuilds.org> > https://github.com/evopedia/evopedia_qt/archive/v0.4.4.zip > > File downloads and has wrong md5sum (I'm getting > 3418c22e5d69baa06fe0de7de7c57110). Package seems to build OK anyway. I > bet the authors fixed some little bugs and re-published the source with > the same version number. Fixed in my branch -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From willysr at slackbuilds.org Tue Oct 27 06:09:22 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Tue, 27 Oct 2015 13:09:22 +0700 Subject: [Slackbuilds-users] academic/fet and academic/gretl In-Reply-To: References: Message-ID: <562F1512.8020006@slackbuilds.org> > For both these, the PDF docs have been updated. The actual sources > are fine. Maybe update the md5sums in the .info files, assuming the > docs still make sense? Fixed in my branch Thanks -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From yalhcru at gmail.com Tue Oct 27 07:58:53 2015 From: yalhcru at gmail.com (B Watson) Date: Tue, 27 Oct 2015 03:58:53 -0400 Subject: [Slackbuilds-users] academic/free42 and system/samhain Message-ID: academic/free42 - the download file is unversioned... md5sum check fails because free42.tgz is now version 1.5.5. I found a copy of the "nologo" variant (lacks the HP logo) here: http://http.debian.net/debian/pool/main/f/free42-nologo/free42-nologo_1.4.77.orig.tar.gz system/samhain - the download file is unversioned, samhain-current.tar.gz, and is much newer than version 3.10. But http://www.la-samhna.de/samhain/archive.html has versioned filenames, including http://www.la-samhna.de/archive/samhain_signed-3.1.0.tar.gz which matches your md5sum. If you're not planning to upgrade to a newer samhain version, you could just change the download URL to that. From slackalaxy at gmail.com Tue Oct 27 12:22:42 2015 From: slackalaxy at gmail.com (Petar Petrov) Date: Tue, 27 Oct 2015 14:22:42 +0200 Subject: [Slackbuilds-users] Updated quodlibet slackbuild In-Reply-To: <87vb9tdxp3.fsf@aura.christopherculver.com> References: <87vb9tdxp3.fsf@aura.christopherculver.com> Message-ID: Hi, This might interest you: https://slackalaxy.wordpress.com/2015/05/23/quod-libet-an-audio-player-with-a-xine-backend/ I updated the SlackBuild for my own use and decided to make a short post about it. You may want to mention in the README that QuodLibet can use xine-lib as its backend (therefore, no need to install gst-plugins-*). 2015-10-27 1:20 GMT+02:00 Christopher Culver : > I contacted the SBo maintainer for Quodlibet (K.D. Hedger), but received > no response. Since the 2.4.1 version for which a Slackbuild has been > posted at SBo, Quodlibet has gone through further versions. The current > version, 3.5.1, will build just fine on Slackware 14.1 with a few minor > changes: > > * pygobject3 (for which a Slackbuild already exists from SBo) is now a > dependency > > * The project URL for the slack-desc file is now > https://quodlibet.readthedocs.org/ > > * The download URL is > > https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/quodlibet-3.5.1.tar.gz > > I have updated all the files in the SBo Slackbuild archive on my end, > built and installed the application, and it runs as intended. If the > current maintainer is unresponsive to the SBo admins and no one else is > interested, I could take over as maintainer of this Slackbuild. > > Christopher Culver > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pilbender at gmail.com Tue Oct 27 14:31:37 2015 From: pilbender at gmail.com (Richard Scott Smith) Date: Tue, 27 Oct 2015 07:31:37 -0700 Subject: [Slackbuilds-users] academic/free42 and system/samhain In-Reply-To: References: Message-ID: That's a thought. But they really need to be updated. I'm okay with that change to the download location being applied as a stop gap. I would still like to keep maintaining these as I still use both of these every day. My work schedule and personal life have become truly insane. I try to keep up with the Slackbuild mailing list reading (I'm a couple of weeks behind right now), but if anyone is anxious for updates and has a patch prepared, feel free to submit it. I will definitely test them as these are important to me. I really wish I had more time. I have several more Slackbuilds in development that I can't seem to finish. scott On Tue, Oct 27, 2015 at 12:58 AM, B Watson wrote: > academic/free42 - the download file is unversioned... md5sum check fails > because free42.tgz is now version 1.5.5. I found a copy of the "nologo" > variant (lacks the HP logo) here: > > > http://http.debian.net/debian/pool/main/f/free42-nologo/free42-nologo_1.4.77.orig.tar.gz > > system/samhain - the download file is unversioned, > samhain-current.tar.gz, and is much newer than version 3.10. But > http://www.la-samhna.de/samhain/archive.html has versioned filenames, > including http://www.la-samhna.de/archive/samhain_signed-3.1.0.tar.gz > which matches your md5sum. If you're not planning to upgrade to a newer > samhain version, you could just change the download URL to that. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From yalhcru at gmail.com Tue Oct 27 23:37:32 2015 From: yalhcru at gmail.com (B Watson) Date: Tue, 27 Oct 2015 19:37:32 -0400 Subject: [Slackbuilds-users] academic/free42 and system/samhain In-Reply-To: References: Message-ID: On 10/27/15, Richard Scott Smith wrote: > That's a thought. But they really need to be updated. I'm okay with that > change to the download location being applied as a stop gap. Changed download location for samhain on my branch. Didn't change free42, due to the nologo thing. I can change it to the nologo version if you want me to. I don't use free42 so I don't know how your users will feel about the HP logo suddenly being gone. > I really wish I had more time. I have several more Slackbuilds in > development that I can't seem to finish. I totally understand. It's the nature of volunteer work, it's done in everyone's so-called spare time. From yalhcru at gmail.com Wed Oct 28 18:17:29 2015 From: yalhcru at gmail.com (B Watson) Date: Wed, 28 Oct 2015 14:17:29 -0400 Subject: [Slackbuilds-users] development/julia Message-ID: The file julia-0.3.3-linux-i386.tar.gz is gone from the upstream site, replaced with: https://julialang.s3.amazonaws.com/bin/linux/x86/0.3/julia-0.3.3-linux-i686.tar.gz I don't know anything at all about julia, so haven't tested julia.SlackBuild with this, but the build maintainer probably should take a look... From yalhcru at gmail.com Wed Oct 28 18:48:11 2015 From: yalhcru at gmail.com (B Watson) Date: Wed, 28 Oct 2015 14:48:11 -0400 Subject: [Slackbuilds-users] desktop/conky-manager source gone Message-ID: conky-manager_2.3.3~132~ubuntu15.04.1.tar.xz is gone from upstream site. However, this might be the same version, with different ubuntu/debian packaging info: http://ppa.launchpad.net/teejee2008/ppa/ubuntu/pool/main/c/conky-manager/conky-manager_2.3.3~132~ubuntu14.10.1.tar.xz They both have 2.3.3~132 in the filename, anyway. From jgraha8 at gmail.com Wed Oct 28 19:45:34 2015 From: jgraha8 at gmail.com (Jason Graham) Date: Wed, 28 Oct 2015 15:45:34 -0400 Subject: [Slackbuilds-users] arpack-ng 3.2.0 make check fails Message-ID: When building arpack-ng 3.2.0 (with atlas and lapack-atlas) I'm seeing that make check fails on the_NSIMP test with following mesg: FAIL: bug_1315_double This is on a 64bit system. I'm wondering if other folks have had this issue. I did find, however, that others have reported this issue to upstream and it seems to have been fixed in version 3.3.0. I've successfully built the new package with the SBo slackbuilds script. Attached are the configure and make check logs if they are of any use. Kind regards, Jason -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: configure-arpack-ng.log Type: text/x-log Size: 6424 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: make-check-arpack-ng.log Type: text/x-log Size: 6829 bytes Desc: not available URL: From didier at slint.fr Wed Oct 28 20:04:20 2015 From: didier at slint.fr (Didier Spaier) Date: Wed, 28 Oct 2015 21:04:20 +0100 Subject: [Slackbuilds-users] SBo source archive In-Reply-To: References: Message-ID: <56312A44.30501@slint.fr> On 26/10/2015 19:34, B Watson wrote: > There's a huge public archive of the sources linked to by SBo .info files: > > http://slackware.org.uk/sbosrcarch/ Much appreciated, thanks! I checked that system/fbterm, for instance, be there -- and it is. But that leads to a question, knowing that fbterm is archived on code.google.com but has had no activity since five years and seems abandonware but is still useful: Would it be acceptable to consider sbosrcarch as the primary source and link to it in the .info? Of course moving it to GitHub is just a click away but IMO there is no point doing that if not to really adopt it. Furthermore a quick search on GitHub shows that many people already created a repository for fbterm there, but stopped short of making further changes, so why add one more or which one choose? I ask for fbterm, but I assume that a lot of archives found in Google Code are in a similar situation thus could also be moved to your archive. As we say "m?me faute, m?me punition". Cheers, Didier From yalhcru at gmail.com Wed Oct 28 21:05:50 2015 From: yalhcru at gmail.com (B Watson) Date: Wed, 28 Oct 2015 17:05:50 -0400 Subject: [Slackbuilds-users] SBo source archive In-Reply-To: <56312A44.30501@slint.fr> References: <56312A44.30501@slint.fr> Message-ID: On 10/28/15, Didier Spaier wrote: > Would it be acceptable to consider sbosrcarch as the primary source and > link to it in the .info? Hm. Good question. I'll get back to you... > As we say "m?me faute, m?me punition". I pronounce "Francais" to rhyme with "crankcase", so that went over my head :) From yalhcru at gmail.com Wed Oct 28 21:17:49 2015 From: yalhcru at gmail.com (B Watson) Date: Wed, 28 Oct 2015 17:17:49 -0400 Subject: [Slackbuilds-users] SBo source archive In-Reply-To: References: <56312A44.30501@slint.fr> Message-ID: On 10/28/15, B Watson wrote: >> Would it be acceptable to consider sbosrcarch as the primary source and >> link to it in the .info? $ grep -l '^D.*googlecode\.com' */*/*.info |wc -l 162 # get rid of the |wc -l to see the full list Affects quite a few builds, still. Too many for me to want to move them to github myself (even if it's 1 click, 162 clicks is a lot). The only reason I can think of not to want to use sbosrcarch as the primary source is that it's brand new and the script that manages it is still under development. But, nothing I do to the script is going to break any existing URLs, so that shouldn't be a real problem. From didier at slint.fr Wed Oct 28 21:50:13 2015 From: didier at slint.fr (Didier Spaier) Date: Wed, 28 Oct 2015 22:50:13 +0100 Subject: [Slackbuilds-users] SBo source archive In-Reply-To: References: <56312A44.30501@slint.fr> Message-ID: <56314315.2070808@slint.fr> On 28/10/2015 22:17, B Watson wrote: > Affects quite a few builds, still. Too many for me to want to move them > to github myself (even if it's 1 click, 162 clicks is a lot). Well, I didn't suggest that you do that yourself, let alone that you adopt all the orphans ;) Also, possibly some of these have already migrated, or will in the coming months since they are still maintained upstream. So if no one objects, I would suggest that each maintainer edit the .info when he or she sees fit. It will still be possible to do that for the few that could be leftover when Google Code will close. I write that not knowing what workload this suggestion triggers for our admins so please correct me if need be. From didier at slint.fr Wed Oct 28 23:36:39 2015 From: didier at slint.fr (Didier Spaier) Date: Thu, 29 Oct 2015 00:36:39 +0100 Subject: [Slackbuilds-users] sbopkg-0.37.1 has been released. Message-ID: <56315C07.9010108@slint.fr> Willy didn't announce it yet, but sbopkg-0.37.1 is available. Highlights: _ The option --visit-items in dialogs that display a list of items allow users of Braille terminals (aka screen readers) to follow the cursor and know which item is highlighted. _ The SBo master branch repo (git) has been added. Thanks Willy for this release! From ryan.q at linux.com Wed Oct 28 23:59:15 2015 From: ryan.q at linux.com (Ryan P.C. McQuen) Date: Wed, 28 Oct 2015 16:59:15 -0700 Subject: [Slackbuilds-users] sbopkg-0.37.1 has been released. In-Reply-To: <56315C07.9010108@slint.fr> References: <56315C07.9010108@slint.fr> Message-ID: >Willy didn't announce it yet, but sbopkg-0.37.1 is available. Awesome! -- [ryanpcmcquen.org] -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Thu Oct 29 00:32:57 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Thu, 29 Oct 2015 07:32:57 +0700 Subject: [Slackbuilds-users] sbopkg-0.37.1 has been released. In-Reply-To: <56315C07.9010108@slint.fr> References: <56315C07.9010108@slint.fr> Message-ID: <67D93B4F-4848-437B-B2AE-B8D8DDFCEB18@slackbuilds.org> > Willy didn't announce it yet, but sbopkg-0.37.1 is available. I did, but in sbopkg-users list, not in slackbuilds-users :) Not everyone is using sbopkg and it's not an official tool supported by SBo admins -- Willy Sudiarto Raharjo From willysr at slackbuilds.org Thu Oct 29 01:20:35 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Thu, 29 Oct 2015 08:20:35 +0700 Subject: [Slackbuilds-users] arpack-ng 3.2.0 make check fails In-Reply-To: References: Message-ID: <56317463.8070207@slackbuilds.org> > When building arpack-ng 3.2.0 (with atlas and lapack-atlas) I'm seeing that > make check fails on the_NSIMP test with following mesg: > > FAIL: bug_1315_double > > This is on a 64bit system. I'm wondering if other folks have had this issue. > > I did find, however, that others have reported this issue to upstream and > it seems to have been fixed in version 3.3.0. I've successfully built the > new package with the SBo slackbuilds script. > > Attached are the configure and make check logs if they are of any use. It's already mentioned in the README If the `make check` command fails, try switching to the Netlib reference implementations, or comment out that command at your own risk. However, i'm still cc'ing to the maintainer so he can push an update to this package -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From didier at slint.fr Thu Oct 29 01:21:50 2015 From: didier at slint.fr (Didier Spaier) Date: Thu, 29 Oct 2015 02:21:50 +0100 Subject: [Slackbuilds-users] sbopkg-0.37.1 has been released. In-Reply-To: <67D93B4F-4848-437B-B2AE-B8D8DDFCEB18@slackbuilds.org> References: <56315C07.9010108@slint.fr> <67D93B4F-4848-437B-B2AE-B8D8DDFCEB18@slackbuilds.org> Message-ID: <563174AE.6010300@slint.fr> On 29/10/2015 01:32, Willy Sudiarto Raharjo wrote: > I did, but in sbopkg-users list, not in slackbuilds-users :) I never realized that this list existed, sorry. But maybe I am not alone? From willysr at slackbuilds.org Thu Oct 29 01:23:38 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Thu, 29 Oct 2015 08:23:38 +0700 Subject: [Slackbuilds-users] sbopkg-0.37.1 has been released. In-Reply-To: <563174AE.6010300@slint.fr> References: <56315C07.9010108@slint.fr> <67D93B4F-4848-437B-B2AE-B8D8DDFCEB18@slackbuilds.org> <563174AE.6010300@slint.fr> Message-ID: <5631751A.2040104@slackbuilds.org> > I never realized that this list existed, sorry. > > But maybe I am not alone? It's listed here https://sbopkg.org/docs.php go directly to the mailman page for subscribing https://sbopkg.org/mailman/listinfo/sbopkg-users -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From arkadiusz at drabczyk.org Thu Oct 29 11:16:41 2015 From: arkadiusz at drabczyk.org (Arkadiusz Drabczyk) Date: Thu, 29 Oct 2015 11:16:41 +0000 (UTC) Subject: [Slackbuilds-users] sbopkg-0.37.1 has been released. References: <56315C07.9010108@slint.fr> <67D93B4F-4848-437B-B2AE-B8D8DDFCEB18@slackbuilds.org> <563174AE.6010300@slint.fr> Message-ID: On 2015-10-29, Didier Spaier wrote: > On 29/10/2015 01:32, Willy Sudiarto Raharjo wrote: >> I did, but in sbopkg-users list, not in slackbuilds-users :) > I never realized that this list existed, sorry. > > But maybe I am not alone? You're not. Any chance to make this list available via Gmane interface? -- Arkadiusz Drabczyk From willysr at slackbuilds.org Thu Oct 29 12:08:37 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Thu, 29 Oct 2015 19:08:37 +0700 Subject: [Slackbuilds-users] sbopkg-0.37.1 has been released. In-Reply-To: References: <56315C07.9010108@slint.fr> <67D93B4F-4848-437B-B2AE-B8D8DDFCEB18@slackbuilds.org> <563174AE.6010300@slint.fr> Message-ID: <56320C45.5050104@slackbuilds.org> > Any chance to make this list available via Gmane interface? Sent, but will have to wait for aproval from Gmane -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From serban.udrea at skmail.ikp.physik.tu-darmstadt.de Thu Oct 29 13:37:14 2015 From: serban.udrea at skmail.ikp.physik.tu-darmstadt.de (Serban Udrea) Date: Thu, 29 Oct 2015 14:37:14 +0100 Subject: [Slackbuilds-users] arpack-ng 3.2.0 make check fails In-Reply-To: References: Message-ID: <5632210A.6080300@skmail.ikp.physik.tu-darmstadt.de> On 10/28/2015 08:45 PM, Jason Graham wrote: > When building arpack-ng 3.2.0 (with atlas and lapack-atlas) I'm seeing that make > check fails on the_NSIMP test with following mesg: > > FAIL: bug_1315_double > > This is on a 64bit system. I'm wondering if other folks have had this issue. > ... Hello, This is AFAIK a known issue. I tried some months ago to prepare a SlackBuild for a newer version of ATLAS but had several issues and decided to wait for a new release. Unfortunately this didn't happen yet. If you need performance, you may try to use OpenBLAS and lapack build against it. Best regards, Serban Udrea From serban.udrea at skmail.ikp.physik.tu-darmstadt.de Thu Oct 29 13:40:56 2015 From: serban.udrea at skmail.ikp.physik.tu-darmstadt.de (Serban Udrea) Date: Thu, 29 Oct 2015 14:40:56 +0100 Subject: [Slackbuilds-users] arpack-ng 3.2.0 make check fails In-Reply-To: <5632210A.6080300@skmail.ikp.physik.tu-darmstadt.de> References: <5632210A.6080300@skmail.ikp.physik.tu-darmstadt.de> Message-ID: <563221E8.4050000@skmail.ikp.physik.tu-darmstadt.de> On 10/29/2015 02:37 PM, Serban Udrea wrote: > On 10/28/2015 08:45 PM, Jason Graham wrote: >> ...to use OpenBLAS and lapack build against it. >... Uuups, just realised that OpenBLAS also includes a lapack implementation. Best regards, Serban Udrea From z.coldplayer at gmail.com Thu Oct 29 13:32:48 2015 From: z.coldplayer at gmail.com (Jheengut Pritvi) Date: Thu, 29 Oct 2015 17:32:48 +0400 Subject: [Slackbuilds-users] sbopkg-0.37.1 has been released. Message-ID: > ---------- Forwarded message ---------- > From: Didier Spaier > To: "SlackBuilds.org Users List" > Cc: > Date: Thu, 29 Oct 2015 00:36:39 +0100 > Subject: [Slackbuilds-users] sbopkg-0.37.1 has been released. > Willy didn't announce it yet, but sbopkg-0.37.1 is available. > > Highlights: > _ The option --visit-items in dialogs that display a list of items > allow users of Braille terminals (aka screen readers) to follow > the cursor and know which item is highlighted. > _ The SBo master branch repo (git) has been added. > > Thanks Willy for this release! > Great news. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fernando.lopezjr at gmail.com Thu Oct 29 15:36:51 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Thu, 29 Oct 2015 09:36:51 -0600 Subject: [Slackbuilds-users] pyqt5 requires python3-sip Message-ID: pyqt5 requires python3-sip. can we add this to the requirements on qyqt5 list? -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc at mos6581.de Thu Oct 29 15:39:18 2015 From: marc at mos6581.de (Marcel Saegebarth) Date: Thu, 29 Oct 2015 16:39:18 +0100 Subject: [Slackbuilds-users] pyqt5 requires python3-sip In-Reply-To: References: Message-ID: <56323DA6.7060403@mos6581.de> On 10/29/2015 04:36 PM, Fernando Lopez wrote: > > pyqt5 requires python3-sip. can we add this to the requirements on qyqt5 > list? It is already there: http://slackbuilds.org/slackbuilds/14.1/libraries/python3-PyQt5/python3-PyQt5.info -------------------------------------------------------------------------------- PGP 32 bit Key ID: 0x69EC498D PGP 64 bit Key ID: 0x8EE93B2D69EC498D PGP Key fingerprint: D320 76CB 4053 D544 52BD D461 8EE9 3B2D 69EC 498D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: From fernando.lopezjr at gmail.com Thu Oct 29 16:24:29 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Thu, 29 Oct 2015 10:24:29 -0600 Subject: [Slackbuilds-users] pyqt5 requires python3-sip In-Reply-To: <56323DA6.7060403@mos6581.de> References: <56323DA6.7060403@mos6581.de> Message-ID: sorry marcel, i didnt see it. =| On Thu, Oct 29, 2015 at 9:39 AM, Marcel Saegebarth wrote: > On 10/29/2015 04:36 PM, Fernando Lopez wrote: > > > > pyqt5 requires python3-sip. can we add this to the requirements on qyqt5 > > list? > > It is already there: > > http://slackbuilds.org/slackbuilds/14.1/libraries/python3-PyQt5/python3-PyQt5.info > > > -------------------------------------------------------------------------------- > PGP 32 bit Key ID: 0x69EC498D > PGP 64 bit Key ID: 0x8EE93B2D69EC498D > PGP Key fingerprint: D320 76CB 4053 D544 52BD D461 8EE9 3B2D 69EC 498D > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > > -- ------------ Regards, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jgraha8 at gmail.com Thu Oct 29 18:36:36 2015 From: jgraha8 at gmail.com (Jason Graham) Date: Thu, 29 Oct 2015 14:36:36 -0400 Subject: [Slackbuilds-users] arpack-ng 3.2.0 make check fails In-Reply-To: <56317463.8070207@slackbuilds.org> References: <56317463.8070207@slackbuilds.org> Message-ID: On Wed, Oct 28, 2015 at 9:20 PM, Willy Sudiarto Raharjo < willysr at slackbuilds.org> wrote: > > When building arpack-ng 3.2.0 (with atlas and lapack-atlas) I'm seeing > that > > make check fails on the_NSIMP test with following mesg: > > > > FAIL: bug_1315_double > > > > This is on a 64bit system. I'm wondering if other folks have had this > issue. > > > > I did find, however, that others have reported this issue to upstream and > > it seems to have been fixed in version 3.3.0. I've successfully built the > > new package with the SBo slackbuilds script. > > > > Attached are the configure and make check logs if they are of any use. > > It's already mentioned in the README > > If the `make check` command fails, try switching to the Netlib reference > implementations, or comment out that command at your own risk. > > However, i'm still cc'ing to the maintainer so he can push an update to > this package > > Thanks Willy. I am also using numpy built with atlas, so was wanting to stick with it if possible. Thanks also for cc'ing maintainer. Regards, J -------------- next part -------------- An HTML attachment was scrubbed... URL: From fernando.lopezjr at gmail.com Thu Oct 29 21:20:50 2015 From: fernando.lopezjr at gmail.com (Fernando Lopez) Date: Thu, 29 Oct 2015 15:20:50 -0600 Subject: [Slackbuilds-users] tightvnc wont compile. Message-ID: i am on current dont know if this is a problem. vnc_unixsrc/include/ vnc_unixsrc/include/rfbproto.h vnc_unixsrc/include/vncauth.h vnc_unixsrc/ChangeLog vnc_unixsrc/LICENCE.TXT mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/lib64/X11/config In file included from /usr/lib64/X11/config/Imake.tmpl:47:0, from Imakefile.c:34: /usr/lib64/X11/config/site.def:44:0: fatal error: host.def: No such file or directory #include ^ compilation terminated. imake: Exit code 1. Stop. tightvnc: 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, Fernando Lopez Jr. -------------- next part -------------- An HTML attachment was scrubbed... URL: From lacielacie at rocketmail.com Thu Oct 29 21:38:20 2015 From: lacielacie at rocketmail.com (KaMii) Date: Thu, 29 Oct 2015 14:38:20 -0700 Subject: [Slackbuilds-users] tightvnc wont compile. In-Reply-To: References: Message-ID: <20151029143820.636d7640@Andromeda.andromeda.gal> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 First hit on google: http://www.linuxquestions.org/questions/slackware-14/current-cannot-compile-slackbuilds-using-imake-anymore-4175517056/ Even Pat Volkerding addresses the issue in this post! - -KaMii On Thu, 29 Oct 2015 15:20:50 -0600 Fernando Lopez wrote: > i am on current dont know if this is a problem. > > vnc_unixsrc/include/ > vnc_unixsrc/include/rfbproto.h > vnc_unixsrc/include/vncauth.h > vnc_unixsrc/ChangeLog > vnc_unixsrc/LICENCE.TXT > mv -f Makefile Makefile.bak > imake -DUseInstalled -I/usr/lib64/X11/config > In file included from /usr/lib64/X11/config/Imake.tmpl:47:0, > from Imakefile.c:34: > /usr/lib64/X11/config/site.def:44:0: fatal error: host.def: No such > file or directory > #include > ^ > compilation terminated. > imake: Exit code 1. > Stop. > > tightvnc: > 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?: -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iJwEAQEIAAYFAlYykdcACgkQkO84ARmAdECp2gQAtgEGsdfkn5ybMBRVcvU3LWBD mR/JyeP3oIUsxKktdIFug/Bx2eRcd2NrNZwR/tZkIht9c2LaW/ve7HkgbvpHLm4g L7WX6Vu+x27eukA7RCK1cSDTAmUI53dVZ1SZEF0pUptMoQrvayC0KXAarzxCfCAy rh37+jFHgkw8f3pyH4Q= =MnYL -----END PGP SIGNATURE----- From willysr at slackbuilds.org Sat Oct 31 01:50:19 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 31 Oct 2015 08:50:19 +0700 Subject: [Slackbuilds-users] Updates - 20151031.1 Message-ID: <56341E5B.90905@slackbuilds.org> Sat Oct 31 01:34:24 UTC 2015 academic/arpack-ng: Updated for version 3.3.0. academic/evopedia_qt: Fix MD5SUM. academic/fet: Updated for version 5.28.2. academic/gretl: Updated for version 2015d. academic/jalview: Fix DOWNLOAD. academic/sequence-analysis: Fix DOWNLOAD. academic/speedcrunch: Fix DOWNLOAD. academic/wmcalc: Fix MD5SUM. academic/wxmacmolplt: Updated for version 7.6.1. accessibility/xdotool: Updated for version 3.20150503.1. audio/aj-snapshot: Fix DOWNLOAD. audio/puddletag: Fix DOWNLOAD. audio/qjackctl: Updated for version 0.4.1. business/openerp-client: Fix DOWNLOAD. business/openerp-server: Fix DOWNLOAD. desktop/gmusicbrowser-art: Update SOURCE. desktop/musca: Fix DOWNLOAD. desktop/obkey: Update SOURCE url. desktop/openbox-simple-theme: Updated for version 20151025. development/Cython: Updated for version 0.23.4. development/LLgen: Fix DOWNLOAD. development/bmake: Updated for version 20151020. development/dfu-programmer: Fix DOWNLOAD. development/dwarf: Added (produce DWARF debug information). development/google-appengine-gosdk: Updated for version 1.9.27. development/google-appengine-pysdk: Updated for version 1.9.27. development/gpsim: Fix DOWNLOAD. development/idea: Fix DOWNLOAD. development/ioncube-loader: Fix DOWNLOAD. development/jsmin: Added (The JavaScript Minifier). development/kconfig-frontends: Added (kconfig language frontends). development/monodevelop-database: Updated for version 5.9.8.0. development/monodevelop: Updated for version 5.9.8.0. development/ninja: Added (small build system with a focus on speed). development/nuget: Added (Package manager). development/oniguruma: Added (Regular expressions library). development/p4: Updated for version 2015.2.1252060. development/php-apcu: Added (userland caching). development/pyvim: Updated for version 0.0.11. development/scons: Updated for version 2.4.0. development/universal-ctags: Updated for version b9f911c. development/visual-studio-code: Added (Development IDE). development/zed: Added (text and code editor). games/UrbanTerror: Fix DOWNLOAD. games/adom: Updated for version r60. games/bluemoon: Fix DOWNLOAD and MD5SUM. games/galaxyv2: Fix MD5SUM, add -j1. games/goonies: Fix DOWNLOAD. games/lgogdownloader: Updated for version 2.26. games/mgba: Fix MD5SUM. games/mog: Fix DOWNLOAD. games/nsudoku: Updated for version 1.3. games/roadfighter: Fix DOWNLOAD. games/taipan: Added (turn-based strategy game). gis/rasterio: Updated for version 0.29.0. graphics/freewrl: Fix MD5SUM. graphics/phatch: Fix DOWNLOAD. graphics/xcalib: Fix DOWNLOAD. graphics/yed: Fix DOWNLOAD. ham/dxcc: Fix DOWNLOAD and MD5SUM. ham/tqsl: Fix DOWNLOAD. ham/xdemorse: Fix MD5SUM. ham/xfhell: Fix MD5SUM. ham/xpsk31: Fix MD5SUM. ham/xwxapt: Fix MD5SUM. libraries/DirectFB: Fix DOWNLOAD. libraries/HawkNL: Fix DOWNLOAD. libraries/botocore: Updated for version 1.3.1. libraries/dropbox-python: Updated for version 3.38. libraries/gallerize: Fix DOWNLOAD. libraries/libsearpc: Updated for version 3.0.7. libraries/libsidplayfp: Updated for version 1.8.2. libraries/mujs: Added (javascript interpreter). libraries/pyPEG2: Updated for version 2.15.2. libraries/pyqode.widgets: Fix DOWNLOAD. libraries/rhino: Fix DOWNLOAD. libraries/utfcpp: Fix MD5SUM. misc/moreutils: Added (unix tools). misc/par2cmdline-tbb: Fix DOWNLOAD. misc/par: Fix DOWNLOAD. multimedia/HandBrake: Fix DOWNLOAD. multimedia/cinelerra: Updated to use internal ffmpeg by default. multimedia/lwks: Updated for version 12.5.0. multimedia/mythplugins: Fix DOWNLOAD. multimedia/mythtv: Fix DOWNLOAD. multimedia/picard-plugins: Updated for version 20151029. multimedia/plexmediaserver: Updated for version 0.9.12.18.1520. multimedia/vivaldi-codecs-ffmpeg-extra: Added (ffmpeg codec). network/FireWorks: Fix DOWNLOAD. network/awscli: Updated for version 1.9.1. network/bozohttpd: Added (simple and lightweight HTTP server). network/ccnet: Updated for version 4.4.4. network/glassfish: Fix DOWNLOAD. network/hostapd: Updated for version 2.5. network/insync: Updated for version 1.3.2.36049. network/kasp_updater: Fix DOWNLOAD. network/kcm_ufw: Fix DOWNLOAD. network/konversation: Fix DOWNLOAD. network/loiq: Fix DOWNLOAD. network/malheur: Added (automatic analysis of malware behaviour). network/megasync: Revert back to Debian 7 packages. network/netperf: Fix DOWNLOAD. network/owncloud-client: Updated for version 2.0.2. network/policyd2: Fix DOWNLOAD. network/prosody: Updated for version 0.9.8. network/seafile-client: Updated for version 4.4.4. network/seafile-server: Updated for version 4.4.4. network/seahub: Updated for version 4.4.4. network/tornado: Updated for version 4.2.1. network/unicornscan: Fix DOWNLOAD. network/verlihub: Fix DOWNLOAD. network/vivaldi: Updated for version 1.0.303.27_1. network/you-get: Updated for version 0.4.111. network/youtube-dl: Updated for version 2015.10.24. office/kate-latex-plugin: Added (LaTeX plugin for Kate). office/openoffice.org: Updated for version 4.1.2. office/pyspread: Updated for version 1.0. office/verbiste: Fix DOWNLOAD. office/xmind: Fix DOWNLOAD. perl/perl-WWW-Curl: Added (RDBMS perl module). perl/perl-config-general: Updated for version 2.60. perl/perl-text-unaccent: Added (perl module). python/monty: Updated for version 0.7.1. python/plaso: Fix DOWNLOAD. python/prompt_toolkit: Updated for version 0.54. python/ps_mem: Added (list processes by memory usage). python/ptpython: Updated for version 0.25. python/python3: Updated for version 3.5.0. python/regex: Updated for version 2015.10.22. system/adobe-source-code-pro-font: Fix DOWNLOAD. system/asbt: Updated for version 1.7.2. system/barman: Fix DOWNLOAD. system/fs-uae-arcade: Updated for version 2.6.2. system/fs-uae-launcher: Updated for version 2.6.2. system/fs-uae: Updated for version 2.6.2. system/glances: Updated for version 2.5.1. system/hebe: Fix DOWNLOAD. system/herculesstudio: Fix DOWNLOAD. system/i2c-tools: Fix DOWNLOAD. system/lbrate: Fix DOWNLOAD. system/logtool: Added (log analyzer). system/mdocml: Updated for version 1.13.3. system/mlterm: Updated for version 3.6.0. system/monit: Updated for version 5.15. system/ms-sys: Added (writes Microsoft compatible boot records). system/nix: Added (package manager). system/nomarch: Fix DOWNLOAD. system/parallel: Updated for version 20151022. system/s3ql: Fixed README. system/samhain: Fix DOWNLOAD. system/slack: Removed obsolete package. system/unac: Added (remove accents from text). +--------------------------+ -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From Jim.Diamond at acadiau.ca Sat Oct 31 15:32:42 2015 From: Jim.Diamond at acadiau.ca (Jim Diamond) Date: Sat, 31 Oct 2015 12:32:42 -0300 Subject: [Slackbuilds-users] xdotool (3.20150503.1) Message-ID: <20151031153242.GA29948@jdiamond-nb2> Hi, it would seem xdotool (3.20150503.1) requires libxkbcommon, but that is not listed as a requirement. Cheers. Jim From willysr at slackbuilds.org Sat Oct 31 15:35:39 2015 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 31 Oct 2015 22:35:39 +0700 Subject: [Slackbuilds-users] xdotool (3.20150503.1) In-Reply-To: <20151031153242.GA29948@jdiamond-nb2> References: <20151031153242.GA29948@jdiamond-nb2> Message-ID: <5634DFCB.3010009@slackbuilds.org> > it would seem xdotool (3.20150503.1) requires libxkbcommon, but that > is not listed as a requirement. Fixed in my branch Thanks -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: From rshepard at appl-ecosys.com Sat Oct 31 16:08:16 2015 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sat, 31 Oct 2015 09:08:16 -0700 (PDT) Subject: [Slackbuilds-users] Specifying JDK version for application Message-ID: I run jgnash for my personal bank accounts. A few versions back it swiched from Java-7 to Java-8 so I installed jdk-8u60-i586-1_SBo in addition to the (current) openjdk-7u91_b01-i486-1alien because other Java applications want version 7. This worked just fine with all installed applications until I tried yesterday to invoke jgnash-2.19.0. For some reason it no longer saw the Java-8 version and would not load. The jdk-8u60-i586-1_SBo package was upgraded this past August 4th and openjdk-7u91_b01-i486-1alien was upgraded October 20th. Yet, I used jgnash between the 20th and 30th of this month. Is there a way to tell jgnash (loaded from a shell script) to use the Java-8 version since it's now apparently seening only version 7? Rich From rshepard at appl-ecosys.com Sat Oct 31 22:13:07 2015 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sat, 31 Oct 2015 15:13:07 -0700 (PDT) Subject: [Slackbuilds-users] Specifying JDK version for application [RESOLVED] In-Reply-To: References: Message-ID: On Sat, 31 Oct 2015, Rich Shepard wrote: > Is there a way to tell jgnash (loaded from a shell script) to use the > Java-8 version since it's now apparently seening only version 7? Turns out that there is: re-install jdk8. Apparently whichever version is most recently upgraded/re-installed makes it more visible than the other version. Strange, but true! Rich From arunmascarenhas at yahoo.com Thu Oct 29 00:30:37 2015 From: arunmascarenhas at yahoo.com (Arun Mascarenhas) Date: Wed, 28 Oct 2015 19:30:37 -0500 Subject: [Slackbuilds-users] development/julia In-Reply-To: References: Message-ID: <563168AD.4070809@yahoo.com> I'll take a look in the next day or so. Thanks for the heads up. On 10/28/2015 1:17 PM, B Watson wrote: > The file julia-0.3.3-linux-i386.tar.gz is gone from the upstream site, > replaced with: > > https://julialang.s3.amazonaws.com/bin/linux/x86/0.3/julia-0.3.3-linux-i686.tar.gz > > I don't know anything at all about julia, so haven't tested > julia.SlackBuild with this, but the build maintainer probably should > take a look... >