Summary: | net-im/dino-0.3.0 fails to compile (CLANG-STRICTER-SYSTEM): cipher_converter.vala:4:17: error: incompatible function pointer types assigning to GConverterResult ()(GConverter , const void , gsize, void , gsize, GConverterFlags, gsize , gsize , GError ) ( | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 892708 | ||
Bug Blocks: | 870412 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 842339 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: -- Could NOT find WebRTCAudioProcessing (missing: WebRTCAudioProcessing_LIBRARY) (Required is at least version "0.2") -- WebRTCAudioProcessing not found, build without voice pre-processing! FAILED: crypto-vala/CMakeFiles/crypto-vala.dir/src/cipher_converter.c.o FAILED: plugins/signal-protocol/CMakeFiles/signal-protocol-vala.dir/src/store.c.o /var/tmp/portage/net-im/dino-0.3.0/work/dino-0.3.0/crypto-vala/src/cipher_converter.vala:4:17: error: incompatible function pointer types assigning to 'GConverterResult (*)(GConverter *, const void *, gsize, void *, gsize, GConverterFlags, gsize *, gsize *, GError **)' (aka 'GConverterResult (*)(struct _GConverter *, const void *, unsigned long, void *, unsigned long, GConverterFlags, unsigned long *, unsigned long *, struct _GError **)') from 'GConverterResult (*)(GConverter *, guint8 *, gsize, guint8 *, gsize, GConverterFlags, gsize *, gsize *, GError **)' (aka 'GConverterResult (*)(struct _GConverter *, unsigned char *, unsigned long, unsigned char *, unsigned long, GConverterFlags, unsigned long *, unsigned long *, struct _GError **)') [-Werror,-Wincompatible-function-pointer-types] This may be fixed by the dev-lang/vala-0.56.4 bump today. |