Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View gist:772041
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
/boot/develop/haikuports> haikuporter -i netpanzer
Matching License (GNU LGPL v2.1) found in /boot/system/data/licenses
Please change your compiler to GCC 4.3 with setgcc command
Continue (y/n + enter)? y
ok
This port depends on the following ports:
dev-util/cmake >= 2.8.0
dev-util/scons >= 1.0.1
dev-lang/lua >= 5.1.4
media-libs/libsdl >= 1.2.14
media-libs/sdl-mixer >= 1.2.11
dev-games/physfs >= 2.0.1
Please verify that you have these installed. Continue (y/n + enter)? y
ok
Source already checked out. Skipping ...
scons: Reading SConscript files ...
/boot/common/lib/python2.6/site-packages/SCons/Platform/posix.py:38: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
/boot/common/lib/python2.6/site-packages/SCons/Tool/msvs.py:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
NPVERSION =
SVERSION = 1208
Building version svn-1208 in haiku1
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/release/src/NetPanzer/Core/main.o -c -O2 -s -Wall -DPACKAGE_VERSION=\"svn-1208\" -D_GNU_SOURCE=1 -I. -Isrc/Lib -Isrc/NetPanzer -Isrc/lib/physfs -Isrc/Lib/lua -Isrc/Lib/toluapp -I/boot/common/include/SDL -Isrc/Lib/physfs/zlib123 src/NetPanzer/Core/main.cpp
src/NetPanzer/Core/main.cpp: In function 'void signalhandler(int)':
src/NetPanzer/Core/main.cpp:92: error: duplicate case value
src/NetPanzer/Core/main.cpp:91: error: previously used here
In file included from src/Lib/optionmm/command_line.hpp:25,
from src/NetPanzer/Core/main.cpp:40:
src/Lib/optionmm/option.hpp: In member function 'void optionmm::option<Type, argument, multivalue, Convert, Toggle>::push(const Type&, int) [with Type = int, bool argument = true, bool multivalue = true, Convert = optionmm::string_to_value<int>, Toggle = optionmm::toggle_value<int>]':
src/Lib/optionmm/option.hpp:278: instantiated from 'void optionmm::option<Type, argument, multivalue, Convert, Toggle>::push_arg(const char*, int) [with Type = int, bool argument = true, bool multivalue = true, Convert = optionmm::string_to_value<int>, Toggle = optionmm::toggle_value<int>]'
src/NetPanzer/Core/main.cpp:354: instantiated from here
src/Lib/optionmm/option.hpp:260: warning: suggest parentheses around '&&' within '||'
src/Lib/optionmm/option.hpp: In member function 'void optionmm::option<Type, argument, multivalue, Convert, Toggle>::push(const Type&, int) [with Type = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool argument = true, bool multivalue = false, Convert = optionmm::string_to_value<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, Toggle = optionmm::toggle_value<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >]':
src/Lib/optionmm/option.hpp:278: instantiated from 'void optionmm::option<Type, argument, multivalue, Convert, Toggle>::push_arg(const char*, int) [with Type = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool argument = true, bool multivalue = false, Convert = optionmm::string_to_value<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, Toggle = optionmm::toggle_value<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >]'
src/NetPanzer/Core/main.cpp:354: instantiated from here
src/Lib/optionmm/option.hpp:260: warning: suggest parentheses around '&&' within '||'
src/Lib/optionmm/option.hpp: In member function 'void optionmm::option<Type, argument, multivalue, Convert, Toggle>::push(const Type&, int) [with Type = bool, bool argument = false, bool multivalue = false, Convert = optionmm::string_to_value<bool>, Toggle = optionmm::toggle_value<bool>]':
src/Lib/optionmm/option.hpp:278: instantiated from 'void optionmm::option<Type, argument, multivalue, Convert, Toggle>::push_arg(const char*, int) [with Type = bool, bool argument = false, bool multivalue = false, Convert = optionmm::string_to_value<bool>, Toggle = optionmm::toggle_value<bool>]'
src/NetPanzer/Core/main.cpp:354: instantiated from here
src/Lib/optionmm/option.hpp:260: warning: suggest parentheses around '&&' within '||'
scons: *** [build/release/src/NetPanzer/Core/main.o] Error 1
scons: building terminated because of errors.
Traceback (most recent call last):
File "/boot/common/bin/haikuporter", line 1123, in <module>
haikuporter = HaikuPorter(options, args)
File "/boot/common/bin/haikuporter", line 279, in __init__
self.buildPort() # build
File "/boot/common/bin/haikuporter", line 722, in buildPort
self.runCommandSequence(self.bepKeys['BUILD'], self.workDir)
File "/boot/common/bin/haikuporter", line 892, in runCommandSequence
check_call(commandString, shell=True, cwd=dir, env=shellEnv)
File "/boot/common/lib/python2.6/subprocess.py", line 488, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'set -e
cd netpanzer-0.8.3
scons
' returned non-zero exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.