Opened 5 years ago
Closed 5 years ago
#59979 closed defect (duplicate)
grass7 @7.8.1: make[3]: *** [i.pansharpen.tmp.html] Error 1
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Veence (Vincent) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | sierra | Cc: | |
Port: | grass7, py-numpy |
Description
grass7 is failing to build on 10.12. I'm not sure why this only seems to affect 10.12. I think these are the relevant parts of the log:
First it tries to make i.pansharpen.tmp.html:
if [ "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/scripts/i.pansharpen" != "" ] ; then GISRC=/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/demolocation/.grassrc78 GISBASE=/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0 PATH="/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/bin:/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/bin:/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/scripts:$PATH" PYTHONPATH="/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/etc/python:/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/gui/wxpython:$PYTHONPATH" DYLD_LIBRARY_PATH="/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/bin:/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/bin:/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/scripts:/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/lib:/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/lib:" LC_ALL=C LANG=C LANGUAGE=C /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/dist.x86_64-apple-darwin16.7.0/scripts/i.pansharpen --html-description < /dev/null | grep -v '</body>\|</html>' > i.pansharpen.tmp.html ; fi
This fails for an unknown reason:
make[3]: *** [i.pansharpen.tmp.html] Error 1 rm i.pansharpen.tmp.html
It tells us about it at the end of the build:
Errors in: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/scripts/i.pansharpen
Unfortunately we can't inspect the file /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gis_grass7/grass7/work/grass-7.8.1/scripts/i.pansharpen since it gets deleted automatically along with the rest of the work directory as soon as the build is finished.
I can try to reproduce it on another machine here.
Attachments (2)
Change History (3)
Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | Python_2020-01-17-155218_sierra.crash added |
---|
Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | Python_2020-01-17-155246_sierra.crash added |
---|
comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | py-numpy added |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Ok, I think this is the "anything that includes numpy causes python to crash on sierra" bug that we've seen with every other port that uses numpy.
Duplicate of #59022.