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

Bug 744355

Summary: app-admin/passwordsafe-1.11.0 fails to compile with clang
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Martin Dummer <martin.dummer>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/18330
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-09-23 15:26:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-admin/passwordsafe-1.11.0 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-23 15:26:31 UTC
Created attachment 662131 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-23 15:26:32 UTC
Possible context of error(s):

/var/tmp/portage/app-admin/passwordsafe-1.11.0/work/pwsafe-1.11.0/src/ui/wxWidgets/PasswordSafeSearch.cpp:156:20: error: no viable conversion from 'SearchPointer' to 'std::vector<pws_os::CUUID, std::allocator<pws_os::CUUID> >'
Comment 3 Martin Dummer 2020-11-19 20:38:13 UTC
dont know how to fix this, but new version 1.12 compiles fine with clang.

So I file a version bump.
Comment 4 Larry the Git Cow gentoo-dev 2020-11-23 13:29:11 UTC
The bug has been closed via the following commit(s):

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

commit 1691d8bbd0809fd029d2a24939a85daf9ae3c659
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2020-11-23 12:44:57 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-11-23 13:11:23 +0000

    app-admin/passwordsafe: remove old versions
    
    Closes: https://bugs.gentoo.org/744355
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-admin/passwordsafe/Manifest                    |   2 -
 app-admin/passwordsafe/metadata.xml                |   2 -
 .../passwordsafe/passwordsafe-1.08_beta.ebuild     | 100 ---------------------
 app-admin/passwordsafe/passwordsafe-1.11.0.ebuild  |  93 -------------------
 4 files changed, 197 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit e07ae7baadbd72f4bfb75b61f0a7120a10a1abb7
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2020-11-19 20:46:29 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-11-23 13:11:23 +0000

    app-admin/passwordsafe: version bump to 1.12.0
    
    new version, compiles with clang-11
    
    Bug: https://bugs.gentoo.org/744355
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://github.com/gentoo/gentoo/pull/18330
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-admin/passwordsafe/Manifest                   |  1 +
 app-admin/passwordsafe/passwordsafe-1.12.0.ebuild | 93 +++++++++++++++++++++++
 2 files changed, 94 insertions(+)