#13319 closed defect (fixed)
slib-guile16 fails to destroot (can't find guile-config)
Reported by: | khillig@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | slib guile | Cc: | |
Port: |
Description
I think this says it all:
G5Q > sudo port install -f gnucash +guile16 ---> Staging slib-guile16 into destroot Error: Target org.macports.destroot returned: could not create new link "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_slib-guile16/work/destrootopt/local/share/guile/slib": that path already exists Error: The following dependencies failed to build: slib-guile16 Error: Status 1 encountered during processing.
I verified this with a fresh install of XCode and macports on a virgin machine: 'port install slib-guile16' gave the same error
Change History (9)
comment:1 Changed 17 years ago by nox@…
Owner: | changed from macports-dev@… to mas@… |
---|---|
Summary: | slib-guile16 install fails → slib-guile16 fails to destroot |
comment:2 Changed 17 years ago by mmacleod@…
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from mas@… to ryandesign@… |
---|
I'll fix it.
comment:5 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | slib-guile16 fails to destroot → slib-guile16 fails to destroot (can't find guile-config) |
---|
slib-guile16 needs to look for guile16-config, not guile-config.
guile16-config was broken. Fixed it in r31675...
comment:6 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed slib-guile16 to know where guile16 and guile16-config are, in r31678. That should do it. Please wait 12 hours, "sudo port selfupdate
" and then try installing slib-guile16 again. Please reopen ticket if issue is not resolved.
comment:7 Changed 17 years ago by sinclair.jesse@…
I've reinstalled glib16 after syncing the ports tree and installed slib-guile16 with no problems on OS X 10.5.1. Thanks so much.
Cheers.
Note that on initial build there are two 'command not found' errors that come up immediately before the error above. I tried symlinking guile16-config to guile-config, but that did not solve the main problem report.