Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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 16 years ago by nox@…

Owner: changed from macports-dev@… to mas@…
Summary: slib-guile16 install failsslib-guile16 fails to destroot

comment:2 Changed 16 years ago by mmacleod@…

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.

sh: guile-config: command not found
sh: guile-config: command not found
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/destroot//opt/local/share/guile/slib": that path already exists

comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from mas@… to ryandesign@…

I'll fix it.

comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

See also #13273.

comment:5 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: slib-guile16 fails to destrootslib-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 16 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

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 16 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.

comment:8 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

r31678 broke the port for people who didn't have guile16 already installed. Fixed it in r31690.

comment:9 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.