unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#14042: configure error for guile 2.0.7
@ 2013-03-23 16:01 Marc Girod
  2013-03-25 21:33 ` Ludovic Courtès
  0 siblings, 1 reply; 15+ messages in thread
From: Marc Girod @ 2013-03-23 16:01 UTC (permalink / raw)
  To: 14042

[-- Attachment #1: Type: text/plain, Size: 1735 bytes --]

Hello

I had to fix the sed command in the meta/Makefile (1782-1785, generated):

        | $(SED) -e "s,@pkgconfigdir@,$(pkgconfigdir),g" \
                 -e "s,@""PKG_CONFIG@,$(PKG_CONFIG),g" \
                 -e "s,@installed_guile@,$$guile,g" \

The original command (maybe OK for GNU sed?) would specify multiple
s/// patterns in the same argument, separated with ';', which fails on
Solaris sed.
This is in the guil-config rule, in Makefile.in lines 1782-1784:

guile-config: $(srcdir)/guile-config.in $(top_builddir)/config.status
        guile="@bindir@/`echo guile | $(SED) -e
'$(program_transform_name)'`" ; \
        cat $(srcdir)/guile-config.in
                 \
        | $(SED) -e "s,@pkgconfigdir@,$(pkgconfigdir),g ;
         \
                     s,@""PKG_CONFIG@,$(PKG_CONFIG),g ;
         \
                     s,@installed_guile@,$$guile,g"
         \
        > guile-config.out

I also have an issue with install-exec-hook in meta/Makefile: I have
to 'echo' instead of 'echo -n' in order to set the variables 'guild'
and 'guild-tools'.

Finally, I get a failure in make check:

make[3]: Entering directory `/proj/vobadm100/tmp/guile-2.0.7'
Testing /proj/vobadm100/tmp/guile-2.0.7/meta/guile ...
with GUILE_LOAD_PATH=/proj/vobadm100/tmp/guile-2.0.7/test-suite
/bin/bash: line 1: 25311 Segmentation Fault
CHARSETALIASDIR="/proj/vobadm100/tmp/guile-2.0.7/lib" ${dir}$tst
FAIL: check-guile
==================================
1 of 1 test failed
Please report to bug-guile@gnu.org
==================================

I cannot reproduce from the command line, but my gcc compiler is not
fully working: it does dump core dealing with C++ exceptions.
I am working on it.
I join my config.log, gzipped.

Thanks,
Marc

[-- Attachment #2: config.log.gz --]
[-- Type: application/x-gzip, Size: 116247 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-04-15 16:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-23 16:01 bug#14042: configure error for guile 2.0.7 Marc Girod
2013-03-25 21:33 ` Ludovic Courtès
     [not found]   ` <CA+yEG=zraB+rmNNH=pUcUaBUhmX4Nu9hwPsidK0Hxm61n1oEcg@mail.gmail.com>
     [not found]     ` <87d2umpjgi.fsf@gnu.org>
2013-03-26 10:40       ` Marc Girod
2013-03-27 10:14         ` Ludovic Courtès
2013-04-13 20:09           ` Marc Girod
2013-04-13 20:21             ` Ludovic Courtès
2013-04-13 21:23               ` Marc Girod
2013-04-13 21:26                 ` Marc Girod
2013-04-14 10:47                   ` Marc Girod
2013-04-14 13:39                     ` Ludovic Courtès
2013-04-14 14:23                       ` Marc Girod
2013-04-14 14:27                         ` Marc Girod
2013-04-15 16:06                           ` Ludovic Courtès
2013-04-15 16:07                         ` Ludovic Courtès
2013-04-14 13:35                 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).