[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CHICKEN 5.4.0 release candidate available (Peter Bex)
From: |
Claude Marinier |
Subject: |
Re: CHICKEN 5.4.0 release candidate available (Peter Bex) |
Date: |
Fri, 31 May 2024 13:33:19 -0400 |
On Fri, 31 May 2024 10:08:42 +0200, Peter Bex wrote
> Please give it a test and report your findings to the mailing list.
The initial make produced two errors.
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H
-DC_ENABLE_PTABLES -c -Os -fomit-frame-pointer
-DC_BUILDING_LIBCHICKEN tcp.c -o tcp-static.o -I. -I./
In function ‘stub398’,
inlined from ‘f_1381’ at tcp.c:1466:8:
tcp.c:190:1: warning: ‘memset’ writing 12 bytes into a region of size
0 overflows the destination [-Wstringop-overflow=]
190 | memset(addr, 0, sizeof(struct sockaddr_in));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H
-DC_ENABLE_PTABLES -c -Os -fomit-frame-pointer -fPIC -DPIC
-DC_BUILDING_LIBCHICKEN tcp.c -o tcp.o -I. -I./
In function ‘stub398’,
inlined from ‘f_1381’ at tcp.c:1466:8:
tcp.c:190:1: warning: ‘memset’ writing 12 bytes into a region of size
0 overflows the destination [-Wstringop-overflow=]
190 | memset(addr, 0, sizeof(struct sockaddr_in));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I built two of my programs (both small), quickly tested the first, and
processed the test file of the second. All worked well.
> $ make PREFIX=<some dir> install check
======================================== done. All tests passed.
> $ <some dir>/bin/chicken-install pastiche
There were some compilation warnings when compiling sqlite3.c
Otherwise OK.
> If you can, please let us know the following information about the
> environment you tested the RC tarball on:
Operating system: MX Linux (Debian bookworm
Hardware platform: x86-64
C Compiler: gcc (Debian 12.2.0-14) 12.2.0
Installation works?: yes
Tests work?: yes or no
Installation of eggs works?: yes
--
Claude Marinier
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: CHICKEN 5.4.0 release candidate available (Peter Bex),
Claude Marinier <=