From erik at slackbuilds.org Mon Apr 2 22:22:35 2012 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 2 Apr 2012 17:22:35 -0500 Subject: [Slackbuilds-users] Updates - 20120402.1 Message-ID: <20120402172235.26e9a7a9@shaggy.doo> Mon Apr 2 22:13:23 UTC 2012 academic/qhull: Updated for version 2012.1. academic/wxmacmolplt: Updated for version 7.4.3. audio/SuperCollider: Updated for version 3.4.4. desktop/maitreya: Updated for version 6.0.5. desktop/slock: Updated for version 1.0. development/apache-ant: Updated for version 1.8.3. development/freetds: Updated for version 0.91. development/wxHexEditor: Updated for version 0.20. games/cuyo: Updated for version 2.0.0. games/jag: Updated for version 0.3.2. games/speed-dreams: Updated for version 2.0.0_rc1_r4420 graphics/dia: Updated for version 0.97.2. graphics/qrencode: Updated for version 3.2.0. libraries/CherryPy: Updated for version 3.2.2 new maintainer. libraries/PythonDaap: Removed at request of maintainer. libraries/libaacs: Updated for version 0.3.1. libraries/libbluray: Updated for version 0.2.2. multimedia/makemkv: Updated for version 1.7.3. multimedia/vkeybd: Updated for version 0.1.18d. network/opera: Updated for 11.62. office/task: Updated for version 2.0.0. python/Mako: Updated for version 0.6.2 new maintainer. python/cssutils: Updated for version 0.9.9. python/lxml: Updated for version 2.3.4. system/dar: Updated for version 2.4.4. system/eventlog: Updated for version 0.2.12. system/google-droid-fonts: Fixed download link system/nvidia-driver: Updated for version 295.33. system/nvidia-kernel: Updated for version 295.33. system/rsyslog: Updated for version 5.8.9. system/safecopy: Updated for version 1.7. From rshepard at appl-ecosys.com Wed Apr 4 13:31:04 2012 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Wed, 4 Apr 2012 06:31:04 -0700 (PDT) Subject: [Slackbuilds-users] Setting Up KVM to Run Virtual Win7 Message-ID: Installation of additional maps on my Garmin GPS requires windows or osx. I bought a copy of win7 and want to set up kvm to install that and run the garmin basecamp map manager. I've read the descriptions of kvm-kmod, qemu-kvm, and the other packages on slackbuilds.org and need more understanding of just what I need to set up a virtual machine and install that guest OS in it. The kvm-intel.ko module is present. I have qemu in /etc/bash_completion.d/. What I understand from the descriptoin of kvm-kmod is that I don't need it since the module has been provided by 13.37/x86_64. Is this correct? Do I need to install the qemu-kvm package? Not having run kvm before, what should I read to learn how to use it on this Slackware host? Rich From rshepard at appl-ecosys.com Wed Apr 4 15:36:00 2012 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Wed, 4 Apr 2012 08:36:00 -0700 (PDT) Subject: [Slackbuilds-users] Setting Up KVM to Run Virtual Win7 In-Reply-To: References: Message-ID: On Wed, 4 Apr 2012, Rich Shepard wrote: > Not having run kvm before, what should I read to learn how to use it on > this Slackware host? Installed qemu-kvm and it opens a terminal. Now I need to learn where to install the guest OS and how to get that to load when qemu is invoked. Rich From g.denicolo at itdep.oapointroma.org Wed Apr 4 16:09:17 2012 From: g.denicolo at itdep.oapointroma.org (Giuseppe De Nicolo') Date: Wed, 04 Apr 2012 18:09:17 +0200 Subject: [Slackbuilds-users] postfix.Slackbuild Message-ID: <4F7C722D.4060605@itdep.oapointroma.org> Hi , I m sorry if this has already been addressed ( though I search in the mailing list since 2009 and failed to find any reference ) , though since I am building postfix with postgresql support I noticed that the slackbuild only has the option to build it with mysql support. So I modified the slackbuild like this so I can invoke the option at launch : # Build with no database support by default DATABASE=${DATABASE:-none} case "$DATABASE" in mysql) DBARGS='-DHAS_MYSQL -I/usr/include/mysql' DBLIBS="-L/usr/lib${LIBDIRSUFFIX}/mysql -lmysqlclient -lz -lm" ;; pgsql) DBARGS='-DHAS_PGSQL -I/usr/include/pgsql' DBLIBS="-L/usr/lib${LIBDIRSUFFIX}/pgsql -lpq" ;; *) DBARGS='' DBLIBS="" ;; esac Is there a specific reason why the script is it so ?? Thank you From kingbeowulf at gmail.com Wed Apr 4 16:20:31 2012 From: kingbeowulf at gmail.com (King Beowulf) Date: Wed, 4 Apr 2012 09:20:31 -0700 Subject: [Slackbuilds-users] Setting Up KVM to Run Virtual Win7 In-Reply-To: References: Message-ID: Try aqemu as a GUI front end as it makes setting up the vm a bit easier. Virtualbox is another option. Also, for most garmin gps devices, they appear as a usb mass storage device. If you can get the official map file, or the ones from openstreetmap, you can just copy it to the appropriate directory with the correct file name. -Ed On 4/4/12, Rich Shepard wrote: > On Wed, 4 Apr 2012, Rich Shepard wrote: > >> Not having run kvm before, what should I read to learn how to use it on >> this Slackware host? > > Installed qemu-kvm and it opens a terminal. Now I need to learn where to > install the guest OS and how to get that to load when qemu is invoked. > > Rich > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > -- Sent from my mobile device You! What PLANET is this! -- McCoy, "The City on the Edge of Forever", stardate 3134.0 From alan at lizella.net Thu Apr 5 16:32:27 2012 From: alan at lizella.net (Alan Hicks) Date: Thu, 5 Apr 2012 12:32:27 -0400 Subject: [Slackbuilds-users] postfix.Slackbuild In-Reply-To: <4F7C722D.4060605@itdep.oapointroma.org> References: <4F7C722D.4060605@itdep.oapointroma.org> Message-ID: <20120405123227.1a7c941b@nightingale.lizella.net> On Wed, 04 Apr 2012 18:09:17 +0200 Giuseppe De Nicolo' wrote: > I noticed > that the slackbuild only has the option to build it with mysql > support. > ... > Is there a specific reason why the script is it so ?? There's a couple of reasons actually. 1- I don't use postgres so there was never a reason for me to add support for it into the script. 2- postgres isn't a part of Slackware, so building with postgress support adds an external dependency that I'd prefer to avoid. 3- Those people who actually need postgres support should be able to do exactly what you did after reading the script and postfix's excellent installation instructions. From rshepard at appl-ecosys.com Wed Apr 4 16:44:09 2012 From: rshepard at appl-ecosys.com (Rich Shepard) Date: Wed, 4 Apr 2012 09:44:09 -0700 (PDT) Subject: [Slackbuilds-users] Setting Up KVM to Run Virtual Win7 In-Reply-To: References: Message-ID: On Wed, 4 Apr 2012, King Beowulf wrote: > Try aqemu as a GUI front end as it makes setting up the vm a bit > easier. Virtualbox is another option. Ed, Thank you. I did build and install aqemu. > Also, for most garmin gps devices, they appear as a usb mass storage > device. If you can get the official map file, or the ones from > openstreetmap, you can just copy it to the appropriate directory with the > correct file name. I downloaded statewide topo maps for a few states from gpsfiledepot.com and want to install those. I thought that I had to use Garmin's BaseCamp tool to properly install them on the GPS, that's why I bought a real copy of win7/home for use in the vm. I did connect the receiver to the workstation and downloaded the user manual. Didn't go looking for maps there. But I will. Thanks, Rich From rob0 at slackbuilds.org Thu Apr 5 00:25:24 2012 From: rob0 at slackbuilds.org (Rob McGee) Date: Wed, 4 Apr 2012 19:25:24 -0500 Subject: [Slackbuilds-users] postfix.Slackbuild In-Reply-To: <20120405123227.1a7c941b@nightingale.lizella.net> References: <4F7C722D.4060605@itdep.oapointroma.org> <20120405123227.1a7c941b@nightingale.lizella.net> Message-ID: <20120405002524.GK3502@harrier.slackbuilds.org> On Thu, Apr 05, 2012 at 12:32:27PM -0400, Alan Hicks wrote: > On Wed, 04 Apr 2012 18:09:17 +0200 > Giuseppe De Nicolo' wrote: > > > I noticed that the slackbuild only has the option to build > > it with mysql support. ... Is there a specific reason why > > the script is it so ?? > > There's a couple of reasons actually. > > 1- I don't use postgres so there was never a reason for me to add > support for it into the script. > 2- postgres isn't a part of Slackware, so building with postgress > support adds an external dependency that I'd prefer to avoid. > 3- Those people who actually need postgres support should be able > to do exactly what you did after reading the script and postfix's > excellent installation instructions. But the README (with the nice brick text) implies that you can pass an option to the script to enable PostgreSQL. Also, Slackware does include SQLite, support for which is neither enabled nor mentioned in the README. While Alan may not use SQLite himself, list.slackbuilds.org does. :) Oh, and BTW, the 2.8.3 version in the build has a serious bug in its SQLite support, that bug being fixed in 2.8.9. (The current stable release version is 2.9.1 as of this date.) While we're nitpicking here, I should also point out that Slackware includes OpenLDAP client libraries, but the script and README make no account of that possibility. It's not really a "database" per se, but to Postfix, LDAP and SQL are very similar. Seems to me that under the reasoning Alan gave above, LDAP and SQLite should be mentioned rather than PostgreSQL. Another thing possibly worth mentioning: these databases are not exclusive, and you can enable as many as you wish. I have built my own with both PostgreSQL and SQLite, for example. Finally, and this is definitely a fault in the build script: the cp command copies "RELEASE_NOTES" among other files. That's ONLY the notes for the current major version, in this case, 2.8 up to patchlevel 3. You have failed to package the older RELEASE_NOTES* files. A user upgrading across numerous major versions needs to consult all the RELEASE_NOTES* files between the prior version installed and the present release. Looking at the postfix-2.10-20120308 source tarball, I would include all the uppercase filenames except for Makefile* and @INSTALL (a symbolic link), including (as you did) the mixed-case IPv6-ChangeLog file. Also, back in January Wietse threw another curveball at us: there's now a "pflogsumm_quickfix.txt" file which definitely belongs with the documentation. Sorry, no brick text this time. Maybe next time. -- Rob McGee - /dev/rob0 - rob0 at slackbuilds.org From g.denicolo at itdep.oapointroma.org Thu Apr 5 07:03:23 2012 From: g.denicolo at itdep.oapointroma.org (Giuseppe De Nicolo') Date: Thu, 05 Apr 2012 09:03:23 +0200 Subject: [Slackbuilds-users] postfix.Slackbuild In-Reply-To: References: <4F7C722D.4060605@itdep.oapointroma.org> Message-ID: <4F7D43BB.1010807@itdep.oapointroma.org> On 04/04/2012 06:46 PM, Rich Shepard wrote: > On Wed, 4 Apr 2012, Giuseppe De Nicolo' wrote: > >> I m sorry if this has already been addressed ( though I search in the >> mailing list since 2009 and failed to find any reference ) , though >> since >> I am building postfix with postgresql support I noticed that the >> slackbuild only has the option to build it with mysql support. > > Officially, only mysql is supported on Slackware. You can get the > slackbuilds.org postgres set or just build and install it directly. > Also, if > you do any web-based work with data in postgres you'll need to > re-build php > specifying postgres support and removing the mysql support. > > Rich > > Thank you, of course you are right I had to recompile php too , anyway I did mention it only cause as Rob mention the README included implies that I should be able to pass the postgresql variable ( in effect I did that before reading the slackbuild ) thats all. From yalhcru at gmail.com Fri Apr 6 18:17:04 2012 From: yalhcru at gmail.com (B Watson) Date: Fri, 6 Apr 2012 14:17:04 -0400 Subject: [Slackbuilds-users] acpitool download link Message-ID: The link in the info file has changed. New URL is http://freeunix.dyndns.org:8000/ftp_site/unix/acpitool/acpitool-0.5.tar.bz2 Also, if anyone wants to use acpitool on -current, or on stable running a 3.x kernel, I've attached a trivial patch to make suspend/hibernate work correctly. Also sent the patch upstream. -------------- next part -------------- A non-text attachment was scrubbed... Name: acpitool-kernel-3.x.diff.gz Type: application/x-gzip Size: 243 bytes Desc: not available URL: From dominian at slackadelic.com Fri Apr 6 18:18:37 2012 From: dominian at slackadelic.com (Matt Hayes) Date: Fri, 6 Apr 2012 14:18:37 -0400 Subject: [Slackbuilds-users] acpitool download link In-Reply-To: References: Message-ID: On Fri, Apr 6, 2012 at 2:17 PM, B Watson wrote: > The link in the info file has changed. New URL is > http://freeunix.dyndns.org:8000/ftp_site/unix/acpitool/acpitool-0.5.tar.bz2 > > Also, if anyone wants to use acpitool on -current, or on stable running > a 3.x kernel, I've attached a trivial patch to make suspend/hibernate > work correctly. Also sent the patch upstream. > > _______________________________________________ > 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/ > > > Are developers truly using dyndns hosts anymore to host their source files that they KNOW people will continue looking for for years to come? Wow. -Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From artourter at gmail.com Fri Apr 6 18:53:18 2012 From: artourter at gmail.com (Greg' Ar Tourter) Date: Fri, 6 Apr 2012 19:53:18 +0100 Subject: [Slackbuilds-users] acpitool download link In-Reply-To: References: Message-ID: Why not use the sourceforge version? http://downloads.sourceforge.net/project/acpitool/acpitool/0.5.1/acpitool-0.5.1.tar.bz2 However it is not so much that the url has changed, but the fact that they seem to have removed version 0.5 so it is more than just updating the link, one needs to update the slackbuild too to reflect on the "2.5 year old" new version. On 6 April 2012 19:18, Matt Hayes wrote: > On Fri, Apr 6, 2012 at 2:17 PM, B Watson wrote: >> >> The link in the info file has changed. New URL is >> >> http://freeunix.dyndns.org:8000/ftp_site/unix/acpitool/acpitool-0.5.tar.bz2 >> >> Also, if anyone wants to use acpitool on -current, or on stable running >> a 3.x kernel, I've attached a trivial patch to make suspend/hibernate >> work correctly. Also sent the patch upstream. >> >> _______________________________________________ >> 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/ >> >> > > > Are developers truly using dyndns hosts anymore to host their source files > that they KNOW people will continue looking for for years to come? > > Wow. > > -Matt > > _______________________________________________ > SlackBuilds-users mailing list > SlackBuilds-users at slackbuilds.org > http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - http://slackbuilds.org/faq/ > > From yalhcru at gmail.com Fri Apr 6 18:58:57 2012 From: yalhcru at gmail.com (B Watson) Date: Fri, 6 Apr 2012 14:58:57 -0400 Subject: [Slackbuilds-users] acpitool download link In-Reply-To: References: Message-ID: On 4/6/12, Matt Hayes wrote: >> http://freeunix.dyndns.org:8000/ftp_site/unix/acpitool/acpitool-0.5.tar.bz2 > > Are developers truly using dyndns hosts anymore to host their source files > that they KNOW people will continue looking for for years to come? Alternate download URL: http://distfiles.gentoo.org/distfiles/acpitool-0.5.1.tar.bz2 There's no tarball for version 0.5 in the gentoo repo, but it wouldn't hurt to update the SlackBuild for 0.5.1 (which has been out a couple of years now). From artourter at gmail.com Fri Apr 6 19:01:07 2012 From: artourter at gmail.com (Greg' Ar Tourter) Date: Fri, 6 Apr 2012 20:01:07 +0100 Subject: [Slackbuilds-users] acpitool download link In-Reply-To: References: Message-ID: oh sorry for the noise, they indeed still have 0.5 on the dyndns.org site although all their links to downloads are broken. sf.net only has 0.5.1 and then 0.4.7 and below. I guess since the slackbuild is for 0.5, this is why it uses the dyndns.org link. On 6 April 2012 19:53, Greg' Ar Tourter wrote: > Why not use the sourceforge version? > > http://downloads.sourceforge.net/project/acpitool/acpitool/0.5.1/acpitool-0.5.1.tar.bz2 > > However it is not so much that the url has changed, but the fact that > they seem to have removed version 0.5 so it is more than just updating > the link, one needs to update the slackbuild too to reflect on the > "2.5 year old" new version. > > > On 6 April 2012 19:18, Matt Hayes wrote: >> On Fri, Apr 6, 2012 at 2:17 PM, B Watson wrote: >>> >>> The link in the info file has changed. New URL is >>> >>> http://freeunix.dyndns.org:8000/ftp_site/unix/acpitool/acpitool-0.5.tar.bz2 >>> >>> Also, if anyone wants to use acpitool on -current, or on stable running >>> a 3.x kernel, I've attached a trivial patch to make suspend/hibernate >>> work correctly. Also sent the patch upstream. >>> >>> _______________________________________________ >>> 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/ >>> >>> >> >> >> Are developers truly using dyndns hosts anymore to host their source files >> that they KNOW people will continue looking for for years to come? >> >> Wow. >> >> -Matt >> >> _______________________________________________ >> SlackBuilds-users mailing list >> SlackBuilds-users at slackbuilds.org >> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users >> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ >> FAQ - http://slackbuilds.org/faq/ >> >> From yalhcru at gmail.com Fri Apr 6 19:02:34 2012 From: yalhcru at gmail.com (B Watson) Date: Fri, 6 Apr 2012 15:02:34 -0400 Subject: [Slackbuilds-users] acpitool download link In-Reply-To: References: Message-ID: On 4/6/12, Greg' Ar Tourter wrote: > Why not use the sourceforge version? > > http://downloads.sourceforge.net/project/acpitool/acpitool/0.5.1/acpitool-0.5.1.tar.bz2 Good question. > However it is not so much that the url has changed, but the fact that > they seem to have removed version 0.5 so it is more than just updating > the link, one needs to update the slackbuild too to reflect on the > "2.5 year old" new version. 0.5 wasn't removed from the dyndns site. The whole site got rearranged, the old URLs were ftp_site/pub/unix/*, the new ones are ftp_site/unix/*, and v0.5 is still available at the site... However I agree, the slackbuild should be updated for 0.5.1. It's not mine, is the maintainer here? From kingbeowulf at gmail.com Sat Apr 7 02:29:51 2012 From: kingbeowulf at gmail.com (King Beowulf) Date: Fri, 6 Apr 2012 19:29:51 -0700 Subject: [Slackbuilds-users] Libreoffice download link dead Message-ID: They did is again, with libreoffice-3.5.2 the "current" version, 3.5.0 download location moved to... well nowhere, man. At least as far as I can tell. -- 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 niels.horn at gmail.com Sat Apr 7 04:24:20 2012 From: niels.horn at gmail.com (Niels Horn) Date: Sat, 7 Apr 2012 01:24:20 -0300 Subject: [Slackbuilds-users] Libreoffice download link dead In-Reply-To: References: Message-ID: Yeah, I know.... I'm pretty messed up with work and university atm, but I'll try to push an update this week. Thanks, -- Niels Horn Rio de Janeiro, RJ - Brasil http://nielshorn.net Em 06/04/2012 23:30, "King Beowulf" escreveu: > They did is again, with libreoffice-3.5.2 the "current" version, 3.5.0 > download location moved to... well nowhere, man. At least as far as I can > tell. > > -- > 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/ > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kingbeowulf at gmail.com Sat Apr 7 06:29:20 2012 From: kingbeowulf at gmail.com (King Beowulf) Date: Fri, 6 Apr 2012 23:29:20 -0700 Subject: [Slackbuilds-users] Libreoffice download link dead In-Reply-To: References: Message-ID: On Fri, Apr 6, 2012 at 9:24 PM, Niels Horn wrote: > Yeah, I know.... > I'm pretty messed up with work and university atm, but I'll try to push an > update this week. > > Thanks, > > -- > Niels Horn > Rio de Janeiro, RJ - Brasil > http://nielshorn.net > No rush - just built libreoffice-3.5.2 via the script ok. Speaking of which, attached is a patch which adds the option to look for the existence of the corresponding helppack and adds it to the package. (Yes, I do occasionally read the "manual"). -- You! What PLANET is this! -- McCoy, "The City on the Edge of Forever", stardate 3134.0 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: libreoffice.SlackBuild.patch Type: application/octet-stream Size: 788 bytes Desc: not available URL: From mr.chew.baka at gmail.com Sat Apr 7 16:24:51 2012 From: mr.chew.baka at gmail.com (Mr. B-o-B) Date: Sat, 7 Apr 2012 11:24:51 -0500 (CDT) Subject: [Slackbuilds-users] unixODBC Message-ID: I just wanted you all to know that going forward I will be maintaining the unixODBC package. I rely heavily on this package, and Henrique (the original maintainer) mentioned he no longer uses it. Henrique gave me his blessing to take over this package (below). Thanks! Bob -- Mr. B-o-B aka Bob De Mars "I want to learn the ways of the Source, and become a Jedi like my Father" ---------- Forwarded message ---------- Date: Wed, 4 Apr 2012 11:09:22 From: Bob De Mars To: "mr.chew.baka at gmail.com" Subject: FW: SlackBuild unixODBC Bob De Mars GlobeRunners, Inc. Information Technology Director 2155 Woodlane Drive, Suite 101? |? Woodbury, MN 55125? |? Direct (651) 925-1510? |? Cell: (612) 850-6940? |? Fax: (651) 925-1560? |? Email: jedi at grunners.com? From: Henrique Grolli [mailto:henrique.grolli at gmail.com] Sent: Monday, March 26, 2012 6:19 PM To: Bob De Mars Subject: Re: SlackBuild unixODBC Hi Bob, ? ? Just send the next version informing that I?gave my rights of maintainer and I'm pretty sure Eric or other slackbuilds.org adm will understand and, if necessary, ask me if its true. But i believe that there will be no problem there. On Mon, Mar 26, 2012 at 7:05 PM, Bob De Mars wrote: Hi Henrigue, ? Thanks for sending in the updates.? I would be more than happy to assume the maintenance of this package.? Do we need to notify them of the change, or should I just send in the next SlackBuild when a new release comes out? ? Thanks! Bob ? Bob De Mars GlobeRunners, Inc. Information Technology Director 2155 Woodlane Drive, Suite 101? |? Woodbury, MN 55125? |? Direct (651) 925-1510? |? Cell: (612) 850-6940? |? Fax: (651) 925-1560? |? Email: jedi at grunners.com? ? From: Henrique Grolli [mailto:henrique.grolli at gmail.com] Sent: Saturday, March 24, 2012 8:08 PM To: Bob De Mars Subject: Re: SlackBuild unixODBC ? Bob, ? ? ?Thanks for your contact. Just updated the files in slackbuilds.org to odbc 2.3.1. Just need the approval for next release. I'm not currently using unixODBC since i'm not using asterisk anymore. If you wish to assume the?maintenance?of it to have recent updates faster feel free to do so. ? On Sat, Mar 24, 2012 at 10:03 AM, Bob De Mars wrote: Hello, and a good day to you.? First off, thanks for writing the SlackBuild for unixODBC.? I have been using it for years! ? I just wanted to let you know that your SlackBuild works fine for the latest unixodbc-2.3.1 version ? I just built packages for 2.3.1 on Slack 12.1, 13.0, 13.1, and 13.37 (all 32 bit - I will test 64 bit next week) ? I just wanted to let you know. ? Thanks! ? Bob ? Bob De Mars GlobeRunners, Inc. Information Technology Director 2155 Woodlane Drive, Suite 101? |? Woodbury, MN 55125? |? Direct (651) 925-1510? |? Cell: (612) 850-6940? |? Fax: (651) 925-1560? |? Email: jedi at grunners.com? ? ? -- Henrique Grolli Bassotto -- Henrique Grolli Bassotto From erik at slackbuilds.org Mon Apr 9 17:04:43 2012 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 9 Apr 2012 12:04:43 -0500 Subject: [Slackbuilds-users] Updates - 20120409.1 Message-ID: <20120409120443.5c2811fa@shaggy.doo> Mon Apr 9 16:55:45 UTC 2012 academic/ImageJ: Added (Image processing and analysis in Java) audio/xmp: Added (Extended Module Player) desktop/thunar-sendto-clamtk: Added (A clamtk plugin for Thunar) development/argouml: Added (uml modeling tool) development/ola: Updated for version 0.8.18. games/chocolate-doom: Added (Doom source port) games/dunelegacy: Added (real-time strategy game) games/fortune-dune: Added (quotes from Frank Herbert's Dune series) games/supertux2: Added (The development snapshot of SuperTux) games/zdbsp: Added (node builder for Doom and related games) games/zennode: Added (node builder for Doom maps) graphics/Alchemy: Added (sketching environment) graphics/exact-image: Updated for version 0.8.7. graphics/psftools: Added (tools for converting bitmap font formats) libraries/girara: Added (GTK+ GUI for text-oriented applications) libraries/libnfs: Updated for version 1.3.0. libraries/libupnp: Updated for version 1.6.17. libraries/ortp: Fixed download link in .info file misc/html2ps: Added (converts html to postscript) network/bird: Added (internet routing suite) network/claws-mail: Noted optional html2ps dep in README office/kmymoney: Updated for version 4.6.2. office/openoffice.org: Fixed inverted MD5SUMs in .info file perl/perl-File-Find-Rule: Added (File::Find::Rule perl module) perl/perl-Number-Compare: Added (Number::Compare perl module) perl/perl-Text-Glob: Added (Text::Glob perl module) system/clamtk: Added (A frontend for ClamAV) system/kvm-kmod: Updated for version 3.3. system/postgresql: Updated for version 9.1.3. system/qemu-kvm: allow non-root use of vhost-net acceleration system/syslog-ng: Updated for version 3.3.4. system/twin: New maintainer From chris.abela at maltats.com Thu Apr 12 07:05:09 2012 From: chris.abela at maltats.com (ABELA Chris) Date: Thu, 12 Apr 2012 09:05:09 +0200 Subject: [Slackbuilds-users] Building vlc is driving me into a kernel panic Message-ID: I already had a vlc built but as I upgraded libupnp and decided to rebuild vlc. http://dl.dropbox.com/u/49744080/vlc-kernel_panic.jpg I am using default Slackware 13.37 32 bit encrypted LVM installation. I have an Intel Pentium Core Duo with 2GB of RAM and 4GB of swap. The kernel has been upgraded to 3.3.1 From chris.abela at maltats.com Thu Apr 12 07:09:51 2012 From: chris.abela at maltats.com (ABELA Chris) Date: Thu, 12 Apr 2012 09:09:51 +0200 Subject: [Slackbuilds-users] FW: mono does not build on Slack 13.37 32 bit Message-ID: <7C76196D47814E1E8DDE562DDA6E7078@maltats.com> Hi. The latest glibc update broke the compilation of mono, there are some workarounds, but I hope it comes soon as the new version of Slackware, I'm hoping that, to publish the change, I appreciate your suggest and if the problem still continues in the next version, I include your fix, in the new version of script. Best regards, Sebasti?n Salazar Molina. PD: Sorry for my bad english. ________________________________________ From: Chris Abela [mailto:kristofru at gmail.com] Sent: 12 April 2012 09:06 To: chris.abela at maltats.com Subject: Fwd: mono does not build on Slack 13.37 32 bit FYI From ozan.turkyilmaz at gmail.com Thu Apr 12 07:17:22 2012 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Thu, 12 Apr 2012 12:17:22 +0500 Subject: [Slackbuilds-users] Building vlc is driving me into a kernel panic In-Reply-To: References: Message-ID: 2012/4/12 ABELA Chris : > I already had a vlc built but as I upgraded libupnp and decided to rebuild > vlc. > You run out of memory. Check if you activated swap. -- Ozan, BSc, BEng From chris.abela at maltats.com Thu Apr 12 08:27:05 2012 From: chris.abela at maltats.com (ABELA Chris) Date: Thu, 12 Apr 2012 10:27:05 +0200 Subject: [Slackbuilds-users] Building vlc is driving me into a kernelpanic - CLOSED In-Reply-To: References: Message-ID: <2DEFE2A2BE6C44CD98911B8900774972@maltats.com> > You run out of memory. Yes that's what the message says. > Check if you activated swap. I have activated swap. Even hibernation works. In any case I am informed that when swap is needed, you are clutching at the last straw. I reverted back to the original Slackware kernel and now it builds fine. Yet I can assure you that I had retained the original kernel-header files even when I was booting in the newer kernel. Thank You From ozan.turkyilmaz at gmail.com Thu Apr 12 08:29:05 2012 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Thu, 12 Apr 2012 13:29:05 +0500 Subject: [Slackbuilds-users] Building vlc is driving me into a kernelpanic - CLOSED In-Reply-To: <2DEFE2A2BE6C44CD98911B8900774972@maltats.com> References: <2DEFE2A2BE6C44CD98911B8900774972@maltats.com> Message-ID: 2012/4/12 ABELA Chris : > >> You run out of memory. > > Yes that's what the message says. > >> Check if you activated swap. > > I have activated swap. Even hibernation works. > > In any case I am informed that when swap is needed, you are clutching at the > last straw. > > I reverted back to the original Slackware kernel and now it builds fine. Yet > I can assure you that I had retained the original kernel-header files even > when I was booting in the newer kernel. > That's rather weird. Try LQ maybe they can dig better. -- Ozan, BSc, BEng From slava18 at gmail.com Thu Apr 12 08:46:28 2012 From: slava18 at gmail.com (V'yacheslav Stetskevych) Date: Thu, 12 Apr 2012 11:46:28 +0300 Subject: [Slackbuilds-users] Building vlc is driving me into a kernel panic In-Reply-To: References: Message-ID: 2012/4/12 Ozan T?rky?lmaz : > 2012/4/12 ABELA Chris : >> I already had a vlc built but as I upgraded libupnp and decided to rebuild >> vlc. >> > > You run out of memory. Check if you activated swap. Linux 3.3.1 generally does funny things. I would recommend sticking with 3.2.xx for a while :-) -- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Digital and all the music is free... ? ? ? ?http://www.getgnulinux.org From lukenshiro at ngi.it Thu Apr 12 09:13:45 2012 From: lukenshiro at ngi.it (LukenShiro) Date: Thu, 12 Apr 2012 11:13:45 +0200 Subject: [Slackbuilds-users] FW: mono does not build on Slack 13.37 32 bit In-Reply-To: <7C76196D47814E1E8DDE562DDA6E7078@maltats.com> References: <7C76196D47814E1E8DDE562DDA6E7078@maltats.com> Message-ID: <20120412111345.3d4c12cd@hamalay.mnt> Il giorno Thu, 12 Apr 2012 09:09:51 +0200 "ABELA Chris" ha scritto: > The latest glibc update broke the compilation of mono, there are some > workarounds, but I hope it comes soon as the new version of Slackware, > I'm hoping that, to publish the change, I appreciate your suggest and > if the problem still continues in the next version, I include your > fix, in the new version of script. AFAIK there are some packages who do not build anymore after glibc update (but we don't have to forget SBo doesn't support -current). The problem seems to be relied to indirect/implicit linking of some shared object libraries (no longer allowed by "new" ld): https://fedoraproject.org/w/index.php?title=UnderstandingDSOLinkChange http://forums.fedoraforum.org/showthread.php?t=246434 I guess solution is to add an explicit option to gcc compilation command ("-lXXX"). -- GNU/Linux * Slackware64 current/multilib LU #210970 SU #12583 LM #98222/#412913 From chris.abela at maltats.com Thu Apr 12 09:17:03 2012 From: chris.abela at maltats.com (ABELA Chris) Date: Thu, 12 Apr 2012 11:17:03 +0200 Subject: [Slackbuilds-users] FW: mono does not build on Slack 13.37 32 bit In-Reply-To: <20120412111345.3d4c12cd@hamalay.mnt> References: <7C76196D47814E1E8DDE562DDA6E7078@maltats.com> <20120412111345.3d4c12cd@hamalay.mnt> Message-ID: <28AD49A73CDA43B39B64187A845D5BC5@maltats.com> Il giorno Thu, 12 Apr 2012 09:09:51 +0200 "ABELA Chris" ha scritto: > The latest glibc update broke the compilation of mono, there are some > workarounds, but I hope it comes soon as the new version of Slackware, > I'm hoping that, to publish the change, I appreciate your suggest and > if the problem still continues in the next version, I include your > fix, in the new version of script. AFAIK there are some packages who do not build anymore after glibc update (but we don't have to forget SBo doesn't support -current). The problem seems to be relied to indirect/implicit linking of some shared object libraries (no longer allowed by "new" ld): https://fedoraproject.org/w/index.php?title=UnderstandingDSOLinkChange http://forums.fedoraforum.org/showthread.php?t=246434 I guess solution is to add an explicit option to gcc compilation command ("-lXXX"). -- GNU/Linux * Slackware64 current/multilib LU #210970 SU #12583 LM #98222/#412913 _______________________________________________ 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 am on 13.37-stable From chris.abela at maltats.com Thu Apr 12 10:30:47 2012 From: chris.abela at maltats.com (ABELA Chris) Date: Thu, 12 Apr 2012 12:30:47 +0200 Subject: [Slackbuilds-users] Building vlc is driving me into a kernel panic In-Reply-To: <4F86A8CF.10801@de-pasquale.name> References: <4F86A8CF.10801@de-pasquale.name> Message-ID: -----Original Message----- From: Andrea De Pasquale [mailto:andrea at de-pasquale.name] Sent: 12 April 2012 12:05 To: ABELA Chris Cc: SlackBuilds.org Users List Subject: Re: Building vlc is driving me into a kernel panic On 04/12/2012 09:05 AM, ABELA Chris wrote: > I already had a vlc built but as I upgraded libupnp and decided to rebuild > vlc. > > http://dl.dropbox.com/u/49744080/vlc-kernel_panic.jpg > > I am using default Slackware 13.37 32 bit encrypted LVM installation. I have > an Intel Pentium Core Duo with 2GB of RAM and 4GB of swap. The kernel has > been upgraded to 3.3.1 I have tested the VLC SlackBuild on Slackware64-13.37. I have an encrypted LUKS/LVM configuration too. Everything runs fine on my stock 2.6.37.6 kernel. Seems that you ran out of memory during the compile process, on my system I have 4GB of RAM and 4GB of swap. I cannot help more than this since my SlackBuild is based on Eric Hameleers' one, I have only modified it to build VLC only and use shared libs instead of static libs. You can find it at: http://connie.slackware.com/~alien/slackbuilds/vlc/build/vlc.SlackBuild Cheers, -- Andrea De Pasquale Thank you Andrea. The problem was due to my 3.3.1 kernel upgrade, not vlc per se. It might be that I did not configure well the kernel, or this kernel version is "funny". I have not found any proof of the latter the former is a known reckless tinkerer :-). I can confirm that it builds fine also on linux 3.2.14 with the slackware-current configuration. From andrea at de-pasquale.name Thu Apr 12 10:05:03 2012 From: andrea at de-pasquale.name (Andrea De Pasquale) Date: Thu, 12 Apr 2012 12:05:03 +0200 Subject: [Slackbuilds-users] Building vlc is driving me into a kernel panic In-Reply-To: References: Message-ID: <4F86A8CF.10801@de-pasquale.name> On 04/12/2012 09:05 AM, ABELA Chris wrote: > I already had a vlc built but as I upgraded libupnp and decided to rebuild > vlc. > > http://dl.dropbox.com/u/49744080/vlc-kernel_panic.jpg > > I am using default Slackware 13.37 32 bit encrypted LVM installation. I have > an Intel Pentium Core Duo with 2GB of RAM and 4GB of swap. The kernel has > been upgraded to 3.3.1 I have tested the VLC SlackBuild on Slackware64-13.37. I have an encrypted LUKS/LVM configuration too. Everything runs fine on my stock 2.6.37.6 kernel. Seems that you ran out of memory during the compile process, on my system I have 4GB of RAM and 4GB of swap. I cannot help more than this since my SlackBuild is based on Eric Hameleers' one, I have only modified it to build VLC only and use shared libs instead of static libs. You can find it at: http://connie.slackware.com/~alien/slackbuilds/vlc/build/vlc.SlackBuild Cheers, -- Andrea De Pasquale From kingbeowulf at gmail.com Fri Apr 13 02:40:38 2012 From: kingbeowulf at gmail.com (King Beowulf) Date: Thu, 12 Apr 2012 19:40:38 -0700 Subject: [Slackbuilds-users] wxcam slackbuild works for version wxcam-1.1 Message-ID: <4F879226.1040206@gmail.com> FYI: wxcam-1.1 works as is on slackware64-13.37 stable. From pwcazenave at gmail.com Fri Apr 13 08:22:31 2012 From: pwcazenave at gmail.com (Pierre Cazenave) Date: Fri, 13 Apr 2012 09:22:31 +0100 Subject: [Slackbuilds-users] wxcam slackbuild works for version wxcam-1.1 In-Reply-To: <4F879226.1040206@gmail.com> References: <4F879226.1040206@gmail.com> Message-ID: On 13 April 2012 03:40, King Beowulf wrote: > FYI: ?wxcam-1.1 works as is on slackware64-13.37 stable. > > _______________________________________________ > 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/ > There's a new build in pending waiting to be approved. Thanks for the heads up. Pierre From mr.chew.baka at gmail.com Sat Apr 14 03:18:35 2012 From: mr.chew.baka at gmail.com (Mr. B-o-B) Date: Fri, 13 Apr 2012 22:18:35 -0500 (CDT) Subject: [Slackbuilds-users] kdevelop-php (1.2.2) Message-ID: Bad News - The source download for this build is dead. Good News - Here is the link for version 1.2.3 ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.2.3/src/kdevelop-php-1.2.3.tar.bz2 The kdevelop-php 1.2.2 SlackBuild script (13.37) works fine with version 1.2.3 I just wanted to pass this info along. Also, I sent a message earlier in the week about unixODBC, but I didn't see it show up. Did it make it into the mailing list? Thanks! Bob From mr.chew.baka at gmail.com Sat Apr 14 03:30:32 2012 From: mr.chew.baka at gmail.com (Mr. B-o-B) Date: Fri, 13 Apr 2012 22:30:32 -0500 (CDT) Subject: [Slackbuilds-users] (13.37) kdevelop-php-docs 1.2.2 Message-ID: Hello, again. The source link for (13.37) kdevelop-php-docs is dead. Here is a link for 1.2.3 ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.2.3/src/kdevelop-php-docs-1.2.3.tar.bz2 This works fine with the existing 1.2.2 SlackBuild Script. Just want to let you all know. Thanks! Bob From pwcazenave at gmail.com Sat Apr 14 06:54:05 2012 From: pwcazenave at gmail.com (Pierre Cazenave) Date: Sat, 14 Apr 2012 07:54:05 +0100 Subject: [Slackbuilds-users] kdevelop-php (1.2.2) In-Reply-To: References: Message-ID: <4F891F0D.2010006@gmail.com> On 14/04/2012 04:18, Mr. B-o-B wrote: > Bad News - The source download for this build is dead. > > Good News - Here is the link for version 1.2.3 > > ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.2.3/src/kdevelop-php-1.2.3.tar.bz2 > > > The kdevelop-php 1.2.2 SlackBuild script (13.37) works fine with version > 1.2.3 > > I just wanted to pass this info along. > > Also, I sent a message earlier in the week about unixODBC, but I didn't > see it show up. Did it make it into the mailing list? > > Thanks! > > Bob > > > > > > _______________________________________________ > 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 use the list archives to check if your message was delivered: http://lists.slackbuilds.org/pipermail/slackbuilds-users/ specifically http://lists.slackbuilds.org/pipermail/slackbuilds-users/2012-April/008675.html Pierre From 1.41421 at gmail.com Sat Apr 14 23:09:21 2012 From: 1.41421 at gmail.com (JCA) Date: Sat, 14 Apr 2012 17:09:21 -0600 Subject: [Slackbuilds-users] Date-Manip-6.25.tar.gz link is dead Message-ID: The link to the Date-Manip-6.25.tar.gz tarball is dead. From pprkut at liwjatan.at Sun Apr 15 09:47:31 2012 From: pprkut at liwjatan.at (Heinz Wiesinger) Date: Sun, 15 Apr 2012 11:47:31 +0200 Subject: [Slackbuilds-users] (13.37) kdevelop-php-docs 1.2.2 In-Reply-To: References: Message-ID: <18284348.A4Y0qszIb8@callisto> On Friday 13 April 2012 22:30:32 Mr. B-o-B wrote: > Hello, again. The source link for (13.37) kdevelop-php-docs is dead. > > Here is a link for 1.2.3 > > ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.2.3/src/kdevelop-php-docs-1.2.3. > tar.bz2 > > This works fine with the existing 1.2.2 SlackBuild Script. > > Just want to let you all know. Thanks! I just submitted updates for both this and kdevelop-php. Should be fixed once they are approved. Grs, Heinz -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 230 bytes Desc: This is a digitally signed message part. URL: From sh4neriddle at yahoo.com Sun Apr 15 16:44:22 2012 From: sh4neriddle at yahoo.com (Shane Riddle) Date: Sun, 15 Apr 2012 09:44:22 -0700 (PDT) Subject: [Slackbuilds-users] libproxy slackbuild error and solution Message-ID: <1334508262.38252.YahooMailNeo@web162305.mail.bf1.yahoo.com> I posted this on linuxquestions for those who may not track this list, and figured this would be a good place to notify slackbuild's maintenance team.? ------------------- The libproxy slackbuild, which is an openconnect dependency, fails with Code: /tmp/SBo/libproxy-0.4.7/libproxy/url.cpp:398:37: error: 'read' was not declared in this scope /tmp/SBo/libproxy-0.4.7/libproxy/url.cpp:423:13: error: 'close' was not declared in this scope /tmp/SBo/libproxy-0.4.7/libproxy/url.cpp:439:13: error: 'close' was not declared in this scopeThe solution is to add this line in libproxy-0.4.7/libproxy/url.cpp (which is in the libproxy-0.4.7.tar.gz file) - Code: #Include //For close(), read()I don't know how to create a patch but that's what I added manually and the build completed successfully. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: libproxy-0.4.7.tar.gz Type: application/x-gzip Size: 87728 bytes Desc: not available URL: From rworkman at slackbuilds.org Sun Apr 15 21:05:37 2012 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 15 Apr 2012 16:05:37 -0500 Subject: [Slackbuilds-users] libproxy slackbuild error and solution In-Reply-To: <1334508262.38252.YahooMailNeo@web162305.mail.bf1.yahoo.com> References: <1334508262.38252.YahooMailNeo@web162305.mail.bf1.yahoo.com> Message-ID: <20120415160537.6b51359c@liberty.rlwhome.lan> On Sun, 15 Apr 2012 09:44:22 -0700 (PDT) Shane Riddle wrote: > The libproxy slackbuild, which is an openconnect dependency, fails > with > > > Code: > /tmp/SBo/libproxy-0.4.7/libproxy/url.cpp:398:37: error: 'read' was > not declared in this > scope /tmp/SBo/libproxy-0.4.7/libproxy/url.cpp:423:13: error: 'close' > was not declared in this > scope /tmp/SBo/libproxy-0.4.7/libproxy/url.cpp:439:13: error: 'close' > was not declared in this scopeThe solution is to add this line in > libproxy-0.4.7/libproxy/url.cpp (which is in the > libproxy-0.4.7.tar.gz file) - > > > Code: > #Include //For close(), read()I don't know how to create a > patch but that's what I added manually and the build completed > successfully. That's due to a change in gcc-4.7.x ; some of what used to be implicit includes are not any more. Note that gcc-4.7.x is part of the -current tree of Slackware, NOT the 13.37 release. Note also that SlackBuilds.org does not aim to support the -current tree, and things like this are one of the main reasons why -- it's too much of a moving target. That said, thanks for the heads-up on it; a patch to explicitly #include unistd.h won't hurt anything on 13.37, so I'll get that done soonish. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From erik at slackbuilds.org Mon Apr 16 10:47:21 2012 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 16 Apr 2012 05:47:21 -0500 Subject: [Slackbuilds-users] Updates - 20120416.1 Message-ID: <20120416054721.040f9815@shaggy.doo> Mon Apr 16 10:38:09 UTC 2012 academic/R: Updated for version 2.15.0. academic/smath-studio: Updated for version 0.91. desktop/Xfce-Theme-Manager: Added (Xfce4 Theme Manager GUI) desktop/xfce4-cpufreq-plugin: Added (cpu frequency plugin for xfce4) development/eclipse: Updated for version 3.7.2. development/fpc: Updated for version 2.6.0. development/google-appengine-pysdk: Updated for version 1.6.4. development/sbt: Added (Simple Build Tool) development/swi-prolog: Added (a comprehensive Prolog environment) graphics/fbpic: Updated website info. graphics/kamerka: Added (take photos using your webcam) libraries/gts: Added (GNU Triangulated Surface Library) libraries/iksemel: Added (XML parser for Jabber apps) libraries/libmodbus: Added (fast and portable Modbus library) libraries/libproxy: Add unistd.h include for gcc47 libraries/libsmf: Added (library for handling MIDI files) libraries/libvpx: Updated for version 1.0.0. libraries/libyaml: Added (library for parsing and emitting YAML 1.1) libraries/unixODBC: Updated for version 2.3.1. libraries/xapian-bindings: Added (SWIG and JNI bindings for Xapian) libraries/zziplib: Updated for version 0.13.62. misc/ibus-anthy: Updated for version 1.2.7. misc/myclippings: Added (Parser for Kindle "My Clippings.txt" file) multimedia/oggconvert: Added (convert media to ogg/theora) multimedia/schroedinger: Updated for version 1.0.11. network/allmydata-tahoe: Updated for version 1.9.1 new maintainer. network/loiq: Added (open source network attack application) network/mod_fastcgi: Added (Apache FastCGI module) network/phpmyadmin: Updated for version 3.4.10.2. network/uwsgi: Updated for version 1.0.4. office/mu: Updated for version 0.9.8.2. office/notmuch: Updated for version 0.12. office/zathura-ps: Added (zathura plugin for PostScript support) office/zathura: Updated for version 0.1.1 new maintainer. perl/perl-Curses-UI: Added (curses based user interface framework) python/python-distutils-extra: Updated for version 2.32. python/python-musicbrainz2: Updated for version 0.7.4. python/python-yenc: Added (raw encoding/decoding module for python) system/exfat-utils: Added (ExFat filesystem utilities) system/fuse-exfat: Added (ExFat module for the FUSE) system/jdiskreport: Updated for version 1.4.0. system/kvm-kmod: Fix build with non-running kernel and ... system/vifm: Updated for version 0.7.2. From cancellor2 at gmail.com Mon Apr 16 12:15:26 2012 From: cancellor2 at gmail.com (Fridrich von Stauffenberg) Date: Mon, 16 Apr 2012 15:15:26 +0300 Subject: [Slackbuilds-users] wxHexEditor, fpc, xalan Message-ID: <4F8C0D5E.8080800@gmail.com> Hi, guys! I brought you some fixes (see the attachments). Have a nice day. -------------- next part -------------- --- fpc/fpc.SlackBuild.orig 2012-04-16 13:41:36.000000000 +0300 +++ fpc/fpc.SlackBuild 2012-04-16 14:38:58.000000000 +0300 @@ -94,13 +94,7 @@ # copy docs mv $PKG/usr/share/doc $PKG/usr/doc rmdir $PKG/usr/share -# No idea why, but the pdf docs are in different places depending on arch -if [ "$ARCH" = "x86_64" ]; then - mv $TMP/$PRGNAM-$VERSION/docs/doc/*.pdf $PKG/usr/doc/$PRGNAM-$VERSION -else - mv $TMP/$PRGNAM-$VERSION/docs/share/doc/fpdocs-$VERSION/*.pdf \ - $PKG/usr/doc/$PRGNAM-$VERSION/ -fi +mv $TMP/$PRGNAM-$VERSION/docs/doc/*.pdf $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild find $PKG/usr/doc -type d -name '.svn' | xargs rm -rf -------------- next part -------------- --- wxHexEditor/wxHexEditor.SlackBuild.orig 2012-03-13 17:39:42.000000000 +0200 +++ wxHexEditor/wxHexEditor.SlackBuild 2012-04-16 14:40:49.000000000 +0300 @@ -53,6 +53,10 @@ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +sed -i '/^PREFIX/s/\/usr\/local/\/usr/' makefile +sed -i '/install -D/s/\$(BINDIR)/\$(DESTDIR)\$(BINDIR)/' makefile +sed -i '/install -D/s/\$(DATADIR)/\$(DESTDIR)\$(DATADIR)/' makefile + # Forcing "-j1" as it fails with anything higher CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -------------- next part -------------- --- xalan/xalan.SlackBuild.orig 2010-06-16 08:22:12.000000000 +0300 +++ xalan/xalan.SlackBuild 2012-04-16 14:41:09.000000000 +0300 @@ -41,7 +41,7 @@ cd $PKG/usr/share/java ln -s ../../../$ANTHOME/lib/$PRGNAM.jar ln -s ../../../$ANTHOME/lib/serializer.jar - ln -s ../../../$ANTHOME/lib/xstlc.jar + ln -s ../../../$ANTHOME/lib/xsltc.jar cd - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION From dragonwisard at gmail.com Mon Apr 16 21:41:39 2012 From: dragonwisard at gmail.com (Ben Mendis) Date: Mon, 16 Apr 2012 17:41:39 -0400 Subject: [Slackbuilds-users] Trouble building calibre Message-ID: Hello Larry and list, I'm having trouble building the calibre package. I have reproduced this problem on both Slackware64-13.37 and Slackware64-current. (Yes, I know -current isn't supported.) Here's the error message. Traceback (most recent call last): File "setup.py", line 99, in sys.exit(main()) File "setup.py", line 85, in main command.run_all(opts) File "/tmp/SBo/calibre/setup/__init__.py", line 159, in run_all self.run_cmd(self, opts) File "/tmp/SBo/calibre/setup/__init__.py", line 152, in run_cmd self.run_cmd(scmd, opts) File "/tmp/SBo/calibre/setup/__init__.py", line 155, in run_cmd cmd.run(opts) File "/tmp/SBo/calibre/setup/gui.py", line 36, in run self.build_forms() File "/tmp/SBo/calibre/setup/gui.py", line 59, in build_forms from calibre.gui2 import build_forms File "/tmp/SBo/calibre/src/calibre/gui2/__init__.py", line 19, in from calibre.ebooks.metadata.meta import get_metadata, metadata_from_formats File "/tmp/SBo/calibre/src/calibre/ebooks/metadata/meta.py", line 11, in from calibre.customize.ui import get_file_type_metadata, set_file_type_metadata File "/tmp/SBo/calibre/src/calibre/customize/ui.py", line 14, in from calibre.customize.builtins import plugins as builtin_plugins File "/tmp/SBo/calibre/src/calibre/customize/builtins.py", line 446, in from calibre.ebooks.pdb.input import PDBInput File "/tmp/SBo/calibre/src/calibre/ebooks/pdb/__init__.py", line 24, in from calibre.ebooks.pdb.palmdoc.writer import Writer as palmdoc_writer File "/tmp/SBo/calibre/src/calibre/ebooks/pdb/palmdoc/writer.py", line 15, in from calibre.ebooks.txt.txtml import TXTMLizer File "/tmp/SBo/calibre/src/calibre/ebooks/txt/txtml.py", line 16, in from calibre.ebooks.oeb.stylizer import Stylizer File "/tmp/SBo/calibre/src/calibre/ebooks/oeb/stylizer.py", line 19, in from cssutils.css import CSSStyleRule, CSSPageRule, CSSStyleDeclaration, \ ImportError: cannot import name CSSValueList It looks like it's having an issue with cssutils. I have installed cssutils using the SlackBuild on SBo (using sbopkg). Any tips would be appreciated. Thanks, Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: From 1.41421 at gmail.com Mon Apr 16 22:33:34 2012 From: 1.41421 at gmail.com (JCA) Date: Mon, 16 Apr 2012 16:33:34 -0600 Subject: [Slackbuilds-users] MythTV build script broken? Message-ID: This is what I am getting after invoking mythtv.SlackBuild under Slackware 13.37 with the latest mythtv.tar.gz file in slackbuilds.org: mythtv-0.24.1/mythtv/themes/mediacentermenu/tv_schedule.xml mythtv-0.24.1/mythtv/themes/mediacentermenu/tv_search.xml mythtv-0.24.1/mythtv/themes/mediacentermenu/tv_settings.xml mythtv-0.24.1/mythtv/themes/mythuitheme.dtd mythtv-0.24.1/mythtv/themes/mythuitheme.xsd mythtv-0.24.1/mythtv/themes/themes.pro mythtv-0.24.1/mythtv/themes/themestrings.h mythtv-0.24.1/mythtv/version.pro mythtv-0.24.1/mythtv/version.sh ./mythtv.SlackBuild: line 77: ./configure: No such file or directory The 4700 plus lines before this contain no error messages. From erik at slackbuilds.org Mon Apr 16 23:23:27 2012 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 16 Apr 2012 18:23:27 -0500 Subject: [Slackbuilds-users] MythTV build script broken? In-Reply-To: References: Message-ID: <20120416182327.16cc494e@shaggy.doo> On Mon, 16 Apr 2012 16:33:34 -0600 JCA <1.41421 at gmail.com> wrote: > mythtv-0.24.1/mythtv/themes/themes.pro > mythtv-0.24.1/mythtv/themes/themestrings.h > mythtv-0.24.1/mythtv/version.pro > mythtv-0.24.1/mythtv/version.sh > ./mythtv.SlackBuild: line 77: ./configure: No such file or directory > > The 4700 plus lines before this contain no error messages. The source link for 0.24.1 is dead, which makes me wonder about where you got it. Did the MD5SUM match? It appears that 0.24.3 is at least getting past configure and building after adjusting VERSION in the SlackBuild. http://ftp.osuosl.org/pub/mythtv/ -- Erik Hanson From 1.41421 at gmail.com Mon Apr 16 23:46:17 2012 From: 1.41421 at gmail.com (JCA) Date: Mon, 16 Apr 2012 17:46:17 -0600 Subject: [Slackbuilds-users] MythTV build script broken? In-Reply-To: <20120416182327.16cc494e@shaggy.doo> References: <20120416182327.16cc494e@shaggy.doo> Message-ID: On Mon, Apr 16, 2012 at 5:23 PM, Erik Hanson wrote: > On Mon, 16 Apr 2012 16:33:34 -0600 > JCA <1.41421 at gmail.com> wrote: > >> mythtv-0.24.1/mythtv/themes/themes.pro >> mythtv-0.24.1/mythtv/themes/themestrings.h >> mythtv-0.24.1/mythtv/version.pro >> mythtv-0.24.1/mythtv/version.sh >> ./mythtv.SlackBuild: line 77: ./configure: No such file or directory >> >> The 4700 plus lines before this contain no error messages. > > The source link for 0.24.1 is dead, which makes me wonder about where you got > it. Did the MD5SUM match? It appears that 0.24.3 is at least getting past > configure and building after adjusting VERSION in the SlackBuild. > > http://ftp.osuosl.org/pub/mythtv/ I actually got it from OSUOSL: ftp://ftp.osuosl.org/pub/mythtv/old_releases/mythplugins-0.24.1.tar.bz2 The MD5SUM hash does not match the one specified in slackbuilds though. I'll try to see how far I can get with 0.24.3. From larryhaja at gmail.com Tue Apr 17 02:45:48 2012 From: larryhaja at gmail.com (Larry Hajali) Date: Mon, 16 Apr 2012 19:45:48 -0700 Subject: [Slackbuilds-users] Trouble building calibre In-Reply-To: References: Message-ID: It seems like calibre isn't compatible with the new cssutils I upgraded recently. It also looks like Slackware -current is still using python 2.6 and so it doesn't look like calibre will be upgradeable in the near future. In order to get calibre to build I had to downgrade cssutils to 0.9.7. I will be submitting a new build for cssutils and downgrade to version 0.9.7. In the mean time, you should downgrade cssutils to 0.9.7 or use AlienBobs calibre package. His package is newer then the one on SBo. --Larry On Mon, Apr 16, 2012 at 2:41 PM, Ben Mendis wrote: > Hello Larry and list, > > I'm having trouble building the calibre package. I have reproduced this > problem on both Slackware64-13.37 and Slackware64-current. (Yes, I know > -current isn't supported.) > > Here's the error message. > Traceback (most recent call last): > ? File "setup.py", line 99, in > ? ? sys.exit(main()) > ? File "setup.py", line 85, in main > ? ? command.run_all(opts) > ? File "/tmp/SBo/calibre/setup/__init__.py", line 159, in run_all > ? ? self.run_cmd(self, opts) > ? File "/tmp/SBo/calibre/setup/__init__.py", line 152, in run_cmd > ? ? self.run_cmd(scmd, opts) > ? File "/tmp/SBo/calibre/setup/__init__.py", line 155, in run_cmd > ? ? cmd.run(opts) > ? File "/tmp/SBo/calibre/setup/gui.py", line 36, in run > ? ? self.build_forms() > ? File "/tmp/SBo/calibre/setup/gui.py", line 59, in build_forms > ? ? from calibre.gui2 import build_forms > ? File "/tmp/SBo/calibre/src/calibre/gui2/__init__.py", line 19, in > ? ? from calibre.ebooks.metadata.meta import get_metadata, > metadata_from_formats > ? File "/tmp/SBo/calibre/src/calibre/ebooks/metadata/meta.py", line 11, in > > ? ? from calibre.customize.ui import get_file_type_metadata, > set_file_type_metadata > ? File "/tmp/SBo/calibre/src/calibre/customize/ui.py", line 14, in > ? ? from calibre.customize.builtins import plugins as builtin_plugins > ? File "/tmp/SBo/calibre/src/calibre/customize/builtins.py", line 446, in > > ? ? from calibre.ebooks.pdb.input import PDBInput > ? File "/tmp/SBo/calibre/src/calibre/ebooks/pdb/__init__.py", line 24, in > > ? ? from calibre.ebooks.pdb.palmdoc.writer import Writer as palmdoc_writer > ? File "/tmp/SBo/calibre/src/calibre/ebooks/pdb/palmdoc/writer.py", line 15, > in > ? ? from calibre.ebooks.txt.txtml import TXTMLizer > ? File "/tmp/SBo/calibre/src/calibre/ebooks/txt/txtml.py", line 16, in > > ? ? from calibre.ebooks.oeb.stylizer import Stylizer > ? File "/tmp/SBo/calibre/src/calibre/ebooks/oeb/stylizer.py", line 19, in > > ? ? from cssutils.css import CSSStyleRule, CSSPageRule, CSSStyleDeclaration, > \ > ImportError: cannot import name CSSValueList > > It looks like it's having an issue with cssutils. I have installed cssutils > using the SlackBuild on SBo (using sbopkg). > > Any tips would be appreciated. > Thanks, > Ben From 1.41421 at gmail.com Tue Apr 17 15:03:22 2012 From: 1.41421 at gmail.com (JCA) Date: Tue, 17 Apr 2012 09:03:22 -0600 Subject: [Slackbuilds-users] MythTV build script broken? In-Reply-To: References: <20120416182327.16cc494e@shaggy.doo> Message-ID: 0.24.3 builds fine. On Mon, Apr 16, 2012 at 5:46 PM, JCA <1.41421 at gmail.com> wrote: > On Mon, Apr 16, 2012 at 5:23 PM, Erik Hanson wrote: >> On Mon, 16 Apr 2012 16:33:34 -0600 >> JCA <1.41421 at gmail.com> wrote: >> >>> mythtv-0.24.1/mythtv/themes/themes.pro >>> mythtv-0.24.1/mythtv/themes/themestrings.h >>> mythtv-0.24.1/mythtv/version.pro >>> mythtv-0.24.1/mythtv/version.sh >>> ./mythtv.SlackBuild: line 77: ./configure: No such file or directory >>> >>> The 4700 plus lines before this contain no error messages. >> >> The source link for 0.24.1 is dead, which makes me wonder about where you got >> it. Did the MD5SUM match? It appears that 0.24.3 is at least getting past >> configure and building after adjusting VERSION in the SlackBuild. >> >> http://ftp.osuosl.org/pub/mythtv/ > > ?I actually got it from OSUOSL: > > ftp://ftp.osuosl.org/pub/mythtv/old_releases/mythplugins-0.24.1.tar.bz2 > > The MD5SUM hash does not match the one specified in slackbuilds though. > I'll try to see how far I can get with 0.24.3. From kingbeowulf at gmail.com Thu Apr 19 07:45:40 2012 From: kingbeowulf at gmail.com (King Beowulf) Date: Thu, 19 Apr 2012 00:45:40 -0700 Subject: [Slackbuilds-users] nvidia-legacy173-driver and -kernel bad x86_64 download link Message-ID: Admins: A bad link slipped past us for 'nvidia-legacy173-driver' and 'nvidia-legacy173-kernel' for x86_64 download on the SBo page. (shame). The correct one is ftp://download.nvidia.com/XFree86/Linux-x86_64/173.14.31/NVIDIA-Linux-x86_64-173.14.31-pkg2.run The .info file for -driver is correct, but the .info file for -kernel needs correcting. It good to know someone still needs the old stuff. 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 lmello.009 at gmail.com Fri Apr 20 20:54:00 2012 From: lmello.009 at gmail.com (Luis Henrique F. Cardoso de Mello) Date: Fri, 20 Apr 2012 17:54:00 -0300 Subject: [Slackbuilds-users] dolphin (emulator) Message-ID: <4F91CCE8.7080105@gmail.com> Hi people, I *really* want to make an slackbuild of dolphin (Gamecube and Wii emulator)... but it's source code is available only through git, they don't publish source tarballs... is it ok? Luis Henrique From thedoogster at gmail.com Fri Apr 20 20:56:37 2012 From: thedoogster at gmail.com (Doogster) Date: Fri, 20 Apr 2012 13:56:37 -0700 Subject: [Slackbuilds-users] dolphin (emulator) In-Reply-To: <4F91CCE8.7080105@gmail.com> References: <4F91CCE8.7080105@gmail.com> Message-ID: I think the standard way to deal with this is to host git snapshots yourself? On Fri, Apr 20, 2012 at 1:54 PM, Luis Henrique F. Cardoso de Mello wrote: > Hi people, > > I *really* want to make an slackbuild of dolphin (Gamecube and Wii > emulator)... but it's source code is available only through git, they don't > publish source tarballs... is it ok? > > Luis Henrique > _______________________________________________ > 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 lmello.009 at gmail.com Fri Apr 20 20:56:56 2012 From: lmello.009 at gmail.com (Luis Henrique F. Cardoso de Mello) Date: Fri, 20 Apr 2012 17:56:56 -0300 Subject: [Slackbuilds-users] dolphin (emulator) In-Reply-To: References: <4F91CCE8.7080105@gmail.com> Message-ID: <4F91CD98.8020400@gmail.com> How do I do that? On 04/20/2012 05:56 PM, Doogster wrote: > I think the standard way to deal with this is to host git snapshots yourself? > > On Fri, Apr 20, 2012 at 1:54 PM, Luis Henrique F. Cardoso de Mello > wrote: >> Hi people, >> >> I *really* want to make an slackbuild of dolphin (Gamecube and Wii >> emulator)... but it's source code is available only through git, they don't >> publish source tarballs... is it ok? >> >> Luis Henrique >> _______________________________________________ >> 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 thedoogster at gmail.com Fri Apr 20 22:13:23 2012 From: thedoogster at gmail.com (Doogster) Date: Fri, 20 Apr 2012 15:13:23 -0700 Subject: [Slackbuilds-users] dolphin (emulator) In-Reply-To: <4F91CD98.8020400@gmail.com> References: <4F91CCE8.7080105@gmail.com> <4F91CD98.8020400@gmail.com> Message-ID: Clone the repository, make a tarball from it, and host the tarball on webspace that you have access to. On Fri, Apr 20, 2012 at 1:56 PM, Luis Henrique F. Cardoso de Mello wrote: > How do I do that? > > > On 04/20/2012 05:56 PM, Doogster wrote: >> >> I ?think the standard way to deal with this is to host git snapshots >> yourself? >> >> On Fri, Apr 20, 2012 at 1:54 PM, Luis Henrique F. Cardoso de Mello >> ?wrote: >>> >>> Hi people, >>> >>> I *really* want to make an slackbuild of dolphin (Gamecube and Wii >>> emulator)... but it's source code is available only through git, they >>> don't >>> publish source tarballs... is it ok? >>> >>> Luis Henrique >>> _______________________________________________ >>> 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/ >> > > _______________________________________________ > 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 andrew at andrews-corner.org Sat Apr 21 11:33:37 2012 From: andrew at andrews-corner.org (andrew) Date: Sat, 21 Apr 2012 21:33:37 +1000 Subject: [Slackbuilds-users] Small issue with ProjectM SlackBuild... Message-ID: <20120421113337.GA22213@skamandros.andrews-corner.org> Hi, There is a small issue with the ProjectM Slackbuild in that it produces a problematic pkgconfig file that breaks the compilation of vlc-git. Some discussion (a while back) of this issue here: http://forum.videolan.org/viewtopic.php?f=13&t=77264 I do not have huge experience with cmake but the issue was best resolved on my own system by adding: -DLIB_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX} \ to the cmake string and this generated a pkgconfig file that vlc-git was happy with. Andrew -- You think that's air you're breathing now? From andrew at andrews-corner.org Sat Apr 21 23:38:56 2012 From: andrew at andrews-corner.org (andrew) Date: Sun, 22 Apr 2012 09:38:56 +1000 Subject: [Slackbuilds-users] ftgl script: some linking problems under -current Message-ID: <20120421233855.GA5078@skamandros.andrews-corner.org> Hi, I realise that -current is not really supported here but I thought I might mention that there are some linking problems with ftgl under -current and compile fails (I have not tested under 1337). Compilation succeeds when these are added: make GLUT_LIBS="$(GLUT_LIBS) -lglut -lGLU -lGL -lm" which I have stolen from Debian packaging of ftgl. Andrew -- You think that's air you're breathing now? From rworkman at slackbuilds.org Sun Apr 22 07:19:41 2012 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 22 Apr 2012 02:19:41 -0500 Subject: [Slackbuilds-users] Small issue with ProjectM SlackBuild... In-Reply-To: <20120421113337.GA22213@skamandros.andrews-corner.org> References: <20120421113337.GA22213@skamandros.andrews-corner.org> Message-ID: <20120422021941.6af1ad14@liberty.rlwhome.lan> On Sat, 21 Apr 2012 21:33:37 +1000 andrew wrote: > There is a small issue with the ProjectM Slackbuild in that it > produces a problematic pkgconfig file that breaks the compilation of > vlc-git. Some discussion (a while back) of this issue here: > > http://forum.videolan.org/viewtopic.php?f=13&t=77264 > > I do not have huge experience with cmake but the issue was best > resolved on my own system by adding: > > -DLIB_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX} \ > > to the cmake string and this generated a pkgconfig file that vlc-git > was happy with. Fixed in my git branch ; thanks! -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From rworkman at slackbuilds.org Sun Apr 22 07:23:20 2012 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 22 Apr 2012 02:23:20 -0500 Subject: [Slackbuilds-users] nvidia-legacy173-driver and -kernel bad x86_64 download link In-Reply-To: References: Message-ID: <20120422022320.470e8228@liberty.rlwhome.lan> On Thu, 19 Apr 2012 00:45:40 -0700 King Beowulf wrote: > Admins: > > A bad link slipped past us for 'nvidia-legacy173-driver' and > 'nvidia-legacy173-kernel' for x86_64 download on the SBo page. > (shame). The correct one is > > ftp://download.nvidia.com/XFree86/Linux-x86_64/173.14.31/NVIDIA-Linux-x86_64-173.14.31-pkg2.run > > The .info file for -driver is correct, but the .info file for -kernel > needs correcting. Oops. I always download the stuff for -driver then hardlink the files into the -kernel directory, so I missed the bad link. Fixed in my git branch now. -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From willysr at gmail.com Sun Apr 22 07:36:02 2012 From: willysr at gmail.com (Willy Sudiarto Raharjo) Date: Sun, 22 Apr 2012 14:36:02 +0700 Subject: [Slackbuilds-users] FW: mono does not build on Slack 13.37 32 bit In-Reply-To: <7C76196D47814E1E8DDE562DDA6E7078@maltats.com> References: <7C76196D47814E1E8DDE562DDA6E7078@maltats.com> Message-ID: > The latest glibc update broke the compilation of mono, there are some > workarounds, but I hope it comes soon as the new version of Slackware, > I'm hoping that, to publish the change, I appreciate your suggest and > if the problem still continues in the next version, I include your > fix, in the new version of script. I just compiled Mono in -Current using the latest version (2.11.1) and it's working just fine Mono JIT compiler version 2.11.1 (tarball Sat Apr 21 20:55:23 WIT 2012) Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: x86 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: Included Boehm (with typed GC and Parallel Mark) i also managed to compile MonoDevelop and it's working fine as well please remember that SBo only hosts packages that are compatible with spesific version of Slackware (13.37 in this case), not -Current in general, although it's useful to make sure that the packages are compatible with next version of Slackware when Pat has given a signal that next release is getting near so that those scripts can be copied to the new directory and ready to be used when next Slackware gets released -- Willy Sudiarto Raharjo Personal Blog : http://willysr.blogspot.com Linux Blog: http://slackblogs.blogspot.com From ml at mareichelt.com Sun Apr 22 16:09:19 2012 From: ml at mareichelt.com (markus reichelt) Date: Sun, 22 Apr 2012 18:09:19 +0200 Subject: [Slackbuilds-users] Fwd: [tahoe-dev] testing lafs-rpg Message-ID: <20120422160918.GB32681@pc21.mareichelt.com> FYI. Anyone? :) If you aren't subscribed, tell me and I'll forward (the author of lafs-rpg prefers feedback thru the issue tracker, if possible) ----- Forwarded message from markus reichelt ----- From: markus reichelt Date: Sun, 22 Apr 2012 17:37:59 +0200 To: tahoe-dev at tahoe-lafs.org Subject: [tahoe-dev] testing lafs-rpg Aloha! I have been testing lafs-rpg, available at: https://bitbucket.org/nejucomo/lafs-rpg/overview (haproxy/stunnel have been ditched in favour of nginx) Who else gave it a test-run? Please report :) https://bitbucket.org/nejucomo/lafs-rpg/issues -- 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 erik at slackbuilds.org Sun Apr 22 23:20:24 2012 From: erik at slackbuilds.org (Erik Hanson) Date: Sun, 22 Apr 2012 18:20:24 -0500 Subject: [Slackbuilds-users] Updates - 20120422.1 Message-ID: <20120422182024.76754897@shaggy.doo> Sun Apr 22 23:07:52 UTC 2012 academic/fann: Added (Fast Artificial Neural Networks) academic/gwyddion: Updated for version 2.27. academic/smath-studio: Updated for version 0.93. accessibility/xdotool: Updated for version 2.20110530.1. audio/audacity: Updated for version 2.0.0. audio/jack-rack: Optionally enable lash. audio/podget: Updated for version 0.6.7. audio/python-audiotools: Updated for version 2.18. desktop/cwp: Updated for version 1.5.14. desktop/ideviceinstaller: Added (manage applications on an iDevice) desktop/thunar-archive-plugin: Fixed download link desktop/xplanet: Updated for version 1.3.0. desktop/yad: Updated for version 0.17.1.1. development/cppcms: Added (High Performance C++ Web Framework) development/fpc-source: Updated for version 2.6.0. development/kdevelop-php-docs: Updated for version 1.2.3. development/kdevelop-php: Updated for version 1.2.3. development/monodevelop-database: Updated for version 2.8.6.5. development/monodevelop-debugger-gdb: Updated for version 2.8.6.5. development/monodevelop-python: Updated for version 2.8.6.5. development/monodevelop: Updated for version 2.8.6.5. development/source-highlight: Added (syntax highlighting) development/swi-prolog: Updated for version 6.0.2. development/xdebug: Updated for version 2.1.4. games/d1x-rebirth: Added (port of Descent 1) games/d2x-rebirth: Added (port of Descent 2) games/wesnoth: Updated for version 1.10.2. games/xonotic: Added (First-person shooter) graphics/kphotoalbum: Updated for version 4.2. libraries/libcec: Updated for version 1.5.2. libraries/libmemcached: Updated for version 1.0.5. libraries/php-suhosin: Updated for version 0.9.33. misc/projectM: Fixed generated pkgconfig file multimedia/backlite: Updated for version 1.0.3. multimedia/dsmidiwifi: Added (Music Interface for Mobile devices) multimedia/k9copy: Updated for version 2.3.8. multimedia/makemkv: Updated for version 1.7.4. multimedia/smplayer: Updated for version 0.8.0. network/arp-scan: Updated for version 1.8. network/liferea: Updated for version 1.8.1b. network/memcached: Updated for version 1.4.13. network/node: Updated for version 0.6.15. network/phpmyadmin: Updated for version 3.5.0. network/putty: Fixed download link office/color-theme: Added (emacs-lisp mode for skinning your emacs) office/gnokii: Updated for version 0.6.31. office/myrulib: Updated for version 0.29.5. office/qamus: Updated for version 0.3.3. office/sofastats: Added (Statistics Open For All) perl/perl-IO-Tty: Added (Pseudo TTY object class) python/cssutils: Downgraded to version 0.9.7. python/pep8: Updated for version 1.0.1. python/python3: Updated for version 3.2.3. system/cdw: Updated for version 0.7.1. system/dar: Updated for version 2.4.5. system/fio: Added (Flexible I/O Tester) system/gparted: Updated for version 0.12.1. system/kexec-tools: Added (Reboot and Crash Analysis for Linux) system/nvidia-legacy173-kernel: Fixed download link system/ranger: Updated for version 1.5.3. system/zeroinstall-injector: Updated for version 1.7. From rworkman at slackbuilds.org Mon Apr 23 00:45:01 2012 From: rworkman at slackbuilds.org (Robby Workman) Date: Sun, 22 Apr 2012 19:45:01 -0500 Subject: [Slackbuilds-users] wxHexEditor, fpc, xalan In-Reply-To: <4F8C0D5E.8080800@gmail.com> References: <4F8C0D5E.8080800@gmail.com> Message-ID: <20120422194501.2c0c39d5@liberty.rlwhome.lan> On Mon, 16 Apr 2012 15:15:26 +0300 Fridrich von Stauffenberg wrote: > Hi, guys! I brought you some fixes (see the attachments). http://slackbuilds.org/cgit/slackbuilds/commit/?h=rworkman&id=ab88cd0ec5a049090bae9727dce18b015cb62b93 http://slackbuilds.org/cgit/slackbuilds/commit/?h=rworkman&id=fafe03a3207a5d66ac2146f732041e65bd57f69c http://slackbuilds.org/cgit/slackbuilds/commit/?h=rworkman&id=f07306c389c22705169d39c64be0191d2cbbe4a5 Note that the last one is *not* your patch - I did it a bit better (well, IMHO, of course), but I credited you anyway :-) -RW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From thedoogster at gmail.com Wed Apr 25 18:02:17 2012 From: thedoogster at gmail.com (Doogster) Date: Wed, 25 Apr 2012 11:02:17 -0700 Subject: [Slackbuilds-users] fonts from the Adobe Reader package In-Reply-To: References: Message-ID: Sorry for the late reply, but I actually did manage to find Adobe's official word on this: "The Adobe Reader license seems to not allow using the fonts for other purposes such as creating documents (unlike other Adobe licenses)." http://typophile.com/node/27455#comment-152039 The author of that forum post is also the author of this blog entry: http://blogs.adobe.com/typblography/2005/12/quality_in_type.html On Wed, Mar 21, 2012 at 9:31 PM, King Beowulf wrote: > On Tue, Mar 20, 2012 at 10:23 AM, Greg' Ar Tourter > wrote: >> >> Hi, >> >> I am thinking of modifying the slackbuild script for Adobe Reader to >> add the fonts provided with it to the system's path, more specifically >> the otf fonts. >> >> The reason I wish to do this is that the Minion and myriad font are >> rather nice and used quite often by people in documents. The fonts >> have the same licence as the rest of the application and allows the >> user to use them and embed them in documents as they please. >> >> So my first question is: is it acceptable to do so? and the subsequent >> one being, if it is, should I just copy the fonts to >> /use/share/fonts/OTF or link them there? >> >> Thanks in advance for the feedback. >> >> Cheers >> >> Greg >> _______________________________________________ >> 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 would say no.? The Adobe Acrobat Reader fonts are subject to the Adobe > Acrobat Reader software EULA and I don't see a "do what you want clause." > There are some redistribution and usage issues and the EULA does not allow > you to do "as you please." > > http://www.adobe.com/products/eulas/reader/x/eula_en_gb.html > http://store1.adobe.com/type/browser/info/embedding.html > > There are plenty of decent public domain, open source and creative commons > fonts if you are looking for document? creation. > > That said, as I am definitely not a lawyer (and I really do detest EULAs in > general), perhaps leave it to the user: include a switch with default of > "no" and link them for system wide installation. > > -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/ > > From burningc at SDF.ORG Fri Apr 27 13:33:36 2012 From: burningc at SDF.ORG (Glenn Becker) Date: Fri, 27 Apr 2012 13:33:36 +0000 (UTC) Subject: [Slackbuilds-users] haskell-platform SlackBuild Message-ID: Hi - I emailed the maintainer for the 13.1 SlackBuild of haskell-platform to ask whether he had any plans to update it for 13.37. He told me that he did not, and transferred SlackBuild maintenance responsibility to me. I don't yet have an accurate idea of how much work this might require, but I thought I'd send an email to the list nonetheless. If I find it beyond my admittedly meager capabilities I will follow up. Thanks, Glenn +---------------------------------------------+ Glenn Becker - burningc at sdf.org SDF Public Access UNIX System - http://sdf.org +---------------------------------------------+ From c at catcons.co.uk Fri Apr 27 16:07:59 2012 From: c at catcons.co.uk (Charles) Date: Fri, 27 Apr 2012 21:37:59 +0530 Subject: [Slackbuilds-users] evince SlackBuild problem In-Reply-To: References: Message-ID: <4F9AC45F.9010903@catcons.co.uk> The evince SlackBuild, run via sbopkg, failed on a newly-installed Slackware64 13.37 system. It was a default installation of 13.37 except KDE was de-selected, A variety of layered software had been installed before running the evince SlackBuild. I mailed the evince SlackBuild maintainer on 13 April but have had no reply. >From the build log, starting with the first warning: configure.ac:62: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... m4/libtool.m4:5340: _LT_LANG_CXX_CONFIG is expanded from... m4/libtool.m4:785: _LT_LANG is expanded from... m4/libtool.m4:768: LT_LANG is expanded from... configure.ac:62: the top level configure.ac:56: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from... m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from... m4/libtool.m4:138: _LT_SETUP is expanded from... m4/libtool.m4:67: LT_INIT is expanded from... m4/libtool.m4:103: AM_PROG_LIBTOOL is expanded from... configure.ac:56: the top level configure.ac:56: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from... m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from... m4/libtool.m4:138: _LT_SETUP is expanded from... m4/libtool.m4:67: LT_INIT is expanded from... m4/libtool.m4:103: AM_PROG_LIBTOOL is expanded from... configure.ac:56: the top level configure.ac:62: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... m4/libtool.m4:5340: _LT_LANG_CXX_CONFIG is expanded from... m4/libtool.m4:785: _LT_LANG is expanded from... m4/libtool.m4:768: LT_LANG is expanded from... configure.ac:62: the top level configure.ac:56: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from... m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from... m4/libtool.m4:138: _LT_SETUP is expanded from... m4/libtool.m4:67: LT_INIT is expanded from... m4/libtool.m4:103: AM_PROG_LIBTOOL is expanded from... configure.ac:56: the top level configure.ac:56: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from... m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from... m4/libtool.m4:138: _LT_SETUP is expanded from... m4/libtool.m4:67: LT_INIT is expanded from... m4/libtool.m4:103: AM_PROG_LIBTOOL is expanded from... configure.ac:56: the top level configure.ac:62: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from... m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... m4/libtool.m4:5340: _LT_LANG_CXX_CONFIG is expanded from... m4/libtool.m4:785: _LT_LANG is expanded from... m4/libtool.m4:768: LT_LANG is expanded from... configure.ac:62: the top level configure.ac:328: error: possibly undefined macro: AM_GCONF_SOURCE_2 If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. From matteo.bernardini at gmail.com Fri Apr 27 19:00:11 2012 From: matteo.bernardini at gmail.com (Matteo Bernardini) Date: Fri, 27 Apr 2012 21:00:11 +0200 Subject: [Slackbuilds-users] evince SlackBuild problem In-Reply-To: <4F9AC45F.9010903@catcons.co.uk> References: <4F9AC45F.9010903@catcons.co.uk> Message-ID: configure.ac:328: error: possibly undefined macro: AM_GCONF_SOURCE_2 you need GConf From ozan.turkyilmaz at gmail.com Sun Apr 29 14:52:53 2012 From: ozan.turkyilmaz at gmail.com (=?UTF-8?B?T3phbiBUw7xya3nEsWxtYXo=?=) Date: Sun, 29 Apr 2012 19:52:53 +0500 Subject: [Slackbuilds-users] tbb and libtbb Message-ID: Hello Everyone, I noticed that there are tbb and libtbb in the repo. They are same thing expect that tbb is better maintained so I propose that admins delete my script (libtbb) from the repo, make a note in the checngelog about migrating to tbb and be done with it. -- Ozan, BSc, BEng From erik at slackbuilds.org Mon Apr 30 06:00:26 2012 From: erik at slackbuilds.org (Erik Hanson) Date: Mon, 30 Apr 2012 01:00:26 -0500 Subject: [Slackbuilds-users] Updates - 20120430.1 Message-ID: <20120430010026.43b5ec69@shaggy.doo> Mon Apr 30 05:45:57 UTC 2012 academic/clustalo: Updated for version 1.1.0. academic/maxima: Updated for version 5.26.0. audio/mididings: Added (MIDI router) audio/retrovol: Added (Volume and mixer control for alsa) desktop/QtCurve-Gtk2: Updated for version 1.8.15. desktop/QtCurve-KDE4: Updated for version 1.8.12. desktop/Xfce-Theme-Manager: Updated for version 0.0.8. desktop/enlightenment: Updated for version 0.16.999.70492. desktop/kanyremote: Updated for version 5.13. desktop/plasmaxplanet: Added (use Xplanet as KDE desktop wallpaper) desktop/wmpower: Added (Window Maker power management application) development/fpc: Fix pdf doc locations development/lazarus: Updated for version 0.9.30.4. development/ne: Added (Nice Editor) development/wxHexEditor: some build and packaging fixes games/firestorm: Updated for version 4.0.1.27000. games/meandmyshadow: Added (puzzle/plateform game) graphics/feh: Updated for version 2.3. graphics/gpicview: Updated for version 0.2.2. graphics/librecad: Updated for version 1.0.2. graphics/yagf: Updated for version 0.9.1. libraries/allegro: Fixed doinst.sh. libraries/c++-gtk-utils: Added (C++ lightweight library for GTK+) libraries/e_dbus: Updated for version 1.2.0. libraries/ecore: Updated for version 1.2.0. libraries/edje: Updated for version 1.2.0. libraries/eet: Updated for version 1.6.0. libraries/eeze: Updated for version 1.2.0. libraries/efreet: Updated for version 1.2.0. libraries/eina: Updated for version 1.2.0. libraries/embryo: Updated for version 1.2.0. libraries/evas: Updated for version 1.2.0. libraries/libminizip: Added (compression library) libraries/lua52: Added (embeddable scripting language) libraries/ogre: Added (Object-Oriented Graphics Rendering Engine) libraries/xalan: Fixed a symlink target libraries/zita-convolver: Added (audio convolution engine) misc/itstool: Added (Translate XML documents with PO files) multimedia/anyremote: Updated for version 5.5. multimedia/xbmc: Updated for version 11.0. network/aMule: Updated for version 2.3.1. network/efax-gtk: Updated for version 3.2.9. network/miredo: Updated for version 1.2.5. network/mk-livestatus: Added (Nagios status module) network/mosh: Added (MObile SHell server and client) network/mumble: Added patch for GTK environments. network/murmur: Updated for version 1.2.3 new maintainer. network/newsbeuter: Updated for version 2.5. network/sniffjoke: Added (transparent TCP connection scrambler) network/weboob: Updated for version 0.a. office/etm: Updated for version 891. office/gummi: Updated for version 0.6.3. office/kchmviewer-qt: Added (a CHM viewer) perl/libwww-perl: Updated for version 6.04. perl/perl-Sort-Versions: Added (sorting of revision-like numbers) perl/perl-Text-Tabulate: Added (pretty text data tabulator) perl/perl-encode-locale: Updated for version 1.03. perl/perl-file-listing: Updated for version 6.04. perl/perl-http-cookies: Updated for version 6.01. perl/perl-http-daemon: Updated for version 6.01. perl/perl-http-date: Updated for version 6.01. perl/perl-http-message: Updated for version 6.03. perl/perl-http-negotiate: Updated for version 6.01. perl/perl-lwp-mediatypes: Updated for version 6.02. perl/perl-net-dns: Updated for version 0.68. perl/perl-net-http: Updated for version 6.03. perl/perl-uri-escape: Updated for version 1.60. perl/perl-www-robotrules: Updated for version 6.02. python/Pygments: Updated for version 1.5 and moved from development. python/pyliblo: Added (python wrapper for the liblo OSC library) system/lshw: Updated for version B.02.16. system/maatkit: Removed, replaced by percona-toolkit. system/mariadb: Updated for version 5.3.6. system/pcsc-lite: Updated for version 1.8.3. system/pcsc-tools: Updated for version 1.4.18. system/percona-toolkit: Added (CLI MySQL helper utilities) system/ranger: New download URL. system/rmw: Updated for version 0.98.4.2beta. system/tabbed: Added (simple Xembed container manager)