Advertisement
gugus

poudriere fetch problem

Feb 17th, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. I'm working on a port… that have no problem for fetching:
  2.  
  3. root@orange:/usr/ports/security/netmap-ipfw # make makesum
  4. ===> License BSD accepted by the user
  5. ===> netmap-ipfw-0.1 depends on file: /usr/local/sbin/pkg - found
  6. => 1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip doesn't seem to exist in /usr/ports/distfiles/.
  7. => Attempting to fetch http://netmap-ipfw.googlecode.com/archive/1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip
  8. fetch: http://netmap-ipfw.googlecode.com/archive/1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip: size of remote file is not known
  9. 1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip 288 kB 595 kBps 00m00s
  10. ===> Fetching all distfiles required by netmap-ipfw-0.1 for building
  11. root@orange:/usr/ports/security/netmap-ipfw # cat distinfo
  12. SHA256 (1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip) = dbae2fbf35a6da43db994c3b42469243ab7b1fee7a4d5b68d95d291af600417a
  13. SIZE (1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip) = 295834
  14.  
  15. But when I want to "poudriere testport" it… I've got a problem:
  16.  
  17. poudriere testport -j 11amd64 -z server -o security/netmap-ipfw
  18. (...)
  19. =======================<phase: checksum >============================
  20. ===> License BSD accepted by the user
  21. ===> netmap-ipfw-0.1 depends on file: /usr/local/sbin/pkg - found
  22. ===> Fetching all distfiles required by netmap-ipfw-0.1 for building
  23. => SHA256 Checksum mismatch for 1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip.
  24. ===> Refetch for 1 more times files: 1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip
  25. ===> License BSD accepted by the user
  26. ===> netmap-ipfw-0.1 depends on file: /usr/local/sbin/pkg - found
  27. => 1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip doesn't seem to exist in /distfiles/.
  28. => Attempting to fetch http://netmap-ipfw.googlecode.com/archive/1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip
  29. fetch: http://netmap-ipfw.googlecode.com/archive/1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip: size unknown
  30. fetch: http://netmap-ipfw.googlecode.com/archive/1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip: size of remote file is not known
  31. 1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip 0 B 0 Bps
  32. ===> Fetching all distfiles required by netmap-ipfw-0.1 for building
  33. ===> License BSD accepted by the user
  34. ===> netmap-ipfw-0.1 depends on file: /usr/local/sbin/pkg - found
  35. ===> Fetching all distfiles required by netmap-ipfw-0.1 for building
  36. => SHA256 Checksum mismatch for 1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip.
  37. ===> Giving up on fetching files: 1430cbad0d128aebb80bbd54be970afb8fbe1c74.zip
  38. Make sure the Makefile and distinfo file (/usr/ports/security/netmap-ipfw/distinfo)
  39. are up to date. If you are absolutely sure you want to override this
  40. check, type "make NO_CHECKSUM=yes [other args]".
  41. *** Error code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement