Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927777 - dev-db/mysql-workbench-8.0.36 fails to compile: SSHSftp.cpp:65:20: error: remove_if is not a member of std
Summary: dev-db/mysql-workbench-8.0.36 fails to compile: SSHSftp.cpp:65:20: error: rem...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
: 932844 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-03-25 10:34 UTC by Agostino Sarubbo
Modified: 2024-07-03 05:16 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,47.80 KB, application/x-xz)
2024-03-25 10:34 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-03-25 10:34:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-db/mysql-workbench-8.0.36 fails to compile.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-25 10:34:57 UTC
Created attachment 888503 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-25 10:34:58 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: library/ssh/CMakeFiles/wbssh.dir/SSHSftp.cpp.o 
/var/tmp/portage/dev-db/mysql-workbench-8.0.36/work/mysql-workbench-community-8.0.36-src/library/ssh/SSHSftp.cpp:65:20: error: ‘remove_if’ is not a member of ‘std’; did you mean ‘remove_cv’?
Comment 3 Hans de Graaff gentoo-dev Security 2024-03-25 18:22:37 UTC
 The following headers are used less widely in libstdc++ and may need to be included explicitly when compiling with GCC 14:

    <algorithm> (for std::copy_n, std::find_if, std::lower_bound, std::remove, std::reverse, std::sort etc.) 


Used in a lot of different places, best fixed upstream.
Comment 4 Alfred Wingate 2024-05-27 13:17:52 UTC
*** Bug 932844 has been marked as a duplicate of this bug. ***
Comment 5 jannis 2024-06-23 13:36:32 UTC
This one should block 914580, I assume?
Comment 6 Larry the Git Cow gentoo-dev 2024-07-03 05:16:39 UTC
The bug has been closed via the following commit(s):

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

commit e91d5e37283aeed9b0e1c3602a804dee4e23cc9c
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2024-07-03 05:15:22 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2024-07-03 05:15:41 +0000

    dev-db/mysql-workbench: add 8.0.38
    
    Closes: https://bugs.gentoo.org/929387
    Closes: https://bugs.gentoo.org/927777
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-db/mysql-workbench/Manifest                    |   1 +
 .../mysql-workbench/mysql-workbench-8.0.38.ebuild  | 114 +++++++++++++++++++++
 2 files changed, 115 insertions(+)