Opened 19 years ago
Closed 19 years ago
#6437 closed defect (fixed)
BUG: Globulation (glob2) fails during staging
Reported by: | Matthias.Wiesmann@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
When installing the port glob2, the installation fails during the staging
sudo port install glob2 ---> Fetching glob2 ---> Verifying checksum(s) for glob2 ---> Extracting glob2 ---> Configuring glob2 ---> Building glob2 with target all ---> Staging glob2 into destroot Error: Target com.apple.destroot returned: missing " Error: /opt/local/bin/port: Status 1 encountered during processing.
Trying with a more verbose flag
sudo port -v install glob2 ---> Staging glob2 into destroot . missing (directory not created: File exists) ./Applications missing (directory not created: File exists) ./Developer missing (directory not created: File exists) ./Library missing (directory not created: File exists) Error: Target com.apple.destroot returned: missing " Warning: the following items did not execute (for glob2): com.apple.activate com.apple.destroot com.apple.archive com.apple.install Error: /opt/local/bin/port: Status 1 encountered during processing.
Change History (1)
comment:1 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Globulation (glob2) fails during staging → BUG: Globulation (glob2) fails during staging |
there was a '"' missing - fixed;