Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 742944 - x11-plugins/pidgin-telegram-1.4.3 fails to compile
Summary: x11-plugins/pidgin-telegram-1.4.3 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-16 13:05 UTC by Agostino Sarubbo
Modified: 2020-09-16 21:20 UTC (History)
0 users

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


Attachments
build.log (build.log,8.10 KB, text/plain)
2020-09-16 13:05 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,15.70 KB, text/plain)
2020-09-16 13:05 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-16 13:05:04 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-plugins/pidgin-telegram-1.4.3 fails to compile.
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-16 13:05:06 UTC
Created attachment 660588 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-16 13:05:07 UTC
Created attachment 660591 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2020-09-16 13:05:08 UTC
Possible context of error(s):

configure: error: No zlib found
Comment 4 Conrad Kostecki gentoo-dev 2020-09-16 20:25:55 UTC
(In reply to Agostino Sarubbo from comment #3)
> Possible context of error(s):
> 
> configure: error: No zlib found

How is that possible?
DEPEND includes sys-libs/zlib.

I can indeed reproduce that, since with CLANG, it does not find zlib, but compiling with gcc, it does find it.
Comment 5 Conrad Kostecki gentoo-dev 2020-09-16 20:37:30 UTC
The needed, but failing check with CLANG is "checking for inflateEnd in -lz... no"
Comment 6 Larry the Git Cow gentoo-dev 2020-09-16 21:20:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec68de4d1843117f17a96bccb281a3f21947345

commit 6ec68de4d1843117f17a96bccb281a3f21947345
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-09-16 21:18:09 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-09-16 21:18:09 +0000

    x11-plugins/pidgin-telegram: fix compilation with clang
    
    Closes: https://bugs.gentoo.org/742944
    Package-Manager: Portage-3.0.6, Repoman-3.0.1
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 .../files/pidgin-telegram-1.4.3-clang.patch        | 101 +++++++++++++++++++++
 .../pidgin-telegram/pidgin-telegram-1.4.3.ebuild   |   5 +-
 2 files changed, 105 insertions(+), 1 deletion(-)