GNU bug report logs -
#16451
autogen.sh fails on FreeBSD 9.1
Previous Next
Reported by: z_axis <z_axis <at> 163.com>
Date: Wed, 15 Jan 2014 06:15:02 UTC
Severity: normal
Tags: moreinfo
Done: Andy Wingo <wingo <at> pobox.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16451 in the body.
You can then email your comments to 16451 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#16451
; Package
guile
.
(Wed, 15 Jan 2014 06:15:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
z_axis <z_axis <at> 163.com>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Wed, 15 Jan 2014 06:15:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
hi,friends
After `git clone git://git.sv.gnu.org/guile.git`, `./autogen` reports:
m4: illegal option -- -
usage: m4 [-d flags] [-t name] [-gs] [-D name[=value]]...
[-U name]... [-I dirname]... file...
on my FreeBSD 9.1 box.
Regards!
Information forwarded
to
bug-guile <at> gnu.org
:
bug#16451
; Package
guile
.
(Wed, 15 Jan 2014 18:45:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 16451 <at> debbugs.gnu.org (full text, mbox):
z_axis <z_axis <at> 163.com> writes:
> hi,friends
> After `git clone git://git.sv.gnu.org/guile.git`, `./autogen` reports:
> m4: illegal option -- -
> usage: m4 [-d flags] [-t name] [-gs] [-D name[=value]]...
> [-U name]... [-I dirname]... file...
>
> on my FreeBSD 9.1 box.
Following up on this: it turns out that the call to "m4 --version" in
autogen.sh is apparently the only problem here.
I suggested (on IRC) that he run "autoreconf -i --force --verbose" (the
only important thing in autogen.sh) and it seems to have worked properly
and created a working configure script.
Some other notes on FreeBSD, while the knowledge is fresh: On FreeBSD,
the "boehm-gc" package is compiled without threading support. To
support threads, the "boehm-gc-threaded" package is needed, which
installs the library with a nonstandard name -lgc-threaded, so
BDW_GC_LIBS="-L/usr/local/lib -lgc-threaded" must be passed to
configure.
Maybe some of this should go into a README, but first I should ask:
z_axis: did these steps produce a working Guile on FreeBSD 9.1?
Thanks,
Mark
Changed bug title to 'autogen.sh fails on FreeBSD 9.1' from 'build newest guile on FreeBSD error'
Request was from
Mark H Weaver <mhw <at> netris.org>
to
control <at> debbugs.gnu.org
.
(Wed, 15 Jan 2014 21:17:02 GMT)
Full text and
rfc822 format available.
Added tag(s) moreinfo.
Request was from
Mark H Weaver <mhw <at> netris.org>
to
control <at> debbugs.gnu.org
.
(Wed, 01 Oct 2014 22:54:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Andy Wingo <wingo <at> pobox.com>
:
You have taken responsibility.
(Tue, 21 Jun 2016 12:45:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
z_axis <z_axis <at> 163.com>
:
bug acknowledged by developer.
(Tue, 21 Jun 2016 12:45:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 16451-done <at> debbugs.gnu.org (full text, mbox):
No additional info; let's close. Please file a new bug if you have
errors building Guile from git again. Thanks!
Andy
On Wed 15 Jan 2014 19:41, Mark H Weaver <mhw <at> netris.org> writes:
> z_axis <z_axis <at> 163.com> writes:
>
>> hi,friends
>> After `git clone git://git.sv.gnu.org/guile.git`, `./autogen` reports:
>> m4: illegal option -- -
>> usage: m4 [-d flags] [-t name] [-gs] [-D name[=value]]...
>> [-U name]... [-I dirname]... file...
>>
>> on my FreeBSD 9.1 box.
>
> Following up on this: it turns out that the call to "m4 --version" in
> autogen.sh is apparently the only problem here.
>
> I suggested (on IRC) that he run "autoreconf -i --force --verbose" (the
> only important thing in autogen.sh) and it seems to have worked properly
> and created a working configure script.
>
> Some other notes on FreeBSD, while the knowledge is fresh: On FreeBSD,
> the "boehm-gc" package is compiled without threading support. To
> support threads, the "boehm-gc-threaded" package is needed, which
> installs the library with a nonstandard name -lgc-threaded, so
> BDW_GC_LIBS="-L/usr/local/lib -lgc-threaded" must be passed to
> configure.
>
> Maybe some of this should go into a README, but first I should ask:
> z_axis: did these steps produce a working Guile on FreeBSD 9.1?
>
> Thanks,
> Mark
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 20 Jul 2016 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.