Opened 10 years ago

Closed 10 years ago

#42505 closed defect (fixed)

install mu +emacs hangs

Reported by: ryantate@… Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port:

Description

I am able to install mu fine, but when I uninstall, clean, and do sudo port install mu +emacs it hangs. The last thing output in the log (or with -v) appears to be the raw text of a shell script for installing mu4e (the +emacs addition) specifically. Whereas mu installs basically right away, I've given this over an hour and it's still hung. I've tried cleaning and retrying as well.

Attached is main.log, from sudo port -v install mu +emacs session run after sudo port clean mu.

Attachments (1)

main.log (104.0 KB) - added by ryantate@… 10 years ago.

Download all attachments as: .zip

Change History (6)

Changed 10 years ago by ryantate@…

Attachment: main.log added

comment:1 in reply to:  description Changed 10 years ago by ryantate@…

Forgot to say, OS X 10.9.1, Xcode 5.02, command line tools installed, license agreed

comment:2 Changed 10 years ago by seanfarley (Sean Farley)

Owner: changed from macports-tickets@… to sean@…
Status: newassigned

I have zero idea why this hangs. You can get around this with

$ cd $(port work mu)/mu-0.99/mu4e
$ sudo make
$ cd -
$ sudo port -v install mu +emacs

If anyone can help debug this, I would appreciate.

comment:3 Changed 10 years ago by ryantate@…

Thank you for the workaround! It got the job done. My MacPorts-fu is probably too weak to help on the debugging front, but I'm happy to help test any new fixes (though it sounds like you've got reproduction covered).

comment:4 in reply to:  3 Changed 10 years ago by seanfarley (Sean Farley)

Replying to ryantate@…:

Thank you for the workaround! It got the job done. My MacPorts-fu is probably too weak to help on the debugging front, but I'm happy to help test any new fixes (though it sounds like you've got reproduction covered).

Cool, I'll will ping the author of mu to see if he has any insight.

comment:5 Changed 10 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: assignedclosed

Fixed in r117226.

Note: See TracTickets for help on using tickets.