Build.sh issue

Host your own server and communicate with server operators.
1 post Page 1 of 1 First unread post
Djmann1013
Deuced Up
Posts: 23
Joined: Wed Dec 12, 2012 10:04 pm


Hi, I am trying to build a Ace of Spades server and it keeps outputting this:
Code: Select all
Traceback (most recent call last):
  File "build.py", line 27, in <module>
    ext_modules = cythonize(ext_modules)
  File "/usr/local/lib/python2.7/dist-packages/Cython-0.22-py2.7-linux-i686.egg/Cython/Build/Dependencies.py", line 754, in cythonize
    aliases=aliases)
  File "/usr/local/lib/python2.7/dist-packages/Cython-0.22-py2.7-linux-i686.egg/Cython/Build/Dependencies.py", line 649, in create_extension_list
    for file in nonempty(extended_iglob(filepattern), "'%s' doesn't match any files" % filepattern):
  File "/usr/local/lib/python2.7/dist-packages/Cython-0.22-py2.7-linux-i686.egg/Cython/Build/Dependencies.py", line 103, in nonempty
    raise ValueError(error_msg)
ValueError: './pyspades/compressedvxl.pyx' doesn't match any files
running build_ext
cythoning enet.pyx to enet.c
building 'enet' extension
creating build
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/enet
i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DHAS_GETHOSTBYNAME_R -DHAS_GETHOSTBYADDR_R -Ienet/include/ -I/usr/include/python2.7 -c enet.c -o build/temp.linux-i686-2.7/enet.o -O3
In file included from enet.c:252:0:
enet/include/enet/enet.h:358:4: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    int                  (*receiveCallback)();
    ^
i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DHAS_GETHOSTBYNAME_R -DHAS_GETHOSTBYADDR_R -Ienet/include/ -I/usr/include/python2.7 -c enet/unix.c -o build/temp.linux-i686-2.7/enet/unix.o -O3
In file included from enet/unix.c:19:0:
enet/include/enet/enet.h:358:4: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    int                  (*receiveCallback)();
    ^
i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DHAS_GETHOSTBYNAME_R -DHAS_GETHOSTBYADDR_R -Ienet/include/ -I/usr/include/python2.7 -c enet/list.c -o build/temp.linux-i686-2.7/enet/list.o -O3
In file included from enet/list.c:6:0:
enet/include/enet/enet.h:358:4: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    int                  (*receiveCallback)();
    ^
i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DHAS_GETHOSTBYNAME_R -DHAS_GETHOSTBYADDR_R -Ienet/include/ -I/usr/include/python2.7 -c enet/protocol.c -o build/temp.linux-i686-2.7/enet/protocol.o -O3
In file included from enet/protocol.c:10:0:
enet/include/enet/enet.h:358:4: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    int                  (*receiveCallback)();
    ^
enet/protocol.c: In function ‘enet_protocol_dispatch_incoming_commands’:
enet/protocol.c:44:8: warning: enumeration value ‘ENET_PEER_STATE_DISCONNECTED’ not handled in switch [-Wswitch]
        switch (peer -> state)
        ^
enet/protocol.c:44:8: warning: enumeration value ‘ENET_PEER_STATE_CONNECTING’ not handled in switch [-Wswitch]
enet/protocol.c:44:8: warning: enumeration value ‘ENET_PEER_STATE_ACKNOWLEDGING_CONNECT’ not handled in switch [-Wswitch]
enet/protocol.c:44:8: warning: enumeration value ‘ENET_PEER_STATE_DISCONNECT_LATER’ not handled in switch [-Wswitch]
enet/protocol.c:44:8: warning: enumeration value ‘ENET_PEER_STATE_DISCONNECTING’ not handled in switch [-Wswitch]
enet/protocol.c:44:8: warning: enumeration value ‘ENET_PEER_STATE_ACKNOWLEDGING_DISCONNECT’ not handled in switch [-Wswitch]
enet/protocol.c: In function ‘enet_protocol_handle_acknowledge’:
enet/protocol.c:844:5: warning: enumeration value ‘ENET_PEER_STATE_DISCONNECTED’ not handled in switch [-Wswitch]
     switch (peer -> state)
     ^
