Solved [Solved] Fetch failing for linux-f10-flashplugin11

Hi Everyone,

I'm trying to get Flash working for Opera as per the handbook, but fetch is failing (see below). This is a new machine running 9.2-RELEASE (amd64). I downloaded the Linux install from Adobe (install_flash_player_11_linux.i386.tar.gz) and tried copying it directly into /usr/ports/distfiles/flashplugin/11.2r202.297/ but it didn't help.

Also, shouldn't the port be looking for install_flash_player_11_linux.x86_64.tar.gz on my system ?

Any help is greatly appreciated.
Cheers,
Steven

Code:
make install clean
===>  Found saved configuration for linux-f10-flashplugin-11.2r202.297
=> install_flash_player_11_linux.i386.tar.gz doesn't seem to exist in /usr/ports/distfiles/flashplugin/11.2r202.297.
=> Attempting to fetch http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.297/install_flash_player_11_linux.i386.tar.gz
fetch: http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.297/install_flash_player_11_linux.i386.tar.gz: Not Found
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/11.2r202.297/install_flash_player_11_linux.i386.tar.gz
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/11.2r202.297/install_flash_player_11_linux.i386.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/flashplugin/11.2r202.297 and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/www/linux-f10-flashplugin11.
*** [install] Error code 1

Stop in /usr/ports/www/linux-f10-flashplugin11.
root@crixus:/usr/ports/www/linux-f10-flashplugin11 #
 
Re: Fetch failing for linux-f10-flashplugin11

That revision of the Flash player is already obsolete. Update the ports tree to get the newer version. The ports system uses checksums to verify that the distfile is exactly the right one, both for reliability and security. That's why you can't just substitute a different file of the same name.
 
Re: Fetch failing for linux-f10-flashplugin11

Right after I posted I thought "maybe I should update...."

Thanks, after updating ports, it worked.
Steven
 
Back
Top