Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729774 - net-misc/dhcp-4.4.2-r2 : fails to build
Summary: net-misc/dhcp-4.4.2-r2 : fails to build
Status: RESOLVED DUPLICATE of bug 720806
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-26 21:23 UTC by Birgit Poti
Modified: 2020-06-26 21:32 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.00 KB, text/plain)
2020-06-26 21:23 UTC, Birgit Poti
Details
build-log.txt (build-log.txt,206.43 KB, text/plain)
2020-06-26 21:24 UTC, Birgit Poti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Birgit Poti 2020-06-26 21:23:03 UTC
Created attachment 646624 [details]
emerge-info.txt

/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/7.3.0/../../../../armv6j-hardfloat-linux-gnueabi/bin/ld: /var/tmp/portage/net-misc/dhcp-4.4.2-r2/work/dhcp-4.4.2/bind/bind-9.11.14/lib/isc/libisc.a(stats.o): in function `isc_stats_increment':
stats.c:(.text+0x3d8): undefined reference to `__atomic_fetch_add_8'
/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/7.3.0/../../../../armv6j-hardfloat-linux-gnueabi/bin/ld: /var/tmp/portage/net-misc/dhcp-4.4.2-r2/work/dhcp-4.4.2/bind/bind-9.11.14/lib/isc/libisc.a(stats.o): in function `isc_stats_decrement':
stats.c:(.text+0x488): undefined reference to `__atomic_fetch_sub_8'
/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/7.3.0/../../../../armv6j-hardfloat-linux-gnueabi/bin/ld: /var/tmp/portage/net-misc/dhcp-4.4.2-r2/work/dhcp-4.4.2/bind/bind-9.11.14/lib/isc/libisc.a(stats.o): in function `isc_stats_dump':
stats.c:(.text+0x560): undefined reference to `__atomic_load_8'
/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/7.3.0/../../../../armv6j-hardfloat-linux-gnueabi/bin/ld: /var/tmp/portage/net-misc/dhcp-4.4.2-r2/work/dhcp-4.4.2/bind/bind-9.11.14/lib/isc/libisc.a(stats.o): in function `isc_stats_set':
stats.c:(.text+0x68c): undefined reference to `__atomic_store_8'
/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/7.3.0/../../../../armv6j-hardfloat-linux-gnueabi/bin/ld: /var/tmp/portage/net-misc/dhcp-4.4.2-r2/work/dhcp-4.4.2/bind/bind-9.11.14/lib/isc/libisc.a(stats.o): in function `isc_stats_update_if_greater':
stats.c:(.text+0x74c): undefined reference to `__atomic_load_8'
/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/7.3.0/../../../../armv6j-hardfloat-linux-gnueabi/bin/ld: stats.c:(.text+0x780): undefined reference to `__atomic_compare_exchange_8'
/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/7.3.0/../../../../armv6j-hardfloat-linux-gnueabi/bin/ld: /var/tmp/portage/net-misc/dhcp-4.4.2-r2/work/dhcp-4.4.2/bind/bind-9.11.14/lib/isc/libisc.a(stats.o): in function `isc_stats_get_counter':
stats.c:(.text+0x848): undefined reference to `__atomic_load_8'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:440: svtest] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-misc/dhcp-4.4.2-r2/work/dhcp-4.4.2/omapip'
make: *** [Makefile:463: all-recursive] Error 1

gcc-config -l:
 [4]  armv6j-hardfloat-linux-gnueabi-9.3.0 *
Comment 1 Birgit Poti 2020-06-26 21:24:37 UTC
Created attachment 646626 [details]
build-log.txt
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-06-26 21:32:26 UTC
This is a valid bug, but has already been reported. I think it shouldn't be too hard to fix (link against -latomic for now).

*** This bug has been marked as a duplicate of bug 720806 ***