emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#20023: closed (Compile error in master)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20023: closed (Compile error in master)
Date: Sun, 08 Mar 2015 04:59:02 +0000

Your message dated Sat, 07 Mar 2015 23:58:53 -0500
with message-id <address@hidden>
and subject line Re: bug#20023: Compile error in master
has caused the debbugs.gnu.org bug report #20023,
regarding Compile error in master
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20023: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20023
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Compile error in master Date: Sat, 07 Mar 2015 00:35:45 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hello,

I could not bootstrap recent git versions of guile because of a problem in the 
Makefile.am in the meta subdirectory.

In that file you have several sed-substitutions, some of them avoiding the 
comma as seperator. But you may have missed one for "GUILE_LIBS".

Something like this seems to fix it:

diff -Naur guile.orig/meta/Makefile.am guile.new/meta/Makefile.am
- --- guile.orig/meta/Makefile.am       2015-03-06 23:55:07.121469879 +0100
+++ guile.new/meta/Makefile.am  2015-03-07 00:00:36.739453016 +0100
@@ -57,7 +57,7 @@
         -e "s,address@hidden@],$(GUILE_EFFECTIVE_VERSION),g"   \
         -e "s,address@hidden@],$(GUILE_VERSION),g"                             
\
         -e "s,address@hidden@],$(GUILE_CFLAGS),g"                              
\
- -      -e "s,address@hidden@],$(GUILE_LIBS),g"                                
\
+        -e "address@hidden@]+$(GUILE_LIBS)+g"                          \
         -e "s,address@hidden@],$(LIBGUILE_INTERFACE),g"                \
         $(dependency_substitutions)                                            
\
         -e "s,address@hidden@],$(PKG_CONFIG),g"                                
\

Best Regards 
Stefan Husmann
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJU+jnJAAoJEIT1NQXkgeRlN4YP+wU3wrFIxYC3lzaBZy30dZ7y
pd3rwaKm3rngZTskdcthX9aTqaYjldxaRuVsIJyBr3cpAJxmCWGTKz6jjzJjPI2w
TsM+2jgCNxJMZ6aWUMRzLfU/WRQnhKwcuhQhAvVTtj3fp/EelG4MKHbfoSsaDzta
cCAJ2CUqaNxcFEYQzAY2E7s50KjL7OoyReHxBQSy4l8LCX3Al30v+KsOpyGswQC4
SmPCQP5umuHfavGZzau2ki60uIq0PN6CXkZ5AeX7dPNIwfm9lOegAB0Xd1scKrpA
QA39kw+SwlDIHZv1ogeTcQnklsmb3gqDbKWIuyRZ03jG0liTRbzvmvTX+LrVJrWr
D4QTG1WNs9UrnZP2sfi5MRRqYvVZ8CYfeNCCgJNI5rXN3Eo3abpDOGT/JfXYetVd
Cqse53TIucUuUcK6icpu6gtnZbpINM6fkur7mpzYxWqv9UwYzaIFFldinCbmJQUK
IvcPHSolMiA85N5r0x24Z9hzYvOxxj+5Cl1Gm8pc0cbfd+irKsLpFSaZPGCokMEr
dmFensV10SaJb0BCSNtYWxukSJnTWGRJsfhALZDYf/D1VYZ1vyE2hbiudR7cta7Q
eRr3Cur+0HCJOEIGrG/lHhSofHGWMuDYBXi34NN4HdF5um9aJ+OPomR61mq7piHp
ZAmvnuuxySy2+2q8HFy8
=z5Pe
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message --- Subject: Re: bug#20023: Compile error in master Date: Sat, 07 Mar 2015 23:58:53 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)
Stefan Husmann <address@hidden> writes:

> I could not bootstrap recent git versions of guile because of a problem in 
> the Makefile.am in the meta subdirectory.
>
> In that file you have several sed-substitutions, some of them avoiding
> the comma as seperator. But you may have missed one for "GUILE_LIBS".

Fixed in 9331f40a2ddc0 in master and c74f776bbbfb in the stable-2.0
branch.

     Thanks,
       Mark


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]