Jonas Jelten

Results 276 comments of Jonas Jelten

How's this going? I just ran into the same issue.

hi! it may well be that further bugs are hiding in my implementation :) can you please create a state dump and send it to me (some cloud storage tool,...

For the `Cluster topology changed`, see #13. Since it apparently can't empty the fullest device, did you try setting `--max-full-move-attempts=10` or more? I haven't had time looking at your dump...

when calling cmake manually, you need to be in the `bin/` directory, otherwise you are creating an in-source build, which like the error suggests, is prevented.

This is due to an update in pygments, which we fixed in 3aa91ea4d4a72a5f3b6f90ad0390b9e07de7aa77, which is not included in any release yet.

Hmmm. Can you run: ``` cd /wrkdirs/usr/ports/games/openage/work/openage-0.4.1 /usr/local/bin/python3.8 -m pdb -c continue -m buildsystem.pxdgen --file-list /wrkdirs/usr/ports/games/openage/work/.build/py/pxdgen_sources --output-dir /wrkdirs/usr/ports/games/openage/work/.build && /usr/local/bin/cmake -E touch /wrkdirs/usr/ports/games/openage/work/.build/py/pxdgen_timefile ``` this will run until the exception...

Ok, but why does it work with my pygments 2.12, your 2.9, but not with 2.11?

Interesting, so it really does parse a whitespace there, and not a namespace identifier. I suggest you update the code in pxdgen to see which tokens are processed one after...

Uhm good point, no idea where I got it from... In my gentoo i have `2.11.2`, i guess i've misread this as `2.12`? But strange, I find no trace of...

I think the best way would be to implement this feature in nyan, since also has nearly all the necessary parts. Basically nyan would need a feature to provide api...