Skip to content

Instantly share code, notes, and snippets.

@stubb
Created July 1, 2012 13:28
Show Gist options
  • Save stubb/3028429 to your computer and use it in GitHub Desktop.
Save stubb/3028429 to your computer and use it in GitHub Desktop.
for chris ;)
[sam@awork fife]$ makepkg -s
==> Making package: fife 0.3.3r3-1 (Sun Jul 1 15:14:55 CEST 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Found fife_0.3.3r3.tar.gz
==> Validating source files with md5sums...
fife_0.3.3r3.tar.gz ... Passed
==> Extracting Sources...
-> Extracting fife_0.3.3r3.tar.gz with bsdtar
==> Removing existing pkg/ directory...
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package()...
scons: Reading SConscript files ...
Checking for vorbisfile (using pkg-config)...(cached) no
Checking for vorbisfile (using vorbisfile-config)... (cached) no
Checking for C++ library vorbisfile... (cached) yes
Checking for python2.7 (using pkg-config)...(cached) no
Checking for python2.7 (using python2.7-config)... (cached) yes
Checking for openal (using pkg-config)...(cached) no
Checking for openal (using openal-config)... (cached) no
Checking for C++ library openal... (cached) yes
Checking for SDL (using pkg-config)...(cached) no
Checking for SDL (using sdl-config)... (cached) yes
Checking for SDL_ttf (using pkg-config)...(cached) no
Checking for SDL_ttf (using sdl_ttf-config)... (cached) no
Checking for C++ library SDL_ttf... (cached) yes
Checking for SDL_image (using pkg-config)...(cached) no
Checking for SDL_image (using sdl_image-config)... (cached) no
Checking for C++ library SDL_image... (cached) yes
Checking for guichan (using pkg-config)...(cached) no
Checking for guichan (using guichan-config)... (cached) no
Checking for C++ library guichan... (cached) yes
Checking for guichan_sdl (using pkg-config)...(cached) no
Checking for guichan_sdl (using guichan_sdl-config)... (cached) no
Checking for C++ library guichan_sdl... (cached) yes
Checking for boost_system (using pkg-config)...(cached) no
Checking for boost_system (using boost_system-config)... (cached) no
Checking for C++ library boost_system... (cached) yes
Checking for boost_filesystem (using pkg-config)...(cached) no
Checking for boost_filesystem (using boost_filesystem-config)... (cached) no
Checking for C++ library boost_filesystem... (cached) yes
Checking for boost_regex (using pkg-config)...(cached) no
Checking for boost_regex (using boost_regex-config)... (cached) no
Checking for C++ library boost_regex... (cached) yes
Checking for png (using pkg-config)...(cached) no
Checking for png (using png-config)... (cached) no
Checking for C++ library png... (cached) yes
Checking for Xcursor (using pkg-config)...(cached) no
Checking for Xcursor (using xcursor-config)... (cached) no
Checking for C++ library Xcursor... (cached) yes
Checking for guichan_opengl (using pkg-config)...(cached) no
Checking for guichan_opengl (using guichan_opengl-config)... (cached) no
Checking for C++ library guichan_opengl... (cached) yes
Checking for tinyxml (using pkg-config)...(cached) no
Checking for tinyxml (using tinyxml-config)... (cached) no
Checking for C++ library tinyxml... (cached) yes
Building RELEASE binaries...
scons: done reading SConscript files.
scons: Building targets ...
swig -o build/engine/release/swigwrappers/python/fife_wrap.cc -outdir "engine/python/fife" -Ibuild/engine/release/core -Iengine/core -python -c++ -w511 engine/swigwrappers/python/fife.i
engine/core/model/metamodel/modelcoords.i:31: Warning 404: Template 'PointType3D< int32_t >' was already wrapped,
engine/core/util/structures/utilstructures.i:89: Warning 404: previous wrap of 'FIFE::PointType3D< int32_t >'.
engine/core/view/camera.i:32: Warning 404: Template 'PointType3D< int32_t >' was already wrapped,
engine/core/util/structures/utilstructures.i:89: Warning 404: previous wrap of 'FIFE::PointType3D< int32_t >'.
scons: *** [build/engine/release/swigwrappers/python/fife_wrap.cc] Error -11
scons: building terminated because of errors.
==> ERROR: A failure occurred in package().
Aborting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment