Felix Frolow wrote: > I fail to install guile18-net-http on mac intel MacBook Pro: > > The following package will be installed or updated: > guile18-net-http [] > gzip -dc /sw/src/net-http-0.3.1.tar.gz | /sw/bin/tar -xf - --no-same- > owner --no-same-permissions [] > patch -p1 </sw/fink/dists/unstable/main/finkinfo/languages/guile18- > net-http.patch > patching file configure [] > /var/tmp/tmp.1.i4QiKJ > #!/bin/zsh -efv > export PATH=/sw/share/guile/1.8/scripts/binoverride:$PATH > #./configure %c > ./configure --prefix=/sw/src/fink.build/root-guile18-net- > http-0.3.1-1001/sw --infodir=/sw/src/fink.build/root-guile18-net- > http-0.3.1-1001/sw/share/info > creating cache ./config.cache > checking for guile-1.6... error > checking for guile-1.6-config... guile-1.6-config > configure: warning: cannot execute guile-1.6-config [] > checking if we are cross compiling... configure: error: cannot find > guile-1.6-config
This is a bug in the patch file (maintainer CCed); it hasn't been updated from 1.6 to 1.8. If you are adventurous and want to fix it yourself, you can run the 2 commands cd /sw/fink/dists/unstable/main/finkinfo/languages/ perl -pi.bak -e 's,1\.6,1.8,g' guile18-net-http.patch Then guile18-net-http should build. P.S. Any special reason why you quoted the whole list digest? -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
