[Slackbuilds-users] can't install flashplayer-plugin

Miguel De Anda miguel at thedeanda.com
Sat May 2 07:26:58 UTC 2015


actually my last email had wrong reasoning for the issue. i think this is
the issue:

TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
...
tar xf $CWD/install_flash_player_${VERS_MAJ}_linux.${ARCH}.tar.gz -C $PKG

when run from sbopkg there must be something slightly different in the
value of TMP. i compared to another SlackBuild script (dar) and it looks
like this:

TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
...
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION

most slackbuild scripts i've seen tend to follow this pattern:

tar xvf foo.tar.gz
cd foo
mv bar $PKG/path/to/bar

they don't typically mv from $PKG/foo to $PKG/path/to/foo



On Sat, May 2, 2015 at 12:12 AM, Miguel De Anda <miguel at thedeanda.com>
wrote:
>
> willy: you're correct. the sbo is fine. it turns out my sbopkg sync
wasn't working as described here: (
http://www.linuxquestions.org/questions/slackware-14/sbopkg-resync-fails-gpg-key-after-latest-security-upgrades-advice-4175540461/
). i ran it off my local git checkout and it worked fine.
>
> klaatu: awesome! never really paid much attention to the diffs because
chrome and chromium. aliens package worked great but it didn't work with
firefox (although i did see there was a separate extension to make it work,
but i didn't care to look into too much as i don't use firefox that often).
>
> -m
>
> On Fri, May 1, 2015 at 12:52 AM, Willy Sudiarto Raharjo <
willysr at slackbuilds.org> wrote:
>>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA256
>>
>> > mv: cannot stat '/tmp/SBo/package-flashplayer-plugin/LGPL/*': No
>> > such file or directory
>> >
>> >
>> > i guess they removed the directory/file with the latest release?
>>
>> I Don't think so
>>
>> tar tvf install_flash_player_11_linux.i386.tar.gz
>> - -rw-rw-r-- flplbldr/flplbldr 17437860 2015-04-12 08:26
libflashplayer.so
>> - -r--r--r-- flplbldr/flplbldr     4009 2015-04-12 08:26 readme.txt
>> drwxrwxr-x flplbldr/flplbldr        0 2015-04-12 08:26 LGPL/
>> - -r--r--r-- flplbldr/flplbldr     7402 2015-04-12 08:26 LGPL/LGPL.txt
>> - -r--r--r-- flplbldr/flplbldr       76 2015-04-12 08:26 LGPL/notice.txt
>>
>>
>> - --
>> Willy Sudiarto Raharjo
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v2
>>
>> iEYEAREIAAYFAlVDMKEACgkQiHuDdNczM4FIUACfWrriqwigAY5paZQKXwDOGu3B
>> kwYAnAhw4pA9iqSS5XSFLh3L2kuJsnCM
>> =4zRT
>> -----END PGP SIGNATURE-----
>> _______________________________________________
>> 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: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20150502/e09050d4/attachment-0001.html>


More information about the SlackBuilds-users mailing list