Advertisement
Guest User

Untitled

a guest
Jun 4th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. : Using Scratchbox tools to satisfy builddeps
  2. fakeroot debian/rules clean
  3. dpkg-source -i.git -b openssl-1.1.0h
  4. dpkg-source: warning: unknown information field `Vcs-Git' in input data in general section of control info file
  5. dpkg-source: warning: unknown information field `Homepage' in input data in general section of control info file
  6. dpkg-source: warning: unknown information field `Vcs-Browser' in input data in general section of control info file
  7. debian/rules build
  8. Backslash found where operator expected at ../Configure line 1239, near "foreach (sort split(/\"
  9. (Might be a runaway multi-line // string starting on line 1212)
  10. (Do you need to predeclare foreach?)
  11. Global symbol "$def_int" requires explicit package name at ../Configure line 1212.
  12. Global symbol "$def_int" requires explicit package name at ../Configure line 1212.
  13. Global symbol "$count" requires explicit package name at ../Configure line 1212.
  14. syntax error at ../Configure line 1239, near "foreach (sort split(/\"
  15. Global symbol "$count" requires explicit package name at ../Configure line 1239.
  16. Global symbol "$count" requires explicit package name at ../Configure line 1252.
  17. BEGIN not safe after errors--compilation aborted at ../Configure line 1333.
  18. make: *** [build] Error 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement