Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740656 - net-im/profanity-0.7.1 fails tests
Summary: net-im/profanity-0.7.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andriy Utkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-06 07:35 UTC by Agostino Sarubbo
Modified: 2020-10-12 07:06 UTC (History)
0 users

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


Attachments
build.log (build.log,78.92 KB, text/plain)
2020-09-06 07:35 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 2020-09-06 07:35:32 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-im/profanity-0.7.1 fails tests.
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-06 07:35:35 UTC
Created attachment 658688 [details]
build.log

build log and emerge --info
Comment 2 Andriy Utkin (RETIRED) gentoo-dev 2020-10-12 07:06:17 UTC
Thanks for reporting.

The log is full of just one error:

    #include <cmocka.h>
             ^~~~~~~~~~
    tests/unittests/test_form.c:5:10: fatal error: 'cmocka.h' file not found

dev-util/cmocka dependency has not been declared back then. In 0.9.5 ebuild, this has been fixed.