#17007 closed defect (fixed)
Activation after build of slib-guile16 fails
Reported by: | fhwi93ne@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | slib-guile16 slibcat | Cc: | mf2k (Frank Schima), bsuthoff@…, aberkvam@…, dhelder@…, tbenninghaus@…, axel.wernicke@… |
Port: | slib-guile16 |
Description
Activation of port slib-guil16 fails after build:
sudo port install slib-guile16 ---> Fetching slib-guile16 ---> Verifying checksum(s) for slib-guile16 ---> Extracting slib-guile16 ---> Configuring slib-guile16 ---> Building slib-guile16 with target all ---> Staging slib-guile16 into destroot ---> Installing slib-guile16 1.0_1 ---> Activating slib-guile16 1.0_1 Error: Target org.macports.activate returned: shell command "/opt/local/bin/guile16 -c "(use-modules (ice-9 slib)) (require 'new-catalog)"" returned error 2 Command output: ERROR: In procedure open-file: ERROR: No such file or directory: "/opt/local/share/guile/site/slibcat" Error: Status 1 encountered during processing.
Change History (10)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Cc: | macsforever2000@… added |
---|
comment:7 Changed 16 years ago by batterseapower@…
The workaround for this is to:
sudo port uninstall slib-guile16 slib
Then download Portfile and files/patch-Makefile from https://trac.macports.org/browser/trunk/dports/devel/slib?rev=40928 - this is version 3a3. Now change to this directory and finally say:
sudo port install sudo port install slib-guile16
It should work now. I encountered this problem when compiling gnucash, and it appears to be discussed in this thread: http://osdir.com/ml/lisp.scheme.gauche/2007-01/msg00003.html
comment:8 Changed 16 years ago by jason@…
I got around this by using;
sudo mkdir /opt/local/share/guile/site/
then reattempting to install.
comment:9 Changed 16 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
slib-guile16 should now create /opt/local/share/guile/site prior to creating slibcat, as of r42543.
Note: See
TracTickets for help on using
tickets.
Cc Me!