New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32600 (closed defect: fixed)

Opened 17 months ago

Last modified 11 months ago

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

main.log (5.5 KB) - added by merteminkalender@… 17 months ago.
log file
NEW_main.log (44.1 KB) - added by merteminkalender@… 17 months ago.
NEW_main.log

Change History

Changed 17 months ago by merteminkalender@…

log file

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

Changed 17 months ago by merteminkalender@…

NEW_main.log

comment:3 Changed 17 months ago by merteminkalender@…

Any ideas? I put NEW_main.log

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.

comment:7 Changed 14 months ago by jeremyhu@…

  • Status changed from closed to reopened
  • Resolution fixed deleted

Reopening. We need to figure out what's really going wrong here.

comment:8 Changed 14 months ago by jeremyhu@…

  • Cc jeremyhu@… added

Cc Me!

comment:9 Changed 11 months ago by jmr@…

  • Status changed from reopened to closed
  • Resolution set to fixed

They didn't declare the function in the right scope. r95086

Note: See TracTickets for help on using tickets.