Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833467 - dev-scheme/chez-9.5.6-r2 - cc1: all warnings being treated as errors
Summary: dev-scheme/chez-9.5.6-r2 - cc1: all warnings being treated as errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Smith
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-16 08:20 UTC by Toralf Förster
Modified: 2022-02-16 10:50 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.36 KB, text/plain)
2022-02-16 08:20 UTC, Toralf Förster
Details
dev-scheme:chez-9.5.6-r2:20220216-075742.log (dev-scheme:chez-9.5.6-r2:20220216-075742.log,9.39 KB, text/plain)
2022-02-16 08:20 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,54.79 KB, application/x-bzip)
2022-02-16 08:20 UTC, Toralf Förster
Details
environment (environment,55.76 KB, text/plain)
2022-02-16 08:20 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,50.66 KB, application/x-bzip)
2022-02-16 08:20 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,1.52 KB, application/x-bzip)
2022-02-16 08:20 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,15.44 KB, application/x-bzip)
2022-02-16 08:20 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-02-16 08:20:37 UTC
expeditor.c: In function ‘s_ee_read_char’:
expeditor.c:708:55: error: ‘sz’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  708 |   } while ((n < 0 && errno == EINTR) || (n == 1 && sz == (size_t)-2));
      |                                                    ~~~^~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [Makefile:29: expeditor.o] Error 1
make[2]: *** Waiting for unfinished jobs....

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-j4_test_debug-20220211-232930

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/13
13.0.1
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.58.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JRE 11.0.14_p9 [openjdk-jre-bin-11]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-11 

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.4
  [2]   php8.0
  [3]   php8.1 *

  HEAD of ::gentoo
commit cb84330775af741d8cf745e62e3caf41223e1317
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Feb 16 07:07:07 2022 +0000

    2022-02-16 07:07:03 UTC

emerge -qpvO dev-scheme/chez
[ebuild  N    ] dev-scheme/chez-9.5.6-r2  USE="X ncurses -examples -threads"
Comment 1 Toralf Förster gentoo-dev 2022-02-16 08:20:38 UTC
Created attachment 765246 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-02-16 08:20:39 UTC
Created attachment 765247 [details]
dev-scheme:chez-9.5.6-r2:20220216-075742.log
Comment 3 Toralf Förster gentoo-dev 2022-02-16 08:20:41 UTC
Created attachment 765248 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2022-02-16 08:20:42 UTC
Created attachment 765249 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-02-16 08:20:43 UTC
Created attachment 765250 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-02-16 08:20:44 UTC
Created attachment 765251 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-02-16 08:20:45 UTC
Created attachment 765252 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-02-16 10:50:07 UTC
The bug has been closed via the following commit(s):

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

commit ce4531fbdfa56d1398dd3dd69e3eddbe1f17f14c
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2022-02-16 10:49:13 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2022-02-16 10:49:31 +0000

    dev-scheme/chez: remove -Werror
    
    Closes: https://bugs.gentoo.org/833467
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/chez/chez-9.5.6-r2.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)