You are not logged in.
I'm having a small problem with Arch 64 (Duke) and nspluginwrapper. Every time I try to make the package, this is what happens:
[root@boysroom nspluginwrapper-flash]# makepkg
==> Making package: nspluginwrapper-flash 9.0.31.0-3 (Wed Jul 11 21:26:19 EDT 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Downloading install_flash_player_9_linux.tar.gz
--21:26:19-- 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.202.70
Connecting to fpdownload.macromedia.com|72.247.202.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2,608,602 (2.5M) [application/x-gzip]
100%[====================================>] 2,608,602 349.11K/s ETA 00:00
21:26:27 (339.95 KB/s) - `install_flash_player_9_linux.tar.gz' saved [2608602/2608602]
==> Validating source files with md5sums
install_flash_player_9_linux.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
[root@boysroom nspluginwrapper-flash]# makepkg
==> Making package: nspluginwrapper-flash 9.0.31.0-3 (Wed Jul 11 21:26:58 EDT 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found install_flash_player_9_linux.tar.gz in build dir
==> Validating source files with md5sums
install_flash_player_9_linux.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Offline
The easiest solution is to comment out the MD5 Checksum line in the PKGBUILD and run makepkg again.
Offline
The easiest solution is to comment out the MD5 Checksum line in the PKGBUILD and run makepkg again.
Thanks. This did the trick.
Offline