Changes between Initial Version and Version 1 of Ticket #47806, comment 30
- Timestamp:
- Oct 2, 2015, 3:22:22 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47806, comment 30
initial v1 2 2 Unfortunately, I've got some problems: 3 3 4 1 )The checksums are incorrect; the following seems to fix the issue (my local Portfile points to the latest version on github):4 1. The checksums are incorrect; the following seems to fix the issue (my local Portfile points to the latest version on github): 5 5 6 {{{ 6 7 checksums tests-compiler.patch \ 7 8 rmd160 a84fd458052aaa178c0f6c6cc47bd18a6027b3ab \ … … 10 11 rmd160 a84fd458052aaa178c0f6c6cc47bd18a6027b3ab \ 11 12 sha256 4394d381e62b5517f301ffff0b1b075221ed75021653f41d2b625f002f4ebc53 13 }}} 12 14 13 2) when the script tries to apply the patch I get the following error: 15 2. when the script tries to apply the patch I get the following error: 16 17 {{{ 14 18 ---> Applying patches to OpenCoarrays 15 19 Error: org.macports.patch for port OpenCoarrays returned: command execution failed 20 }}} 16 21 17 22 In the log file there are the following statement before the error: 18 23 24 {{{ 19 25 :debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_Users_alessandrofanfarillo_ports_science_opencoarrays/OpenCoarrays/work/opencoarrays-8301325f8e0a2d4a8f45f32d5e45dbb81bdbb81b332e6a" && /usr/bin/patch -p0' 20 26 :debug:patch Executing command line: cd "/opt/local/var/macports/build/_Users_alessandrofanfarillo_ports_science_opencoarrays/OpenCoarrays/work/opencoarrays-8301325f8e0a2d4a8f45f32d5e45dd5e45dbb81b332e6a" && /usr/bin/patch -p0 < '/opt/local/var/macports/distfiles/OpenCoarrays/tests-compiler.patch' 27 }}} 21 28 22 29 If I go inside the directory /opt/local/var/macports/distfiles/OpenCoarrays/ I see only the tests-compiler.patch and the compressed directory of OpenCoarrays: opencoarrays-8301325f8e0a2d4a8f45f32d5e45dbb81b332e6a.tar.gz