Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740662 - net-im/prosody-0.11.5 fails tests
Summary: net-im/prosody-0.11.5 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: 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:
 
Reported: 2020-09-06 07:35 UTC by Agostino Sarubbo
Modified: 2020-10-03 13:43 UTC (History)
0 users

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


Attachments
build.log (build.log,15.13 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:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-im/prosody-0.11.5 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:57 UTC
Created attachment 658698 [details]
build.log

build log and emerge --info
Comment 2 Conrad Kostecki gentoo-dev 2020-10-03 12:12:29 UTC
This is related to dev-lua/luaexpat-1.3.3, which breaks compatiblity and seems not be an official release. Downgrading to 1.3.0 let's all tests running.

Despite, with luaexpat-1.3.3, prosody complains about security reasons, while with 1.3.0 not.
Comment 3 Larry the Git Cow gentoo-dev 2020-10-03 13:43:47 UTC
The bug has been closed via the following commit(s):

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

commit 8f65138eda0e652b8f80f4652a223237f4e35c8b
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-10-03 13:42:48 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-10-03 13:43:39 +0000

    net-im/prosody: fix tests for 0.11.5
    
    Closes: https://bugs.gentoo.org/740662
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 net-im/prosody/prosody-0.11.5-r1.ebuild | 72 +++++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)

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

commit 672482e9799801839773c26a248ebe3fca6c6ef1
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-10-03 13:23:08 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-10-03 13:43:37 +0000

    net-im/prosody: bump to version 0.11.7
    
    Changes:
    Dropped useflag ipv6,
    since old non ipv6 dependency does not exist anymore.
    Renamed lua to luajit to use gentoos default.
    Added optional postgresql dependency to init script.
    Overhauled ebuild.
    Dropped multilib inherit, as it's not being used.
    Updated deps for correct luaexpat.
    
    Closes: https://bugs.gentoo.org/564434
    Closes: https://bugs.gentoo.org/674842
    Closes: https://bugs.gentoo.org/740662
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 net-im/prosody/Manifest               |  1 +
 net-im/prosody/files/prosody.initd-r3 | 46 ++++++++++++++++++++
 net-im/prosody/prosody-0.11.7.ebuild  | 79 +++++++++++++++++++++++++++++++++++
 3 files changed, 126 insertions(+)