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

Bug 640246

Summary: dev-libs/beecrypt-4.2.1-r4 - StringBuffer.cxx:38:33: error: invalid conversion from ‘short unsigned int*’ to ‘UChar* {aka char16_t*}’ [-fpermissive]
Product: Gentoo Linux Reporter: rnddim
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info '=dev-libs/beecrypt-4.2.1-r4::gentoo'
build.log.xz

Description rnddim 2017-12-08 11:48:01 UTC
Created attachment 508792 [details]
emerge --info '=dev-libs/beecrypt-4.2.1-r4::gentoo'

beecrypt fails to compile, centered around invalid conversions involving char16_t . I don't know if this caused by the version of gcc I'm using, by the 13.0 -> 17.0 profile change, or by a change to one of its dependencies.
Comment 1 rnddim 2017-12-08 11:48:32 UTC
Created attachment 508794 [details]
build.log.xz
Comment 2 Pacho Ramos gentoo-dev 2017-12-11 19:02:37 UTC
It seems you need to resync as your ebuild is not applying uchar.patch that was added to fix this:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91c58f05f9ebb9cf9d15a1132356051b928fe22

*** This bug has been marked as a duplicate of bug 618676 ***