unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Matt Wette <matt.wette@gmail.com>
To: Andy Wingo <wingo@igalia.com>
Cc: 26183-done@debbugs.gnu.org
Subject: bug#26183: patch for guile-2.2.0 on FreeBSD 11.0
Date: Tue, 25 Apr 2017 06:04:37 -0700	[thread overview]
Message-ID: <FF027C84-81DD-4038-9097-5E60F055788D@gmail.com> (raw)
In-Reply-To: <87pog8mqbu.fsf@igalia.com>

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


> On Apr 19, 2017, at 7:20 AM, Andy Wingo <wingo@igalia.com> wrote:
> 
> On Mon 20 Mar 2017 02:39, Matt Wette <matt.wette@gmail.com> writes:
> 
>> Attached is a patch to apply to guile-2.2.0 to compile on FreeBSD 11.0
>> Changes
>> 1) updated README to indicate which extra FreeBSD packages need to be installed
>> 2) minor change to configure.ac (implies autoconf needs to run) to use bdw-gc-threaded instead of bdw-gc
>> With this, I had successful configure, gmake, and gmake check.
> 
> Applied with some adaptations.  Please see git master and test.  Thanks!
> 
> Andy

Attached is patch file with suggested changes: the README was not quite correct, and “pkg install texinfo” also required.

Matt


[-- Attachment #2: README.diff --]
[-- Type: application/octet-stream, Size: 1003 bytes --]

diff --git a/README b/README
index cffee2253..20a56fc92 100644
--- a/README
+++ b/README
@@ -125,20 +125,22 @@ treatment.  If you can send us fixes for these problems, we'd be
 grateful.
 
 FreeBSD 11.0:
-  For a build supporting threads, please `pkg install' the following
+  Please `pkg install' the following:
     - pkgconf : provides pkg-config
+    - texinfo : provides makeinfo
     - gmake : /usr/bin/make does not work
-    - boehm-gc-threaded : needed for threaded support
 
-  Configure as:
+  If you want a Guile with threads, then install boehm-gc-threaded and
+  configure as:
 
     ./configure --with-bdw-gc=bdw-gc-threaded
 
-  Alternately if you want a Guile without threads, then install boehm-gc
+  Alternately if you want a Guile without threads, then install boehm-gc 
   and configure as:
 
     ./configure --without-threads
 
+
 Guile specific flags Accepted by Configure =================================
 
 If you run the configure script with no arguments, it should examine

      reply	other threads:[~2017-04-25 13:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-20  1:39 bug#26183: patch for guile-2.2.0 on FreeBSD 11.0 Matt Wette
2017-04-19 14:20 ` Andy Wingo
2017-04-25 13:04   ` Matt Wette [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FF027C84-81DD-4038-9097-5E60F055788D@gmail.com \
    --to=matt.wette@gmail.com \
    --cc=26183-done@debbugs.gnu.org \
    --cc=wingo@igalia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).