Changes between Initial Version and Version 5 of Ticket #61324
- Timestamp:
- Oct 15, 2020, 1:37:47 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61324
-
Property
Status
changed from
new
toassigned
- Property Port ds9 added
- Property Owner set to lpsinger
-
Property
Status
changed from
-
Ticket #61324 – Description
initial v5 1 1 I tried to install ds9 +x11 version using port so that I can access it from terminal. the installation fails with the following report - 2 2 {{{ 3 3 Error: Failed to build ds9: command execution failed 4 4 Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_ds9/ds9/main.log for details. 5 5 Error: Follow https://guide.macports.org/#project.tickets to report a bug. 6 6 Error: Processing of port ds9 failed 7 7 }}} 8 8 9 9 The error lines in the logfile is given below - 10 10 {{{ 11 11 SAOImageDS9-9a1da6b' 12 12 :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_ds9/ds9/work/SAOImageDS9" && /usr/bin/make -j16 -w all JOBS=16 CC=/usr/bin/clang CXX=/usr/bin/clang++ CXXFLAGS="-Os -std=c++11 -stdlib=libc++" XINCLUDES=-I/opt/local/include XML_INCLUDEDIR=/opt/local/include/libxml2 XFT_LIBS="-lXft -lfontconfig" … … 22 22 :debug:build invoked from within 23 23 :debug:build "$procedure $targetname" 24 24 }}} 25 25 26 26 Please help regarding this.