Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830096 - dev-cpp/pstreams-1.0.1 - cc1plus: all warnings being treated as errors
Summary: dev-cpp/pstreams-1.0.1 - cc1plus: 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: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2021-12-27 10:43 UTC by Toralf Förster
Modified: 2022-06-11 06:03 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.86 KB, text/plain)
2021-12-27 10:43 UTC, Toralf Förster
Details
dev-cpp:pstreams-1.0.1:20211227-005539.log (dev-cpp:pstreams-1.0.1:20211227-005539.log,3.74 KB, text/plain)
2021-12-27 10:43 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,251.86 KB, text/plain)
2021-12-27 10:43 UTC, Toralf Förster
Details
environment (environment,54.96 KB, text/plain)
2021-12-27 10:43 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,25.66 KB, application/x-bzip)
2021-12-27 10:43 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,14.77 KB, application/x-bzip)
2021-12-27 10:43 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 2021-12-27 10:43:51 UTC
      |                             ~~~~~~~~~~^~
test_pstreams.cc:802:18: note: shadowed declaration is here
  802 |         ipstream in(argv[0]);
      |                  ^~
cc1plus: all warnings being treated as errors
make[1]: *** [Makefile:43: test_pstreams] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-cpp/pstreams-1.0.1/work/pstreams-1.0.1'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20211220-180518

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-11.2.1 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Rust versions:
  [1]   rust-bin-1.57.0
  [2]   rust-1.57.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.312_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit b0d724d2e1e5e7a2f5193475bdda3c7d33427079
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Dec 27 00:21:49 2021 +0000

    2021-12-27 00:21:48 UTC

emerge -qpvO dev-cpp/pstreams
[ebuild  N    ] dev-cpp/pstreams-1.0.1  USE="doc"
Comment 1 Toralf Förster gentoo-dev 2021-12-27 10:43:52 UTC
Created attachment 760536 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-27 10:43:53 UTC
Created attachment 760537 [details]
dev-cpp:pstreams-1.0.1:20211227-005539.log
Comment 3 Toralf Förster gentoo-dev 2021-12-27 10:43:54 UTC
Created attachment 760538 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-12-27 10:43:55 UTC
Created attachment 760539 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-12-27 10:43:57 UTC
Created attachment 760540 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-12-27 10:43:58 UTC
Created attachment 760541 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-06-11 06:03:24 UTC
The bug has been closed via the following commit(s):

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

commit 21d16abda27e6116bee8a6764a169a2b6bf16f7d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-11 06:03:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-11 06:03:19 +0000

    dev-cpp/pstreams: avoid Werror
    
    Use direct docs target instead of all -> check_werror(!)
    
    Closes: https://bugs.gentoo.org/830096
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-cpp/pstreams/pstreams-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)