On 6/07/17 03:32, ABE Hiroshi wrote:
[]
checking for gh_eval_str in -lguile... no
checking for scm_eval_string in -lguile... no
checking if linking to guile works... no
configure: error: Guile could not be found

There is a bug in how the new guile20 names its files:

% ls /sw/bin/guile*2.0*
/sw/bin/guile-2.0 /sw/bin/guile-config-2.0 /sw/bin/guile-snarf-2.0 /sw/bin/guile-tools-2.0

In particular guile-config-2.0 should be guile-2.0-config as it used to be in the previous version. Some parts of guile20 itself think so, too:

% ls -l /sw/share/guile/2.0/scripts/binoverride
total 32
lrwxr-xr-x  1 root  admin  17 Jul  6 14:20 guile -> /sw/bin/guile-2.0
lrwxr-xr-x 1 root admin 24 Jul 6 14:20 guile-config -> /sw/bin/guile-2.0-config lrwxr-xr-x 1 root admin 23 Jul 6 14:20 guile-snarf -> /sw/bin/guile-2.0-snarf lrwxr-xr-x 1 root admin 23 Jul 6 14:20 guile-tools -> /sw/bin/guile-2.0-tools

Thus packages that use this binoverride mechanism (which may well be outdated, but wasn't broken until recently) cannot find guile-config and will fail.

I am not sure who feels responsible for the guile20 package nowadays.

--
Martin


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to