Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630396 - dev-cpp/pstreams-1.0.1 : test_pstreams.cc:657:40: error: cannot convert std::basic_istream<char> to bool
Summary: dev-cpp/pstreams-1.0.1 : test_pstreams.cc:657:40: error: cannot convert std::...
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: PMASKED
Depends on:
Blocks:
 
Reported: 2017-09-08 16:49 UTC by Toralf Förster
Modified: 2022-12-20 16:31 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.00 KB, text/plain)
2017-09-08 16:49 UTC, Toralf Förster
Details
dev-cpp:pstreams-1.0.1:20170908-101926.log (dev-cpp:pstreams-1.0.1:20170908-101926.log,2.94 KB, text/plain)
2017-09-08 16:49 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,180.19 KB, text/plain)
2017-09-08 16:49 UTC, Toralf Förster
Details
environment (environment,39.14 KB, text/plain)
2017-09-08 16:49 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.13 KB, application/x-bzip)
2017-09-08 16:49 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,11.38 KB, application/x-bzip)
2017-09-08 16:50 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 2017-09-08 16:49:43 UTC
x86_64-pc-linux-gnu-g++ -Werror=terminate -O2 -pipe -march=native  -Wl,-O1 -Wl,--as-needed -o test_pstreams test_pstreams.cc
test_pstreams.cc: In function ‘int main()’:
test_pstreams.cc:657:40: error: cannot convert ‘std::basic_istream<char>’ to ‘bool’ for argument ‘2’ to ‘void {anonymous}::print_result(const T&, bool) [with T = redi::basic_ipstream<char>]’
         print_result(in, getline(in, s));
                                        ^
test_pstreams.cc:665:40: error: cannot convert ‘std::basic_istream<char>’ to ‘bool’ for argument ‘2’ to ‘void {anonymous}::print_result(const T&, bool) [with T = redi::basic_ipstream<char>]’

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop_libressl_20170903-100751

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.5.1 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-cpp/pstreams
[ebuild  N    ] dev-cpp/pstreams-1.0.1  USE="-doc"
Comment 1 Toralf Förster gentoo-dev 2017-09-08 16:49:46 UTC
Created attachment 493316 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-09-08 16:49:49 UTC
Created attachment 493318 [details]
dev-cpp:pstreams-1.0.1:20170908-101926.log
Comment 3 Toralf Förster gentoo-dev 2017-09-08 16:49:53 UTC
Created attachment 493320 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-09-08 16:49:56 UTC
Created attachment 493322 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-09-08 16:49:59 UTC
Created attachment 493324 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-09-08 16:50:02 UTC
Created attachment 493326 [details]
temp.tbz2
Comment 7 Agostino Sarubbo gentoo-dev 2021-04-20 06:48:42 UTC
Dear treecleaner@:

I'm still able to reproduce this issue right now.

Since it has not been fixed for a long time, I'd suggest to evaluate if it is the case to remove this package from the tree. Thanks
Comment 8 Larry the Git Cow gentoo-dev 2022-11-19 14:13:01 UTC
The bug has been referenced in the following commit(s):

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

commit a8a067fd32a291921cb7f84d211801acf7ffc30f
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-11-19 14:12:32 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-11-19 14:12:58 +0000

    package.mask: Last rite dev-cpp/pstreams
    
    Bug: https://bugs.gentoo.org/630396
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2022-12-20 16:31:43 UTC
The bug has been closed via the following commit(s):

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

commit b154ab7837360f2a0fb799eb9f3c01f128e452d3
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2022-12-20 16:28:50 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-12-20 16:30:33 +0000

    dev-cpp/pstreams: treeclean
    
    Closes: https://bugs.gentoo.org/630396
    Closes: https://bugs.gentoo.org/688760
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-cpp/pstreams/Manifest              |  2 --
 dev-cpp/pstreams/metadata.xml          | 11 ---------
 dev-cpp/pstreams/pstreams-1.0.1.ebuild | 44 ----------------------------------
 profiles/package.mask                  |  5 ----
 4 files changed, 62 deletions(-)