Ticket #2254 (closed defect: fixed)
BUG: jed port doesn't destroot properly
| Reported by: | reilles@… | Owned by: | olegb@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | ||
| Port: |
Description
When trying to "port install jed", after a port clean jed, i get :
The make: install is up to date is strange, and the destroot is not created, so target install does install an empty port
./share/skel missing (created) ./var missing (created) ./var/db missing (created) ./var/db/dports missing (created) ./var/db/dports/distfiles missing (created) ./var/db/dports/receipts missing (created) DEBUG: Executing com.apple.destroot (jed) DEBUG: Assembled command: 'cd "/Users/tonio/darwinports/dports/editors/jed/work/jed-0.99-16" && make install DESTDIR=/Users/tonio/darwinports/dports/editors/jed/work/destroot' make: `install' is up to date. DEBUG: Executing destroot_finish ---> Installing jed 0.99-16_0 DEBUG: Executing com.apple.install (jed) couldn't change working directory to "/Users/tonio/darwinports/dports/editors/jed/work/destroot": no such file or directory DEBUG: Executing com.apple.activate (jed) ---> Activating jed 0.99-16_0 Error: Target com.apple.activate returned: Image error: Source file /opt/local/var/db/dports/software/ jed/0.99-16_0 does not appear to exist (cannot lstat it). Unable to activate port jed. Warning: the following items did not execute (for jed): com.apple.activate

