Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.76 KB | None | 0 0
  1. opendylan -build multiple.lid
  2. Hacker Edition
  3. Version 1.0 [Beta 5]
  4. Copyright (c) 1997-2004, Functional Objects, Inc.
  5. Portions Copyright (c) 2004-2007, Dylan Hackers
  6. All rights reserved.
  7. Importing /home/araujo/Development/Dylan/multiple.lid to /home/araujo/Development/Dylan/multiple.hdp
  8. Opened project multiple
  9. project-load-namespace of #"multiple", #[#"force-parse?", #f, #"update-sources?", #t, #"update-used?", #t]
  10. Finding registries
  11. Making system registries for /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/
  12. Failed to find /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/x86_64-linux/dylan [dylan under /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/x86_64-linux/]
  13. Failed to find /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/generic/dylan [dylan under /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/generic/]
  14. Found database: /home/araujo/Development/Dylan/opendylan-1.0beta5/databases/dylan.ddb
  15. Opening compilation context for the Dylan library
  16. Opened compilation context for the Dylan library
  17. Failed to find /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/x86_64-linux/io [io under /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/x86_64-linux/]
  18. Failed to find /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/generic/io [io under /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/generic/]
  19. Found database: /home/araujo/Development/Dylan/opendylan-1.0beta5/databases/io.ddb
  20. Failed to find /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/x86_64-linux/unix-portability [unix-portability under /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/x86_64-linux/]
  21. Failed to find /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/generic/unix-portability [unix-portability under /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/generic/]
  22. Found database: /home/araujo/Development/Dylan/opendylan-1.0beta5/databases/unix-portability.ddb
  23. Failed to find /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/x86_64-linux/functional-dylan [functional-dylan under /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/x86_64-linux/]
  24. Failed to find /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/generic/functional-dylan [functional-dylan under /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/generic/]
  25. Found database: /home/araujo/Development/Dylan/opendylan-1.0beta5/databases/functional-dylan.ddb
  26. Failed to find /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/x86_64-linux/common-dylan [common-dylan under /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/x86_64-linux/]
  27. Failed to find /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/generic/common-dylan [common-dylan under /home/araujo/Development/Dylan/opendylan-1.0beta5/sources/registry/generic/]
  28. Found database: /home/araujo/Development/Dylan/opendylan-1.0beta5/databases/common-dylan.ddb
  29. Number of libraries to compile: 1
  30. Updating definitions for {editable {class <user-project>}: multiple in /home/araujo/Development/Dylan/multiple.hdp}
  31.  
  32. Warning at multiple-library.dylan:8-11:
  33.  
  34. The namespace [MODULE multiple] uses io which is not defined.
  35.  
  36. multiple-library.dylan:7: ----------------------
  37. multiple-library.dylan:8: define module multiple
  38. multiple-library.dylan:9: use common-dylan;
  39. multiple-library.dylan:10: use io;
  40. multiple-library.dylan:11: end module
  41. multiple-library.dylan:12: ----------
  42.  
  43. Parse-project-sources returned #t
  44. Invalidating database for 'multiple'
  45. Computing data models for {editable {class <user-project>}: multiple in /home/araujo/Development/Dylan/multiple.hdp}
  46. Computing models for multiple-library.dylan
  47. Computing code models for {editable {class <user-project>}: multiple in /home/araujo/Development/Dylan/multiple.hdp}
  48. Computing code models for multiple-library.dylan
  49. Checking bindings in {editable {class <user-project>}: multiple in /home/araujo/Development/Dylan/multiple.hdp}
  50. Performing type analysis of {editable {class <user-project>}: multiple in /home/araujo/Development/Dylan/multiple.hdp}
  51. Optimizing {editable {class <user-project>}: multiple in /home/araujo/Development/Dylan/multiple.hdp}
  52. Optimizing multiple-library.dylan
  53. A total of 1 calls were processed, and 1 of these (100%) were optimized.
  54. Dumping conditions to multiple.log
  55. There were 1 warnings, 0 serious warnings.
  56. Generating code for {editable {class <user-project>}: multiple in /home/araujo/Development/Dylan/multiple.hdp}
  57. Emitting heap for multiple-library.dylan
  58. Linking multiple-library.dylan
  59. Linking object files for {editable {class <user-project>}: multiple in /home/araujo/Development/Dylan/multiple.hdp}
  60. Saving database for {editable {class <user-project>}: multiple in /home/araujo/Development/Dylan/multiple.hdp}
  61. Time taken per phase:
  62. Elapsed Time (secs) Amount Allocated (Mb)
  63. Updating sources - 19% 0.070000 0% 0.000000
  64. Updating definitions - 11% 0.040000 0% 0.000000
  65. Model object computation - 5% 0.020000 0% 0.000000
  66. Model finishing - 3% 0.010000 0% 0.000000
  67. Model checking - 0% 0.000000 0% 0.000000
  68. DFM generation - 5% 0.020000 0% 0.000000
  69. Checking bindings - 0% 0.000000 0% 0.000000
  70. Initial type inference - 0% 0.000000 0% 0.000000
  71. Optimization - 19% 0.070000 0% 0.000000
  72. Preheaping - 14% 0.050000 0% 0.000000
  73. Heaping - 3% 0.010000 0% 0.000000
  74. Emitting - 0% 0.000000 0% 0.000000
  75. Linking - 5% 0.020000 0% 0.000000
  76. Glue gen - 3% 0.010000 0% 0.000000
  77. Stripping - 0% 0.000000 0% 0.000000
  78. Saving database - 14% 0.050000 0% 0.000000
  79. --
  80. Sum - 100% 0.370000 100% 0.000000
  81. --
  82. Compiled 11 lines at a rate of 1783.7836 lines per minute, 0.000000 Mb per second.
  83. --
  84. Database 100104 bytes.
  85. Data 304 bytes.
  86. Code 0 bytes.
  87. Heap Allocated 19165184 Total 19165184 Free 0
  88. There were 1 warnings, 0 serious warnings and 0 errors.
  89. Saving caches for project #"multiple" in /home/araujo/Open-Dylan/build/multiple/multiple.cache
  90. Build of 'multiple' completed
  91.  
  92. Internal error: : Link failed: File common-dylan.mkf does not exist
  93. Exiting with return code -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement