Did anything fancy happen between r1834 and r1881? I just upgraded, and now I'm getting a:
Code: Select all
nmlc: "src/steam/Arend_item.pnml", line 39: Unknown property name: length
That's on a piece of code that I haven't touched in quite a while. If I downgrade back to r1834 everything works again.
Now trying yesterday's version to narrow it down a bit...
EDIT: narrowed it down to that r1872 is working and r1876 isn't (same error).
EDIT2: I don't see any relevant changes in the revisions between that. Weird :S
EDIT3: by the way, I'm using the prebuilt rpms from the bundles server
EDIT4: when I compile NML myself (also r1881), I get a different error with slightly more information:
Code: Select all
nmlc: An internal error has occurred:
nmlc-version: r1881 (ff3ced18bee8)
Error: (TypeError) "'tuple' object does not support item assignment".
Command: ['/usr/bin/nmlc', '-c', '-p', 'DOS', '--grf', 'dutchtrains.grf', 'dutchtrains.nml']
Location: File "/usr/lib/python2.7/site-packages/nml-r1881-py2.7.egg/nml/output_grf.py", line 420, in wsprite
EDIT5: It gets weirder: a self-built r1876
is working.
EDIT6: And a self-built r1880 also works, so I guess I've reduced the error to the same as Ammler reported in #3797. It doesn't explain why the rpm isn't working, but that may very well be on my part. As it did work on the compile farm previously. I added my findings to said issue.