Ticket #32600 (closed defect: fixed)
nusmv @2.5.4 install error on Mac OS X 10.7.2
| Reported by: | merteminkalender@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | Cc: | ryandesign@…, jeremyhu@… | |
| Port: | nusmv |
Description (last modified by macsforever2000@…) (diff)
I couldn't get nusmv installed on my mac. Following result is printed on Terminal:
---> Computing dependencies for nusmv ---> Configuring nusmv Error: Target org.macports.configure returned: shell command failed (see log for details) Log for nusmv is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nusmv/nusmv/main.log Error: Status 1 encountered during processing.
Attachments
Change History
comment:1 Changed 17 months ago by macsforever2000@…
- Priority changed from High to Normal
- Keywords nusmv removed
- Description modified (diff)
- Owner changed from macports-tickets@… to mww@…
comment:2 Changed 17 months ago by ryandesign@…
The lines in the log containing the words "Skipping completed" indicate that this was not a clean build attempt. Please clean and try again and if it fails again attach the new main.log.
sudo port clean nusmv
comment:4 Changed 17 months ago by ryandesign@…
- Cc ryandesign@… added
It looks like the pre-configure block failed with:
:info:configure SimpSolver.C:40:24: error: use of undeclared identifier 'Clause_new' :info:configure bwdsub_tmpunit = Clause_new(dummy); :info:configure ^ :info:configure 1 error generated.
Which caused the configure script to fail with:
:info:configure configure: error: Header file "Solver_C.h" has not been found in "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_nusmv/nusmv/work/NuSMV-2.5.4/MiniSat/minisat".
I see you're using clang. Have you tried using a different compiler? Let us know which one works.
comment:5 Changed 17 months ago by merteminkalender@…
sudo port install nusmv configure.compiler=llvm-gcc-4.2
worked for me. Thanks!
comment:6 Changed 17 months ago by ryandesign@…
- Status changed from new to closed
- Resolution set to fixed
Thanks for testing. r88225.
Note: See
TracTickets for help on using
tickets.


log file