Re: Nyacc and guile-nearly-3.0

2019-12-05 Thread tomas
On Wed, Dec 04, 2019 at 04:48:33PM -0800, Matt Wette wrote: > > > On 12/4/19 1:04 PM, to...@tuxteam.de wrote: > > > >Matt says that he had to remove "-Oresolve-primitives" from the compiler > >options. I hadn't -- but I suspect this option isn't set by default... > > > I apologize if I generated

Re: Nyacc and guile-nearly-3.0

2019-12-04 Thread Matt Wette
On 12/4/19 1:04 PM, to...@tuxteam.de wrote: Matt says that he had to remove "-Oresolve-primitives" from the compiler options. I hadn't -- but I suspect this option isn't set by default... I apologize if I generated confusion.  I was intending to build 2.9.5 to help debug the nyacc issue. Th

Re: Nyacc and guile-nearly-3.0

2019-12-04 Thread tomas
On Wed, Dec 04, 2019 at 08:12:44PM +0100, Amirouche Boubekki wrote: > Le lun. 2 déc. 2019 à 10:40, a écrit : > > > Hi, > > > > to anyone "in the know": is it worth to give nyacc a spin under > > Guile nearly-3.0 (i.e. >= 2.9.5)? [...] It's working for me now. It was mostly "driver error", but s

Re: Nyacc and guile-nearly-3.0

2019-12-04 Thread Amirouche Boubekki
Le lun. 2 déc. 2019 à 10:40, a écrit : > Hi, > > to anyone "in the know": is it worth to give nyacc a spin under > Guile nearly-3.0 (i.e. >= 2.9.5)? > > I know the "configure" precludes that, but it's fairly obvious > how to jump that fence. Is it a total loss of time -- or worth > a try? > > Tha

Re: Nyacc and guile-nearly-3.0 (progress report)

2019-12-03 Thread tomas
On Tue, Dec 03, 2019 at 05:33:20AM -0800, Matt Wette wrote: > The segfault is not in bash.  I was able to re-create the segfault > from the (bash) command-line. Got it, thanks :-) Cheers -- t signature.asc Description: Digital signature

Re: 2.9.5 build segfault on Ubuntu 18.04 [WAS: Nyacc and guile-nearly-3.0 (progress report)]

2019-12-03 Thread tomas
On Mon, Dec 02, 2019 at 05:09:42PM -0800, Matt Wette wrote: > > On 12/2/19 6:28 AM, Matt Wette wrote: > >I'm building 2.9.5 now but running into errors (ubuntu 18.04): > >/bin/bash: line 6: 14657 Segmentation fault  (core dumped) > >GUILE_AUTO_COMPILE=0 ../meta/build-env guild compile > >--tar

Re: Nyacc and guile-nearly-3.0 (progress report)

2019-12-03 Thread Matt Wette
The segfault is not in bash.  I was able to re-create the segfault from the (bash) command-line. On 12/3/19 1:25 AM, Arne Babenhauserheide wrote: to...@tuxteam.de writes: On Mon, Dec 02, 2019 at 06:28:53AM -0800, Matt Wette wrote: Look at etc/README. Maybe edit etc/configure.ac and rerun as

Re: Nyacc and guile-nearly-3.0 (progress report)

2019-12-03 Thread tomas
On Mon, Dec 02, 2019 at 10:45:23PM +0100, to...@tuxteam.de wrote: > On Mon, Dec 02, 2019 at 06:28:53AM -0800, Matt Wette wrote: > > Look at etc/README.  Maybe edit etc/configure.ac and rerun as in the README. > > Hm. Same confusion. Adding 3.0 to GUILE_PKG, like so: > > GUILE_PKG([3.0 2.2 2.0])

Re: Nyacc and guile-nearly-3.0 (progress report)

2019-12-03 Thread Arne Babenhauserheide
to...@tuxteam.de writes: > On Mon, Dec 02, 2019 at 06:28:53AM -0800, Matt Wette wrote: >> Look at etc/README. Maybe edit etc/configure.ac and rerun as in the README. >> >> I'm building 2.9.5 now but running into errors (ubuntu 18.04): >> /bin/bash: line 6: 14657 Segmentation fault (core du

2.9.5 build segfault on Ubuntu 18.04 [WAS: Nyacc and guile-nearly-3.0 (progress report)]

2019-12-02 Thread Matt Wette
On 12/2/19 6:28 AM, Matt Wette wrote: I'm building 2.9.5 now but running into errors (ubuntu 18.04): /bin/bash: line 6: 14657 Segmentation fault  (core dumped) GUILE_AUTO_COMPILE=0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -O1 -Oresolve-primitives -L "/home/mwette/pr

Re: Nyacc and guile-nearly-3.0 (progress report)

2019-12-02 Thread tomas
On Mon, Dec 02, 2019 at 06:28:53AM -0800, Matt Wette wrote: > Look at etc/README.  Maybe edit etc/configure.ac and rerun as in the README. Hm. Same confusion. Adding 3.0 to GUILE_PKG, like so: GUILE_PKG([3.0 2.2 2.0]) yields, at configure time: tomas@trotzki:~/src/guile/nyacc$ ./configure

Re: Nyacc and guile-nearly-3.0 (progress report)

2019-12-02 Thread tomas
On Mon, Dec 02, 2019 at 06:28:53AM -0800, Matt Wette wrote: > Look at etc/README.  Maybe edit etc/configure.ac and rerun as in the README. > > I'm building 2.9.5 now but running into errors (ubuntu 18.04): > /bin/bash: line 6: 14657 Segmentation fault  (core dumped) Ouch. A segmentation fault

Re: Nyacc and guile-nearly-3.0 (progress report)

2019-12-02 Thread Matt Wette
Look at etc/README.  Maybe edit etc/configure.ac and rerun as in the README. I'm building 2.9.5 now but running into errors (ubuntu 18.04): /bin/bash: line 6: 14657 Segmentation fault  (core dumped) GUILE_AUTO_COMPILE=0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -O1 -Ore

Re: Nyacc and guile-nearly-3.0 (progress report)

2019-12-02 Thread tomas
On Mon, Dec 02, 2019 at 10:40:41AM +0100, to...@tuxteam.de wrote: > Hi, > > to anyone "in the know": is it worth to give nyacc a spin under > Guile nearly-3.0 (i.e. >= 2.9.5)? Well, I tried, this is a small progress report. First munged _guile_versions_to_search in nyacc's configure script to con

Nyacc and guile-nearly-3.0

2019-12-02 Thread tomas
Hi, to anyone "in the know": is it worth to give nyacc a spin under Guile nearly-3.0 (i.e. >= 2.9.5)? I know the "configure" precludes that, but it's fairly obvious how to jump that fence. Is it a total loss of time -- or worth a try? Thanks for any insight, cheers -- tomás signature.asc Descr