unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#20023: Compile error in master
@ 2015-03-06 23:35 Stefan Husmann
  2015-03-08  4:58 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Husmann @ 2015-03-06 23:35 UTC (permalink / raw)
  To: 20023

-----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,[@]GUILE_EFFECTIVE_VERSION[@],$(GUILE_EFFECTIVE_VERSION),g"	\
 	 -e "s,[@]GUILE_VERSION[@],$(GUILE_VERSION),g"				\
 	 -e "s,[@]GUILE_CFLAGS[@],$(GUILE_CFLAGS),g"				\
- -	 -e "s,[@]GUILE_LIBS[@],$(GUILE_LIBS),g"				\
+	 -e "s+[@]GUILE_LIBS[@]+$(GUILE_LIBS)+g"				\
 	 -e "s,[@]LIBGUILE_INTERFACE[@],$(LIBGUILE_INTERFACE),g"		\
 	 $(dependency_substitutions)						\
 	 -e "s,[@]PKG_CONFIG[@],$(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-----





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

* bug#20023: Compile error in master
  2015-03-06 23:35 bug#20023: Compile error in master Stefan Husmann
@ 2015-03-08  4:58 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2015-03-08  4:58 UTC (permalink / raw)
  To: Stefan Husmann; +Cc: 20023-done

Stefan Husmann <stefan-husmann@t-online.de> 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





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

end of thread, other threads:[~2015-03-08  4:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 23:35 bug#20023: Compile error in master Stefan Husmann
2015-03-08  4:58 ` Mark H Weaver

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).