From info at microlinux.fr Wed Oct 5 10:58:17 2011 From: info at microlinux.fr (Nicolas Kovacs) Date: Wed, 05 Oct 2011 12:58:17 +0200 Subject: [Slackbuilds-users] Squid: rc.squid doesn't stop Squid correctly Message-ID: <4E8C3849.7050905@microlinux.fr> Hello fellow Slackers, I'm using SBo's 'squid' package for configuring a filtering proxy for a school, that works in conjunction with Squidguard. There's one minor bug, in that the rc.squid doesn't succeed to stop Squid correctly. When I run... : # /etc/rc.d/rc.squid stop ... and then I call : # ps aux | grep squid | grep -v grep ... I still have a bunch of Squid processes running, and I have to do: # killall -9 squid ... to stop them. If one of the maintainers can find the time, a correction of this bug will be warmly welcome. Cheers from the sunny South of France, Niki -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 From Hullen at t-online.de Wed Oct 5 11:48:00 2011 From: Hullen at t-online.de (Helmut Hullen) Date: 05 Oct 2011 13:48:00 +0200 Subject: [Slackbuilds-users] Squid: rc.squid doesn't stop Squid correctly In-Reply-To: <4E8C3849.7050905@microlinux.fr> Message-ID: Hallo, Nicolas, Du meintest am 05.10.11: > I'm using SBo's 'squid' package for configuring a filtering proxy for > a school, that works in conjunction with Squidguard. > There's one minor bug, in that the rc.squid doesn't succeed to stop > Squid correctly. When I run... : > # /etc/rc.d/rc.squid stop > .... and then I call : > # ps aux | grep squid | grep -v grep > .... I still have a bunch of Squid processes running, and I have to > do: > # killall -9 squid > .... to stop them. "squid" needs some time for shutting down - are these processes still running after (about) 2 minutes? Alternatively try http://arktur.shuttle.de/CD/beta/slack/n1/squid-3.1.14-i486-1hln.txz There are some small differences in the configuration; that version runs without problems in many schools in germany and some neighbour states. Viele Gruesse! Helmut From info at microlinux.fr Wed Oct 5 13:01:49 2011 From: info at microlinux.fr (Nicolas Kovacs) Date: Wed, 05 Oct 2011 15:01:49 +0200 Subject: [Slackbuilds-users] Squid: rc.squid doesn't stop Squid correctly In-Reply-To: References: Message-ID: <4E8C553D.8060309@microlinux.fr> Le 05/10/2011 13:48, Helmut Hullen a ?crit : > "squid" needs some time for shutting down - are these processes still > running after (about) 2 minutes? Yes they are. This is clearly a (minor) bug. Cheers, Niki -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 From info at microlinux.fr Thu Oct 6 07:47:48 2011 From: info at microlinux.fr (Nicolas Kovacs) Date: Thu, 06 Oct 2011 09:47:48 +0200 Subject: [Slackbuilds-users] Squid: rc.squid doesn't stop Squid correctly In-Reply-To: References: Message-ID: <4E8D5D24.3050502@microlinux.fr> Le 05/10/2011 13:48, Helmut Hullen a ?crit : > > "squid" needs some time for shutting down - are these processes still > running after (about) 2 minutes? > OK, I investigated a little bit, and I found a couple of reasons why Squid wouldn't shutdown correctly. A peek in /var/log/squid/cache.log indicated this: ... WARNING: Could not write pid file ... So I explicitly defined a PID file in squid.conf: ... pid_filename /var/run/squid/squid.pid ... Now the PID file is written correctly, but still, running: # /etc/rc.d/rc.squid stop wouldn't stop the squid processes. Took a peek in the rc.file, and here it is: --8<-------------------------------------------------------- squid_stop() { COUNTDOWN=$(awk '/^shutdown_lifetime/ {print $2}' $SQUIDCFG) [ -z "$COUNTDOWN" ] && COUNTDOWN=30 echo -n "Shutting down Squid in $COUNTDOWN seconds: " $SQUIDCMD -k shutdown 2> /dev/null while $SQUIDCMD -k check 2> /dev/null ; do sleep 1 echo -n . COUNTDOWN=$[ $COUNTDOWN - 1 ] if [ $COUNTDOWN -le 0 ] ; then $SQUIDCMD -k interrupt 2> /dev/null sleep 1 break fi done echo } --8<-------------------------------------------------------- Now I added the following option to squid.conf: shutdown_lifetime 30 seconds From here, it got parsed correctly, and now everything is working fine. cheers, Niki -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 From Hullen at t-online.de Thu Oct 6 08:51:00 2011 From: Hullen at t-online.de (Helmut Hullen) Date: 06 Oct 2011 10:51:00 +0200 Subject: [Slackbuilds-users] Squid: rc.squid doesn't stop Squid correctly In-Reply-To: <4E8D5D24.3050502@microlinux.fr> Message-ID: Hallo, Nicolas, Du meintest am 06.10.11: >> "squid" needs some time for shutting down - are these processes >> still running after (about) 2 minutes? >> > OK, I investigated a little bit, and I found a couple of reasons why > Squid wouldn't shutdown correctly. [...] Yes - there's another difference in my installation. My shutdown script doesn't use "/etc/rc.d/rc.squid", for prehistoric reasons (it comes from SuSE 8.0 and uses SysV). And it has such a kind of waiting loop too ... Some years ago I'd tried to switch to "/etc/rc.d/rc.squid" - that didn't work, and I switched back. Long time ago ... Viele Gruesse! Helmut From Hullen at t-online.de Thu Oct 6 11:38:00 2011 From: Hullen at t-online.de (Helmut Hullen) Date: 06 Oct 2011 13:38:00 +0200 Subject: [Slackbuilds-users] chkconfig fails Message-ID: Hallo, slackbuilds-users, I've just tried to compile "chkconfig-1.3.30c", it fails. Famous last lines: -------------------- log file -------------- configure: creating ./config.status config.status: creating Makefile config.status: creating intl/Makefile config.status: WARNING: intl/Makefile.in seems to ignore the --datarootdir setting config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile make all-recursive make[1]: Entering directory `/tmp/SBo/chkconfig-1.3.30c' Making all in intl make[2]: Entering directory `/tmp/SBo/chkconfig-1.3.30c/intl' Makefile:206: *** missing separator. Stop. make[2]: Leaving directory `/tmp/SBo/chkconfig-1.3.30c/intl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/SBo/chkconfig-1.3.30c' make: *** [all] Error 2 -------------------- end -------------- Where's the bug? Viele Gruesse! Helmut From info at microlinux.fr Thu Oct 6 12:12:54 2011 From: info at microlinux.fr (Nicolas Kovacs) Date: Thu, 06 Oct 2011 14:12:54 +0200 Subject: [Slackbuilds-users] chkconfig fails In-Reply-To: References: Message-ID: <4E8D9B46.3050003@microlinux.fr> Le 06/10/2011 13:38, Helmut Hullen a ?crit : > Hallo, slackbuilds-users, > > I've just tried to compile "chkconfig-1.3.30c", it fails. > I've been using 'chkconfig' on RHEL and CentOS systems, but I don't see what it should be good for on Slackware, where it's a simple question of chmod 0644 or chmod 0755 the various startup scripts to enable or disable them on boot time. Correct me if I'm wrong. Cheers, Niki Kovacs -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 From ozan.turkyilmaz at gmail.com Thu Oct 6 12:08:41 2011 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Thu, 6 Oct 2011 15:08:41 +0300 Subject: [Slackbuilds-users] chkconfig fails In-Reply-To: References: Message-ID: 2011/10/6 Helmut Hullen : > Hallo, slackbuilds-users, My guess is that Makefile:206: *** missing separator. Stop. -- Ozan, BSc, BEng From Hullen at t-online.de Thu Oct 6 12:25:00 2011 From: Hullen at t-online.de (Helmut Hullen) Date: 06 Oct 2011 14:25:00 +0200 Subject: [Slackbuilds-users] chkconfig fails In-Reply-To: Message-ID: Hallo, Ozan, Du meintest am 06.10.11: > My guess is that > Makefile:206: *** missing separator. Stop. But what is wrong in that line of "Makefile"? And: "Makefile" is converted from "Makefile.in", which is part of the source packet. Is the error in the source packet or in the slackbuild packet? Viele Gruesse! Helmut From Hullen at t-online.de Thu Oct 6 12:39:00 2011 From: Hullen at t-online.de (Helmut Hullen) Date: 06 Oct 2011 14:39:00 +0200 Subject: [Slackbuilds-users] chkconfig fails In-Reply-To: <4E8D9B46.3050003@microlinux.fr> Message-ID: Hallo, Nicolas, Du meintest am 06.10.11: >> I've just tried to compile "chkconfig-1.3.30c", it fails. > I've been using 'chkconfig' on RHEL and CentOS systems, but I don't > see what it should be good for on Slackware, where it's a simple > question of chmod 0644 or chmod 0755 the various startup scripts to > enable or disable them on boot time. Correct me if I'm wrong. I'm running a mixed version of slackware, parts are from other distributions. And sometimes an alien packet invokes "chkconfig" for SysV. Searching in other distributions I'd just found a compiled version for RedHat and a perl script for SuSE - seems the SuSE version does the job. Viele Gruesse! Helmut From info at microlinux.fr Thu Oct 6 13:22:58 2011 From: info at microlinux.fr (Nicolas Kovacs) Date: Thu, 06 Oct 2011 15:22:58 +0200 Subject: [Slackbuilds-users] chkconfig fails In-Reply-To: References: Message-ID: <4E8DABB2.4080806@microlinux.fr> Le 06/10/2011 14:39, Helmut Hullen a ?crit : > I'm running a mixed version of slackware, parts are from other > distributions. And sometimes an alien packet invokes "chkconfig" for > SysV. Thanks for the clarification. I understand. Cheers, Niki -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 From xgizzmo at slackbuilds.org Thu Oct 6 16:51:32 2011 From: xgizzmo at slackbuilds.org (xgizzmo at slackbuilds.org) Date: Thu, 6 Oct 2011 12:51:32 -0400 Subject: [Slackbuilds-users] Squid: rc.squid doesn't stop Squid correctly In-Reply-To: <4E8D5D24.3050502@microlinux.fr> References: <4E8D5D24.3050502@microlinux.fr> Message-ID: <201110061251.32495.xgizzmo@slackbuilds.org> On Thursday 06 October 2011 03:47:48 Nicolas Kovacs wrote: > Le 05/10/2011 13:48, Helmut Hullen a ?crit : > > > > "squid" needs some time for shutting down - are these processes still > > running after (about) 2 minutes? > > > > OK, I investigated a little bit, and I found a couple of reasons why > Squid wouldn't shutdown correctly. > > A peek in /var/log/squid/cache.log indicated this: > > ... > WARNING: Could not write pid file > ... > > So I explicitly defined a PID file in squid.conf: > > ... > pid_filename /var/run/squid/squid.pid > ... > > Now the PID file is written correctly, but still, running: > > # /etc/rc.d/rc.squid stop > > wouldn't stop the squid processes. Took a peek in the rc.file, and here > it is: > > --8<-------------------------------------------------------- > squid_stop() { > COUNTDOWN=$(awk '/^shutdown_lifetime/ {print $2}' $SQUIDCFG) > [ -z "$COUNTDOWN" ] && COUNTDOWN=30 > > echo -n "Shutting down Squid in $COUNTDOWN seconds: " > $SQUIDCMD -k shutdown 2> /dev/null > while $SQUIDCMD -k check 2> /dev/null ; do > sleep 1 > echo -n . > COUNTDOWN=$[ $COUNTDOWN - 1 ] > if [ $COUNTDOWN -le 0 ] ; then > $SQUIDCMD -k interrupt 2> /dev/null > sleep 1 > break > fi > done > echo > } > --8<-------------------------------------------------------- > > Now I added the following option to squid.conf: > > shutdown_lifetime 30 seconds > > From here, it got parsed correctly, and now everything is working fine. > > cheers, > > Niki I can not reproduce any of these problems on a clean system with a fresh build and install of squid. --dsomero From yalhcru at gmail.com Thu Oct 6 17:11:11 2011 From: yalhcru at gmail.com (B Watson) Date: Thu, 6 Oct 2011 13:11:11 -0400 Subject: [Slackbuilds-users] chkconfig fails In-Reply-To: References: Message-ID: >> Makefile:206: *** missing separator. Stop. > > But what is wrong in that line of "Makefile"? Usually, it means the line's supposed to start with a tab character, but someone replaced the tab with spaces (which is hard to notice, when you look at it in a text editor). > And: "Makefile" is converted from "Makefile.in", which is part of the > source packet. Is the error in the source packet or in the slackbuild > packet? I'd bet (without looking) that it's the source. Simple typo, happens all the time. From Hullen at t-online.de Fri Oct 7 06:36:00 2011 From: Hullen at t-online.de (Helmut Hullen) Date: 07 Oct 2011 08:36:00 +0200 Subject: [Slackbuilds-users] chkconfig fails In-Reply-To: Message-ID: Hallo, B, Du meintest am 06.10.11: >>> Makefile:206: *** missing separator. Stop. >> But what is wrong in that line of "Makefile"? > Usually, it means the line's supposed to start with a tab character, > but someone replaced the tab with spaces (which is hard to notice, > when you look at it in a text editor). "missing tab" wasn't the reason. But because that error only affects the "intl" part I've deleted the last lines of that special Makefile, and now compiling works. I've to ask the "chkconfig" maintainer ... Viele Gruesse! Helmut From mario at slackverse.org Fri Oct 7 09:21:05 2011 From: mario at slackverse.org (Mario) Date: Fri, 07 Oct 2011 11:21:05 +0200 Subject: [Slackbuilds-users] mrtg.SlackBuild Message-ID: <4E8EC481.2050007@slackverse.org> Hey everyone, mrtg seems to have problems on 64bit: # mrtg Can't locate MRTG_lib.pm in @INC (@INC contains: /usr/bin/../lib/mrtg2 /usr/bin /usr/lib64/perl5/site_perl/5.12.3/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.12.3 /usr/lib64/perl5/vendor_perl/5.12.3/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.12.3 /usr/lib64/perl5/5.12.3/x86_64-linux-thread-multi /usr/lib64/perl5/5.12.3 /usr/lib64/perl5/site_perl/5.10.0 /usr/lib64/perl5/site_perl /usr/lib64/perl5/vendor_perl .) at /usr/bin/mrtg line 89. BEGIN failed--compilation aborted at /usr/bin/mrtg line 89. After doing the ugliest of hacks: # ln -s /usr/lib64/mrtg2 /usr/lib/mrtg2 This is the result: # mrtg Usage: mrtg ... Best regards, mario From matteo.bernardini at gmail.com Fri Oct 7 10:27:48 2011 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Fri, 7 Oct 2011 12:27:48 +0200 Subject: [Slackbuilds-users] mrtg.SlackBuild In-Reply-To: <4E8EC481.2050007@slackverse.org> References: <4E8EC481.2050007@slackverse.org> Message-ID: 2011/10/7 Mario : > Hey everyone, > > mrtg seems to have problems on 64bit: > > # mrtg > Can't locate MRTG_lib.pm in @INC (@INC contains: /usr/bin/../lib/mrtg2 > /usr/bin /usr/lib64/perl5/site_perl/5.12.3/x86_64-linux-thread-multi > /usr/lib64/perl5/site_perl/5.12.3 > /usr/lib64/perl5/vendor_perl/5.12.3/x86_64-linux-thread-multi > /usr/lib64/perl5/vendor_perl/5.12.3 > /usr/lib64/perl5/5.12.3/x86_64-linux-thread-multi /usr/lib64/perl5/5.12.3 > /usr/lib64/perl5/site_perl/5.10.0 /usr/lib64/perl5/site_perl > /usr/lib64/perl5/vendor_perl .) at /usr/bin/mrtg line 89. > BEGIN failed--compilation aborted at /usr/bin/mrtg line 89. > > After doing the ugliest of hacks: > > # ln -s /usr/lib64/mrtg2 /usr/lib/mrtg2 > > This is the result: > > # mrtg > Usage: mrtg personally added this sed after the make install sed -i "s/lib\${/lib${LIBDIRSUFFIX}\${/" $PKG/usr/bin/mrtg Matteo From niels.horn at gmail.com Fri Oct 7 10:31:42 2011 From: niels.horn at gmail.com (Niels Horn) Date: Fri, 7 Oct 2011 07:31:42 -0300 Subject: [Slackbuilds-users] mrtg.SlackBuild In-Reply-To: References: <4E8EC481.2050007@slackverse.org> Message-ID: On Fri, Oct 7, 2011 at 7:27 AM, Matteo Bernardini wrote: > 2011/10/7 Mario : >> Hey everyone, >> >> mrtg seems to have problems on 64bit: >> >> # mrtg >> Can't locate MRTG_lib.pm in @INC (@INC contains: /usr/bin/../lib/mrtg2 >> /usr/bin /usr/lib64/perl5/site_perl/5.12.3/x86_64-linux-thread-multi >> /usr/lib64/perl5/site_perl/5.12.3 >> /usr/lib64/perl5/vendor_perl/5.12.3/x86_64-linux-thread-multi >> /usr/lib64/perl5/vendor_perl/5.12.3 >> /usr/lib64/perl5/5.12.3/x86_64-linux-thread-multi /usr/lib64/perl5/5.12.3 >> /usr/lib64/perl5/site_perl/5.10.0 /usr/lib64/perl5/site_perl >> /usr/lib64/perl5/vendor_perl .) at /usr/bin/mrtg line 89. >> BEGIN failed--compilation aborted at /usr/bin/mrtg line 89. >> >> After doing the ugliest of hacks: >> >> # ln -s /usr/lib64/mrtg2 /usr/lib/mrtg2 >> >> This is the result: >> >> # mrtg >> Usage: mrtg > > personally added this sed after the make install > > sed -i "s/lib\${/lib${LIBDIRSUFFIX}\${/" $PKG/usr/bin/mrtg > > Matteo > _______________________________________________ Copying the maintainer... -- Niels Horn From info at microlinux.fr Fri Oct 7 13:43:01 2011 From: info at microlinux.fr (Nicolas Kovacs) Date: Fri, 07 Oct 2011 15:43:01 +0200 Subject: [Slackbuilds-users] Squid: rc.squid doesn't stop Squid correctly In-Reply-To: <201110061251.32495.xgizzmo@slackbuilds.org> References: <4E8D5D24.3050502@microlinux.fr> <201110061251.32495.xgizzmo@slackbuilds.org> Message-ID: <4E8F01E5.20802@microlinux.fr> Le 06/10/2011 18:51, xgizzmo at slackbuilds.org a ?crit : > I can not reproduce any of these problems on a clean system with a > fresh build and install of squid. That's probably because I didn't start from the default squid.conf but edited my own. My error. Keep up the good work and thanks for the Squid SlackBuild! Cheers, Niki -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 From Bradley at NorthTech.US Sat Oct 8 00:11:25 2011 From: Bradley at NorthTech.US (Bradley D. Thornton) Date: Fri, 07 Oct 2011 17:11:25 -0700 Subject: [Slackbuilds-users] Linux Counter support for Slackware (LiCo - the new generation of the old familiar li.org) Message-ID: <4E8F952D.6020603@NorthTech.US> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Off topic here, but other than LQ I can't really think of a place where I should post this, and this list has the best minds on the subject anyway. I've opened a ticket at linuxcounter.net because the new counter software (lico-update.sh) doesn't correctly ascertain the distro and version when it comes to Slackware. Because it is Slackware, the new maintainer of the Linux Counter has pretty much said, "Of course I'll accommodate Slackware". The Linux counter script currently checks for the /etc/lsb-release to ascertain this information, and sure, we can create that file and put what we want in there, but he's looking to hinge on the more unique aspects of Slackware to support it as the oldest distro and maintain its place in the royal lineage ;) Here's a couple of suggestions quoted by him: Fortunatly I'm of course willing to implement some special support for Slackware. So it would be fine to get, for example the content of your /etc /slackware-version file. Maybe there is also some other way to get the exact name and version of the distribution. Before they put this in stone I'd like to hear from others here as to what you might recommend as a great implementation for the Linux Counter to support us :) 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 iQEcBAEBAwAGBQJOj5UsAAoJEE1wgkIhr9j3elAH/A3Mpd/LU/XaRnBhM+R9qFzt ySUTuRVI9BflTFPZrnRqa/5/xria/zOJbVt6mkViixf5Ppb7CeemSM0ZzdImW7bq 2CiMc44kdHBlTGHHiRz1FAcBcEGPzcV+TcLfOImrD344gSYjAo02NZDKYcb3/0On WQzuUAcYNXp9x79sOUynUvLo5gsqSMkuApzsHDgm7QNxuk4GY7KvjnIE762gQqKg GMv2bP331HZv1HWuy3JJhKSRwd8TjpJnbGTvWzU+56HLsxUqgdE5jjJ5uaM9iJ2P lGIusE9KCpQdgi0zycJHt4NTtTWfboNHyOXDsQNk3v3JyBxNVB9lBHBpjuHJuxo= =vd9/ -----END PGP SIGNATURE----- From mfilpot at gmail.com Sat Oct 8 03:04:52 2011 From: mfilpot at gmail.com (Matthew Fillpot) Date: Fri, 7 Oct 2011 23:04:52 -0400 Subject: [Slackbuilds-users] Linux Counter support for Slackware (LiCo - the new generation of the old familiar li.org) In-Reply-To: <4E8F952D.6020603@NorthTech.US> References: <4E8F952D.6020603@NorthTech.US> Message-ID: On Fri, Oct 7, 2011 at 8:11 PM, Bradley D. Thornton wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > Off topic here, but other than LQ I can't really think of a place where > I should post this, and this list has the best minds on the subject anyway. > > I've opened a ticket at linuxcounter.net because the new counter > software (lico-update.sh) doesn't correctly ascertain the distro and > version when it comes to Slackware. > > Because it is Slackware, the new maintainer of the Linux Counter has > pretty much said, "Of course I'll accommodate Slackware". The Linux > counter script currently checks for the /etc/lsb-release to ascertain > this information, and sure, we can create that file and put what we want > in there, but he's looking to hinge on the more unique aspects of > Slackware to support it as the oldest distro and maintain its place in > the royal lineage ;) > > Here's a couple of suggestions quoted by him: > > > Fortunatly I'm of course willing to implement some special support for > ?Slackware. > > ?So it would be fine to get, for example the content of your /etc > ?/slackware-version file. Maybe there is also some other way to get the > ?exact name and version of the distribution. > > > Before they put this in stone I'd like to hear from others here as to > what you might recommend as a great implementation for the Linux Counter > to support us :) > > 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 > > iQEcBAEBAwAGBQJOj5UsAAoJEE1wgkIhr9j3elAH/A3Mpd/LU/XaRnBhM+R9qFzt > ySUTuRVI9BflTFPZrnRqa/5/xria/zOJbVt6mkViixf5Ppb7CeemSM0ZzdImW7bq > 2CiMc44kdHBlTGHHiRz1FAcBcEGPzcV+TcLfOImrD344gSYjAo02NZDKYcb3/0On > WQzuUAcYNXp9x79sOUynUvLo5gsqSMkuApzsHDgm7QNxuk4GY7KvjnIE762gQqKg > GMv2bP331HZv1HWuy3JJhKSRwd8TjpJnbGTvWzU+56HLsxUqgdE5jjJ5uaM9iJ2P > lGIusE9KCpQdgi0zycJHt4NTtTWfboNHyOXDsQNk3v3JyBxNVB9lBHBpjuHJuxo= > =vd9/ > -----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/ > > You have good timing, I am also in contact with the admin at LinuxCounter and was going to recommend the same in the form of a diff file. Since not all distros use the lsb_release file the simplest method would be to read the slackware-version file in which the script can be modified for other distros that use /etc/{distor}-version files. That method would be preferred by me and hopefully the community because it would require no changes to Slackware and it can benefit other distros. I would recommend taking this proposal to the LICO mailing-list so they can discuss it there to figure out which other distros it may benefit and be integrated into the script change. -- -Thank You, -Matthew Fillpot From the_emmel at gmx.net Sat Oct 8 15:30:44 2011 From: the_emmel at gmx.net (emmel) Date: Sat, 8 Oct 2011 17:30:44 +0200 Subject: [Slackbuilds-users] Linux Counter support for Slackware (LiCo - the new generation of the old familiar li.org) In-Reply-To: References: <4E8F952D.6020603@NorthTech.US> Message-ID: <20111008153044.GA7033@pollux.mlnet> While we are at it: Are there any plans to make a lico-script package/slackbuild? I know installing it is not much work, but somehow I never got around to do it... And that does make one wonder. -- 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 mfilpot at gmail.com Sat Oct 8 15:41:32 2011 From: mfilpot at gmail.com (Matthew Fillpot) Date: Sat, 8 Oct 2011 11:41:32 -0400 Subject: [Slackbuilds-users] Linux Counter support for Slackware (LiCo - the new generation of the old familiar li.org) In-Reply-To: <20111008153044.GA7033@pollux.mlnet> References: <4E8F952D.6020603@NorthTech.US> <20111008153044.GA7033@pollux.mlnet> Message-ID: On Sat, Oct 8, 2011 at 11:30 AM, emmel wrote: > While we are at it: Are there any plans to make a lico-script > package/slackbuild? I know installing it is not much work, but somehow I > never got around to do it... And that does make one wonder. > -- > GPG signed > Fingerprint: 60B4 D8E3 9617 900C 6726 ?168F D677 5AAD D40F CCE7 > Certserver : hkp://pgp.mit.edu > > _______________________________________________ > 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/ > > > The LinuxCounter.net script is just a single bash script that is meant to be run by the user, it is easy enough to download and run it from your home directory. But if you really want a slackbuild for it, then I can throw one together. -- -Thank You, -Matthew Fillpot From the_emmel at gmx.net Sat Oct 8 16:53:36 2011 From: the_emmel at gmx.net (emmel) Date: Sat, 8 Oct 2011 18:53:36 +0200 Subject: [Slackbuilds-users] Linux Counter support for Slackware (LiCo - the new generation of the old familiar li.org) In-Reply-To: References: <4E8F952D.6020603@NorthTech.US> <20111008153044.GA7033@pollux.mlnet> Message-ID: <20111008165336.GA8588@pollux.mlnet> On Sat, Oct 08, 2011 at 11:41:32AM -0400, Matthew Fillpot wrote: > On Sat, Oct 8, 2011 at 11:30 AM, emmel wrote: > > While we are at it: Are there any plans to make a lico-script > > package/slackbuild? I know installing it is not much work, but somehow I > > never got around to do it... And that does make one wonder. > > The LinuxCounter.net script is just a single bash script that is meant > to be run by the user, it is easy enough to download and run it from > your home directory. But if you really want a slackbuild for it, then > I can throw one together. Not on my account, at least not if I'm the only one. I mean I could easily do this myself (install or write the script), but I was wondering if it would be interesting for others. If there are a dozen people or so who just can't be bothered to do it manually or don't want to, then it would make sense to have one. -- 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 kingbeowulf at gmail.com Sat Oct 8 23:19:14 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Sat, 8 Oct 2011 16:19:14 -0700 Subject: [Slackbuilds-users] Linux Counter support for Slackware (LiCo - the new generation of the old familiar li.org) In-Reply-To: <20111008165336.GA8588@pollux.mlnet> References: <4E8F952D.6020603@NorthTech.US> <20111008153044.GA7033@pollux.mlnet> <20111008165336.GA8588@pollux.mlnet> Message-ID: On Sat, Oct 8, 2011 at 9:53 AM, emmel wrote: > On Sat, Oct 08, 2011 at 11:41:32AM -0400, Matthew Fillpot wrote: > > On Sat, Oct 8, 2011 at 11:30 AM, emmel wrote: > > > While we are at it: Are there any plans to make a lico-script > > > package/slackbuild? I know installing it is not much work, but somehow > I > > > never got around to do it... And that does make one wonder. > > > > The LinuxCounter.net script is just a single bash script that is meant > > to be run by the user, it is easy enough to download and run it from > > your home directory. But if you really want a slackbuild for it, then > > I can throw one together. > > Not on my account, at least not if I'm the only one. I mean I could > easily do this myself (install or write the script), but I was wondering > if it would be interesting for others. If there are a dozen people or so > who just can't be bothered to do it manually or don't want to, then it > would make sense to have one. > -- > GPG signed > Fingerprint: 60B4 D8E3 9617 900C 6726 168F D677 5AAD D40F CCE7 > Certserver : hkp://pgp.mit.edu > > A slackbuild script for a simple script like this is a bit overkill. Easy enough to just run it from your $HOME. It doesn't need to be installed system wide. As for LICO script update, I agree with using /etc/slackware-version along with uname should be sufficient. -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 mfilpot at gmail.com Sat Oct 8 23:29:52 2011 From: mfilpot at gmail.com (Matthew Fillpot) Date: Sat, 8 Oct 2011 19:29:52 -0400 Subject: [Slackbuilds-users] Linux Counter support for Slackware (LiCo - the new generation of the old familiar li.org) In-Reply-To: References: <4E8F952D.6020603@NorthTech.US> <20111008153044.GA7033@pollux.mlnet> <20111008165336.GA8588@pollux.mlnet> Message-ID: On Sat, Oct 8, 2011 at 7:19 PM, King Beowulf wrote: > > > On Sat, Oct 8, 2011 at 9:53 AM, emmel wrote: >> >> On Sat, Oct 08, 2011 at 11:41:32AM -0400, Matthew Fillpot wrote: >> > On Sat, Oct 8, 2011 at 11:30 AM, emmel wrote: >> > > While we are at it: Are there any plans to make a lico-script >> > > package/slackbuild? I know installing it is not much work, but somehow >> > > I >> > > never got around to do it... And that does make one wonder. >> > >> > The LinuxCounter.net script is just a single bash script that is meant >> > to be run by the user, it is easy enough to download and run it from >> > your home directory. But if you really want a slackbuild for it, then >> > I can throw one together. >> >> Not on my account, at least not if I'm the only one. I mean I could >> easily do this myself (install or write the script), but I was wondering >> if it would be interesting for others. If there are a dozen people or so >> who just can't be bothered to do it manually or don't want to, then it >> would make sense to have one. >> -- >> GPG signed >> Fingerprint: 60B4 D8E3 9617 900C 6726 ?168F D677 5AAD D40F CCE7 >> Certserver : hkp://pgp.mit.edu >> > > A slackbuild script for a simple script like this is a bit overkill.? Easy > enough to just run it from your $HOME.? It doesn't need to be installed > system wide. > > As for LICO script update, I agree with using /etc/slackware-version along > with uname should be sufficient. > > -Ed > > -- > You! What PLANET is this! > ? ? -- McCoy, "The City on the Edge of Forever", stardate 3134.0 > > > _______________________________________________ > 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/ > > > Alexander at LinuxCounter released an update to the script a few minutes ago that searches for a *-version or *-release file /etc and pulls the distro and release number from that file. So at this point the script has been adapted to work with Slackware. -- -Thank You, -Matthew Fillpot From ml at mareichelt.com Sun Oct 9 20:09:44 2011 From: ml at mareichelt.com (markus reichelt) Date: Sun, 9 Oct 2011 22:09:44 +0200 Subject: [Slackbuilds-users] Tahoe-LAFS news Message-ID: <20111009200944.GC25629@pc21.mareichelt.com> Aloha, this goes out to folks using Tahoe-LAFS on Slackware. - tahoe-lafs.org is in the process of relocating to a new home: http://www.linuxquestions.org/questions/showthread.php?p=4493975 - there's a temporary mirror for the latest sources: http://pub.cryptowars.info/tahoe-lafs/ - if you want to build 1.8.3 with the script on sbo you need to: a) adapt the version number in the script b) install mock & pyasn1 (both in pending but easy enough to just clone scripts for - or just mail me about it) c) the dl link for Nevow changed, I got it from http://pypi.python.org/pypi/Nevow/ - there is the Second International Tahoe-LAFS Summit, 2nd week of Nov, taking place in San Francisco, USA, at Mozilla's new San Francisco office (2 Harrison St.) If you use Tahoe-LAFS and are in the area at that time, please don't hesitate to drop by on IRC to get more info, channel #tahoe-lafs on freenode -- 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 chris.abela at maltats.com Tue Oct 11 13:38:22 2011 From: chris.abela at maltats.com (Chris ABELA) Date: Tue, 11 Oct 2011 15:38:22 +0200 Subject: [Slackbuilds-users] wireshark issues Message-ID: <7841674E2E1A4785B2D0153D591D3C64@maltats.com> I have an updated 13.37 32 bit installation plus 117 SBo packages, nothing else. I upgraded wireshark to 1.6.1 from 1.4.6 and it fails to start: ~ $ wireshark wireshark: error while loading shared libraries: libwsutil.so.0: cannot open shared object file: No such file or directory ~ $ wireshark 1.4.6 works/worked fine. This was solved as follows: # cd /usr/lib # ln -s libwsutil.so.1.0.0 libwsutil.so.0 And similarly: # ln -s libwiretrap.so.1.0.0 libwiretrap.so.0 (BTW I wonder if this would unleash a dependency hell in other distros) I also failed to start wireshark in the recommended method in the README: /sbin/setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap unable to set CAP_SETFCAP effective capability: Operation not permitted Actually, normally I rely on kdesu to start wireshark, as otherwise dumpcap looks similar to tcpdump, which is not what I want, but I would appreciate an explanation on how it should work. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: From nickblizzard1776 at gmail.com Tue Oct 11 13:40:29 2011 From: nickblizzard1776 at gmail.com (Nick Blizzard) Date: Tue, 11 Oct 2011 09:40:29 -0400 Subject: [Slackbuilds-users] wireshark issues In-Reply-To: <7841674E2E1A4785B2D0153D591D3C64@maltats.com> References: <7841674E2E1A4785B2D0153D591D3C64@maltats.com> Message-ID: I solved this by removing the old wireshark package, rebuilding the new one and installing it. No issues. On Oct 11, 2011 9:38 AM, "Chris ABELA" wrote: > I have an updated 13.37 32 bit installation plus 117 SBo packages, > nothing else. **** > > ** ** > > I upgraded wireshark to 1.6.1 from 1.4.6 and it fails to start:**** > > ** ** > > ~ $ wireshark **** > > wireshark: error while loading shared libraries: libwsutil.so.0: cannot > open shared object file: No such file or directory**** > > ~ $**** > > ** ** > > wireshark 1.4.6 works/worked fine.**** > > ** ** > > This was solved as follows:**** > > ** ** > > # cd /usr/lib**** > > # ln ?s libwsutil.so.1.0.0 libwsutil.so.0**** > > ** ** > > And similarly:**** > > ** ** > > # ln ?s libwiretrap.so.1.0.0 libwiretrap.so.0**** > > ** ** > > (BTW I wonder if this would unleash a dependency hell in other distros)*** > * > > ** ** > > ** ** > > I also failed to start wireshark in the recommended method in the README:* > *** > > ** ** > > /sbin/setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap**** > > unable to set CAP_SETFCAP effective capability: Operation not permitted*** > * > > ** ** > > Actually, normally I rely on kdesu to start wireshark, as otherwise dumpcap > looks similar to tcpdump, which is not what I want, but I would appreciate > an explanation on how it should work.**** > > ** ** > > Chris**** > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.abela at maltats.com Tue Oct 11 13:52:56 2011 From: chris.abela at maltats.com (Chris ABELA) Date: Tue, 11 Oct 2011 15:52:56 +0200 Subject: [Slackbuilds-users] wireshark issues In-Reply-To: References: <7841674E2E1A4785B2D0153D591D3C64@maltats.com> Message-ID: >> I solved this by removing the old wireshark package, rebuilding the new >> one and installing it. No issues. That did not work here. Do you have a /usr/lib/{libwsutil.so.0,libwiretrap.so.0} in your package or from doinst.sh? From yalhcru at gmail.com Tue Oct 11 19:01:32 2011 From: yalhcru at gmail.com (B Watson) Date: Tue, 11 Oct 2011 15:01:32 -0400 Subject: [Slackbuilds-users] wireshark issues In-Reply-To: <7841674E2E1A4785B2D0153D591D3C64@maltats.com> References: <7841674E2E1A4785B2D0153D591D3C64@maltats.com> Message-ID: On 10/11/11, Chris ABELA wrote: > /sbin/setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap > > unable to set CAP_SETFCAP effective capability: Operation not permitted Did you run the command as root (or at least with sudo)? Normal users can't use setcap. If you still get "operation not permitted" when running setcap as root, it's possible you're using a filesystem that doesn't support POSIX capabilities. However, all the filesystem types Slackware normally uses (the ones listed in the installer) do support capabilities, so unless you're doing something weird/interesting/unusual, you shouldn't be having this problem. From rworkman at slackbuilds.org Wed Oct 12 02:58:46 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Tue, 11 Oct 2011 21:58:46 -0500 Subject: [Slackbuilds-users] Updates - 20111012.1 Message-ID: <20111011215846.417fa141@liberty.rlwhome.lan> Wed Oct 12 02:21:31 UTC 2011 academic/bibletime: Updated for version 2.8.2. academic/gcalctool: Added (a graphical UNIX calculator) academic/genpak: Fix to place libs in the correct directory. academic/octave: Updated for version 3.4.2. academic/stellarium: Updated for version 0.11.0. audio/Pd-extended: various cleanups and enhancements audio/qmmp: Updated for version 0.5.2. desktop/AlsaMixer.app: Added (dockapp mixer utility) desktop/compiz-boxmenu: Fix grammar in README. desktop/faenza-icon-theme: Updated for version 1.0. desktop/gtk1-industrial-engine: Added (GTK1 engine and theme) desktop/gtk1-theme-switch: Added (Theme chooser for GTK1) desktop/wally: Updated for version 2.4.2. desktop/wminfo: Updated for version 2.10. development/Sphinx: Updated for version 1.0.8. development/alloy: Add desktop and icon files. development/gedit-plugins: Added (GNOME Text Editor Plugins) development/gedit: Added (GNOME Text Editor) development/gtkdialog: Updated for version 0.8.0. development/netbeans: Updated for version 7.0.1. development/newlisp: Added (Lisp-like scripting language) development/orc: Updated for version 0.4.15. games/xmoto: Updated for version 0.5.8. games/xye: Added (a puzzle game like sokoban or boulderdash) graphics/dia: Updated for version 0.97.1 (+new maintainer) graphics/pngcrush: Updated for version 1.7.17. libraries/libchewing: Updated for version 0.3.3. libraries/libmemcached: Updated for version 0.53. libraries/libmirage: Updated for version 1.4.0. libraries/libmnl: Added (user-space library for Netlink developers) libraries/libnetfilter_log: Misc. tweaks - no BUILD changes libraries/libvirt: Updated for version 0.9.4. libraries/libvmime-zarafa: Updated for version 0.9.1_p20110328. libraries/opencv: Updated for version 2.3.1a. libraries/tamu_anova: Added (Contains both single and two factor ANOVA) misc/yara: Added (A malware identification and classification tool) multimedia/flash-player-plugin: Updated for version 11.0.1.152. multimedia/makemkv: Updated for version 1.6.15. multimedia/minidlna: Added (mini DLNA server) multimedia/mkvtoolnix: Updated for version 4.9.1. multimedia/w_scan: Added (DVB and ATSC channel scanner) network/arm: Updated for version 1.4.4.1. network/cacti: Updated for version 0.8.7h. network/dovecot-pigeonhole: Updated for version 0.2.4. network/dropbox: Updated for version 1.1.45. network/icecat: Updated for version 6.0.2. network/ljpms: Added (LiveJournal backup and maintenance tool) network/loic: Fix building with recent monodevelop. network/ntop: Updated for version 4.1.0. network/offlineimap: Updated for version 6.3.4. network/openl2tp: Added (Layer Two Tunneling Protocol Version 2) network/privoxy: Updated for version 3.0.17, new maintainer. network/qbittorrent: Updated for version 2.8.5. network/varnish: Added (a state of the art web application accelerator) network/wireshark: Updated for version 1.6.2. network/zarafa-webaccess-ajax: Updated for version 7.0.1. network/zarafa: Updated for version 7.0.1. office/grisbi: Updated for version 0.8.8. office/tellico: Updated for version 2.3.4. system/apcupsd: Updated for version 3.14.9. system/aqemu: Updated for version 0.8.2. system/cdemu-client: Updated for version 1.4.0. system/cdemu-daemon: Updated for version 1.4.0. system/gcdemu: Added (gtk applet for controlling CDEmu daemon) system/hardinfo: Added (GTK+2 system information and benchmark tool) system/image-analyzer: Updated for version 1.4.0. system/ksh-openbsd: Renamed from "ksh" and updated to 20110909 system/lomoco: Added (Logitech Mouse Control for Linux) system/postgresql: Updated for version 9.1.1. system/truecrypt: Updated for version 7.1. system/vhba-module: Updated for version 20110915. system/wdfs: Added (webdav filesystem for fuse) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From chris.abela at maltats.com Wed Oct 12 07:58:04 2011 From: chris.abela at maltats.com (Chris ABELA) Date: Wed, 12 Oct 2011 09:58:04 +0200 Subject: [Slackbuilds-users] wireshark issues In-Reply-To: References: <7841674E2E1A4785B2D0153D591D3C64@maltats.com> Message-ID: <70EBC9893BE6446F821FBF6A862F98AB@maltats.com> Did you run the command as root (or at least with sudo)? Normal users can't use setcap. If you still get "operation not permitted" when running setcap as root, it's possible you're using a filesystem that doesn't support POSIX capabilities. However, all the filesystem types Slackware normally uses (the ones listed in the installer) do support capabilities, so unless you're doing something weird/interesting/unusual, you shouldn't be having this problem. I confirm that I am using ext3 file system. Thanks to your suggestions, I understood how it works: $ sudo /sbin/setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap # wireshark The "$" in the README is misleading Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: From sid77 at slackware.it Thu Oct 13 09:03:34 2011 From: sid77 at slackware.it (Marco Bonetti) Date: Thu, 13 Oct 2011 11:03:34 +0200 (CEST) Subject: [Slackbuilds-users] krb5 libraries Message-ID: <60d35ff3-b6fc-4746-b682-2687756f2bdf@zimbra> Hello all, I have recently updated "framework" (the Metasploit Framework) and now it requires the kerberos libraries as a dependency. Installing krb5 from SlackBuilds.org was a breeze but I've noticed that everything is installed inside /usr/kerberos: I had to add /usr/kerberos/lib to ld.so.conf in order to sucessfully run my binaries. Is it supposed to be this way or is there something wrong? Thanks, Marco -- Marco Bonetti Tor research and other stuff: http://sid77.slackware.it/ Slackintosh Linux Project Developer: http://workaround.ch/ Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/ My GnuPG key id: 0x0B60BC5F From geprouser at gmail.com Fri Oct 14 01:17:35 2011 From: geprouser at gmail.com (David Gordon) Date: Thu, 13 Oct 2011 21:17:35 -0400 Subject: [Slackbuilds-users] GNUCash wrong dependency Message-ID: I tried building GNUCash 2.4.5 on Slackware64 13.37 and it failed because of an incorrect dependency. gnome-keyring is stated as a dependency but libgnomeui fails to build because it actually depends on libgnome-keyring instead. After building libgnome-keyring I was able to build libgnomeui and finally build gnucash. From rworkman at slackbuilds.org Fri Oct 14 02:08:17 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 13 Oct 2011 21:08:17 -0500 Subject: [Slackbuilds-users] GNUCash wrong dependency In-Reply-To: References: Message-ID: <20111013210817.60b6eb9d@liberty.rlwhome.lan> On Thu, 13 Oct 2011 21:17:35 -0400 David Gordon wrote: > I tried building GNUCash 2.4.5 on Slackware64 13.37 and it failed > because of an incorrect dependency. > > gnome-keyring is stated as a dependency but libgnomeui fails to build > because it actually depends on libgnome-keyring instead. > > After building libgnome-keyring I was able to build libgnomeui and > finally build gnucash. gnome-keyring lists libgnome-keyring as a requirement, so you should have it regardless. -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 Oct 14 02:10:23 2011 From: rworkman at slackbuilds.org (Robby Workman) Date: Thu, 13 Oct 2011 21:10:23 -0500 Subject: [Slackbuilds-users] krb5 libraries In-Reply-To: <60d35ff3-b6fc-4746-b682-2687756f2bdf@zimbra> References: <60d35ff3-b6fc-4746-b682-2687756f2bdf@zimbra> Message-ID: <20111013211023.1dbd2770@liberty.rlwhome.lan> On Thu, 13 Oct 2011 11:03:34 +0200 (CEST) Marco Bonetti wrote: > Hello all, > I have recently updated "framework" (the Metasploit Framework) and > now it requires the kerberos libraries as a dependency. Installing > krb5 from SlackBuilds.org was a breeze but I've noticed that > everything is installed inside /usr/kerberos: I had to > add /usr/kerberos/lib to ld.so.conf in order to sucessfully run my > binaries. > > Is it supposed to be this way or is there something wrong? It is supposed to be that way -- if my memory is correct, there were too many conflicts with other Slackware-provided things to leave prefix=/usr, so the maintainer elected to use /usr/kerberos as the prefix instead. Is there no way to tell framework where to find the krb5 stuff? -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From sid77 at slackware.it Fri Oct 14 09:58:13 2011 From: sid77 at slackware.it (Marco Bonetti) Date: Fri, 14 Oct 2011 11:58:13 +0200 (CEST) Subject: [Slackbuilds-users] krb5 libraries In-Reply-To: <20111013211023.1dbd2770@liberty.rlwhome.lan> Message-ID: ----- Original Message ----- > Is there no way to tell framework where to find the krb5 stuff? To be honest, I think it's a potential bug on the framework side: they have libraries for *EVERYTHING* packed in except for krb5. Anyway, I think I can work around it patching the main script used by all binaries, adding an export of LD_PRELOAD. ciao, Marco -- Marco Bonetti Tor research and other stuff: http://sid77.slackware.it/ Slackintosh Linux Project Developer: http://workaround.ch/ Linux-live for powerpc: http://workaround.ch/pub/rsync/mb/linux-live/ My GnuPG key id: 0x0B60BC5F From rshepard at appl-ecosys.com Fri Oct 14 14:55:37 2011 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Fri, 14 Oct 2011 07:55:37 -0700 (PDT) Subject: [Slackbuilds-users] psycopg Upgraded Message-ID: For information: psycopg version 2.4.2 was recently released. It builds with only the version number changed in the SlackBuild file and upgraded the installed 2.2.2 with no problems. Rich From carlos at strangeworlds.co.uk Sat Oct 15 11:52:09 2011 From: carlos at strangeworlds.co.uk (Carlos Corbacho) Date: Sat, 15 Oct 2011 12:52:09 +0100 Subject: [Slackbuilds-users] psycopg Upgraded In-Reply-To: References: Message-ID: <4941299.r0T3IlaRXR@valkyrie> On Friday 14 Oct 2011 07:55:37 Rich Shepard wrote: > For information: psycopg version 2.4.2 was recently released. It builds > with only the version number changed in the SlackBuild file and upgraded the > installed 2.2.2 with no problems. Thanks for the reminder - I had the update sitting locally, but forgot to submit it. -Carlos From rootoutcast at hushmail.com Sun Oct 16 15:14:28 2011 From: rootoutcast at hushmail.com (rootoutcast at hushmail.com) Date: Sun, 16 Oct 2011 11:14:28 -0400 Subject: [Slackbuilds-users] remove from queue request Message-ID: <20111016151428.72B2414DBD4@smtp.hushmail.com> Hi this is Joseph Schofield I submitted two slack builds speech_tools and festival for approval, a day or two after submitting them I found a possible problem. Can these slack builds be removed from the queue? Thanks Joseph Schofield From wxj.g.sh at gmail.com Sun Oct 16 15:41:24 2011 From: wxj.g.sh at gmail.com (vvoody) Date: Sun, 16 Oct 2011 23:41:24 +0800 Subject: [Slackbuilds-users] remove from queue request In-Reply-To: <20111016151428.72B2414DBD4@smtp.hushmail.com> References: <20111016151428.72B2414DBD4@smtp.hushmail.com> Message-ID: Hi, after submitting the tarball, you will receive a message like: New upload: XXXXXX.tar.bz2 Category: Development Submission code: X1YDHe5f If you need to remove this submission before it is approved please visit: http://slackbuilds.org/remove/ Then you can remove by yourself. On Sun, Oct 16, 2011 at 11:14 PM, wrote: > Hi this is Joseph Schofield I submitted two slack builds > speech_tools and festival for approval, a day or two after > submitting them I found a possible problem. Can these slack builds > be removed from the queue? > > Thanks > > Joseph Schofield > > _______________________________________________ > 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/ > > -- Free as freedom, slack as Slackware. vvoody From black_rider at esdebian.org Mon Oct 17 01:28:17 2011 From: black_rider at esdebian.org (Black Rider) Date: Mon, 17 Oct 2011 03:28:17 +0200 Subject: [Slackbuilds-users] Rkhunter 1.3.8 breaks due to the update to file 5.09 Message-ID: <20111017032824.3607e96d@whitestar> Hello. The last update of the file app in Slackware 13.37 triggers a very nasty false positive in rkhunter 1.3.8. The bug is the same that is shown here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641217 The Debian team claims to have fixed the bug by applying a patch from upstream. I post this because I spent half an hour comparing my running system with an old backup and trying to detect the "rootkit" that was triggering the alarm. Others will live better if I warn them first. May I suggest the maintainer of the SlackBuild to consider fixing this the same way? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From Hullen at t-online.de Mon Oct 17 04:10:00 2011 From: Hullen at t-online.de (Helmut Hullen) Date: 17 Oct 2011 06:10:00 +0200 Subject: [Slackbuilds-users] Rkhunter 1.3.8 breaks due to the update to file 5.09 In-Reply-To: <20111017032824.3607e96d@whitestar> Message-ID: Hallo, Black, Du meintest am 17.10.11: > The last update of the file app in Slackware 13.37 triggers a very > nasty false positive in rkhunter 1.3.8. Reproduceable, not only in a slackware installation. "file-5.07" makes no problems, "file-5.08" and "file-5.09" produce "Warning: The command '/usr/bin/rkhunter' has been replaced and is not a script: /usr/bin/rkhunter: POSIX shell script, ASCII text executable" Viele Gruesse! Helmut From artourter at gmail.com Mon Oct 17 09:25:58 2011 From: artourter at gmail.com (Greg' Ar Tourter) Date: Mon, 17 Oct 2011 10:25:58 +0100 Subject: [Slackbuilds-users] Rkhunter 1.3.8 breaks due to the update to file 5.09 In-Reply-To: References: <20111017032824.3607e96d@whitestar> Message-ID: Hi, I suspect this change in behaviour from "file" will also create a problem in the default slackbuild templates where it looks for binaries to strip find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true This line will now react to scripts as well. Not sure yet what we should do about that but thought I should flag it. Cheers Greg On 17 October 2011 05:10, Helmut Hullen wrote: > Hallo, Black, > > Du meintest am 17.10.11: > >> The last update of the file app in Slackware 13.37 triggers a very >> nasty false positive in rkhunter 1.3.8. > > Reproduceable, not only in a slackware installation. > > "file-5.07" makes no problems, "file-5.08" and "file-5.09" produce > > "Warning: The command '/usr/bin/rkhunter' has been replaced and is not a > script: /usr/bin/rkhunter: POSIX shell script, ASCII text executable" > > Viele Gruesse! > Helmut > _______________________________________________ > 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 erik at slackbuilds.org Mon Oct 17 09:30:36 2011 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 17 Oct 2011 04:30:36 -0500 Subject: [Slackbuilds-users] Rkhunter 1.3.8 breaks due to the update to file 5.09 In-Reply-To: References: <20111017032824.3607e96d@whitestar> Message-ID: <20111017043036.64558c4a@shaggy.doo> On Mon, 17 Oct 2011 10:25:58 +0100 "Greg' Ar Tourter" wrote: > I suspect this change in behaviour from "file" will also create a > problem in the default slackbuild templates where it looks for > binaries to strip > > find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared > object" | grep ELF \ > | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true > > This line will now react to scripts as well. I don't think so, "ELF" is not present in the output.. > > "Warning: The command '/usr/bin/rkhunter' has been replaced and is > > not a script: /usr/bin/rkhunter: POSIX shell script, ASCII text > > executable" -- Erik Hanson From artourter at gmail.com Mon Oct 17 09:40:29 2011 From: artourter at gmail.com (Greg' Ar Tourter) Date: Mon, 17 Oct 2011 10:40:29 +0100 Subject: [Slackbuilds-users] Rkhunter 1.3.8 breaks due to the update to file 5.09 In-Reply-To: <20111017043036.64558c4a@shaggy.doo> References: <20111017032824.3607e96d@whitestar> <20111017043036.64558c4a@shaggy.doo> Message-ID: Hi On 17 October 2011 10:30, Erik Hanson wrote: > I don't think so, "ELF" is not present in the output.. Indeed. I knew I could not really be correct but could find out why. I should not read and respond to email before my morning coffee. Sorry for the noise. Cheers Greg From black_rider at esdebian.org Mon Oct 17 16:31:21 2011 From: black_rider at esdebian.org (Black Rider) Date: Mon, 17 Oct 2011 18:31:21 +0200 Subject: [Slackbuilds-users] Rkhunter 1.3.8 breaks due to the update to file 5.09 Message-ID: <20111017183121.1aa39e1b@whitestar> Hello. I have been able to fix the issue using this patch. It works perfectly for me now. The provided patch has been taken from the Debian project, and claims to be from upstream. -------------- next part -------------- A non-text attachment was scrubbed... Name: 25_support-newer-file-versions.diff Type: text/x-patch Size: 1044 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From grbzks at imap.cc Wed Oct 19 18:39:38 2011 From: grbzks at imap.cc (Grigorios Bouzakis) Date: Wed, 19 Oct 2011 21:39:38 +0300 Subject: [Slackbuilds-users] laptop-mode-tools udev rules location Message-ID: <4E9F196A.70106@imap.cc> Hi, the package laptop-mode-tools installs the udev rules in /etc/udev while it should installing them in /lib/udev (architecture independent location). The SlackBuild needs a sed -i 's|etc/udev|lib/udev|' install.sh before executing the install.sh script. CC'ing the maintainer. Take care -- Greg From black_rider at esdebian.org Fri Oct 21 20:33:37 2011 From: black_rider at esdebian.org (Black Rider) Date: Fri, 21 Oct 2011 22:33:37 +0200 Subject: [Slackbuilds-users] Rkhunter 1.3.8 breaks due to the update to file 5.09 Message-ID: <20111021223337.4de63126@whitestar> Are there plans to patch rkhunter, so the false positive is gone? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 230 bytes Desc: not available URL: From niels.horn at gmail.com Sat Oct 22 13:24:26 2011 From: niels.horn at gmail.com (Niels Horn) Date: Sat, 22 Oct 2011 11:24:26 -0200 Subject: [Slackbuilds-users] Updates - 20111022.1 Message-ID: Sat Oct 22 12:23:02 UTC 2011 academic/EMBOSS: Updated with newest patches. academic/QtiPlot: Added (Data Analysis and Visualisation) academic/antiprism: Added (set of polyhedra programs) academic/glpk: Updated for version 4.47. academic/treeview: Added (Program to display phylogenetic trees) audio/listener: Updated for version 2.0.1. audio/mp3wrap: Added (wrap multiple mp3 files into one) audio/pianobar: Updated for version 2011.09.22. audio/vmpk: Updated for version 0.4.0 (+moved from multimedia) desktop/QtCurve-Gtk2: Updated for version 1.8.11. desktop/QtCurve-KDE4: Updated for version 1.8.9. desktop/anki: Added (friendly, intelligent flashcards) desktop/faenza-icon-theme: Updated for version 1.1. desktop/wminfo: Updated for version 2.20. development/4th: Added (The friendly Forth compiler/interpreter) development/amd-app-sdk: Added (AMD Accelerated Parallel Processing SDK) development/avrdude: Updated for version 5.11.1. development/ipython: Updated for version 0.11. development/mcrl2: Added (micro Common Representation Language 2) development/mit-scheme: Added (MIT/GNU Scheme) development/monodevelop-database: Updated for version 2.8. development/monodevelop-debugger-gdb: Updated for version 2.8. development/monodevelop-debugger-mdb: Removed. development/monodevelop-python: Updated for version 2.8. development/monodevelop: Updated for version 2.8. development/opencvs: Added (a FREE implementation of the Concurrent Versions System) development/psycopg2: Updated for version 2.4.2. development/scons: Updated for version 2.1.0. development/tiled-qt: Updated for version 0.7.1. games/KoboDeluxe: Added (Simple space shooting game) games/alienarena: Updated for version 7.52. games/hedgewars: Added (a free turn based strategy game) games/ho1: Added (Manager tool for http://hattrick.org game.) graphics/exif: Fixed version in exif.info graphics/feh: Updated for version 2.0. graphics/fritzing: Updated for version 0.6.3b. graphics/iccprofiles: Added (ICC Profiles for color management workflows) graphics/separate+: Added (CMYK support for GIMP) libraries/Botan: Updated for version 1.10.1. libraries/FreeImage: Updated for version 3.15.0 (+new maintainer) libraries/libdc1394: Updated for version 2.1.3. libraries/libebml: Updated for version 1.2.2. libraries/libmatroska: Updated for version 1.3.0. libraries/libva: Fix VERSION in .info file libraries/muParser: Added (A math parser library) libraries/opencv: Removed old patch. libraries/qt-assistant-compat: Added (Qt Assistant compatibility) misc/gcp: Added (file copy tool) misc/unegg: Added (egg archive extractor) multimedia/SimpleSysexxer: Added (a MIDI device memory backup tool) multimedia/google-musicmanager: Added (Music uploader for Google Music) multimedia/media-player-info: Updated for version 15. network/claws-mail-extra-plugins: Make plugins easier to define. network/etherape: Updated for version 0.9.12. network/icecat: Updated for version 7.0.1. network/ipv6calc: Updated for version 0.92.0. network/jboss-as: Added (JBoss Application Server) network/mumble: Cleanup of script. network/nateon: Added (instant messenger for the nateon service) network/opera: Updated for version 11.52. network/periscope: Updated for version 0.2.4. network/phpmyadmin: Updated for version 3.4.6. network/pidgin-nateon: Removed. This no-longer works. network/pyneighborhood: Added (A windows share browser) network/shorewall6: Updated for version 4.4.24.1. network/shorewall: Updated for version 4.4.24.1. network/smb4k: New homepage/download links. network/sqlmap: Updated for version 0.9. network/sqlninja: Updated for version 0.2.5. network/tor: Updated for version 0.2.2.33. network/vidalia: Updated for version 0.2.15. network/xtables-addons: Updated for version 1.39. office/elyxer: Updated for version 1.2.3. office/gbgoffice: Added (Bgoffice dictionary frontend) office/moneydance: Updated for version 2011_b791. perl/perl-BerkeleyDB: Updated for version 0.49. perl/perl-Cache-FastMmap: Updated for version 1.39. perl/perl-Config-IniFiles: Updated for version 2.68. perl/perl-Convert-UUlib: Updated for version 1.4. perl/perl-Crypt-OpenSSL-RSA: Updated for version 0.28. perl/perl-NetAddr-IP: Updated for version 4.048. python/Mako: Updated for version 0.5.0 (+new category) python/MarkupSafe: Updated for version 0.15 (+new category) system/apache-activemq: Added (Apache ActiveMQ) system/clamav: Updated for version 0.97.3. system/mjpg-streamer: Added (lightweight video streamer) system/mjpg-streamer: Fix case of tmp dir. system/mksh: Upstream review; minor tweaks, updated TaC-mksh.txt added system/openscap: Added (open source SCAP integration) system/tiger: Added (Report system security vulnerabilities) system/upower: Updated for version 0.9.14. system/virt-manager: Updated for version 0.9.0 (+new maintainer) system/virtinst: Updated for version 0.600.0 (+new maintainer) system/vlock: Updated for version 2.2.3. From rshepard at appl-ecosys.com Sat Oct 22 14:45:39 2011 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Sat, 22 Oct 2011 07:45:39 -0700 (PDT) Subject: [Slackbuilds-users] matplotlib-1.1.0: available and builds Message-ID: Matplotlib is up to version 1.1.0. To build it I removed the .patch file and the line (I think 42) in the script calling for the patch, and (on line 58) removed the INTERACTIVE and KNOWN_BUGS because they're not there. It builds and upgrades just fine. Rich From audrius at neutrino.lt Sat Oct 22 17:33:00 2011 From: audrius at neutrino.lt (Audrius =?utf-8?Q?Ka=C5=BEukauskas?=) Date: Sat, 22 Oct 2011 20:33:00 +0300 Subject: [Slackbuilds-users] Rkhunter 1.3.8 breaks due to the update to file 5.09 In-Reply-To: <20111021223337.4de63126@whitestar> References: <20111021223337.4de63126@whitestar> Message-ID: <20111022173300.GA3815@kiras> On Fri, 2011-10-21 at 22:33:37 +0200, Black Rider wrote: > Are there plans to patch rkhunter, so the false positive is gone? Your best bet would be to inform maintainer of the build script directly. -- 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 korgie at gmail.com Sun Oct 23 06:01:47 2011 From: korgie at gmail.com (korgman) Date: Sun, 23 Oct 2011 09:01:47 +0300 Subject: [Slackbuilds-users] guitarix - better maintainer wanted Message-ID: <4EA3ADCB.1080805@gmail.com> Hello there, I'm not good maintainer for guitarix. Anyone interested? http://slackbuilds.org/repository/13.37/audio/guitarix/ http://sourceforge.net/projects/guitarix/ -- http://clavisound.dyndns-server.com Michales Michaloudes From yalhcru at gmail.com Sun Oct 23 06:46:40 2011 From: yalhcru at gmail.com (B Watson) Date: Sun, 23 Oct 2011 02:46:40 -0400 Subject: [Slackbuilds-users] guitarix - better maintainer wanted In-Reply-To: <4EA3ADCB.1080805@gmail.com> References: <4EA3ADCB.1080805@gmail.com> Message-ID: On 10/23/11, korgman wrote: > Anyone interested? > > http://slackbuilds.org/repository/13.37/audio/guitarix/ > http://sourceforge.net/projects/guitarix/ Sure, I'll take it (unless someone else has a burning desire to take over, I guess). From korgie at gmail.com Sun Oct 23 10:45:41 2011 From: korgie at gmail.com (korgman) Date: Sun, 23 Oct 2011 13:45:41 +0300 Subject: [Slackbuilds-users] guitarix - better maintainer wanted In-Reply-To: References: <4EA3ADCB.1080805@gmail.com> Message-ID: <4EA3F055.6050205@gmail.com> On 23/10/2011 09:46 ??, B Watson wrote: > On 10/23/11, korgman wrote: > >> > Anyone interested? >> > >> > http://slackbuilds.org/repository/13.37/audio/guitarix/ >> > http://sourceforge.net/projects/guitarix/ > Sure, I'll take it (unless someone else has a burning desire to take over, > I guess). It's yours, thank you. (you can give it to a burning man :p ) From yalhcru at gmail.com Sun Oct 23 21:58:59 2011 From: yalhcru at gmail.com (B Watson) Date: Sun, 23 Oct 2011 17:58:59 -0400 Subject: [Slackbuilds-users] guitarix - better maintainer wanted In-Reply-To: <4EA3F055.6050205@gmail.com> References: <4EA3ADCB.1080805@gmail.com> <4EA3F055.6050205@gmail.com> Message-ID: On 10/23/11, korgman wrote: > It's yours, thank you. Actually it looks like the package name will be changing to "guitarix2", as upstream's changed it. Will submit a guitarix2 package to replace guitarix within the next couple of days. From larryhaja at gmail.com Mon Oct 24 00:34:37 2011 From: larryhaja at gmail.com (Larry Hajali) Date: Sun, 23 Oct 2011 17:34:37 -0700 Subject: [Slackbuilds-users] Packages up for grabs Message-ID: Hello all, I currently have a bunch of slackbuilds that I currently own on slackbuilds.org. Due to a job change and having my Slackware computer die on me, I've decided to give up a bunch of my slackbuilds. I don't have the time or the access to a computer to update/respond to issues like I did before. Below is the list of slackbuilds I'm giving up. Please take a look and take them if you'd like. --Larry speedcrunch tuxmath wxMaxima easystroke wally zenity Cython xmlcopyeditor brainparty bsnes chroma cubosphere desmume dreamchess-music dreamchess egoboo glestae jag monkey-bubble pasang-emas rezerwar sauerbraten supertuxkart-extra-karts supertuxkart-extra-tracks supertuxkart xye yabause fontmatrix fotowall yagf CherryPy ClientForm PythonDaap bsddb3 c-ares cdk cuneiform fpconst gdata gtkimageview irrlicht libAfterImage libass libdc1394 libgee libisoburn libmikmod libmodplug libmusicbrainz3 libotf libssh libunique lightblue mini18n mxml ois t4k_common tinyxml tolua++ zziplib ophcrack audiopreview loopy mscore xvst airoscript airpwn gwibber hydra ngrep pidgin-toobars qwit grisbi gummi sigil texmaker perl-trayicon Mako MarkupSafe mmpython pygtksourceview pyinotify pypoppler python-distutils-extra python-musicbrainz2 python-spidermonkey python2-chardet pywebkitgtk sexy-python simplejson virtualenv foremost From nishant at mnspace.net Mon Oct 24 01:33:06 2011 From: nishant at mnspace.net (Nishant Limbachia) Date: Sun, 23 Oct 2011 20:33:06 -0500 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: <4EA4C052.1030702@mnspace.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/23/2011 07:34 PM, Larry Hajali wrote: > Hello all, > > I currently have a bunch of slackbuilds that I currently own on > slackbuilds.org. Due to a job change and having my Slackware computer > die on me, I've decided to give up a bunch of my slackbuilds. I don't > have the time or the access to a computer to update/respond to issues > like I did before. Below is the list of slackbuilds I'm giving up. > Please take a look and take them if you'd like. > > --Larry > > speedcrunch > tuxmath > wxMaxima > easystroke > wally > zenity > Cython > xmlcopyeditor > brainparty > bsnes > chroma > cubosphere > desmume > dreamchess-music > dreamchess > egoboo > glestae > jag > monkey-bubble > pasang-emas > rezerwar > sauerbraten > supertuxkart-extra-karts > supertuxkart-extra-tracks > supertuxkart > xye > yabause > fontmatrix > fotowall > yagf > CherryPy > ClientForm > PythonDaap > bsddb3 > c-ares > cdk > cuneiform > fpconst > gdata > gtkimageview > irrlicht > libAfterImage > libass > libdc1394 > libgee > libisoburn > libmikmod > libmodplug > libmusicbrainz3 > libotf > libssh > libunique > lightblue > mini18n > mxml > ois > t4k_common > tinyxml > tolua++ > zziplib > ophcrack > audiopreview > loopy > mscore > xvst > airoscript > airpwn > gwibber > hydra > ngrep > pidgin-toobars > qwit > grisbi > gummi > sigil > texmaker > perl-trayicon > Mako > MarkupSafe > mmpython > pygtksourceview > pyinotify > pypoppler > python-distutils-extra > python-musicbrainz2 > python-spidermonkey > python2-chardet > pywebkitgtk > sexy-python > simplejson > virtualenv > foremost > _______________________________________________ > 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'll take the following tuxmath t4k_common fotowall - -- Nishant Limbachia nishant at mnspace.net GPG Key: 0x0FF9D6D5 GPG Fingerprint: CC77 2954 DBDD CA46 49D5 BC90 786E 5DA2 0FF9 D6D5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk6kwDUACgkQeG5dog/51tXAzQCeLrwbfIKp3qLk2r0H2sKDaC4b Y+sAnjyeY6NULY49OHvFbwegnt+u9pQg =Gg0w -----END PGP SIGNATURE----- From erik at slackbuilds.org Mon Oct 24 02:06:01 2011 From: erik at slackbuilds.org (Erik Hanson) Date: Sun, 23 Oct 2011 21:06:01 -0500 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: <20111023210601.56d6e71b@shaggy.doo> On Sun, 23 Oct 2011 17:34:37 -0700 Larry Hajali wrote: Taking these: > zenity > bsnes > chroma > cubosphere > dreamchess-music > dreamchess > egoboo -- Erik Hanson From vbatts at hashbangbash.com Mon Oct 24 02:26:05 2011 From: vbatts at hashbangbash.com (Vincent Batts) Date: Sun, 23 Oct 2011 22:26:05 -0400 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: I'll claim the following: virtualenv pyinotify airoscript tinyxml airpwn gdata ngrep simplejson vb http://hashbangbash.com/ On Sun, Oct 23, 2011 at 8:34 PM, Larry Hajali wrote: > Hello all, > > I currently have a bunch of slackbuilds that I currently own on > slackbuilds.org. ?Due to a job change and having my Slackware computer > die on me, I've decided to give up a bunch of my slackbuilds. ?I don't > have the time or the access to a computer to update/respond to issues > like I did before. ?Below is the list of slackbuilds I'm giving up. > Please take a look and take them if you'd like. > > --Larry > > speedcrunch > tuxmath > wxMaxima > easystroke > wally > zenity > Cython > xmlcopyeditor > brainparty > bsnes > chroma > cubosphere > desmume > dreamchess-music > dreamchess > egoboo > glestae > jag > monkey-bubble > pasang-emas > rezerwar > sauerbraten > supertuxkart-extra-karts > supertuxkart-extra-tracks > supertuxkart > xye > yabause > fontmatrix > fotowall > yagf > CherryPy > ClientForm > PythonDaap > bsddb3 > c-ares > cdk > cuneiform > fpconst > gdata > gtkimageview > irrlicht > libAfterImage > libass > libdc1394 > libgee > libisoburn > libmikmod > libmodplug > libmusicbrainz3 > libotf > libssh > libunique > lightblue > mini18n > mxml > ois > t4k_common > tinyxml > tolua++ > zziplib > ophcrack > audiopreview > loopy > mscore > xvst > airoscript > airpwn > gwibber > hydra > ngrep > pidgin-toobars > qwit > grisbi > gummi > sigil > texmaker > perl-trayicon > Mako > MarkupSafe > mmpython > pygtksourceview > pyinotify > pypoppler > python-distutils-extra > python-musicbrainz2 > python-spidermonkey > python2-chardet > pywebkitgtk > sexy-python > simplejson > virtualenv > foremost > _______________________________________________ > 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 klaatu at straightedgelinux.com Mon Oct 24 02:11:50 2011 From: klaatu at straightedgelinux.com (Klaatu) Date: Sun, 23 Oct 2011 22:11:50 -0400 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: <201110232211.50282.klaatu@straightedgelinux.com> I'll take these lil' guys: fontmatrix ophcrack airpwn mscore sigil --klaatu > Hello all, > > I currently have a bunch of slackbuilds that I currently own on > slackbuilds.org. Due to a job change and having my Slackware computer > die on me, I've decided to give up a bunch of my slackbuilds. I don't > have the time or the access to a computer to update/respond to issues > like I did before. Below is the list of slackbuilds I'm giving up. > Please take a look and take them if you'd like. > > --Larry > > speedcrunch > tuxmath > wxMaxima > easystroke > wally > zenity > Cython > xmlcopyeditor > brainparty > bsnes > chroma > cubosphere > desmume > dreamchess-music > dreamchess > egoboo > glestae > jag > monkey-bubble > pasang-emas > rezerwar > sauerbraten > supertuxkart-extra-karts > supertuxkart-extra-tracks > supertuxkart > xye > yabause > fontmatrix > fotowall > yagf > CherryPy > ClientForm > PythonDaap > bsddb3 > c-ares > cdk > cuneiform > fpconst > gdata > gtkimageview > irrlicht > libAfterImage > libass > libdc1394 > libgee > libisoburn > libmikmod > libmodplug > libmusicbrainz3 > libotf > libssh > libunique > lightblue > mini18n > mxml > ois > t4k_common > tinyxml > tolua++ > zziplib > ophcrack > audiopreview > loopy > mscore > xvst > airoscript > airpwn > gwibber > hydra > ngrep > pidgin-toobars > qwit > grisbi > gummi > sigil > texmaker > perl-trayicon > Mako > MarkupSafe > mmpython > pygtksourceview > pyinotify > pypoppler > python-distutils-extra > python-musicbrainz2 > python-spidermonkey > python2-chardet > pywebkitgtk > sexy-python > simplejson > virtualenv > foremost > _______________________________________________ > 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/ - klaatu From vbatts at hashbangbash.com Mon Oct 24 02:29:24 2011 From: vbatts at hashbangbash.com (Vincent Batts) Date: Sun, 23 Oct 2011 22:29:24 -0400 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: <201110232211.50282.klaatu@straightedgelinux.com> References: <201110232211.50282.klaatu@straightedgelinux.com> Message-ID: my email didn't pull your message in, before i had sent mine. you can keep claim to airpwn. vb http://hashbangbash.com/ On Sun, Oct 23, 2011 at 10:11 PM, Klaatu wrote: > I'll take these lil' guys: > > fontmatrix > ophcrack > airpwn > mscore > sigil > > --klaatu > > > >> Hello all, >> >> I currently have a bunch of slackbuilds that I currently own on >> slackbuilds.org. ?Due to a job change and having my Slackware computer >> die on me, I've decided to give up a bunch of my slackbuilds. ?I don't >> have the time or the access to a computer to update/respond to issues >> like I did before. ?Below is the list of slackbuilds I'm giving up. >> Please take a look and take them if you'd like. >> >> --Larry >> >> speedcrunch >> tuxmath >> wxMaxima >> easystroke >> wally >> zenity >> Cython >> xmlcopyeditor >> brainparty >> bsnes >> chroma >> cubosphere >> desmume >> dreamchess-music >> dreamchess >> egoboo >> glestae >> jag >> monkey-bubble >> pasang-emas >> rezerwar >> sauerbraten >> supertuxkart-extra-karts >> supertuxkart-extra-tracks >> supertuxkart >> xye >> yabause >> fontmatrix >> fotowall >> yagf >> CherryPy >> ClientForm >> PythonDaap >> bsddb3 >> c-ares >> cdk >> cuneiform >> fpconst >> gdata >> gtkimageview >> irrlicht >> libAfterImage >> libass >> libdc1394 >> libgee >> libisoburn >> libmikmod >> libmodplug >> libmusicbrainz3 >> libotf >> libssh >> libunique >> lightblue >> mini18n >> mxml >> ois >> t4k_common >> tinyxml >> tolua++ >> zziplib >> ophcrack >> audiopreview >> loopy >> mscore >> xvst >> airoscript >> airpwn >> gwibber >> hydra >> ngrep >> pidgin-toobars >> qwit >> grisbi >> gummi >> sigil >> texmaker >> perl-trayicon >> Mako >> MarkupSafe >> mmpython >> pygtksourceview >> pyinotify >> pypoppler >> python-distutils-extra >> python-musicbrainz2 >> python-spidermonkey >> python2-chardet >> pywebkitgtk >> sexy-python >> simplejson >> virtualenv >> foremost >> _______________________________________________ >> 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/ > - klaatu > _______________________________________________ > 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 niels.horn at gmail.com Mon Oct 24 02:29:50 2011 From: niels.horn at gmail.com (Niels Horn) Date: Mon, 24 Oct 2011 00:29:50 -0200 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: On Sun, Oct 23, 2011 at 10:34 PM, Larry Hajali wrote: > Hello all, > > I currently have a bunch of slackbuilds that I currently own on > slackbuilds.org. ?Due to a job change and having my Slackware computer > die on me, I've decided to give up a bunch of my slackbuilds. ?I don't > have the time or the access to a computer to update/respond to issues > like I did before. ?Below is the list of slackbuilds I'm giving up. > Please take a look and take them if you'd like. > > --Larry > OK, I'll take > supertuxkart-extra-karts > supertuxkart-extra-tracks > supertuxkart (Can't live without these...) > libssh (use it daily) -- Niels Horn From chris.abela at maltats.com Mon Oct 24 07:47:29 2011 From: chris.abela at maltats.com (Chris ABELA) Date: Mon, 24 Oct 2011 09:47:29 +0200 Subject: [Slackbuilds-users] Updates - 20111022.1 - broke loic's capability to build from source - again! In-Reply-To: References: Message-ID: <3BA7EDAF43BA49FBA041277987EECEB5@maltats.com> -----Original Message----- From: slackbuilds-users-bounces at slackbuilds.org [mailto:slackbuilds-users-bounces at slackbuilds.org] On Behalf Of Niels Horn Sent: 22 October 2011 15:24 To: SlackBuilds.org Users List Subject: [Slackbuilds-users] Updates - 20111022.1 Sat Oct 22 12:23:02 UTC 2011 development/monodevelop: Updated for version 2.8. This broke loic's capability to build from source. This is the second time this happened and it could be either that I am not up to the job or the source sucks. Anyway, please advise on how to proceed, but I think that I would remove the source build option altogether. Anyone capable of studying and auditing the source may then also complete the job him/herself, right? BTW if anyone is interesting in taking over maintenance of loic, s/he would more than welcome. Chris From black_rider at esdebian.org Mon Oct 24 09:03:25 2011 From: black_rider at esdebian.org (Black Rider) Date: Mon, 24 Oct 2011 11:03:25 +0200 Subject: [Slackbuilds-users] Rkhunter 1.3.8 breaks due to the update to file 5.09 In-Reply-To: <20111022173300.GA3815@kiras> References: <20111021223337.4de63126@whitestar> <20111022173300.GA3815@kiras> Message-ID: <20111024110325.34f6d496@whitestar> El Sat, 22 Oct 2011 20:33:00 +0300 Audrius Ka?ukauskas escribi?: > On Fri, 2011-10-21 at 22:33:37 +0200, Black Rider wrote: > > Are there plans to patch rkhunter, so the false positive is gone? > > Your best bet would be to inform maintainer of the build script > directly. > I have done it right now. The patch is easy to apply, anyway, son every user who wants to use will be able to in the meantime. You don't even need to reinstall rkhunter in order to fix it. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 230 bytes Desc: not available URL: From klaatu at straightedgelinux.com Mon Oct 24 11:10:26 2011 From: klaatu at straightedgelinux.com (Klaatu) Date: Mon, 24 Oct 2011 07:10:26 -0400 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: <201110232211.50282.klaatu@straightedgelinux.com> Message-ID: <201110240710.26414.klaatu@straightedgelinux.com> Hey it has the word 'pwn' in it, it's gotta be worth saving, right? But yeah, cool, I'm leaving it on my list then. --klaatu > my email didn't pull your message in, before i had sent mine. you can > keep claim to airpwn. > > vb > http://hashbangbash.com/ > > On Sun, Oct 23, 2011 at 10:11 PM, Klaatu wrote: > > I'll take these lil' guys: > > > > fontmatrix > > ophcrack > > airpwn > > mscore > > sigil > > > > --klaatu > > > >> Hello all, > >> > >> I currently have a bunch of slackbuilds that I currently own on > >> slackbuilds.org. Due to a job change and having my Slackware computer > >> die on me, I've decided to give up a bunch of my slackbuilds. I don't > >> have the time or the access to a computer to update/respond to issues > >> like I did before. Below is the list of slackbuilds I'm giving up. > >> Please take a look and take them if you'd like. > >> > >> --Larry > >> > >> speedcrunch > >> tuxmath > >> wxMaxima > >> easystroke > >> wally > >> zenity > >> Cython > >> xmlcopyeditor > >> brainparty > >> bsnes > >> chroma > >> cubosphere > >> desmume > >> dreamchess-music > >> dreamchess > >> egoboo > >> glestae > >> jag > >> monkey-bubble > >> pasang-emas > >> rezerwar > >> sauerbraten > >> supertuxkart-extra-karts > >> supertuxkart-extra-tracks > >> supertuxkart > >> xye > >> yabause > >> fontmatrix > >> fotowall > >> yagf > >> CherryPy > >> ClientForm > >> PythonDaap > >> bsddb3 > >> c-ares > >> cdk > >> cuneiform > >> fpconst > >> gdata > >> gtkimageview > >> irrlicht > >> libAfterImage > >> libass > >> libdc1394 > >> libgee > >> libisoburn > >> libmikmod > >> libmodplug > >> libmusicbrainz3 > >> libotf > >> libssh > >> libunique > >> lightblue > >> mini18n > >> mxml > >> ois > >> t4k_common > >> tinyxml > >> tolua++ > >> zziplib > >> ophcrack > >> audiopreview > >> loopy > >> mscore > >> xvst > >> airoscript > >> airpwn > >> gwibber > >> hydra > >> ngrep > >> pidgin-toobars > >> qwit > >> grisbi > >> gummi > >> sigil > >> texmaker > >> perl-trayicon > >> Mako > >> MarkupSafe > >> mmpython > >> pygtksourceview > >> pyinotify > >> pypoppler > >> python-distutils-extra > >> python-musicbrainz2 > >> python-spidermonkey > >> python2-chardet > >> pywebkitgtk > >> sexy-python > >> simplejson > >> virtualenv > >> foremost > >> _______________________________________________ > >> 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/ > > > > - klaatu > > _______________________________________________ > > SlackBuilds-users mailing list > > SlackBuilds-users at slackbuilds.org > > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > > FAQ - http://slackbuilds.org/faq/ > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ - klaatu From ppetrov at mail.student.oulu.fi Mon Oct 24 11:32:45 2011 From: ppetrov at mail.student.oulu.fi (Petar Petrov) Date: Mon, 24 Oct 2011 14:32:45 +0300 Subject: [Slackbuilds-users] liborigin is not needed for QtiPlot Message-ID: <20111024143245.fz2hywp9wkw8s0c8@webmail.oulu.fi> I am quite new to SlackBuilds.org, so hello to all! I recently submitted a slackbuild for QtiPlot and I notified the developer about it. He pointed out that QtiPlot will not use liborigin, which I listed as an optional dependency. Could you please remove it from the dependency list. Sorry for the inconvenience! regards, Petar From rossi.jeff at gmail.com Mon Oct 24 14:11:55 2011 From: rossi.jeff at gmail.com (Jeff Rossi) Date: Mon, 24 Oct 2011 10:11:55 -0400 Subject: [Slackbuilds-users] Ruby Version Manager Message-ID: <1319465515.4871.4.camel@jeff-HP-Mini-110-3700> Sorry if this has been asked/answered but I haven't turned anything up w/ a significant amount of google searches. I'm interested in knowing if a slackbuild or package exists for rvm http://beginrescueend.com/ I know installing it is simple but I would like to have it as a package, so that removing it is also simple. Thanks in Advance From vbatts at hashbangbash.com Mon Oct 24 14:32:21 2011 From: vbatts at hashbangbash.com (Vincent Batts) Date: Mon, 24 Oct 2011 10:32:21 -0400 Subject: [Slackbuilds-users] Ruby Version Manager In-Reply-To: <1319465515.4871.4.camel@jeff-HP-Mini-110-3700> References: <1319465515.4871.4.camel@jeff-HP-Mini-110-3700> Message-ID: This has been left as an item, for a user to manage. While there are options to do a system installation, it requires a suite of permissions and acceptances that are not entirely easy to "package". Further it would leave behind all of the ruby installations performed, after upgrade and removal. The development cycle of rvm is such that you are routinely expected to do an `rvm get head` to update the rvm code. Which means the package would almost immediately be stale and unsupportable by the folks on the #rvm irc channel. Plus there are further bug/security implications of having a root executed step that stays on a git HEAD branch. Plus plus, there are a series of discussions regarding the use of function masking done in rvm. Wayne Seguin is an honest dude, but it still would be an acceptance for the hole system to have basic builtins like 'cd' masked with an rvm function to do extra magic. I really like rvm, and use it heavily for ruby projects, but I will not install it across my systems. For this reason it is encouraged to stick to the rvm as a limited user. Take care, vb http://hashbangbash.com/ On Mon, Oct 24, 2011 at 10:11 AM, Jeff Rossi wrote: > Sorry if this has been asked/answered but I haven't turned anything up > w/ a significant amount of google searches. > > I'm interested in knowing if a slackbuild or package exists for rvm > > http://beginrescueend.com/ > > I know installing it is simple but I would like to have it as a package, > so that removing it is also simple. > > Thanks in Advance > > _______________________________________________ > 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 paul at oldcode.org Mon Oct 24 14:34:31 2011 From: paul at oldcode.org (paul wisehart) Date: Mon, 24 Oct 2011 10:34:31 -0400 Subject: [Slackbuilds-users] Ruby Version Manager In-Reply-To: <1319465515.4871.4.camel@jeff-HP-Mini-110-3700> References: <1319465515.4871.4.camel@jeff-HP-Mini-110-3700> Message-ID: <20111024143431.GB5879@forge> On Mon, Oct 24, 2011 at 10:11:55AM -0400, Jeff Rossi wrote: > I'm interested in knowing if a slackbuild or package exists for rvm > > http://beginrescueend.com/ > > I know installing it is simple but I would like to have it as a package, > so that removing it is also simple. I would say no package is needed, because i think the whole of this install exists in a users' home directory. --paul From bkirkp at gmail.com Mon Oct 24 14:58:35 2011 From: bkirkp at gmail.com (B Kirkpatrick) Date: Mon, 24 Oct 2011 09:58:35 -0500 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: <4EA57D1B.5050500@gmail.com> On 10/23/2011 07:34 PM, Larry Hajali wrote: > Hello all, > > I currently have a bunch of slackbuilds that I currently own on > slackbuilds.org. Due to a job change and having my Slackware computer > die on me, I've decided to give up a bunch of my slackbuilds. I don't > have the time or the access to a computer to update/respond to issues > like I did before. Below is the list of slackbuilds I'm giving up. > Please take a look and take them if you'd like. > > --Larry > > speedcrunch > tuxmath > wxMaxima > easystroke > wally > zenity > Cython > xmlcopyeditor > brainparty > bsnes > chroma > cubosphere > desmume > dreamchess-music > dreamchess > egoboo > glestae > jag > monkey-bubble > pasang-emas > rezerwar > sauerbraten > supertuxkart-extra-karts > supertuxkart-extra-tracks > supertuxkart > xye > yabause > fontmatrix > fotowall > yagf > CherryPy > ClientForm > PythonDaap > bsddb3 > c-ares > cdk > cuneiform > fpconst > gdata > gtkimageview > irrlicht > libAfterImage > libass > libdc1394 > libgee > libisoburn > libmikmod > libmodplug > libmusicbrainz3 > libotf > libssh > libunique > lightblue > mini18n > mxml > ois > t4k_common > tinyxml > tolua++ > zziplib > ophcrack > audiopreview > loopy > mscore > xvst > airoscript > airpwn > gwibber > hydra > ngrep > pidgin-toobars > qwit > grisbi > gummi > sigil > texmaker > perl-trayicon > Mako > MarkupSafe > mmpython > pygtksourceview > pyinotify > pypoppler > python-distutils-extra > python-musicbrainz2 > python-spidermonkey > python2-chardet > pywebkitgtk > sexy-python > simplejson > virtualenv > foremost > _______________________________________________ > 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'll take: wally xye (I've just loaded this & spend about 90% of my time hating it & the other 10% rejoicing when I solve a tough level) Regards, Bill Kirkpatrick From rossi.jeff at gmail.com Mon Oct 24 15:09:13 2011 From: rossi.jeff at gmail.com (Jeff Rossi) Date: Mon, 24 Oct 2011 11:09:13 -0400 Subject: [Slackbuilds-users] Ruby Version Manager In-Reply-To: References: <1319465515.4871.4.camel@jeff-HP-Mini-110-3700> Message-ID: <1319468953.5156.1.camel@jeff-HP-Mini-110-3700> Thank you for your prompt reply and detailed explanation. I will install as a user. On Mon, 2011-10-24 at 10:32 -0400, Vincent Batts wrote: > This has been left as an item, for a user to manage. While there are > options to do a system installation, it requires a suite of > permissions and acceptances that are not entirely easy to "package". > Further it would leave behind all of the ruby installations performed, > after upgrade and removal. > The development cycle of rvm is such that you are routinely expected > to do an `rvm get head` to update the rvm code. Which means the > package would almost immediately be stale and unsupportable by the > folks on the #rvm irc channel. > Plus there are further bug/security implications of having a root > executed step that stays on a git HEAD branch. > Plus plus, there are a series of discussions regarding the use of > function masking done in rvm. Wayne Seguin is an honest dude, but it > still would be an acceptance for the hole system to have basic > builtins like 'cd' masked with an rvm function to do extra magic. > I really like rvm, and use it heavily for ruby projects, but I will > not install it across my systems. > For this reason it is encouraged to stick to the rvm as a limited user. > > Take care, > vb > http://hashbangbash.com/ > > > > On Mon, Oct 24, 2011 at 10:11 AM, Jeff Rossi wrote: > > Sorry if this has been asked/answered but I haven't turned anything up > > w/ a significant amount of google searches. > > > > I'm interested in knowing if a slackbuild or package exists for rvm > > > > http://beginrescueend.com/ > > > > I know installing it is simple but I would like to have it as a package, > > so that removing it is also simple. > > > > Thanks in Advance > > > > _______________________________________________ > > SlackBuilds-users mailing list > > SlackBuilds-users at slackbuilds.org > > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > > FAQ - http://slackbuilds.org/faq/ > > > > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > From dave at dawoodfall.net Mon Oct 24 12:40:06 2011 From: dave at dawoodfall.net (David Woodfall) Date: Mon, 24 Oct 2011 13:40:06 +0100 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: <20111024124006.GA7553@Junius> I can take these. I use them both. >xmlcopyeditor >libAfterImage Dave -- Don't look back, the lemmings are gaining on you. From larryhaja at gmail.com Mon Oct 24 15:31:11 2011 From: larryhaja at gmail.com (Larry Hajali) Date: Mon, 24 Oct 2011 08:31:11 -0700 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: >> supertuxkart-extra-karts >> supertuxkart-extra-tracks >> supertuxkart > You might want to also adopt irrlicht as well. It is the new platform for supertuxkart >= 0.7.0. Although, the current supertuxkart uses the svn version or irrlicht, rather then the current packaged version. > (Can't live without these...) > >> libssh (use it daily) > > -- > 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 niels.horn at gmail.com Mon Oct 24 18:01:20 2011 From: niels.horn at gmail.com (Niels Horn) Date: Mon, 24 Oct 2011 16:01:20 -0200 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: On 10/24/11, Larry Hajali wrote: >>> supertuxkart-extra-karts >>> supertuxkart-extra-tracks >>> supertuxkart >> > You might want to also adopt irrlicht as well. It is the new platform > for supertuxkart >= 0.7.0. Although, the current supertuxkart uses > the svn version or irrlicht, rather then the current packaged version. > Ah ok, I'll take that one as well then. I'm still using the 0.6.x version of SuperTuxKart, so had no idea about this new dependency. -- Niels Horn From vmj at linuxbox.fi Mon Oct 24 22:55:47 2011 From: vmj at linuxbox.fi (Mikko Varri) Date: Tue, 25 Oct 2011 01:55:47 +0300 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: <20111024225547.GA15558@linuxbox.fi> On Sun, Oct 23, 2011 at 05:34:37PM -0700, Larry Hajali wrote: > > I've decided to give up a bunch of my slackbuilds. > Sorry to hear that. I'll take these: > pygtksourceview pygtksourceview is (optionally) used by meld, which I use almost daily. > python2-chardet chardet is used by canto, which I use daily. -vmj From vlahavas at gmail.com Tue Oct 25 14:47:02 2011 From: vlahavas at gmail.com (George Vlahavas) Date: Tue, 25 Oct 2011 17:47:02 +0300 Subject: [Slackbuilds-users] cairo-dock SlackBuild problem Message-ID: Hi. The makepkg line in the cairo-dock package is somewhat broken. It looks like this: /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG${PKGTYPE:-.tgz} while it should be like this: /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} (the "." should not be part of the PKGTYPE variable) The way it is now, it's not standard and if someone has set the PKGTYPE variable to anything else (or even to "tgz"), makepkg will fail and won't create a package. I'm CCing the maintainer... From pwcazenave at gmail.com Tue Oct 25 19:02:46 2011 From: pwcazenave at gmail.com (Pierre Cazenave) Date: Tue, 25 Oct 2011 20:02:46 +0100 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: <4EA707D6.1020507@gmail.com> On 24/10/2011 01:34, Larry Hajali wrote: > Hello all, > > I currently have a bunch of slackbuilds that I currently own on > slackbuilds.org. Due to a job change and having my Slackware > computer die on me, I've decided to give up a bunch of my > slackbuilds. I don't have the time or the access to a computer to > update/respond to issues like I did before. Below is the list of > slackbuilds I'm giving up. Please take a look and take them if you'd > like. > > --Larry > > speedcrunch tuxmath wxMaxima easystroke wally zenity Cython > xmlcopyeditor brainparty bsnes chroma cubosphere desmume > dreamchess-music dreamchess egoboo glestae jag monkey-bubble > pasang-emas rezerwar sauerbraten supertuxkart-extra-karts > supertuxkart-extra-tracks supertuxkart xye yabause fontmatrix > fotowall yagf CherryPy ClientForm PythonDaap bsddb3 c-ares cdk > cuneiform fpconst gdata gtkimageview irrlicht libAfterImage libass > libdc1394 libgee libisoburn libmikmod libmodplug libmusicbrainz3 > libotf libssh libunique lightblue mini18n mxml ois t4k_common > tinyxml tolua++ zziplib ophcrack audiopreview loopy mscore xvst > airoscript airpwn gwibber hydra ngrep pidgin-toobars qwit grisbi > gummi sigil texmaker perl-trayicon Mako MarkupSafe mmpython > pygtksourceview pyinotify pypoppler python-distutils-extra > python-musicbrainz2 python-spidermonkey python2-chardet pywebkitgtk > sexy-python simplejson virtualenv foremost > _______________________________________________ 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'll take libunique (a dependency for the midori browser I maintain). Pierre From grundy_b at yahoo.com Thu Oct 27 02:06:14 2011 From: grundy_b at yahoo.com (Barry Grundy) Date: Wed, 26 Oct 2011 19:06:14 -0700 (PDT) Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: <1319681174.11565.YahooMailNeo@web121806.mail.ne1.yahoo.com> If it is still unclaimed, I can take Foremost. --barry ______________________________ From: Larry Hajali To: SlackBuilds.org Users List Sent: Sunday, October 23, 2011 8:34 PM Subject: [Slackbuilds-users] Packages up for grabs Hello all, I currently have a bunch of slackbuilds that I currently own on slackbuilds.org.? Due to a job change and having my Slackware computer die on me, I've decided to give up a bunch of my slackbuilds.? I don't have the time or the access to a computer to update/respond to issues like I did before.? Below is the list of slackbuilds I'm giving up. Please take a look and take them if you'd like. ... foremost _______________________________________________ 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 fritz.kent at gmail.com Thu Oct 27 03:12:42 2011 From: fritz.kent at gmail.com (Kent Fritz) Date: Wed, 26 Oct 2011 20:12:42 -0700 Subject: [Slackbuilds-users] c-ares download link broken Message-ID: Missing "download" in path. Diff below fixes, with a bump to version 1.7.5, which seems fine here. Index: c-ares/c-ares.info =================================================================== --- c-ares/c-ares.info (revision 10) +++ c-ares/c-ares.info (working copy) @@ -1,8 +1,8 @@ PRGNAM="c-ares" VERSION="1.7.4" HOMEPAGE="http://c-ares.haxx.se/" -DOWNLOAD="http://c-ares.haxx.se/c-ares-1.7.4.tar.gz" -MD5SUM="dd71e8f07d9f3c837e12a5416d1b7f73" +DOWNLOAD="http://c-ares.haxx.se/download/c-ares-1.7.5.tar.gz" +MD5SUM="800875fc23cd8e1924d8af9172ed33e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" Index: c-ares/c-ares.SlackBuild =================================================================== --- c-ares/c-ares.SlackBuild (revision 10) +++ c-ares/c-ares.SlackBuild (working copy) @@ -5,7 +5,7 @@ # Written by Larry Hajali PRGNAM=c-ares -VERSION=1.7.4 +VERSION=1.7.5 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} Thanks, Kent. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fritz.kent at gmail.com Thu Oct 27 03:35:37 2011 From: fritz.kent at gmail.com (Kent Fritz) Date: Wed, 26 Oct 2011 20:35:37 -0700 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: I'll take c-ares if nobody else has claimed it. Please disregard my previous mail about broken link! On Sun, Oct 23, 2011 at 5:34 PM, Larry Hajali wrote: > Hello all, > > I currently have a bunch of slackbuilds that I currently own on > slackbuilds.org. Due to a job change and having my Slackware computer > die on me, I've decided to give up a bunch of my slackbuilds. I don't > have the time or the access to a computer to update/respond to issues > like I did before. Below is the list of slackbuilds I'm giving up. > Please take a look and take them if you'd like. > > --Larry > > speedcrunch > tuxmath > wxMaxima > easystroke > wally > zenity > Cython > xmlcopyeditor > brainparty > bsnes > chroma > cubosphere > desmume > dreamchess-music > dreamchess > egoboo > glestae > jag > monkey-bubble > pasang-emas > rezerwar > sauerbraten > supertuxkart-extra-karts > supertuxkart-extra-tracks > supertuxkart > xye > yabause > fontmatrix > fotowall > yagf > CherryPy > ClientForm > PythonDaap > bsddb3 > c-ares > cdk > cuneiform > fpconst > gdata > gtkimageview > irrlicht > libAfterImage > libass > libdc1394 > libgee > libisoburn > libmikmod > libmodplug > libmusicbrainz3 > libotf > libssh > libunique > lightblue > mini18n > mxml > ois > t4k_common > tinyxml > tolua++ > zziplib > ophcrack > audiopreview > loopy > mscore > xvst > airoscript > airpwn > gwibber > hydra > ngrep > pidgin-toobars > qwit > grisbi > gummi > sigil > texmaker > perl-trayicon > Mako > MarkupSafe > mmpython > pygtksourceview > pyinotify > pypoppler > python-distutils-extra > python-musicbrainz2 > python-spidermonkey > python2-chardet > pywebkitgtk > sexy-python > simplejson > virtualenv > foremost > _______________________________________________ > 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 renan.campos at gmail.com Thu Oct 27 15:53:51 2011 From: renan.campos at gmail.com (Renan Campos) Date: Thu, 27 Oct 2011 13:53:51 -0200 Subject: [Slackbuilds-users] xl2tpd Message-ID: 'xl2tpd.SlackBuild' and 'xl2tpd.info' points to version 1.2.4 But DOWNLOAD points to 1.2.7 Current version is 1.3.0 From vmj at linuxbox.fi Thu Oct 27 20:42:32 2011 From: vmj at linuxbox.fi (Mikko Varri) Date: Thu, 27 Oct 2011 23:42:32 +0300 Subject: [Slackbuilds-users] State of python2-chardet Message-ID: <20111027204232.GB15558@linuxbox.fi> FYI, The author of chardet Python module (known as python2-chardet on SBo) apparently had enough and took all his toys offline. He even removed the chardet source code from google code. So, currently there's no official download site for chardet, as far as I know. chardet seems to be listed as dependency for: multimedia/gaupol network/canto network/deluge office/rednotebook I just submitted an update to python/python2-chardet that uses fedoraproject.org as an alternate download source[1] (the MD5SUM matched). This is just a temporary workaround. The most complete clone[2] of the source code I found was at bitbucket.org, maintained by puzzlet. I've asked puzzlet what the plan is (i.e. whether he would be picking up the maintainership), but I haven't received a reply, yet. Let's see where the dust settles... -vmj [1] http://pkgs.fedoraproject.org/repo/pkgs/python-chardet/ [2] https://bitbucket.org/puzzlet/chardet From andrew at andrews-corner.org Fri Oct 28 07:22:40 2011 From: andrew at andrews-corner.org (andrew) Date: Fri, 28 Oct 2011 18:22:40 +1100 Subject: [Slackbuilds-users] RSSOwl slackbuild error Message-ID: <20111028072240.GA17005@skamandros.andrews-corner.org> Hi, I have just installed RSSOwl from the slackbuilds.org script on a 32bit system. One small change required for 32bit installation, the section: elif [ "$ARCH" = "i486" ]; then LIBDIRSUFFIX="" SRC_ARCH="zip" should read: elif [ "$ARCH" = "i486" ]; then LIBDIRSUFFIX="" SRC_ARCH="x86.zip" I have not emailed the maintainer as I know Erik reads this list. Thanks, Andrew -- You think that's air you're breathing now? From eugen at flevum.de Fri Oct 28 09:13:24 2011 From: eugen at flevum.de (Eugen Wissner) Date: Fri, 28 Oct 2011 11:13:24 +0200 Subject: [Slackbuilds-users] sakura's homepage In-Reply-To: References: Message-ID: Hi, sakura homepage was changed. The new one is https://launchpad.net/sakura. Please correct someone. Best regards Eugene Wissner -------------- next part -------------- An HTML attachment was scrubbed... URL: From fritz.kent at gmail.com Fri Oct 28 12:52:53 2011 From: fritz.kent at gmail.com (Kent Fritz) Date: Fri, 28 Oct 2011 05:52:53 -0700 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: I'll take a crack at these as well. Thanks. On Sun, Oct 23, 2011 at 5:34 PM, Larry Hajali wrote: > mxml > hydra > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gl00637 at gmail.com Fri Oct 28 13:56:57 2011 From: gl00637 at gmail.com (Graham Lawrence) Date: Fri, 28 Oct 2011 06:56:57 -0700 Subject: [Slackbuilds-users] Problem with libsigc++-2.2.9-i486-1_SBo.tgz Message-ID: Attempt to compile nzbget-0.7.0 failed in ./configure with message configure: error: "libsigc++-2.0 header files not found" So I got the dependencies, including libsigc++-2.2.9, and installed them, apparently all good. But compiling nzbget again failed at same place. To check, I did root at a:/usr/pkgs# ls HandBrake-0.9.5-i686-1_SBo.tgz libpar2-0.2-i486-1_SBo.tgz libsigc++-2.2.9-i486-1_SBo.tgz root at a:/usr/pkgs# installpkg libsigc++-2.2.9-i486-1_SBo.tgz Verifying package libsigc++-2.2.9-i486-1_SBo.tgz. Installing package libsigc++-2.2.9-i486-1_SBo.tgz: PACKAGE DESCRIPTION: # libsigc++ (typesafe callback system for standard C++) # # libsigc++ implements a typesafe callback system for standard C++. # It allows you to define signals and to connect those signals to any # callback function, either global or a member function, regardless # of whether it is static or virtual. # It also contains adaptor classes for connection of dissimilar # callbacks and has an ease of use unmatched by other C++ callback # libraries. Libsigc++ is licensed under the GNU Library General # Public License, LGPL. # Executing install script for libsigc++-2.2.9-i486-1_SBo.tgz. Package libsigc++-2.2.9-i486-1_SBo.tgz installed. root at a:/usr/pkgs# updatedb root at a:/usr/pkgs# locate libsigc++-2* /usr/pkgs/libsigc++-2.2.9-i486-1_SBo.tgz root at a:/usr/pkgs# echo $PATH /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/kde4/libexec:/usr/lib/qt/bin root at a:/usr/pkgs# I'm not familiar with this process, but it seems to me there should now be at least 2 occurrences of the name libsigc++-2* on my system, one of them in the PATH? From dragonwisard at gmail.com Fri Oct 28 14:57:58 2011 From: dragonwisard at gmail.com (Ben Mendis) Date: Fri, 28 Oct 2011 10:57:58 -0400 Subject: [Slackbuilds-users] Packages up for grabs In-Reply-To: References: Message-ID: I'll take these: MarkupSafe Mako CherryPy They are dependencies for one of my projects. On Fri, Oct 28, 2011 at 8:52 AM, Kent Fritz wrote: > I'll take a crack at these as well. Thanks. > > On Sun, Oct 23, 2011 at 5:34 PM, Larry Hajali wrote: > >> mxml >> hydra >> > > > _______________________________________________ > 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 erik at slackbuilds.org Fri Oct 28 15:49:54 2011 From: erik at slackbuilds.org (Erik Hanson) Date: Fri, 28 Oct 2011 10:49:54 -0500 Subject: [Slackbuilds-users] RSSOwl slackbuild error In-Reply-To: <20111028072240.GA17005@skamandros.andrews-corner.org> References: <20111028072240.GA17005@skamandros.andrews-corner.org> Message-ID: <20111028104954.6322ab93@shaggy.doo> On Fri, 28 Oct 2011 18:22:40 +1100 andrew wrote: > elif [ "$ARCH" = "i486" ]; then > LIBDIRSUFFIX="" > SRC_ARCH="x86.zip" Taken care of, thanks! -- Erik Hanson From dave at dawoodfall.net Fri Oct 28 15:51:11 2011 From: dave at dawoodfall.net (David Woodfall) Date: Fri, 28 Oct 2011 16:51:11 +0100 Subject: [Slackbuilds-users] Problem with libsigc++-2.2.9-i486-1_SBo.tgz In-Reply-To: References: Message-ID: <20111028155111.GA14127@Junius> On (06:56 28/10/11), Graham Lawrence put forth the proposition: >Attempt to compile nzbget-0.7.0 failed in ./configure with message > >configure: error: "libsigc++-2.0 header files not found" > >So I got the dependencies, including libsigc++-2.2.9, and installed >them, apparently all good. >But compiling nzbget again failed at same place. To check, I did > >root at a:/usr/pkgs# ls >HandBrake-0.9.5-i686-1_SBo.tgz libpar2-0.2-i486-1_SBo.tgz >libsigc++-2.2.9-i486-1_SBo.tgz >root at a:/usr/pkgs# installpkg libsigc++-2.2.9-i486-1_SBo.tgz >Verifying package libsigc++-2.2.9-i486-1_SBo.tgz. >Installing package libsigc++-2.2.9-i486-1_SBo.tgz: >PACKAGE DESCRIPTION: ># libsigc++ (typesafe callback system for standard C++) ># ># libsigc++ implements a typesafe callback system for standard C++. ># It allows you to define signals and to connect those signals to any ># callback function, either global or a member function, regardless ># of whether it is static or virtual. ># It also contains adaptor classes for connection of dissimilar ># callbacks and has an ease of use unmatched by other C++ callback ># libraries. Libsigc++ is licensed under the GNU Library General ># Public License, LGPL. ># >Executing install script for libsigc++-2.2.9-i486-1_SBo.tgz. >Package libsigc++-2.2.9-i486-1_SBo.tgz installed. > >root at a:/usr/pkgs# updatedb >root at a:/usr/pkgs# locate libsigc++-2* Try with quotes or the * will wildcard the current directory. locate "*sigc++-2*" >/usr/pkgs/libsigc++-2.2.9-i486-1_SBo.tgz >root at a:/usr/pkgs# echo $PATH >/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/kde4/libexec:/usr/lib/qt/bin >root at a:/usr/pkgs# > >I'm not familiar with this process, but it seems to me there should >now be at least 2 occurrences of the name libsigc++-2* on my system, >one of them in the PATH? PATH is only for binaries not libraries. The libs will be in /usr/lib so you can ls /usr/lib/*sigc* The headers will be in /usr/include: ls /usr/include/sigc++-2.0/*/* You may want to look at the mzbget Makefile or configure to see what's up, unless someone here knows a fix firsthand. Dave >_______________________________________________ >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/ -- Don't look back, the lemmings are gaining on you. From yalhcru at gmail.com Fri Oct 28 21:47:15 2011 From: yalhcru at gmail.com (B Watson) Date: Fri, 28 Oct 2011 17:47:15 -0400 Subject: [Slackbuilds-users] Problem with libsigc++-2.2.9-i486-1_SBo.tgz In-Reply-To: References: Message-ID: On 10/28/11, Graham Lawrence wrote: > root at a:/usr/pkgs# updatedb > root at a:/usr/pkgs# locate libsigc++-2* > /usr/pkgs/libsigc++-2.2.9-i486-1_SBo.tgz This doesn't do what you expect. On UNIX and its kin, the shell does wildcard expansion before running commands. This means the * in your command was never "seen" by the locate command (instead, the shell expanded it to "libsigc++-2.2.9-i486-1_SBo.tgz", and your command ran as "locate libsigc++-2.2.9-i486-1_SBo.tgz"). So it only found the package file (you were probably trying to locate the files installed by the package, not the actual package file itself...) One way to check whether libsigc++ is installed: $ ls /usr/lib/libsigc*.so /usr/lib/libsigc-2.0.so Another way: $ pkg-config --list-all|grep -i sigc sigc++-2.0 libsigc++ - Typesafe signal and callback system for C++ (The "pkg-config" command, confusingly, has nothing to do with the slackware packaging system) When your nzbget ./configure script fails, look for a file called "config.log", usually found in the same directory as the configure script. This will have the details (*lots* of details) on what the configure script did and why it failed. Try searching for sigc++ in that file (with "less", or with a text editor). Another thing that happens fairly often with configure scripts: if the script fails because some library was missing, and you install the library and re-run the script in-place, it may fail again even though it shouldn't... because configure scripts can cache their results. Try completely deleting the nzbget-0.7.0 directory, untar it again, and start over. I just built nzbget-0.7.0 on 64-bit slackware 13.37 using the libsigc++ and libpar2 from slackbuilds.org, and it built just fine. No way to test that it runs correctly though (I have no access to any nntp servers). From joshuakwood at gmail.com Sat Oct 29 00:06:55 2011 From: joshuakwood at gmail.com (JK Wood) Date: Fri, 28 Oct 2011 19:06:55 -0500 Subject: [Slackbuilds-users] Problem with libsigc++-2.2.9-i486-1_SBo.tgz In-Reply-To: References: Message-ID: On Oct 28, 2011 4:47 PM, "B Watson" wrote: > > On 10/28/11, Graham Lawrence wrote: > > > root at a:/usr/pkgs# updatedb > > root at a:/usr/pkgs# locate libsigc++-2* > > /usr/pkgs/libsigc++-2.2.9-i486-1_SBo.tgz > > This doesn't do what you expect. On UNIX and its kin, the shell does > wildcard expansion before running commands. This means the * in your > command was never "seen" by the locate command (instead, the shell > expanded it to "libsigc++-2.2.9-i486-1_SBo.tgz", and your command ran as > "locate libsigc++-2.2.9-i486-1_SBo.tgz"). So it only found the package > file (you were probably trying to locate the files installed by the > package, not the actual package file itself...) > > One way to check whether libsigc++ is installed: > > $ ls /usr/lib/libsigc*.so > /usr/lib/libsigc-2.0.so > > Another way: > > $ pkg-config --list-all|grep -i sigc > sigc++-2.0 libsigc++ - Typesafe signal and callback > system for C++ > > (The "pkg-config" command, confusingly, has nothing to do with the > slackware packaging system) > > When your nzbget ./configure script fails, look for a file called > "config.log", usually found in the same directory as the configure > script. This will have the details (*lots* of details) on what the > configure script did and why it failed. Try searching for sigc++ in that > file (with "less", or with a text editor). > > Another thing that happens fairly often with configure scripts: if > the script fails because some library was missing, and you install the > library and re-run the script in-place, it may fail again even though > it shouldn't... because configure scripts can cache their results. Try > completely deleting the nzbget-0.7.0 directory, untar it again, and > start over. > > I just built nzbget-0.7.0 on 64-bit slackware 13.37 using the libsigc++ > and libpar2 from slackbuilds.org, and it built just fine. No way to test > that it runs correctly though (I have no access to any nntp servers). > _______________________________________________ > 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/ > You can also view the package manifest: $ less /var/log/packages/libsigc* --JK -------------- next part -------------- An HTML attachment was scrubbed... URL: From gl00637 at gmail.com Sat Oct 29 14:37:12 2011 From: gl00637 at gmail.com (Graham Lawrence) Date: Sat, 29 Oct 2011 07:37:12 -0700 Subject: [Slackbuilds-users] Problem with libsigc++-2.2.9-i486-1_SBo.tgz In-Reply-To: <20111028155111.GA14127@Junius> References: <20111028155111.GA14127@Junius> Message-ID: Many thanks to David Woodfall, B Watson and JK Wood for your detailed responses. The files and headers are indeed there, and ./configure still fails at the same place, even after deleting the existing /nzbget-0.7.0 and starting over with tar. So I'll check the configure script to see if I can figure out where it is actually looking for sigc++-2.0, and, failing that, take it up on the nzbget mailing list. Thank you again. On Fri, Oct 28, 2011 at 8:51 AM, David Woodfall wrote: > On (06:56 28/10/11), Graham Lawrence put forth the > proposition: >> >> Attempt to compile nzbget-0.7.0 failed in ./configure with message >> >> configure: error: "libsigc++-2.0 header files not found" >> >> So I got the dependencies, including libsigc++-2.2.9, and installed >> them, apparently all good. >> But compiling nzbget again failed at same place. ?To check, I did >> >> root at a:/usr/pkgs# ls >> HandBrake-0.9.5-i686-1_SBo.tgz ?libpar2-0.2-i486-1_SBo.tgz >> libsigc++-2.2.9-i486-1_SBo.tgz >> root at a:/usr/pkgs# installpkg ?libsigc++-2.2.9-i486-1_SBo.tgz >> Verifying package libsigc++-2.2.9-i486-1_SBo.tgz. >> Installing package libsigc++-2.2.9-i486-1_SBo.tgz: >> PACKAGE DESCRIPTION: >> # libsigc++ (typesafe callback system for standard C++) >> # >> # libsigc++ implements a typesafe callback system for standard C++. >> # It allows you to define signals and to connect those signals to any >> # callback function, either global or a member function, regardless >> # of whether it is static or virtual. >> # It also contains adaptor classes for connection of dissimilar >> # callbacks and has an ease of use unmatched by other C++ callback >> # libraries. Libsigc++ is licensed under the GNU Library General >> # Public License, LGPL. >> # >> Executing install script for libsigc++-2.2.9-i486-1_SBo.tgz. >> Package libsigc++-2.2.9-i486-1_SBo.tgz installed. >> >> root at a:/usr/pkgs# updatedb >> root at a:/usr/pkgs# locate libsigc++-2* > > Try with quotes or the * will wildcard the current directory. > > locate "*sigc++-2*" > >> /usr/pkgs/libsigc++-2.2.9-i486-1_SBo.tgz >> root at a:/usr/pkgs# echo $PATH >> >> /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/kde4/libexec:/usr/lib/qt/bin >> root at a:/usr/pkgs# >> >> I'm not familiar with this process, but it seems to me there should >> now be at least 2 occurrences of the name libsigc++-2* on my system, >> one of them in the PATH? > > PATH is only for binaries not libraries. > The libs will be in /usr/lib so you can > > ls /usr/lib/*sigc* > > The headers will be in /usr/include: > > ls /usr/include/sigc++-2.0/*/* > > You may want to look at the mzbget Makefile or configure to see what's > up, unless someone here knows a fix firsthand. > > Dave > >> _______________________________________________ >> 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/ > > -- > Don't look back, the lemmings are gaining on you. > _______________________________________________ > 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 kingbeowulf at gmail.com Sun Oct 30 04:24:40 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Sat, 29 Oct 2011 21:24:40 -0700 Subject: [Slackbuilds-users] [Slackbuild-users] minor issue running usbmuxd.slackbuild Message-ID: <4EACD188.5070202@gmail.com> David, I recommend a bit more specificity in the README: it is not clear or obvious without looking at, or running, the slackbuild that the user needs to add the usbmux user BEFORE running the slackbuild. Thanks Ed From kingbeowulf at gmail.com Sun Oct 30 05:23:37 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Sat, 29 Oct 2011 22:23:37 -0700 Subject: [Slackbuilds-users] [Slackbuild-users] libtasn1 slackbuild works for 2.10 Message-ID: <4EACDF59.3060008@gmail.com> No problems so far with the upgrade and clementine-0.7.1 and libimobiledevice-1.0.6 From kingbeowulf at gmail.com Sun Oct 30 05:32:04 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Sat, 29 Oct 2011 22:32:04 -0700 Subject: [Slackbuilds-users] clementine-0.7.1 compiles, runs Message-ID: <4EACE154.2050004@gmail.com> So far so good and with usbmuxd-1.0.7 libtasn1-2.10 libimobiledevice-1.0.6 gst-plugins-ugly-0.10.18 The README needs an update to specify gst-plugins-ugly as an option if the user wants to play mp3 encoded audio files, otherwise you get a "missing plugin" error. Of course, clementine does not explain WHICH plugin is missing! Also, any advice on ipod nano (5th gen, video) access? -Ed From dave at dawoodfall.net Sun Oct 30 16:26:48 2011 From: dave at dawoodfall.net (David Woodfall) Date: Sun, 30 Oct 2011 16:26:48 +0000 Subject: [Slackbuilds-users] clementine-0.7.1 compiles, runs In-Reply-To: <4EACE154.2050004@gmail.com> References: <4EACE154.2050004@gmail.com> Message-ID: <20111030162648.GA18151@Junius> On (22:32 29/10/11), King Beowulf put forth the proposition: >So far so good and with >usbmuxd-1.0.7 >libtasn1-2.10 >libimobiledevice-1.0.6 >gst-plugins-ugly-0.10.18 > >The README needs an update to specify gst-plugins-ugly as an option >if the user wants to play mp3 encoded audio files, otherwise you get >a "missing plugin" error. Of course, clementine does not explain >WHICH plugin is missing! Noted with thanks. Will check out sometime today. >Also, any advice on ipod nano (5th gen, video) access? > >-Ed >_______________________________________________ >SlackBuilds-users mailing list >SlackBuilds-users at slackbuilds.org >http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >FAQ - http://slackbuilds.org/faq/ -- Don't look back, the lemmings are gaining on you. From dave at dawoodfall.net Sun Oct 30 19:21:58 2011 From: dave at dawoodfall.net (David Woodfall) Date: Sun, 30 Oct 2011 19:21:58 +0000 Subject: [Slackbuilds-users] Catfish - New Maintainer. Message-ID: <20111030192158.GB1070@Junius> Just a FYI that I'll be submitting catfish for 13.37 and taking over maintainership. Email Transscript: >That would be fine. FYI...The software had been abandoned by the creator. > >On 10/25/2011 07:59 AM, David Woodfall wrote: >>Hi, I see that catfish hasn't been submitted since 12.2. Do you mind >>if I submit it for 13.37 and take over as maintainer? -- Don't look back, the lemmings are gaining on you. From yalhcru at gmail.com Sun Oct 30 21:24:57 2011 From: yalhcru at gmail.com (B Watson) Date: Sun, 30 Oct 2011 17:24:57 -0400 Subject: [Slackbuilds-users] peksystray for 13.37 Message-ID: There was a peksystray for 13.1, which never made the transition to 13.37. Tried to contact the 13.1 maintainer, can't get a response. Anyone object if I resubmit this for 13.37? The 13.1 script seems to work perfectly on 13.37, I'll be keeping the original author's "written by" comment. From dave at dawoodfall.net Sun Oct 30 21:34:11 2011 From: dave at dawoodfall.net (David Woodfall) Date: Sun, 30 Oct 2011 21:34:11 +0000 Subject: [Slackbuilds-users] clementine-0.7.1 compiles, runs In-Reply-To: <4EACE154.2050004@gmail.com> References: <4EACE154.2050004@gmail.com> Message-ID: <20111030213411.GA14372@Junius> On (22:32 29/10/11), King Beowulf put forth the proposition: >So far so good and with >usbmuxd-1.0.7 >libtasn1-2.10 >libimobiledevice-1.0.6 >gst-plugins-ugly-0.10.18 > >The README needs an update to specify gst-plugins-ugly as an option >if the user wants to play mp3 encoded audio files, otherwise you get >a "missing plugin" error. Of course, clementine does not explain >WHICH plugin is missing! Upgraded to 0.7.1 and submitted with updated README. Cheers Dave From niels.horn at gmail.com Sun Oct 30 22:46:39 2011 From: niels.horn at gmail.com (Niels Horn) Date: Sun, 30 Oct 2011 20:46:39 -0200 Subject: [Slackbuilds-users] peksystray for 13.37 In-Reply-To: References: Message-ID: On Sun, Oct 30, 2011 at 7:24 PM, B Watson wrote: > There was a peksystray for 13.1, which never made the transition to 13.37. > Tried to contact the 13.1 maintainer, can't get a response. Anyone object > if I resubmit this for 13.37? > > The 13.1 script seems to work perfectly on 13.37, I'll be keeping the > original author's "written by" comment. It was removed as "unmaintained", so it's OK to resubmit it. -- Niels Horn From kingbeowulf at gmail.com Mon Oct 31 17:26:08 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Mon, 31 Oct 2011 10:26:08 -0700 Subject: [Slackbuilds-users] minor issue running usbmuxd.slackbuild Message-ID: Sorry if this is a duplicate: I can't verify if this was actually sent from thunderbird, and since the subject had a typo it may have just ended up in spam folders... ------------------------------------------------------ David, I recommend a bit more specificity in the README: it is not clear or obvious without looking at, or running, the slackbuild that the user needs to add the usbmux user BEFORE running the slackbuild. 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 Mon Oct 31 17:31:40 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Mon, 31 Oct 2011 10:31:40 -0700 Subject: [Slackbuilds-users] libtasn1-2.10 works with Slackware64-13.37 slackbuild script Message-ID: Sorry if this is a duplicate: I can't verify if this was actually sent from thunderbird, and since the subject had a typo it may have just ended up in spam folders... ----------------------------------------- No problems so far with the upgrade to libtasn1-2.10 (clementine-0.7.1 and libimobiledevice-1.0.6 dependency) using the existing SBo build script. -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 rob0 at slackbuilds.org Mon Oct 31 18:08:19 2011 From: rob0 at slackbuilds.org (Rob McGee) Date: Mon, 31 Oct 2011 13:08:19 -0500 Subject: [Slackbuilds-users] libtasn1-2.10 works with Slackware64-13.37 slackbuild script In-Reply-To: References: Message-ID: <201110311308.19435@harrier.slackbuilds.org> On Monday 31 October 2011 12:31:40 King Beowulf wrote: > Sorry if this is a duplicate: I can't verify if this was actually > sent from thunderbird, and since the subject had a typo it may > have just ended up in spam folders... Both made it to the list: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2011-October/008257.html http://lists.slackbuilds.org/pipermail/slackbuilds-users/2011-October/008258.html The next time you are wondering about this, just check the online archives of the list. From kingbeowulf at gmail.com Mon Oct 31 18:22:37 2011 From: kingbeowulf at gmail.com (King Beowulf) Date: Mon, 31 Oct 2011 11:22:37 -0700 Subject: [Slackbuilds-users] libtasn1-2.10 works with Slackware64-13.37 slackbuild script In-Reply-To: <201110311308.19435@harrier.slackbuilds.org> References: <201110311308.19435@harrier.slackbuilds.org> Message-ID: D'OH! Thanks. On 10/31/11, Rob McGee wrote: > On Monday 31 October 2011 12:31:40 King Beowulf wrote: >> Sorry if this is a duplicate: I can't verify if this was actually >> sent from thunderbird, and since the subject had a typo it may >> have just ended up in spam folders... > > Both made it to the list: > http://lists.slackbuilds.org/pipermail/slackbuilds-users/2011-October/008257.html > http://lists.slackbuilds.org/pipermail/slackbuilds-users/2011-October/008258.html > > The next time you are wondering about this, just check the online > archives of the list. > _______________________________________________ > 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