Changes between Initial Version and Version 1 of Ticket #47806, comment 30


Ignore:
Timestamp:
Oct 2, 2015, 3:22:22 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47806, comment 30

    initial v1  
    22Unfortunately, I've got some problems:
    33
    4 1) The checksums are incorrect; the following seems to fix the issue (my local Portfile points to the latest version on github):
     41. The checksums are incorrect; the following seems to fix the issue (my local Portfile points to the latest version on github):
    55
     6{{{
    67checksums           tests-compiler.patch \
    78                    rmd160  a84fd458052aaa178c0f6c6cc47bd18a6027b3ab \
     
    1011                    rmd160  a84fd458052aaa178c0f6c6cc47bd18a6027b3ab \
    1112                    sha256  4394d381e62b5517f301ffff0b1b075221ed75021653f41d2b625f002f4ebc53
     13}}}
    1214
    13 2) when the script tries to apply the patch I get the following error:
     152. when the script tries to apply the patch I get the following error:
     16
     17{{{
    1418--->  Applying patches to OpenCoarrays
    1519Error: org.macports.patch for port OpenCoarrays returned: command execution failed
     20}}}
    1621
    1722In the log file there are the following statement before the error:
    1823
     24{{{
    1925:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_Users_alessandrofanfarillo_ports_science_opencoarrays/OpenCoarrays/work/opencoarrays-8301325f8e0a2d4a8f45f32d5e45dbb81bdbb81b332e6a" && /usr/bin/patch -p0'
    2026: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}}}
    2128
    2229If 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