#17946: libsdl_gfx-framework 2.0.17 build fails on Tiger --------------------------------+------------------------------------------- Reporter: neric27@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: libsdl_gfx-framework --------------------------------+------------------------------------------- In post-extract target, there is {{{ system "tar xf \"$worksrcpath/Other Builds/OSX-PB.tgz\" -C $worksrcpath" }}} It doesn't work on 0S X 10.4.11 : {{{ tar: This does not look like a tar archive tar: Skipping to next header tar: Read 3170 bytes from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_devel_libsdl_gfx-framework/work/SDL_gfx-2.0.17/Other Builds/OSX-PB.tgz }}} adding the "z" option to tar fixes the problem : {{{ system "tar xf \"$worksrcpath/Other Builds/OSX-PB.tgz\" -C $worksrcpath" }}} Then it fails again : {{{ PBXCp /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_devel_libsdl_gfx- framework/work/SDL_gfx-2.0.17/build/Deployment/SDL_gfx.framework/Versions/A/Headers/SDL_imageFilter.h SDL_imageFilter.h /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks SDL_imageFilter.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_devel_libsdl_gfx- framework/work/SDL_gfx-2.0.17/build/Deployment/SDL_gfx.framework/Versions/A/Headers ** BUILD FAILED ** Warning: the following items did not execute (for libsdl_gfx-framework): org.macports.archive org.macports.build org.macports.destroot DEBUG: invalid command name "::ui_init" while executing "::ui_init $priority $prefix $channels $message" ("uplevel" body line 2) invoked from within "uplevel 1 $body" }}} -- Ticket URL: <http://trac.macports.org/ticket/17946> MacPorts <http://www.macports.org/> Ports system for Mac OS