GNU bug report logs -
#20023
Compile error in master
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20023 in the body.
You can then email your comments to 20023 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#20023
; Package
guile
.
(Fri, 06 Mar 2015 23:36:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Husmann <stefan-husmann <at> t-online.de>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Fri, 06 Mar 2015 23:36:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
-----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-----
Reply sent
to
Mark H Weaver <mhw <at> netris.org>
:
You have taken responsibility.
(Sun, 08 Mar 2015 04:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stefan Husmann <stefan-husmann <at> t-online.de>
:
bug acknowledged by developer.
(Sun, 08 Mar 2015 04:59:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 20023-done <at> debbugs.gnu.org (full text, mbox):
Stefan Husmann <stefan-husmann <at> 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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 05 Apr 2015 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 82 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.