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

2016-04-21 Thread Petr Vápenka
Everything OK here!

Operating system: Windows 8
Hardware platform: x86-64
C Compiler: GCC 4.9.3 (mingw)
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes (bind)

Petr

On Wed, Apr 20, 2016 at 12:11 PM, Peter Bex  wrote:

> On Mon, Apr 04, 2016 at 10:04:17PM +0200, Peter Bex wrote:
> > If you can, please let us know the following information about the
> > environment you tested the RC tarball on:
>
> I just tested on a Raspberry Pi 2 (32-bit), all good here as well:
>
> Operating system: Debian Jessie
> Hardware platform: ARMv7
> C Compiler: GCC 4.9.2
> Installation works?: yes
> Tests work?: yes
> Installation of eggs works?: yes
>
>
> Operating system: Debian Jessie
> Hardware platform: ARMv7
> C Compiler: Clang 3.5.0
> Installation works?: yes
> Tests work?: yes
> Installation of eggs works?: yes
>
> Cheers,
> Peter
>
> ___
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users
>
>
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-20 Thread Peter Bex
On Mon, Apr 04, 2016 at 10:04:17PM +0200, Peter Bex wrote:
> If you can, please let us know the following information about the
> environment you tested the RC tarball on:

I just tested on a Raspberry Pi 2 (32-bit), all good here as well:

Operating system: Debian Jessie
Hardware platform: ARMv7
C Compiler: GCC 4.9.2
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes


Operating system: Debian Jessie
Hardware platform: ARMv7
C Compiler: Clang 3.5.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

Cheers,
Peter


signature.asc
Description: Digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-11 Thread J Irving
Hey Peter

I'm not going to have a chance to do this for a few days as I'm
traveling this week. I'll get to it after the weekend if no-one else is
able to.

Sorry about that!

   cheers, J
   2016-04-11 @ 16:50:03 -0700


* Peter Bex, on 2016-04-11 @ 13:44 -0700:
> On Sat, Apr 09, 2016 at 10:53:19AM +0200, Peter Bex wrote:
>> On Fri, Apr 08, 2016 at 07:24:37PM -0400, J Irving wrote:
>> > Hey Peter
>> >
>> > Here's a script log. Let me know if you need anything else.
>>
>> Thanks for the log.  It looks like there's really an important bug that
>> we've overlooked: AFAICT everything else in your log is sane.
>> I've created ticket #1227 to track this: https://bugs.call-cc.org/ticket/1277
>
> Hello again,
>
> Could you try temporarily disabling System Integrity Protection to see
> whether that causes the problem?
>
> There's a description at
> https://developer.apple.com/library/mac/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html#//apple_ref/doc/uid/TP40016462-CH5-SW1
>
> on how to do that with csrutil(1).  It's a bit involved, unfortunately,
> but I think it would really help to figure out whether this is a red
> herring or the cause of the issue:
>
> 
> To enable or disable System Integrity Protection, you must boot to Recovery 
> OS and run the csrutil(1) command from the Terminal.
>
> Boot to Recovery OS by restarting your machine and holding down the 
> Command and R keys at startup.
>
> Launch Terminal from the Utilities menu.
>
> Enter the following command:
>
> $ csrutil enable
>
> After enabling or disabling System Integrity Protection on a machine, a 
> reboot is required.
> ---
>
> I suppose to disable it you'd have to type "csrutil disable", not
> "csrutil enable".
>
> Cheers,
> Peter



signature.asc
Description: PGP signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-11 Thread Peter Bex
On Sat, Apr 09, 2016 at 10:53:19AM +0200, Peter Bex wrote:
> On Fri, Apr 08, 2016 at 07:24:37PM -0400, J Irving wrote:
> > Hey Peter
> > 
> > Here's a script log. Let me know if you need anything else.
> 
> Thanks for the log.  It looks like there's really an important bug that
> we've overlooked: AFAICT everything else in your log is sane.
> I've created ticket #1227 to track this: https://bugs.call-cc.org/ticket/1277

Hello again,

Could you try temporarily disabling System Integrity Protection to see
whether that causes the problem?

There's a description at
https://developer.apple.com/library/mac/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html#//apple_ref/doc/uid/TP40016462-CH5-SW1

on how to do that with csrutil(1).  It's a bit involved, unfortunately,
but I think it would really help to figure out whether this is a red
herring or the cause of the issue:


To enable or disable System Integrity Protection, you must boot to Recovery OS 
and run the csrutil(1) command from the Terminal.

Boot to Recovery OS by restarting your machine and holding down the Command 
and R keys at startup.

Launch Terminal from the Utilities menu.

Enter the following command:

$ csrutil enable

After enabling or disabling System Integrity Protection on a machine, a reboot 
is required.
---

I suppose to disable it you'd have to type "csrutil disable", not
"csrutil enable".

Cheers,
Peter


signature.asc
Description: Digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-09 Thread Peter Bex
On Fri, Apr 08, 2016 at 07:24:37PM -0400, J Irving wrote:
> Hey Peter
> 
> Here's a script log. Let me know if you need anything else.

Thanks for the log.  It looks like there's really an important bug that
we've overlooked: AFAICT everything else in your log is sane.
I've created ticket #1227 to track this: https://bugs.call-cc.org/ticket/1277

Cheers,
Peter


