Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926073 - net-im/dino-0.4.3 fails to compile: encrypt.vala:60:3: error: call to undeclared function xmpp_xep_omemo_encrypt_state_set_encrypted; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Summary: net-im/dino-0.4.3 fails to compile: encrypt.vala:60:3: error: call to undecla...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-03-03 08:21 UTC by Agostino Sarubbo
Modified: 2024-03-04 05:45 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,47.25 KB, application/x-xz)
2024-03-03 08:21 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-03 08:21:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-im/dino-0.4.3 fails to compile.
Discovered on: amd64 (internal ref: clang-lld_tinderbox)
System: CLANG-LLD (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CLANG-LLD)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0002
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-03 08:21:16 UTC
Created attachment 886575 [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-03 08:21:17 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


(valac-0.56:377): vala-CRITICAL **: 02:27:06.299: vala_data_type_get_actual_type: assertion 'self != NULL' failed
(valac-0.56:377): vala-CRITICAL **: 02:27:06.301: vala_data_type_get_actual_type: assertion 'self != NULL' failed
FAILED: plugins/omemo/CMakeFiles/omemo.dir/src/logic/encrypt.c.o 
/var/tmp/portage/net-im/dino-0.4.3/work/dino-0.4.3/plugins/omemo/src/logic/encrypt.vala:60:3: error: call to undeclared function 'xmpp_xep_omemo_encrypt_state_set_encrypted'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Comment 3 Larry the Git Cow gentoo-dev 2024-03-04 05:45:20 UTC
The bug has been closed via the following commit(s):

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

commit 0a5a81b94069143e452d8196d659b1d8a8565475
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-03-04 05:44:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-04 05:44:43 +0000

    net-im/dino: fix modern C issues
    
    Closes: https://bugs.gentoo.org/926073
    Signed-off-by: Sam James <sam@gentoo.org>

 net-im/dino/dino-0.4.3-r1.ebuild       | 103 +++++++++++++++++++++++++++++++++
 net-im/dino/files/dino-0.4.3-c99.patch |  57 ++++++++++++++++++
 2 files changed, 160 insertions(+)