Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563374 - =dev-scheme/chicken-4.10.0-r1 - chicken.h ... srfi-4.c: warning: array subscript is above array bounds [-Warray-bounds]
Summary: =dev-scheme/chicken-4.10.0-r1 - chicken.h ... srfi-4.c: warning: array subscr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: erik falor
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2015-10-18 06:32 UTC by Jeroen Roovers (RETIRED)
Modified: 2018-03-15 20:39 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-scheme:chicken-4.10.0-r1:20151018-061511.log.xz (20151018-061511.log.xz,213.04 KB, application/-x-xz)
2015-10-18 06:32 UTC, Jeroen Roovers (RETIRED)
Details
dev-scheme:chicken-4.10.0-r1:20151018-062404.log.xz (20151018-062404.log.xz,250.45 KB, application/x-xz)
2015-10-18 06:35 UTC, Jeroen Roovers (RETIRED)
Details
ebuild for Chicken 4.12.0 (chicken-4.12.0.ebuild,1.64 KB, text/plain)
2017-10-21 16:51 UTC, erik falor
Details
ebuild for Chicken 4.13.0 (chicken-4.13.0.ebuild,1.64 KB, text/plain)
2018-03-03 23:30 UTC, erik falor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2015-10-18 06:32:42 UTC
Created attachment 414818 [details]
dev-scheme:chicken-4.10.0-r1:20151018-061511.log.xz

grep 'above array' dev-scheme:chicken-4.10.0-r1:20151018-061511.log | awk -F: '{ print $1; }' |sort -u

chicken.h batch-driver.c chicken-ffi-syntax.c chicken-syntax.c compiler.c data-structures.c eval.c expand.c extras.c files.c irregex.c library.c lolevel.c ports.c profiler.c scheduler.c srfi-14.c srfi-18.c srfi-1.c srfi-4.c
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-10-18 06:35:27 UTC
Created attachment 414820 [details]
dev-scheme:chicken-4.10.0-r1:20151018-062404.log.xz
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2015-10-18 06:36:42 UTC
[ebuild   R   ~] dev-scheme/chicken-4.10.0-r1::gentoo  USE="-doc -emacs" 0 KiB
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2015-10-18 06:41:06 UTC
# xzgrep 'above array' dev-scheme:chicken-4.10.0-r1:20151018-061511.log.xz | wc -l
4063
# xzgrep 'above array' dev-scheme:chicken-4.10.0-r1:20151018-062404.log.xz | wc -l
2243

Some of those are probably duplicates. But still.
Comment 4 erik falor 2017-10-21 16:51:44 UTC
Created attachment 499562 [details]
ebuild for Chicken 4.12.0

This bug is resolved in Chicken 4.12.0.
Comment 5 erik falor 2018-03-03 23:30:58 UTC
Created attachment 522226 [details]
ebuild for Chicken 4.13.0

ebuild for Chicken 4.13.0

This bug remains resolved in Chicken 4.13.0.
Comment 6 Larry the Git Cow gentoo-dev 2018-03-15 20:39:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc960fbfc8ad6817e74586d29aed8537ed6b7c4

commit 3fc960fbfc8ad6817e74586d29aed8537ed6b7c4
Author:     Maxim Koltsov <maksbotan@gentoo.org>
AuthorDate: 2018-03-15 20:36:24 +0000
Commit:     Maxim Koltsov <maksbotan@gentoo.org>
CommitDate: 2018-03-15 20:38:48 +0000

    dev-scheme/chicken: bump to 4.13.0
    
    Improvements
    - Use EAPI 6
    - Don't pollute global scope
    - Remove runtime-dep-only USE emacs
    - Improve DESCRIPTION
    - Generate 'modules.db' in postinst
    
    Closes: https://bugs.gentoo.org/563374
    
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-scheme/chicken/Manifest              |  1 +
 dev-scheme/chicken/chicken-4.13.0.ebuild | 68 ++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)