Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887105 - media-sound/clementine-1.4.0_rc2-r1 fails to compile: ld: libQt5Network.so: undefined reference to symbol deflateInit_
Summary: media-sound/clementine-1.4.0_rc2-r1 fails to compile: ld: libQt5Network.so: u...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey
URL:
Whiteboard:
Keywords: PullRequest
: 887157 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-12-19 08:05 UTC by Agostino Sarubbo
Modified: 2023-03-16 07:16 UTC (History)
4 users (show)

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


Attachments
build.log.xz (build.log.xz,47.47 KB, application/x-xz)
2022-12-19 08: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 2022-12-19 08:05:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/clementine-1.4.0_rc2-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-19 08:05:05 UTC
Created attachment 843607 [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 2022-12-19 08:05:06 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) 
FAILED: clementine 
--   Package 'libcdio', required by 'virtual:world', not found
--   Package 'libgpod-1.0', required by 'virtual:world', not found
--   Package 'libmtp', required by 'virtual:world', not found
--   Package 'libpulse', required by 'virtual:world', not found
--   Package 'libspotify', required by 'virtual:world', not found
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/libQt5Network.so: undefined reference to symbol 'deflateInit_'
/var/tmp/portage/media-sound/clementine-1.4.0_rc2-r1/work/Clementine-1.4.0rc2/3rdparty/qsqlite/qsql_sqlite.cpp:106:37: warning: ‘QSqlError::QSqlError(const QString&, const QString&, ErrorType, int)’ is deprecated [-Wdeprecated-declarations]
/var/tmp/portage/media-sound/clementine-1.4.0_rc2-r1/work/Clementine-1.4.0rc2/3rdparty/qsqlite/qsql_sqlite.cpp: In function ‘QSqlError qMakeError(sqlite3*, const QString&, QSqlError::ErrorType, int)’:
collect2: error: ld returned 1 exit status
Comment 3 Agostino Sarubbo gentoo-dev 2022-12-19 10:08:54 UTC
*** Bug 887157 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2023-01-02 12:32:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c425d6a843dda3f36264fa06241b31de6bc6f9

commit 80c425d6a843dda3f36264fa06241b31de6bc6f9
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2022-12-21 01:37:17 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2023-01-02 12:29:02 +0000

    media-sound/clementine: fix deps and link
    
    crypto++ was required only for spotify which is gone
    (https://bugs.gentoo.org/885529)
    
    Closes: https://bugs.gentoo.org/887105
    Closes: https://bugs.gentoo.org/887163
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Closes: https://github.com/gentoo/gentoo/pull/28722
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 ...c2-r1.ebuild => clementine-1.4.0_rc2-r2.ebuild} | 37 +++++++++++-----------
 media-sound/clementine/clementine-9999.ebuild      | 33 +++++++++----------
 .../clementine/files/clementine-1.4.0_rc2-lz.patch | 33 +++++++++++++++++++
 3 files changed, 67 insertions(+), 36 deletions(-)