Advertisement
hammady

heroku build error when installing libicu

Mar 27th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. hammady@hossams-air~/Workspace/herokutest$ heroku build . -b ddollar/multi -r
  2. Checking for app files to sync... done, 0 files needed
  3. Launching build process... done
  4. Preparing app for compilation... done
  5. Fetching buildpack... done
  6. Detecting buildpack... done, Multipack
  7. Fetching cache... empty
  8. Compiling app...
  9. =====> Downloading Buildpack: https://github.com/benjie/heroku-buildpack-apt
  10. =====> Detected Framework: Apt
  11. Updating apt caches
  12. Get:1 http://archive.ubuntu.com lucid Release.gpg [189B]
  13. Get:2 http://archive.ubuntu.com lucid-security Release.gpg [198B]
  14. Get:3 http://archive.ubuntu.com lucid-updates Release.gpg [198B]
  15. Get:4 http://archive.ubuntu.com lucid Release [57.2kB]
  16. Get:5 http://archive.ubuntu.com lucid-security Release [57.3kB]
  17. Get:6 http://archive.ubuntu.com lucid-updates Release [58.3kB]
  18. Get:7 http://archive.ubuntu.com lucid/main Packages [1383kB]
  19. Get:8 http://apt.postgresql.org lucid-pgdg Release.gpg [836B]
  20. Get:9 http://apt.postgresql.org lucid-pgdg Release [25.6kB]
  21. Get:10 http://archive.ubuntu.com lucid/universe Packages [5430kB]
  22. Ign http://apt.postgresql.org lucid-pgdg Release
  23. Get:11 http://archive.ubuntu.com lucid-security/main Packages [549kB]
  24. Get:12 http://archive.ubuntu.com lucid-updates/main Packages [739kB]
  25. Get:13 http://apt.postgresql.org lucid-pgdg/main Packages [30.9kB]
  26. Fetched 8332kB in 2s (3245kB/s)
  27. Reading package lists...
  28. W: GPG error: http://apt.postgresql.org lucid-pgdg Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7FCC7D46ACCC4CF8
  29. Fetching .debs for libicu-dev
  30. Reading package lists...
  31. Building dependency tree...
  32. The following extra packages will be installed:
  33. libicu42
  34. Suggested packages:
  35. icu-doc
  36. The following NEW packages will be installed:
  37. libicu-dev libicu42
  38. 0 upgraded, 2 newly installed, 0 to remove and 93 not upgraded.
  39. Need to get 10.5MB of archives.
  40. After this operation, 32.4MB of additional disk space will be used.
  41. Get:1 http://archive.ubuntu.com/ubuntu/ lucid-security/main libicu42 4.2.1-3ubuntu0.10.04.1 [7607kB]
  42. Get:2 http://archive.ubuntu.com/ubuntu/ lucid-security/main libicu-dev 4.2.1-3ubuntu0.10.04.1 [2885kB]
  43. Fetched 10.5MB in 0s (24.3MB/s)
  44. Download complete and in download only mode
  45. Installing libicu-dev_4.2.1-3ubuntu0.10.04.1_amd64.deb
  46. Installing libicu42_4.2.1-3ubuntu0.10.04.1_amd64.deb
  47. Writing profile script
  48. /tmp/buildpackKE57r/bin/compile: line 78: /LIBRARY_PATH: Read-only file system
  49. ERROR: Build failed, exited 1
  50. hammady@hossams-air~/Workspace/herokutest$ [A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement