You are not logged in.
Pages: 1
First off, what up guys. Newb.
Ive had a bit of trouble installing the nspluginwrapper package on Arch 64 as per the instructions at http://wiki.archlinux.org/index.php/Ins … _on_Arch64
I installed the dependencies & downloaded/extracted both nsplugin packages.
The first one (nspluginwrapper) installs fine, but the following occurs when I try to install the nspluginwrapper-flash:
==> Making package: nspluginwrapper-flash 9.0.48.0-1 (Mon Dec 10 00:28:27 CST 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Downloading install_flash_player_9_linux.tar.gz
--00:28:27-- http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
=> `install_flash_player_9_linux.tar.gz'
Resolving fpdownload.macromedia.com... 72.247.210.70
Connecting to fpdownload.macromedia.com|72.247.210.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,036,127 (2.9M) [application/x-gzip]
100%[================================================================================================================>] 3,036,127 288.46K/s ETA 00:00
00:28:37 (324.45 KB/s) - `install_flash_player_9_linux.tar.gz' saved [3036127/3036127]
==> Validating source files with md5sums
install_flash_player_9_linux.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
I'm not sure why the `install_flash_player_9_linux.tar.gz' package fails the validity check.
Any ideas, is it something obvious Im not seeing? Thanks.
<>
<> "it is the mark of an educated mind to entertain an idea without accepting it"
<>
Offline
See AUR.
"New md5sum" - that's the clue. It's Macromedia's stupidity for having just "9" in the filename, rather than e.g. 9.0.48.0
Offline
what u need to do is edit the pkgbuild build file with the new md5sum.
U can either locate a correct md5sum or u can download the source yourself and run the md5sum command on the file. Something like this...
md5sum nameoffileuwantmd5sumfor
md5sum install_flash_player_9_linux.tar.gz
this will return the correct md5sum, put this into the pkgbuild where the old md5sum was, then the validity check will pass and u can continue building the source. Someone needs to update the package in the AUR.
Offline
Pages: 1