Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with potion installation #100

Closed
vanqyard opened this issue Nov 29, 2015 · 2 comments
Closed

Problem with potion installation #100

vanqyard opened this issue Nov 29, 2015 · 2 comments
Assignees

Comments

@vanqyard
Copy link

I am having a problem with installing potion (although I think I have installed all dependencies). There are two different cases:

  1. make

[ 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

  1. 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

@rurban rurban self-assigned this Nov 29, 2015
@rurban
Copy link
Member

rurban commented Nov 29, 2015

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.

@benknoble
Copy link

benknoble commented Aug 26, 2017

@rurban I have the bin/potion-s problems on a make install; is there a fix?

Found it in #67

@rurban rurban closed this as completed in 066401a Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants