Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925671 - media-libs/libva-compat-1.8.3-r2 fails to compile: ld.lld: error: version script assignment of local to symbol vaCreateSurfaces_0_33_0 failed: symbol not defined
Summary: media-libs/libva-compat-1.8.3-r2 fails to compile: ld.lld: error: version scr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-02-28 08:09 UTC by Agostino Sarubbo
Modified: 2025-04-05 21:44 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,63.88 KB, text/plain)
2024-02-28 08:09 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-02-28 08:09:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/libva-compat-1.8.3-r2 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#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-28 08:09:54 UTC
Created attachment 886142 [details]
build.log

build log and emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2025-04-05 21:44:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b71b513866c22e51184dedf1e2d8b873a8781cc

commit 9b71b513866c22e51184dedf1e2d8b873a8781cc
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-04-02 16:59:26 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2025-04-05 21:42:51 +0000

    media-libs/libva-compat: update EAPI 7 -> 8, fix build problems
    
    Fix missing function parameters for C23.
    Add upstream patch that deleted non-existent symbol from linking
    script for Clang/LLD
    
    Closes: https://bugs.gentoo.org/925671
    Closes: https://bugs.gentoo.org/944163
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/41436
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 .../files/libva-compat-1.8.3-missing-decl.patch    | 13 ++++
 .../libva-compat-1.8.3-nonexisting-symbol.patch    | 26 ++++++++
 .../libva-compat/libva-compat-1.8.3-r3.ebuild      | 71 ++++++++++++++++++++++
 3 files changed, 110 insertions(+)