signature.asc
Description: Digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-08 Thread J Irving
Hey Peter

Here's a script log. Let me know if you need anything else.

   cheers, J
   2016-04-08 @ 19:23:32 -0400

Script started on Fri Apr  8 19:15:54 2016
Now using node v5.10.1 (npm v3.8.3)
%  


 

0 scheme [?2004hppwp  
ppwd[?2004l

/Users/joni/Scratch/scheme
%  


 

0 scheme [?2004hppwd[?2004l

/Users/joni/Scratch/scheme
%  


 

0 scheme [?2004hlls [?2004l

bottles.scm  session.log
%  


 

0 scheme [?2004h

bck-i-search: _script session.logt_make 
PLATFORM=macosx PREFIX=/Users/joni/Scratch/scheme/chicken C_COMPILER=clang 
install checka_tar zxvf 
~/Downloads/chicken-4.11.0rc1.tar.gz   
     r_tar
[?2004l
x chicken-4.11.0rc1/
x chicken-4.11.0rc1/buildid
x chicken-4.11.0rc1/srfi-13.import.scm
x chicken-4.11.0rc1/srfi-69.c
x chicken-4.11.0rc1/synrules.scm
x chicken-4.11.0rc1/chicken-profile.1
x chicken-4.11.0rc1/setup-api.scm
x chicken-4.11.0rc1/Makefile.android
x chicken-4.11.0rc1/posix.import.c
x chicken-4.11.0rc1/tweaks.scm
x chicken-4.11.0rc1/chicken.rc
x chicken-4.11.0rc1/files.c
x chicken-4.11.0rc1/srfi-1.scm
x chicken-4.11.0rc1/posix-common.scm
x chicken-4.11.0rc1/scripts/
x chicken-4.11.0rc1/scripts/make-wrapper.scm
x chicken-4.11.0rc1/scripts/mini-salmonella.scm
x chicken-4.11.0rc1/scripts/reconstruct-egg-name.scm
x chicken-4.11.0rc1/scripts/makedist.scm
x chicken-4.11.0rc1/scripts/chicken-flymake
x chicken-4.11.0rc1/scripts/chicken-flymake.bat
x chicken-4.11.0rc1/scripts/compile-all
x chicken-4.11.0rc1/scripts/csc-trans
x chicken-4.11.0rc1/banner.scm
x chicken-4.11.0rc1/setup-download.scm
x chicken-4.11.0rc1/runtime.c
x chicken-4.11.0rc1/profiler.c
x chicken-4.11.0rc1/irregex-utils.scm
x chicken-4.11.0rc1/README
x chicken-4.11.0rc1/chicken.h
x chicken-4.11.0rc1/setup-download.import.c
x chicken-4.11.0rc1/files.import.c
x chicken-4.11.0rc1/irregex.import.scm
x chicken-4.11.0rc1/Makefile.mingw-msys
x chicken-4.11.0rc1/srfi-13.import.c
x chicken-4.11.0rc1/srfi-14.import.scm
x chicken-4.11.0rc1/chicken-bug.scm
x chicken-4.11.0rc1/scheduler.c
x chicken-4.11.0rc1/csi.import.c
x chicken-4.11.0rc1/modules.c
x chicken-4.11.0rc1/setup-download.c
x chicken-4.11.0rc1/NEWS
x chicken-4.11.0rc1/srfi-69.scm
x chicken-4.11.0rc1/identify.sh
x chicken-4.11.0rc1/chicken-syntax.c
x chicken-4.11.0rc1/srfi-1.import.c
x chicken-4.11.0rc1/posixunix.c
x chicken-4.11.0rc1/config.make
x chicken-4.11.0rc1/Makefile.bsd
x chicken-4.11.0rc1/feathers.bat.in
x chicken-4.11.0rc1/feathers.tcl
x chicken-4.11.0rc1/Makefile.ios
x chicken-4.11.0rc1/chicken.import.scm
x chicken-4.11.0rc1/feathers.in
x chicken-4.11.0rc1/buildtag.h
x chicken-4.11.0rc1/compiler-namespace.scm
x chicken-4.11.0rc1/chicken-status.c
x chicken-4.11.0rc1/posixunix.scm
x chicken-4.11.0rc1/chicken-status.scm
x chicken-4.11.0rc1/srfi-18.import.c
x chicken-4.11.0rc1/batch-driver.c
x chicken-4.11.0rc1/scrutinizer.scm
x chicken-4.11.0rc1/config-arch.sh
x chicken-4.11.0rc1/srfi-1.c
x chicken-4.11.0rc1/ports.import.scm
x chicken-4.11.0rc1/utils.c
x chicken-4.11.0rc1/csibatch.bat
x chicken-4.11.0rc1/posixwin.scm
x chicken-4.11.0rc1/chicken-uninstall.c
x chicken-4.11.0rc1/Makefile.hurd
x chicken-4.11.0rc1/posixwin.c
x chicken-4.11.0rc1/extras.import.scm
x chicken-4.11.0rc1/csi.import.scm
x chicken-4.11.0rc1/extras.scm
x chicken-4.11.0rc1/srfi-4.import.scm
x chicken-4.11.0rc1/irregex.c
x chicken-4.11.0rc1/chicken-uninstall.scm
x chicken-4.11.0rc1/GNUmakefile
x chicken-4.11.0rc1/tcp.import.scm
x chicken-4.11.0rc1/mac.r
x chicken-4.11.0rc1/csi.1
x chicken-4.11.0rc1/manual-html/
x chicken-4.11.0rc1/manual-html/Unit ports.html
x chicken-4.11.0rc1/manual-html/Unit srfi-13.html
x chicken-4.11.0rc1/manual-html/Unit expand.html
x chicken-4.11.0rc1/manual-html/manual.css
x 

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

2016-04-08 Thread Peter Bex
On Fri, Apr 08, 2016 at 06:11:40PM -0400, J Irving wrote:
> Hey Peter
> 
> Operating system: OS X 10.11.4
> Hardware platform: MBP 13, mid 2014, 3GHz Intel Core i7
> C Compiler: Apple LLVM version 7.3.0 (clang-703.0.29)
> Installation works? yes
> Tests work?: no
> 
> test output:
> 8<--
> cd tests; sh runtests.sh
>  version tests ...
> Checking major and minor version numbers against chicken-version... ok
> Checking the registered feature chicken- ok
>  compiler tests ...
> /Users/joni/Scratch/scheme/chicken-4.11.0rc1/tests/../chicken 
> 'compiler-tests.scm' -output-file 'a.c' -types ../types.db -ignore-repository 
> -verbose -include-path
> /Users/joni/Scratch/scheme/chicken-4.11.0rc1/tests/..
> [panic] `##sys#error-hook' is not defined - the `library' unit was probably 
> not linked with this executable - execution terminated

Hm, that's pretty odd.  Can you show us a transcription of all the
commands you ran up to that error, starting from the extraction of
the tarball?

Cheers,
Peter


signature.asc
Description: Digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-08 Thread J Irving
Hey Peter

Operating system: OS X 10.11.4
Hardware platform: MBP 13, mid 2014, 3GHz Intel Core i7
C Compiler: Apple LLVM version 7.3.0 (clang-703.0.29)
Installation works? yes
Tests work?: no

test output:
8<--
cd tests; sh runtests.sh
 version tests ...
Checking major and minor version numbers against chicken-version... ok
Checking the registered feature chicken- ok
 compiler tests ...
/Users/joni/Scratch/scheme/chicken-4.11.0rc1/tests/../chicken 
'compiler-tests.scm' -output-file 'a.c' -types ../types.db -ignore-repository 
-verbose -include-path
/Users/joni/Scratch/scheme/chicken-4.11.0rc1/tests/..
[panic] `##sys#error-hook' is not defined - the `library' unit was probably not 
linked with this executable - execution terminated


Error: shell command terminated with non-zero exit status 256:
/Users/joni/Scratch/scheme/chicken-4.11.0rc1/tests/../chicken 
'compiler-tests.scm' -output-file 'a.c' -types ../types.db -ignore-repository 
-verbose -include-path
/Users/joni/Scratch/scheme/chicken-4.11.0rc1/tests/..
make: *** [check] Error 1


cheers, J

* Erik Falor <ewfa...@gmail.com> [2016-04-08 11:59 -0600]:
> Date: Fri, 8 Apr 2016 11:59:29 -0600
> From: Erik Falor <ewfa...@gmail.com>
> To: chicken-users <chicken-users@nongnu.org>
> Subject: Re: [Chicken-users] [ANN] CHICKEN 4.11.0 release candidate 1
>  available
> Mail-Followup-To: chicken-users <chicken-users@nongnu.org>
> User-Agent: Mutt/1.5.24 (2015-08-30)
> Content-Type: multipart/mixed;
>  boundary="===7638198703955491523=="
>
> To Peter,
> Sorry about the spam. I realized that I didn't hit "Reply to all"
> until after I hit the send button :/
>
> Operating system: SlackwareARM 14.1
> Hardware platform: armv7l (Raspberry Pi 2)
> C Compiler: GCC 4.9.3
> Installation works?: yes
> Tests work?: yes
> Installation of eggs works?: yes (pastiche et. al.)
>
> --
> Erik Falor
> Registered Linux User #445632http://unnovative.net



> ___
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users



signature.asc
Description: PGP signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-08 Thread Erik Falor
To Peter,
Sorry about the spam. I realized that I didn't hit "Reply to all"
until after I hit the send button :/

Operating system: SlackwareARM 14.1
Hardware platform: armv7l (Raspberry Pi 2)
C Compiler: GCC 4.9.3
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes (pastiche et. al.)

-- 
Erik Falor
Registered Linux User #445632http://unnovative.net


signature.asc
Description: PGP signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-06 Thread Sven Hartrumpf
> we are happy to announce the first release candidate of the upcoming

Good work!
Time to go forward . (5) :-)

Operating system: Ubuntu 16.04 (Beta)
Hardware platform: x86-64
C Compiler: GCC 5.3.1 AND clang 3.8
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

Sven

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Timo Myyrä
Peter Bex  writes:

> Hello everyone,
>
> we are happy to announce the first release candidate of the upcoming
> CHICKEN 4.11.0. It is now available at this location:
>
> http://code.call-cc.org/dev-snapshots/2016/04/04/chicken-4.11.0rc1.tar.gz
>
> The SHA 256 sum of that tarball is
>
> d7da097fb886ca2b70ae5bf2510ee40bf57a0453c0aaaf203de648951b24a751
>
> The list of changes since version 4.10.0 is available here:
>
> http://code.call-cc.org/dev-snapshots/2016/04/04/NEWS
>
> Please give it a test and report your findings to the mailing list.
>
> Here's a suggested test procedure:
>
>   $ make PLATFORM= PREFIX= install check
>   $ /bin/chicken-install pastiche
>
> If you want to build CHICKEN with a compiler other than the default one,
> just use C_COMPILER= (e.g., C_COMPILER=clang) on the make
> invocation.
>
> Of course, feel free to explore other supported build options (see the
> README file for more information) and actually use CHICKEN 4.11.0rc1 for
> your software.
>
> If you can, please let us know the following information about the
> environment you tested the RC tarball on:
>
> Operating system: (e.g., FreeBSD 10.1, Debian 8, Windows 7 mingw-msys)
> Hardware platform: (e.g., x86, x86-64, PPC)
> C Compiler: (e.g., GCC 4.9.2, clang 3.6)
> Installation works?: yes or no
> Tests work?: yes or no
> Installation of eggs works?: yes or no
>
> Thanks in advance!
>
> The CHICKEN Team
> ___
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users


Hi,

Great work on the new release, hope to see Chicken 5 soon.


Operating system: OpenBSD-current
Hardware platform: x86-64
C Compiler: GCC 4.2,1
Installation works?: yes
Tests work?: yes [3/4 times]
Installation of eggs works?: yes

My first test run crashed on signal tests. Sadly I didn't copy the test output. 
I re-run the tests for 3 times
to see if it would re-appear but so far all later test runs have succeeded.

Timo




___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Peter Bex
Hi all,

To reply to my own mail, I've tested on Debian, in 6 different
configurations.  Spoiler alert: all work fine except clang on ppc:

Operating system: Debian Wheezy (7.9)
Hardware platform: x86
C Compiler: GCC 4.7.2 AND clang 3.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes


Operating system: Debian Jessie (8.4)
Hardware platform: x86_64
C Compiler: GCC 4.9.2 AND clang 3.5.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes


Operating system: Debian Jessie (8.4)
Hardware platform: powerpc (G4, 32 bits)
C Compiler: GCC 4.9.2
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes


Operating system: Debian Jessie (8.4)
Hardware platform: powerpc (G4, 32 bits)
C Compiler: GCC 4.9.2
Installation works?: yes
Tests work?: NO
Installation of eggs works?: yes

The tests on powerpc+clang fail on "embedding (1)" with:

'clang' 'embedded.o' -o 'a.out' -L/home/sjamaan/src/chicken-4.11.0rc1/tests/.. 
-Wl,-R/home/sjamaan/src/chicken-4.11.0rc1/tests/..  
-L/home/sjamaan/chickens/4.11.0rc1/lib 
-Wl,-R/home/sjamaan/chickens/4.11.0rc1/lib -lchicken -lm -ldl
rm embedded1.o
a.out: runtime.c:2795: void C_save_and_reclaim(void *, int, int *): Assertion 
`C_temporary_stack == C_temporary_stack_bottom' failed.

(I manually typed over the above.  Any inconsistencies are mine)

With clang on the 32-bit platforms, I also saw the printf warnings
Kooda reported about dbg-stub.c.

Cheers,
Peter


signature.asc
Description: Digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Kooda
Thanks a lot for this release candidate! :)

Operating system: AlpineLinux 3.3 (Busybox/Linux with musl libc)
Hardware platform: ARMv7 (32bits)
C Compiler: GCC 5.3.0
Installation works?: Yes
Tests work?: Yes
Installation of eggs works?: Yes (spiffy)


I got some warnings at compilation, but nothing really serious:

In file included from posixunix.c:161:0:
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include 
 to  [-Wcpp]
 #warning redirecting incorrect #include  to 
  ^

In file included from debugger-client.c:13:0:
dbg-stub.c: In function 'send_event':
dbg-stub.c:347:29: warning: format '%lu' expects argument of type 'long 
unsigned int *', but argument 4 has type 'int *' [-Wformat=]
   n = sscanf(rw_buffer, "(%d %lu %d)", , , );
 ^
dbg-stub.c:373:25: warning: format '%ld' expects argument of type 'long int *', 
but argument 4 has type 'int *' [-Wformat=]
   sscanf(rw_buffer, "(%d %ld)", , );
 ^
dbg-stub.c:380:28: warning: format '%ld' expects argument of type 'long int', 
but argument 3 has type 'unsigned int' [-Wformat=]
 sprintf(rw_buffer, "(* BLOB %ld", C_header_bits(x) >> 
C_HEADER_BITS_SHIFT);
^
dbg-stub.c:395:28: warning: format '%ld' expects argument of type 'long int', 
but argument 3 has type 'unsigned int' [-Wformat=]
 sprintf(rw_buffer, "(* SPECIAL %ld %lu", C_header_bits(x) >> 
C_HEADER_BITS_SHIFT,
^
dbg-stub.c:395:28: warning: format '%lu' expects argument of type 'long 
unsigned int', but argument 4 has type 'int' [-Wformat=]
dbg-stub.c:399:31: warning: format '%ld' expects argument of type 'long int', 
but argument 3 has type 'unsigned int' [-Wformat=]
   else sprintf(rw_buffer, "(* VECTOR %ld", C_header_bits(x) >> 
C_HEADER_BITS_SHIFT);

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Bahman Movaqar
On 04/05/2016 12:34 AM, Peter Bex wrote:
> we are happy to announce the first release candidate of the upcoming
> CHICKEN 4.11.0.

Great job CHICKEN people!

> Here's a suggested test procedure:
> 
>   $ make PLATFORM= PREFIX= install check

Went all fine.

>   $ /bin/chicken-install pastiche

Sadly failed grumbling about `match.scm` not found [1].

Operating system: Ubuntu 14.04
Hardware platform: x86_64
C Compiler: gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4
Installation works?: yes
Tests work?: yes
Installation of eggs works?: no (see [1])

[1] I have attached the full log of egg installation.

--
Bahman Movaqar

http://BahmanM.com - https://twitter.com/bahman__m
https://github.com/bahmanm - https://gist.github.com/bahmanm
PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)
retrieving ...
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=pastiche=default" ...
reading response ...
HTTP/1.1 200 OK
Date: Tue, 05 Apr 2016 10:10:07 GMT
Server: Apache/2.2.29 (Unix) DAV/2 SVN/1.8.10 PHP/5.4.32 mod_fastcgi/2.4.6
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks ..
reading files ...
  ./README.org
  ./chicken.css
  ./example-app.scm
  ./pastiche.meta
  ./pastiche.release-info
  ./pastiche.scm
  ./pastiche.setup
 pastiche located at /tmp/temp279d.1679/pastiche
checking platform for `pastiche' ...
checking dependencies for `pastiche' ...
 missing: awful, awful-sql-de-lite, intarweb, html-parser, colorize, miscmacros, utf8
retrieving ...
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=awful=default" ...
reading response ...
HTTP/1.1 200 OK
Date: Tue, 05 Apr 2016 10:10:10 GMT
Server: Apache/2.2.29 (Unix) DAV/2 SVN/1.8.10 PHP/5.4.32 mod_fastcgi/2.4.6
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks ..
reading files ...
  ./LICENSE
  ./awful-server.scm
  ./awful.meta
  ./awful.release-info
  ./awful.scm
  ./awful.setup
  ./version.scm
 awful located at /tmp/temp279d.1679/awful
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=awful-sql-de-lite=default" ...
reading response ...
HTTP/1.1 200 OK
Date: Tue, 05 Apr 2016 10:10:16 GMT
Server: Apache/2.2.29 (Unix) DAV/2 SVN/1.8.10 PHP/5.4.32 mod_fastcgi/2.4.6
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks .
reading files ...
  ./README
  ./awful-sql-de-lite.meta
  ./awful-sql-de-lite.release-info
  ./awful-sql-de-lite.scm
  ./awful-sql-de-lite.setup
 awful-sql-de-lite located at /tmp/temp279d.1679/awful-sql-de-lite
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=intarweb=default" ...
reading response ...
HTTP/1.1 200 OK
Date: Tue, 05 Apr 2016 10:10:18 GMT
Server: Apache/2.2.29 (Unix) DAV/2 SVN/1.8.10 PHP/5.4.32 mod_fastcgi/2.4.6
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks 
reading files ...
  ./benchmarks/
  ./benchmarks/parsers.scm
  ./benchmarks/run.scm
  ./benchmarks/unparsers.scm
  ./header-parsers.scm
  ./intarweb.meta
  ./intarweb.scm
  ./intarweb.setup
 intarweb located at /tmp/temp279d.1679/intarweb
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=html-parser=default" ...
reading response ...
HTTP/1.1 200 OK
Date: Tue, 05 Apr 2016 10:10:23 GMT
Server: Apache/2.2.29 (Unix) DAV/2 SVN/1.8.10 PHP/5.4.32 mod_fastcgi/2.4.6
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks ..
reading files ...
  ./html-parser.meta
  ./html-parser.scm
  ./html-parser.setup
  ./test.scm
 html-parser located at /tmp/temp279d.1679/html-parser
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=colorize=default" ...
reading response ...
HTTP/1.1 200 OK
Date: Tue, 05 Apr 2016 10:10:26 GMT
Server: Apache/2.2.29 (Unix) DAV/2 SVN/1.8.10 PHP/5.4.32 mod_fastcgi/2.4.6
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks ...
reading files ...
  ./coloring-types.scm
  ./colorize.meta
  ./colorize.scm
  ./colorize.setup
 colorize located at /tmp/temp279d.1679/colorize
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=miscmacros=default" ...
reading response ...
HTTP/1.1 200 OK
Date: Tue, 05 Apr 2016 10:10:30 GMT
Server: Apache/2.2.29 (Unix) DAV/2 SVN/1.8.10 PHP/5.4.32 mod_fastcgi/2.4.6
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks .
reading files ...
  ./debian/
  ./debian/changelog
  ./debian/control
  ./debian/copyright
  ./debian/rules
  ./miscmacros.meta
  ./miscmacros.scm
  ./miscmacros.setup
 miscmacros located at /tmp/temp279d.1679/miscmacros
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=utf8=default" ...
reading response ...
HTTP/1.1 200 OK
Date: Tue, 

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

2016-04-05 Thread Matt Gushee
​se​
On Tue, Apr 5, 2016 at 4:06 AM, Bahman Movaqar  wrote

> On 04/05/2016 02:33 PM, Matt Gushee wrote:
>


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


> Have you set `CHICKEN_PREFIX` and `CHICKEN_REPOSITORY` to point to the
> new installation directory?
>

​Ah, thank you. I had not done that, and doing so does fix the problem. But
chicken-install should not segfault in any ​
​case, should it?​
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Bahman Movaqar
On 04/05/2016 02:33 PM, Matt Gushee wrote:
> 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 (0x7ffefadaa000)
> libchicken.so.8 => /opt/chicken411/lib/libchicken.so.8
> (0x7fdfd906f000)
> libm.so.6 => /usr/lib/libm.so.6 (0x7fdfd8d6a000)
> libdl.so.2 => /usr/lib/libdl.so.2 (0x7fdfd8b66000)
> libc.so.6 => /usr/lib/libc.so.6 (0x7fdfd87c5000)
> /lib64/ld-linux-x86-64.so.2 (0x7fdfd974)
> 

Have you set `CHICKEN_PREFIX` and `CHICKEN_REPOSITORY` to point to the
new installation directory?


--
Bahman Movaqar

http://BahmanM.com - https://twitter.com/bahman__m
https://github.com/bahmanm - https://gist.github.com/bahmanm
PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)



signature.asc
Description: OpenPGP digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Matt Gushee
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 (0x7ffefadaa000)
libchicken.so.8 => /opt/chicken411/lib/libchicken.so.8
(0x7fdfd906f000)
libm.so.6 => /usr/lib/libm.so.6 (0x7fdfd8d6a000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x7fdfd8b66000)
libc.so.6 => /usr/lib/libc.so.6 (0x7fdfd87c5000)
/lib64/ld-linux-x86-64.so.2 (0x7fdfd974)



On Tue, Apr 5, 2016 at 3:43 AM, Peter Bex  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
>
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Matt Gushee
I guess one of my incidental actions did screw things up. I've started
over, and this time compilation was successful.

On Tue, Apr 5, 2016 at 3:34 AM, 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.
>
> On Tue, Apr 5, 2016 at 2:01 AM, Peter Bex  wrote:
>
>> On Tue, Apr 05, 2016 at 12:02:52AM -0600, Matt Gushee wrote:
>> > Thanks for the new release. Here's my compilation report:
>> >
>> > Operating system: Manjaro Linux
>> > Hardware platform: x86_64
>> > C Compiler: gcc 5.3.0
>> >
>> > Compilation fails with the messages shown below. This is apparently the
>> > first invocation of 'chicken' - which on my system refers to the
>> installed
>> > chicken executable, which is Chicken 4.10.0.
>>
>> Can you paste exactly which commands you ran to get this error, starting
>> with the extraction of the tarball?
>>
>> Cheers,
>> Peter
>>
>
>
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Peter Bex
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


signature.asc
Description: Digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Matt Gushee
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.

On Tue, Apr 5, 2016 at 2:01 AM, Peter Bex  wrote:

> On Tue, Apr 05, 2016 at 12:02:52AM -0600, Matt Gushee wrote:
> > Thanks for the new release. Here's my compilation report:
> >
> > Operating system: Manjaro Linux
> > Hardware platform: x86_64
> > C Compiler: gcc 5.3.0
> >
> > Compilation fails with the messages shown below. This is apparently the
> > first invocation of 'chicken' - which on my system refers to the
> installed
> > chicken executable, which is Chicken 4.10.0.
>
> Can you paste exactly which commands you ran to get this error, starting
> with the extraction of the tarball?
>
> Cheers,
> Peter
>
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Peter Bex
On Tue, Apr 05, 2016 at 12:02:52AM -0600, Matt Gushee wrote:
> Thanks for the new release. Here's my compilation report:
> 
> Operating system: Manjaro Linux
> Hardware platform: x86_64
> C Compiler: gcc 5.3.0
> 
> Compilation fails with the messages shown below. This is apparently the
> first invocation of 'chicken' - which on my system refers to the installed
> chicken executable, which is Chicken 4.10.0.

Can you paste exactly which commands you ran to get this error, starting
with the extraction of the tarball?

Cheers,
Peter


signature.asc
Description: Digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Peter Bex
On Tue, Apr 05, 2016 at 05:24:06AM +0200, alexander.she...@web.de wrote:
> On Tue, Apr 05, 2016 at 05:12:35AM +0200, alexander.she...@web.de wrote:
> > On Mon, Apr 04, 2016 at 10:04:17PM +0200, Peter Bex wrote:
> > > Hello everyone,
> > > 
> > > we are happy to announce the first release candidate of the upcoming
> > > CHICKEN 4.11.0. It is now available at this location:
> > > 
> > > 
> > Installation of eggs works: yes
> Sorry to follow up on my own posting, but there seems to be a problem with
> the "matchable" egg. Chicken-install numbers worked, though, but
> the "spock" and "pastiche" eggs failed.

Yeah, that's a problem we discovered yesterday.  The egg is broken due
to a missing file, which is unrelated to this CHICKEN release (except
for the bad timing).

Cheers,
Peter


signature.asc
Description: Digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-05 Thread Matt Gushee
Thanks for the new release. Here's my compilation report:

Operating system: Manjaro Linux
Hardware platform: x86_64
C Compiler: gcc 5.3.0

Compilation fails with the messages shown below. This is apparently the
first invocation of 'chicken' - which on my system refers to the installed
chicken executable, which is Chicken 4.10.0.

chicken  build-version.scm -optimize-level 2 -include-path . -include-path
./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings
-specialize -types ./types.db   -explicit-use -no-trace -output-file
build-version.c
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES
-c -Os -fomit-frame-pointer  -DC_BUILDING_LIBCHICKEN build-version.c -o
build-version-static.o -I. -I./
build-version.c:29:25: error: unknown type name 'C_proc2'
 static void C_fcall tr2(C_proc2 k) C_regparm C_noret;
 ^
build-version.c:30:35: error: unknown type name 'C_proc2'
 C_regparm static void C_fcall tr2(C_proc2 k){
   ^
build-version.c: In function 'C_build_2dversion_toplevel':
build-version.c:56:38: warning: passing argument 2 of 'C_reclaim' makes
integer from pointer without a cast [-Wint-conversion]
 C_reclaim((void*)toplevel_trampoline,NULL);}
  ^
In file included from build-version.c:11:0:
chicken.h:1736:26: note: expected 'long int' but argument is of type 'void
*'
 C_fctexport void C_fcall C_reclaim(void *trampoline, C_word c) C_regparm
C_nore
  ^
build-version.c:77:3: error: 'C_proc2' undeclared (first use in this
function)
 ((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_SCHEME_UNDEFINED);}
   ^
build-version.c:77:3: note: each undeclared identifier is reported only
once for each function it appears in
build-version.c:77:12: error: expected expression before 'void'
 ((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_SCHEME_UNDEFINED);}
^
build-version.c: In function 'f_213':
build-version.c:87:27: error: 'tr2' undeclared (first use in this function)
 C_save_and_reclaim((void*)tr2,(void*)f_213,2,t0,t1);}
   ^
build-version.c:87:31: warning: passing argument 2 of 'C_save_and_reclaim'
makes integer from pointer without a cast [-Wint-conversion]
 C_save_and_reclaim((void*)tr2,(void*)f_213,2,t0,t1);}
   ^
In file included from build-version.c:11:0:
chicken.h:1737:18: note: expected 'int' but argument is of type 'void *'
 C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av)
C_nore
  ^
build-version.c:87:44: warning: passing argument 3 of 'C_save_and_reclaim'
makes pointer from integer without a cast [-Wint-conversion]
 C_save_and_reclaim((void*)tr2,(void*)f_213,2,t0,t1);}
^
In file included from build-version.c:11:0:
chicken.h:1737:18: note: expected 'long int *' but argument is of type 'int'
 C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av)
C_nore
  ^
build-version.c:87:1: error: too many arguments to function
'C_save_and_reclaim'
 C_save_and_reclaim((void*)tr2,(void*)f_213,2,t0,t1);}
 ^
In file included from build-version.c:11:0:
chicken.h:1737:18: note: declared here
 C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av)
C_nore
  ^
build-version.c:90:3: error: 'C_proc4' undeclared (first use in this
function)
 ((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,t1,C_mpointer(,(void*)C_BUILD_TAG),
   ^
build-version.c:90:12: error: expected expression before 'void'
 ((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,t1,C_mpointer(,(void*)C_BUILD_TAG),
^
build-version.c: In function 'C_build_2dversion_toplevel':
build-version.c:77:12: warning: 'noreturn' function does return
 ((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_SCHEME_UNDEFINED);}
^
build-version.c: In function 'f_213':
build-version.c:90:12: warning: 'noreturn' function does return
 ((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,t1,C_mpointer(,(void*)C_BUILD_TAG),
^
rules.make:131: recipe for target 'build-version-static.o' failed
make: *** [build-version-static.o] Error 1


On Mon, Apr 4, 2016 at 2:04 PM, Peter Bex  wrote:

> Hello everyone,
>
> we are happy to announce the first release candidate of the upcoming
> CHICKEN 4.11.0. It is now available at this location:
>
> http://code.call-cc.org/dev-snapshots/2016/04/04/chicken-4.11.0rc1.tar.gz
>
> The SHA 256 sum of that tarball is
>
> d7da097fb886ca2b70ae5bf2510ee40bf57a0453c0aaaf203de648951b24a751
>
> The list of changes since version 4.10.0 is available here:
>
> http://code.call-cc.org/dev-snapshots/2016/04/04/NEWS
>
> Please give it a test and report your findings to the mailing list.
>
> Here's a suggested test procedure:
>
>   $ make PLATFORM= PREFIX= install check
>   $ /bin/chicken-install pastiche
>
> If you want to build CHICKEN with a compiler other than the default one,
> just use C_COMPILER= 

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

2016-04-04 Thread Alexander . Shendi
On Tue, Apr 05, 2016 at 05:12:35AM +0200, alexander.she...@web.de wrote:
> On Mon, Apr 04, 2016 at 10:04:17PM +0200, Peter Bex wrote:
> > Hello everyone,
> > 
> > we are happy to announce the first release candidate of the upcoming
> > CHICKEN 4.11.0. It is now available at this location:
> > 
> > 
> Installation of eggs works: yes
Sorry to follow up on my own posting, but there seems to be a problem with
the "matchable" egg. Chicken-install numbers worked, though, but
the "spock" and "pastiche" eggs failed.

Best Regards,

Alexander

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-04 Thread Alexander . Shendi
On Mon, Apr 04, 2016 at 10:04:17PM +0200, Peter Bex wrote:
> Hello everyone,
> 
> we are happy to announce the first release candidate of the upcoming
> CHICKEN 4.11.0. It is now available at this location:
> 
> http://code.call-cc.org/dev-snapshots/2016/04/04/chicken-4.11.0rc1.tar.gz
> 
> The SHA 256 sum of that tarball is
> 
> d7da097fb886ca2b70ae5bf2510ee40bf57a0453c0aaaf203de648951b24a751
> 
> The list of changes since version 4.10.0 is available here:
> 
> http://code.call-cc.org/dev-snapshots/2016/04/04/NEWS
> 
> Please give it a test and report your findings to the mailing list.
> 
> Here's a suggested test procedure:
> 
>   $ make PLATFORM= PREFIX= install check
>   $ /bin/chicken-install pastiche
> 
> If you want to build CHICKEN with a compiler other than the default one,
> just use C_COMPILER= (e.g., C_COMPILER=clang) on the make
> invocation.
> 
> Of course, feel free to explore other supported build options (see the
> README file for more information) and actually use CHICKEN 4.11.0rc1 for
> your software.
> 
> If you can, please let us know the following information about the
> environment you tested the RC tarball on:
> 
Operating System: Android 6.0.1 "Marshmallow"
Hardware Platform: arm64 aka aarch64
C-Compiler: gcc 5.3.0
Installation works: yes
Tests work: no (but see below)
Installation of eggs works: yes
Note: Some tests fail because the linker emits error messages like:

WARNING: linker: ../csi: unused DT entry: type 0xf arg 0x51e
WARNING: linker: 
/data/data/com.termux/files/home/chickens/4.11.0rc1/lib/chicken/8/posix.import.so:
 unused DT entry: type 0xf arg 0x1eb

The generated executables work though, but generate a similar warning message.

Otherwise the compiler seems to work for me.

Best Regards,

Alexander

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-04 Thread Arthur Maciel
Thanks, Peter and all the CHICKEN Team for this new release candidate.

Operating system: Linux Mint 17
Hardware platform: x86-64
C Compiler: GCC 4.9.3
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes
Hello everyone,

we are happy to announce the first release candidate of the upcoming
CHICKEN 4.11.0. It is now available at this location:

http://code.call-cc.org/dev-snapshots/2016/04/04/chicken-4.11.0rc1.tar.gz

The SHA 256 sum of that tarball is

d7da097fb886ca2b70ae5bf2510ee40bf57a0453c0aaaf203de648951b24a751

The list of changes since version 4.10.0 is available here:

http://code.call-cc.org/dev-snapshots/2016/04/04/NEWS

Please give it a test and report your findings to the mailing list.

Here's a suggested test procedure:

  $ make PLATFORM= PREFIX= install check
  $ /bin/chicken-install pastiche

If you want to build CHICKEN with a compiler other than the default one,
just use C_COMPILER= (e.g., C_COMPILER=clang) on the make
invocation.

Of course, feel free to explore other supported build options (see the
README file for more information) and actually use CHICKEN 4.11.0rc1 for
your software.

If you can, please let us know the following information about the
environment you tested the RC tarball on:

Operating system: (e.g., FreeBSD 10.1, Debian 8, Windows 7 mingw-msys)
Hardware platform: (e.g., x86, x86-64, PPC)
C Compiler: (e.g., GCC 4.9.2, clang 3.6)
Installation works?: yes or no
Tests work?: yes or no
Installation of eggs works?: yes or no

Thanks in advance!

The CHICKEN Team

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

2016-04-04 Thread Peter Bex
Hello everyone,

we are happy to announce the first release candidate of the upcoming
CHICKEN 4.11.0. It is now available at this location:

http://code.call-cc.org/dev-snapshots/2016/04/04/chicken-4.11.0rc1.tar.gz

The SHA 256 sum of that tarball is

d7da097fb886ca2b70ae5bf2510ee40bf57a0453c0aaaf203de648951b24a751

The list of changes since version 4.10.0 is available here:

http://code.call-cc.org/dev-snapshots/2016/04/04/NEWS

Please give it a test and report your findings to the mailing list.

Here's a suggested test procedure:

  $ make PLATFORM= PREFIX= install check
  $ /bin/chicken-install pastiche

If you want to build CHICKEN with a compiler other than the default one,
just use C_COMPILER= (e.g., C_COMPILER=clang) on the make
invocation.

Of course, feel free to explore other supported build options (see the
README file for more information) and actually use CHICKEN 4.11.0rc1 for
your software.

If you can, please let us know the following information about the
environment you tested the RC tarball on:

Operating system: (e.g., FreeBSD 10.1, Debian 8, Windows 7 mingw-msys)
Hardware platform: (e.g., x86, x86-64, PPC)
C Compiler: (e.g., GCC 4.9.2, clang 3.6)
Installation works?: yes or no
Tests work?: yes or no
Installation of eggs works?: yes or no

Thanks in advance!

The CHICKEN Team


signature.asc
Description: Digital signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users