Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 582958

Summary: kde-apps/kopete-16.04.1: building w/gcc-6: error: could not convert 'false' from 'bool' to 'const Kopete::MetaContact*'
Product: Gentoo Linux Reporter: Peter Levine <plevine457>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: plevine457
Priority: Normal Keywords: PATCH, UPSTREAM
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://git.reviewboard.kde.org/r/128006/
Whiteboard: fixed in 16.04.2
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 582084    

Description Peter Levine 2016-05-14 02:58:06 UTC
Building kde-apps/kopete-16.04.0 with gcc-6 fails with:

>In file included from /var/tmp/portage/kde-apps/kopete-16.04.0/work/kopete-16.04.0/plugins/history2/history2logger.cpp:19:0:
>/var/tmp/portage/kde-apps/kopete-16.04.0/work/kopete-16.04.0/plugins/history2/history2logger.h:97:81: error: could not convert 'false' from 'bool' to 'const >Kopete::MetaContact*'
>                                      int offset=0, const Kopete::MetaContact >*c=false, bool reverseOrder=true);


Reported upstream: https://bugs.kde.org/show_bug.cgi?id=363053
Proposed patch: https://bugsfiles.kde.org/attachment.cgi?id=98951
Comment 1 Peter Levine 2016-05-16 05:41:25 UTC
> Proposed patch: https://bugsfiles.kde.org/attachment.cgi?id=98951

Proposed patch: https://bugs.kde.org/attachment.cgi?id=99003
Comment 2 Michael Palimaka (kensington) gentoo-dev 2016-06-26 19:12:46 UTC
Thanks, 16.04.2 in tree now.