MacPorts Freezes

0

I just installed MacPorts. After that, I've been trying to install sqliteman. When the MacPorts reaches the gt4-mac package, it stay for two hours with this message:

---> Computing dependencies for sqliteman

---> Building qt4-mac

No message errors, no warnings. Is there a command to see if the building is really occurring?

R31n4ld0

Posted 2010-02-25T17:52:00.993

Reputation:

2It's not unusual for qt4-mac to take a few hours to build. – mipadi – 2010-02-25T19:21:23.303

Answers

3

Thanks, guys. Saw in Activity Monitor that the gt4-mac build was working. To see better than that, I putted the -v (verbose) option in command line during install, like that:

sudo port -v install sqliteman

Now I can see what is happening.

reinaldoluckman

Posted 2010-02-25T17:52:00.993

Reputation: 131

2

Use top or the activity monitor app. It's not unusual for qt4 to take hours to build though.

ergosys

Posted 2010-02-25T17:52:00.993

Reputation: 255

0

Have you run an http sniffer like WireShark while it's running to see what the requests and responses look like?

Also, have you watched your processes using ps or some other process monitor to see if it's actively doing anything?

Kyle Derkacz

Posted 2010-02-25T17:52:00.993

Reputation: