Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 729510

Summary: sys-libs/db fails to compile with lld
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/19100
https://github.com/gentoo/gentoo/pull/19171
https://bugs.gentoo.org/show_bug.cgi?id=470634
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 408963    
Attachments: build.log
other.tar.bz2

Description Agostino Sarubbo gentoo-dev 2020-06-25 07:55:45 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: sys-libs/db fails to compile.
Discovered on: amd64

NOTE:
If yout think this issue is related to clang/llvm toolchain, please block bug 408963. If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-25 07:55:51 UTC
Created attachment 646216 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-06-25 07:55:53 UTC
Created attachment 646218 [details]
other.tar.bz2

other logs
Comment 3 James Beddek 2021-01-18 05:07:58 UTC
Duplicate of https://bugs.gentoo.org/595108
Comment 4 Larry the Git Cow gentoo-dev 2021-01-24 17:41:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811c7e411281c4c911890175b7615cb1971851a7

commit 811c7e411281c4c911890175b7615cb1971851a7
Author:     Theo Anderson <telans@posteo.de>
AuthorDate: 2021-01-23 10:24:20 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-01-24 17:39:42 +0000

    sys-libs/db: use tc-ld-force-bfd instead of tc-ld-disable-gold
    
    ld.bfd is forced due to sys-libs/db requiring
    the --default-symver ldflag, which is not present in either
    ld.gold or ld.lld
    
    Closes: https://bugs.gentoo.org/595108
    Closes: https://bugs.gentoo.org/729510
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Theo Anderson <telans@posteo.de>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/19171

 sys-libs/db/db-18.1.32.ebuild   | 4 ++--
 sys-libs/db/db-18.1.40.ebuild   | 4 ++--
 sys-libs/db/db-4.8.30-r3.ebuild | 4 ++--
 sys-libs/db/db-4.8.30-r4.ebuild | 4 ++--
 sys-libs/db/db-5.1.29-r2.ebuild | 4 ++--
 sys-libs/db/db-5.3.28-r2.ebuild | 4 ++--
 sys-libs/db/db-5.3.28-r4.ebuild | 2 +-
 sys-libs/db/db-5.3.28-r5.ebuild | 4 ++--
 sys-libs/db/db-6.0.35-r2.ebuild | 4 ++--
 sys-libs/db/db-6.0.35-r3.ebuild | 4 ++--
 sys-libs/db/db-6.1.38.ebuild    | 4 ++--
 sys-libs/db/db-6.2.38.ebuild    | 2 +-
 12 files changed, 22 insertions(+), 22 deletions(-)