Opened 14 years ago
Closed 13 years ago
#38172 closed defect (duplicate)
DSDP: Build failure
| Reported by: | spencerdavis2000@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.1.3 |
| Keywords: | Cc: | annleeh83@…, jypelait@… | |
| Port: | DSDP |
Description (last modified by larryv (Lawrence Velázquez))
Hello
I am trying to install the QSTK trading platform on my mac and when I try to install
sudo port install DSDP
it gives me:
---> Computing dependencies for DSDP
---> Building DSDP
Error: org.macports.build for port DSDP returned: command execution failed
Please see the log file for port DSDP for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_DSDP/DSDP/main.log
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port dsdp failed
So I cannot finish the installation to make the software work
I am on a Macbook
http://wiki.quantsoftware.org/index.php?title=QSToolKit_Installation_Guide_Mac
Attachments (2)
Change History (8)
Changed 14 years ago by spencerdavis2000@…
comment:1 follow-up: 2 Changed 14 years ago by larryv (Lawrence Velázquez)
| Description: | modified (diff) |
|---|---|
| Owner: | changed from macports-tickets@… to mnick@… |
| Port: | DSDP added |
| Summary: | problem installing → DSDP: Build failure |
Changed 14 years ago by spencerdavis2000@…
| Attachment: | main.log.txt added |
|---|
comment:2 Changed 14 years ago by spencerdavis2000@…
Replying to larryv@…:
Thanks for the ticket. In the future, please Cc relevant port maintainers and use WikiFormatting in your ticket description.
:debug:main Skipping completed org.macports.archivefetch (DSDP) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.fetch (DSDP) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.checksum (DSDP) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.extract (DSDP) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.patch (DSDP) :debug:main Privilege de-escalation not attempted as not running as root. :debug:main Skipping completed org.macports.configure (DSDP) :debug:main Privilege de-escalation not attempted as not running as root. :debug:build build phase started at Sat Feb 23 00:35:52 CST 2013 :notice:build ---> Building DSDPThis was not a clean build attempt. Could you please run the following command, and if it fails again, attach the new
main.log, just as you did before.sudo port clean DSDP && sudo port install DSDP
Hello. I did the above command:
sudo port clean DSDOP && sudo port install DSDP
and it was not successful. I attached the main.log.txt for review.
comment:3 Changed 13 years ago by mf2k (Frank Schima)
| Owner: | changed from mnick@… to macports-tickets@… |
|---|
mnick has retired.
comment:4 Changed 13 years ago by mf2k (Frank Schima)
| Cc: | annleeh83@… jypelait@… added |
|---|
Cc reporters of duplicate #40601.
comment:5 Changed 13 years ago by mf2k (Frank Schima)
Error is:
:info:build /usr/bin/clang -O3 -arch x86_64 -o maxcut maxcut.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_DSDP/DSDP/work/DSDP5.8/lib/libdsdp.a -llapack -lblas -lm :info:build Undefined symbols for architecture x86_64: :info:build "_ATL_cGetNB", referenced from: :info:build _ATL_ilaenv in liblapack.a(ATL_ilaenv.o) :info:build "_ATL_dGetNB", referenced from: :info:build _ATL_ilaenv in liblapack.a(ATL_ilaenv.o) :info:build "_ATL_sGetNB", referenced from: :info:build _ATL_ilaenv in liblapack.a(ATL_ilaenv.o) :info:build "_ATL_zGetNB", referenced from: :info:build _ATL_ilaenv in liblapack.a(ATL_ilaenv.o) :info:build "__gfortran_compare_string", referenced from: :info:build _ilaenv_ in liblapack.a(ilaenv.o) :info:build "__gfortran_concat_string", referenced from: :info:build _dormtr_ in liblapack.a(dormtr.o) :info:build _dormql_ in liblapack.a(dormql.o) :info:build _dormqr_ in liblapack.a(dormqr.o) :info:build ld: symbol(s) not found for architecture x86_64
comment:6 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Duplicate of #35851.

Thanks for the ticket. In the future, please Cc relevant port maintainers and use WikiFormatting in your ticket description.
This was not a clean build attempt. Could you please run the following command, and if it fails again, attach the new
main.log, just as you did before.