You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make JIT=0
I have successful compilation and tests but after make install (had to translate some errors from my language):
[ ... ]
cp: can't execute stat on „doc/_.html”: No such file or directory
dist.mak:36: commands for object 'pkg/potion-0.3.1300-x86_64-linux-gnu.tar.gz' have not succeeded
make[1]: [pkg/potion-0.3.1300-x86_64-linux-gnu.tar.gz] Failure 1 (ignored)
[ ... ]
make[1]: *_\* No rules to build object 'bin/potion-s', needed by 'pkg/potion-0.3.1300-x86_64-linux-gnu-devel.tar.gz'. Stop.
[ ... ]
#
When I build with
$ make bin/potion-s
the problem with broken tests still occurs
The text was updated successfully, but these errors were encountered:
ad 1) yes. the tests in master still fail due to a missing sort in the new tests.
ad 2) yes, potion-s and the doc targets for make install are not yet stable enough.
I am having a problem with installing potion (although I think I have installed all dependencies). There are two different cases:
[ successful tests ]
.............
OK (13 tests)
running GC tests
......
OK (6 tests)
running bin/potion VM tests
.................................................................................
** test/tables/filter.pn: expected <(bread, mayo)>, but got <(cheese, mayo)>
.............
running bin/potion compiler tests
.................................................................................
** test/tables/filter.pn: expected <(bread, mayo)>, but got <(mayo, bread)>
.............
running bin/potion JIT tests
.................................................................................
** test/tables/filter.pn: expected <(bread, mayo)>, but got <(cheese, mayo)>
.............
3 FAILS (282 tests)
make: *** [test] Błąd 1
I have successful compilation and tests but after make install (had to translate some errors from my language):
[ ... ] cp: can't execute stat on „doc/_.html”: No such file or directory dist.mak:36: commands for object 'pkg/potion-0.3.1300-x86_64-linux-gnu.tar.gz' have not succeeded make[1]: [pkg/potion-0.3.1300-x86_64-linux-gnu.tar.gz] Failure 1 (ignored) [ ... ] make[1]: *_\* No rules to build object 'bin/potion-s', needed by 'pkg/potion-0.3.1300-x86_64-linux-gnu-devel.tar.gz'. Stop. [ ... ]
#When I build with
$ make bin/potion-s
the problem with broken tests still occurs
The text was updated successfully, but these errors were encountered: