Advertisement
Guest User

AFP build fails

a guest
Mar 7th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. $ head afp-2013-03-02/ROOTS
  2. AVL-Trees
  3. Abortable_Linearizable_Modules
  4. Abstract-Hoare-Logics
  5. Abstract-Rewriting
  6. ArrowImpossibilityGS
  7. AutoFocus-Stream
  8. BDD
  9. BinarySearchTree
  10. Binomial-Heaps
  11. Binomial-Queues
  12. $ cat afp-2013-03-02/ROOTS | grep Dijkstra_Shortest_Path
  13. Dijkstra_Shortest_Path
  14. $ isabelle build -d afp-2013-03-02 -o document=pdf -v Dijkstra_Shortest_Path
  15. ### Cannot execute Poly/ML in 32bit mode (missing shared libraries for C/C++)
  16. ### Using bulky 64bit version of Poly/ML instead
  17. Started at Thu Mar 7 18:40:53 CET 2013 (polyml-5.5.0_x86_64-linux on thinkcorny)
  18. ISABELLE_BUILD_OPTIONS=""
  19.  
  20. ML_PLATFORM="x86_64-linux"
  21. ML_HOME="/home/corny/Isabelle2013/contrib/polyml-5.5.0-3/x86_64-linux"
  22. ML_SYSTEM="polyml-5.5.0"
  23. ML_OPTIONS="-H 1000"
  24.  
  25. Bad session root directory: "afp-2013-03-02"
  26. Finished at Thu Mar 7 18:40:54 CET 2013
  27. 0:00:01 elapsed time, 0:00:01 cpu time
  28. $ echo $?
  29. 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement