[MacPorts] #55558: cantera @2.3.0: rev-upgrade: Port cantera is still broken after rebuilding (was: Cantera-devel and sundials)
MacPorts
noreply at macports.org
Thu Dec 21 12:18:26 UTC 2017
#55558: cantera @2.3.0: rev-upgrade: Port cantera is still broken after rebuilding
-------------------------------------+------------------------
Reporter: jantheron | Owner: macports@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: cantera, cantera-devel |
-------------------------------------+------------------------
Changes (by ryandesign):
* status: closed => reopened
* resolution: invalid =>
* port: cantera-devel => cantera, cantera-devel
Comment:
Replying to [comment:6 jantheron]:
> I was mistaken... the build does not succeed, also when using sundials2
+atlas. The build was attempted 3 times and failed. I also ran port rev-
upgrade but that did not work. Not sure where to look for the logfile to
send you!
Ok, the install succeeded, but rev-upgrade determined that what got
installed is broken. When I was working on updating the port I did notice
that the shared library had the wrong `install_name` (which is what rev-
upgrade means when it says a port is broken), and I added code to the
port's `post-build` block to fix that. When I run rev-upgrade on my
system, cantera does not show up as broken, so I'll need to see what's
going on on your system, and a log would be a good way to see that.
MacPorts does not keep a log of successful builds nor of what rev-upgrade
does, so you'll have to generate a logfile manually, for example like
this:
{{{
sudo port -d rev-upgrade 2>&1 | tee ~/Desktop/cantera.log; bzip2 -9
~/Desktop/cantera.log
}}}
This will create a compressed log file "cantera.log.bz2" on your Desktop
which you can then attach to this ticket.
--
Ticket URL: <https://trac.macports.org/ticket/55558#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list