Opened 12 years ago

Closed 12 years ago

#33305 closed defect (fixed)

IRSIM Installation fails

Reported by: nj2083@… Owned by: anddam (Andrea D'Amore)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: irsim

Description (last modified by mf2k (Frank Schima))

Here is the error I get when I try to install IRSIM on Mac OS X Lion:

DEBUG: Backtrace: shell command failed (see log for details)
    while executing
"command_exec destroot"
    (procedure "portdestroot::destroot_main" line 2)
    invoked from within
"$procedure $targetname"
Warning: the following items did not execute (for irsim): org.macports.activate org.macports.destroot org.macports.install
Log for irsim is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_irsim/irsim/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Attachments (2)

main.log (124.0 KB) - added by nj2083@… 12 years ago.
log file
Terminal-Output (858.7 KB) - added by nj2083@… 12 years ago.
Terminal output file

Download all attachments as: .zip

Change History (13)

comment:1 Changed 12 years ago by nj2083@…

Cc: nj2083@… added

Cc Me!

comment:2 Changed 12 years ago by mf2k (Frank Schima)

Cc: nj2083@… removed
Description: modified (diff)
Keywords: irsim removed
Owner: changed from macports-tickets@… to and.damore@…
Port: irsim added
Priority: HighNormal

Please attach the log mentioned so we can see the actual error.

Changed 12 years ago by nj2083@…

Attachment: main.log added

log file

comment:3 in reply to:  2 Changed 12 years ago by nj2083@…

Replying to macsforever2000@…:

Please attach the log mentioned so we can see the actual error.

I have attached the log file.

comment:4 Changed 12 years ago by anddam (Andrea D'Amore)

Status: newassigned

comment:5 Changed 12 years ago by anddam (Andrea D'Amore)

I cannot reproduce your issue, I'm on Lion using XCode 4.2.

What is your setup? (OS X/MacPorts/Xcode's versions)

From the log it seems your build is missing pieces, make tries to assemble libanalyze before building its objects.

Can you perform

sudo port clean irsim
sudo port -d build irsim build.jobs=1

and attach the output?

If you're using Terminal.app there's an Export Selected Test As… menu entry in menu File.

Changed 12 years ago by nj2083@…

Attachment: Terminal-Output added

Terminal output file

comment:6 in reply to:  5 Changed 12 years ago by nj2083@…

I am using Mac OS X 10.7.3, Xcode 4.2.1 and Mac Ports 2.03.

I did what you mentioned and attached the file. Thanks.

comment:7 Changed 12 years ago by anddam (Andrea D'Amore)

Your output had way more lines than expected, you have rebuilt a few dependencies along with irsim. If you had just performed a clean those should have still been there.

Please paste the output of:

port installed tk

Probably you have +quartz variants thus missing xorg-libX11 dependency.

comment:8 in reply to:  7 ; Changed 12 years ago by nj2083@…

Here is the output:

"tk @8.5.11_0 (active)"

Do I need to remove +quartz? How do I do that? Thanks.

comment:9 in reply to:  8 ; Changed 12 years ago by anddam (Andrea D'Amore)

Replying to nj2083@…:

"tk @8.5.11_0 (active)" Do I need to remove +quartz? How do I do that?

No because you don't have that variant enabled.

I should have addressed the issue with configure not finding X in r90144.

Run:

sudo port selfupdate
sudo port clean irsim
sudo port install irsim 

and confirm it is fixed. If it's still broken paste the detailed output, either -d option or the log file.

comment:10 in reply to:  9 Changed 12 years ago by nj2083@…

Yes, it is fixed now. Thanks.

comment:11 Changed 12 years ago by anddam (Andrea D'Amore)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.