enet/protocol.c:844:5: warning: enumeration value ‘ENET_PEER_STATE_CONNECTING’ not handled in switch [-Wswitch]
enet/protocol.c:844:5: warning: enumeration value ‘ENET_PEER_STATE_CONNECTION_PENDING’ not handled in switch [-Wswitch]
enet/protocol.c:844:5: warning: enumeration value ‘ENET_PEER_STATE_CONNECTION_SUCCEEDED’ not handled in switch [-Wswitch]
enet/protocol.c:844:5: warning: enumeration value ‘ENET_PEER_STATE_CONNECTED’ not handled in switch [-Wswitch]
enet/protocol.c:844:5: warning: enumeration value ‘ENET_PEER_STATE_ACKNOWLEDGING_DISCONNECT’ not handled in switch [-Wswitch]
enet/protocol.c:844:5: warning: enumeration value ‘ENET_PEER_STATE_ZOMBIE’ not handled in switch [-Wswitch]
i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DHAS_GETHOSTBYNAME_R -DHAS_GETHOSTBYADDR_R -Ienet/include/ -I/usr/include/python2.7 -c enet/compress.c -o build/temp.linux-i686-2.7/enet/compress.o -O3
In file included from enet/compress.c:7:0:
enet/include/enet/enet.h:358:4: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    int                  (*receiveCallback)();
    ^
i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DHAS_GETHOSTBYNAME_R -DHAS_GETHOSTBYADDR_R -Ienet/include/ -I/usr/include/python2.7 -c enet/callbacks.c -o build/temp.linux-i686-2.7/enet/callbacks.o -O3
In file included from enet/callbacks.c:6:0:
enet/include/enet/enet.h:358:4: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    int                  (*receiveCallback)();
    ^
i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DHAS_GETHOSTBYNAME_R -DHAS_GETHOSTBYADDR_R -Ienet/include/ -I/usr/include/python2.7 -c enet/packet.c -o build/temp.linux-i686-2.7/enet/packet.o -O3
In file included from enet/packet.c:7:0:
enet/include/enet/enet.h:358:4: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    int                  (*receiveCallback)();
    ^
enet/packet.c:111:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 initialize_crc32 ()
 ^
i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DHAS_GETHOSTBYNAME_R -DHAS_GETHOSTBYADDR_R -Ienet/include/ -I/usr/include/python2.7 -c enet/win32.c -o build/temp.linux-i686-2.7/enet/win32.o -O3
i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DHAS_GETHOSTBYNAME_R -DHAS_GETHOSTBYADDR_R -Ienet/include/ -I/usr/include/python2.7 -c enet/host.c -o build/temp.linux-i686-2.7/enet/host.o -O3
In file included from enet/host.c:8:0:
enet/include/enet/enet.h:358:4: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    int                  (*receiveCallback)();
    ^
i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAS_POLL -DHAS_FCNTL -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DHAS_GETHOSTBYNAME_R -DHAS_GETHOSTBYADDR_R -Ienet/include/ -I/usr/include/python2.7 -c enet/peer.c -o build/temp.linux-i686-2.7/enet/peer.o -O3
In file included from enet/peer.c:7:0:
enet/include/enet/enet.h:358:4: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    int                  (*receiveCallback)();
    ^
i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-i686-2.7/enet.o build/temp.linux-i686-2.7/enet/unix.o build/temp.linux-i686-2.7/enet/list.o build/temp.linux-i686-2.7/enet/protocol.o build/temp.linux-i686-2.7/enet/compress.o build/temp.linux-i686-2.7/enet/callbacks.o build/temp.linux-i686-2.7/enet/packet.o build/temp.linux-i686-2.7/enet/win32.o build/temp.linux-i686-2.7/enet/host.o build/temp.linux-i686-2.7/enet/peer.o -o /home/parker/pyspades/enet/enet.so
I am using Xubuntu 14.04, and I get this error when trying to run build.sh. I tried running it in sudo mode as well and it doesn't work. Anyone have any ideas as to why this is happening?
1 post Page 1 of 1 First unread post
Return to “Servers”

Who is online

Users browsing this forum: No registered users and 14 guests