Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729906 - dev-libs/libdnsres-0.1a-r3 - ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crt1.o is incompatible with elf_x86_64
Summary: dev-libs/libdnsres-0.1a-r3 - ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: LD-is-lld, systemwide-lld
  Show dependency tree
 
Reported: 2020-06-27 14:18 UTC by Agostino Sarubbo
Modified: 2025-03-14 21:04 UTC (History)
0 users

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


Attachments
build.log (build.log,44.88 KB, text/plain)
2020-06-27 14:18 UTC, Agostino Sarubbo
Details
other.tar.bz2 (other.tar.bz2,246 bytes, application/x-bzip-compressed-tar)
2020-06-27 14:18 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-06-27 14:18:32 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: dev-libs/libdnsres fails to compile.
Discovered on: amd64

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please mention it in the summary and block bug 408963. If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-27 14:18:38 UTC
Created attachment 646812 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-06-27 14:18:41 UTC
Created attachment 646814 [details]
other.tar.bz2

other logs
Comment 3 Larry the Git Cow gentoo-dev 2025-03-14 21:04:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f0219c99ca322665c6bacc3850de06084c802e

commit 23f0219c99ca322665c6bacc3850de06084c802e
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2024-04-06 12:39:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-14 21:01:19 +0000

    dev-libs/libdnsres: Port to C99, musl
    
    Inlude some musl libraries for transient dependency fix.
    Port a function from glibc as a replacement for missing on musl.
    Fixed some of the badness hidden in autotools, legacy types.
    Fold seds.
    
    Closes: https://bugs.gentoo.org/880341
    Closes: https://bugs.gentoo.org/713630
    Closes: https://bugs.gentoo.org/729906
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/36138
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/libdnsres/files/libdnsres-0.1a-C99.patch  | 317 +++++++++++
 .../files/libdnsres-0.1a-autotools-fix-path.patch  |  39 ++
 .../files/libdnsres-0.1a-modern-types.patch        | 619 +++++++++++++++++++++
 dev-libs/libdnsres/files/libdnsres-0.1a-musl.patch |  80 +++
 dev-libs/libdnsres/libdnsres-0.1a-r5.ebuild        |  41 ++
 5 files changed, 1096 insertions(+)