I have installed the pkgbuild application and am trying to use it to download and build VLC media player, however when i run the command i get an error about downloading issues.
The command i execute: [EMAIL PROTECTED] ~/SFE # pkgtool --download --topdir=/export/home/sixgig/packages --autodeps build SFEvlc.spec and the error messages i receive are: INFO: Copying %use'd or %include'd spec files to SPECS directory INFO: Processing spec files WARNING: Added /export/home/sixgig/SFE/SFEsdl-image.spec to the build to satisfy dependencies INFO: Finding sources INFO: Downloading source http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.6.tar.gz INFO: Hint: if you are behind a firewall, you need to set the http_proxy INFO: environment variable. See man -M /usr/sfw/man wget for details ERROR: Download failed: http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.6.tar.gz ERROR: SFEsdl-image: Source file SDL_image-1.2.6.tar.gz not found WARNING: Added /export/home/sixgig/SFE/SFElibfribidi.spec to the build to satisfy dependencies INFO: Finding sources INFO: Downloading source http://fribidi.org/download/fribidi-0.10.9.tar.gz INFO: Hint: if you are behind a firewall, you need to set the http_proxy INFO: environment variable. See man -M /usr/sfw/man wget for details ERROR: Download failed: http://fribidi.org/download/fribidi-0.10.9.tar.gz ERROR: SFElibfribidi: Source file fribidi-0.10.9.tar.gz not found ... ... ... package | status | details ---------------------------------+-------------+------------------------------- SFEvlc | DEP_FAILED | Dependency check failed SFEsdl-image | FAILED | Source SDL_image-1.2.6.tar.gz not found SFElibfribidi | FAILED | Source fribidi-0.10.9.tar.gz not found SFEfreetype | FAILED | Source freetype-2.3.5.tar.bz2 not found SFEliba52 | FAILED | Source a52dec-0.7.4.tar.gz not found ..... etc.. I can run wget for any one of these files and am able to download the file without a problem... Example: [EMAIL PROTECTED] ~/SFE # wget http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.6.tar.gz --16:55:27-- http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.6.tar.gz => `SDL_image-1.2.6.tar.gz.1' Resolving www.libsdl.org... 208.97.185.109 Connecting to www.libsdl.org|208.97.185.109|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,308,812 (1.2M) [application/x-tar] 100%[====================================>] 1,308,812 467.92K/s 16:55:30 (466.37 KB/s) - `SDL_image-1.2.6.tar.gz.1' saved [1308812/1308812] Any ideas? Thanks, Nick This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
