From Bradley at NorthTech.US Sun May 1 07:00:22 2011 From: Bradley at NorthTech.US (Bradley D. Thornton) Date: Sun, 01 May 2011 00:00:22 -0700 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. Message-ID: <4DBD0506.8010100@NorthTech.US> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Regarding this issue brought by Antonio on this list: There's an issue with Eclipse and it's internal web browser that cause a fatal error with the Java VM. When you launch eclipse you may get a message like these ones: This one is from my system (slackware 13.0 + jdk 6u16 + firefox 3.6.3): # # A fatal error has been detected by the Java Runtime Environment: # I didn't opt for the rebuild of xulrunner, because when I checked, my package was tagged 'alien', and I can't for the life of me remember why I would have used the AlienBOB version (perhaps it had something to do with my 'custom', offshore versions of ffmpeg, mplayer, etc. ;) ). Anyway, I figured it would be best to leave those things alone since there's so much multimedia stuff that depends upon Eric's offshore packages, and that is prolly the reason I had that particular version there. Like I said though, I don't recall. Anyway, Antonio's other fix didn't do it, when I substituted lib64/ for lib/ Neither did removing seamonky and seamonkey-solibs, lke Leonardo said worked for him on his box[es]. And I'm not having any issues at all w/RSSOwl at all, like Luis Henrique and Dave Margell indicated was fixed when they did this: > -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/seamonkey just below the '-vmargs' line in the /usr/lib/RSSOwl/RSSOwl.ini file, and then it never crashed again :) I'll keep that little ditty though, just in case I do begin experiencing crash issues w/RSSOwl, but Erik Hanson indicated it might be a 32bit only issue, and I'm running pure64 on this particular workstation. What did work for me, however, was to: # upgradepkg eclipse-3.6.1-x86_64-1_SBo.tgz%eclipse-3.6-x86_64-1_SBo.tgz When eclipse 3.6.1 hit, I went and installed it as soon as I could, long before the warning notice in the README for the Slackbuild. I even submitted a bug report to Eclipse, and got one response, several months later asking a couple of questions that led nowhere. It seems they're clueless over at Eclipse to this bug, and my ticket is still open after all these months. Maybe when the next version is released their bug will be fixed? For the time being, Eclipse 3.6.0 works fine, so my recommendation at this time, for people running Slackware64, is to avoid installing 3.6.1 since this bug has not been addressed, and none of the kludges to fix it seem to apply for 64bit OS. I'd be interested in hearing other perspectives. - -- Bradley D. Thornton Manager Network Services NorthTech Computer TEL: +1.760.666.2703 (US) TEL: +44.203.318.2755 (UK) http://NorthTech.US -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Find this cert at x-hkp://pool.sks-keyservers.net iQEbBAEBAwAGBQJNvQUGAAoJEE1wgkIhr9j3dk4H9A7/CnG3UKGnxtzhHC1WN2bV 6nPLk2Sy1KCTKCBHtCRcJT1eSjs58hdyXN29iq7CuAPvNKxL8Me8pWkJnRLUE5xX S+h8PMsVR2bM2qeVFv9tocyy2fl21p3OBlbUkiNU0P63IUxZD7a41wpkGF049OtO wTCvhHJ70Y7HdnP0pisKs1ux1pMckAdM68sRPACycmy27zkEhbeidi1W3JUCGGLY 4iBIkPBWEIFBuAtC9n+6w8TW8UipDqiZnds6vHS8yzJSX2CHC3YXbZTaBWdZZ+bo kmWmLSuBYB9Am+ud7yMQ0CK2af1eHQotj16llRxWQYKUo/FNRsuSDZTpOgtBhg== =4d3n -----END PGP SIGNATURE----- From Manuel.Spam at nurfuerspam.de Sun May 1 08:40:41 2011 From: Manuel.Spam at nurfuerspam.de (Manuel Reimer) Date: Sun, 01 May 2011 10:40:41 +0200 Subject: [Slackbuilds-users] asunder and abcde In-Reply-To: <20110430230718.47024efc@hellerstern.kiwi> References: <20110430230718.47024efc@hellerstern.kiwi> Message-ID: Eugen Wissner wrote: > does anyone maintain asunder or/and abcde? The submitted versions are > old, maybe i can take over something... I took over asunder and will publish a new version as soon as submissions are allowed, again. Then I'll also attach the mail, the last maintainer sent to me, to my submission in hope this is anything, I need, to get new maintainer. Yours Manuel From pc_warner at yahoo.com Sun May 1 21:58:15 2011 From: pc_warner at yahoo.com (Phillip Warner) Date: Sun, 1 May 2011 14:58:15 -0700 (PDT) Subject: [Slackbuilds-users] pianobar/pandora update In-Reply-To: Message-ID: <31055.87675.qm@web161703.mail.bf1.yahoo.com> The current version of pianobar in the 13.37 repo does not work. pianobar 2011.04.27 is now required to work with Pandora's current protocol. I updated my SlackBuild for the new version. I can email it if anyone wants it or wants to add it to an unofficial git repo for everyone else. --phillip From lmello.009 at gmail.com Mon May 2 00:56:54 2011 From: lmello.009 at gmail.com (Luis Henrique F. Cardoso de Mello) Date: Sun, 01 May 2011 21:56:54 -0300 Subject: [Slackbuilds-users] blas and lapack - md5sum not matched Message-ID: <4DBE0156.6010900@gmail.com> Hi folks, Using sbopkg, both packages fail in their md5sum check. While blas is build correctly just by ignoring the mismatch, lapack doesn't: lapack-3.3.1/BLAS/SRC/ztrsv.f lapack.SlackBuild.build: line 51: cd: lapack-3.3.0: No such file or directory Though the change is obvious: --- lapack.SlackBuild 2011-04-15 05:47:24.000000000 -0300 +++ lapack.SlackBuild.sbopkg 2011-05-01 21:44:46.540572540 -0300 @@ -7,7 +7,7 @@ # shared library version problem (major version consistency between updates) PRGNAM=lapack -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} I think it should be corrected. - Luis Henrique From the_emmel at gmx.net Mon May 2 07:47:09 2011 From: the_emmel at gmx.net (emmel) Date: Mon, 2 May 2011 09:47:09 +0200 Subject: [Slackbuilds-users] evince In-Reply-To: <20110412084018.60d3d0d5@liberty.rlwhome.lan> References: <890182.90755.qm@web120312.mail.ne1.yahoo.com> <20110412084018.60d3d0d5@liberty.rlwhome.lan> Message-ID: <20110502074709.GA2506@pollux.mlnet> On Tue, Apr 12, 2011 at 08:40:18AM -0500, Robby Workman wrote: > On Tue, 12 Apr 2011 05:11:23 -0700 (PDT) > crocket wrote: > > > I will upload a new version of evince after 13.37 is released. > > Just hold tight. > > > You're not the maintainer of the evince build, and besides, > it's already been handled by us. > > -RW Um, you haven't submitted an updated/working version of evince yet, have you? -- emmel GPG signed Fingerprint: 60B4 D8E3 9617 900C 6726 168F D677 5AAD D40F CCE7 Certserver : hkp://pgp.mit.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From occam at internode.on.net Mon May 2 09:52:43 2011 From: occam at internode.on.net (occam) Date: Mon, 2 May 2011 19:52:43 +1000 Subject: [Slackbuilds-users] google-chrome for 13.37 Message-ID: <201105021952.44058.occam@internode.on.net> The text states that having seamonkey installed takes care of some library requirements. However, I have all dependencies (incl optionals) installed, and seamonkey, but google-chrome still misses libpam.so.0 and libgconf-2.so.4 Have I missed something, and if not - how do I best get hold of these libraries (without downloading/compiling and possibly installing extra software systems? From willysr at gmail.com Mon May 2 10:04:31 2011 From: willysr at gmail.com (Willy Sudiarto Raharjo) Date: Mon, 2 May 2011 17:04:31 +0700 Subject: [Slackbuilds-users] google-chrome for 13.37 In-Reply-To: <201105021952.44058.occam@internode.on.net> References: <201105021952.44058.occam@internode.on.net> Message-ID: > The text states that having seamonkey installed takes care of some library > requirements. > However, I have all dependencies (incl optionals) installed, and seamonkey, > but google-chrome still misses libpam.so.0 and libgconf-2.so.4 > Have I missed something, and if not - how do I best get hold of these > libraries (without downloading/compiling and possibly installing ?extra > software systems? http://slackware.osuosl.org/slackware-current/extra/google-chrome/ this should take care of your problems :) -- Willy Sudiarto Raharjo Personal Blog : http://willysr.blogspot.com Linux Blog: http://slackblogs.blogspot.com From carlos at strangeworlds.co.uk Mon May 2 10:07:14 2011 From: carlos at strangeworlds.co.uk (Carlos Corbacho) Date: Mon, 2 May 2011 11:07:14 +0100 Subject: [Slackbuilds-users] google-chrome for 13.37 In-Reply-To: <201105021952.44058.occam@internode.on.net> References: <201105021952.44058.occam@internode.on.net> Message-ID: <201105021107.15039.carlos@strangeworlds.co.uk> On Monday 02 May 2011 10:52:43 occam wrote: > However, I have all dependencies (incl optionals) installed, and seamonkey, > but google-chrome still misses libpam.so.0 and libgconf-2.so.4 > Have I missed something, and if not - how do I best get hold of these > libraries (without downloading/compiling and possibly installing extra > software systems? Yes - you need extra/google-chrome/google-chrome-pam-solibs-1.1.3-x86_64-1.txz from your local, friendly Slackware mirror. -Carlos From jedi.kenjiro at gmail.com Mon May 2 17:52:22 2011 From: jedi.kenjiro at gmail.com (Yucatan "Kenjiro" Costa) Date: Mon, 2 May 2011 14:52:22 -0300 Subject: [Slackbuilds-users] chromium on slackware-13.37 Message-ID: OK, I don't know if I should be sending this message but... oh well. It's only to tell you guys that chromium is building with no problems on slackware-13.37. I have already done some changes on the script and related files so it will be more in tune with slack 13.37. When the submission is open again all I will have to do is check the latest stable version of chrome and make the according changes. The latest version I compiled with that slackbuild was chromium-12.0.739.0 (not stable, of course). -- May the Force be with you! Yucatan "Kenjiro" Costa -------------- next part -------------- An HTML attachment was scrubbed... URL: From pc_warner at yahoo.com Mon May 2 22:47:13 2011 From: pc_warner at yahoo.com (Phillip Warner) Date: Mon, 2 May 2011 15:47:13 -0700 (PDT) Subject: [Slackbuilds-users] google-chrome for 13.37 In-Reply-To: <201105021107.15039.carlos@strangeworlds.co.uk> Message-ID: <915111.31400.qm@web161717.mail.bf1.yahoo.com> --- On Mon, 5/2/11, Carlos Corbacho wrote: > Yes - you need > extra/google-chrome/google-chrome-pam-solibs-1.1.3-x86_64-1.txz > > from your local, friendly Slackware mirror. A *really* important thing to note, however, is that the Chrome Slackware slackbuild and the SBo slackbuild are NOT the same. The Slackware one specifies certain seamonkey header files to link to while the SBo slackbuild tries to link to any seamonkey libs that aren't already in the chrome sources. This is a problem with pam since the SBo package will attempt to link to a pam seamonkey header that does not exist (The slackware package in /extra puts the header in the chrome program directory). Therefore, if you continue using the SBo chrome slackbuild for convenience (via sbopkg), you need to make sure it does not try to link the pam lib. Otherwise, you will need to manually remove it and relink to the correct directory (or just reinstall the google-pam slackware package). --phillip From michiel at slackbuilds.org Tue May 3 01:09:05 2011 From: michiel at slackbuilds.org (Michiel van Wessem) Date: Tue, 3 May 2011 02:09:05 +0100 Subject: [Slackbuilds-users] evince In-Reply-To: <20110502074709.GA2506@pollux.mlnet> References: <890182.90755.qm@web120312.mail.ne1.yahoo.com> <20110412084018.60d3d0d5@liberty.rlwhome.lan> <20110502074709.GA2506@pollux.mlnet> Message-ID: <20110503020905.4d9876c3@hades.esn.local> On Mon, 2 May 2011 09:47:09 +0200 emmel wrote: He didn't, otherwise it would have been caught out regardless. ;-) Evice is currently in our repository and at version 2.32.0. -M -- Michiel van Wessem http://slackbuilds.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From erik at slackbuilds.org Tue May 3 01:33:08 2011 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 2 May 2011 20:33:08 -0500 Subject: [Slackbuilds-users] google-chrome for 13.37 In-Reply-To: <915111.31400.qm@web161717.mail.bf1.yahoo.com> References: <201105021107.15039.carlos@strangeworlds.co.uk> <915111.31400.qm@web161717.mail.bf1.yahoo.com> Message-ID: <20110502203308.4b31f2ec@shaggy.doo> On Mon, 2 May 2011 15:47:13 -0700 (PDT) Phillip Warner wrote: > Therefore, if you continue using the SBo chrome slackbuild for > convenience (via sbopkg), you need to make sure it does not try to > link the pam lib. Otherwise, you will need to manually remove it and > relink to the correct directory (or just reinstall the google-pam > slackware package). Bah, it wasn't supposed to go into the 13.37 repo, and I thought it didn't. I'll remove it soon. Use the one in extra/ -- Erik Hanson -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From bmg.andre at gmail.com Tue May 3 01:37:43 2011 From: bmg.andre at gmail.com (=?ISO-8859-1?Q?Andr=E9_Barboza?=) Date: Mon, 2 May 2011 22:37:43 -0300 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: <4DBD0506.8010100@NorthTech.US> References: <4DBD0506.8010100@NorthTech.US> Message-ID: Bradley, This eclipse crash can be solved by setting the environment variable MOZILLA_FIVE_HOME, and I think that has the same effect of editing the eclipse.ini. The Eclipse Internal Browser works well with Firefox 3, but it do not work with the Firefox 4 library. I did not make any tests with xulrunner or with the x86 arch. See below a snapshot of my slackware64 13.37 + eclipse 3.6.2 + Firefox 3.6.16 (from 13.1). http://img198.imageshack.us/i/snapshot3g.png/ http://img845.imageshack.us/i/snapshot4j.png/ Check the patch file attached. diff -u eclipse/README eclipse.new//README --- eclipse/README 2011-04-15 05:47:21.000000000 -0300 +++ eclipse.new//README 2011-05-02 21:41:02.866351305 -0300 @@ -8,8 +8,19 @@ Tools, and Plug-in Development Environment, including source and both user and programmer documentation. +Issues: + +This version do NOT support the Firefox 4 libraries to launch the Internal +Browser. + If you get an error when trying to start eclipse (from the command line) or trying to use its internal web browser (which depends on xulrunner), please check these threads: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-June/005979.html http://www.mail-archive.com/slackbuilds-users at slackbuilds.org/msg03436.html + +If you have installed both JRE and JDK you will get a classpath error during +compilation, please check these threads: + http://www.linuxquestions.org/questions/slackware-14/ +slackware-13-1-java-jdk-path-problems-with-netbeans-844280/ + http://www.linuxquestions.org/questions/slackware-14/classpath-problem-803609/ diff -u eclipse/eclipse.SlackBuild eclipse.new//eclipse.SlackBuild --- eclipse/eclipse.SlackBuild 2011-04-15 05:47:21.000000000 -0300 +++ eclipse.new//eclipse.SlackBuild 2011-05-02 22:03:25.730351041 -0300 @@ -26,7 +26,7 @@ # This script is just a binary repackaging. PRGNAM=eclipse -VERSION=3.6.1 +VERSION=3.6.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,11 +50,14 @@ cd $PKG/opt # Untar source code tarball according with ARCH value -# ARCH can be 'i586' or 'x86_64' +# ARCH can be 'i586', 'i686' or 'x86_64' if [ "$ARCH" = "x86_64" ]; then tar xvf $CWD/$PRGNAM-SDK-$VERSION-linux-gtk-$ARCH.tar.gz -elif [ "$ARCH" = "i586" ]; then + LIBDIRSUFFIX="64" +elif [ "$ARCH" = "i586" ] || [ "$ARCH" == "i686" ]; then + ARCH=i586 tar xvf $CWD/$PRGNAM-SDK-$VERSION-linux-gtk.tar.gz + LIBDIRSUFFIX="" else printf "$ARCH is not supported...\n" ; exit 1 fi @@ -73,6 +76,16 @@ mkdir -p $PKG/usr/bin cat << EOF > $PKG/usr/bin/$PRGNAM #!/bin/sh +if [ "\$MOZILLA_FIVE_HOME" == "" ] || [ ! -x \$MOZILLA_FIVE_HOME ]; then + if [ -x /usr/lib${LIBDIRSUFFIX}/xulrunner/libxul.so ]; then + export MOZILLA_FIVE_HOME=/usr/lib${LIBDIRSUFFIX}/xulrunner + elif [ -x \$(dirname \`readlink /usr/bin/firefox\`)/libxul.so ]; then + export MOZILLA_FIVE_HOME=\$(dirname \`readlink /usr/bin/firefox\`) + elif [ -x \$(dirname \`readlink /usr/bin/seamonkey\`)/libxul.so ]; then + export MOZILLA_FIVE_HOME=\$(dirname \`readlink /usr/bin/seamonkey\`) + fi +fi + cd \$HOME /opt/eclipse/eclipse \$@ EOF diff -u eclipse/eclipse.info eclipse.new//eclipse.info --- eclipse/eclipse.info 2011-04-19 03:02:45.000000000 -0300 +++ eclipse.new//eclipse.info 2011-04-07 01:14:26.000000000 -0300 @@ -1,10 +1,10 @@ PRGNAM="eclipse" -VERSION="3.6.1" +VERSION="3.6.2" HOMEPAGE="http://www.eclipse.org" -DOWNLOAD="http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-linux-gtk.tar.gz" -MD5SUM="2bc114d4d3b513ef68a175654e5f44f3" -DOWNLOAD_x86_64="http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-linux-gtk-x86_64.tar.gz" -MD5SUM_x86_64="7215b722ad397c5680f80fb2493453e2" +DOWNLOAD="http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-linux-gtk.tar.gz" +MD5SUM="7777a21debf1e05591731ac5c93b6bb6" +DOWNLOAD_x86_64="http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-linux-gtk-x86_64.tar.gz" +MD5SUM_x86_64="b82be4ed2dabf9dc53188b9dc3891f32" MAINTAINER="Andre Barboza" EMAIL="bmg.andre at gmail.com" -APPROVED="pprkut" +APPROVED="" On 1 May 2011 04:00, Bradley D. Thornton wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > Regarding this issue brought by Antonio on this list: > > > There's an issue with Eclipse and it's internal web browser that cause > a fatal error with the Java VM. When you launch eclipse you may get a > message like these ones: > > This one is from my system (slackware 13.0 + jdk 6u16 + firefox 3.6.3): > # > # A fatal error has been detected by the Java Runtime Environment: > # > > > I didn't opt for the rebuild of xulrunner, because when I checked, my > package was tagged 'alien', and I can't for the life of me remember why > I would have used the AlienBOB version (perhaps it had something to do > with my 'custom', offshore versions of ffmpeg, mplayer, etc. ;) ). > > Anyway, I figured it would be best to leave those things alone since > there's so much multimedia stuff that depends upon Eric's offshore > packages, and that is prolly the reason I had that particular version > there. Like I said though, I don't recall. > > Anyway, Antonio's other fix didn't do it, when I substituted lib64/ for lib/ > > Neither did removing seamonky and seamonkey-solibs, lke Leonardo said > worked for him on his box[es]. > > And I'm not having any issues at all w/RSSOwl at all, like Luis Henrique > and Dave Margell indicated was fixed when they did this: > > >> -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/seamonkey > > just below the '-vmargs' line in the /usr/lib/RSSOwl/RSSOwl.ini file, > and then it never crashed again :) > > > I'll keep that little ditty though, just in case I do begin experiencing > crash issues w/RSSOwl, but Erik Hanson indicated it might be a 32bit > only issue, and I'm running pure64 on this particular workstation. > > What did work for me, however, was to: > > > # upgradepkg eclipse-3.6.1-x86_64-1_SBo.tgz%eclipse-3.6-x86_64-1_SBo.tgz > > > When eclipse 3.6.1 hit, I went and installed it as soon as I could, long > before the warning notice in the README for the Slackbuild. I even > submitted a bug report to Eclipse, and got one response, several months > later asking a couple of questions that led nowhere. > > It seems they're clueless over at Eclipse to this bug, and my ticket is > still open after all these months. > > Maybe when the next version is released their bug will be fixed? > > For the time being, Eclipse 3.6.0 works fine, so my recommendation at > this time, for people running Slackware64, is to avoid installing 3.6.1 > since this bug has not been addressed, and none of the kludges to fix it > seem to apply for 64bit OS. > > I'd be interested in hearing other perspectives. > > > - -- > Bradley D. Thornton > Manager Network Services > NorthTech Computer > TEL: +1.760.666.2703 ?(US) > TEL: +44.203.318.2755 (UK) > http://NorthTech.US > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > Comment: Find this cert at x-hkp://pool.sks-keyservers.net > > iQEbBAEBAwAGBQJNvQUGAAoJEE1wgkIhr9j3dk4H9A7/CnG3UKGnxtzhHC1WN2bV > 6nPLk2Sy1KCTKCBHtCRcJT1eSjs58hdyXN29iq7CuAPvNKxL8Me8pWkJnRLUE5xX > S+h8PMsVR2bM2qeVFv9tocyy2fl21p3OBlbUkiNU0P63IUxZD7a41wpkGF049OtO > wTCvhHJ70Y7HdnP0pisKs1ux1pMckAdM68sRPACycmy27zkEhbeidi1W3JUCGGLY > 4iBIkPBWEIFBuAtC9n+6w8TW8UipDqiZnds6vHS8yzJSX2CHC3YXbZTaBWdZZ+bo > kmWmLSuBYB9Am+ud7yMQ0CK2af1eHQotj16llRxWQYKUo/FNRsuSDZTpOgtBhg== > =4d3n > -----END PGP SIGNATURE----- > _______________________________________________ > 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 -------------- A non-text attachment was scrubbed... Name: eclipse.diff Type: application/octet-stream Size: 3624 bytes Desc: not available URL: From occam at internode.on.net Tue May 3 07:18:07 2011 From: occam at internode.on.net (occam) Date: Tue, 3 May 2011 17:18:07 +1000 Subject: [Slackbuilds-users] google-chrome for 13.37 In-Reply-To: <915111.31400.qm@web161717.mail.bf1.yahoo.com> References: <915111.31400.qm@web161717.mail.bf1.yahoo.com> Message-ID: <201105031718.07799.occam@internode.on.net> On Tue, 3 May 2011 08:47:13 Phillip Warner wrote: > --- On Mon, 5/2/11, Carlos Corbacho wrote: > > Yes - you need > > extra/google-chrome/google-chrome-pam-solibs-1.1.3-x86_64-1.txz > > > > from your local, friendly Slackware mirror. > > A *really* important thing to note, however, is that the Chrome Slackware > slackbuild and the SBo slackbuild are NOT the same. The Slackware one > specifies certain seamonkey header files to link to while the SBo > slackbuild tries to link to any seamonkey libs that aren't already in the > chrome sources. This is a problem with pam since the SBo package will > attempt to link to a pam seamonkey header that does not exist (The > slackware package in /extra puts the header in the chrome program > directory). > > Therefore, if you continue using the SBo chrome slackbuild for convenience > (via sbopkg), you need to make sure it does not try to link the pam lib. > Otherwise, you will need to manually remove it and relink to the correct > directory (or just reinstall the google-pam slackware package). Thanks for the help - I am now running Chrome without any problems. The SBo scripts are a great resource; I used to do everything manually - including compiling and installing new versions of KDE but SBo scripts are so much better! From rworkman at slackbuilds.org Tue May 3 16:08:25 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 3 May 2011 16:08:25 +0000 Subject: [Slackbuilds-users] Updates - 20110503.1 Message-ID: <20110503160825.GA18089@slackbuilds.org> Tue May 3 15:39:37 UTC 2011 audio/clam: ARCH fixes and cleanup. audio/clam_annotator: ARCH fixes and cleanup. audio/clam_voice2midi: ARCH fixes and cleanup. audio/mppenc: ARCH fixes and cleanup. audio/tuxguitar: ARCH fixes and cleanup. desktop/xfce4-screenshooter: Fixed VERSION in .info file development/mysql-workbench-gpl: Patched for new gtkmm. development/scite: ARCH fixes and cleanup. games/UrbanTerror: ARCH fixes and cleanup. games/nexuiz: ARCH fixes and cleanup. games/typhoon_2001: ARCH fixes and cleanup. graphics/k3d: Patched for new gtkmm libraries/atlas: ARCH fixes and cleanup. libraries/live555: ARCH fixes and cleanup. libraries/swfdec: ARCH fixes and cleanup. network/ctorrent: ARCH fixes and cleanup. network/etherape: ARCH fixes and cleanup. network/google-chrome: Removed, a version of this exists in extra/. network/leechcraft: ARCH fixes and cleanup. network/wireshark: Updated info file with correct download link. python/pybluez: ARCH fixes and cleanup. system/bootchart: ARCH fixes and cleanup. system/gdm: Fixed up outdated README references system/john: ARCH fixes and cleanup. system/tilda: ARCH fixes and cleanup. system/trrntzip: ARCH fixes and cleanup. From rworkman at slackbuilds.org Tue May 3 20:21:11 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 3 May 2011 15:21:11 -0500 Subject: [Slackbuilds-users] Maintainers needed... Message-ID: <20110503152111.580107f7@liberty.rlwhome.lan> Best I can tell, we have four more things that need a maintainer - any takers? libraries/OpenSceneGraph network/vde2 perl/perl-test-number-delta python/pychm -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Tue May 3 20:24:17 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 3 May 2011 15:24:17 -0500 Subject: [Slackbuilds-users] CImg $VERSION mismatch In-Reply-To: <4DBBC61F.6010408@gmail.com> References: <4DBBC61F.6010408@gmail.com> Message-ID: <20110503152417.6c6b6410@liberty.rlwhome.lan> On Sat, 30 Apr 2011 09:19:43 +0100 Pierre Cazenave wrote: > There's a mismatch between the $VERSION number in the .info file and > the $VERSION value in the SlackBuild. The .info has 1.2.9 whilst the > SlackBuild is 1.4.6 (the latter being correct). Fixed locally and will be pushed in my next branch update. Thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Tue May 3 20:32:43 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 3 May 2011 15:32:43 -0500 Subject: [Slackbuilds-users] Change category for my SlackBuilds In-Reply-To: <20110429104912.GA7111@kiras> References: <20110429104912.GA7111@kiras> Message-ID: <20110503153243.00766db6@liberty.rlwhome.lan> On Fri, 29 Apr 2011 13:49:12 +0300 Audrius Ka?ukauskas wrote: > Could admins please change the category from development to python for > the following of my SlackBuilds: > > development/distribute > development/pep8 > development/pip > > All of them are used for Python code, so they fit better in python > category. Done; thanks! > There's also libraries/virtualenv which is used to create virtual > isolated Python environments and does belong to python category, too, > I believe, but since it's not mine, it's up to Larry Hajali to decide > on this one. Okay, I'll wait for word from him. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From ozan.turkyilmaz at gmail.com Tue May 3 20:43:06 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?Q?Ozan_T=C3=BCrky=C4=B1lmaz?=) Date: Tue, 3 May 2011 23:43:06 +0300 (EEST) Subject: [Slackbuilds-users] Maintainers needed... In-Reply-To: <20110503152111.580107f7@liberty.rlwhome.lan> References: <20110503152111.580107f7@liberty.rlwhome.lan> Message-ID: On Tue, 3 May 2011, Robby Workman wrote: > Best I can tell, we have four more things that need a > maintainer - any takers? > > libraries/OpenSceneGraph > network/vde2 > perl/perl-test-number-delta > python/pychm I'll take pychm. Patch attached. -- Ozan, BSc, BEng -------------- next part -------------- diff --git a/python/pychm/pychm.SlackBuild b/python/pychm/pychm.SlackBuild index f001b09..b275ddc 100755 --- a/python/pychm/pychm.SlackBuild +++ b/python/pychm/pychm.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for PyCHM # Written by Jo?o Felipe Santos (joao.eel at gmail.com) +# Maintaned by Ozan T?rky?lmaz ozan.turkyilmaz at gmail.com # Copyright (c) 2009 Jo?o Felipe Santos # diff --git a/python/pychm/pychm.info b/python/pychm/pychm.info index e7d0b8a..de1212f 100644 --- a/python/pychm/pychm.info +++ b/python/pychm/pychm.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/gnochm/pychm-0.8.4.tar.gz" MD5SUM="ff7f0baf94290c44263a1618e7e6a116" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Jo?o Felipe Santos" -EMAIL="joao.eel[at]gmail.com" +MAINTAINER="Ozan T?rky?lmaz" +EMAIL="ozan.turkyilmaz[at]gmail.com" APPROVED="rworkman" From rworkman at slackbuilds.org Tue May 3 20:51:55 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 3 May 2011 15:51:55 -0500 Subject: [Slackbuilds-users] Maintainers needed... In-Reply-To: References: <20110503152111.580107f7@liberty.rlwhome.lan> Message-ID: <20110503155155.30fbd73d@liberty.rlwhome.lan> On Tue, 3 May 2011 23:43:06 +0300 (EEST) "Ozan T?rky?lmaz" wrote: > On Tue, 3 May 2011, Robby Workman wrote: > > Best I can tell, we have four more things that need a > > maintainer - any takers? > > > > libraries/OpenSceneGraph > > network/vde2 > > perl/perl-test-number-delta > > python/pychm > > I'll take pychm. Patch attached. Done; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From jordanevans19 at gmail.com Tue May 3 21:17:39 2011 From: jordanevans19 at gmail.com (Jordan Evans) Date: Tue, 3 May 2011 14:17:39 -0700 Subject: [Slackbuilds-users] Maintainers needed... In-Reply-To: <20110503152111.580107f7@liberty.rlwhome.lan> References: <20110503152111.580107f7@liberty.rlwhome.lan> Message-ID: Hi I'll take OpenSceneGraph On Tue, May 3, 2011 at 13:21, Robby Workman wrote: > Best I can tell, we have four more things that need a > maintainer - any takers? > > libraries/OpenSceneGraph > network/vde2 > perl/perl-test-number-delta > python/pychm > > -RW > > _______________________________________________ > 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/ > > > -- Jordan -------------- next part -------------- An HTML attachment was scrubbed... URL: From jordanevans19 at gmail.com Tue May 3 21:34:38 2011 From: jordanevans19 at gmail.com (Jordan Evans) Date: Tue, 3 May 2011 14:34:38 -0700 Subject: [Slackbuilds-users] Maintainers needed... In-Reply-To: References: <20110503152111.580107f7@liberty.rlwhome.lan> Message-ID: Heres the patch file On Tue, May 3, 2011 at 14:17, Jordan Evans wrote: > Hi > > I'll take OpenSceneGraph > > On Tue, May 3, 2011 at 13:21, Robby Workman wrote: > >> Best I can tell, we have four more things that need a >> maintainer - any takers? >> >> libraries/OpenSceneGraph >> network/vde2 >> perl/perl-test-number-delta >> python/pychm >> >> -RW >> >> _______________________________________________ >> 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/ >> >> >> > > > -- > Jordan > -- Jordan -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: patch Type: application/octet-stream Size: 551 bytes Desc: not available URL: From rworkman at slackbuilds.org Tue May 3 21:51:30 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 3 May 2011 16:51:30 -0500 Subject: [Slackbuilds-users] Maintainers needed... In-Reply-To: References: <20110503152111.580107f7@liberty.rlwhome.lan> Message-ID: <20110503165130.2c894cbe@liberty.rlwhome.lan> On Tue, 3 May 2011 14:17:39 -0700 Jordan Evans wrote: > I'll take OpenSceneGraph Okay, got it; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From the_emmel at gmx.net Tue May 3 21:55:24 2011 From: the_emmel at gmx.net (emmel) Date: Tue, 3 May 2011 23:55:24 +0200 Subject: [Slackbuilds-users] evince In-Reply-To: <20110503020905.4d9876c3@hades.esn.local> References: <890182.90755.qm@web120312.mail.ne1.yahoo.com> <20110412084018.60d3d0d5@liberty.rlwhome.lan> <20110502074709.GA2506@pollux.mlnet> <20110503020905.4d9876c3@hades.esn.local> Message-ID: <20110503215524.GA4633@pollux.mlnet> On Tue, May 03, 2011 at 02:09:05AM +0100, Michiel van Wessem wrote: > On Mon, 2 May 2011 09:47:09 +0200 > emmel wrote: > > He didn't, otherwise it would have been caught out regardless. ;-) > Evice is currently in our repository and at version 2.32.0. Oh, yeah, got it now. For some reason I was still using the old repository. To bad that version of evince is totally broken. I really liked that program, but one of the reason I likes it best for was remembering stuff. What I had open, the window size, zoom level, page view... I wonder what the developers have been thinking. Or if they had been thinking. -- emmel GPG signed Fingerprint: 60B4 D8E3 9617 900C 6726 168F D677 5AAD D40F CCE7 Certserver : hkp://pgp.mit.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From vmj at linuxbox.fi Tue May 3 22:00:46 2011 From: vmj at linuxbox.fi (Mikko Varri) Date: Wed, 4 May 2011 01:00:46 +0300 Subject: [Slackbuilds-users] Maintainers needed... In-Reply-To: <20110503152111.580107f7@liberty.rlwhome.lan> References: <20110503152111.580107f7@liberty.rlwhome.lan> Message-ID: <20110503220045.GA13702@linuxbox.fi> On Tue, May 03, 2011 at 03:21:11PM -0500, Robby Workman wrote: > > network/vde2 > Unless no one else takes this, I'll maintain it. MAINTAINER="Mikko V?rri" EMAIL="vmj at linuxbox.fi" -vmj From rworkman at slackbuilds.org Tue May 3 22:31:53 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 3 May 2011 17:31:53 -0500 Subject: [Slackbuilds-users] Maintainers needed... In-Reply-To: <20110503220045.GA13702@linuxbox.fi> References: <20110503152111.580107f7@liberty.rlwhome.lan> <20110503220045.GA13702@linuxbox.fi> Message-ID: <20110503173153.74664b50@liberty.rlwhome.lan> On Wed, 4 May 2011 01:00:46 +0300 Mikko Varri wrote: > On Tue, May 03, 2011 at 03:21:11PM -0500, Robby Workman wrote: > > > > network/vde2 > > Unless no one else takes this, I'll maintain it. > > MAINTAINER="Mikko V?rri" > EMAIL="vmj at linuxbox.fi" Got it; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From eugen at flevum.de Wed May 4 03:15:59 2011 From: eugen at flevum.de (Eugen Wissner) Date: Wed, 4 May 2011 05:15:59 +0200 Subject: [Slackbuilds-users] id3v2's homepage Message-ID: <20110504051559.1f4170ae@hellerstern.kiwi> Hi it seems http://id3v2.sourceforge.net/ isn't updated anymore. The current active homepage of id3v2 is http://sourceforge.net/projects/id3v2/ From rworkman at slackbuilds.org Wed May 4 03:35:02 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 3 May 2011 22:35:02 -0500 Subject: [Slackbuilds-users] CHECK THE ^%$D@^*()* REPO!! Message-ID: <20110503223502.35e9c181@liberty.rlwhome.lan> Seriously. DO WE NEED TO MAKE THIS TEXT BEEP AND BLINK AND FLASH? What else can we do to drive home the "sync your local copy with what's in our repo BEFORE you submit updates" point? I'd rather not start rejecting stuff over this, but geez, I'm tired of wasting time with it. Most of the things I've glanced at tonight would have required me to grab the README or slack-desc from the git repo to avoid a revert of previous edits that we've made. Yes, I know that a lot of the edits are nitpicks. Yes, I know that we are pedantic (some of us more than others). Yes, I know it's aggravating at times. Yes, I know that our edits have occasionally offended some people ("What, my words aren't good enough?"), and for that, I sincerely apologize, but it is what it is. If you aren't willing to tolerate that, then don't submit it here. Sorry for the rant, and thanks to all of you to whom this message is NOT directed - keep up the great work! We now return to your regularly scheduled programming. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From binhnguyen at fastmail.fm Wed May 4 07:52:24 2011 From: binhnguyen at fastmail.fm (Binh Nguyen) Date: Wed, 4 May 2011 14:52:24 +0700 Subject: [Slackbuilds-users] Maintainers needed... In-Reply-To: <20110503152111.580107f7@liberty.rlwhome.lan> References: <20110503152111.580107f7@liberty.rlwhome.lan> Message-ID: <20110504145224.7bb0413e@darkstar.example.net> On Tue, 3 May 2011 15:21:11 -0500 Robby Workman wrote: > > perl/perl-test-number-delta > I will take this, since one of my pkgs -- perl-cairo -- depends on it. -- Binh Nguyen From the_emmel at gmx.net Wed May 4 08:26:39 2011 From: the_emmel at gmx.net (emmel) Date: Wed, 4 May 2011 10:26:39 +0200 Subject: [Slackbuilds-users] SlackBuilds Survey In-Reply-To: <23064.206.16.98.96.1304109652.squirrel@lavabit.com> References: <23064.206.16.98.96.1304109652.squirrel@lavabit.com> Message-ID: <20110504082639.GA2271@pollux.mlnet> On Fri, Apr 29, 2011 at 01:40:52PM -0700, bosth at lavabit.com wrote: > In case anyone didn't see my post on the LinuxQuestions forum, I'd like to > point out that I am doing a 'survey' of SlackBuild use. There's a complete > explanation on the LQ page > (http://www.linuxquestions.org/questions/slackware-14/slackbuild-survey-877535/), > but basically I'd like to know how many people are using SlackBuilds. I am > collecting submissions (list of installed SBo packages) from anyone who is > interested in participating. I have already received about 100 submissions > and in a couple more days, I will post the results of how many people are > using each package (and which versions). > > I hope this information will be of interest to other SlackBuild > maintainers, and of course, in the meantime please feel free to contribute > your own submission to the survey. > > Ben What I'd like to see is that feature integrated into sbookg or something. I'm quite curious about the results. -- emmel GPG signed Fingerprint: 60B4 D8E3 9617 900C 6726 168F D677 5AAD D40F CCE7 Certserver : hkp://pgp.mit.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Wed May 4 14:19:25 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 4 May 2011 09:19:25 -0500 Subject: [Slackbuilds-users] Maintainers needed... In-Reply-To: <20110504145224.7bb0413e@darkstar.example.net> References: <20110503152111.580107f7@liberty.rlwhome.lan> <20110504145224.7bb0413e@darkstar.example.net> Message-ID: <20110504091925.1b97dd36@liberty.rlwhome.lan> On Wed, 4 May 2011 14:52:24 +0700 Binh Nguyen wrote: > On Tue, 3 May 2011 15:21:11 -0500 > Robby Workman wrote: > > > > > perl/perl-test-number-delta > > > > I will take this, since one of my pkgs -- perl-cairo -- depends on it. Got it; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From hba.nihilismus at gmail.com Wed May 4 18:27:01 2011 From: hba.nihilismus at gmail.com (=?UTF-8?Q?Antonio_Hern=C3=A1ndez_Blas?=) Date: Wed, 4 May 2011 13:27:01 -0500 Subject: [Slackbuilds-users] CHECK THE ^%$D@^*()* REPO!! In-Reply-To: <20110503223502.35e9c181@liberty.rlwhome.lan> References: <20110503223502.35e9c181@liberty.rlwhome.lan> Message-ID: On Tue, May 3, 2011 at 10:35 PM, Robby Workman wrote: > Seriously. > > DO WE NEED TO MAKE THIS TEXT BEEP AND BLINK AND FLASH? > > What else can we do to drive home the "sync your local > copy with what's in our repo BEFORE you submit updates" > point? > > I'd rather not start rejecting stuff over this, but geez, > I'm tired of wasting time with it. ?Most of the things > I've glanced at tonight would have required me to grab > the README or slack-desc from the git repo to avoid a > revert of previous edits that we've made. > > Yes, I know that a lot of the edits are nitpicks. > Yes, I know that we are pedantic (some of us more than others). > Yes, I know it's aggravating at times. > Yes, I know that our edits have occasionally offended some > people ("What, my words aren't good enough?"), and for that, > I sincerely apologize, but it is what it is. ?If you aren't > willing to tolerate that, then don't submit it here. > > Sorry for the rant, and thanks to all of you to whom this > message is NOT directed - keep up the great work! > > We now return to your regularly scheduled programming. > > -RW Nazis. -- - hba | Antonio Hern?ndez Blas | Mexico, Mx. http://hba.dyndns.info | http://barrapunto.com/~hba/ | irc://irc.freenode.org/hba From ozan.turkyilmaz at gmail.com Wed May 4 18:29:27 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?Q?Ozan_T=C3=BCrky=C4=B1lmaz?=) Date: Wed, 4 May 2011 21:29:27 +0300 (EEST) Subject: [Slackbuilds-users] CHECK THE ^%$D@^*()* REPO!! In-Reply-To: <20110503223502.35e9c181@liberty.rlwhome.lan> References: <20110503223502.35e9c181@liberty.rlwhome.lan> Message-ID: On Tue, 3 May 2011, Robby Workman wrote: > Seriously. > > DO WE NEED TO MAKE THIS TEXT BEEP AND BLINK AND FLASH? > > What else can we do to drive home the "sync your local > copy with what's in our repo BEFORE you submit updates" > point? > > I'd rather not start rejecting stuff over this, but geez, > I'm tired of wasting time with it. Most of the things > I've glanced at tonight would have required me to grab > the README or slack-desc from the git repo to avoid a > revert of previous edits that we've made. > > Yes, I know that a lot of the edits are nitpicks. > Yes, I know that we are pedantic (some of us more than others). > Yes, I know it's aggravating at times. > Yes, I know that our edits have occasionally offended some > people ("What, my words aren't good enough?"), and for that, > I sincerely apologize, but it is what it is. If you aren't > willing to tolerate that, then don't submit it here. > > Sorry for the rant, and thanks to all of you to whom this > message is NOT directed - keep up the great work! > > We now return to your regularly scheduled programming. > > -RW > Hugz!!! -- Ozan, BSc, BEng From lmello.009 at gmail.com Wed May 4 19:19:14 2011 From: lmello.009 at gmail.com (Luis Henrique F. Cardoso de Mello) Date: Wed, 04 May 2011 16:19:14 -0300 Subject: [Slackbuilds-users] mozplugger md5 Message-ID: <4DC1A6B2.5000601@gmail.com> There's a mismatch between the info file and the actual md5sum of the source package. From rworkman at slackbuilds.org Thu May 5 01:13:41 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 4 May 2011 20:13:41 -0500 Subject: [Slackbuilds-users] mozplugger md5 In-Reply-To: <4DC1A6B2.5000601@gmail.com> References: <4DC1A6B2.5000601@gmail.com> Message-ID: <20110504201341.02103efc@liberty.rlwhome.lan> On Wed, 04 May 2011 16:19:14 -0300 "Luis Henrique F. Cardoso de Mello" wrote: > There's a mismatch between the info file and the actual md5sum of the > source package. Fixed in my git branch ; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 5 01:21:00 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 4 May 2011 20:21:00 -0500 Subject: [Slackbuilds-users] Minitube SlackBuild In-Reply-To: References: <20110428235912.17a15895@darkstar.example.net> Message-ID: <20110504202100.6d2d07c4@liberty.rlwhome.lan> On Fri, 29 Apr 2011 02:06:21 +0300 (EEST) "Ozan T?rky?lmaz" wrote: > On Thu, 28 Apr 2011, /dev/ammo42 wrote: > > > Hi everybody, > > The minitube SlackBuild is completely outdated (it builds version > > 1.1 of minitube, while 1.4.2 is the current version and 1.1 no > > longer works due to a YouTube protocol change). However, a version > > bump to 1.4.2 builds a working package (Slackware 13.37 x86_64). > > BTW, did someone test/use the Xfmedia SlackBuild of which I am > > supposed to be maintainer ? I no longer use it and the upstream > > project seems dead (even Debian Squeeze removed it). > > > Yeah, xfmedia is dead. Parole replaced it. ANd it won't work with new > Xfce as well. I don't know about minitube, but I have xfmedia removed in my git branch. If you don't use it, and upstream doesn't care about it, and it doesn't work anyway, then we're not going to keep propping up its carcass. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 5 01:23:19 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 4 May 2011 20:23:19 -0500 Subject: [Slackbuilds-users] blas and lapack - md5sum not matched In-Reply-To: <4DBE0156.6010900@gmail.com> References: <4DBE0156.6010900@gmail.com> Message-ID: <20110504202319.6ceb2e8a@liberty.rlwhome.lan> On Sun, 01 May 2011 21:56:54 -0300 "Luis Henrique F. Cardoso de Mello" wrote: > Hi folks, > > Using sbopkg, both packages fail in their md5sum check. While blas is > build correctly just by ignoring the mismatch, lapack doesn't: > > lapack-3.3.1/BLAS/SRC/ztrsv.f > lapack.SlackBuild.build: line 51: cd: lapack-3.3.0: No such file or > directory > > Though the change is obvious: > > --- lapack.SlackBuild 2011-04-15 05:47:24.000000000 -0300 > +++ lapack.SlackBuild.sbopkg 2011-05-01 21:44:46.540572540 -0300 > @@ -7,7 +7,7 @@ > # shared library version problem (major version consistency between > updates) > > PRGNAM=lapack > -VERSION=${VERSION:-3.3.0} > +VERSION=${VERSION:-3.3.1} > BUILD=${BUILD:-1} > TAG=${TAG:-_SBo} > > I think it should be corrected. Indeed. Since this will technically be a version bump for both of them, I'll defer it to the maintainer to submit to us (CC'd on this reply). -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 5 01:27:39 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 4 May 2011 20:27:39 -0500 Subject: [Slackbuilds-users] Fwd: slackbuilds.org: grub2: typos in dependencies package names In-Reply-To: References: <63515.97423.qm@web120310.mail.ne1.yahoo.com> Message-ID: <20110504202739.32e5d859@liberty.rlwhome.lan> I hate top posting, but alas, such is the way things go sometimes. This is now fixed in my git branch; thanks for the report. -RW On Sun, 24 Apr 2011 22:33:06 +0300 Nikos Skalkotos wrote: > ---------- Forwarded message ---------- > From: crocket > Date: Sun, Apr 24, 2011 at 1:53 PM > Subject: Re: slackbuilds.org: grub2: typos in dependencies package > names To: Nikos Skalkotos > > > For typos, you better contact slackbuilds.org admins in #slackbuilds > in chat.freenode.net. > Or send a message about typos to slackbuilds.org mailing list. > It's prudent to first contact maintainers regarding this, but > slackbuilds.org admins can usually take care of that kind of stuff. > > > > ----- Original Message ---- > From: Nikos Skalkotos > To: crockabiscuit at yahoo.com > Sent: Sat, April 23, 2011 3:52:12 AM > Subject: slackbuilds.org: grub2: typos in dependencies package names > > Hello, > > In http://slackbuilds.org/slackbuilds/13.1/system/grub2/README you > mention "osprober" and "unifont" as dependencies for grub2. I searched > the repository and there aren't any packages with those names. You > probably mean "os-proper" and "gnu-unifont". Can use please update the > README file if this is the case? > > Thank you, > Nikos Skalkotos > Athens, Greece > _______________________________________________ > 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 -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 5 01:29:50 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 4 May 2011 20:29:50 -0500 Subject: [Slackbuilds-users] evince In-Reply-To: <20110503215524.GA4633@pollux.mlnet> References: <890182.90755.qm@web120312.mail.ne1.yahoo.com> <20110412084018.60d3d0d5@liberty.rlwhome.lan> <20110502074709.GA2506@pollux.mlnet> <20110503020905.4d9876c3@hades.esn.local> <20110503215524.GA4633@pollux.mlnet> Message-ID: <20110504202950.38d669f5@liberty.rlwhome.lan> On Tue, 3 May 2011 23:55:24 +0200 emmel wrote: > On Tue, May 03, 2011 at 02:09:05AM +0100, Michiel van Wessem wrote: > > On Mon, 2 May 2011 09:47:09 +0200 > > emmel wrote: > > > > He didn't, otherwise it would have been caught out regardless. ;-) > > Evice is currently in our repository and at version 2.32.0. > > Oh, yeah, got it now. For some reason I was still using the old > repository. To bad that version of evince is totally broken. I really > liked that program, but one of the reason I likes it best for was > remembering stuff. What I had open, the window size, zoom level, page > view... I wonder what the developers have been thinking. Or if they > had been thinking. I won't comment on that. Use your imagination. However, I think I'll be reverting to 2.28.x here. Most of the time, I get no window decorations (i.e. no minimize, maximize, etecetera buttons) when evince is opened, and setting the "full screen" dconf key doesn't do what one would think. Basically, 2.32.x is a steaming pile of shit. IMHO. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From mickeytintincolle at yahoo.fr Thu May 5 01:41:45 2011 From: mickeytintincolle at yahoo.fr (/dev/ammo42) Date: Thu, 5 May 2011 03:41:45 +0200 Subject: [Slackbuilds-users] Minitube SlackBuild In-Reply-To: <20110504202100.6d2d07c4@liberty.rlwhome.lan> References: <20110428235912.17a15895@darkstar.example.net> <20110504202100.6d2d07c4@liberty.rlwhome.lan> Message-ID: <20110505034145.02352dc8@darkstar.example.net> Le Wed, 4 May 2011 20:21:00 -0500, Robby Workman a ?crit : > On Fri, 29 Apr 2011 02:06:21 +0300 (EEST) > "Ozan T?rky?lmaz" wrote: > > > On Thu, 28 Apr 2011, /dev/ammo42 wrote: > > > > > Hi everybody, > > > The minitube SlackBuild is completely outdated (it builds version > > > 1.1 of minitube, while 1.4.2 is the current version and 1.1 no > > > longer works due to a YouTube protocol change). However, a version > > > bump to 1.4.2 builds a working package (Slackware 13.37 x86_64). > > > BTW, did someone test/use the Xfmedia SlackBuild of which I am > > > supposed to be maintainer ? I no longer use it and the upstream > > > project seems dead (even Debian Squeeze removed it). > > > > > Yeah, xfmedia is dead. Parole replaced it. ANd it won't work with > > new Xfce as well. > > > I don't know about minitube, but I have xfmedia removed in my > git branch. If you don't use it, and upstream doesn't care > about it, and it doesn't work anyway, then we're not going to > keep propping up its carcass. I think "new Xfce" means Xfce 4.8, which isn't in Slackware 13.37. And I just tested it on Slackware64 13.37, it builds without errors and plays mp3s fine (I didn't test other formats). > > -RW From rworkman at slackbuilds.org Thu May 5 01:54:07 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 4 May 2011 20:54:07 -0500 Subject: [Slackbuilds-users] Minitube SlackBuild In-Reply-To: <20110505034145.02352dc8@darkstar.example.net> References: <20110428235912.17a15895@darkstar.example.net> <20110504202100.6d2d07c4@liberty.rlwhome.lan> <20110505034145.02352dc8@darkstar.example.net> Message-ID: <20110504205407.5977aaea@liberty.rlwhome.lan> On Thu, 5 May 2011 03:41:45 +0200 /dev/ammo42 wrote: > Le Wed, 4 May 2011 20:21:00 -0500, > Robby Workman a ?crit : > > > On Fri, 29 Apr 2011 02:06:21 +0300 (EEST) > > "Ozan T?rky?lmaz" wrote: > > > > > On Thu, 28 Apr 2011, /dev/ammo42 wrote: > > > > > > > Hi everybody, > > > > The minitube SlackBuild is completely outdated (it builds > > > > version 1.1 of minitube, while 1.4.2 is the current version and > > > > 1.1 no longer works due to a YouTube protocol change). However, > > > > a version bump to 1.4.2 builds a working package (Slackware > > > > 13.37 x86_64). BTW, did someone test/use the Xfmedia SlackBuild > > > > of which I am supposed to be maintainer ? I no longer use it > > > > and the upstream project seems dead (even Debian Squeeze > > > > removed it). > > > > > > > Yeah, xfmedia is dead. Parole replaced it. ANd it won't work with > > > new Xfce as well. > > > > > > I don't know about minitube, but I have xfmedia removed in my > > git branch. If you don't use it, and upstream doesn't care > > about it, and it doesn't work anyway, then we're not going to > > keep propping up its carcass. > > I think "new Xfce" means Xfce 4.8, which isn't in Slackware 13.37. And > I just tested it on Slackware64 13.37, it builds without errors and > plays mp3s fine (I didn't test other formats). Heh, oops. Okay, I removed the removal :) -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From dhabyx at xelalug.org Thu May 5 02:58:55 2011 From: dhabyx at xelalug.org (Dhaby Xiloj) Date: Wed, 04 May 2011 20:58:55 -0600 Subject: [Slackbuilds-users] mozplugger md5 In-Reply-To: <20110504201341.02103efc@liberty.rlwhome.lan> References: <4DC1A6B2.5000601@gmail.com> <20110504201341.02103efc@liberty.rlwhome.lan> Message-ID: <4DC2126F.2020407@xelalug.org> El 04/05/11 19:13, Robby Workman escribi?: > On Wed, 04 May 2011 16:19:14 -0300 > "Luis Henrique F. Cardoso de Mello" wrote: > >> There's a mismatch between the info file and the actual md5sum of the >> source package. > > Fixed in my git branch ; thanks! > > -RW > > > _______________________________________________ > 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/ > I sent a git pull of newest versi?n tested in 13.37 :) -- dhabyx -------------- next part -------------- An HTML attachment was scrubbed... URL: From ozan.turkyilmaz at gmail.com Thu May 5 11:16:34 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?Q?Ozan_T=C3=BCrky=C4=B1lmaz?=) Date: Thu, 5 May 2011 14:16:34 +0300 (EEST) Subject: [Slackbuilds-users] libmatroske.info Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I noticed that libmatroska.info has wrong EMAIL. It lists my full name instead of mu email address. Same problem exists in my new submition as well. Can kind admins fix it? - -- Ozan, BSc, BEng -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJNwocTAAoJELQV8T3i8PHbZZwH/1xOKSPvXymaavpTXqoV8oEJ rcUxSaa1T/tPvRc+i9Cp6tU1C4dj+r1WFHV+bPCDOCBQDXF9JSoMCToab6sUGtiT gKod4djpPG2j2iVsCTympeosy09th89vgyXksKlCVIr0yrqVln3B6A5vnWCxqRcj olDs1M8nIK5yCnpUZG/LAPmj0yF1noZBCAiVeqt1rJuWXvV5s7PyqX3PVwVHdDEt hzpTvM4P8oM4v01sGffsZcVzn/qLiSKcUzyQ7ssxsLmaD7dLyWy0X8RhAkUCQpfI R6n30RcNohkrfs0aUARvUN9TeExWE44K2H+T6YTygWh6jdiFdqZKxJ61eWljNhM= =oXfN -----END PGP SIGNATURE----- From xgizzmo at gmail.com Thu May 5 11:47:32 2011 From: xgizzmo at gmail.com (xgizzmo at gmail.com) Date: Thu, 5 May 2011 07:47:32 -0400 Subject: [Slackbuilds-users] libmatroske.info In-Reply-To: References: Message-ID: <201105050747.32718.xgizzmo@gmail.com> On Thursday 05 May 2011 07:16:34 Ozan T?rky?lmaz wrote: > Hi, > > I noticed that libmatroska.info has wrong EMAIL. It lists my full name > instead of mu email address. Same problem exists in my new submition as > well. Can kind admins fix it? > Use the removal link you should have received and resubmit them. --dsomero From dnied at tiscali.it Thu May 5 19:07:05 2011 From: dnied at tiscali.it (Dario Niedermann) Date: Thu, 5 May 2011 21:07:05 +0200 Subject: [Slackbuilds-users] [13.37] Slackbuild patch for r2e 2.71 Message-ID: <20110505190705.GB1991@dnied%tiscali.it> Hello, I've tweaked the slackbuild for r2e 2.66 (rss2email) to make it work for the latest r2e version (2.71). One of the files in the source archive changed name, so that had to be fixed. Also, the slackbuild file 'config.py.patch' is no longer necessary, because I used `sed` to do the same replacements that were performed by that patch file. The results of enclosed patch were tested on Slackware64, but since r2e is all Python, I expect this to work on all architectures. Regards, DN -----BEGIN PATCH FILE----- Only in r2e-2.66: config.py.patch diff -u r2e-2.66/r2e.SlackBuild r2e-2.71/r2e.SlackBuild --- r2e-2.66/r2e.SlackBuild 2010-06-16 07:22:12.000000000 +0200 +++ r2e-2.71/r2e.SlackBuild 2011-05-05 20:35:08.000000000 +0200 @@ -33,9 +33,10 @@ # IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Modified by Robby Workman +# Modified for r2e 2.71 by Dario Niedermann PRGNAM=r2e -VERSION=2.66 +VERSION=2.71 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,7 +65,7 @@ cd rss2email-$VERSION # Patch rss2email.py so that our config.py location is shown -patch -p1 < $CWD/config.py.patch +sed -i -e 's# config\.py# /etc/r2e/config.py#g' rss2email.py mkdir -p $PKG/usr/lib/$PRGNAM install -m 0755 -o root -g root feedparser.py $PKG/usr/lib/$PRGNAM @@ -83,7 +84,7 @@ # config.py file is symlinked to that location as well. # EOF -cat config.py >> $PKG/etc/r2e/config.py.new +cat config.py.example >> $PKG/etc/r2e/config.py.new ( cd $PKG/usr/lib/$PRGNAM ; ln -s ../../../etc/r2e/config.py config.py ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff -u r2e-2.66/r2e.info r2e-2.71/r2e.info --- r2e-2.66/r2e.info 2010-05-27 06:51:17.000000000 +0200 +++ r2e-2.71/r2e.info 2011-05-05 17:22:24.000000000 +0200 @@ -1,8 +1,8 @@ PRGNAM="r2e" -VERSION="2.66" +VERSION="2.71" HOMEPAGE="http://rss2email.infogami.com" -DOWNLOAD="http://www.allthingsrss.com/rss2email/rss2email-2.66.tar.gz" -MD5SUM="84a7aa98b52952e37dd239fefb01e9d9" +DOWNLOAD="http://www.allthingsrss.com/rss2email/rss2email-2.71.tar.gz" +MD5SUM="7d7dbac5aa181b07261516213a312f39" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Tom Canich" From rshepard at appl-ecosys.com Thu May 5 20:38:12 2011 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Thu, 5 May 2011 13:38:12 -0700 (PDT) Subject: [Slackbuilds-users] [13.37] Slackbuild patch for r2e 2.71 In-Reply-To: <20110505190705.GB1991@dnied%tiscali.it> References: <20110505190705.GB1991@dnied%tiscali.it> Message-ID: On Thu, 5 May 2011, Dario Niedermann wrote: > One of the files in the source archive changed name, so that had to be > fixed. Dario, That's because I contacted the developer and made him aware that his new configuration files overwrote the existing, tuned, configurations. That caused rss2email to stop working. He changed the name of the new file (I think by adding an extension) so upgrades now leave our individual configurations alone. I hadn't bothered to look for a slackbuild for this since I just untar it over the original installation and it works. Rich From dnied at tiscali.it Thu May 5 21:48:36 2011 From: dnied at tiscali.it (Dario Niedermann) Date: Thu, 5 May 2011 23:48:36 +0200 Subject: [Slackbuilds-users] [13.37] Slackbuild patch for r2e 2.71 References: <20110505190705.GB1991@dnied%tiscali.it> Message-ID: On Thu, 5 May 2011 13:38:12 -0700 (PDT), Rich Shepard wrote: > On Thu, 5 May 2011, Dario Niedermann wrote: > >> One of the files in the source archive changed name, so that had to be >> fixed. > > Dario, > > That's because I contacted the developer and made him aware that his new > configuration files overwrote the existing, tuned, configurations. That > caused rss2email to stop working. He changed the name of the new file (I > think by adding an extension) so upgrades now leave our individual > configurations alone. The dev did in fact rename the 'config.py' file to 'config.py.example'; anyway, note that the slackbuild will install this file as '/etc/r2e/config.py.new' if an '/etc/r2e/config.py' pre-exists. So, regardless of the source file's name, the slackbuild won't overwrite any config files that might be in use. Regards, DN From chris.abela at maltats.com Fri May 6 10:47:35 2011 From: chris.abela at maltats.com (Chris Abela) Date: Fri, 6 May 2011 12:47:35 +0200 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: <4DBD0506.8010100@NorthTech.US> References: <4DBD0506.8010100@NorthTech.US> Message-ID: <614A6E143C9D4700975A534F555D06BD@maltats.com> I didn't opt for the rebuild of xulrunner, because when I checked, my package was tagged 'alien', and I can't for the life of me remember why I would have used the AlienBOB version (perhaps it had something to do with my 'custom', offshore versions of ffmpeg, mplayer, etc. ;) ). The xulrunner source link is broken and the tarball is probably no longer available from their site, however the SlackBuild can easily be modified for the v2.0. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjjzf at syntaktisk.dk Fri May 6 12:30:45 2011 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Fri, 6 May 2011 14:30:45 +0200 Subject: [Slackbuilds-users] Uget issues Message-ID: <20110506143045.18aa705f@espero.syntaktisk.dk> Dudes, I have been using LEET for a while now, and things look decent enough, except for one thing, one of my most used tools: Uget. I do the Slackbuild, and I have used that as well as built a more recent version. But the software dies. When it is downloading a bunch of queued files, it suddenly... disappears. When I run it from the terminal, it exits with 'Segmentation fault'. It does not do this in Slackware 13.1 from the same package. I have absolutely no idea how to debug this. Any ideas? Yours, Morten __ Morten Juhl-Johansen Z?lde-Fej?r http://syntaktisk.dk * mjjzf at syntaktisk.dk From ozan.turkyilmaz at gmail.com Fri May 6 14:41:40 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?Q?Ozan_T=C3=BCrky=C4=B1lmaz?=) Date: Fri, 6 May 2011 17:41:40 +0300 (EEST) Subject: [Slackbuilds-users] Uget issues In-Reply-To: <20110506143045.18aa705f@espero.syntaktisk.dk> References: <20110506143045.18aa705f@espero.syntaktisk.dk> Message-ID: On Fri, 6 May 2011, Morten Juhl-Johansen Z?lde-Fej?r wrote: > Dudes, Send in full output. It's not informative to say that it SEGFAULTs. -- Ozan, BSc, BEng From easuter at gmail.com Fri May 6 16:12:53 2011 From: easuter at gmail.com (=?ISO-8859-1?Q?Eug=E9ne_Suter?=) Date: Fri, 6 May 2011 17:12:53 +0100 Subject: [Slackbuilds-users] blas and lapack - md5sum not matched In-Reply-To: <20110504202319.6ceb2e8a@liberty.rlwhome.lan> References: <4DBE0156.6010900@gmail.com> <20110504202319.6ceb2e8a@liberty.rlwhome.lan> Message-ID: I'll update all of my slackbuilds at the beginning of next week. I'm swamped with work ATM, sorry. Eug?ne. PS: I'll also be taking over the yajl Slackbuild from Eugen Wissner. On 5 May 2011 02:23, Robby Workman wrote: > On Sun, 01 May 2011 21:56:54 -0300 > "Luis Henrique F. Cardoso de Mello" wrote: > >> Hi folks, >> >> Using sbopkg, both packages fail in their md5sum check. While blas is >> build correctly just by ignoring the mismatch, lapack doesn't: >> >> lapack-3.3.1/BLAS/SRC/ztrsv.f >> lapack.SlackBuild.build: line 51: cd: lapack-3.3.0: No such file or >> directory >> >> Though the change is obvious: >> >> --- lapack.SlackBuild ? 2011-04-15 05:47:24.000000000 -0300 >> +++ lapack.SlackBuild.sbopkg ? ?2011-05-01 21:44:46.540572540 -0300 >> @@ -7,7 +7,7 @@ >> ? # shared library version problem (major version consistency between >> updates) >> >> ? PRGNAM=lapack >> -VERSION=${VERSION:-3.3.0} >> +VERSION=${VERSION:-3.3.1} >> ? BUILD=${BUILD:-1} >> ? TAG=${TAG:-_SBo} >> >> I think it should be corrected. > > > Indeed. ?Since this will technically be a version bump for > both of them, I'll defer it to the maintainer to submit > to us (CC'd on this reply). > > -RW > From the_emmel at gmx.net Sat May 7 10:09:18 2011 From: the_emmel at gmx.net (emmel) Date: Sat, 7 May 2011 12:09:18 +0200 Subject: [Slackbuilds-users] Uget issues In-Reply-To: References: <20110506143045.18aa705f@espero.syntaktisk.dk> Message-ID: <20110507100918.GA2334@pollux.mlnet> On Fri, May 06, 2011 at 05:41:40PM +0300, Ozan T?rky?lmaz wrote: > On Fri, 6 May 2011, Morten Juhl-Johansen Z?lde-Fej?r wrote: > > >Dudes, > > Send in full output. It's not informative to say that it SEGFAULTs. > A backtracte might be useful as well. -- emmel GPG signed Fingerprint: 60B4 D8E3 9617 900C 6726 168F D677 5AAD D40F CCE7 Certserver : hkp://pgp.mit.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From mjjzf at syntaktisk.dk Sat May 7 22:20:13 2011 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Sun, 8 May 2011 00:20:13 +0200 Subject: [Slackbuilds-users] Uget issues In-Reply-To: References: <20110506143045.18aa705f@espero.syntaktisk.dk> Message-ID: <20110508002013.429a7d86@espero.syntaktisk.dk> On Fri, 6 May 2011 17:41:40 +0300 (EEST) Ozan T?rky?lmaz wrote: > On Fri, 6 May 2011, Morten Juhl-Johansen Z?lde-Fej?r wrote: > > > Dudes, > > Send in full output. It's not informative to say that it SEGFAULTs. I am afraid Uget is not that much more verbose than I was: http://syntaktisk.dk/files/uget_output Running in GDB gives me this: http://syntaktisk.dk/files/uget_gdb_backtrace Hopefully of use. Please bear with me. Sincerely, Morten __ Morten Juhl-Johansen Z?lde-Fej?r http://syntaktisk.dk * mjjzf at syntaktisk.dk From dnied at tiscali.it Sun May 8 18:23:33 2011 From: dnied at tiscali.it (Dario Niedermann) Date: Sun, 8 May 2011 20:23:33 +0200 Subject: [Slackbuilds-users] [13.37] w3m SB fails on x86_64 (dependency missing?) Message-ID: <20110508182333.GB1468@dnied%tiscali.it> The slackbuild for w3m 0.5.2 fails on 13.37 x86_64 with the following error: ----- make[2]: Entering directory `/tmp/SBo/w3m-0.5.2/po' rm -f ja.gmo && : -c --statistics -o ja.gmo ja.po mv: cannot stat `t-ja.gmo': No such file or directory make[2]: *** [ja.gmo] Error 1 make[2]: Leaving directory `/tmp/SBo/w3m-0.5.2/po' make[1]: *** [stamp-po] Error 2 make[1]: Leaving directory `/tmp/SBo/w3m-0.5.2/po' make: *** [po] Error 2 Exit 2 ----- This might be the result of some missing dependency (gettext-tools ?) that is not declared on the slackbuild's page or README file. Anyway, I modified the script in order to build w3m 0.5.3. The changes are: - patch 'w3m-0.5.2-nulcn.patch' was removed, since it has already been applied to the upstream 0.5.3 source, as detected by the `patch` program; - NLS was disabled because it was causing the above build error, and I personally don't need it; - enabled the 'w3m' keymap rather than the 'lynx'-style keymap (this is a simple `configure` option). If you want the new slackbuild, download it at: http://devio.us/~ndr/downloads/w3m-0.5.3.tgz Diff between the two slackbuilds (SBo's 0.5.2 and my own 0.5.3) follows: =====BEGIN DIFF===== Common subdirectories: w3m-0.5.2/patches and w3m-0.5.3/patches diff -u w3m-0.5.2/w3m.SlackBuild w3m-0.5.3/w3m.SlackBuild --- w3m-0.5.2/w3m.SlackBuild 2011-04-15 10:47:28.000000000 +0200 +++ w3m-0.5.3/w3m.SlackBuild 2011-05-08 19:32:54.000000000 +0200 @@ -2,10 +2,11 @@ # Slackware build script for w3m # Written by slakmagik +# Modified for w3m version 0.5.3 by Dario Niedermann # Released under the WTFPL PRGNAM=w3m -VERSION=0.5.2 +VERSION=0.5.3 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +60,6 @@ patch -p1 < $CWD/patches/w3m-0.4.1-helpcharset.patch patch -p1 < $CWD/patches/w3m-0.5.1-gcc4.patch patch -p1 < $CWD/patches/w3m-0.5.2-multilib.patch -patch -p1 < $CWD/patches/w3m-0.5.2-nulcn.patch patch -p1 < $CWD/patches/w3m-0.5.2-ssl_verify_server_on.patch CFLAGS="$SLKCFLAGS" \ @@ -67,8 +67,9 @@ ./configure \ --prefix=/usr \ --mandir=/usr/man \ - --enable-keymap=lynx \ + --enable-keymap=w3m \ --enable-gopher \ + --disable-nls \ --build=$ARCH-slackware-linux \ --host=$ARCH-slackware-linux diff -u w3m-0.5.2/w3m.info w3m-0.5.3/w3m.info --- w3m-0.5.2/w3m.info 2011-04-15 10:47:28.000000000 +0200 +++ w3m-0.5.3/w3m.info 2011-05-08 19:21:40.000000000 +0200 @@ -1,8 +1,8 @@ PRGNAM="w3m" -VERSION="0.5.2" +VERSION="0.5.3" HOMEPAGE="http://w3m.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/w3m/w3m-0.5.2.tar.gz" -MD5SUM="ba06992d3207666ed1bf2dcf7c72bf58" +DOWNLOAD="http://downloads.sourceforge.net/w3m/w3m-0.5.3.tar.gz" +MD5SUM="1b845a983a50b8dec0169ac48479eacc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Felix Pfeifer" =====END DIFF===== From ozan.turkyilmaz at gmail.com Sun May 8 18:30:15 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?Q?Ozan_T=C3=BCrky=C4=B1lmaz?=) Date: Sun, 8 May 2011 21:30:15 +0300 (EEST) Subject: [Slackbuilds-users] [13.37] w3m SB fails on x86_64 (dependency missing?) In-Reply-To: <20110508182333.GB1468@dnied%tiscali.it> References: <20110508182333.GB1468@dnied%tiscali.it> Message-ID: On Sun, 8 May 2011, Dario Niedermann wrote: > The slackbuild for w3m 0.5.2 fails on 13.37 x86_64 with the following > error: > > ----- > make[2]: Entering directory `/tmp/SBo/w3m-0.5.2/po' > rm -f ja.gmo && : -c --statistics -o ja.gmo ja.po > mv: cannot stat `t-ja.gmo': No such file or directory > make[2]: *** [ja.gmo] Error 1 > make[2]: Leaving directory `/tmp/SBo/w3m-0.5.2/po' > make[1]: *** [stamp-po] Error 2 > make[1]: Leaving directory `/tmp/SBo/w3m-0.5.2/po' > make: *** [po] Error 2 > Exit 2 > ----- > > This might be the result of some missing dependency (gettext-tools ?) > that is not declared on the slackbuild's page or README file. > Nah, it looks like a build system/packaging problem. You should fill in developer(s) -- Ozan, BSc, BEng From rworkman at slackbuilds.org Sun May 8 18:33:53 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 8 May 2011 13:33:53 -0500 Subject: [Slackbuilds-users] [13.37] w3m SB fails on x86_64 (dependency missing?) In-Reply-To: <20110508182333.GB1468@dnied%tiscali.it> References: <20110508182333.GB1468@dnied%tiscali.it> Message-ID: <20110508133353.360dff22@liberty.rlwhome.lan> On Sun, 8 May 2011 20:23:33 +0200 Dario Niedermann wrote: > The slackbuild for w3m 0.5.2 fails on 13.37 x86_64 with the following > error: > > ----- > make[2]: Entering directory `/tmp/SBo/w3m-0.5.2/po' > rm -f ja.gmo && : -c --statistics -o ja.gmo ja.po > mv: cannot stat `t-ja.gmo': No such file or directory > make[2]: *** [ja.gmo] Error 1 > make[2]: Leaving directory `/tmp/SBo/w3m-0.5.2/po' > make[1]: *** [stamp-po] Error 2 > make[1]: Leaving directory `/tmp/SBo/w3m-0.5.2/po' > make: *** [po] Error 2 > Exit 2 > ----- > > This might be the result of some missing dependency (gettext-tools ?) > that is not declared on the slackbuild's page or README file. We don't note dependencies that are part of Slackware; we assume that users have a full Slackware installation. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From xgizzmo at slackbuilds.org Sun May 8 18:35:33 2011 From: xgizzmo at slackbuilds.org (xgizzmo at slackbuilds.org) Date: Sun, 8 May 2011 14:35:33 -0400 Subject: [Slackbuilds-users] [13.37] w3m SB fails on x86_64 (dependency missing?) In-Reply-To: <20110508182333.GB1468@dnied%tiscali.it> References: <20110508182333.GB1468@dnied%tiscali.it> Message-ID: <201105081435.33955.xgizzmo@slackbuilds.org> On Sunday 08 May 2011 14:23:33 Dario Niedermann wrote: > The slackbuild for w3m 0.5.2 fails on 13.37 x86_64 with the following > error: > > ----- > make[2]: Entering directory `/tmp/SBo/w3m-0.5.2/po' > rm -f ja.gmo && : -c --statistics -o ja.gmo ja.po > mv: cannot stat `t-ja.gmo': No such file or directory > make[2]: *** [ja.gmo] Error 1 > make[2]: Leaving directory `/tmp/SBo/w3m-0.5.2/po' > make[1]: *** [stamp-po] Error 2 > make[1]: Leaving directory `/tmp/SBo/w3m-0.5.2/po' > make: *** [po] Error 2 > Exit 2 > ----- > > This might be the result of some missing dependency (gettext-tools ?) > that is not declared on the slackbuild's page or README file. > > Anyway, I modified the script in order to build w3m 0.5.3. The > changes are: > > - patch 'w3m-0.5.2-nulcn.patch' was removed, since it has already > been applied to the upstream 0.5.3 source, as detected by the `patch` > program; > > - NLS was disabled because it was causing the above build error, and I > personally don't need it; > > - enabled the 'w3m' keymap rather than the 'lynx'-style keymap (this is > a simple `configure` option). > > If you want the new slackbuild, download it at: > > http://devio.us/~ndr/downloads/w3m-0.5.3.tgz > > > Diff between the two slackbuilds (SBo's 0.5.2 and my own 0.5.3) follows: > > =====BEGIN DIFF===== > Common subdirectories: w3m-0.5.2/patches and w3m-0.5.3/patches > diff -u w3m-0.5.2/w3m.SlackBuild w3m-0.5.3/w3m.SlackBuild > --- w3m-0.5.2/w3m.SlackBuild 2011-04-15 10:47:28.000000000 +0200 > +++ w3m-0.5.3/w3m.SlackBuild 2011-05-08 19:32:54.000000000 +0200 > @@ -2,10 +2,11 @@ > > # Slackware build script for w3m > # Written by slakmagik > +# Modified for w3m version 0.5.3 by Dario Niedermann > # Released under the WTFPL > > PRGNAM=w3m > -VERSION=0.5.2 > +VERSION=0.5.3 > BUILD=${BUILD:-1} > TAG=${TAG:-_SBo} > > @@ -59,7 +60,6 @@ > patch -p1 < $CWD/patches/w3m-0.4.1-helpcharset.patch > patch -p1 < $CWD/patches/w3m-0.5.1-gcc4.patch > patch -p1 < $CWD/patches/w3m-0.5.2-multilib.patch > -patch -p1 < $CWD/patches/w3m-0.5.2-nulcn.patch > patch -p1 < $CWD/patches/w3m-0.5.2-ssl_verify_server_on.patch > > CFLAGS="$SLKCFLAGS" \ > @@ -67,8 +67,9 @@ > ./configure \ > --prefix=/usr \ > --mandir=/usr/man \ > - --enable-keymap=lynx \ > + --enable-keymap=w3m \ > --enable-gopher \ > + --disable-nls \ > --build=$ARCH-slackware-linux \ > --host=$ARCH-slackware-linux > > diff -u w3m-0.5.2/w3m.info w3m-0.5.3/w3m.info > --- w3m-0.5.2/w3m.info 2011-04-15 10:47:28.000000000 +0200 > +++ w3m-0.5.3/w3m.info 2011-05-08 19:21:40.000000000 +0200 > @@ -1,8 +1,8 @@ > PRGNAM="w3m" > -VERSION="0.5.2" > +VERSION="0.5.3" > HOMEPAGE="http://w3m.sourceforge.net/" > -DOWNLOAD="http://downloads.sourceforge.net/w3m/w3m-0.5.2.tar.gz" > -MD5SUM="ba06992d3207666ed1bf2dcf7c72bf58" > +DOWNLOAD="http://downloads.sourceforge.net/w3m/w3m-0.5.3.tar.gz" > +MD5SUM="1b845a983a50b8dec0169ac48479eacc" > DOWNLOAD_x86_64="" > MD5SUM_x86_64="" > MAINTAINER="Felix Pfeifer" > =====END DIFF===== > > _______________________________________________ > 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/ > > It maybe a parallel make error, if you are running make with more than 1 job try it with make -j1. From pfeifer.felix at googlemail.com Sun May 8 20:52:34 2011 From: pfeifer.felix at googlemail.com (Felix Pfeifer) Date: Sun, 8 May 2011 22:52:34 +0200 Subject: [Slackbuilds-users] [13.37] w3m SB fails on x86_64 (dependency missing?) In-Reply-To: <201105081435.33955.xgizzmo@slackbuilds.org> References: <20110508182333.GB1468@dnied%tiscali.it> <201105081435.33955.xgizzmo@slackbuilds.org> Message-ID: Hi all, i updated the script and will submit it now, it should work on slackware 64. I'll test it on 32 bit later tonight. Sorry for the delay. greetings Felix 2011/5/8 : > On Sunday 08 May 2011 14:23:33 Dario Niedermann wrote: >> The slackbuild for w3m 0.5.2 fails on 13.37 x86_64 with the following >> error: >> >> ----- >> make[2]: Entering directory `/tmp/SBo/w3m-0.5.2/po' >> rm -f ja.gmo && : -c --statistics -o ja.gmo ja.po >> mv: cannot stat `t-ja.gmo': No such file or directory >> make[2]: *** [ja.gmo] Error 1 >> make[2]: Leaving directory `/tmp/SBo/w3m-0.5.2/po' >> make[1]: *** [stamp-po] Error 2 >> make[1]: Leaving directory `/tmp/SBo/w3m-0.5.2/po' >> make: *** [po] Error 2 >> Exit 2 >> ----- >> >> This might be the result of some missing dependency (gettext-tools ?) >> that is not declared on the slackbuild's page or README file. >> >> Anyway, I modified the script in order to build w3m 0.5.3. The >> changes are: >> >> - patch 'w3m-0.5.2-nulcn.patch' was removed, since it has already >> ? been applied to the upstream 0.5.3 source, as detected by the `patch` >> ? program; >> >> - NLS was disabled because it was causing the above build error, and I >> ? personally don't need it; >> >> - enabled the 'w3m' keymap rather than the 'lynx'-style keymap (this is >> ? a simple `configure` option). >> >> If you want the new slackbuild, download it at: >> >> ? ? ? http://devio.us/~ndr/downloads/w3m-0.5.3.tgz >> >> >> Diff between the two slackbuilds (SBo's 0.5.2 and my own 0.5.3) follows: >> >> =====BEGIN DIFF===== >> Common subdirectories: w3m-0.5.2/patches and w3m-0.5.3/patches >> diff -u w3m-0.5.2/w3m.SlackBuild w3m-0.5.3/w3m.SlackBuild >> --- w3m-0.5.2/w3m.SlackBuild ?2011-04-15 10:47:28.000000000 +0200 >> +++ w3m-0.5.3/w3m.SlackBuild ?2011-05-08 19:32:54.000000000 +0200 >> @@ -2,10 +2,11 @@ >> >> ?# Slackware build script for w3m >> ?# Written by slakmagik >> +# Modified for w3m version 0.5.3 by Dario Niedermann >> ?# Released under the WTFPL >> >> ?PRGNAM=w3m >> -VERSION=0.5.2 >> +VERSION=0.5.3 >> ?BUILD=${BUILD:-1} >> ?TAG=${TAG:-_SBo} >> >> @@ -59,7 +60,6 @@ >> ?patch -p1 < $CWD/patches/w3m-0.4.1-helpcharset.patch >> ?patch -p1 < $CWD/patches/w3m-0.5.1-gcc4.patch >> ?patch -p1 < $CWD/patches/w3m-0.5.2-multilib.patch >> -patch -p1 < $CWD/patches/w3m-0.5.2-nulcn.patch >> ?patch -p1 < $CWD/patches/w3m-0.5.2-ssl_verify_server_on.patch >> >> ?CFLAGS="$SLKCFLAGS" \ >> @@ -67,8 +67,9 @@ >> ?./configure \ >> ? ?--prefix=/usr \ >> ? ?--mandir=/usr/man \ >> - ?--enable-keymap=lynx \ >> + ?--enable-keymap=w3m \ >> ? ?--enable-gopher \ >> + ?--disable-nls \ >> ? ?--build=$ARCH-slackware-linux \ >> ? ?--host=$ARCH-slackware-linux >> >> diff -u w3m-0.5.2/w3m.info w3m-0.5.3/w3m.info >> --- w3m-0.5.2/w3m.info ? ? ? ?2011-04-15 10:47:28.000000000 +0200 >> +++ w3m-0.5.3/w3m.info ? ? ? ?2011-05-08 19:21:40.000000000 +0200 >> @@ -1,8 +1,8 @@ >> ?PRGNAM="w3m" >> -VERSION="0.5.2" >> +VERSION="0.5.3" >> ?HOMEPAGE="http://w3m.sourceforge.net/" >> -DOWNLOAD="http://downloads.sourceforge.net/w3m/w3m-0.5.2.tar.gz" >> -MD5SUM="ba06992d3207666ed1bf2dcf7c72bf58" >> +DOWNLOAD="http://downloads.sourceforge.net/w3m/w3m-0.5.3.tar.gz" >> +MD5SUM="1b845a983a50b8dec0169ac48479eacc" >> ?DOWNLOAD_x86_64="" >> ?MD5SUM_x86_64="" >> ?MAINTAINER="Felix Pfeifer" >> =====END DIFF===== >> >> _______________________________________________ >> 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/ >> >> > > It maybe a parallel make error, if you are running make with more than 1 job > try it with make -j1. > _______________________________________________ > 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 grbzks at xsmail.com Mon May 9 07:29:08 2011 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Mon, 9 May 2011 10:29:08 +0300 Subject: [Slackbuilds-users] [13.37] w3m SB fails on x86_64 (dependency missing?) In-Reply-To: References: <20110508182333.GB1468@dnied%tiscali.it> <201105081435.33955.xgizzmo@slackbuilds.org> Message-ID: <20110509072854.GA20259@netbook> Felix Pfeifer wrote: > > i updated the script and will submit it now, it should work > on slackware 64. I'll test it on 32 bit later tonight. > Sorry for the delay. Can we also get rid of the "You should not use it as your default browser, it is only here as an optional dependency for SuperCollider." part of the README please? w3m is a mighty fine browser. Thanks. -- () against html e-mail | usenet & email communication netiquette /\ www.asciiribbon.org | www.netmeister.org/news/learn2quote.html From gwenhael.le.moine at gmail.com Mon May 9 08:18:35 2011 From: gwenhael.le.moine at gmail.com (Gwenhael Le Moine) Date: Mon, 9 May 2011 15:18:35 +0700 Subject: [Slackbuilds-users] [13.37] w3m SB fails on x86_64 (dependency missing?) In-Reply-To: <20110509072854.GA20259@netbook> References: <20110508182333.GB1468@dnied%tiscali.it> <201105081435.33955.xgizzmo@slackbuilds.org> <20110509072854.GA20259@netbook> Message-ID: 2011/5/9 Grigorios Bouzakis : > Felix Pfeifer wrote: > > Can we also get rid of the "You should not use it as your default > browser, it is only here as an optional dependency for SuperCollider." > part of the README please? w3m is a mighty fine browser. > Thanks. also the latest version is 0.5.3 ( http://www.sic.med.tohoku.ac.jp/%7Esatodai/w3m/src/w3m-0.5.3.tar.gz ) which built just fine with the current SlackBuild when I built it some months ago. From pfeifer.felix at googlemail.com Mon May 9 10:23:23 2011 From: pfeifer.felix at googlemail.com (Felix Pfeifer) Date: Mon, 9 May 2011 12:23:23 +0200 Subject: [Slackbuilds-users] [13.37] w3m SB fails on x86_64 (dependency missing?) In-Reply-To: References: <20110508182333.GB1468@dnied%tiscali.it> <201105081435.33955.xgizzmo@slackbuilds.org> <20110509072854.GA20259@netbook> Message-ID: >> Can we also get rid of the "You should not use it as your default >> browser, it is only here as an optional dependency for SuperCollider." >> part of the README please? w3m is a mighty fine browser. >> Thanks. When i took over maintainance there was no buildscript for it since 13.0. It is a fine browser but i personally only use it as a dependency and don't care about any security patches as far as they aren't necessary for building and running it. If you need a secure browser you shouldn't use my script ^^ I can modify the README, but i feel responsible to inform people about the lack of security and my own lack of interest in security concerning w3m. Anyway i would give up maintainership if someone was interested to take over. > also the latest version is 0.5.3 ( > http://www.sic.med.tohoku.ac.jp/%7Esatodai/w3m/src/w3m-0.5.3.tar.gz ) > which built just fine with the current SlackBuild when I built it some > months ago. I did include this version in my uploaded script, which still remains and i guess also will remain some time in the pending queue. Felix From grbzks at xsmail.com Mon May 9 10:41:22 2011 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Mon, 9 May 2011 13:41:22 +0300 Subject: [Slackbuilds-users] [13.37] w3m SB fails on x86_64 (dependency missing?) In-Reply-To: References: <20110508182333.GB1468@dnied%tiscali.it> <201105081435.33955.xgizzmo@slackbuilds.org> <20110509072854.GA20259@netbook> Message-ID: <20110509104117.GA20911@netbook> Felix Pfeifer wrote: >>> Can we also get rid of the "You should not use it as your default >>> browser, it is only here as an optional dependency for SuperCollider." >>> part of the README please? w3m is a mighty fine browser. >>> Thanks. > > When i took over maintainance there was no buildscript for it > since 13.0. It is a fine browser but i personally only use it as > a dependency and don't care about any security patches as far > as they aren't necessary for building and running it. If > you need a secure browser you shouldn't use my script ^^ > I can modify the README, but i feel responsible to inform > people about the lack of security and my own lack of interest > in security concerning w3m. > Anyway i would give up maintainership if someone was interested > to take over. OK, i will probably take maintainance then but will let you know for sure in a couple of days. In order to avoid creating uneeded traffic here i will contact you directly to let you know and upload an updated script right after that. Thanks. -- () against html e-mail | usenet & email communication netiquette /\ www.asciiribbon.org | www.netmeister.org/news/learn2quote.html From grbzks at xsmail.com Tue May 10 05:22:40 2011 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Tue, 10 May 2011 08:22:40 +0300 Subject: [Slackbuilds-users] script maintenance Message-ID: <20110510052240.GB18938@netbook> Hello, due to the fact i dont use them anymore, i would like to stop maintaining the following scripts: audio/qmmp network/arora network/kbluetooth system/krusader For kbluetooth, even if someone doesnt want to maintain it, i would like confirmation that it works correctly under KDE 4.5.x & 4.6.x if possible. There is a new KDE bluetooth application called bluedevil, which i see is the latest addition to AlienBOB's packages, and makes kbluetooth rather irrelevant. It never was a complete bluetooth solution to begin with. Regarding krusader if anyone wishes to adopt it, there is a new beta version out that includes the patch for xz. Greg -- () against html e-mail | usenet & email communication netiquette /\ www.asciiribbon.org | www.netmeister.org/news/learn2quote.html From grbzks at xsmail.com Tue May 10 05:39:45 2011 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Tue, 10 May 2011 08:39:45 +0300 Subject: [Slackbuilds-users] script maintenance In-Reply-To: <20110510052240.GB18938@netbook> References: <20110510052240.GB18938@netbook> Message-ID: <20110510053942.GA4179@netbook> Grigorios Bouzakis wrote: > Hello, > due to the fact i dont use them anymore, i would like to stop > maintaining the following scripts: > > audio/qmmp > network/arora > network/kbluetooth > system/krusader > > For kbluetooth, even if someone doesnt want to maintain it, i would like > confirmation that it works correctly under KDE 4.5.x & 4.6.x if possible. > There is a new KDE bluetooth application called bluedevil, which i see is > the latest addition to AlienBOB's packages, and makes kbluetooth rather > irrelevant. It never was a complete bluetooth solution to begin with. > > Regarding krusader if anyone wishes to adopt it, there is a new beta > version out that includes the patch for xz. Actually there isn't a new krusader beta out yet. But the patch has been merged into its development tree, so it shouldn't be needed when the new version is released. -- () against html e-mail | usenet & email communication netiquette /\ www.asciiribbon.org | www.netmeister.org/news/learn2quote.html From korgie at gmail.com Tue May 10 06:28:27 2011 From: korgie at gmail.com (korgman) Date: Tue, 10 May 2011 09:28:27 +0300 Subject: [Slackbuilds-users] script maintenance In-Reply-To: <20110510052240.GB18938@netbook> References: <20110510052240.GB18938@netbook> Message-ID: <4DC8DB0B.5010108@gmail.com> On 10/05/2011 08:22 ??, Grigorios Bouzakis wrote: > Hello, > due to the fact i dont use them anymore, i would like to stop > maintaining the following scripts: > > audio/qmmp I take qmmp MAINTAINER="Michales Michaloudes" EMAIL="korgie at gmail.com" -- http://clavisound.dyndns-server.com Michales Michaloudes From mjjzf at syntaktisk.dk Wed May 11 03:50:45 2011 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Wed, 11 May 2011 05:50:45 +0200 Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX Message-ID: <20110511055045.62858d7d@espero.syntaktisk.dk> I will no longer be maintaining my Slackbuilds on SBo. What I have is minor, and I do not know if I am the only user, but if anyone is into Uget, Gajim, GTK-Recordmydesktop or LyX, go ahead. -mjjzf Begin forwarded message: Date: Tue, 10 May 2011 11:36:24 -0500 From: Robby Workman To: mjjzf at syntaktisk.dk, SBo Admin List Subject: Re: [Slackbuilds-devel] New SBo Upload: lyx On Mon, 9 May 2011 03:39:27 -0400 (EDT) SBo Admin List wrote: > New upload: lyx.tar.gz (mjjzf at syntaktisk.dk) > Maintainer: Morten Juhl-Johansen Z?lde-Fej?r > Email: mjjzf at syntaktisk.dk > Category: Office > Keywords: lyx,latex > Version: 2.0.0 (db: 1.6.8) > Home Page: http://www.lyx.org > Sources (32bit): > ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/lyx-2.0.0.tar.xz MD5SUMS > (32bit): 005dc04ad01e1b2bd92ec86b6235f8b1 Sources (64bit): > MD5SUMS (64bit): > Slackware: 13.37 > Comments: Updated build of LyX for just-released v2.0.0. Why did you give us a README that was different from the one in our repo? It had no significant changes other than the lack of linewraps. This is *exactly* the sort of thing that led to my hostile message on the -users mailing list... -RW __ Morten Juhl-Johansen Z?lde-Fej?r www.syntaktisk.dk * mjjzf at syntaktisk.dk From rworkman at slackbuilds.org Wed May 11 04:08:51 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 10 May 2011 23:08:51 -0500 Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: <20110511055045.62858d7d@espero.syntaktisk.dk> References: <20110511055045.62858d7d@espero.syntaktisk.dk> Message-ID: <20110510230851.2e37bb7c@liberty.rlwhome.lan> Sorry it ends like this, but I don't know what else I/we can do to make this clear, and I *just* mailed this very list about it on May 3rd: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2011-May/007383.html As I just told someone else privately, it probably doesn't seem like that big of a deal to you -- after all, it takes me/us at most a minute or so to fix that, right? Let's go with that... Since we re-opened the submission form, we've received almost 200 of them. I've personally checked 50+ of those as of right now. If each of those required one extra minute, then I've lost almost an hour of my time. That's an hour of volunteered time; an hour that I'm not using to check other builds, or spending with my wife and/or kids, or whatever. The point is that I/we get tired of having to do the same edits over and over and over to these README and slack-desc and even SlackBuild files, and the nice reminders (see the first entry in the ChangeLog) aren't working, and the non-so-nice-but-nonspecific reminders aren't working, so what's left? Yeah, I'm being a whiny bitch right now, and the last thing I want to do is chase away maintainers, but at the same time, I'm sick of picking up the slack (no pun intended) for others. I hope you'll reconsider, but that's your call. -RW On Wed, 11 May 2011 05:50:45 +0200 Morten Juhl-Johansen Z?lde-Fej?r wrote: > I will no longer be maintaining my Slackbuilds on SBo. > What I have is minor, and I do not know if I am the only user, but if > anyone is into Uget, Gajim, GTK-Recordmydesktop or LyX, go ahead. > > -mjjzf > > Begin forwarded message: > > Date: Tue, 10 May 2011 11:36:24 -0500 > From: Robby Workman > To: mjjzf at syntaktisk.dk, SBo Admin List > Subject: Re: [Slackbuilds-devel] > New SBo Upload: lyx > > > On Mon, 9 May 2011 03:39:27 -0400 (EDT) > SBo Admin List wrote: > > > New upload: lyx.tar.gz (mjjzf at syntaktisk.dk) > > Maintainer: Morten Juhl-Johansen Z?lde-Fej?r > > Email: mjjzf at syntaktisk.dk > > Category: Office > > Keywords: lyx,latex > > Version: 2.0.0 (db: 1.6.8) > > Home Page: http://www.lyx.org > > Sources (32bit): > > ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/lyx-2.0.0.tar.xz MD5SUMS > > (32bit): 005dc04ad01e1b2bd92ec86b6235f8b1 Sources (64bit): > > MD5SUMS (64bit): > > Slackware: 13.37 > > Comments: Updated build of LyX for just-released v2.0.0. > > > Why did you give us a README that was different from the > one in our repo? It had no significant changes other than > the lack of linewraps. This is *exactly* the sort of thing > that led to my hostile message on the -users mailing list... > > -RW > > > __ > Morten Juhl-Johansen Z?lde-Fej?r > www.syntaktisk.dk * mjjzf at syntaktisk.dk > _______________________________________________ > 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 -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From ozan.turkyilmaz at gmail.com Wed May 11 06:12:14 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?Q?Ozan_T=C3=BCrky=C4=B1lmaz?=) Date: Wed, 11 May 2011 09:12:14 +0300 (EEST) Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: <20110511055045.62858d7d@espero.syntaktisk.dk> References: <20110511055045.62858d7d@espero.syntaktisk.dk> Message-ID: On Wed, 11 May 2011, Morten Juhl-Johansen Z?lde-Fej?r wrote: > I will no longer be maintaining my Slackbuilds on SBo. > What I have is minor, and I do not know if I am the only user, but if > anyone is into Uget, Gajim, GTK-Recordmydesktop or LyX, go ahead. > LyX is calling me. I'll get that. -- Ozan, BSc, BEng From ozan.turkyilmaz at gmail.com Wed May 11 06:17:00 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?Q?Ozan_T=C3=BCrky=C4=B1lmaz?=) Date: Wed, 11 May 2011 09:17:00 +0300 (EEST) Subject: [Slackbuilds-users] Flying next friday Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm flying to Kazakhstan this friday. I know it's a short notice but I learned the date yesterday. All my slackbuilds are up to date and working.I try to go over them before I fly. If you don't hear of me for a mouth then assume worst. - -- Ozan, BSc, BEng -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJNyindAAoJELQV8T3i8PHbVEoH/1PhPNXBJn3SdjTQ9E+E9ZkG OpVhFMBNzaf1QopDqPCn5QGj90nirBMgN5ynPclTa/XLYItM2OWxu2PXw2tto0a8 +IESGd36KXsFjYY9cNKSpDVAf7Sdze8gh8YWJZW2fWKKacEal0X76WQRKfdkJGVq ZxwsNLDfcJh/ngu6ZkQVJ2KW9JKuC4Ml555P7NUGZxIjKlMhK6N/KAhFQDL0YX6x vHwpbi2kGfJeR3Q0YSEmQ2gty4aF5Dr3DwbHNoLKuKAdMk6c7Q27oanmxKlSQdk3 W5MeptiJqOCoOqwTHcy2zhqlcL9tY3gJcZivY9gzqmOlUc399aRmnj0vRHiGw2w= =1SnT -----END PGP SIGNATURE----- From skalkoto at gmail.com Wed May 11 07:20:56 2011 From: skalkoto at gmail.com (Nikos Skalkotos) Date: Wed, 11 May 2011 10:20:56 +0300 Subject: [Slackbuilds-users] Fwd: Slackbuilds: qemu-kvm wrong etc directory placement In-Reply-To: References: Message-ID: I waited for a week before forwarding this to the list but did not get any reply. I also discovered that Alien Bob maintains a slackbuild for qemu-kvm, so we could completely drop this. ---------- Forwarded message ---------- From: Nikos Skalkotos Date: Tue, May 3, 2011 at 6:49 PM Subject: Slackbuilds: qemu-kvm wrong etc directory placement To: slackbuilds at go4it2day.com Hello Stu, The slackbuild you provide for the qemu-kvm package will end up having the configuration files in /urs/etc/qemu. Since in slackware /etc is favored over /usr/etc I think it is probably ?better to provide --sysconfdir=/etc ?option to the ./configure script. Also, BUILD_ARCH="" in line 51 should probably be BUILD_ARCH=${BUILD_ARCH:-""} to allow to people to choose a different BUILD_ARCH by externally overwriting the variable and not having to alter the building script. Find attached a patch with my suggestions. Regards, Nikos Skalkotos -------------- next part -------------- A non-text attachment was scrubbed... Name: qemu-kvm.SlackBuild.diff Type: application/octet-stream Size: 619 bytes Desc: not available URL: From matteo.bernardini at gmail.com Wed May 11 07:47:41 2011 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Wed, 11 May 2011 09:47:41 +0200 Subject: [Slackbuilds-users] Fwd: Slackbuilds: qemu-kvm wrong etc directory placement In-Reply-To: References: Message-ID: <4DCA3F1D.4040001@gmail.com> On 11/05/2011 09:20, Nikos Skalkotos wrote: > I waited for a week before forwarding this to the list but did not get > any reply. I also discovered that Alien Bob maintains a slackbuild for > qemu-kvm, so we could completely drop this. I think this has been fixed in robby's branch 4 hours ago ;) http://slackbuilds.org/gitweb/?p=slackbuilds.git;a=commit;h=65282ac79cd679e5b7321a0954640f873226e996 Matteo From matteo.bernardini at gmail.com Wed May 11 08:25:34 2011 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Wed, 11 May 2011 10:25:34 +0200 Subject: [Slackbuilds-users] Fwd: Slackbuilds: qemu-kvm wrong etc directory placement In-Reply-To: References: Message-ID: <4DCA47FE.2000103@gmail.com> On 11/05/2011 09:20, Nikos Skalkotos wrote: > Also, BUILD_ARCH="" in line 51 should probably be > BUILD_ARCH=${BUILD_ARCH:-""} to allow to people to choose a different > BUILD_ARCH by externally overwriting the variable and not having to > alter the building script. for this maybe BUILD_ARCH=${BUILD_ARCH:-x86_64} could be a more comfortable default, my 2 cents :) Matteo From Bradley at NorthTech.US Wed May 11 08:28:57 2011 From: Bradley at NorthTech.US (Bradley D. Thornton) Date: Wed, 11 May 2011 01:28:57 -0700 Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: <20110510230851.2e37bb7c@liberty.rlwhome.lan> References: <20110511055045.62858d7d@espero.syntaktisk.dk> <20110510230851.2e37bb7c@liberty.rlwhome.lan> Message-ID: <4DCA48C9.9000600@NorthTech.US> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 On 05/10/2011 09:08 PM, Robby Workman wrote: > Sorry it ends like this, but... > > -RW Robby I would like to take custodianship of gajim and GTK-Recordmydesktop. You know I've got a thick skin and don't mind a little bantering about. I would much rather have preferred *Lyx* instead, since I actually use it, but it appears that Ozan beat me to it (by a couple of hours), unless of course, he's not dead set on maintaining it ;) Ozan? Anyway, This will all settle down in the next couple of weeks so don't burnout okay? I know what it's like not to be able to spend the time I want w/my daughter, and besides, everyone loves you here - um... most of us, anyway :) > > On Wed, 11 May 2011 05:50:45 +0200 > Morten Juhl-Johansen Z?lde-Fej?r wrote: > >> I will no longer be maintaining my Slackbuilds on SBo. >> What I have is minor, and I do not know if I am the only user, but if >> anyone is into Uget, Gajim, GTK-Recordmydesktop or LyX, go ahead. >> >> -mjjzf Kindest regards, - -- Bradley D. Thornton Manager Network Services NorthTech Computer TEL: +1.760.666.2703 (US) TEL: +44.203.318.2755 (UK) http://NorthTech.US -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Find this cert at x-hkp://pool.sks-keyservers.net iQEcBAEBAwAGBQJNykjIAAoJEE1wgkIhr9j3dP4IAIAl1eCUJmU0TkKx166/q4Or v6cPHvj9uWQ26BHbAUM0EHYLBEkIY/n7dmFM/WlmtXvmQK7fOyyCuXCShJXCYN1j Dm4u4FqMr1Q7DyASF2Rn1msi1rNOl3vohMI88Xtez7tb/2ExKwzFymTv256WH1wU EldIkzIfQTyI6wN+UtXTKYVqXvRHWJrrAUw7L1ZB1iyrkVOOlcfsAWtOjWXOxtQP eICYHzp/dahBU9qhnvkkvBpcAX71Jn0ODNq+IGYtOudLIf6Y/4ZgsTsU0fbWhHEP 6nycV83eyDKfs+4MKRstl3PglMNGcX6repuAWSIav3+lBsKQe8BNx+ygY0uh7jk= =/LTm -----END PGP SIGNATURE----- From ozan.turkyilmaz at gmail.com Wed May 11 09:08:28 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?Q?Ozan_T=C3=BCrky=C4=B1lmaz?=) Date: Wed, 11 May 2011 12:08:28 +0300 (EEST) Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: <4DCA48C9.9000600@NorthTech.US> References: <20110511055045.62858d7d@espero.syntaktisk.dk> <20110510230851.2e37bb7c@liberty.rlwhome.lan> <4DCA48C9.9000600@NorthTech.US> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 11 May 2011, Bradley D. Thornton wrote: > On 05/10/2011 09:08 PM, Robby Workman wrote: > > Sorry it ends like this, but... > > > > -RW > > Robby I would like to take custodianship of gajim and GTK-Recordmydesktop. > > You know I've got a thick skin and don't mind a little bantering about. > > I would much rather have preferred *Lyx* instead, since I actually use > it, but it appears that Ozan beat me to it (by a couple of hours), > unless of course, he's not dead set on maintaining it ;) Ozan? > I jumped right away because I use it expensively. You can have it while I have a small uncertainty in my future. Ozan, BSc, BEng -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJNylIMAAoJELQV8T3i8PHb3TYH/Rg05QvwrtEaHDN/9dXJkBde 6Fv/CsVXF9jXgJnLE3lLA0amzf3Hpr691baGgewjeQqn2xNtB4UNamgDK5jlK5Wn eX9eKszT7G5K6NTKC0hZzBjVms80FkfePOhE3YgLQtwFQkiaaS0MDHjRKaVouAtQ jeqKM5xV4ca/TdzjF2BM0CeVHfRm0YXwSQGSRsBrR9nDTxwpnOyJx9MM1FxXR7nH yJ5Ig5BNXy2okTv6CMFyT8MTip93lnaGKSfc4WnlQHvSmb0MNN9jLshhbn4Z4a0S oZd6uWa3r12wiaCQig6bFwAPnDg5b6Rc9qVfmxZhY/kQzuGQFmkgiFGGL8TNs9w= =U4X2 -----END PGP SIGNATURE----- From Bradley at NorthTech.US Wed May 11 12:58:11 2011 From: Bradley at NorthTech.US (Bradley D. Thornton) Date: Wed, 11 May 2011 05:58:11 -0700 Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: References: <20110511055045.62858d7d@espero.syntaktisk.dk> <20110510230851.2e37bb7c@liberty.rlwhome.lan> <4DCA48C9.9000600@NorthTech.US> Message-ID: <4DCA87E3.308@NorthTech.US> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Thanks Ozan :) I'll take good care of it for the both of us ;) Robby? On 05/11/2011 02:08 AM, Ozan T?rky?lmaz wrote: > On Wed, 11 May 2011, Bradley D. Thornton wrote: > >> On 05/10/2011 09:08 PM, Robby Workman wrote: >> > Sorry it ends like this, but... > > -RW > >> Robby I would like to take custodianship of gajim and >> GTK-Recordmydesktop. > >> You know I've got a thick skin and don't mind a little bantering about. > >> I would much rather have preferred *Lyx* instead, since I actually use >> it, but it appears that Ozan beat me to it (by a couple of hours), >> unless of course, he's not dead set on maintaining it ;) Ozan? > > > I jumped right away because I use it expensively. You can have it while > I have a small uncertainty in my future. > > Ozan, BSc, BEng > _______________________________________________ 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/ - -- Bradley D. Thornton Manager Network Services NorthTech Computer TEL: +1.760.666.2703 (US) TEL: +44.203.318.2755 (UK) http://NorthTech.US -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Find this cert at x-hkp://pool.sks-keyservers.net iQEcBAEBAwAGBQJNyofjAAoJEE1wgkIhr9j3a7gIAK3NPfp4tpUxZOpInCjgU5CV T0ZzJMtBnoklVWbmPo6W/xuutsA4Cx5aDEHNh8oiWQH6N/WL9KOsYbhoARj3NCWa 7qj1Ahw6bcA9TByVUxfKQU+b6hpdUaho3dVh9xqdFD6MCrVYDeBH6XklaRLPbmYM buEzRXM9rhY8Vy7rsjxWO1NrL3GdgzJvvxWstazSZZlwfy+4zIf53tmfsc6lq8NT dM9jVqmXqVjDBWWDOTEP1oJHivaqcz11YS/ptQUnMKEDcO2F4H/uu73DNOzboJaH 1DglLUA2X+sq6gyT4BkYstYeADUaCpUvkVRM9bAuCks5mNPGNRwTJEFiyb2Ec6A= =o/U6 -----END PGP SIGNATURE----- From grbzks at xsmail.com Thu May 12 07:36:06 2011 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Thu, 12 May 2011 10:36:06 +0300 Subject: [Slackbuilds-users] testdisk In-Reply-To: <20110403010828.65529bb5@liberty.rlwhome.lan> References: <20110401162259.GA2072@netbook> <20110401125837.10e7d3d0@liberty.rlwhome.lan> <20110401184853.GA4864@netbook> <20110403010828.65529bb5@liberty.rlwhome.lan> Message-ID: <20110512073559.GA26029@netbook> Robby Workman wrote: > > Grigorios Bouzakis wrote: > >> Robby Workman wrote: >> > >> >> PS. For testdisk see >> >> http://www.linuxquestions.org/questions/slackware-14/ncurses-5-8-on-13-37-mar-21-a-869911/#post4305903 >> > >> > >> > The src/texfat.c file doesn't exist in the tarball, so that hunk >> > fails to apply and errors out the build. I personally don't have >> > time to wade through the code and see if it's fine to skip that >> > hunk, so maybe someone else will care enough ;-) >>=20 >> Yes, i posted it for people who care, most importantly the maintainer, >> since its not my package. Upstream also supplies a 6.12-WIP (work in >> progress) tarball which works: >> http://www.cgsecurity.org/wiki/TestDisk_Download >> Mind though that this is not a stable release, its currently tagged as >> beta, additionallly from what i can tell theres been many changes to >> the way the program operates since 6.11.3. > > > Well, it builds here, so I'm going to bump it before 13.37 goes out. > The maintainer can deal with the fallout ;-) > The 6.12 testdisk version was released yesterday. Will be better to switch to the stable version as among other things like this being a recovery too so stability is a primary concern, the WIP is a moving target. Checksum changed with every git commit. http://www.cgsecurity.org/testdisk-6.12.tar.bz2 md5sum: 6ef653301f309156f3a802233a3139c1 cc'ing the maintainer Greg -- () against html e-mail | usenet & email communication netiquette /\ www.asciiribbon.org | www.netmeister.org/news/learn2quote.html From fakhry.linux at gmail.com Thu May 12 03:41:52 2011 From: fakhry.linux at gmail.com (Fakhry) Date: Thu, 12 May 2011 11:41:52 +0800 Subject: [Slackbuilds-users] [REQUEST] isomd5sum package Message-ID: Hello. This is my first post in this list. I search isomd5sum package in SBo but i can't find it. Is there anyone can maintain this package in SBo? This is the URL for isomd5sum https://fedorahosted.org/releases/i/s/isomd5sum/ -- PS: Sorry if my English is bad :( Fakhry http://www.fakhry.web.id http://www.slackware.kendari.linux.or.id/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From lmello.009 at gmail.com Thu May 12 07:13:22 2011 From: lmello.009 at gmail.com (Luis Henrique F. Cardoso de Mello) Date: Thu, 12 May 2011 04:13:22 -0300 Subject: [Slackbuilds-users] libxml++ fails to build Message-ID: <4DCB8892.9070200@gmail.com> On 13.37, libxml++ fails to build: Can't open perl script "/usr/share/glibmm-2.4/doctool/doc-install.pl": No such file or directory make[1]: *** [install-htmlref] Error 2 make[1]: Leaving directory `/tmp/SBo/libxml++-2.33.2' make: *** [install-am] Error 2 From lmello.009 at gmail.com Thu May 12 07:18:06 2011 From: lmello.009 at gmail.com (Luis Henrique F. Cardoso de Mello) Date: Thu, 12 May 2011 04:18:06 -0300 Subject: [Slackbuilds-users] qtractor's README should list optional dependencies Message-ID: <4DCB89AE.5030803@gmail.com> Qtractor can be built with support from various packages already available at slackbuilds.org, such as: liblo librubberband dssi lv2 This information should be included in qtractor's README file. From artourter at gmail.com Thu May 12 18:36:25 2011 From: artourter at gmail.com (Greg' Ar Tourter) Date: Thu, 12 May 2011 19:36:25 +0100 Subject: [Slackbuilds-users] libxml++ fails to build In-Reply-To: <4DCB8892.9070200@gmail.com> References: <4DCB8892.9070200@gmail.com> Message-ID: Hi, I think you need the mm-common package for that. The error looks rather similar to the one got when trying to build gtkmm before I read the README. However, libxml++ README does not seem to mention mm-common here so it might be an oversight. I have just compiled it here with mm-common already installed and it built fine. Give it a try. Hope this helps Greg On 12 May 2011 08:13, Luis Henrique F. Cardoso de Mello wrote: > On 13.37, libxml++ fails to build: > > Can't open perl script "/usr/share/glibmm-2.4/doctool/doc-install.pl": No > such file or directory > make[1]: *** [install-htmlref] Error 2 > make[1]: Leaving directory `/tmp/SBo/libxml++-2.33.2' > make: *** [install-am] Error 2 > _______________________________________________ > 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 yalhcru at gmail.com Thu May 12 19:45:24 2011 From: yalhcru at gmail.com (B Watson) Date: Thu, 12 May 2011 15:45:24 -0400 Subject: [Slackbuilds-users] [REQUEST] isomd5sum package In-Reply-To: References: Message-ID: On 5/11/11, Fakhry wrote: > This is my first post in this list. > I search isomd5sum package in SBo but i can't find it. > Is there anyone can maintain this package in SBo? Just submitted this, it's in pending. If you *desperately* need this right away, I can send you a copy of the slackbuild... but if you're not in a huge hurry, it'd be better to wait for it to clear the pending queue. Enjoy! From yalhcru at gmail.com Thu May 12 19:59:54 2011 From: yalhcru at gmail.com (B Watson) Date: Thu, 12 May 2011 15:59:54 -0400 Subject: [Slackbuilds-users] Keywords? Message-ID: Site admins/developers, how much trouble would it be to have the site include the keywords when displaying package details? Currently there doesn't seem to be a way for users to see the keywords... this can be confusing if a search result is found because of a keyword in the search term, but its package name and README don't mention the keyword. It might even be nice to also display the keywords on the search results page...? Also it'd be a nice feature for package maintainers. Currently we can leave the keywords field blank when updating a package, or add keywords... but if we can't tell what the keywords were, how are we going to know one needs to be added? One idea I've had: include the keywords in a KEYWORDS= field in the .info file. This could either become a required field in submitted info files (so the keywords field on the web submit form could go away), or could be automagically added to the info file by whatever script(s) the admins use to approve a package (like the APPROVED field presumably is). Not knowing any real details of how the SBo backend works, I can't really say whether any of this is really a good idea... From mjjzf at syntaktisk.dk Thu May 12 20:16:38 2011 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Thu, 12 May 2011 22:16:38 +0200 Subject: [Slackbuilds-users] Dead link: Fox-tools Message-ID: <20110512221638.2b6f2f96@espero.syntaktisk.dk> It seems the source link for Fox-Tools is dead: http://slackbuilds.org/repository/13.37/libraries/fox-toolkit/ Not sure if it is temporary, but the whole site is certainly off right now. Yours, M __ Morten Juhl-Johansen Z?lde-Fej?r www.syntaktisk.dk * mjjzf at syntaktisk.dk From paul at oldcode.org Thu May 12 19:59:15 2011 From: paul at oldcode.org (paul at oldcode.org) Date: Thu, 12 May 2011 15:59:15 -0400 Subject: [Slackbuilds-users] libxml++ fails to build In-Reply-To: <4DCB8892.9070200@gmail.com> References: <4DCB8892.9070200@gmail.com> Message-ID: <20110512195915.GE29597@forge> On Thu, May 12, 2011 at 04:13:22AM -0300, Luis Henrique F. Cardoso de Mello wrote: > On 13.37, libxml++ fails to build: > > Can't open perl script > "/usr/share/glibmm-2.4/doctool/doc-install.pl": No such file or I don't have time right now to look in detail, but ... Make sure you install all of the dependencies in the READMEs, starting from the "top". (or bottom depending how you look at it) libsigc++ << glibmm << libxml++ Hmmm. maybe mm-common is needed too ? Anyways, verify you have a full install of 13.37, and and the dependency SBo packages are installed, and at the latest version. Report back if that doesn't work. thanks, paul From lmello.009 at gmail.com Thu May 12 21:08:07 2011 From: lmello.009 at gmail.com (Luis Henrique F. Cardoso de Mello) Date: Thu, 12 May 2011 18:08:07 -0300 Subject: [Slackbuilds-users] libxml++ fails to build In-Reply-To: <20110512195915.GE29597@forge> References: <4DCB8892.9070200@gmail.com> <20110512195915.GE29597@forge> Message-ID: <4DCC4C37.6040209@gmail.com> It builds fine *only* with mm-common installed. So in the README mm-common should be mentioned as a requirement, and the queue file should be: libsigc++ << glibmm << libxml++ mm-common - Luis On 05/12/2011 04:59 PM, paul at oldcode.org wrote: > On Thu, May 12, 2011 at 04:13:22AM -0300, Luis Henrique F. Cardoso de Mello wrote: >> On 13.37, libxml++ fails to build: >> >> Can't open perl script >> "/usr/share/glibmm-2.4/doctool/doc-install.pl": No such file or > > I don't have time right now to look in detail, but ... > > Make sure you install all of the dependencies in the READMEs, > starting from the "top". (or bottom depending how you look at it) > > libsigc++<< glibmm<< libxml++ > > Hmmm. maybe mm-common is needed too ? > > Anyways, verify you have a full install of 13.37, and > and the dependency SBo packages are installed, and at the > latest version. > > Report back if that doesn't work. > > thanks, > paul > _______________________________________________ > 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 josiahb at gmail.com Thu May 12 21:42:26 2011 From: josiahb at gmail.com (Josiah Boothby) Date: Thu, 12 May 2011 14:42:26 -0700 Subject: [Slackbuilds-users] Dead link: Fox-tools In-Reply-To: <20110512221638.2b6f2f96@espero.syntaktisk.dk> References: <20110512221638.2b6f2f96@espero.syntaktisk.dk> Message-ID: On Thu, May 12, 2011 at 13:16, Morten Juhl-Johansen Z?lde-Fej?r wrote: > It seems the source link for Fox-Tools is dead: > http://slackbuilds.org/repository/13.37/libraries/fox-toolkit/ > Not sure if it is temporary, but the whole site is certainly off right > now. > > Yours, > M This came up a couple weeks ago. It appears that there is another website up at fox-toolkit.net (with out-of-date sources available for download), and there are mirrors available for up-to-date sources. Looking back in the SBo mailing list archives to about two weeks ago, I find this suggestion: http://mirrors.geeks.org/pub/FreeBSD/distfiles/fox-1.6.44.tar.gz --Josiah From binhnguyen at fastmail.fm Thu May 12 21:44:03 2011 From: binhnguyen at fastmail.fm (Binh Nguyen) Date: Fri, 13 May 2011 04:44:03 +0700 Subject: [Slackbuilds-users] Keywords? In-Reply-To: References: Message-ID: <20110513044403.02755189@darkstar.example.net> On Thu, 12 May 2011 15:59:54 -0400 B Watson wrote: > > One idea I've had: include the keywords in a KEYWORDS= field in > the .info file. This could either become a required field in > submitted info files (so the keywords field on the web submit form > could go away), ... > I agree with this. It actually was my thought too, but somehow I forgot to post it to the list. -- Binh Nguyen From mjjzf at syntaktisk.dk Thu May 12 21:51:07 2011 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Thu, 12 May 2011 23:51:07 +0200 Subject: [Slackbuilds-users] Dead link: Fox-tools In-Reply-To: References: <20110512221638.2b6f2f96@espero.syntaktisk.dk> Message-ID: <20110512235107.60915ec7@espero.syntaktisk.dk> On Thu, 12 May 2011 14:42:26 -0700 Josiah Boothby wrote: > On Thu, May 12, 2011 at 13:16, Morten Juhl-Johansen Z?lde-Fej?r > > It seems the source link for Fox-Tools is dead: > Looking back in the SBo mailing list archives to about two weeks ago, > I find this suggestion: > http://mirrors.geeks.org/pub/FreeBSD/distfiles/fox-1.6.44.tar.gz Great! Thank you for the pointer. Yours, Morten __ Morten Juhl-Johansen Z?lde-Fej?r www.syntaktisk.dk * mjjzf at syntaktisk.dk From niels.horn at gmail.com Thu May 12 22:00:07 2011 From: niels.horn at gmail.com (Niels Horn) Date: Thu, 12 May 2011 19:00:07 -0300 Subject: [Slackbuilds-users] qtractor's README should list optional dependencies In-Reply-To: <4DCB89AE.5030803@gmail.com> References: <4DCB89AE.5030803@gmail.com> Message-ID: On Thu, May 12, 2011 at 4:18 AM, Luis Henrique F. Cardoso de Mello wrote: > Qtractor can be built with support from various packages already available > at slackbuilds.org, such as: > > liblo > librubberband > dssi > lv2 > > This information should be included in qtractor's README file. Have you written the maintainer about this? -- Niels Horn From mickeytintincolle at yahoo.fr Fri May 13 01:22:03 2011 From: mickeytintincolle at yahoo.fr (/dev/ammo42) Date: Fri, 13 May 2011 03:22:03 +0200 Subject: [Slackbuilds-users] Fw: Minitube SlackBuild Message-ID: <20110513032203.17cdef7d@darkstar.example.net> Hello, I just submitted an updated Minitube 1.4.2 to the submission form. I have used it for quite some time without major problems. Since the current maintainer is OK, I will take over maintenance of the SlackBuild. ----- Message Transf?r? ----- Date: Thu, 12 May 2011 23:12:33 +0400 De: Mikhail Zotov ?: /dev/ammo42 Sujet: Re: Minitube SlackBuild On Thu, 28 Apr 2011 23:59:12 +0200 /dev/ammo42 wrote: > Hi everybody, > The minitube SlackBuild is completely outdated (it builds version 1.1 > of minitube, while 1.4.2 is the current version and 1.1 no longer > works due to a YouTube protocol change). However, a version bump to > 1.4.2 builds a working package (Slackware 13.37 x86_64). > > CC'd to the maintainer of minitube. Hi, I know the minitube SlackBuild is outdated. The reason is that I no longer use it but SBo seems not to have a clear procedure of dropping a SlackBuild maintenance (at least, I understood one of the SBo maintainers this way). I will be very glad if you take maintenance of the minitube SlackBuild. Regards, Mikhail -- Smoking is one of the leading causes of statistics. -- Fletcher Knebel From fakhry.linux at gmail.com Fri May 13 01:23:03 2011 From: fakhry.linux at gmail.com (Fakhry) Date: Fri, 13 May 2011 09:23:03 +0800 Subject: [Slackbuilds-users] [REQUEST] isomd5sum package In-Reply-To: References: Message-ID: On Fri, May 13, 2011 at 3:45 AM, B Watson wrote: > On 5/11/11, Fakhry wrote: > > > This is my first post in this list. > > I search isomd5sum package in SBo but i can't find it. > > Is there anyone can maintain this package in SBo? > > Just submitted this, it's in pending. > > If you *desperately* need this right away, I can send you a copy of the > slackbuild... but if you're not in a huge hurry, it'd be better to wait > for it to clear the pending queue. > > Thanks for reply. Better if I'm waiting. -- PS: Sorry if my English is bad :( Fakhry http://www.fakhry.web.id http://www.slackware.kendari.linux.or.id/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From lmello.009 at gmail.com Fri May 13 03:38:22 2011 From: lmello.009 at gmail.com (Luis Henrique F. Cardoso de Mello) Date: Fri, 13 May 2011 00:38:22 -0300 Subject: [Slackbuilds-users] qtractor's README should list optional dependencies In-Reply-To: References: <4DCB89AE.5030803@gmail.com> Message-ID: <4DCCA7AE.5070203@gmail.com> I tried, but my e-mail was returned... On 05/12/2011 07:00 PM, Niels Horn wrote: > On Thu, May 12, 2011 at 4:18 AM, Luis Henrique F. Cardoso de Mello > wrote: >> Qtractor can be built with support from various packages already available >> at slackbuilds.org, such as: >> >> liblo >> librubberband >> dssi >> lv2 >> >> This information should be included in qtractor's README file. > > Have you written the maintainer about this? > > -- > Niels Horn > _______________________________________________ > 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 rw at rlworkman.net Fri May 13 03:41:39 2011 From: rw at rlworkman.net (Robby Workman) Date: Thu, 12 May 2011 22:41:39 -0500 Subject: [Slackbuilds-users] cardinal.lizella.net - help needed :/ Message-ID: <20110512224139.1b6800ae@liberty.rlwhome.lan> Well, we hoped it wouldn't come to this, but alas... Those of you who are familiar with cardinal, I'll cut to the chase: we have to replace the server and need help with money. For those of you who aren't familiar, or perhaps need some justification to consider helping, here you are: :-) http://cardinal.lizella.net hosts slackbook.org, slackpkg.org, sbopkg.org, rlworkman.net, alienBOB's wiki and blog, an official mirror for Xfce, an official mirror for the netfilter/iptables tutorial, mailing lists for SlackBuilds.org, DNS and email for SlackBuilds.org, and probably a few other things that have escaped my feeble and frazzled mind right now. Cardinal is an old 1u server with dual P3 Coppermine procs and 3G of ram, and it's been a good one for us until recently. We've had serious issues lately with overall stability (primarly rtc/timer issues - it was unable to maintain steady time), and now last night the machine just crashed with no warning. We've suspected hardware troubles for a while, but we were determined to "prop it up" as long as possible. However, we've now reached the point where the downtime is too frequent (which inconveniences our users), but it also is an annoyance to our colocation provider, since we have to contact them every time the machine goes down. Since they are providing our hosting and bandwidth for free, we'd prefer not to continue that either :-) Anyway, we've done some digging around, and Alan has spec'd out a new machine for around $1000, which might be a bit more once we add disks to it, but that's a rough estimate. This particular machine comes with a three year hardware warranty, which we see as a big plus given that we have spent the past three or four years in a constant state of worry over that, so yes, we want to buy something new as opposed to getting a used machine. That said, $1000 is not something that we can afford to throw out at the moment, so we are asking/hoping the community will be willing to chip in and help make this happen. For those who are willing to help, PayPal will be the easiest way for us to get money - you can send it to me directly using my @slackware.com address: rworkman -at- slackware.com or using my personal email: rw -at- rlworkman.net -- they are both the same PayPal account, so it doesn't matter which one you choose. If you do not have a PayPal account, or you do not like them or some such, let us know and we'll try to figure out some other option. Once we get a replacement server done, we'll create a "thanks" page on it somewhere to publicly recognize everyone who contributed, so if you wish for your name to be hidden or some such, make sure to specify that. Finally, any excess money collected will be given directly to Pat V. once we're done; we've never operated cardinal with the intention of making a profit from it, and we're not going to start now -- this is our way of "giving something back" to the free software world that's done so much for us, and I sincerely hope that you can view us in the same light :-) Thanks in advance, The Cardinal Crew Alan Hicks Eric Hameleers (alienBOB) Rob Ogilvie (AthlonRob) Fred Emmott PiterPUNK Rob McGee (/dev/rob0) Robby Workman (rworkman) Sally slakmagik stormtracknole Tom Rhodes (tom) Vincent Batts (vbatts) David Somero (XGizzmo) From rw at rlworkman.net Fri May 13 03:49:28 2011 From: rw at rlworkman.net (Robby Workman) Date: Thu, 12 May 2011 22:49:28 -0500 Subject: [Slackbuilds-users] [slackware-ot] cardinal.lizella.net - help needed :/ In-Reply-To: <20110512224139.1b6800ae@liberty.rlwhome.lan> References: <20110512224139.1b6800ae@liberty.rlwhome.lan> Message-ID: <20110512224928.2a3b15af@liberty.rlwhome.lan> I only sent this to two lists: one that I manage, and one that is "anything goes" - I don't want to step on toes by soliciting donations in places that it's not welcome, so I'm not going to be sending this anywhere else. If, however, you are active in some other Slackware-related list and are certain that it's okay to forward there, feel free to do so. -RW On Thu, 12 May 2011 22:41:39 -0500 Robby Workman wrote: > Well, we hoped it wouldn't come to this, but alas... > > Those of you who are familiar with cardinal, I'll cut to the chase: > we have to replace the server and need help with money. > > For those of you who aren't familiar, or perhaps need some > justification to consider helping, here you are: :-) > > http://cardinal.lizella.net hosts slackbook.org, slackpkg.org, > sbopkg.org, rlworkman.net, alienBOB's wiki and blog, an official > mirror for Xfce, an official mirror for the netfilter/iptables > tutorial, mailing lists for SlackBuilds.org, DNS and email for > SlackBuilds.org, and probably a few other things that have escaped my > feeble and frazzled mind right now. > > Cardinal is an old 1u server with dual P3 Coppermine procs and 3G of > ram, and it's been a good one for us until recently. We've had > serious issues lately with overall stability (primarly rtc/timer > issues - it was unable to maintain steady time), and now last night > the machine just crashed with no warning. We've suspected hardware > troubles for a while, but we were determined to "prop it up" as long > as possible. However, we've now reached the point where the downtime > is too frequent (which inconveniences our users), but it also is an > annoyance to our colocation provider, since we have to contact them > every time the machine goes down. Since they are providing our > hosting and bandwidth for free, we'd prefer not to continue that > either :-) > > Anyway, we've done some digging around, and Alan has spec'd out a new > machine for around $1000, which might be a bit more once we add disks > to it, but that's a rough estimate. This particular machine comes > with a three year hardware warranty, which we see as a big plus given > that we have spent the past three or four years in a constant state > of worry over that, so yes, we want to buy something new as opposed > to getting a used machine. That said, $1000 is not something that we > can afford to throw out at the moment, so we are asking/hoping the > community will be willing to chip in and help make this happen. > > For those who are willing to help, PayPal will be the easiest way for > us to get money - you can send it to me directly using my > @slackware.com address: rworkman -at- slackware.com or using my > personal email: rw -at- rlworkman.net -- they are both the same > PayPal account, so it doesn't matter which one you choose. If you do > not have a PayPal account, or you do not like them or some such, let > us know and we'll try to figure out some other option. > > Once we get a replacement server done, we'll create a "thanks" page on > it somewhere to publicly recognize everyone who contributed, so if you > wish for your name to be hidden or some such, make sure to specify > that. > > Finally, any excess money collected will be given directly to Pat V. > once we're done; we've never operated cardinal with the intention of > making a profit from it, and we're not going to start now -- this is > our way of "giving something back" to the free software world that's > done so much for us, and I sincerely hope that you can view us in the > same light :-) > > Thanks in advance, > > The Cardinal Crew > Alan Hicks > Eric Hameleers (alienBOB) > Rob Ogilvie (AthlonRob) > Fred Emmott > PiterPUNK > Rob McGee (/dev/rob0) > Robby Workman (rworkman) > Sally > slakmagik > stormtracknole > Tom Rhodes (tom) > Vincent Batts (vbatts) > David Somero (XGizzmo) > > _______________________________________________ > slackware-ot mailing list > slackware-ot at wombat.san-francisco.ca.us > https://wombat.san-francisco.ca.us/mailman/listinfo/slackware-ot From hba.nihilismus at gmail.com Fri May 13 03:58:19 2011 From: hba.nihilismus at gmail.com (=?UTF-8?Q?Antonio_Hern=C3=A1ndez_Blas?=) Date: Thu, 12 May 2011 22:58:19 -0500 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: <4DBD0506.8010100@NorthTech.US> References: <4DBD0506.8010100@NorthTech.US> Message-ID: On Sun, May 1, 2011 at 2:00 AM, Bradley D. Thornton wrote: Hi Bradley: I've just took my time to search more about this issue and i conclude that actually it's not an eclipse bug, but rather the problem exists in the way xulrunner is builded. First, Eclipse's SWT Browser (it's internal web browser) uses xulrunner depending in its version [1], so the current Eclipse 3.6.x requires XULRunner 1.8.x - 1.9.2.x. And second, SWT can use xulrunner *just* if this was builded without it's optimization flag [2] and i have seen that Alien Bob's one [3] (SBo also [4]) uses "--enable-optimize="$CFLAGS" \" According with Grant Gayed it's really important to build xulrunner without the use of "--enable-optimize" [5] to get a functional eclipse browser (swt+xulrunner) both in x86 and x86_64. Also he makes another important question, ?which platform of jre (and i add jdk) you use? If you use eclipse x86_64, then it would search for a jre/jdk x86_64 and a xulrunner x86_64. Important to know to avoid issues between them [6][7] [1] http://www.eclipse.org/swt/faq.php#browserlinux [2] http://dev.eclipse.org/mhonarc/lists/platform-swt-dev/msg06874.html [3] http://connie.slackware.com/~alien/slackbuilds/xulrunner/build/xulrunner.SlackBuild [4] http://slackbuilds.org/slackbuilds/13.37/libraries/xulrunner/xulrunner.SlackBuild [5] http://web.archiveorange.com/archive/v/rtUM3C62ZOKbXX0i2y9A [6] http://ubuntuforums.org/showthread.php?t=1263776 [7] http://blog.javaee.cz/2009/11/ubuntu-910-64bit-and-custom-32bit-jdk.html > > When eclipse 3.6.1 hit, I went and installed it as soon as I could, long > before the warning notice in the README for the Slackbuild. I even > submitted a bug report to Eclipse, and got one response, several months > later asking a couple of questions that led nowhere. > > It seems they're clueless over at Eclipse to this bug, and my ticket is > still open after all these months. > > Maybe when the next version is released their bug will be fixed? > Actually i think that they know about this "bug", but its not in their hands to decide how a linux distribution builds xulrunner. > > For the time being, Eclipse 3.6.0 works fine, so my recommendation at > this time, for people running Slackware64, is to avoid installing 3.6.1 > since this bug has not been addressed, and none of the kludges to fix it > seem to apply for 64bit OS. > > I'd be interested in hearing other perspectives. > I've already send an eclipse SlackBuild update for version 3.6.2 to Andr? Barboza (the current maintainer) but i have not the time-platform to test if its true what Grant Gayed stated in his posts. If someone can make some test in this aspect could be very helpful to "fix" this situation. Just build xulrunner *without* the use of "--enable-optimize" (or "--disable-optimize" if applies) and let eclipse decides the use of uxlrunner *without* your meddling [8][9][10]. And yes... i think that Andr? Barboza solution (patch) its not the correct answer but maybe i could be wrong ;-) [8] http://www.eclipse.org/swt/faq.php#specifyxulrunner [9] http://www.eclipse.org/swt/faq.php#howdetectmozilla [10] http://www.eclipse.org/swt/faq.php#printmozillapath -- - hba | Antonio Hern?ndez Blas | Mexico, Mx. http://hba.dyndns.info | http://barrapunto.com/~hba/ | irc://irc.freenode.org/hba From Bradley at NorthTech.US Fri May 13 04:39:20 2011 From: Bradley at NorthTech.US (Bradley D. Thornton) Date: Thu, 12 May 2011 21:39:20 -0700 Subject: [Slackbuilds-users] [slackware-ot] cardinal.lizella.net - help needed :/ In-Reply-To: <20110512224928.2a3b15af@liberty.rlwhome.lan> References: <20110512224139.1b6800ae@liberty.rlwhome.lan> <20110512224928.2a3b15af@liberty.rlwhome.lan> Message-ID: <4DCCB5F8.80003@NorthTech.US> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Robby, Might I suggest that you run over to your paypal account and pick up a donate badge real quick. IIRC, you can use your key instead of your email addy to cut down on SPAM (although that's a small consolation when your email addy's in the wild anyway). Just toss it up in the middle of a blank page, somewhere, anywhere, or in many places; then shoot the URL on out. Many of us will do the rest. One of us should even offer to post a thread with the link on LQ, perhaps after clearing it with Jeremy (Since he solicits donations too). The only major advantage to NOT doing it that way, is that I can make a personal transfer to you (gift/other/family) and paypal won't ding you for some of it (as I'm pretty certain that the donate badge is treated like any other regular transaction with a fee assessment). The major advantage of doing it that way (with the donate badge), is that no one has to explain anything more than merely, "Hey, Cardinal does this, needs the communities help, it's critical, and here's the link" Those of us who know the difference, should prolly consider "send==>personal==>gift/other as per your instructions. If it's okay with you, I'll be happy to paste the code for your donate badge on a couple of my sites as well. Kindest regards, Bradley. On 05/12/2011 08:49 PM, Robby Workman wrote: > I only sent this to two lists: one that I manage, and one that > is "anything goes" - I don't want to step on toes by soliciting > donations in places that it's not welcome, so I'm not going to > be sending this anywhere else. If, however, you are active in > some other Slackware-related list and are certain that it's okay > to forward there, feel free to do so. > > -RW > > On Thu, 12 May 2011 22:41:39 -0500 > Robby Workman wrote: > >> Well, we hoped it wouldn't come to this, but alas... >> >> Those of you who are familiar with cardinal, I'll cut to the chase: >> we have to replace the server and need help with money. >> >> For those of you who aren't familiar, or perhaps need some >> justification to consider helping, here you are: :-) >> >> http://cardinal.lizella.net hosts slackbook.org, slackpkg.org, >> sbopkg.org, rlworkman.net, alienBOB's wiki and blog, an official >> mirror for Xfce, an official mirror for the netfilter/iptables >> tutorial, mailing lists for SlackBuilds.org, DNS and email for >> SlackBuilds.org, and probably a few other things that have escaped my >> feeble and frazzled mind right now. >> >> Cardinal is an old 1u server with dual P3 Coppermine procs and 3G of >> ram, and it's been a good one for us until recently. We've had >> serious issues lately with overall stability (primarly rtc/timer >> issues - it was unable to maintain steady time), and now last night >> the machine just crashed with no warning. We've suspected hardware >> troubles for a while, but we were determined to "prop it up" as long >> as possible. However, we've now reached the point where the downtime >> is too frequent (which inconveniences our users), but it also is an >> annoyance to our colocation provider, since we have to contact them >> every time the machine goes down. Since they are providing our >> hosting and bandwidth for free, we'd prefer not to continue that >> either :-) >> >> Anyway, we've done some digging around, and Alan has spec'd out a new >> machine for around $1000, which might be a bit more once we add disks >> to it, but that's a rough estimate. This particular machine comes >> with a three year hardware warranty, which we see as a big plus given >> that we have spent the past three or four years in a constant state >> of worry over that, so yes, we want to buy something new as opposed >> to getting a used machine. That said, $1000 is not something that we >> can afford to throw out at the moment, so we are asking/hoping the >> community will be willing to chip in and help make this happen. >> >> For those who are willing to help, PayPal will be the easiest way for >> us to get money - you can send it to me directly using my >> @slackware.com address: rworkman -at- slackware.com or using my >> personal email: rw -at- rlworkman.net -- they are both the same >> PayPal account, so it doesn't matter which one you choose. If you do >> not have a PayPal account, or you do not like them or some such, let >> us know and we'll try to figure out some other option. >> >> Once we get a replacement server done, we'll create a "thanks" page on >> it somewhere to publicly recognize everyone who contributed, so if you >> wish for your name to be hidden or some such, make sure to specify >> that. >> >> Finally, any excess money collected will be given directly to Pat V. >> once we're done; we've never operated cardinal with the intention of >> making a profit from it, and we're not going to start now -- this is >> our way of "giving something back" to the free software world that's >> done so much for us, and I sincerely hope that you can view us in the >> same light :-) >> >> Thanks in advance, >> >> The Cardinal Crew >> Alan Hicks >> Eric Hameleers (alienBOB) >> Rob Ogilvie (AthlonRob) >> Fred Emmott >> PiterPUNK >> Rob McGee (/dev/rob0) >> Robby Workman (rworkman) >> Sally >> slakmagik >> stormtracknole >> Tom Rhodes (tom) >> Vincent Batts (vbatts) >> David Somero (XGizzmo) >> >> _______________________________________________ >> slackware-ot mailing list >> slackware-ot at wombat.san-francisco.ca.us >> https://wombat.san-francisco.ca.us/mailman/listinfo/slackware-ot > _______________________________________________ > 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/ > - -- Bradley D. Thornton Manager Network Services NorthTech Computer TEL: +1.760.666.2703 (US) TEL: +44.203.318.2755 (UK) http://NorthTech.US -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Find this cert at x-hkp://pool.sks-keyservers.net iQEcBAEBAwAGBQJNzLX4AAoJEE1wgkIhr9j3sJ0IAIrlIlhrqbcTh0Ovt3Nk5cU1 fZ8Hz3hLxZwCPvMHRmY1cDWLmQrGU9MyFCRg4x5SERJ9H+atnPzAvJy+TjnJ0yX1 XHWzzTKL3B+gkPcRcw+fITx8tRV+xLx7XILwBgJV1mArOMEF293NoQhHwETCfX5s 0KTV1d3fpFbrijleB5wYxyTQxJOvX/rExxyPl+MSL12t9njXpWtr4Z97EpgJd6VR IH3RFL7PY8ysvcIYj3Mxv2WZ4i3/lyGRr/BgR6FzppaNi/Bk+U85hY9wrsMMY15+ 8ZGaTkGWlPVCgEb/upilT8alwKtRnf2e+L4YiG4YFqahkeW3+EaVjKwaKG52LIo= =/B2v -----END PGP SIGNATURE----- From Bradley at NorthTech.US Fri May 13 07:00:42 2011 From: Bradley at NorthTech.US (Bradley D. Thornton) Date: Fri, 13 May 2011 00:00:42 -0700 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: References: <4DBD0506.8010100@NorthTech.US> Message-ID: <4DCCD71A.1080002@NorthTech.US> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Hey Thanks Antonio :) There's my fix, with no kludges ;) I'll get right on it. On 05/12/2011 08:58 PM, Antonio Hern?ndez Blas wrote: > On Sun, May 1, 2011 at 2:00 AM, Bradley D. Thornton > wrote: > > Hi Bradley: > > I've just took my time to search more about this issue and i conclude > that actually it's not an eclipse bug, but rather the problem exists > in the way xulrunner is builded. > > First, Eclipse's SWT Browser (it's internal web browser) uses > xulrunner depending in its version [1], so the current Eclipse 3.6.x > requires XULRunner 1.8.x - 1.9.2.x. > > And second, SWT can use xulrunner *just* if this was builded without > it's optimization flag [2] and i have seen that Alien Bob's one [3] > (SBo also [4]) uses "--enable-optimize="$CFLAGS" \" > > According with Grant Gayed it's really important to build xulrunner > without the use of "--enable-optimize" [5] to get a functional eclipse > browser (swt+xulrunner) both in x86 and x86_64. Also he makes another > important question, ?which platform of jre (and i add jdk) you use? If > you use eclipse x86_64, then it would search for a jre/jdk x86_64 and > a xulrunner x86_64. Important to know to avoid issues between them > [6][7] > > [1] http://www.eclipse.org/swt/faq.php#browserlinux > [2] http://dev.eclipse.org/mhonarc/lists/platform-swt-dev/msg06874.html > [3] http://connie.slackware.com/~alien/slackbuilds/xulrunner/build/xulrunner.SlackBuild > [4] http://slackbuilds.org/slackbuilds/13.37/libraries/xulrunner/xulrunner.SlackBuild > [5] http://web.archiveorange.com/archive/v/rtUM3C62ZOKbXX0i2y9A > [6] http://ubuntuforums.org/showthread.php?t=1263776 > [7] http://blog.javaee.cz/2009/11/ubuntu-910-64bit-and-custom-32bit-jdk.html > >> >> When eclipse 3.6.1 hit, I went and installed it as soon as I could, long >> before the warning notice in the README for the Slackbuild. I even >> submitted a bug report to Eclipse, and got one response, several months >> later asking a couple of questions that led nowhere. >> >> It seems they're clueless over at Eclipse to this bug, and my ticket is >> still open after all these months. >> >> Maybe when the next version is released their bug will be fixed? >> > > Actually i think that they know about this "bug", but its not in their > hands to decide how a linux distribution builds xulrunner. > >> >> For the time being, Eclipse 3.6.0 works fine, so my recommendation at >> this time, for people running Slackware64, is to avoid installing 3.6.1 >> since this bug has not been addressed, and none of the kludges to fix it >> seem to apply for 64bit OS. >> >> I'd be interested in hearing other perspectives. >> > > I've already send an eclipse SlackBuild update for version 3.6.2 to > Andr? Barboza (the current maintainer) but i have not the > time-platform to test if its true what Grant Gayed stated in his > posts. If someone can make some test in this aspect could be very > helpful to "fix" this situation. Just build xulrunner *without* the > use of "--enable-optimize" (or "--disable-optimize" if applies) and > let eclipse decides the use of uxlrunner *without* your meddling > [8][9][10]. And yes... i think that Andr? Barboza solution (patch) its > not the correct answer but maybe i could be wrong ;-) > > [8] http://www.eclipse.org/swt/faq.php#specifyxulrunner > [9] http://www.eclipse.org/swt/faq.php#howdetectmozilla > [10] http://www.eclipse.org/swt/faq.php#printmozillapath > - -- Bradley D. Thornton Manager Network Services NorthTech Computer TEL: +1.760.666.2703 (US) TEL: +44.203.318.2755 (UK) http://NorthTech.US -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Find this cert at x-hkp://pool.sks-keyservers.net iQEcBAEBAwAGBQJNzNcZAAoJEE1wgkIhr9j34tMH/RtRcJoEixRIiD+uECi10gq/ 074mz149qbh2ttABDJoV52TLWHtiWXwDrJn9U65nVcEgJh3bqlJf5lBiNF6ZjAOh kYqIbq00YUgSYP0Dkr3Gzu3YOI1XoRo7DiI35hQ/YCCp++lGBXfwYrVCRJe66cLm N3+X8/8ekzguq4/rvcFv0goJ1uabFmhT2l/MfAFCnJFgPhU+noCpSdNGt2xzaK7R 2WjP2LHv4w6Ss8YGnbzqVlMttyz8M9ihkBVhjQH+g+WXkLZQ2OyfBjIrdq/mWRyp z9MBTIMr8OmlcZthDyVIfE+19iJVk2IFCCy7u3F4dCPo4IvqpjJVrPPt3p9OVOk= =+3rJ -----END PGP SIGNATURE----- From eric.b.pratt at gmail.com Fri May 13 07:00:34 2011 From: eric.b.pratt at gmail.com (Eric Pratt) Date: Fri, 13 May 2011 03:00:34 -0400 Subject: [Slackbuilds-users] Keywords? In-Reply-To: <20110513044403.02755189@darkstar.example.net> References: <20110513044403.02755189@darkstar.example.net> Message-ID: I also like this idea. Building the actual keywords from the .info file would be the ideal way to handle this from a submitter's point of view. On Thu, May 12, 2011 at 5:44 PM, Binh Nguyen wrote: > On Thu, 12 May 2011 15:59:54 -0400 > B Watson wrote: > >> >> One idea I've had: include the keywords in a KEYWORDS= field in >> the .info file. This could either become a required field in >> submitted info files (so the keywords field on the web submit form >> could go away), ... >> > > I agree with this. It actually was my thought too, but somehow I forgot > to post it to the list. > > -- > Binh Nguyen > _______________________________________________ > 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 bmg.andre at gmail.com Fri May 13 13:11:27 2011 From: bmg.andre at gmail.com (=?ISO-8859-1?Q?Andr=E9_Barboza?=) Date: Fri, 13 May 2011 10:11:27 -0300 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: References: <4DBD0506.8010100@NorthTech.US> Message-ID: > I've already send an eclipse SlackBuild update for version 3.6.2 to > Andr? Barboza (the current maintainer) but i have not the > time-platform to test if its true what Grant Gayed stated in his > posts. If someone can make some test in this aspect could be very > helpful to "fix" this situation. Just build xulrunner *without* the > use of "--enable-optimize" (or "--disable-optimize" if applies) and > let eclipse decides the use of uxlrunner *without* your meddling > [8][9][10]. And yes... i think that Andr? Barboza solution (patch) its > not the correct answer but maybe i could be wrong ;-) The patch is NOT a solution itself, but as you said before: It's not an eclipse bug. I think what we can do is set MOZILLA_FIVE_PATH variable in the startup script based on the user installation. I chose check the xulrunner installation before everything, so I anyone really wants the internal browser, they can build the xulrunner with all requeriments of eclipse. Maybe, we can put some tips of xulrunner building on the README file... what do you think? 2011/5/13 Antonio Hern?ndez Blas > > On Sun, May 1, 2011 at 2:00 AM, Bradley D. Thornton > wrote: > > Hi Bradley: > > I've just took my time to search more about this issue and i conclude > that actually it's not an eclipse bug, but rather the problem exists > in the way xulrunner is builded. > > First, Eclipse's SWT Browser (it's internal web browser) uses > xulrunner depending in its version [1], so the current Eclipse 3.6.x > requires XULRunner 1.8.x - 1.9.2.x. > > And second, SWT can use xulrunner *just* if this was builded without > it's optimization flag [2] and i have seen that Alien Bob's one [3] > (SBo also [4]) uses "--enable-optimize="$CFLAGS" \" > > According with Grant Gayed it's really important to build xulrunner > without the use of "--enable-optimize" [5] to get a functional eclipse > browser (swt+xulrunner) both in x86 and x86_64. Also he makes another > important question, ?which platform of jre (and i add jdk) you use? If > you use eclipse x86_64, then it would search for a jre/jdk x86_64 and > a xulrunner x86_64. Important to know to avoid issues between them > [6][7] > > [1] http://www.eclipse.org/swt/faq.php#browserlinux > [2] http://dev.eclipse.org/mhonarc/lists/platform-swt-dev/msg06874.html > [3] http://connie.slackware.com/~alien/slackbuilds/xulrunner/build/xulrunner.SlackBuild > [4] http://slackbuilds.org/slackbuilds/13.37/libraries/xulrunner/xulrunner.SlackBuild > [5] http://web.archiveorange.com/archive/v/rtUM3C62ZOKbXX0i2y9A > [6] http://ubuntuforums.org/showthread.php?t=1263776 > [7] http://blog.javaee.cz/2009/11/ubuntu-910-64bit-and-custom-32bit-jdk.html > > > > > When eclipse 3.6.1 hit, I went and installed it as soon as I could, long > > before the warning notice in the README for the Slackbuild. I even > > submitted a bug report to Eclipse, and got one response, several months > > later asking a couple of questions that led nowhere. > > > > It seems they're clueless over at Eclipse to this bug, and my ticket is > > still open after all these months. > > > > Maybe when the next version is released their bug will be fixed? > > > > Actually i think that they know about this "bug", but its not in their > hands to decide how a linux distribution builds xulrunner. > > > > > For the time being, Eclipse 3.6.0 works fine, so my recommendation at > > this time, for people running Slackware64, is to avoid installing 3.6.1 > > since this bug has not been addressed, and none of the kludges to fix it > > seem to apply for 64bit OS. > > > > I'd be interested in hearing other perspectives. > > > > I've already send an eclipse SlackBuild update for version 3.6.2 to > Andr? Barboza (the current maintainer) but i have not the > time-platform to test if its true what Grant Gayed stated in his > posts. If someone can make some test in this aspect could be very > helpful to "fix" this situation. Just build xulrunner *without* the > use of "--enable-optimize" (or "--disable-optimize" if applies) and > let eclipse decides the use of uxlrunner *without* your meddling > [8][9][10]. And yes... i think that Andr? Barboza solution (patch) its > not the correct answer but maybe i could be wrong ;-) > > [8] http://www.eclipse.org/swt/faq.php#specifyxulrunner > [9] http://www.eclipse.org/swt/faq.php#howdetectmozilla > [10] http://www.eclipse.org/swt/faq.php#printmozillapath > > -- > - > hba | Antonio Hern?ndez Blas | Mexico, Mx. > http://hba.dyndns.info | http://barrapunto.com/~hba/ | > irc://irc.freenode.org/hba > _______________________________________________ > 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 rworkman at slackbuilds.org Fri May 13 14:20:14 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Fri, 13 May 2011 09:20:14 -0500 Subject: [Slackbuilds-users] [slackware-ot] cardinal.lizella.net - help needed :/ In-Reply-To: <4DCCB5F8.80003@NorthTech.US> References: <20110512224139.1b6800ae@liberty.rlwhome.lan> <20110512224928.2a3b15af@liberty.rlwhome.lan> <4DCCB5F8.80003@NorthTech.US> Message-ID: <20110513092014.5281ee86@liberty.rlwhome.lan> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 12 May 2011 21:39:20 -0700 "Bradley D. Thornton" wrote: > Might I suggest that you run over to your paypal account and pick up a > donate badge real quick. IIRC, you can use your key instead of your > email addy to cut down on SPAM (although that's a small consolation > when your email addy's in the wild anyway). > > Just toss it up in the middle of a blank page, somewhere, anywhere, or > in many places; then shoot the URL on out. Many of us will do the > rest. One of us should even offer to post a thread with the link on > LQ, perhaps after clearing it with Jeremy (Since he solicits > donations too). > > The only major advantage to NOT doing it that way, is that I can make > a personal transfer to you (gift/other/family) and paypal won't ding > you for some of it (as I'm pretty certain that the donate badge is > treated like any other regular transaction with a fee assessment). > > The major advantage of doing it that way (with the donate badge), is > that no one has to explain anything more than merely, "Hey, Cardinal > does this, needs the communities help, it's critical, and here's the > link" > > Those of us who know the difference, should prolly consider > "send==>personal==>gift/other as per your instructions. > > If it's okay with you, I'll be happy to paste the code for your donate > badge on a couple of my sites as well. I just set up a button on http://cardinal.lizella.net for this. I don't really mind the fees; after all, Paypal is pretty much the only game in town on this, and they have to make money too - we know all too well that hardware, bandwidth, and so on cost money :-) - -RW -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk3NPh4ACgkQvGy9tf6lsvvT4QCfbinW6OaOrdLLOFRJgR9dCTVr IM4An39TUyS6YxVSi2QMvK0DNgHc8+u0 =DjqY -----END PGP SIGNATURE----- From rworkman at slackbuilds.org Fri May 13 14:22:14 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Fri, 13 May 2011 09:22:14 -0500 Subject: [Slackbuilds-users] Flying next friday In-Reply-To: References: Message-ID: <20110513092214.22e7517e@liberty.rlwhome.lan> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 11 May 2011 09:17:00 +0300 (EEST) Ozan T?rky?lmaz wrote: > I'm flying to Kazakhstan this friday. I know it's a short notice but > I learned the date yesterday. All my slackbuilds are up to date and > working.I try to go over them before I fly. If you don't hear of me > for a mouth then assume worst. I'm way behind on email, but I wanted to reply to this one (and I hope you get it before you leave): best wishes for safe travel and return - take care! - -RW -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk3NPpYACgkQvGy9tf6lsvt3lwCdHHTbtMWCcblfQdb51knk5wCE ebYAn2QjXbRitrxNQV6huido0K9r5P1B =bI/W -----END PGP SIGNATURE----- From rob at axpr.net Fri May 13 14:36:34 2011 From: rob at axpr.net (Rob Ogilvie) Date: Fri, 13 May 2011 07:36:34 -0700 Subject: [Slackbuilds-users] [slackware-ot] cardinal.lizella.net - help needed :/ In-Reply-To: <20110513092014.5281ee86@liberty.rlwhome.lan> References: <20110512224139.1b6800ae@liberty.rlwhome.lan> <20110512224928.2a3b15af@liberty.rlwhome.lan> <4DCCB5F8.80003@NorthTech.US> <20110513092014.5281ee86@liberty.rlwhome.lan> Message-ID: On Fri, May 13, 2011 at 07:20, Robby Workman wrote: > I just set up a button on http://cardinal.lizella.net for this. Can we put the RFD on there somewhere, too? Rob From rworkman at slackbuilds.org Fri May 13 15:10:49 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Fri, 13 May 2011 10:10:49 -0500 Subject: [Slackbuilds-users] [slackware-ot] cardinal.lizella.net - help needed :/ In-Reply-To: References: <20110512224139.1b6800ae@liberty.rlwhome.lan> <20110512224928.2a3b15af@liberty.rlwhome.lan> <4DCCB5F8.80003@NorthTech.US> <20110513092014.5281ee86@liberty.rlwhome.lan> Message-ID: <20110513101049.5d6f0e20@liberty.rlwhome.lan> On Fri, 13 May 2011 07:36:34 -0700 Rob Ogilvie wrote: > On Fri, May 13, 2011 at 07:20, Robby Workman > wrote: > > I just set up a button on http://cardinal.lizella.net for this. > > Can we put the RFD on there somewhere, too? > Done. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Fri May 13 15:28:38 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Fri, 13 May 2011 10:28:38 -0500 Subject: [Slackbuilds-users] cardinal.lizella.net - help needed :/ In-Reply-To: References: <20110512224139.1b6800ae@liberty.rlwhome.lan> Message-ID: <20110513102838.05c892a6@liberty.rlwhome.lan> On Fri, 13 May 2011 03:56:05 -0400 Eric Pratt wrote: > Is it possible to setup a recurring donation through paypal or other > means? Even if we only get 20 people to donate $1/mo, that would be > enough for a new machine every 5 years if $1200 remains enough to > purchase a system. With more people or bigger donations per person, > it would enable you to do things like: > > - purchase spare parts to keep on hand > - purchase a second server for a redundant fail-over scenario > - purchase a longer warranty > > I would definitely commit to a small monthly donation for this > purpose. Even if we can't get 20 or more people, just a few would > significantly defray costs later and I would still commit. I just > want to know that the donation is going to directly help > slackware/slackbuilds and I'm good to go. > > If this is acceptable, what's the best way to do this? Hrm... On one hand, this idea *does* sound appealing, and it would be nice to know that there's a small reserve fund in place for the incidental crap that happens over the life of a server, but at the same time, I just don't "feel right" doing that. For the most part, we really just don't need money under normal circumstances, and so having it would create another time/effort deficit for somebody (probably me). I'd have to figure out a way to keep it separate from my personal funds, and ethically, that's just not an option - there's no way I could tolerate even accidentally spending money for personal use if it were earmarked for cardinal/slackware. Basically, this creates too many questions (or at least, it *could* create them) about how the money is being used and so on, and I'd really just rather not have to deal with that - I'd rather spend my limited time doing things that provide value to the community, and being a secretary/treasurer isn't among them. See, there's no question right now as to where the money will go and be used for, and I like it that way. Everybody knows that they are sending money to buy a new server. Once that is done, then we don't need money any more. For the routine maintenance and replacement that happens over the years, at least one of the owners is (or has been) always in a position to cover that when it happens. Long story short, I don't think we want to do a long-term recurring donation option. If people want to do something like that, I think it would be better to send that to the Slackware store :-) -RW In summary, I'd rather have an identifi -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Fri May 13 15:29:47 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Fri, 13 May 2011 10:29:47 -0500 Subject: [Slackbuilds-users] cardinal.lizella.net - help needed :/ In-Reply-To: <20110513102838.05c892a6@liberty.rlwhome.lan> References: <20110512224139.1b6800ae@liberty.rlwhome.lan> <20110513102838.05c892a6@liberty.rlwhome.lan> Message-ID: <20110513102947.10f1f3ad@liberty.rlwhome.lan> On Fri, 13 May 2011 10:28:38 -0500 Robby Workman wrote: > On Fri, 13 May 2011 03:56:05 -0400 > Eric Pratt wrote: > > > Is it possible to setup a recurring donation through paypal or other > > means? Even if we only get 20 people to donate $1/mo, that would be > > enough for a new machine every 5 years if $1200 remains enough to > > purchase a system. With more people or bigger donations per person, > > it would enable you to do things like: > > > > - purchase spare parts to keep on hand > > - purchase a second server for a redundant fail-over scenario > > - purchase a longer warranty > > > > I would definitely commit to a small monthly donation for this > > purpose. Even if we can't get 20 or more people, just a few would > > significantly defray costs later and I would still commit. I just > > want to know that the donation is going to directly help > > slackware/slackbuilds and I'm good to go. > > > > If this is acceptable, what's the best way to do this? > > > Hrm... On one hand, this idea *does* sound appealing, and it would > be nice to know that there's a small reserve fund in place for the > incidental crap that happens over the life of a server, but at the > same time, I just don't "feel right" doing that. For the most part, > we really just don't need money under normal circumstances, and so > having it would create another time/effort deficit for somebody > (probably me). I'd have to figure out a way to keep it separate > from my personal funds, and ethically, that's just not an option - > there's no way I could tolerate even accidentally spending money > for personal use if it were earmarked for cardinal/slackware. > Basically, this creates too many questions (or at least, it *could* > create them) about how the money is being used and so on, and I'd > really just rather not have to deal with that - I'd rather spend > my limited time doing things that provide value to the community, > and being a secretary/treasurer isn't among them. See, there's > no question right now as to where the money will go and be used > for, and I like it that way. Everybody knows that they are sending > money to buy a new server. Once that is done, then we don't need > money any more. For the routine maintenance and replacement that > happens over the years, at least one of the owners is (or has been) > always in a position to cover that when it happens. > > Long story short, I don't think we want to do a long-term recurring > donation option. If people want to do something like that, I think > it would be better to send that to the Slackware store :-) > > -RW > > In summary, I'd rather have an identifi Heh, oops. That last line didn't belong at all :-) -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rshepard at appl-ecosys.com Fri May 13 15:32:54 2011 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Fri, 13 May 2011 08:32:54 -0700 (PDT) Subject: [Slackbuilds-users] cardinal.lizella.net - help needed :/ In-Reply-To: <20110513102947.10f1f3ad@liberty.rlwhome.lan> References: <20110512224139.1b6800ae@liberty.rlwhome.lan> <20110513102838.05c892a6@liberty.rlwhome.lan> <20110513102947.10f1f3ad@liberty.rlwhome.lan> Message-ID: On Fri, 13 May 2011, Robby Workman wrote: > Heh, oops. That last line didn't belong at all :-) It's Friday ... and the server failed. Distractions abound. Rich From korgie at gmail.com Fri May 13 19:21:42 2011 From: korgie at gmail.com (korgman) Date: Fri, 13 May 2011 22:21:42 +0300 Subject: [Slackbuilds-users] testdisk - New maintainer Message-ID: <4DCD84C6.3070803@gmail.com> ... is Greg Bouzakis -- Michales Michaloudes From skalkoto at gmail.com Sat May 14 11:10:38 2011 From: skalkoto at gmail.com (Nikos Skalkotos) Date: Sat, 14 May 2011 14:10:38 +0300 Subject: [Slackbuilds-users] source-highlight is not included in slackware 13.x repositories Message-ID: Hello all, source-highlight is not included in any repository after 12.2. I'm willing to maintain it for slackware 13.37, or maybe backport it too. Nikos Skalkotos P.S. This mail is also send to "luoyi", the original maintainer. From niels.horn at gmail.com Sat May 14 12:15:15 2011 From: niels.horn at gmail.com (Niels Horn) Date: Sat, 14 May 2011 09:15:15 -0300 Subject: [Slackbuilds-users] source-highlight is not included in slackware 13.x repositories In-Reply-To: References: Message-ID: On Sat, May 14, 2011 at 8:10 AM, Nikos Skalkotos wrote: > Hello all, > > source-highlight is not included in any repository after 12.2. I'm > willing to maintain it for slackware 13.37, or maybe backport it too. > > Nikos Skalkotos > > P.S. This mail is also send to "luoyi", the original maintainer. Feel free to submit it for 13.37 if the original maintainer does not respond. We don't accept submissins for previous releases of Slackware any longer. -- Niels Horn From artourter at gmail.com Sat May 14 13:07:07 2011 From: artourter at gmail.com (Greg' Ar Tourter) Date: Sat, 14 May 2011 14:07:07 +0100 Subject: [Slackbuilds-users] kbibtex for slackware 13.37 Message-ID: Hi Martin, (cc sbo-users) due to not having been ported to kde4 until recently, kbibtex has not been included in sbo since slack 12.2. Now that the new kde4 version is in beta, it would be nice to have it back. I'll be happy to take over if you want. Cheers Greg From ozan.turkyilmaz at gmail.com Sat May 14 13:33:26 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Sat, 14 May 2011 18:33:26 +0500 Subject: [Slackbuilds-users] cardinal.lizella.net - help needed :/ In-Reply-To: <20110512224139.1b6800ae@liberty.rlwhome.lan> References: <20110512224139.1b6800ae@liberty.rlwhome.lan> Message-ID: 2011/5/13 Robby Workman : > I`ll have to wait before I get my first wage. -- Ozan, BSc, BEng From chaos.proton at gmail.com Sat May 14 16:30:21 2011 From: chaos.proton at gmail.com (Grissiom) Date: Sun, 15 May 2011 00:30:21 +0800 Subject: [Slackbuilds-users] cardinal.lizella.net - help needed :/ In-Reply-To: References: <20110512224139.1b6800ae@liberty.rlwhome.lan> Message-ID: 2011/5/14 Ozan T?rky?lmaz : > 2011/5/13 Robby Workman : >> > I`ll have to wait before I get my first wage. > Me too... -- Cheers, Grissiom From ozan.turkyilmaz at gmail.com Sat May 14 17:05:45 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Sat, 14 May 2011 22:05:45 +0500 Subject: [Slackbuilds-users] Flying next friday In-Reply-To: <20110513092214.22e7517e@liberty.rlwhome.lan> References: <20110513092214.22e7517e@liberty.rlwhome.lan> Message-ID: 2011/5/13 Robby Workman : > I made it and started to work. I can keep the maintain for now. However I am after a stupid http proxy that keeps my connections in a limited way (Any tips are welcome). -- Ozan, BSc, BEng From kd5zex at gmail.com Sat May 14 17:25:59 2011 From: kd5zex at gmail.com (Alan) Date: Sun, 15 May 2011 01:25:59 +0800 Subject: [Slackbuilds-users] Flying next friday In-Reply-To: References: <20110513092214.22e7517e@liberty.rlwhome.lan> Message-ID: I have *heard* that ssh tunnels work quite nicely in internet hostile locales. --Alan 2011/5/15 Ozan T?rky?lmaz > 2011/5/13 Robby Workman : > > > > I made it and started to work. I can keep the maintain for now. > However I am after a stupid http proxy that keeps my connections in a > limited way (Any tips are welcome). > > > -- > Ozan, BSc, BEng > _______________________________________________ > 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 ozan.turkyilmaz at gmail.com Sat May 14 17:37:10 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Sat, 14 May 2011 22:37:10 +0500 Subject: [Slackbuilds-users] Flying next friday In-Reply-To: References: <20110513092214.22e7517e@liberty.rlwhome.lan> Message-ID: 2011/5/14 Alan : > I have *heard* that ssh tunnels work quite nicely in internet hostile > locales. Locale is not internet hostile, http proxy is. -- Ozan, BSc, BEng From kingbeowulf at gmail.com Sat May 14 17:40:24 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Sat, 14 May 2011 10:40:24 -0700 Subject: [Slackbuilds-users] cardinal.lizella.net - help needed :/ In-Reply-To: <20110512224139.1b6800ae@liberty.rlwhome.lan> References: <20110512224139.1b6800ae@liberty.rlwhome.lan> Message-ID: Robby, I realize you may have already considered this, but have you checked into it lately? I have used https://www.nearlyfreespeech.net/ in the past and still have a placeholder there (I gave up trying to teach people how to effectively use computing resourses...). You only pay for the bandwidth and storage used and it seems to be dirt cheap. This way you dont have to worry about hardware failures. I know its both fun and effective to run your own server. I have Slackware 13.37 hosting Minecraft and Urban Terror, on my 12Mbps Comcast connection via a P4 2.4GHz 2GB box just for grins and giggles. Its always good to set it up and optimize it for "practice," not to mention having full controll. Anyway, just an idea. I'll try to toss a few $$ your way in awhile. We just bought a house and money is a bit tight (there were a few unexpected repairs to the plumbing...). Ed -- You! What PLANET is this! -- McCoy, "The City on the Edge of Forever", stardate 3134.0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From audrius at neutrino.lt Sun May 15 10:09:36 2011 From: audrius at neutrino.lt (Audrius =?utf-8?Q?Ka=C5=BEukauskas?=) Date: Sun, 15 May 2011 13:09:36 +0300 Subject: [Slackbuilds-users] Flying next friday In-Reply-To: References: <20110513092214.22e7517e@liberty.rlwhome.lan> Message-ID: <20110515100936.GA2338@kiras> On Sat, 2011-05-14 at 22:05:45 +0500, Ozan T?rky?lmaz wrote: > However I am after a stupid http proxy that keeps my connections in a > limited way (Any tips are welcome). If you're able to ssh to a box without any restrictions somewhere, this article might be useful to you: http://alien.slackbook.org/blog/securely-browsing-the-net-using-socks/ -- Audrius Ka?ukauskas -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From dnied at tiscali.it Mon May 16 11:27:29 2011 From: dnied at tiscali.it (Dario Niedermann) Date: Mon, 16 May 2011 13:27:29 +0200 Subject: [Slackbuilds-users] [13.37] Urlview segfaults on x86_64 Message-ID: <20110516112729.GA3830@dnied%tiscali.it> Almost surely not just on 13.37, in fact. A patch* from the Gentoo community fixed the problem. Also, one of the patches in the current slackbuild (patches/url_handler.sh.diff) incorrectly duplicates a couple of lines in 'url_handler.sh'. Not that it causes any real problems, you just get 2 redundant lines. So I corrected that too. Find the new slackbuild at: http://devio.us/~ndr/downloads/urlview.new.tgz It should work on 32-bit Slackware as well, since the Gentoo patch is only applied if $ARCH = 'x86_64'. Regards, DN * http://bugs.gentoo.org/show_bug.cgi?id=70254#c1 -- > head -n1 /etc/*-{version,release} && uname -moprs Slackware 13.37.0 Linux 2.6.37.6 x86_64 AMD Turion(tm) 64 Mobile Technology MK-36 GNU/Linux From neruson1138 at gmail.com Mon May 16 16:48:37 2011 From: neruson1138 at gmail.com (Sean Nelson) Date: Mon, 16 May 2011 10:48:37 -0600 Subject: [Slackbuilds-users] Gtkpod libid3tag bug Message-ID: I am running Salix Xfce 13.37 64bit which is compatible with Slackware 13.37. I first tried to install gtkpod via the salix sourcery app and I got the following error posted in the log, then I tried the slackbuilds.org way and the same thing, I then tried to build it straight from source using my terminal with make install and again I got the same exact error. I checked and I have libid3tag-0.15.1b-86_64-4 installed, so I think there's an error with libid3tag: gtkpod-0.99.14/ gtkpod-0.99.14/depcomp gtkpod-0.99.14/missing gtkpod-0.99.14/TROUBLESHOOTING gtkpod-0.99.14/AUTHORS gtkpod-0.99.14/config.guess gtkpod-0.99.14/autogen.sh gtkpod-0.99.14/config.sub gtkpod-0.99.14/NEWS gtkpod-0.99.14/mkinstalldirs gtkpod-0.99.14/INSTALL gtkpod-0.99.14/scripts/ gtkpod-0.99.14/scripts/sync-webcalendar.sh gtkpod-0.99.14/scripts/convert-2mp3.sh gtkpod-0.99.14/scripts/mab2vcard gtkpod-0.99.14/scripts/sync-kaddressbook.sh gtkpod-0.99.14/scripts/sync-evolution.sh gtkpod-0.99.14/scripts/convert-2m4a.sh gtkpod-0.99.14/scripts/sync-ldif.sh gtkpod-0.99.14/scripts/ldif2vcf.sh gtkpod-0.99.14/scripts/sync-tomboy.sh gtkpod-0.99.14/scripts/Makefile.am gtkpod-0.99.14/scripts/sync-thunderbird.sh gtkpod-0.99.14/scripts/sync-palm-jppy.py gtkpod-0.99.14/scripts/sync-evocalendar.sh gtkpod-0.99.14/scripts/sync-knotes.sh gtkpod-0.99.14/scripts/sync-korganizer.sh gtkpod-0.99.14/scripts/sync-notes.sh gtkpod-0.99.14/scripts/sync-thunderbird-nano.sh gtkpod-0.99.14/scripts/Makefile.in gtkpod-0.99.14/scripts/sync-abook.sh gtkpod-0.99.14/scripts/gtkpod-convert-common.sh gtkpod-0.99.14/Makefile.am gtkpod-0.99.14/README gtkpod-0.99.14/aclocal.m4 gtkpod-0.99.14/doc/ gtkpod-0.99.14/doc/ipod-and-content.html gtkpod-0.99.14/doc/copying-content-to-the-ipod.html gtkpod-0.99.14/doc/gtkpod-info.html gtkpod-0.99.14/doc/gtkpod.xml gtkpod-0.99.14/doc/setting-ipod-properties.html gtkpod-0.99.14/doc/view-and-edit-track-details.html gtkpod-0.99.14/doc/managing-playlists.html gtkpod-0.99.14/doc/figures/ gtkpod-0.99.14/doc/figures/coverart.png gtkpod-0.99.14/doc/figures/edit-track-details.png gtkpod-0.99.14/doc/figures/add-folders.png gtkpod-0.99.14/doc/figures/cover-setfromfile.png gtkpod-0.99.14/doc/figures/Makefile.am gtkpod-0.99.14/doc/figures/cover-popupmenu.png gtkpod-0.99.14/doc/figures/Makefile.in gtkpod-0.99.14/doc/figures/gtkpod.png gtkpod-0.99.14/doc/figures/cover-fullsize.png gtkpod-0.99.14/doc/layout-of-gtkpod.html gtkpod-0.99.14/doc/exporting-files-from-the-ipod.html gtkpod-0.99.14/doc/troubleshooting-faq.html gtkpod-0.99.14/doc/Makefile.am gtkpod-0.99.14/doc/getting-started.html gtkpod-0.99.14/doc/adding-cover-art-from-a-browser.html gtkpod-0.99.14/doc/cover-art.html gtkpod-0.99.14/doc/advanced-features.html gtkpod-0.99.14/doc/the-sysinfo-file.html gtkpod-0.99.14/doc/playlists-podcasts-and-photos.html gtkpod-0.99.14/doc/playcounts-and-ratings.html gtkpod-0.99.14/doc/adding-files-and-folders.html gtkpod-0.99.14/doc/ipod-file-recovery.html gtkpod-0.99.14/doc/Makefile.in gtkpod-0.99.14/doc/gtkpod.html gtkpod-0.99.14/doc/hooking-up-the-ipod.html gtkpod-0.99.14/po/ gtkpod-0.99.14/po/POTFILES.in gtkpod-0.99.14/po/ja.po gtkpod-0.99.14/po/de.po gtkpod-0.99.14/po/it.po gtkpod-0.99.14/po/Makefile.in.in gtkpod-0.99.14/po/fr.po gtkpod-0.99.14/po/ro.po gtkpod-0.99.14/po/es.po gtkpod-0.99.14/po/POTFILES.skip gtkpod-0.99.14/po/ChangeLog gtkpod-0.99.14/po/sv.po gtkpod-0.99.14/po/zh_CN.po gtkpod-0.99.14/po/he.po gtkpod-0.99.14/po/ru.po gtkpod-0.99.14/ylwrap gtkpod-0.99.14/config.h.in gtkpod-0.99.14/intltool-update.in gtkpod-0.99.14/configure gtkpod-0.99.14/ChangeLog gtkpod-0.99.14/src/ gtkpod-0.99.14/src/fileselection.h gtkpod-0.99.14/src/ipod_init.h gtkpod-0.99.14/src/tools.h gtkpod-0.99.14/src/file_convert.h gtkpod-0.99.14/src/stock_icons.c gtkpod-0.99.14/src/display_tracks.c gtkpod-0.99.14/src/display_coverart.h gtkpod-0.99.14/src/repository.c gtkpod-0.99.14/src/display_photo.h gtkpod-0.99.14/src/display_playlists.c gtkpod-0.99.14/src/ipod_init.c gtkpod-0.99.14/src/rb_cell_renderer_rating.c gtkpod-0.99.14/src/display_sorttabs.c gtkpod-0.99.14/src/mp4file.c gtkpod-0.99.14/src/help.c gtkpod-0.99.14/src/misc.c gtkpod-0.99.14/src/oggfile.c gtkpod-0.99.14/src/file_convert.c gtkpod-0.99.14/src/stock_icons.h gtkpod-0.99.14/src/prefs.h gtkpod-0.99.14/src/podcast.h gtkpod-0.99.14/src/syncdir.h gtkpod-0.99.14/src/date_parser2.l gtkpod-0.99.14/src/misc_track.c gtkpod-0.99.14/src/details.h gtkpod-0.99.14/src/flacfile.h gtkpod-0.99.14/src/oggfile.h gtkpod-0.99.14/src/tools.c gtkpod-0.99.14/src/misc_confirm.c gtkpod-0.99.14/src/confirmation.c gtkpod-0.99.14/src/fileselection.c gtkpod-0.99.14/src/rb_rating_helper.h gtkpod-0.99.14/src/info.c gtkpod-0.99.14/src/autodetection.c gtkpod-0.99.14/src/syncdir.c gtkpod-0.99.14/src/Makefile.am gtkpod-0.99.14/src/help.h gtkpod-0.99.14/src/infodlg.h gtkpod-0.99.14/src/rb_rating_helper.c gtkpod-0.99.14/src/date_parser.l gtkpod-0.99.14/src/mp4file.h gtkpod-0.99.14/src/getopt.h gtkpod-0.99.14/src/date_parser.h gtkpod-0.99.14/src/getopt.c gtkpod-0.99.14/src/wavfile.h gtkpod-0.99.14/src/display_itdb.h gtkpod-0.99.14/src/fetchcover.h gtkpod-0.99.14/src/main.c gtkpod-0.99.14/src/file_export.c gtkpod-0.99.14/src/prefsdlg.c gtkpod-0.99.14/src/misc.h gtkpod-0.99.14/src/context_menus.h gtkpod-0.99.14/src/mp3file.c gtkpod-0.99.14/src/charset.h gtkpod-0.99.14/src/podcast.c gtkpod-0.99.14/src/confirmation.h gtkpod-0.99.14/src/misc_conversion.c gtkpod-0.99.14/src/infodlg.c gtkpod-0.99.14/src/repository.h gtkpod-0.99.14/src/clientserver.h gtkpod-0.99.14/src/file.c gtkpod-0.99.14/src/date_parser2.c gtkpod-0.99.14/src/display_itdb.c gtkpod-0.99.14/src/wavfile.c gtkpod-0.99.14/src/sort_window.c gtkpod-0.99.14/src/Makefile.in gtkpod-0.99.14/src/charset.c gtkpod-0.99.14/src/clientserver.c gtkpod-0.99.14/src/misc_input.c gtkpod-0.99.14/src/display_spl.c gtkpod-0.99.14/src/date_parser.c gtkpod-0.99.14/src/itdb.h gtkpod-0.99.14/src/misc_track.h gtkpod-0.99.14/src/misc_playlist.c gtkpod-0.99.14/src/display.c gtkpod-0.99.14/src/prefs.c gtkpod-0.99.14/src/getopt1.c gtkpod-0.99.14/src/display_private.h gtkpod-0.99.14/src/sort_window.h gtkpod-0.99.14/src/display.h gtkpod-0.99.14/src/display_photo.c gtkpod-0.99.14/src/sha1.h gtkpod-0.99.14/src/rb_cell_renderer_rating.h gtkpod-0.99.14/src/file.h gtkpod-0.99.14/src/context_menus.c gtkpod-0.99.14/src/sha1.c gtkpod-0.99.14/src/fetchcover.c gtkpod-0.99.14/src/info.h gtkpod-0.99.14/src/details.c gtkpod-0.99.14/src/autodetection.h gtkpod-0.99.14/src/flacfile.c gtkpod-0.99.14/src/mp3file.h gtkpod-0.99.14/src/display_coverart.c gtkpod-0.99.14/src/file_itunesdb.c gtkpod-0.99.14/Makefile.in gtkpod-0.99.14/TODOandBUGS.txt gtkpod-0.99.14/intltool-merge.in gtkpod-0.99.14/configure.in gtkpod-0.99.14/intltool-extract.in gtkpod-0.99.14/install-sh gtkpod-0.99.14/data/ gtkpod-0.99.14/data/photo-toolbar-photos.png gtkpod-0.99.14/data/gtkpod-add-files.png gtkpod-0.99.14/data/gtkpod-icon-48.png gtkpod-0.99.14/data/gtkpod-icon-32-2.png gtkpod-0.99.14/data/gtkpod-add-playlists.png gtkpod-0.99.14/data/gtkpod-read-16.png gtkpod-0.99.14/data/Makefile.am gtkpod-0.99.14/data/icons/ gtkpod-0.99.14/data/icons/16x16/ gtkpod-0.99.14/data/icons/16x16/Makefile.am gtkpod-0.99.14/data/icons/16x16/Makefile.in gtkpod-0.99.14/data/icons/16x16/gtkpod.png gtkpod-0.99.14/data/icons/32x32/ gtkpod-0.99.14/data/icons/32x32/Makefile.am gtkpod-0.99.14/data/icons/32x32/Makefile.in gtkpod-0.99.14/data/icons/32x32/gtkpod.png gtkpod-0.99.14/data/icons/hicolor/ gtkpod-0.99.14/data/icons/hicolor/16x16/ gtkpod-0.99.14/data/icons/hicolor/16x16/status/ gtkpod-0.99.14/data/icons/hicolor/16x16/status/Makefile.am gtkpod-0.99.14/data/icons/hicolor/16x16/status/star-set.png gtkpod-0.99.14/data/icons/hicolor/16x16/status/star-unset.png gtkpod-0.99.14/data/icons/hicolor/16x16/status/star-none.png gtkpod-0.99.14/data/icons/hicolor/16x16/status/Makefile.in gtkpod-0.99.14/data/icons/hicolor/16x16/places/ gtkpod-0.99.14/data/icons/hicolor/16x16/places/playlist-photo.png gtkpod-0.99.14/data/icons/hicolor/16x16/places/Makefile.am gtkpod-0.99.14/data/icons/hicolor/16x16/places/Makefile.in gtkpod-0.99.14/data/icons/hicolor/16x16/places/playlist.png gtkpod-0.99.14/data/icons/hicolor/16x16/Makefile.am gtkpod-0.99.14/data/icons/hicolor/16x16/Makefile.in gtkpod-0.99.14/data/icons/hicolor/32x32/ gtkpod-0.99.14/data/icons/hicolor/32x32/places/ gtkpod-0.99.14/data/icons/hicolor/32x32/places/playlist-photo.png gtkpod-0.99.14/data/icons/hicolor/32x32/places/Makefile.am gtkpod-0.99.14/data/icons/hicolor/32x32/places/Makefile.in gtkpod-0.99.14/data/icons/hicolor/32x32/places/playlist.png gtkpod-0.99.14/data/icons/hicolor/32x32/Makefile.am gtkpod-0.99.14/data/icons/hicolor/32x32/Makefile.in gtkpod-0.99.14/data/icons/hicolor/22x22/ gtkpod-0.99.14/data/icons/hicolor/22x22/places/ gtkpod-0.99.14/data/icons/hicolor/22x22/places/playlist-photo.png gtkpod-0.99.14/data/icons/hicolor/22x22/places/Makefile.am gtkpod-0.99.14/data/icons/hicolor/22x22/places/Makefile.in gtkpod-0.99.14/data/icons/hicolor/22x22/places/playlist.png gtkpod-0.99.14/data/icons/hicolor/22x22/Makefile.am gtkpod-0.99.14/data/icons/hicolor/22x22/Makefile.in gtkpod-0.99.14/data/icons/hicolor/scalable/ gtkpod-0.99.14/data/icons/hicolor/scalable/places/ gtkpod-0.99.14/data/icons/hicolor/scalable/places/playlist.svg gtkpod-0.99.14/data/icons/hicolor/scalable/places/Makefile.am gtkpod-0.99.14/data/icons/hicolor/scalable/places/playlist-photo.svg gtkpod-0.99.14/data/icons/hicolor/scalable/places/Makefile.in gtkpod-0.99.14/data/icons/hicolor/scalable/Makefile.am gtkpod-0.99.14/data/icons/hicolor/scalable/Makefile.in gtkpod-0.99.14/data/icons/hicolor/Makefile.am gtkpod-0.99.14/data/icons/hicolor/24x24/ gtkpod-0.99.14/data/icons/hicolor/24x24/places/ gtkpod-0.99.14/data/icons/hicolor/24x24/places/playlist-photo.png gtkpod-0.99.14/data/icons/hicolor/24x24/places/Makefile.am gtkpod-0.99.14/data/icons/hicolor/24x24/places/Makefile.in gtkpod-0.99.14/data/icons/hicolor/24x24/places/playlist.png gtkpod-0.99.14/data/icons/hicolor/24x24/Makefile.am gtkpod-0.99.14/data/icons/hicolor/24x24/Makefile.in gtkpod-0.99.14/data/icons/hicolor/48x48/ gtkpod-0.99.14/data/icons/hicolor/48x48/places/ gtkpod-0.99.14/data/icons/hicolor/48x48/places/playlist-photo.png gtkpod-0.99.14/data/icons/hicolor/48x48/places/Makefile.am gtkpod-0.99.14/data/icons/hicolor/48x48/places/Makefile.in gtkpod-0.99.14/data/icons/hicolor/48x48/places/playlist.png gtkpod-0.99.14/data/icons/hicolor/48x48/Makefile.am gtkpod-0.99.14/data/icons/hicolor/48x48/Makefile.in gtkpod-0.99.14/data/icons/hicolor/Makefile.in gtkpod-0.99.14/data/icons/22x22/ gtkpod-0.99.14/data/icons/22x22/Makefile.am gtkpod-0.99.14/data/icons/22x22/Makefile.in gtkpod-0.99.14/data/icons/22x22/gtkpod.png gtkpod-0.99.14/data/icons/64x64/ gtkpod-0.99.14/data/icons/64x64/Makefile.am gtkpod-0.99.14/data/icons/64x64/Makefile.in gtkpod-0.99.14/data/icons/64x64/gtkpod.png gtkpod-0.99.14/data/icons/scalable/ gtkpod-0.99.14/data/icons/scalable/gtkpod.svg gtkpod-0.99.14/data/icons/scalable/Makefile.am gtkpod-0.99.14/data/icons/scalable/Makefile.in gtkpod-0.99.14/data/icons/Makefile.am gtkpod-0.99.14/data/icons/24x24/ gtkpod-0.99.14/data/icons/24x24/Makefile.am gtkpod-0.99.14/data/icons/24x24/Makefile.in gtkpod-0.99.14/data/icons/24x24/gtkpod.png gtkpod-0.99.14/data/icons/48x48/ gtkpod-0.99.14/data/icons/48x48/Makefile.am gtkpod-0.99.14/data/icons/48x48/Makefile.in gtkpod-0.99.14/data/icons/48x48/gtkpod.png gtkpod-0.99.14/data/icons/Makefile.in gtkpod-0.99.14/data/gtkpod-read.png gtkpod-0.99.14/data/gtkpod-logo.png gtkpod-0.99.14/data/default-cover.png gtkpod-0.99.14/data/gtkpod.desktop.in gtkpod-0.99.14/data/photo-toolbar-album.png gtkpod-0.99.14/data/Makefile.in gtkpod-0.99.14/data/gtkpod-icon-32.png gtkpod-0.99.14/data/gtkpod.glade gtkpod-0.99.14/data/gtkpod-add-dirs.png gtkpod-0.99.14/data/man/ gtkpod-0.99.14/data/man/Makefile.am gtkpod-0.99.14/data/man/gtkpod.1.in gtkpod-0.99.14/data/man/Makefile.in gtkpod-0.99.14/data/man/gtkpod.1 gtkpod-0.99.14/COPYING patching file src/mp4file.c checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-slackware-linux-gnu checking host system type... x86_64-slackware-linux-gnu checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for intltool >= 0.33... 0.37.1 found checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for GLIB... yes checking for GMODULE... yes checking for GTHREAD... yes checking for LIBGLADE... yes checking for LIBGPOD... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for mount... /bin/mount checking for umount... /bin/umount checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... no checking if -liconv is needed to use gettext... checking for ngettext in -lintl... no checking for getopt_long_only... no checking for getopt_long_only... (cached) no checking for flock... no checking for statvfs... no checking for library containing id3_frame_field... no configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!) fakeroot -- sh gtkpod.SlackBuild Failed From niels.horn at gmail.com Mon May 16 18:11:17 2011 From: niels.horn at gmail.com (Niels Horn) Date: Mon, 16 May 2011 15:11:17 -0300 Subject: [Slackbuilds-users] Gtkpod libid3tag bug In-Reply-To: References: Message-ID: On Mon, May 16, 2011 at 1:48 PM, Sean Nelson wrote: > I am running Salix Xfce 13.37 64bit which is compatible with Slackware > 13.37. I first tried to install gtkpod via the salix sourcery app and > I got the following error posted in the log, then I tried the > slackbuilds.org way and the same thing, I then tried to build it > straight from source using my terminal with make install and again I > got the same exact error. I checked and I have > libid3tag-0.15.1b-86_64-4 installed, so I think there's an error with > libid3tag: > > checking for statvfs... no > checking for library containing id3_frame_field... no > configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!) > fakeroot -- sh gtkpod.SlackBuild Failed Hi, Just tested this on "real" Slackware64 13.37 and it works just fine: ... checking for library containing id3_frame_field... -lid3tag ... How did you start the SlackBuild? -- Niels Horn From neruson1138 at gmail.com Mon May 16 19:06:09 2011 From: neruson1138 at gmail.com (Sean Nelson) Date: Mon, 16 May 2011 13:06:09 -0600 Subject: [Slackbuilds-users] Gtkpod libid3tag bug In-Reply-To: References: Message-ID: Well, this problem seems to have fixed itself... Not sure how, but I'm not going to question it... I'll attribute this to probable user error... Sorry for wasting your time, and thanks for your help anyway ;) On 5/16/11, Niels Horn wrote: > On Mon, May 16, 2011 at 1:48 PM, Sean Nelson wrote: >> I am running Salix Xfce 13.37 64bit which is compatible with Slackware >> 13.37. I first tried to install gtkpod via the salix sourcery app and >> I got the following error posted in the log, then I tried the >> slackbuilds.org way and the same thing, I then tried to build it >> straight from source using my terminal with make install and again I >> got the same exact error. I checked and I have >> libid3tag-0.15.1b-86_64-4 installed, so I think there's an error with >> libid3tag: >> > > > >> checking for statvfs... no >> checking for library containing id3_frame_field... no >> configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!) >> fakeroot -- sh gtkpod.SlackBuild Failed > > Hi, > > Just tested this on "real" Slackware64 13.37 and it works just fine: > > ... > checking for library containing id3_frame_field... -lid3tag > ... > > How did you start the SlackBuild? > > -- > Niels Horn > _______________________________________________ > 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 rworkman at slackbuilds.org Tue May 17 16:05:53 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 17 May 2011 16:05:53 +0000 Subject: [Slackbuilds-users] Updates - 20110517 Message-ID: <20110517160553.GA16668@slackbuilds.org> Tue May 17 14:57:28 UTC 2011 academic/gwyddion: Updated for version 2.24. academic/wxMaxima: Updated for version 11.04.0. audio/gogglesmm: Updated for version 0.12.1. audio/id3v2: Fixed homepage in .info file audio/mpd: Updated for version 0.16.2. desktop/QtCurve-Gtk2: Updated for version 1.8.8. desktop/QtCurve-KDE4: Updated for version 1.8.7. desktop/cwp: Updated for version 1.5.2. desktop/gnome-colors: Misc tweaks ; email change desktop/hsetroot: Updated email and copyrights desktop/oxygen-gtk: Added (gtk port of KDE's oxygen widget theme) desktop/pclock: Fixed homepage and download link desktop/tint2: Updated email address desktop/trayer: Updated email address and misc tweakage desktop/wmfs: Added (dynamic tiling window manager) desktop/wminfo: Fixed download link in .info file desktop/wmmixer: Fixed download link and homepage desktop/wmnet: Fixed homepage and download link desktop/wmsm.app: Fixed homepage and download link desktop/xfce4-xkb-plugin: Fixed a GTK-related crash desktop/xplanet: Updated for version 1.2.2. development/CImg: Fixed VERSION in .info file development/mono: Updated for version 2.10.2. development/orc: Updated for version 0.4.13. development/wxHexEditor: Updated for version 0.10. games/gens-gs: Added (sega genesis/cd/32x emulator) games/pcsxr: Fixed download link games/scribble: Added (CLI crossword game) graphics/darktable: Updated for version 0.8. graphics/digikam: Updated for version 1.9.0. graphics/exact-image: Updated for version 0.8.5. graphics/exif: Updated for version 0.6.20. graphics/flpsed: Added (WYSIWYG PostScript annotator) graphics/kipi-plugins: Updated for version 1.9.0. libraries/LibRaw: Added (library for decoding raw digital photos) libraries/OpenSceneGraph: Changed maintainer libraries/avr-libc: Updated for version 1.7.1. libraries/cfitsio: Added (FITS file I/O library for C) libraries/exiftool: Updated for version 8.50. libraries/flickcurl: Added (C library for the Flickr API) libraries/imlib2: Updated for version 1.4.4. libraries/lcms2: Added (little cms engine v2) libraries/libeXosip2: Updated for version 3.5.0 + new maintainer. libraries/libgdiplus: Updated for version 2.10. libraries/libosip2: Updated for version 3.5.0 + new maintainer libraries/wxGTK: Noted conflict with wxPython. misc/conkyforecast: Updated for version 2.15. misc/klibc: Updated for version 1.5.21. multimedia/bombono-dvd: Updated for version 1.0.2. multimedia/guvcview: Updated for version 1.4.5. multimedia/imagination: Updated for version 3.0. multimedia/k9copy: Updated for version 2.3.7. multimedia/mkvtoolnix: Updated for version 4.7.0. multimedia/mozplugger: Updated for version 1.14.3. network/ctorrent: Fixed typo -- s/iif/if/ network/cyrus-imapd: Updated for version 2.4.8. network/exim-html: Removed (hopefully temporarily) network/exim: Updated for version 4.76. network/filezilla: Updated for version 3.4.0. network/gmapcatcher: Updated for version 0.7.5.0. network/iftop: Updated for version 0.17. network/kismet: Updated for version 2011_03_R2. network/kvirc: Updated for version 4.0.4. network/lighttpd: Updated for version 1.4.28. network/linphone: Updated for version 3.4.3. network/midori: Updated for version 0.3.3. network/nicotine+: Updated for version 1.2.16. network/node: Updated for version 0.4.7. network/postfix: Updated for version 2.8.3. network/rekonq: Updated for version 0.7.0. network/skype: Updated for version 2.2.0.25. network/smb4k: Updated for version 0.10.10. network/vde2: Changed maintainer network/wireshark: Updated for version 1.4.6. office/evince: Added various patches to fix things. office/kmymoney: Updated for version 4.5.3. office/lyx: Updated for version 2.0.0. office/tellico: Updated for version 2.3.3. office/texmaker: Updated for version 3.0.2. perl/perl-test-number-delta: Changed maintainer python/distribute: Moved from Development category python/pep8: Moved from Development category python/pip: Moved from Development category python/pychm: Changed maintainer ruby/gem2tgz: Moved from Development and updated for version 1.2. system/apache-cassandra: Fixed a bug in profile script creation system/gkrellm-volume: Updated email address system/grub2: Fixed dep info in README system/hdapsd: Updated for version 20090401. system/iotop: Updated for version 0.4.3. system/parallel: Updated for version 20110422. system/pgadmin3: Updated for version 1.12.3. system/qemu-kvm: Updated for version 0.14.0. system/qemu: Updated for version 0.14.1. system/rar: Updated for version 4.0.0. system/sakura: Updated for version 2.4.0. system/terminus-font: Updated for version 4.34. system/tp_smapi: Added (SMAPI BIOS access for ThinkPad Laptops) system/virtualbox: Noted jdk as dependency. system/zeroinstall-injector: Updated for version 0.54. From rworkman at slackbuilds.org Tue May 17 16:09:17 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 17 May 2011 11:09:17 -0500 Subject: [Slackbuilds-users] cardinal.lizella.net - help needed :/ In-Reply-To: References: <20110512224139.1b6800ae@liberty.rlwhome.lan> Message-ID: <20110517110917.53546288@liberty.rlwhome.lan> On Sat, 14 May 2011 10:40:24 -0700 King Beowulf wrote: > Robby, > > I realize you may have already considered this, but have you checked > into it lately? I have used https://www.nearlyfreespeech.net/ in the > past and still have a placeholder there (I gave up trying to teach > people how to effectively use computing resourses...). You only pay > for the bandwidth and storage used and it seems to be dirt cheap. > This way you dont have to worry about hardware failures. > > I know its both fun and effective to run your own server. I have > Slackware 13.37 hosting Minecraft and Urban Terror, on my 12Mbps > Comcast connection via a P4 2.4GHz 2GB box just for grins and > giggles. Its always good to set it up and optimize it for > "practice," not to mention having full controll. Yeah, that's pretty well our take - while I do like nearlyfreespeech, they're just not suitable for what we need. > Anyway, just an idea. I'll try to toss a few $$ your way in awhile. > We just bought a house and money is a bit tight (there were a few > unexpected repairs to the plumbing...). I know the feeling - no worries man. I'll be posting a followup to the request mail in just a bit. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rw at rlworkman.net Tue May 17 16:42:11 2011 From: rw at rlworkman.net (Robby Workman) Date: Tue, 17 May 2011 11:42:11 -0500 Subject: [Slackbuilds-users] cardinal.lizella.net - help needed :/ In-Reply-To: <20110512224139.1b6800ae@liberty.rlwhome.lan> References: <20110512224139.1b6800ae@liberty.rlwhome.lan> Message-ID: <20110517114211.0b4034e8@liberty.rlwhome.lan> On Thu, 12 May 2011 22:41:39 -0500 Robby Workman wrote: > Those of you who are familiar with cardinal, I'll cut to the chase: > we have to replace the server and need help with money. And wow, did we get it! I don't know where to begin or even what to say really. I'm not generally an emotional person, but the response from the Slackware/SlackBuilds/GSB/AOLS/etcetera communities has just about been enough to bring tears of joy. Seriously, folks, we never dreamed that the results would have been this outstanding. Basically, you contributed enough for us to get a better server than what we were planning, and we're still going to be able to send a *substantial* amount to Pat after paying for it. Once everything is in place with the new server, and Pat's got his money, we'll give some more details. We'll definitely have a "thanks" page on the new server in a prominent place, but in the meantime, I'd like to go ahead and publicize this list of donors. These are special people, and they deserve all the praise that they can get: Chess Griffin Eric Pratt Carlos Corbacho Niels Horn Wilson Rodrigues Bruno Russo Rich Shepard Edward Hughes Roger McCraven Greg Tourte Nick Blizzard Willy Sudiarto Raharjo Robert Neri Audrius Ka?ukauskas Glenn Becker titopoquito (from LQ) Guilherme Augusto Ferreira Lima Paul Wisehart Jeffrey Schonbrun Rob Ogilvie Douglas Mayne Gilcio Roberto Amaral Martins Nishant Limbachia David Somero Jason Woodward Vincent Batts Kenneth Prims Vinicius Moreira Mello Dan C John Maddox Grant Coady Chris Willing Martin Rogge Steve Kennedy (GSB) Renaud Pascal Thomas Morper Christian Laubscher Henrik Carlqvist Bernhard Hoffmann Ruari Odegaard Tracy Williams Steven Masta Mikko V?rri Chick Tower Dustin Schnee Blair Seeney Christopher Schrauben R Windgassen Luigi Trovato Charles Coffee Dugan Chen Eko Nugroho Joseph Hunt Chris Abela Sylvain Robitaille www.slackermedia.info Angel Montanez Marie-Claude Collilieux Timothy Cogher Keith Keller Joost Kremers Four others who wish to remain anonymous (if you donated but are not listed here, please tell me asap so that I can find my error) Once again, thanks to everyone who helped us on this. At this time, the need for donations is gone, and I'll be removing the "donate" button on http://cardinal.lizella.net as soon as this mail is sent. Thanks again, folks! :-) -RW From willysr at gmail.com Tue May 17 17:40:35 2011 From: willysr at gmail.com (Willy Sudiarto Raharjo) Date: Wed, 18 May 2011 00:40:35 +0700 Subject: [Slackbuilds-users] cardinal.lizella.net - help needed :/ In-Reply-To: <20110517114211.0b4034e8@liberty.rlwhome.lan> References: <20110512224139.1b6800ae@liberty.rlwhome.lan> <20110517114211.0b4034e8@liberty.rlwhome.lan> Message-ID: > And wow, did we get it! ?I don't know where to begin or even what to > say really. ?I'm not generally an emotional person, but the response > from the Slackware/SlackBuilds/GSB/AOLS/etcetera communities has just > about been enough to bring tears of joy. ?Seriously, folks, we never > dreamed that the results would have been this outstanding. ?Basically, > you contributed enough for us to get a better server than what we were > planning, and we're still going to be able to send a *substantial* > amount to Pat after paying for it. ? Once everything is in place with > the new server, and Pat's got his money, we'll give some more details. That was quick :) Only five days and the donation is now over Congratulations to the Crew -- Willy Sudiarto Raharjo Personal Blog : http://willysr.blogspot.com Linux Blog: http://slackblogs.blogspot.com From t.columbus at gmx.de Tue May 17 17:46:13 2011 From: t.columbus at gmx.de (Tobias Columbus) Date: Tue, 17 May 2011 19:46:13 +0200 Subject: [Slackbuilds-users] Terminus-font link broken Message-ID: <201105171946.13634.t.columbus@gmx.de> Hi, The link of the package terminus-font seems to be broken. The package references http://downloads.sourceforge.net/terminus-font/terminus- font-4.34.tar.gz However, there are currently only terminus-font-4.32-tar.gz and terminus-font-4.35.tar.gz available... Cheers Tobias From grbzks at xsmail.com Tue May 17 18:00:01 2011 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Tue, 17 May 2011 21:00:01 +0300 Subject: [Slackbuilds-users] Terminus-font link broken In-Reply-To: <201105171946.13634.t.columbus@gmx.de> References: <201105171946.13634.t.columbus@gmx.de> Message-ID: <20110517175957.GA8348@netbook> Tobias Columbus wrote: > Hi, > > The link of the package terminus-font seems to be broken. > The package references > http://downloads.sourceforge.net/terminus-font/terminus- > font-4.34.tar.gz > However, there are currently only terminus-font-4.32-tar.gz > and terminus-font-4.35.tar.gz available... > Can you download the 4.35 one? I get not found. There must've been something discovered wrong with 4.34 cause its not been that long since its release. There isnt a ChangeLog available in release tarballs though. -- () against html e-mail | usenet & email communication netiquette /\ www.asciiribbon.org | www.netmeister.org/news/learn2quote.html From grbzks at xsmail.com Tue May 17 18:24:58 2011 From: grbzks at xsmail.com (Grigorios Bouzakis) Date: Tue, 17 May 2011 21:24:58 +0300 Subject: [Slackbuilds-users] Terminus-font link broken In-Reply-To: <20110517175957.GA8348@netbook> References: <201105171946.13634.t.columbus@gmx.de> <20110517175957.GA8348@netbook> Message-ID: <20110517182455.GA8513@netbook> Grigorios Bouzakis wrote: > Tobias Columbus wrote: >> Hi, >> >> The link of the package terminus-font seems to be broken. >> The package references >> http://downloads.sourceforge.net/terminus-font/terminus- >> font-4.34.tar.gz >> However, there are currently only terminus-font-4.32-tar.gz >> and terminus-font-4.35.tar.gz available... >> > > Can you download the 4.35 one? I get not found. > There must've been something discovered wrong with 4.34 cause its not > been that long since its release. > There isnt a ChangeLog available in release tarballs though. It seems to work when following the link from the sourceforge site, but it still fails here with wget. -- () against html e-mail | usenet & email communication netiquette /\ www.asciiribbon.org | www.netmeister.org/news/learn2quote.html From t.columbus at gmx.de Tue May 17 19:40:58 2011 From: t.columbus at gmx.de (Tobias Columbus) Date: Tue, 17 May 2011 21:40:58 +0200 Subject: [Slackbuilds-users] Terminus-font link broken In-Reply-To: <20110517175957.GA8348@netbook> References: <201105171946.13634.t.columbus@gmx.de> <20110517175957.GA8348@netbook> Message-ID: <201105172140.58322.t.columbus@gmx.de> On Tuesday 17 May 2011 20:00:01 you wrote: > Tobias Columbus wrote: > > Hi, > > > > The link of the package terminus-font seems to be broken. > > The package references > > http://downloads.sourceforge.net/terminus-font/terminus- > > font-4.34.tar.gz > > However, there are currently only terminus-font-4.32-tar.gz > > and terminus-font-4.35.tar.gz available... > > Can you download the 4.35 one? I get not found. > There must've been something discovered wrong with 4.34 cause > its not been that long since its release. > There isnt a ChangeLog available in release tarballs though. I can download version 4.35 with wget: wget download.sourceforge.net/terminus-font/terminus- font-4.35.tar.gz CHANGES in tarball says the following for 4.34 and 4.35: Version 4.34: * Added size 10x18. * Small fixes and improvements in section, multiply, Eng/eng, Dje, dje, house, male, zeta and various characters in the different sizes. * The default cyrillic ghe is now ge1, with ge2 available as an option. Version 4.35: * Added hi2 variant for size 18. * Fixes in size 18: normal V, normal W, bold X, H stroke, some pseudographic characters and the *NIX installation. Cheers Tobias From leva at ecentrum.hu Wed May 18 19:21:29 2011 From: leva at ecentrum.hu (LEVAI Daniel) Date: Wed, 18 May 2011 21:21:29 +0200 Subject: [Slackbuilds-users] xxxterm Message-ID: <20110518192128.GB30669@serenity.chello.hu> Hi! Please delete xxxterm from the pending queue, as I just noticed a breakage with old libsoup + webkit combination. Thanks, Daniel -- L?VAI D?niel PGP key ID = 0x83B63A8F Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F From xgizzmo at slackbuilds.org Wed May 18 20:14:16 2011 From: xgizzmo at slackbuilds.org (xgizzmo at slackbuilds.org) Date: Wed, 18 May 2011 16:14:16 -0400 Subject: [Slackbuilds-users] xxxterm In-Reply-To: <20110518192128.GB30669@serenity.chello.hu> References: <20110518192128.GB30669@serenity.chello.hu> Message-ID: <201105181614.16693.xgizzmo@slackbuilds.org> On Wednesday 18 May 2011 15:21:29 LEVAI Daniel wrote: > Hi! > > Please delete xxxterm from the pending queue, as I just noticed a > breakage with old libsoup + webkit combination. > > > Thanks, > Daniel > You should have received a link to remove your submission when you submitted it. Please use this link to remove your submission. --dsomero From rworkman at slackbuilds.org Thu May 19 04:11:00 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 18 May 2011 23:11:00 -0500 Subject: [Slackbuilds-users] script maintenance In-Reply-To: <4DC8DB0B.5010108@gmail.com> References: <20110510052240.GB18938@netbook> <4DC8DB0B.5010108@gmail.com> Message-ID: <20110518231100.00cf8c2f@liberty.rlwhome.lan> On Tue, 10 May 2011 09:28:27 +0300 korgman wrote: > On 10/05/2011 08:22 ??, Grigorios Bouzakis wrote: > > Hello, > > due to the fact i dont use them anymore, i would like to stop > > maintaining the following scripts: > > > > audio/qmmp > > I take qmmp > > MAINTAINER="Michales Michaloudes" > EMAIL="korgie at gmail.com" Done in my git branch ; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From donaldcallen at gmail.com Thu May 19 03:42:24 2011 From: donaldcallen at gmail.com (Donald Allen) Date: Wed, 18 May 2011 23:42:24 -0400 Subject: [Slackbuilds-users] lapack Message-ID: The 13.37 version of lapack does not build without a little help. The Slackbuild script defaults VERSION to 3.3.0, but the sources are 3.3.1. Changing the default or passing in VERSION works. The default should be updated. /Don Allen -------------- next part -------------- An HTML attachment was scrubbed... URL: From rworkman at slackbuilds.org Thu May 19 04:16:35 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 18 May 2011 23:16:35 -0500 Subject: [Slackbuilds-users] script maintenance In-Reply-To: <20110510052240.GB18938@netbook> References: <20110510052240.GB18938@netbook> Message-ID: <20110518231635.271230e8@liberty.rlwhome.lan> On Tue, 10 May 2011 08:22:40 +0300 Grigorios Bouzakis wrote: > due to the fact i dont use them anymore, i would like to stop > maintaining the following scripts: > > network/arora > network/kbluetooth > system/krusader All are now in my "remove-rw" branch that I will merge into master at some point in the near future unless these are claimed; thanks for letting us know! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 19 04:24:42 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 18 May 2011 23:24:42 -0500 Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: <4DCA48C9.9000600@NorthTech.US> References: <20110511055045.62858d7d@espero.syntaktisk.dk> <20110510230851.2e37bb7c@liberty.rlwhome.lan> <4DCA48C9.9000600@NorthTech.US> Message-ID: <20110518232442.368c917a@liberty.rlwhome.lan> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 11 May 2011 01:28:57 -0700 "Bradley D. Thornton" wrote: > Robby I would like to take custodianship of gajim and > GTK-Recordmydesktop. > > You know I've got a thick skin and don't mind a little bantering > about. > > I would much rather have preferred *Lyx* instead, since I actually use > it, but it appears that Ozan beat me to it (by a couple of hours), > unless of course, he's not dead set on maintaining it ;) Ozan? Okay, you've got gajim, gtk-recordmydesktop, and lyx - I just pushed all of them to my git branch. > Anyway, This will all settle down in the next couple of weeks so don't > burnout okay? I know what it's like not to be able to spend the time I > want w/my daughter, and besides, everyone loves you here - um... most > of us, anyway :) In the interest of fairness, I was too harsh - I let all of the stresses with cardinal failing, coupled with all of the normal routine stuff, get to me more than usual, and the result was an even higher level of assholery than usual for me. - -RW -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk3Um4sACgkQvGy9tf6lsvtIKwCdEKWLzArxPLgOMhHrQWDJeIDK VW4AnRR9+d/Vhxjq5JhuMS4ob8ZcjXT3 =PhLg -----END PGP SIGNATURE----- From rworkman at slackbuilds.org Thu May 19 04:26:31 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 18 May 2011 23:26:31 -0500 Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: <20110511055045.62858d7d@espero.syntaktisk.dk> References: <20110511055045.62858d7d@espero.syntaktisk.dk> Message-ID: <20110518232631.1e26dcda@liberty.rlwhome.lan> On Wed, 11 May 2011 05:50:45 +0200 Morten Juhl-Johansen Z?lde-Fej?r wrote: > I will no longer be maintaining my Slackbuilds on SBo. > What I have is minor, and I do not know if I am the only user, but if > anyone is into Uget, Gajim, GTK-Recordmydesktop or LyX, go ahead. uget is in my "remove-rw" branch in the git repo, and that commit will be merged into master soonish unless someone claims it. The others have already been claimed by Bradley. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 19 04:27:45 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 18 May 2011 23:27:45 -0500 Subject: [Slackbuilds-users] Flying next friday In-Reply-To: References: <20110513092214.22e7517e@liberty.rlwhome.lan> Message-ID: <20110518232745.07b274d1@liberty.rlwhome.lan> On Sat, 14 May 2011 22:05:45 +0500 Ozan T?rky?lmaz wrote: > 2011/5/13 Robby Workman : > > I made it and started to work. I can keep the maintain for now. > However I am after a stupid http proxy that keeps my connections in a > limited way (Any tips are welcome). Most of those proxies will pass along https, so run sshd on port 443 somewhere that you control, and then tunnel whatever you need across that. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 19 04:28:52 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 18 May 2011 23:28:52 -0500 Subject: [Slackbuilds-users] Fwd: Slackbuilds: qemu-kvm wrong etc directory placement In-Reply-To: <4DCA47FE.2000103@gmail.com> References: <4DCA47FE.2000103@gmail.com> Message-ID: <20110518232852.4bf47846@liberty.rlwhome.lan> On Wed, 11 May 2011 10:25:34 +0200 Matteo Bernardini wrote: > On 11/05/2011 09:20, Nikos Skalkotos wrote: > > Also, BUILD_ARCH="" in line 51 should probably be > > BUILD_ARCH=${BUILD_ARCH:-""} to allow to people to choose a > > different BUILD_ARCH by externally overwriting the variable and not > > having to alter the building script. > > for this maybe > > BUILD_ARCH=${BUILD_ARCH:-x86_64} > > could be a more comfortable default, my 2 cents :) My head's a bit thick right now with trying to catch up on all of these emails; can you send me a pull request or a patch for this? -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 19 04:33:35 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 18 May 2011 23:33:35 -0500 Subject: [Slackbuilds-users] libxml++ fails to build In-Reply-To: <4DCB8892.9070200@gmail.com> References: <4DCB8892.9070200@gmail.com> Message-ID: <20110518233335.7f835342@liberty.rlwhome.lan> On Thu, 12 May 2011 04:13:22 -0300 "Luis Henrique F. Cardoso de Mello" wrote: > On 13.37, libxml++ fails to build: > > Can't open perl script > "/usr/share/glibmm-2.4/doctool/doc-install.pl": No such file or > directory make[1]: *** [install-htmlref] Error 2 > make[1]: Leaving directory `/tmp/SBo/libxml++-2.33.2' > make: *** [install-am] Error 2 Fixed in my git branch: commit ef773b4c6def587a5abf20ec2f19eefc08832c84 Author: Robby Workman Date: Wed May 18 23:29:52 2011 -0500 libraries/libxml++: Noted mm-common in the README This is an oversight on our part. We (well, I) updated gtkmm in our tree *after* all of the build testing was done, and the previous gtkmm dependency chain didn't need mm-common, as the relevant bits were shipped with glibmm. However, the newer glibmm no longer ships those, so we need mm-common now. This may very well be a problem with some other c++ bindings in our repo, so if you see any in the wild, shoot them and send us the carcass. Thanks to Luis Henrique F. Cardoso de Mello for the report. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 19 04:40:23 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 18 May 2011 23:40:23 -0500 Subject: [Slackbuilds-users] qtractor's README should list optional dependencies In-Reply-To: <4DCB89AE.5030803@gmail.com> References: <4DCB89AE.5030803@gmail.com> Message-ID: <20110518234023.748ef8d9@liberty.rlwhome.lan> On Thu, 12 May 2011 04:18:06 -0300 "Luis Henrique F. Cardoso de Mello" wrote: > Qtractor can be built with support from various packages already > available at slackbuilds.org, such as: > > liblo > librubberband > dssi > lv2 > > This information should be included in qtractor's README file. Added in my git branch ; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 19 04:47:35 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Wed, 18 May 2011 23:47:35 -0500 Subject: [Slackbuilds-users] Dead link: Fox-tools In-Reply-To: <20110512221638.2b6f2f96@espero.syntaktisk.dk> References: <20110512221638.2b6f2f96@espero.syntaktisk.dk> Message-ID: <20110518234735.5f4bfe1e@liberty.rlwhome.lan> On Thu, 12 May 2011 22:16:38 +0200 Morten Juhl-Johansen Z?lde-Fej?r wrote: > It seems the source link for Fox-Tools is dead: > http://slackbuilds.org/repository/13.37/libraries/fox-toolkit/ > Not sure if it is temporary, but the whole site is certainly off right > now. It seems temporary, as it's up now, but it might also be a frequent problem -- this is at least twice within the last month or so that it's been reported here. If it happens again, someone ping me directly so that I can look into a good permanent fix. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From hba.nihilismus at gmail.com Thu May 19 04:48:46 2011 From: hba.nihilismus at gmail.com (=?UTF-8?Q?Antonio_Hern=C3=A1ndez_Blas?=) Date: Wed, 18 May 2011 23:48:46 -0500 Subject: [Slackbuilds-users] Terminus-font link broken In-Reply-To: <201105171946.13634.t.columbus@gmx.de> References: <201105171946.13634.t.columbus@gmx.de> Message-ID: On Tue, May 17, 2011 at 12:46 PM, Tobias Columbus wrote: > Hi, > > The link of the package terminus-font seems to be broken. > The package references > http://downloads.sourceforge.net/terminus-font/terminus- > font-4.34.tar.gz > However, there are currently only terminus-font-4.32-tar.gz > and terminus-font-4.35.tar.gz available... > Hi Tobias: I've already sent an updated SlackBuild for terminus-font-4.35 to Binh Nguyen (current maintainer) so wait for his approval/submission into SBo pending queue. -- - hba | Antonio Hern?ndez Blas | Mexico, Mx. http://hba.dyndns.info | http://barrapunto.com/~hba/ | irc://irc.freenode.org/hba From yalhcru at gmail.com Thu May 19 04:52:00 2011 From: yalhcru at gmail.com (B Watson) Date: Thu, 19 May 2011 00:52:00 -0400 Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: <20110518232631.1e26dcda@liberty.rlwhome.lan> References: <20110511055045.62858d7d@espero.syntaktisk.dk> <20110518232631.1e26dcda@liberty.rlwhome.lan> Message-ID: On 5/19/11, Robby Workman wrote: > uget is in my "remove-rw" branch in the git repo, and that commit > will be merged into master soonish unless someone claims it. The > others have already been claimed by Bradley. I'll take this one, unless someone else has a burning desire for it. MAINTAINER="B. Watson" EMAIL="yalhcru at gmail.com" From rworkman at slackbuilds.org Thu May 19 05:07:45 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 19 May 2011 00:07:45 -0500 Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: References: <20110511055045.62858d7d@espero.syntaktisk.dk> <20110518232631.1e26dcda@liberty.rlwhome.lan> Message-ID: <20110519000745.54daaa3e@liberty.rlwhome.lan> On Thu, 19 May 2011 00:52:00 -0400 B Watson wrote: > On 5/19/11, Robby Workman wrote: > > > uget is in my "remove-rw" branch in the git repo, and that commit > > will be merged into master soonish unless someone claims it. The > > others have already been claimed by Bradley. > > I'll take this one, unless someone else has a burning desire for it. > > MAINTAINER="B. Watson" > EMAIL="yalhcru at gmail.com" It's yours in my git branch; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 19 05:12:33 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 19 May 2011 00:12:33 -0500 Subject: [Slackbuilds-users] 13.37 SlackBuild glitches In-Reply-To: <20110429124305.GA25936@arktinen> References: <20110429124305.GA25936@arktinen> Message-ID: <20110519001233.4b0ad4df@liberty.rlwhome.lan> On Fri, 29 Apr 2011 14:43:05 +0200 Thomas Morper wrote: > - hatari: is this still being maintained? The script is for 1.1.0 from > 2008, current version is 1.4.0 from 2010. This one is in pending now. > - lighttpd: is this still being maintained? The script is for 1.4.26, > current version is 1.4.28 from 2010. Paul updated this one. > - virtualbox: needs jdk from /extra to build. Heinz fixed this. > - vobcopy: the README still mentions a dependency on libdvdread from > SBo, but this is a part of Slackware now. I just fixed this in my git branch. > - wireshark: download link is broken. I think this one got updated since then. Thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From leva at ecentrum.hu Thu May 19 06:35:45 2011 From: leva at ecentrum.hu (LEVAI Daniel) Date: Thu, 19 May 2011 08:35:45 +0200 Subject: [Slackbuilds-users] xxxterm In-Reply-To: <201105181614.16693.xgizzmo@slackbuilds.org> References: <20110518192128.GB30669@serenity.chello.hu> <201105181614.16693.xgizzmo@slackbuilds.org> Message-ID: <20110519063525.GA7830@digidani.digicable.hu> On Wed, May 18, 2011 at 16:14:16 -0400, xgizzmo at slackbuilds.org wrote: > On Wednesday 18 May 2011 15:21:29 LEVAI Daniel wrote: > > Hi! > > > > Please delete xxxterm from the pending queue, as I just noticed a > > breakage with old libsoup + webkit combination. > > > > > > Thanks, > > Daniel > > > > You should have received a link to remove your submission when you > submitted it. Please use this link to remove your submission. Oh, I didn't know that there were links to do this. Anyway, I didn't expect it, and it must've landed in my spam folder, and since then it certainly got deleted. So I don't have the link. Could you guys give me a break this time? ;) Daniel -- L?VAI D?niel PGP key ID = 0x83B63A8F Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F From gwenhael.le.moine at gmail.com Thu May 19 06:47:38 2011 From: gwenhael.le.moine at gmail.com (Gwenhael Le Moine) Date: Thu, 19 May 2011 13:47:38 +0700 Subject: [Slackbuilds-users] xxxterm In-Reply-To: <20110519063525.GA7830@digidani.digicable.hu> References: <20110518192128.GB30669@serenity.chello.hu> <201105181614.16693.xgizzmo@slackbuilds.org> <20110519063525.GA7830@digidani.digicable.hu> Message-ID: > Oh, I didn't know that there were links to do this. Anyway, I didn't > expect it, and it must've landed in my spam folder, and since then it > certainly got deleted. So I don't have the link. > Could you guys give me a break this time? ;) The link is http://slackbuilds.org/remove/ although you need the submission code. If you still have the mail confirming the submission it's in it (along with the 'remove' link.) Gwh From leva at ecentrum.hu Thu May 19 06:49:53 2011 From: leva at ecentrum.hu (LEVAI Daniel) Date: Thu, 19 May 2011 08:49:53 +0200 Subject: [Slackbuilds-users] xxxterm In-Reply-To: References: <20110518192128.GB30669@serenity.chello.hu> <201105181614.16693.xgizzmo@slackbuilds.org> <20110519063525.GA7830@digidani.digicable.hu> Message-ID: <20110519064953.GE7830@digidani.digicable.hu> On Thu, May 19, 2011 at 13:47:38 +0700, Gwenhael Le Moine wrote: > > Oh, I didn't know that there were links to do this. Anyway, I didn't > > expect it, and it must've landed in my spam folder, and since then it > > certainly got deleted. So I don't have the link. > > Could you guys give me a break this time? ;) > > The link is http://slackbuilds.org/remove/ although you need the > submission code. If you still have the mail confirming the submission > it's in it (along with the 'remove' link.) No, I don't have the mail. Daniel -- L?VAI D?niel PGP key ID = 0x83B63A8F Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F From skalkoto at gmail.com Thu May 19 09:29:03 2011 From: skalkoto at gmail.com (Nikos Skalkotos) Date: Thu, 19 May 2011 12:29:03 +0300 Subject: [Slackbuilds-users] Fwd: Slackbuilds: qemu-kvm wrong etc directory placement In-Reply-To: <20110518232852.4bf47846@liberty.rlwhome.lan> References: <4DCA47FE.2000103@gmail.com> <20110518232852.4bf47846@liberty.rlwhome.lan> Message-ID: Here you go... Should we document this in the README too? On Thu, May 19, 2011 at 7:28 AM, Robby Workman wrote: > On Wed, 11 May 2011 10:25:34 +0200 > Matteo Bernardini wrote: > > > On 11/05/2011 09:20, Nikos Skalkotos wrote: > > > Also, BUILD_ARCH="" in line 51 should probably be > > > BUILD_ARCH=${BUILD_ARCH:-""} to allow to people to choose a > > > different BUILD_ARCH by externally overwriting the variable and not > > > having to alter the building script. > > > > for this maybe > > > > BUILD_ARCH=${BUILD_ARCH:-x86_64} > > > > could be a more comfortable default, my 2 cents :) > > > My head's a bit thick right now with trying to catch up on all > of these emails; can you send me a pull request or a patch for > this? > > -RW > > _______________________________________________ > 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: qemu-kvm.SlackBuild.patch Type: text/x-diff Size: 1329 bytes Desc: not available URL: From mjjzf at syntaktisk.dk Thu May 19 12:40:46 2011 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen Zolde-Fejer) Date: Thu, 19 May 2011 14:40:46 +0200 Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: References: <20110511055045.62858d7d@espero.syntaktisk.dk> <20110518232631.1e26dcda@liberty.rlwhome.lan> Message-ID: <20110519144046.1513a619@syntaktisk.dk> On Thu, 19 May 2011 00:52:00 -0400 B Watson wrote: > On 5/19/11, Robby Workman wrote: > > > uget is in my "remove-rw" branch in the git repo, and that commit > > will be merged into master soonish unless someone claims it. The > > others have already been claimed by Bradley. > > I'll take this one, unless someone else has a burning desire for it. > > MAINTAINER="B. Watson" > EMAIL="yalhcru at gmail.com" Please note that I have been on the list about this previously - it crashes on Slackware 13.37; this build as well as the newer testing versions of Uget. Yours, Morten From donaldcallen at gmail.com Thu May 19 12:16:49 2011 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 19 May 2011 08:16:49 -0400 Subject: [Slackbuilds-users] lapack In-Reply-To: References: Message-ID: On Wed, May 18, 2011 at 11:42 PM, Donald Allen wrote: > The 13.37 version of lapack does not build without a little help. The > Slackbuild script defaults VERSION to 3.3.0, but the sources are 3.3.1. > Changing the default or passing in VERSION works. The default should be > updated. > The lapack.info file pointed to on the http://slackbuilds.org/repository/13.37/libraries/lapack/ page also has the version at 3.3.0. /Don > > /Don Allen > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From binhnguyen at fastmail.fm Thu May 19 13:28:37 2011 From: binhnguyen at fastmail.fm (Binh Nguyen) Date: Thu, 19 May 2011 20:28:37 +0700 Subject: [Slackbuilds-users] Terminus-font link broken In-Reply-To: <201105171946.13634.t.columbus@gmx.de> References: <201105171946.13634.t.columbus@gmx.de> Message-ID: <20110519202837.2d35ad65@darkstar.example.net> On Tue, 17 May 2011 19:46:13 +0200 Tobias Columbus wrote: > Hi, > > The link of the package terminus-font seems to be broken. > The package references > http://downloads.sourceforge.net/terminus-font/terminus- > font-4.34.tar.gz > However, there are currently only terminus-font-4.32-tar.gz > and terminus-font-4.35.tar.gz available... > > Cheers > Tobias > _______________________________________________ > 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/ > Hi, They say version 4.34 was removed due to bugs. I've just submitted the updated SlackBuild for 4.35 (also attached here). Regards, -- Binh Nguyen -------------- next part -------------- A non-text attachment was scrubbed... Name: terminus-font.tar.gz Type: application/x-gzip Size: 3301 bytes Desc: not available URL: From bkirkp at gmail.com Thu May 19 14:36:18 2011 From: bkirkp at gmail.com (B Kirkpatrick) Date: Thu, 19 May 2011 09:36:18 -0500 Subject: [Slackbuilds-users] script maintenance In-Reply-To: <20110518231635.271230e8@liberty.rlwhome.lan> References: <20110510052240.GB18938@netbook> <20110518231635.271230e8@liberty.rlwhome.lan> Message-ID: <4DD52AE2.3000305@gmail.com> On 05/18/2011 11:16 PM, Robby Workman wrote: > On Tue, 10 May 2011 08:22:40 +0300 > Grigorios Bouzakis wrote: > >> due to the fact i dont use them anymore, i would like to stop >> maintaining the following scripts: >> >> network/arora >> network/kbluetooth >> system/krusader > > All are now in my "remove-rw" branch that I will merge into > master at some point in the near future unless these are > claimed; thanks for letting us know! > > -RW > > > _______________________________________________ > 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/ > "I don't always use KDE, but when I do, I prefer Krusader", so I will take it. MAINTAINER="Bill Kirkpatrick" EMAIL="bkirkp at gmail.com" Regards, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: From rworkman at slackbuilds.org Thu May 19 14:58:19 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 19 May 2011 14:58:19 +0000 Subject: [Slackbuilds-users] Updates - 20110519.1 Message-ID: <20110519145818.GA21782@slackbuilds.org> Thu May 19 13:34:07 UTC 2011 audio/qmmp: Changed maintainer audio/qtractor: Included optional deps in README development/jsctags: Added (ctags-compatible code indexer) games/kildclient: Added (MUD/MU* Client) graphics/feh: Updated for verson 1.14. libraries/giblib: Changed maintainer + various tweaks libraries/libebml: Updated for version 1.2.0. libraries/libpst: Added (MS Outlook PST file library and utilities) libraries/libtbb: Updated for version 3.0_20110315oss. libraries/libxml++: Noted mm-common in the README misc/chm2pdf: Patched to fix problem with file name with spaces. multimedia/gtk-recordmydesktop: Changed maintainer multimedia/minitube: Updated for version 1.4.2 (+new maintainer) multimedia/vobcopy: Fixed dep info in README network/DenyHosts: Added (script to help thwart SSH server attacks) network/gajim: Changed maintainer network/kfilebox: Updated for version 0.4.7. network/opera: Updated for version 11.11. network/skype4pidgin: Added (skype plugin for pidgin) network/uget: Changed maintainer network/x11vnc: Updated for version 0.9.12. office/lyx: Changed maintainer system/bleachbit: Updated for version 0.8.7. From rworkman at slackbuilds.org Thu May 19 15:01:51 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 19 May 2011 10:01:51 -0500 Subject: [Slackbuilds-users] script maintenance In-Reply-To: <4DD52AE2.3000305@gmail.com> References: <20110510052240.GB18938@netbook> <20110518231635.271230e8@liberty.rlwhome.lan> <4DD52AE2.3000305@gmail.com> Message-ID: <20110519100151.7012e2a2@liberty.rlwhome.lan> On Thu, 19 May 2011 09:36:18 -0500 B Kirkpatrick wrote: > "I don't always use KDE, but when I do, I prefer Krusader", so I will > take it. > > MAINTAINER="Bill Kirkpatrick" > EMAIL="bkirkp at gmail.com" Got it; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 19 15:16:41 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 19 May 2011 10:16:41 -0500 Subject: [Slackbuilds-users] Fwd: Slackbuilds: qemu-kvm wrong etc directory placement In-Reply-To: References: <4DCA47FE.2000103@gmail.com> <20110518232852.4bf47846@liberty.rlwhome.lan> Message-ID: <20110519101641.699573f8@liberty.rlwhome.lan> On Thu, 19 May 2011 12:29:03 +0300 Nikos Skalkotos wrote: > Here you go... > > Should we document this in the README too? Yep, and done in my git branch; thanks!! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 19 15:22:03 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 19 May 2011 10:22:03 -0500 Subject: [Slackbuilds-users] [13.37] Urlview segfaults on x86_64 In-Reply-To: <20110516112729.GA3830@dnied%tiscali.it> References: <20110516112729.GA3830@dnied%tiscali.it> Message-ID: <20110519102203.3f6a3874@liberty.rlwhome.lan> On Mon, 16 May 2011 13:27:29 +0200 Dario Niedermann wrote: > Almost surely not just on 13.37, in fact. A patch* from the Gentoo > community fixed the problem. > > Also, one of the patches in the current slackbuild > (patches/url_handler.sh.diff) incorrectly duplicates a couple of lines > in 'url_handler.sh'. Not that it causes any real problems, you just > get 2 redundant lines. So I corrected that too. I'm confused - we don't have urlview in our repo, or if we do, my brain still isn't working right and I can't find it. > Find the new slackbuild at: > > http://devio.us/~ndr/downloads/urlview.new.tgz Ah, another wolfman resident :-) -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Thu May 19 15:23:55 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 19 May 2011 10:23:55 -0500 Subject: [Slackbuilds-users] lapack In-Reply-To: References: Message-ID: <20110519102355.30d3602d@liberty.rlwhome.lan> On Wed, 18 May 2011 23:42:24 -0400 Donald Allen wrote: > The 13.37 version of lapack does not build without a little help. The > Slackbuild script defaults VERSION to 3.3.0, but the sources are > 3.3.1. Changing the default or passing in VERSION works. The default > should be updated. The maintainer said that he was a bit swamped with real life at the moment, but he would get updates done as soon as possible. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From donaldcallen at gmail.com Thu May 19 18:27:19 2011 From: donaldcallen at gmail.com (Donald Allen) Date: Thu, 19 May 2011 14:27:19 -0400 Subject: [Slackbuilds-users] lapack In-Reply-To: <20110519102355.30d3602d@liberty.rlwhome.lan> References: <20110519102355.30d3602d@liberty.rlwhome.lan> Message-ID: On Thu, May 19, 2011 at 11:23 AM, Robby Workman wrote: > On Wed, 18 May 2011 23:42:24 -0400 > Donald Allen wrote: > > > The 13.37 version of lapack does not build without a little help. The > > Slackbuild script defaults VERSION to 3.3.0, but the sources are > > 3.3.1. Changing the default or passing in VERSION works. The default > > should be updated. > > > The maintainer said that he was a bit swamped with real life > at the moment, but he would get updates done as soon as possible. > Gee, what a lame excuse :-) For me, it's no longer a problem; I got it built. My concern is just that others might trip over this and waste time figuring out what I already did. Maybe put a note on the page alerting people that the version has changed, the slackbuild awaits updating, and in the meantime, folks can build the package with env VERSION=3.3.1 lapack.Slackbuild ?? /Don > > -RW > -------------- next part -------------- An HTML attachment was scrubbed... URL: From yalhcru at gmail.com Thu May 19 19:03:40 2011 From: yalhcru at gmail.com (B Watson) Date: Thu, 19 May 2011 15:03:40 -0400 Subject: [Slackbuilds-users] Unmaintained Slackbuilds: Uget, Gajim, GTK-Recordmydesktop, LyX In-Reply-To: <20110519144046.1513a619@syntaktisk.dk> References: <20110511055045.62858d7d@espero.syntaktisk.dk> <20110518232631.1e26dcda@liberty.rlwhome.lan> <20110519144046.1513a619@syntaktisk.dk> Message-ID: On 5/19/11, Morten Juhl-Johansen Zolde-Fejer wrote: > Please note that I have been on the list about this previously - it > crashes on Slackware 13.37; this build as well as the newer testing > versions of Uget. Have you tried the latest stable, 1.6.4? I haven't (yet), but the ChangeLog list a couple of crashing bugs that have been fixed since 1.6.1 (the version currently on SBo). Will be messing with this over the next couple of days, see what I can do. From dnied at tiscali.it Fri May 20 12:04:07 2011 From: dnied at tiscali.it (Dario Niedermann) Date: Fri, 20 May 2011 14:04:07 +0200 Subject: [Slackbuilds-users] [13.37] Urlview segfaults on x86_64 In-Reply-To: <20110519102203.3f6a3874@liberty.rlwhome.lan> References: <20110516112729.GA3830@dnied%tiscali.it> <20110519102203.3f6a3874@liberty.rlwhome.lan> Message-ID: <20110520120407.GE1971@dnied%tiscali.it> Il 19/05/2011 alle 17:22, Robby Workman ha scritto: > I'm confused - we don't have urlview in our repo, or if we do, > my brain still isn't working right and I can't find it. Sorry, I forgot to mention I got it from the 13.1 repository. It builds flawlessly on 13.37 as well (not surprisingly, it's a simple C program using curses). The segfault is very likely to affect earlier Slackware64 releases too. > Ah, another wolfman resident :-) It's a small world :) Regards, DN From ml at mareichelt.com Fri May 20 14:51:03 2011 From: ml at mareichelt.com (markus reichelt) Date: Fri, 20 May 2011 16:51:03 +0200 Subject: [Slackbuilds-users] lapack In-Reply-To: References: <20110519102355.30d3602d@liberty.rlwhome.lan> Message-ID: <20110520145103.GE14102@pc21.mareichelt.com> * Donald Allen wrote: > For me, it's no longer a problem; I got it built. My concern is > just that others might trip over this and waste time figuring out > what I already did. Folks using SBo should know about env variables and how to adapt them. > Maybe put a note on the page alerting people that the version has > changed, the slackbuild awaits updating, Too much of a hassle. And quite frankly, users should expect such minor inconveniences - life, it's out there. Also, there's several scripts on SBo that don't get updated just because of a new version. A bummer for sbopkg users but hardly a show-stopper for the rest of us. -- left blank, right bald -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From donaldcallen at gmail.com Fri May 20 15:12:43 2011 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 20 May 2011 11:12:43 -0400 Subject: [Slackbuilds-users] lapack In-Reply-To: <20110520145103.GE14102@pc21.mareichelt.com> References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> Message-ID: On Fri, May 20, 2011 at 10:51 AM, markus reichelt wrote: > * Donald Allen wrote: > >> For me, it's no longer a problem; I got it built. My concern is >> just that others might trip over this and waste time figuring out >> what I already did. > > Folks using SBo should know about env variables and how to adapt > them. I'm sorry, but I couldn't disagree more strongly. The page on slackbuilds.org says the version is 3.3.0. The info file says the version is 3.3.0. The source is for 3.3.1, except there is no way to find that out other than to run the slackbuild script, have it fail, and then dig through the error messages to find out what went wrong. That's not normal use of environment variables, that's debugging. I already did that and am suggesting passing that information on to others. > > >> Maybe put a note on the page alerting people that the version has >> changed, the slackbuild awaits updating, > > Too much of a hassle. And quite frankly, users should expect such > minor inconveniences - life, it's out there. Changing a web page is too much hassle to save some people some time and aggravation? > > Also, there's several scripts on SBo that don't get updated just > because of a new version. > > A bummer for sbopkg users but hardly a show-stopper for the rest of > us. You and I have different standards, apparently. > > -- > left blank, right bald > > _______________________________________________ > 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 ml at mareichelt.com Fri May 20 15:19:34 2011 From: ml at mareichelt.com (markus reichelt) Date: Fri, 20 May 2011 17:19:34 +0200 Subject: [Slackbuilds-users] lapack In-Reply-To: References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> Message-ID: <20110520151934.GF14102@pc21.mareichelt.com> * Donald Allen wrote: > You and I have different standards, apparently. You are not listening. -- left blank, right bald -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From donaldcallen at gmail.com Fri May 20 15:24:21 2011 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 20 May 2011 11:24:21 -0400 Subject: [Slackbuilds-users] lapack In-Reply-To: <20110520151934.GF14102@pc21.mareichelt.com> References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> <20110520151934.GF14102@pc21.mareichelt.com> Message-ID: On Fri, May 20, 2011 at 11:19 AM, markus reichelt wrote: > * Donald Allen wrote: > >> You and I have different standards, apparently. > > You are not listening. Ah, what you say must be right, because YOU said it, so if I disagree, I must not be listening. Got it. > > -- > left blank, right bald > > _______________________________________________ > 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 ml at mareichelt.com Fri May 20 15:31:41 2011 From: ml at mareichelt.com (markus reichelt) Date: Fri, 20 May 2011 17:31:41 +0200 Subject: [Slackbuilds-users] lapack In-Reply-To: References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> <20110520151934.GF14102@pc21.mareichelt.com> Message-ID: <20110520153141.GH14102@pc21.mareichelt.com> * Donald Allen wrote: > Ah, what you say must be right, because YOU said it, so if I > disagree, I must not be listening. Got it. I hereby confirm that you got it. -- left blank, right bald -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From audrius at neutrino.lt Fri May 20 15:52:13 2011 From: audrius at neutrino.lt (Audrius =?utf-8?Q?Ka=C5=BEukauskas?=) Date: Fri, 20 May 2011 18:52:13 +0300 Subject: [Slackbuilds-users] lapack In-Reply-To: References: <20110519102355.30d3602d@liberty.rlwhome.lan> Message-ID: <20110520155213.GA4440@kiras> On Thu, 2011-05-19 at 14:27:19 -0400, Donald Allen wrote: > For me, it's no longer a problem; I got it built. My concern is just that > others might trip over this and waste time figuring out what I already did. > Maybe put a note on the page alerting people that the version has changed, > the slackbuild awaits updating, and in the meantime, folks can build the > package with > > env VERSION=3.3.1 lapack.Slackbuild > > ?? I think that's what MD5SUM is for -- to alert that something has changed in the source tarball. Though I'm not sure why the current download link without version number in the file name was used at all (which was the source of confusion for Donald and probably will be for others). After quick look in LAPACK website I've found the one containing version number: http://www.netlib.org/lapack/lapack-3.3.0.tgz Perhaps upstream didn't provide it in the past? -- Audrius Ka?ukauskas -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Fri May 20 16:10:54 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Fri, 20 May 2011 11:10:54 -0500 Subject: [Slackbuilds-users] lapack In-Reply-To: <20110520155213.GA4440@kiras> References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520155213.GA4440@kiras> Message-ID: <20110520111054.28bedd22@liberty.rlwhome.lan> On Fri, 20 May 2011 18:52:13 +0300 Audrius Ka?ukauskas wrote: > On Thu, 2011-05-19 at 14:27:19 -0400, Donald Allen wrote: > > For me, it's no longer a problem; I got it built. My concern is > > just that others might trip over this and waste time figuring out > > what I already did. Maybe put a note on the page alerting people > > that the version has changed, the slackbuild awaits updating, and > > in the meantime, folks can build the package with > > > > env VERSION=3.3.1 lapack.Slackbuild > > > > ?? > > I think that's what MD5SUM is for -- to alert that something has > changed in the source tarball. > > Though I'm not sure why the current download link without version > number in the file name was used at all (which was the source of > confusion for Donald and probably will be for others). After quick > look in LAPACK website I've found the one containing version number: > > http://www.netlib.org/lapack/lapack-3.3.0.tgz > > Perhaps upstream didn't provide it in the past? Correct, or if they did, we didn't know about it. I've just fixed that in my git branch; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From donaldcallen at gmail.com Fri May 20 16:31:30 2011 From: donaldcallen at gmail.com (Donald Allen) Date: Fri, 20 May 2011 12:31:30 -0400 Subject: [Slackbuilds-users] lapack In-Reply-To: <20110520155213.GA4440@kiras> References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520155213.GA4440@kiras> Message-ID: 2011/5/20 Audrius Ka?ukauskas > On Thu, 2011-05-19 at 14:27:19 -0400, Donald Allen wrote: > > For me, it's no longer a problem; I got it built. My concern is just that > > others might trip over this and waste time figuring out what I already > did. > > Maybe put a note on the page alerting people that the version has > changed, > > the slackbuild awaits updating, and in the meantime, folks can build the > > package with > > > > env VERSION=3.3.1 lapack.Slackbuild > > > > ?? > > I think that's what MD5SUM is for -- to alert that something has changed > in the source tarball. > Yes. But if one checked the md5sum (which I admit I did not) and saw a mis-match, you still would have needed to do some detective work to figure out what was going on. > > Though I'm not sure why the current download link without version number > in the file name was used at all (which was the source of confusion for > Donald and probably will be for others). After quick look in LAPACK > website I've found the one containing version number: > > http://www.netlib.org/lapack/lapack-3.3.0.tgz > > Perhaps upstream didn't provide it in the past? > Good work, leading to Robby's fix, which should prevent a recurrence. Thank you. /Don > > -- > Audrius Ka?ukauskas > > _______________________________________________ > 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 slakmagik at gmail.com Fri May 20 18:02:21 2011 From: slakmagik at gmail.com (slakmagik) Date: Fri, 20 May 2011 14:02:21 -0400 Subject: [Slackbuilds-users] lapack In-Reply-To: <20110520145103.GE14102@pc21.mareichelt.com> References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> Message-ID: <20110520180221.GA28310@devbox> On 2011-05-20 (Fri) 16:51:03 [+0200], markus reichelt wrote: > * Donald Allen wrote: > > > For me, it's no longer a problem; I got it built. My concern is > > just that others might trip over this and waste time figuring out > > what I already did. > > Folks using SBo should know about env variables and how to adapt > them. > > > > Maybe put a note on the page alerting people that the version has > > changed, the slackbuild awaits updating, > > Too much of a hassle. And quite frankly, users should expect such > minor inconveniences - life, it's out there. > > Also, there's several scripts on SBo that don't get updated just > because of a new version. > > A bummer for sbopkg users but hardly a show-stopper for the rest of > us. > In what way is it a bummer/show-stopper for sbopkg users? Without sbopkg: cd foo && ./blas.SlackBuild # builds cd bar && ./lapack.SlackBuild # fails VERSION=3.3.1 ./lapack.SlackBuild # builds With sbopkg: sbopkg -i blas -i lapack # blas builds; lapack fails sbopkg -i lapack:VERSION=3.3.1 # lapack builds If you already know about this problem, initially typing sbopkg -i blas -i lapack:VERSION=3.3.1 should work fine. From the_emmel at gmx.net Sat May 21 12:18:42 2011 From: the_emmel at gmx.net (emmel) Date: Sat, 21 May 2011 14:18:42 +0200 Subject: [Slackbuilds-users] Updates - 20110517 In-Reply-To: <20110517160553.GA16668@slackbuilds.org> References: <20110517160553.GA16668@slackbuilds.org> Message-ID: <20110521121842.GA27025@pollux.mlnet> On Tue, May 17, 2011 at 04:05:53PM +0000, Robby Workman wrote: > office/evince: Added various patches to fix things. This actually depends on GConf now (again). You may want to fix this in the README. Took me a while to figure that out, especially since I didn't have gconf installed any more. Oh, and the patches succeded with an offset, -82 lines in case of ev-poppler.cc. The others are -7 at max. Nothing to worry about, I think, but it struck me as odd. -- emmel GPG signed Fingerprint: 60B4 D8E3 9617 900C 6726 168F D677 5AAD D40F CCE7 Certserver : hkp://pgp.mit.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From yalhcru at gmail.com Sun May 22 00:14:40 2011 From: yalhcru at gmail.com (B Watson) Date: Sat, 21 May 2011 20:14:40 -0400 Subject: [Slackbuilds-users] Uget issues In-Reply-To: <20110506143045.18aa705f@espero.syntaktisk.dk> References: <20110506143045.18aa705f@espero.syntaktisk.dk> Message-ID: On 5/6/11, Morten Juhl-Johansen Z?lde-Fej?r wrote: > Dudes, > > I have been using LEET for a while now, and things look decent enough, > except for one thing, one of my most used tools: Uget. > I do the Slackbuild, and I have used that as well as built a more > recent version. > But the software dies. When it is downloading a bunch of queued files, > it suddenly... disappears. When I run it from the terminal, it exits > with 'Segmentation fault'. > It does not do this in Slackware 13.1 from the same package. I have > absolutely no idea how to debug this. Any ideas? I have a patch that I *think* fixes it. It's sort of hard to tell because the segfaults happen at random: The unpatched binary might download 50 files without a problem, or it might die on the first one. So far, the patched binary hasn't crashed on me... but I've only had time to test it a little bit. I can submit the build with the patch (I've taken over maintenance of uget), but I'd really like it if I could get a few people to help me test it before submitting (I don't want to submit a build that might contain a crashing bug). Anyone interested in uget enough to volunteer? If not, I guess what I'll do is submit it as-is with a note in the README saying "if you experience crashes *please* contact the maintainer". From ozan.turkyilmaz at gmail.com Sun May 22 04:36:10 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Sun, 22 May 2011 09:36:10 +0500 Subject: [Slackbuilds-users] Uget issues In-Reply-To: References: <20110506143045.18aa705f@espero.syntaktisk.dk> Message-ID: 2011/5/22 B Watson : > On 5/6/11, Morten Juhl-Johansen Z?lde-Fej?r wrote: >> Dudes, >> >> I have been using LEET for a while now, and things look decent enough, >> except for one thing, one of my most used tools: Uget. >> I do the Slackbuild, and I have used that as well as built a more >> recent version. >> But the software dies. When it is downloading a bunch of queued files, >> it suddenly... disappears. When I run it from the terminal, it exits >> with 'Segmentation fault'. >> It does not do this in Slackware 13.1 from the same package. I have >> absolutely no idea how to debug this. Any ideas? > > I have a patch that I *think* fixes it. It's sort of hard to tell because > the segfaults happen at random: The unpatched binary might download > 50 files without a problem, or it might die on the first one. So far, > the patched binary hasn't crashed on me... but I've only had time to > test it a little bit. > > I can submit the build with the patch (I've taken over maintenance of > uget), but I'd really like it if I could get a few people to help me > test it before submitting (I don't want to submit a build that might > contain a crashing bug). Anyone interested in uget enough to volunteer? > > If not, I guess what I'll do is submit it as-is with a note in the README > saying "if you experience crashes *please* contact the maintainer". Did you try send it to upstream? and I like to see the patch as well. I'm sure others as well. -- Ozan, BSc, BEng From korgie at gmail.com Sun May 22 08:35:31 2011 From: korgie at gmail.com (korgman) Date: Sun, 22 May 2011 11:35:31 +0300 Subject: [Slackbuilds-users] qtractor's more optional dependencies... In-Reply-To: <4DCB89AE.5030803@gmail.com> References: <4DCB89AE.5030803@gmail.com> Message-ID: <4DD8CAD3.3000300@gmail.com> mmOn 12/05/2011 10:18 ??, Luis Henrique F. Cardoso de Mello wrote: > Qtractor can be built with support from various packages already > available at slackbuilds.org, such as: > > liblo > librubberband > dssi > lv2 > > This information should be included in qtractor's README file. I have my own version of qtractor.SlackBuild (i had no time to submit). If someone wants windows VST support (I tried some plugins and the support is buggy, maybe in the future the support wil be better) he must install dssi-vst* and again optional download the SDK (version 2.x) from Steinberg if you don't prefer the vestige header. One more clarification. The tab for VST plugins in qtractor refers to native (linux) VST plugins (ex. discovery). For windows VST plugins you go to DSSI and through dssi-vst the windows vst's are shown and (hopefully) loaded. I don't know if SBo staff like this procedure, for this reason I send my changes here. If you approve I will ping the maintainer. ... [after variables] ... # check for vstsdk2.3 or vstsdk2.4 folder VSTFOLDER=$(ls -d $CWD/vstsdk2.? | tail -1) VSTVERSION=$(echo $VSTFOLDER | gawk -F'sdk' ' { print $2 } ') # VST support from Steinberg or from vestige? if [ ! "$VSTFOLDER" == "" ]; then echo "$VSTFOLDER support enabled" VSTFOLDER="--with-vst=./$VSTFOLDER" TAG="${TAG}_VST${VSTVERSION}" else echo "VST support from vestige" VSTFOLDER='' fi CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION $VSTFOLD \ # Variable for vst. --build=$ARCH-slackware-linux * I have submitted dssi-vst for approval. -- http://clavisound.dyndns-server.com Michales Michaloudes From andrew at andrews-corner.org Sun May 22 23:09:56 2011 From: andrew at andrews-corner.org (andrew) Date: Mon, 23 May 2011 09:09:56 +1000 Subject: [Slackbuilds-users] SMPlayer desktop file Message-ID: <20110522230956.GA14465@skamandros.andrews-corner.org> Hi, There is a small problem with the 2 desktop files for the SMPlayer source. In the source smplayer.desktop and smplayer_enqueue.desktop carry the commands: Exec=smplayer %U Exec=smplayer -add-to-playlist %U respectively, which is I believe technically correct but has the effect of failing to load files with spaces in their names and unpredictably failing with other files as well when opened with right mouse click and "Open with..." option or "Enqueue with..." option. This can be fixed by altering the .desktop files to the following: Exec=smplayer %f Exec=smplayer -add-to-playlist %f which is technically not correct but fixes the problem. Upstream developer has been more than a little quiet for a while so perhaps it would be worthwhile patching the source? I personally have simply made the changes to .desktop files in $HOME/.local/share/applications but a more definitive change would be nice :). I have not cc'd the maintainer as I know Erik follows this mailing list. Andrew -- You think that's air you're breathing now? From hba.nihilismus at gmail.com Mon May 23 02:20:16 2011 From: hba.nihilismus at gmail.com (=?UTF-8?Q?Antonio_Hern=C3=A1ndez_Blas?=) Date: Sun, 22 May 2011 21:20:16 -0500 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: References: <4DBD0506.8010100@NorthTech.US> Message-ID: 2011/5/13 Andr? Barboza : > Maybe, we can put some tips of xulrunner building on the README > file... what do you think? > Sure, this seems to be the more simple solution. Something about the need of deleting the "--enable-optimize="${CFLAGS}" \" line in xulrunner.SlackBuild should be enough. I had the time to get xulrunner in my system(x86) according with the solution above and eclipse is using it without any complain. Note, if you install xulrunner after eclipse installation remove (or backup) the directories ~/.eclipse and ~/.mozilla/eclipse to get it working. By the way, theres another solution, the use of WebKit as web browser engine [1][2] :-) And actually, arch linux has made some changes in this way [3]. [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=333444 [2] https://bugs.archlinux.org/task/23392 [3] https://aur.archlinux.org/packages.php?ID=38524&detail=1 -- - hba | Antonio Hern?ndez Blas | Mexico, Mx. http://hba.dyndns.info | http://barrapunto.com/~hba/ | irc://irc.freenode.org/hba,isnick,needpass From hba.nihilismus at gmail.com Mon May 23 02:22:23 2011 From: hba.nihilismus at gmail.com (=?UTF-8?Q?Antonio_Hern=C3=A1ndez_Blas?=) Date: Sun, 22 May 2011 21:22:23 -0500 Subject: [Slackbuilds-users] [FIX] Eclipse + xulrunner issue. In-Reply-To: <614A6E143C9D4700975A534F555D06BD@maltats.com> References: <4DBD0506.8010100@NorthTech.US> <614A6E143C9D4700975A534F555D06BD@maltats.com> Message-ID: On Fri, May 6, 2011 at 5:47 AM, Chris Abela wrote: > The xulrunner source link is broken and the tarball is probably no longer > available from their site, however the SlackBuild can easily be modified for > the v2.0. > Hi Chris. You can grab a copy from http://download02.mozilla.org/pub/xulrunner/releases/1.9.0.16/source/ -- - hba | Antonio Hern?ndez Blas | Mexico, Mx. http://hba.dyndns.info | http://barrapunto.com/~hba/ | irc://irc.freenode.org/hba,isnick,needpass From auto327094 at hushmail.com Mon May 23 15:03:08 2011 From: auto327094 at hushmail.com (Ric Foust) Date: Mon, 23 May 2011 11:03:08 -0400 Subject: [Slackbuilds-users] Bug in octave source link. Message-ID: <4DDA772C.3010108@hushmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 There is a link problem with the "octave" slack build Slackbuilds link for octave source: ftp://ftp.octave.org/pub/octave/octave-3.2.4.tar.bz2 Actual link to obtain octave source ftp://ftp.gnu.org/gnu/octave/octave-3.2.4.tar.bz2 Note: "octave.org" = http://www.gnu.org/software/octave/ Download at: http://www.gnu.org/software/octave/download.html "Stable": ftp://ftp.gnu.org/gnu/octave/ BTW, the latest stable (as of 2011/05/23) is version 2.4.0. Thanks. R - -- You can not get anything worthwhile done without raising a sweat. -- The First Law Of Thermodynamics What ever you want is going to cost a little more than it is worth. -- The Second Law Of Thermodynamics You can not win the game, and you are not allowed to stop playing. -- The Third Law Of Thermodynamics -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEUEARECAAYFAk3adywACgkQftiJ/ZUnSD3eWQCXYk6H6Er8MFcK4JtFDH9CF6bt bQCfUXW18bpVamaqiR/tsDTFDnuUezQ= =5NND -----END PGP SIGNATURE----- From auto327094 at hushmail.com Mon May 23 15:16:02 2011 From: auto327094 at hushmail.com (Ric Foust) Date: Mon, 23 May 2011 11:16:02 -0400 Subject: [Slackbuilds-users] MD5SUM errors in "blas" Message-ID: <4DDA7A32.5000505@hushmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The MD5SUM's provided by Slackbuilds differ from the MD5SUMS derived from the downloaded files. ##################################### Slackbuilds: Blas Source Downloads: blas.tgz (7e6af7022440d8688d16be86d55fb358) Md5sum from downloaded source file: 5e99e975f7a1e3ea6abcad7c6e7e42e6 blas.tgz ##################################### Thanks. R - -- You can not get anything worthwhile done without raising a sweat. -- The First Law Of Thermodynamics What ever you want is going to cost a little more than it is worth. -- The Second Law Of Thermodynamics You can not win the game, and you are not allowed to stop playing. -- The Third Law Of Thermodynamics -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3aejEACgkQftiJ/ZUnSD31xACfUfYh0rNwGiqqDxXlwCSeluXW KgAAn116WXNg54zTi1e5ugPetFTKz9/B =0L/y -----END PGP SIGNATURE----- From easuter at gmail.com Mon May 23 21:42:45 2011 From: easuter at gmail.com (=?ISO-8859-1?Q?Eug=E9ne_Suter?=) Date: Mon, 23 May 2011 22:42:45 +0100 Subject: [Slackbuilds-users] lapack In-Reply-To: <20110520180221.GA28310@devbox> References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> <20110520180221.GA28310@devbox> Message-ID: Well this turned out to be a small ****-storm :( I've tried to submit an update for lapack but the site says one is already in the queue...so yeah. For some clarification: the LAPACK homepage has changed; previously they only provided a tarball called "lapack.tar.gz" or "lapack.tgz" without any version number attached (this was given on the website only), so that's why the tarball's md5 would change "silently" although the tarball appeared to be the same. To Donald Allan: I'm working and studying at college, so aside from all the other real life stuff I have to do beside that, Slackbuilds are pretty low on my priority list. If this is a "lame excuse", well tough luck. If you are swimming is spare time then you're welcome to take over lapack, blas and scipy any time if you wish. Cheers, Eugene From donaldcallen at gmail.com Mon May 23 21:58:46 2011 From: donaldcallen at gmail.com (Donald Allen) Date: Mon, 23 May 2011 17:58:46 -0400 Subject: [Slackbuilds-users] lapack In-Reply-To: References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> <20110520180221.GA28310@devbox> Message-ID: On Mon, May 23, 2011 at 5:42 PM, Eug?ne Suter wrote: > Well this turned out to be a small ****-storm :( > I've tried to submit an update for lapack but the site says one is > already in the queue...so yeah. > > For some clarification: the LAPACK homepage has changed; previously > they only provided a tarball called "lapack.tar.gz" or "lapack.tgz" > without any version number attached (this was given on the website > only), so that's why the tarball's md5 would change "silently" > although the tarball appeared to be the same. > > To Donald Allan: I'm working and studying at college, so aside from > all the other real life stuff I have to do beside that, Slackbuilds > are pretty low on my priority list. If this is a "lame excuse", well > tough luck. Read my message again. There's a smiley after the "lame excuse" sentence -- I was kidding. Your efforts on this despite your studies are much appreciated. If you are swimming is spare time then you're welcome to > take over lapack, blas and scipy any time if you wish. I have a similar "lame excuse" -- real life commitments. /Don > > Cheers, > Eugene > _______________________________________________ > 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 rworkman at slackbuilds.org Tue May 24 00:38:02 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 23 May 2011 19:38:02 -0500 Subject: [Slackbuilds-users] lapack In-Reply-To: References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> <20110520180221.GA28310@devbox> Message-ID: <20110523193802.21a08308@liberty.rlwhome.lan> On Mon, 23 May 2011 22:42:45 +0100 Eug?ne Suter wrote: > Well this turned out to be a small ****-storm :( > I've tried to submit an update for lapack but the site says one is > already in the queue...so yeah. No idea how that happened; there was a stale db entry for lapack in pending, but the tarball was gone. Anyway, try again - it should work now :-) -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From notklaatu at straightedgelinux.com Tue May 24 01:11:31 2011 From: notklaatu at straightedgelinux.com (Klaatu) Date: Mon, 23 May 2011 21:11:31 -0400 Subject: [Slackbuilds-users] Gimp Paint Studio Message-ID: <201105232111.31878.notklaatu@straightedgelinux.com> Could an admin-type person remove my Gimp Paint Studio (GPS.tar.gz) script from the queue? I was messing around with it today and found features that didn't get installed, so I need to work on the script some more. Sorry!! Wow is it "fun" admitting to the entire list that I posted a dud. Next time...better QA. -- klaatu From xgizzmo at slackbuilds.org Tue May 24 01:30:07 2011 From: xgizzmo at slackbuilds.org (xgizzmo at slackbuilds.org) Date: Mon, 23 May 2011 21:30:07 -0400 Subject: [Slackbuilds-users] Gimp Paint Studio In-Reply-To: <201105232111.31878.notklaatu@straightedgelinux.com> References: <201105232111.31878.notklaatu@straightedgelinux.com> Message-ID: <201105232130.07303.xgizzmo@slackbuilds.org> On Monday 23 May 2011 21:11:31 Klaatu wrote: > Could an admin-type person remove my Gimp Paint Studio (GPS.tar.gz) script > from the queue? I was messing around with it today and found features that > didn't get installed, so I need to work on the script some more. > > Sorry!! Wow is it "fun" admitting to the entire list that I posted a dud. > Next time...better QA. > > > -- klaatu klaatu, You should have received a confermation email with a removal link please use this link to remove it from pending. That way it's just between us. Lets do SELF. :) --dsomero From erik at slackbuilds.org Tue May 24 03:21:43 2011 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 23 May 2011 22:21:43 -0500 Subject: [Slackbuilds-users] lapack In-Reply-To: <20110523193802.21a08308@liberty.rlwhome.lan> References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> <20110520180221.GA28310@devbox> <20110523193802.21a08308@liberty.rlwhome.lan> Message-ID: <20110523222143.0c0cedd2@shaggy.doo> On Mon, 23 May 2011 19:38:02 -0500 Robby Workman wrote: > On Mon, 23 May 2011 22:42:45 +0100 > Eug?ne Suter wrote: > > > Well this turned out to be a small ****-storm :( > > I've tried to submit an update for lapack but the site says one is > > already in the queue...so yeah. > > > No idea how that happened; there was a stale db entry for lapack > in pending, but the tarball was gone. Anyway, try again - it > should work now :-) It happened because of this: http://slackbuilds.org/gitweb/?p=slackbuilds.git;a=commit;h=b2aec89 It's sitting in READY, and now also in pending. -- Erik Hanson From rworkman at slackbuilds.org Tue May 24 03:25:59 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Mon, 23 May 2011 22:25:59 -0500 Subject: [Slackbuilds-users] lapack In-Reply-To: <20110523222143.0c0cedd2@shaggy.doo> References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> <20110520180221.GA28310@devbox> <20110523193802.21a08308@liberty.rlwhome.lan> <20110523222143.0c0cedd2@shaggy.doo> Message-ID: <20110523222559.05496b56@liberty.rlwhome.lan> On Mon, 23 May 2011 22:21:43 -0500 Erik Hanson wrote: > On Mon, 23 May 2011 19:38:02 -0500 > Robby Workman wrote: > > > On Mon, 23 May 2011 22:42:45 +0100 > > Eug?ne Suter wrote: > > > > > Well this turned out to be a small ****-storm :( > > > I've tried to submit an update for lapack but the site says one is > > > already in the queue...so yeah. > > > > > > No idea how that happened; there was a stale db entry for lapack > > in pending, but the tarball was gone. Anyway, try again - it > > should work now :-) > > It happened because of this: > > http://slackbuilds.org/gitweb/?p=slackbuilds.git;a=commit;h=b2aec89 Oh. Guess who's a dumbass today? /me raises hand... > It's sitting in READY, and now also in pending. Okay, I guess that means I have to shove out the stuff in READY before anyone looks at the new lapack submission, right? :-) -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From yalhcru at gmail.com Tue May 24 08:25:19 2011 From: yalhcru at gmail.com (B Watson) Date: Tue, 24 May 2011 04:25:19 -0400 Subject: [Slackbuilds-users] Uget issues In-Reply-To: References: <20110506143045.18aa705f@espero.syntaktisk.dk> Message-ID: On 5/22/11, Ozan T?rky1lmaz wrote: > Did you try send it to upstream? and I like to see the patch as well. > I'm sure others as well. I did send it upstream, the day before sending that mail to the list... Finally heard back today, apparently they like it, it will be in the next 1.7.x and eventually in 1.8.0 stable when it gets released. The actual patch is a one-liner: diff -Naur uget-1.6.4/uglib/UgPlugin-curl.c uget-1.6.4.patched//uglib/UgPlugin-curl.c --- uget-1.6.4/uglib/UgPlugin-curl.c 2011-03-27 22:10:11.000000000 -0400 +++ uget-1.6.4.patched//uglib/UgPlugin-curl.c 2011-05-21 16:45:24.000000000 -0400 @@ -280,6 +280,7 @@ curl_code = CURLE_FAILED_INIT; // Common option ---------------------------------------------------------- + curl_easy_setopt (curl, CURLOPT_NOSIGNAL, 1); curl_easy_setopt (curl, CURLOPT_URL, common->url); // setup scheme and it's related data (user & password) ug_plugin_curl_set_scheme (plugin, curl); Basically, the libcurl docs state that, if libcurl is built without c-ares support (e.g. the libcurl in slackware), the CURLOPT_NOSIGNAL option needs to be set, otherwise slow DNS requests will cause the app to segfault (due I suppose to the fact that there's no way to force a SIGALRM to go to a particular thread in the Linux threading model?) Docs here: http://curl.haxx.se/libcurl/c/libcurl-tutorial.html (see the "Multi-threading Issues" section). I will go ahead and submit an updated uget slackbuild (for 1.6.4) including this patch. The segfaults seem to be gone with the patch (and it seems to have no negative effect when DNS times out, I tested that). In case you're wondering: unpatched uget 1.6.4 does have the same problem as 1.6.1. I just didn't generate a diff for 1.6.1 (because I'll be updating to 1.6.4 to fix a different bug that was in 1.6.1). From mjjzf at syntaktisk.dk Tue May 24 08:58:42 2011 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Tue, 24 May 2011 10:58:42 +0200 Subject: [Slackbuilds-users] Uget issues In-Reply-To: References: <20110506143045.18aa705f@espero.syntaktisk.dk> Message-ID: <20110524105842.6f1c482a@espero.syntaktisk.dk> On Tue, 24 May 2011 04:25:19 -0400 B Watson wrote: > I did send it upstream, the day before sending that mail to the > list... Finally heard back today, apparently they like it, it will be > in the next 1.7.x and eventually in 1.8.0 stable when it gets > released. > > The actual patch is a one-liner: [...] > I will go ahead and submit an updated uget slackbuild (for 1.6.4) > including this patch. The segfaults seem to be gone with the patch > (and it seems to have no negative effect when DNS times out, I tested > that). Thank you for your efforts - and for taking it over. You certainly resolved it in a way I could not have. All the best, Morten From serban.udrea at skmail.ikp.physik.tu-darmstadt.de Tue May 24 09:21:37 2011 From: serban.udrea at skmail.ikp.physik.tu-darmstadt.de (Serban Udrea) Date: Tue, 24 May 2011 11:21:37 +0200 Subject: [Slackbuilds-users] lapack In-Reply-To: References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> <20110520180221.GA28310@devbox> Message-ID: <4DDB78A1.7010704@skmail.ikp.physik.tu-darmstadt.de> On 05/23/2011 11:42 PM, Eug?ne Suter wrote: > ... > take over lapack, blas and scipy any time if you wish. >... I realy do think, that you cannot offer scipy :-) Another guy full of "real life commitments", Serban Udrea From audrius at neutrino.lt Tue May 24 09:35:10 2011 From: audrius at neutrino.lt (Audrius =?utf-8?Q?Ka=C5=BEukauskas?=) Date: Tue, 24 May 2011 12:35:10 +0300 Subject: [Slackbuilds-users] lapack In-Reply-To: <20110523222143.0c0cedd2@shaggy.doo> References: <20110519102355.30d3602d@liberty.rlwhome.lan> <20110520145103.GE14102@pc21.mareichelt.com> <20110520180221.GA28310@devbox> <20110523193802.21a08308@liberty.rlwhome.lan> <20110523222143.0c0cedd2@shaggy.doo> Message-ID: <20110524093510.GA4439@kiras> On Mon, 2011-05-23 at 22:21:43 -0500, Erik Hanson wrote: > It happened because of this: > > http://slackbuilds.org/gitweb/?p=slackbuilds.git;a=commit;h=b2aec89 I don't think that change is enough -- SlackBuild expects $PRGNAM.tgz: <...> tar xvf $CWD/$PRGNAM.tgz <...> -- Audrius Ka?ukauskas -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From mjjzf at syntaktisk.dk Tue May 24 13:03:30 2011 From: mjjzf at syntaktisk.dk (Morten Juhl-Johansen =?ISO-8859-1?Q?Z=F6lde-Fej=E9r?=) Date: Tue, 24 May 2011 15:03:30 +0200 Subject: [Slackbuilds-users] Script typo: cairo-dock-plugins Message-ID: <20110524150330.06d5bc61@espero.syntaktisk.dk> I noticed an error in cairo-dock-plugins: In line 83 of cairo-dock-plugins.SlackBuild, it tries to cat cairo-dock-plugins.Slackbuild - a typo, as the b in SlackBuild should be capitalized. -mjjzf From kingbeowulf at gmail.com Wed May 25 16:20:54 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Wed, 25 May 2011 09:20:54 -0700 Subject: [Slackbuilds-users] nvidia Message-ID: <4DDD2C66.20905@gmail.com> Just an FYI to the list. I submitted new nvidia-driver and nvidia kernel for 270.41.06 (no changes to the earlier script) and just noticed 270.41.19 was released a few days ago that fixes a few bugs. I have not encountered those issues yet with 270.41.06 on my GT430. Also, the 270.xx.xx series has a few libs that I did not capture - nothing critical. I plan on updating the script "real soon now" and fixing a few niggles. I have therefore submitted queue removal requests via the submission email link. BTW, the 270.xx.xx drivers are one hell of a lot faster.... Also, the legacy drivers are on hold for a bit. If anyone needs them updated, let me know. If anyone catches any errors in the slackbuilds, or has recommendations, let me know and I'll add then add them to the to-do list. Thanks. Ed -------------- next part -------------- An HTML attachment was scrubbed... URL: From kingbeowulf at gmail.com Thu May 26 05:36:00 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Wed, 25 May 2011 22:36:00 -0700 Subject: [Slackbuilds-users] celestia Message-ID: Just a minor niggle on the desktop file, and I have manually adjusted it in the past, but I suggest patching the celestia.desktop so that Categories=Astronomy;Science;Application; reads instead (e.g. stellarium) Categories=Education;Science;Astronomy; That way, those of use that use Xfce don't keep wondering why Celestia keeps popping up under "Other." Thanks, Ed -- You! What PLANET is this! -- McCoy, "The City on the Edge of Forever", stardate 3134.0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From kingbeowulf at gmail.com Fri May 27 22:34:21 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Fri, 27 May 2011 15:34:21 -0700 Subject: [Slackbuilds-users] xulrunner-1.9.2.16 download link broken Message-ID: <4DE026ED.4030101@gmail.com> "The requested URL /pub/mozilla.org/xulrunner/releases/1.9.2.16/source/xulrunner-1.9.2.16.source.tar.bz2 was not found on this server." Looks like 1.9.0.11, 1.9.1.19, 1.9.2.17, 2.0 and 2.0rc1 are the only choices. -Ed From hba.nihilismus at gmail.com Fri May 27 23:59:13 2011 From: hba.nihilismus at gmail.com (=?UTF-8?Q?Antonio_Hern=C3=A1ndez_Blas?=) Date: Fri, 27 May 2011 18:59:13 -0500 Subject: [Slackbuilds-users] xulrunner-1.9.2.16 download link broken In-Reply-To: <4DE026ED.4030101@gmail.com> References: <4DE026ED.4030101@gmail.com> Message-ID: On Fri, May 27, 2011 at 5:34 PM, King Beowulf wrote: > "The requested URL > /pub/mozilla.org/xulrunner/releases/1.9.2.16/source/xulrunner-1.9.2.16.source.tar.bz2 > was not found on this server." > > Looks like 1.9.0.11, 1.9.1.19, 1.9.2.17, 2.0 and 2.0rc1 are the only > choices. You can find it at http://download02.mozilla.org/pub/xulrunner/releases/1.9.0.16/source/ -- - hba | Antonio Hern?ndez Blas | Mexico, Mx. http://hba.dyndns.info | http://barrapunto.com/~hba/ | irc://irc.freenode.org/hba,isnick,needpass From kingbeowulf at gmail.com Sat May 28 00:45:56 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Fri, 27 May 2011 17:45:56 -0700 Subject: [Slackbuilds-users] gecko-mediaplayer-1.0.x won't build Message-ID: <4DE045C4.3030809@gmail.com> I can't seem to get gecko-mediaplayer-1.0.0 or 1.0.3 to build on stock Slackware64 13.37. A fix I saw on linuxquestions.org recommended installing xulrunner to fix this compile error: /usr/include/seamonkey-2.1b3/plugin/nscore.h:50:32: fatal error: mozilla/mozalloc.h: No such file or directory After installing xulrunner-1.9.2.17 (1.9.2.16 was AWOL at the time), gecko-mediaplayer-1.0.x did compile and install, but then firefox-4.0.1 crashes. I uninstalled xulrunner, gecko-mediaplayer and gnome-mplayer, reinstalled firefox and seamonkey, and rebuilt gnome-mplayer. So now firefox and gnome-mplayer-1.0.0 (gnome-mplayer-1.0.3 still complains about a missing schema), but the mozalloc.h error is back for gecko-mediaplayer-1.0.0. So what's the scoop? -Ed -------------- next part -------------- An HTML attachment was scrubbed... URL: From kingbeowulf at gmail.com Sat May 28 00:34:48 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Fri, 27 May 2011 17:34:48 -0700 Subject: [Slackbuilds-users] xulrunner-1.9.2.16 download link broken In-Reply-To: References: <4DE026ED.4030101@gmail.com> Message-ID: <4DE04328.1000906@gmail.com> On 05/27/2011 04:59 PM, Antonio Hern?ndez Blas wrote: > On Fri, May 27, 2011 at 5:34 PM, King Beowulf wrote: >> "The requested URL >> /pub/mozilla.org/xulrunner/releases/1.9.2.16/source/xulrunner-1.9.2.16.source.tar.bz2 >> was not found on this server." >> >> Looks like 1.9.0.11, 1.9.1.19, 1.9.2.17, 2.0 and 2.0rc1 are the only >> choices. > You can find it at > http://download02.mozilla.org/pub/xulrunner/releases/1.9.0.16/source/ > thanks. problem is now installing xulrunner-1.9.2.15 crashes firefox 4.0.1 in Slackware64 13.37. I am hesitant to spend time on the older versions since I was just trying xulrunner as a possible fix to get gecko-mediaplayer to compile. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ozan.turkyilmaz at gmail.com Sat May 28 02:27:13 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Sat, 28 May 2011 07:27:13 +0500 Subject: [Slackbuilds-users] gecko-mediaplayer-1.0.x won't build In-Reply-To: <4DE045C4.3030809@gmail.com> References: <4DE045C4.3030809@gmail.com> Message-ID: 2011/5/28 King Beowulf : > I can't seem to get gecko-mediaplayer-1.0.0 or 1.0.3 to build on stock > Slackware64 13.37.? A fix I saw on linuxquestions.org recommended installing > xulrunner to fix this compile error: > > /usr/include/seamonkey-2.1b3/plugin/nscore.h:50:32: fatal error: > mozilla/mozalloc.h: No such file or directory > > After installing xulrunner-1.9.2.17 (1.9.2.16 was AWOL at the time), > gecko-mediaplayer-1.0.x did compile and install, but then firefox-4.0.1 > crashes.? I uninstalled xulrunner, gecko-mediaplayer and gnome-mplayer, > reinstalled firefox and seamonkey, and rebuilt gnome-mplayer.? So now > firefox and gnome-mplayer-1.0.0 (gnome-mplayer-1.0.3 still complains about a > missing schema), but the mozalloc.h error is back for > gecko-mediaplayer-1.0.0. > > So what's the scoop? > Slackware's Seamonkey package is missing several headers. I somehow identified them and mailed Pat. Now we are waiting. -- Ozan, BSc, BEng From kingbeowulf at gmail.com Sat May 28 03:18:42 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Fri, 27 May 2011 20:18:42 -0700 Subject: [Slackbuilds-users] gecko-mediaplayer-1.0.x won't build In-Reply-To: References: <4DE045C4.3030809@gmail.com> Message-ID: Thanks. Hopefully a fix is available soon. Upgrading is always such a fine adventure! On 5/27/11, Ozan T?rky?lmaz wrote: > 2011/5/28 King Beowulf : >> I can't seem to get gecko-mediaplayer-1.0.0 or 1.0.3 to build on stock >> Slackware64 13.37.? A fix I saw on linuxquestions.org recommended >> installing >> xulrunner to fix this compile error: >> >> /usr/include/seamonkey-2.1b3/plugin/nscore.h:50:32: fatal error: >> mozilla/mozalloc.h: No such file or directory >> >> After installing xulrunner-1.9.2.17 (1.9.2.16 was AWOL at the time), >> gecko-mediaplayer-1.0.x did compile and install, but then firefox-4.0.1 >> crashes.? I uninstalled xulrunner, gecko-mediaplayer and gnome-mplayer, >> reinstalled firefox and seamonkey, and rebuilt gnome-mplayer.? So now >> firefox and gnome-mplayer-1.0.0 (gnome-mplayer-1.0.3 still complains about >> a >> missing schema), but the mozalloc.h error is back for >> gecko-mediaplayer-1.0.0. >> >> So what's the scoop? >> > > Slackware's Seamonkey package is missing several headers. I somehow > identified them and mailed Pat. Now we are waiting. > > > -- > Ozan, BSc, BEng > _______________________________________________ > 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/ > > -- Sent from my mobile device You! What PLANET is this! -- McCoy, "The City on the Edge of Forever", stardate 3134.0 From pc_warner at yahoo.com Sat May 28 17:37:47 2011 From: pc_warner at yahoo.com (Phillip Warner) Date: Sat, 28 May 2011 10:37:47 -0700 (PDT) Subject: [Slackbuilds-users] gecko-mediaplayer-1.0.x won't build In-Reply-To: Message-ID: <915809.26966.qm@web161719.mail.bf1.yahoo.com> --- On Fri, 5/27/11, Ozan T?rky?lmaz wrote: > I can't seem to get gecko-mediaplayer-1.0.0 or 1.0.3 to build on stock > Slackware64 13.37.? A fix I saw on linuxquestions.org > recommended installing > xulrunner to fix this compile error: > > /usr/include/seamonkey-2.1b3/plugin/nscore.h:50:32: > fatal error: > mozilla/mozalloc.h: No such file or directory It's a lot easier to just install the 13.1 version of seamonkey (which has all the header files) instead. > So now > firefox and gnome-mplayer-1.0.0 (gnome-mplayer-1.0.3 > still complains about a > missing schema), but the mozalloc.h error is back for > gecko-mediaplayer-1.0.0. > > So what's the scoop? > The schema problem is easily resolved. An excerpt from the current doinst.sh file: if [ -x /usr/bin/glib-compile-schemas ]; then /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ >/dev/null 2>&1 fi As was mentioned previously we are in a waiting status right now. One, we need the proper seamonkey headers. Two, the current versions of gecko and gnome-mplayer still need some work before they work properly in FF4/Chrome 11. I might switch to SVN in the meantime. My current slackBuild is still tracking to the latest release. I haven't had time to check on this in the last couple of weeks, however. --phillip From renan.campos at gmail.com Sun May 29 13:27:36 2011 From: renan.campos at gmail.com (Renan Campos) Date: Sun, 29 May 2011 10:27:36 -0300 Subject: [Slackbuilds-users] postgresql-9.0.3 Message-ID: Postgresql-9.0.3 does not build on 13.37 x86_64 with the following error: make[4]: Leaving directory `/tmp/SBo/postgresql-9.0.3/src/pl/plpgsql/src' make[3]: Leaving directory `/tmp/SBo/postgresql-9.0.3/src/pl/plpgsql' make[3]: Entering directory `/tmp/SBo/postgresql-9.0.3/src/pl/plperl' "/usr/bin/perl" ./text2macro.pl --strip='^(\#.*|\s*)$' plc_perlboot.pl plc_trusted.pl > perlchunks.h "/usr/bin/perl" plperl_opmask.pl plperl_opmask.h gcc -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -fpic -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/lib64/perl5/CORE -c -o plperl.o plperl.c plperl.c: In function ?plperl_trusted_init?: plperl.c:877:3: error: lvalue required as left operand of assignment make[3]: *** [plperl.o] Error 1 make[3]: Leaving directory `/tmp/SBo/postgresql-9.0.3/src/pl/plperl' make[2]: *** [all] Error 2 make[2]: Leaving directory `/tmp/SBo/postgresql-9.0.3/src/pl' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/SBo/postgresql-9.0.3/src' make: *** [all] Error 2 From eric.b.pratt at gmail.com Sun May 29 17:23:22 2011 From: eric.b.pratt at gmail.com (Eric Pratt) Date: Sun, 29 May 2011 13:23:22 -0400 Subject: [Slackbuilds-users] Fwd: Slackbuilds VICE package In-Reply-To: References: Message-ID: I will be taking over the VICE slackbuild. MAINTAINER="Eric B. Pratt" EMAIL="eric.b.pratt at gmail.com" Eric ---------- Forwarded message ---------- From: Mauro Giachero Date: Sun, May 29, 2011 at 12:32 PM Subject: Re: Slackbuilds VICE package To: Eric Pratt Hello Eric, thank you for pointing this out. If you are able to take over my script, please do! I haven't technically abandoned my slackbuilds, but I'm currently too busy with my non-digital life to keep them up to date. So yeah, thank you for volunteering! -- Mauro Giachero Sent from my Android phone. Il giorno 28/mag/2011 22:33, "Eric Pratt" ha scritto: I use the slackbuilds VICE package and noticed that even though version 2.2 has been out for a year and a half, the slackbuild is still not up to date. Have you abandoned this slackbuild? ?If so, I'd be more than happy to take it over. Eric From baildon.research at googlemail.com Sun May 29 17:32:52 2011 From: baildon.research at googlemail.com (David Spencer) Date: Sun, 29 May 2011 18:32:52 +0100 Subject: [Slackbuilds-users] postgresql-9.0.3 In-Reply-To: References: Message-ID: > Postgresql-9.0.3 does not build on 13.37 x86_64 with the following error: You seem to be using -current, not 13.37. The problem is the recent upgrade to perl-5.14.0 in -current. See http://archives.postgresql.org/pgsql-hackers/2011-04/msg01283.php for a fix. -D. From adis at linux.org.ba Sun May 29 17:33:17 2011 From: adis at linux.org.ba (Adis Nezirovic) Date: Sun, 29 May 2011 19:33:17 +0200 Subject: [Slackbuilds-users] postgresql-9.0.3 In-Reply-To: References: Message-ID: On Sun, May 29, 2011 at 3:27 PM, Renan Campos wrote: > Postgresql-9.0.3 does not build on 13.37 x86_64 with the following error: I believe you are running Slackware Current with Perl 5.14? The fix was discussed on pgsql mailing list: http://archives.postgresql.org/pgsql-hackers/2011-04/msg01283.php So the workaround is either apply the patch or disable building pl/perl (--with-perl line) Anyway, version upgrade for postgresql slackbuild is due this week. Best regards, Adis From elahistos at yahoo.gr Tue May 31 10:58:06 2011 From: elahistos at yahoo.gr (=?iso-8859-7?B?7yDl69z36fP07/Ig/Ov57Q==?=) Date: Tue, 31 May 2011 11:58:06 +0100 (BST) Subject: [Slackbuilds-users] (no subject) Message-ID: <100621.79650.qm@web27908.mail.ukl.yahoo.com> http://tdcassiut.fateback.com/find11.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From elahistos at yahoo.gr Tue May 31 11:39:10 2011 From: elahistos at yahoo.gr (=?iso-8859-7?B?7yDl69z36fP07/Ig/Ov57Q==?=) Date: Tue, 31 May 2011 12:39:10 +0100 (BST) Subject: [Slackbuilds-users] sorry for spam :( Message-ID: <746973.61084.qm@web27906.mail.ukl.yahoo.com> I am sorry for the spam, my email`s account password was stolen. From lukenshiro at ngi.it Tue May 31 19:45:49 2011 From: lukenshiro at ngi.it (LukenShiro) Date: Tue, 31 May 2011 21:45:49 +0200 Subject: [Slackbuilds-users] Away for a few days Message-ID: <20110531214549.02d7ec84@hamalay.mnt> Hi all, FYI, I wish to inform you I will be away (unfortunately without internet connection) until 7th June, so in the meantime no reply will be given to any possible emails, requests or insults :P I will certainly deal with them as soon as I come back ;) TIA. Regards. -- GNU/Linux * Slackware64 current LU #210970 SU #12583 LM #98222/#412913