Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 841482 - net-misc/dhcp fails to compile on x86
Summary: net-misc/dhcp fails to compile on x86
Status: RESOLVED DUPLICATE of bug 801592
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-28 12:39 UTC by Fred
Modified: 2022-04-28 18:00 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,219.18 KB, application/octet-stream)
2022-04-28 15:21 UTC, Fred
Details
emerge --info (em.info,5.41 KB, text/plain)
2022-04-28 15:24 UTC, Fred
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fred 2022-04-28 12:39:39 UTC
Package failed when emerging with error/

/libisc.a(stats.o): in function `isc_stats_get_counter':
stats.c:(.text+0x89e): undefined reference to `__atomic_load_8'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:441: svtest] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-misc/dhcp-4.4.3-r1/work/dhcp-4.4.3/omapip'
make: *** [Makefile:465: all-recursive] Error 1
 * ERROR: net-misc/dhcp-4.4.3-r1::gentoo failed (compile phase):
 *   emake failed
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-28 14:31:45 UTC
Please include the full build.log and emerge --info.
Comment 2 Fred 2022-04-28 15:21:08 UTC
Created attachment 775212 [details]
build.log
Comment 3 Fred 2022-04-28 15:24:25 UTC
Created attachment 775215 [details]
emerge --info
Comment 4 Ben Kohler gentoo-dev 2022-04-28 17:07:20 UTC

*** This bug has been marked as a duplicate of bug 801592 ***
Comment 5 Larry the Git Cow gentoo-dev 2022-04-28 17:52:05 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b5f23ce2ed0cea82ef576b6db98606831e43da

commit 71b5f23ce2ed0cea82ef576b6db98606831e43da
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-04-28 17:51:43 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-28 17:51:58 +0000

    net-misc/dhcp: add -latomic for x86 too
    
    Closes: https://bugs.gentoo.org/801592
    Bug: https://bugs.gentoo.org/841482
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/dhcp/dhcp-4.4.2_p1-r2.ebuild | 4 ++--
 net-misc/dhcp/dhcp-4.4.3-r1.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 6 Larry the Git Cow gentoo-dev 2022-04-28 18:00:26 UTC
The bug has been referenced in the following commit(s):

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

commit c00b2fd2c2f09a391fd8a95add64db50c6e8e2ec
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-04-28 17:57:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-28 17:57:26 +0000

    net-misc/dhcp: change x86 test to check for i486 CHOST
    
    Closes: https://bugs.gentoo.org/801592
    Bug: https://bugs.gentoo.org/841482
    Suggested-by: Ben Kohler <iamben@gentoo.org>
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/dhcp/dhcp-4.4.2_p1-r2.ebuild | 2 +-
 net-misc/dhcp/dhcp-4.4.3-r1.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)