chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] [ANN] CHICKEN 4.11.0 release candidate 1 available


From: Matt Gushee
Subject: Re: [Chicken-users] [ANN] CHICKEN 4.11.0 release candidate 1 available
Date: Tue, 5 Apr 2016 04:03:32 -0600

Okay, the news is better than before, but not all good.

  OS: Manjaro Linux
  Platform: x86_64
  Compiler: gcc 5.3.0
  Installation works? yes
  Tests work? yes
  Installation of eggs works? NO

csi and csc appear to work, but chicken-install segfaults:

  $ chicken-install
​readline
  Error: segmentation violation​


  $ chicken-install utf-8
  Error: segmentation violation​

  $ chicken-install --help
  Error: segmentation violation​

  $ which chicken-install
  /opt/chicken411/bin/chicken-install

  $ ldd `which chicken-install`
    linux-vdso.so.1 (0x00007ffefadaa000)
    libchicken.so.8 => /opt/chicken411/lib/libchicken.so.8 (0x00007fdfd906f000)
    libm.so.6 => /usr/lib/libm.so.6 (0x00007fdfd8d6a000)
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fdfd8b66000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007fdfd87c5000)
    /lib64/ld-linux-x86-64.so.2 (0x00007fdfd9740000)



On Tue, Apr 5, 2016 at 3:43 AM, Peter Bex <address@hidden> wrote:
On Tue, Apr 05, 2016 at 03:34:21AM -0600, Matt Gushee wrote:
> Sure. The main commands I ran were:
>
>   $ tar zxvf /var/tmp/chicken-4.11.0rc1.tar.gz
>
>   $ cd chicken-4.11.0rc1/
>
>   $ make PLATFORM=linux PREFIX=/opt/chicken411
>
> Also before the make invocation, I did some ls's and less's, and also did
>
>   export LC_ALL=C
>
> ... hoping it might cause 'ls [A-Z]*' to show only files starting with
> capital letters (because I didn't remember if there was a README or INSTALL
> file, or what).
>
> I also executed
>
>   ./identify.sh
>
> just out of curiosity, but that presumably did nothing.

I think that's the problem, it will touch some files from which
build-version.scm is derived.  Please try again without running
identify.sh!

Cheers,
Peter


reply via email to

[Prev in Thread] Current Thread [Next in Thread]