[Slackbuilds-users] Bugs in 12.2 repository

Antonio Hernández Blas hba.nihilismus at gmail.com
Fri Dec 12 23:44:44 UTC 2008


Hi, i have found some bugs in info and slackbuild files, here you can
see the bugs:
http://pastebin.slackadelic.com/6717

In some of them there isn't APPROVED value, others have some value for
VERSION in its info file and other value[1] for VERSION in its
SlackBuild file, in others their PRGNAM value does not match in both
files, others dont make use of PRGNAM in its slackbuild file[2] and
things like that.

[1] Some of these aren't bugs cause its the way how they were done, for example:
/usr/ports/audio/pd
    VERSION value in info file is: '0.40.3'
        But VERSION value in SlackBuild file is: '$(echo $SRC_VERSION | tr - .)'
VERSION value is get it from $SRC_VERSION, this is not wrong but as
you can see in the list some other slackbuilds have in their info file
a value that does not match with the one in its slackbuild file, so
with 'audio/pd' you can't be totally secure if its info file is
correct.

[2] This is not a requirement from SBo, but IMHO there should be
"integrity" in SlackBuilds and info files, so as an example:
/usr/ports/graphics/opengtl
    PRGNAM value in opengtl.info is: 'opengtl'
        But PRGNAM value in opengtl.SlackBuild is : 'OpenGTL'
In this case you can make use of something like this:
-PRGNAM=OpenGTL
+PRGNAM=opengtl
+SRCNAM=OpenGTL

-PKGNAM=$(echo $PRGNAM | tr [:upper:] [:lower:])

-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$SRGNAM-$VERSION.tar.bz2
+mv $SRCNAM-$VERSION $PRGNAM-$VERSION

-mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
-cp -a COPYING TODO $PKG/usr/doc/$PKGNAM-$VERSION
-cat $CWD/$PKGNAM.SlackBuild > $PKG/usr/doc/$PKGNAM-$VERSION/$PKGNAM.SlackBuild
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

-/sbin/makepkg -l y -c n $OUTPUT/$PKGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

Well, im sure you can get the idea ;-)

Sorry if this annoys you but as i can't "spam" to the next MAINTEINERs
i hope you can contact them and ask them to submit an update(once SBo
reopen its upload form) to correct this bugs.

alan[AT]lizella.net
alien[AT]slackware.com
asamardzic[AT]gmail.com
atelszewski[AT]gmail.com
banderols[AT]gmail.com
brian[AT]fhobia.org
carlos[AT]strangeworlds.co.uk
conraid[AT]gmail.com
danieldk[AT]pobox.com
deltas4[AT]gmail.com
dsomero[AT]hotmail.com
el03020[AT]mail.ntua.gr
elyk03[AT]gmail.com
erik[AT]slackbuilds.org
errordeveloper[AT]gmail.com
fecaraballo[AT]gmail.com
fecaraballo[AT]gmail.com
ferenc.deak[AT]gmail.com
grainman.timp[AT]gmail.com
HMWiesinger[AT]gmx.at
hollywoodb[AT]fastmail.fm
iskar.enev[AT]gmail.com
javivf[AT]gmail.com
jerojasro[AT]devnull.li
jvalenciae[AT]gmail.com
lapinours[AT]web.de
luoyi.ly[AT]gmail.com
m.bueker[AT]berlin.de
michiel[AT]slackbuilds.org
michiel.van.wessem[AT]gmail.com
nille.kungen[AT]gmail.com
pc_warner[AT]yahoo.com
polar[AT]arunprasannan.com
pprkut[AT]liwjatan.at
rignes[AT]pobox.com
rw[AT]rlworkman.net
stefanovic.dusan[AT]gmail.com
tom[AT]fitzhenry.name
t.pollard.12[AT]scu.edu.au
vbatts[AT]batts.mine.nu
vbatts[AT]hashbangbash.com
wade.nels[AT]gmail.com
wise[AT]lupulin.net
yumigator[AT]moldysoup.com


BTW, like 5 months ago i sent to rwokman a list like that, he fixed
some of them but as i was more busy with my school i didn't pay
attention to all them, until now.

Cheers.
-hba


More information about the SlackBuilds-users mailing list