SHARE
TWEET

er

a guest Dec 5th, 2016 60 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. this is error
  2.  
  3. ~/haikuports/media-sound/musescore> hp musescore-2.0.3
  4. Checking if any package-infos need to be updated ...
  5. Looking for stale dependency-infos ...
  6. Checking if package dependencies need to be updated ...
  7.         updating dependency infos of musescore-2.0.3
  8. ----------------------------------------------------------------------
  9. media-sound::musescore-2.0.3
  10.         /boot/home/haikuports/media-sound/musescore/musescore-2.0.3.recipe
  11. ----------------------------------------------------------------------
  12.  
  13. Downloading: https://github.com/musescore/MuseScore/archive/v2.0.3.tar.gz ...
  14. --2016-12-05 17:09:51--  https://github.com/musescore/MuseScore/archive/v2.0.3.tar.gz%13
  15. Resolving github.com... 192.30.253.113, 192.30.253.112
  16. Connecting to github.com|192.30.253.113|:443... connected.
  17. HTTP request sent, awaiting response... 404 Not Found
  18. 2016-12-05 17:09:52 ERROR 404: Not Found.
  19.  
  20. Warning: Unable to fetch source from https://github.com/musescore/MuseScore/archive/v2.0.3.tar.gz (error: Command '['wget', '-c', '--timeout=10', '--tries=3', '-O', u'/boot/home/haikuports/media-sound/musescore/download/v2.0.3.tar.gz\x13', u'https://github.com/musescore/MuseScore/archive/v2.0.3.tar.gz\x13']' returned non-zero exit status 8), trying next location.
  21.  
  22. Downloading: https://ports-mirror.haiku-os.org/musescore/v2.0.3.tar.gz ...
  23. --2016-12-05 17:09:52--  https://ports-mirror.haiku-os.org/musescore/v2.0.3.tar.gz%13
  24. Resolving ports-mirror.haiku-os.org... 2a01:4f8:190:64c3::2, 78.46.189.196
  25. Connecting to ports-mirror.haiku-os.org|2a01:4f8:190:64c3::2|:443... failed: Network is unreachable.
  26. Connecting to ports-mirror.haiku-os.org|78.46.189.196|:443... connected.
  27. HTTP request sent, awaiting response... 404 Not Found
  28. 2016-12-05 17:09:52 ERROR 404: Not Found.
  29.  
  30. Warning: Unable to fetch source from https://ports-mirror.haiku-os.org/musescore/v2.0.3.tar.gz (error: Command '['wget', '-c', '--timeout=10', '--tries=3', '-O', u'/boot/home/haikuports/media-sound/musescore/download/v2.0.3.tar.gz\x13', u'https://ports-mirror.haiku-os.org/musescore/v2.0.3.tar.gz\x13']' returned non-zero exit status 8)
  31. Error: Failed to fetch source from all known locations.
  32.  
  33. this is recipe
  34.  
  35. SUMMARY="An open source and free music notation software"
  36. DESCRIPTION="MuseScore is used for creating, playing and printing beautiful sheet music"
  37. HOMEPAGE="https://musescore.org/"
  38. COPYRIGHT="Free Software Foundation"
  39. LICENSE="GNU GPL v2"
  40. REVISION="3"
  41. SOURCE_URI="https://github.com/musescore/MuseScore/archive/v2.0.3.tar.gz"
  42. CHECKSUM_SHA256="f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad"
  43. SOURCE_DIR="MuseScore-$gitRevision"
  44.  
  45. ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
  46.  
  47. PROVIDES="
  48.     musescore = $portVersion
  49.     cmd:mscore = $portVersion
  50.     "
  51. REQUIRES="
  52.     haiku
  53.     "
  54.  
  55. BUILD_REQUIRES="
  56.     haiku_devel
  57.     "
  58. BUILD_PREREQUIRES="
  59.     cmd:gcc
  60.     cmd:make
  61.     cmd:install
  62.     cmd:cmake
  63.     cmd:getconf
  64.     "
  65.  
  66. BUILD()
  67. {
  68.     make release
  69. }
  70.  
  71. INSTALL()
  72. {
  73.     make install
  74. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top