nikhedonia / buckaroo-sfml-tests

0 stars 2 forks source link

No content to map due to end-of-input #1

Open JoakimCh opened 6 years ago

JoakimCh commented 6 years ago

Any ideas?

Buck wasn't able to parse /home/joakim/Code testing/buckaroo-sfml-tests/BUCK: No content to map due to end-of-input at [Source: com.google.common.io.CountingInputStream@79c0ea3f; line: 1, column: 0]

JoakimCh commented 6 years ago

I see the message is different when I remove the space from the folder "Code testing". It's very sad to see retarded developers not test their tools on paths that contain space (or not wanting to support it). It's 2018 for gods sake (not your fault though)...

joakim@debian-laptop:~/Code_testing/buckaroo-sfml-tests$ buckaroo resolve Error!
ReadRecipeFileException{/home/joakim/.buckaroo/buckaroo-recipes/recipes/sfml/sfm l-graphics.json, cause=java.nio.file.NoSuchFileException: /home/joakim/.buckaroo /buckaroo-recipes/recipes/sfml/sfml-graphics.json}
java.nio.file.NoSuchFileException: /home/joakim/.buckaroo/buckaroo-recipes/recip es/sfml/sfml-graphics.json

joakim@debian-laptop:~/Code_testing/buckaroo-sfml-tests$ buck run :test1 BUILD FAILED: Buck wasn't able to parse /home/joakim/Code_testing/buckaroo-sfml-tests/BUCK: IOError: [Errno 2] No such file or directory: '/home/joakim/Code_testing/buckaroo-sfml-tests/BUCKAROO_DEPS'

How am I supposed to run this? I thought it was supposed to be easy.