Loading

cets build failure

  1. (grfdev) ingo@aeolus:~/ottd/grfdev/eddi-nml$ make
  2. /usr/bin/env python3 setup.py build_ext --inplace
  3. /home/ingo/anaconda3/envs/grfdev/lib/python3.6/site-packages/setuptools/dist.py:407: UserWarning: The version specified ('v6872:faebe15eaad4') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
  4.   "details." % self.metadata.version
  5. running build_ext
  6. building 'nml_lz77' extension
  7. creating build
  8. creating build/temp.linux-x86_64-3.6
  9. creating build/temp.linux-x86_64-3.6/nml
  10. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -m64 -fPIC -m64 -fPIC -fPIC -I/home/ingo/anaconda3/envs/grfdev/include/python3.6m -c nml/_lz77.c -o build/temp.linux-x86_64-3.6/nml/_lz77.o
  11. creating build/lib.linux-x86_64-3.6
  12. gcc -pthread -shared -L/home/ingo/anaconda3/envs/grfdev/lib -Wl,-rpath=/home/ingo/anaconda3/envs/grfdev/lib,--no-as-needed -L/home/ingo/anaconda3/envs/grfdev/lib -Wl,-rpath=/home/ingo/anaconda3/envs/grfdev/lib,--no-as-needed build/temp.linux-x86_64-3.6/nml/_lz77.o -L/home/ingo/anaconda3/envs/grfdev/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/nml_lz77.cpython-36m-x86_64-linux-gnu.so
  13. copying build/lib.linux-x86_64-3.6/nml_lz77.cpython-36m-x86_64-linux-gnu.so ->
  14. make -C regression
  15. make[1]: Verzeichnis „/home/ingo/ottd/grfdev/eddi-nml/regression“ wird betreten
  16. Running test 001_action8
  17. Running test 002_sounds
  18. Running test 003_assignment
  19. Running test 004_deactivate
  20. Running test 005_error
  21. Running test 006_vehicle
  22. Running test 007_townnames
  23. Running test 008_railtypes
  24. Running test 009_replace
  25. Running test 010_liveryoverride
  26. Running test 011_snowline
  27. Running test 012_basecost
  28. Running test 013_train_callback
  29. Running test 014_read_special_param
  30. Running test 015_basic_object
  31. Running test 016_basic_airporttiles
  32. Running test 017_articulated_tram
  33. Running test 018_airport_tile
  34. Running test 019_switch
  35. Running test 020_recolour
  36. Running test 021_grf_parameter
  37. Running test 022_disable_item
  38. Running test 023_engine_override
  39. Running test 024_conditional
  40. Running test 025_loop
  41. Running test 026_asl
  42. Running test 027_airport_layout
  43. Running test 028_font
  44. Running test 029_base_graphics
  45. Running test 030_house
  46. Running test 031_aircraft
  47. Running test 031_comment
  48. Running test 032_simple_house
  49. make[1]: Verzeichnis „/home/ingo/ottd/grfdev/eddi-nml/regression“ wird verlassen
  50. (grfdev) ingo@aeolus:~/ottd/grfdev/eddi-nml$ cd ../cets
  51. (grfdev) ingo@aeolus:~/ottd/grfdev/cets$ cat Makefile.local | grep nmlc
  52. NML            = ../eddi-nml/nmlc
  53. (grfdev) ingo@aeolus:~/ottd/grfdev/cets$ make
  54. make[1]: Verzeichnis „/home/ingo/ottd/grfdev/cets“ wird betreten
  55. [GENERATE] from tracking table
  56. Traceback (most recent call last):
  57.   File "scripts/generate.py", line 10, in <module>
  58.     import write
  59.   File "/home/ingo/ottd/grfdev/cets/scripts/write.py", line 31
  60.     def name(files, (comp, ident), long_name, values, **args):
  61.                     ^
  62. SyntaxError: invalid syntax
  63. scripts/Makefile.in:36: die Regel für Ziel „cets.src.dep“ scheiterte
  64. make[1]: *** [cets.src.dep] Fehler 1
  65. make[1]: Verzeichnis „/home/ingo/ottd/grfdev/cets“ wird verlassen
  66. Makefile:12: die Regel für Ziel „all“ scheiterte
  67. make: *** [all] Fehler 2

Comments