Opened 8 years ago

Closed 7 years ago

#51971 closed defect (worksforme)

gmp stuck staging into Destroot

Reported by: rmahy@… Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: gmp

Description

I tried to install wget and it got stuck at gmp. So I did:
1) sudo port install selfupdate
(I was up to date)

2) sudo port clean gmp (worked fine)

--->  Cleaning gmp
--->  Removing work directory for gmp

3) sudo port install -v gmp
The install always gets stuck while staging into Destroot. Here are the last few lines (I'm also attaching the complete log).

--->  Staging gmp into destroot
./usr missing (created)
. missing (directory not created: File exists)
./Applications missing (created)
./Developer missing (created)
./Library missing (created)
. changed
	gid expected 80 found 0 modified
./bin missing (created)
./etc missing (created)
... more of the same ...
./share/nls/zh_TW.Big5 missing (created)
./share/skel missing (created)
./src missing (created)
./var missing (created)
./www missing (created)

At this point the install will hang for hours.My terminal window reports that xcodebuild is the currently running process and ps shows the following relevant processes:

root           70242   0.0  0.0  2452828    532 s001  S+   10:02PM   0:00.00 sh -c /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk '' -find make 2> /dev/null
root           70243  13.8  0.2  2704020  18160 s001  S+   10:02PM   0:32.73 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk  -find make
root           47035   0.0  0.0  2579448   2684 s001  U+   10:00PM   0:00.71 /opt/local/libexec/macports/bin/tclsh8.5 /opt/local/bin/port -v install gmp
root           47034   0.0  0.0  2460804   1800 s001  S+   10:00PM   0:00.02 sudo port -v install gmp

port install is working fine for other packages (even after this).

Does anyone have any workarounds or next steps, please?

Attachments (1)

gmp hangs staging destroot verbose log.txt (518.6 KB) - added by rmahy@… 8 years ago.
log of sudo port -v install gmp

Download all attachments as: .zip

Change History (4)

Changed 8 years ago by rmahy@…

log of sudo port -v install gmp

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to mcalhoun@…

In the future, please Cc the port maintainers (port info --maintainers gmp), if any.

comment:2 Changed 8 years ago by pgriess@…

This is happening for me as well when installing vim-x11+cscope+python34 on a fresh OS X El Capitan 10.11.6 laptop, with a new MacPorts installation. The logfile looks very similar (the last few lines are also "./www missing (created)", etc). Other ports are able to install just fine (e.g. python34, python34-readline, etc).

Another datapoint -- installing the stock vim variant works fine.

comment:3 Changed 7 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: worksforme
Status: newclosed

I am sorry, but I have not been able to reproduce this error.
The buildbots also seem to have no problem, so I do not see a way forward.

Note: See TracTickets for help on using tickets.