[i]If your version of pkgtool/pkgbuild is 1.3.x, then you could use pkgtool --download --autodeps build SFEvlc.spec[/i]
Hello, thanks for this hint, but where exactly should I execute this command? So far I've just installed pkgbuild 1.3.0 package and svn co whole SFE tree. If I execute directly in SFE tree I get this: karel at silence:~/cvs/sfe/SFE$ /export/home/karel/usr/local/pkgbuild-1.3.0/bin/pkgtool --download --autodeps build SFEvlc.spec INFO: Copying %use'd or %include'd spec files to SPECS directory INFO: Processing spec files WARNING: Added /export/home/karel/cvs/sfe/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 [....] Summary: 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 SFEffmpeg | DEP_FAILED | Dependency check failed SFElibdts | DEP_FAILED | Dependency check failed SFElibgsm | FAILED | Source libgsm-1.0.12.tar.gz not found SFExvid | DEP_FAILED | Dependency check failed SFEnasm | FAILED | Source nasm-0.98.39.tar.bz2 not found SFElibx264 | DEP_FAILED | Dependency check failed SFEgpac | DEP_FAILED | Dependency check failed SFEfreeglut | DEP_FAILED | Dependency check failed SFEjam | FAILED | Source jam-2.5.tar not found SFElibmad | FAILED | Source libmad-0.15.1b.tar.gz not found SFEfaad2 | DEP_FAILED | Dependency check failed SFEwxwidgets-gnu | FAILED | Source wxWidgets-2.8.7.tar.bz2 not found SFEamrnb | FAILED | Source amrnb-6.1.0.4.tar.bz2 not found SFEamrwb | FAILED | Source amrwb-7.0.0.1.tar.bz2 not found SFElame | DEP_FAILED | Dependency check failed SFEncurses | FAILED | Source ncurses-5.6.tar.gz not found SFElibmpcdec | DEP_FAILED | Dependency check failed SFElibsndfile | DEP_FAILED | Dependency check failed SFEogg-vorbis | DEP_FAILED | Dependency check failed SFElibmatroska | DEP_FAILED | Dependency check failed SFElibebml | FAILED | Source libebml-0.7.7.tar.bz2 not found SFElibdvbpsi | FAILED | Source libdvbpsi4-0.1.5.tar.bz2 not found SFElibdvdread | DEP_FAILED | Dependency check failed SFElibdvdcss | FAILED | Source libdvdcss-1.2.9.tar.bz2 not found SFElibcddb | FAILED | Source libcddb-1.3.0.tar.bz2 not found SFElibmpeg2 | FAILED | Source mpeg2dec-0.4.1.tar.gz not found SFElibupnp | FAILED | Source libupnp-1.6.0.tar.bz2 not found SFEvcdimager | FAILED | Source vcdimager-0.7.23.tar.gz not found SFElibtar | FAILED | Source libtar-1.2.11.tar.gz not found it's interesting that it claims error like: 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 since when I try "manually" to invoke: wget http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.6.tar.gz everything is OK and package starts downloading. Do you have any hint how to proceed? Thanks! Karel This message posted from opensolaris.org
