[Slackbuilds-users] Kivy - is this OK?

Thomas Szteliga ts at websafe.pl
Sat Jan 17 02:05:42 UTC 2015


I've built Kivy on multiple machines with slpkg, but now there's a
problem with the same slackbuild:

~~~~
+==============================================================================
| MD5SUM check for 1.8.0.tar.gz [ PASSED ]
+==============================================================================

tar: /tmp/slpkg/build/Kivy/kivy-1.8.0.tar.gz: Cannot open: No such file
or directory
tar: Error is not recoverable: exiting now
./Kivy.SlackBuild: line 64: xvf: command not found
Total build time for package Kivy : 0.14 Sec
~~~~



The problematic line is:

~~~~
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || xvf $CWD/$VERSION.tar.gz
~~~~


Is that OK: "|| xvf $CWD/$VERSION.tar.gz"?


IMVHO it should be " || tar xvf $CWD/$VERSION.tar.gz" or am I wrong?
                        ^^^

On other machines I had "--content-disposition" in wget flags,
on this machine I forgot about setting this, that's why the part
after "||" is being called.


-- 
Thomas Szteliga


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3692 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20150117/c8be62e4/attachment.p7s>


More information about the SlackBuilds-users mailing list