[Slackbuilds-users] Yet another Slackware 14 report

Fridrich von Stauffenberg cancellor2 at gmail.com
Mon Aug 6 11:45:22 UTC 2012


Hi to all.

Here's my (in)compatibility list (built and tested on 32-bit
-current as of 02 Aug):

academic/qucs: FAIL
  It depends on qt3, which doesn't build
  (http://pastebin.com/4WvcmqfE).
academic/scilab: OK
academic/smath-studio: OK
  Thanks to Lyonel S for the patch to libgdiplus.
desktop/faenza-xfce: OK
development/gambas3: FAIL
  gb.qt4: linking fails with strange sympthoms
  (http://pastebin.com/0gC3GkCn).
  Google led me here:
  http://old.nabble.com/cannot-find--llwebcore-p34207458.html
  bue there's no solution so far. Any thoughts?
development/fpc-source: OK
development/ne: OK
graphics/draftsight: OK
graphics/librecad: OK
graphics/teighafileconverter: OK
graphics/teighafileviewer: OK
graphics/yed: OK
multimedia/cueplayer: OK
  Added an ugly sed hack.
multimedia/smplayer: OK
network/ljpms: OK
  Patched perl-xml-namespacesupport.SlackBuild
  Commented out "make test" in perl-xml-libxml.SlackBuild
  Updated perl-Data-Dumper for version 2.131
  Temporarily hosted the sources here:
  http://dl.dropbox.com/u/11914640/ljpms-1.4.zip
network/loiq: OK
network/miredo: OK
network/qupzilla: OK
network/wuala: OK
office/coolreader: OK
office/kchmviewer-qt: OK
office/myrulib: OK
  Added LDFLAGS="-lpng -ljpeg".
system/microemulator: OK

All java programs (scilab, yed, microemulator, wuala) have
been tested with the latest AlienBOB's openjre package.

-------------- next part --------------
--- perl-xml-namespacesupport/perl-xml-namespacesupport.SlackBuild.orig	2011-04-15 11:47:29.000000000 +0300
+++ perl-xml-namespacesupport/perl-xml-namespacesupport.SlackBuild	2012-08-06 00:07:09.000000000 +0300
@@ -37,9 +37,10 @@
 chown -R root:root .
 chmod -R u+w,go+r-w,a-s .
 
-perl Makefile.PL || exit 1
+perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3 || exit 1
 make || exit 1
-make install INSTALLDIRS=vendor DESTDIR=$PKG || exit 1
+make test || exit 1
+make install DESTDIR=$PKG || exit 1
 
 mv $PKG/usr/share/man $PKG/usr && rm -rf $PKG/usr/share
 gzip -9 $PKG/usr/man/man3/* 2> /dev/null
-------------- next part --------------
--- cueplayer/cueplayer.SlackBuild.orig	2012-06-23 10:46:07.000000000 +0300
+++ cueplayer/cueplayer.SlackBuild	2012-08-05 23:41:53.000000000 +0300
@@ -55,6 +55,7 @@
 sed -i '/^locale\.path/s/\/usr/\$\$PREFIX/' $PRGNAM.pro
 
 qmake PREFIX=/usr $PRGNAM.pro
+sed -i '/^LIBS/s/$/ -lX11/' Makefile
 make
 make INSTALL_ROOT=$PKG install
 
-------------- next part --------------
--- myrulib/myrulib.SlackBuild.orig	2012-07-02 19:36:42.000000000 +0300
+++ myrulib/myrulib.SlackBuild	2012-08-05 22:14:22.000000000 +0300
@@ -69,6 +69,7 @@
 
 CFLAGS="$SLKCFLAGS" \
 CXXFLAGS="$SLKCFLAGS" \
+LDFLAGS="-lpng -ljpeg" \
 ./configure \
   --prefix=/usr \
   --build=$ARCH-slackware-linux \


More information about the SlackBuilds-users mailing list