Re: [Slackbuilds-users] Evince and DVI backend

2012-09-08 Thread Robby Workman
On Sat, 08 Sep 2012 07:50:56 +0200 Niki Kovacs i...@microlinux.fr wrote: I'm currently building Evince (stock SBo script) for Slackware 13.37. A peek at ./configure's output shows this: PDF Backend: yes PostScript Backend.: yes TIFF Backend...: yes

[Slackbuilds-users] redis can't be built on slackware64 13.37

2012-09-08 Thread crocket
Below is the error log. cd src make all make[1]: Entering directory `/tmp/SBo/redis-2.4.14/src' MAKE hiredis make[2]: Entering directory `/tmp/SBo/redis-2.4.14/deps/hiredis' cc -std=c99 -pedantic -c -O3 -fPIC -O2 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb x86_64 net.c cc:

Re: [Slackbuilds-users] redis can't be built on slackware64 13.37

2012-09-08 Thread crocket
It turned out that redis fails to build within sbopkg. It builds fine on a bare shell. On Sat, Sep 8, 2012 at 11:16 PM, crocket crockabisc...@gmail.com wrote: Below is the error log. cd src make all make[1]: Entering directory `/tmp/SBo/redis-2.4.14/src' MAKE hiredis make[2]: Entering

[Slackbuilds-users] Changing some odd permissions in a tarball.

2012-09-08 Thread Dave Margell
Hi list, I want to change a bit of our template code to this: # change directory permissions (700 to 755) of bin, doc, udiskie # as well as the parent directory to allow a user to browse the source tree. find .. \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 -o -perm 700 \)

Re: [Slackbuilds-users] redis can't be built on slackware64 13.37

2012-09-08 Thread Audrius Kažukauskas
On Sat, 2012-09-08 at 23:16:54 +0900, crocket wrote: Below is the error log. cd src make all make[1]: Entering directory `/tmp/SBo/redis-2.4.14/src' MAKE hiredis make[2]: Entering directory `/tmp/SBo/redis-2.4.14/deps/hiredis' cc -std=c99 -pedantic -c -O3 -fPIC -O2 -fPIC -Wall -W

Re: [Slackbuilds-users] redis can't be built on slackware64 13.37

2012-09-08 Thread Audrius Kažukauskas
On Sat, 2012-09-08 at 23:59:25 +0900, crocket wrote: It turned out that redis fails to build within sbopkg. It builds fine on a bare shell. (Sent my last email before I saw this one.) Well, that means that sbopkg is setting ARCH var which interferes with at least one of redis Makefiles. --

Re: [Slackbuilds-users] redis can't be built on slackware64 13.37

2012-09-08 Thread Larry Hajali
It looks like the ARCH variable is exported by sbopkg when it is building the redis package and is being picked up by a Makefile('s). Without hacking the redis code, one could put 'unset ARCH' in /etc/sbopkg/sbopkg.conf' and let the slackbuild do its work and figure out ARCH by itself. --Larry

Re: [Slackbuilds-users] System-wide addons for Seamonkey and Firefox? (SlackBuilds-users Digest, Vol 76, Issue 3)

2012-09-08 Thread Martin Matějek
On 8.9.2012 01:32, Eric Hameleers wrote: I uploaded a language pack SlackBuild for firefox. You can use it to build a package for any supported language: http://slackware.com/~alien/slackbuilds/mozilla-firefox-l10n/build/ I run LANG=nl VERSION=15.0 ./mozilla-firefox-l10n.SlackBuild to

Re: [Slackbuilds-users] Changing some odd permissions in a tarball.

2012-09-08 Thread B Watson
On 9/8/12, Dave Margell dmarg...@gmail.com wrote: # change directory permissions (700 to 755) of bin, doc, udiskie # as well as the parent directory to allow a user to browse the source Where I've added an extra dot to the find command and also added -o -perm 700 Is this in a subdirectory