Subject: Re: misc/31094: clisp build process wrong
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: netbsd-bugs
Date: 09/06/2005 10:46:02
The following reply was made to PR misc/31094; it has been noted by GNATS.

From: Matthias Drochner <M.Drochner@fz-juelich.de>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: misc/31094: clisp build process wrong
Date: Tue, 06 Sep 2005 12:45:41 +0200

 [for some reason, the "gnats" recipient wasn't included
 in my original mail, and "mx20.gnu.org" bounced my mail,
 so I'll resent just to "gnats"]
 
 ============================================
 
 sds@gnu.org said:
 > I recommend "--with-module=rawsock --with-module=pcre
 > --with-module=clx/new-clx" 
 
 For now I've just taken what was in the pkg previously
 (syscalls, regexp, pcre, wildcard).
 Just as a makefile cleanup, the resulting installation
 remains identical.
 
 > > The --build directory part doesn't work for me
 > what is the problem?
 
 When I try
 ./configure --build build
 I get
 [...]
 configure: * check for host type
 checking build system type... Invalid configuration `build': machine `build' 
 not
  recognized
 configure: error: /usr/pkg/bin/bash ./build-aux/config.sub build failed
 
 > > (this is the build platform commonly in GNU configure scripts).
 > I am sorry, I cannot parse this sentence.
 
 The --build command line switch is predefined by GNU autoconf
 to specify the machine/OS the software is built on.
 
 > 2.35 is now the current version, I suggest you update your port.
 
 I might do so later. Perhaps next week.
 
 > libsigsegv is required for clisp to support generational GC
 
 Just had a brief look at it. Needs some work to recognize
 modern NetBSD correctly. Perhaps next week...
 
 best regards
 Matthias