[MacPorts] #21693: g95 fortran compiler fails to build on snow leopard
#21693: g95 fortran compiler fails to build on snow leopard -----------------------------------+---------------------------------------- Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: g95, odcctools, patch | Port: g95 @0.91 (lang) -----------------------------------+---------------------------------------- Installation vi sudo port -s install g95 fails with error ---> Applying patches to odcctools Error: Target org.macports.patch returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_odcctools/work/odcctools/odcctools" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/odcctools/files /patch-extract.sh'" returned error 1 Command output: can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- extract.sh.orig 2009-09-13 11:24:01.000000000 -0700 |+++ extract.sh 2009-09-13 11:24:14.000000000 -0700 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored Error: The following dependencies failed to build: odcctools Error: Status 1 encountered during processing. snow leopard is named: 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386 macports port tool is: MacPorts 1.8.0 -- Ticket URL: <http://trac.macports.org/ticket/21693> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21693: odcctools fails to build on snow leopard ---------------------------------+------------------------------------------ Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: odcctools ---------------------------------+------------------------------------------ Changes (by macsforever2000@…): * keywords: g95, odcctools, patch => * port: g95 @0.91 (lang) => odcctools Old description:
Installation vi sudo port -s install g95 fails with error
---> Applying patches to odcctools Error: Target org.macports.patch returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_odcctools/work/odcctools/odcctools" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/odcctools/files /patch-extract.sh'" returned error 1 Command output: can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- extract.sh.orig 2009-09-13 11:24:01.000000000 -0700 |+++ extract.sh 2009-09-13 11:24:14.000000000 -0700 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored
Error: The following dependencies failed to build: odcctools Error: Status 1 encountered during processing.
snow leopard is named: 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386
macports port tool is: MacPorts 1.8.0
New description: Installation vi sudo port -s install g95 fails with error {{{ ---> Applying patches to odcctools Error: Target org.macports.patch returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_odcctools/work/odcctools/odcctools" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/odcctools/files /patch-extract.sh'" returned error 1 Command output: can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- extract.sh.orig 2009-09-13 11:24:01.000000000 -0700 |+++ extract.sh 2009-09-13 11:24:14.000000000 -0700 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored Error: The following dependencies failed to build: odcctools Error: Status 1 encountered during processing. }}} snow leopard is named: {{{ 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386 }}} macports port tool is: MacPorts 1.8.0 -- -- Ticket URL: <http://trac.macports.org/ticket/21693#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21693: odcctools fails to build on snow leopard ---------------------------------+------------------------------------------ Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: odcctools ---------------------------------+------------------------------------------ Comment(by macsforever2000@…): I see the following error when I try to install it: {{{ $ sudo port install odcctools ---> Computing dependencies for odcctools ---> Fetching odcctools ---> Verifying checksum(s) for odcctools ---> Extracting odcctools Error: Target org.macports.extract returned: shell command "cd /opt/local/var/macports/build/_opt_mports_trunk_dports_devel_odcctools/work/odcctools && ./extract.sh " returned error 1 Command output: Merging content from /Developer/SDKs/MacOSX10.4u.sdk /Developer/SDKs/MacOSX10.4u.sdk must be present }}} -- Ticket URL: <http://trac.macports.org/ticket/21693#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21693: odcctools fails to build on snow leopard ---------------------------------+------------------------------------------ Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: odcctools ---------------------------------+------------------------------------------ Comment(by macsforever2000@…): Try running the following: {{{ sudo port clean --all odcctools sudo port selfupdate sudo port install odcctools }}} -- Ticket URL: <http://trac.macports.org/ticket/21693#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21693: odcctools fails to build on snow leopard ---------------------------------+------------------------------------------ Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: odcctools ---------------------------------+------------------------------------------ Comment(by oliver.lehr@…): Replying to [comment:3 macsforever2000@…]:
Try running the following:
{{{ sudo port clean --all odcctools sudo port selfupdate sudo port install odcctools }}}
First thanks for the answer. I did the selfupdate and the cleaning of odcctools but the result is the same as before. (no difference in error message). But perhaps somebody can help with the odcctools source package(s) newest and history (http, ftp, rsync location would be fine) so I can have a look inside. Thanks in advance. -- Ticket URL: <http://trac.macports.org/ticket/21693#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21693: odcctools fails to build on snow leopard ---------------------------------+------------------------------------------ Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: odcctools ---------------------------------+------------------------------------------ Comment(by blb@…): Probably dup to #21355 (odcctools shouldn't be needed on 10.6 either) or #13148 (odcctools doesn't build). -- Ticket URL: <http://trac.macports.org/ticket/21693#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21693: odcctools fails to build on snow leopard ---------------------------------+------------------------------------------ Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: odcctools ---------------------------------+------------------------------------------ Changes (by blb@…): * cc: mike@… (added) Comment: Cc reporter of dup #22042. -- Ticket URL: <http://trac.macports.org/ticket/21693#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21693: odcctools fails to build on snow leopard ---------------------------------+------------------------------------------ Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: odcctools ---------------------------------+------------------------------------------ Changes (by blb@…): * cc: saml@… (added) Comment: Cc reporter of dup #22261. -- Ticket URL: <http://trac.macports.org/ticket/21693#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21693: odcctools fails to build on snow leopard ---------------------------------+------------------------------------------ Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: odcctools ---------------------------------+------------------------------------------ Comment(by ryandesign@…): Replying to [ticket:21693 oliver.lehr@…]:
Command output: can't find file to patch at input line 3 This was caused by r57583. I fixed it in r60574. It still doesn't compile though.
-- Ticket URL: <http://trac.macports.org/ticket/21693#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21693: odcctools fails to build on snow leopard ---------------------------------+------------------------------------------ Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: odcctools ---------------------------------+------------------------------------------ Comment(by dmitrij.ledkov@…): Builds fine with new odcctools on Snow Leopard i386. Please close this bug. -- Ticket URL: <http://trac.macports.org/ticket/21693#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21693: odcctools fails to build on snow leopard ----------------------------------+----------------------------------------- Reporter: oliver.lehr@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Resolution: fixed | Keywords: Port: odcctools | ----------------------------------+----------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/21693#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts