[oe-commits] [meta-openembedded] 12/14: freeradius: mark as incompatible with armv5

git at git.openembedded.org git at git.openembedded.org
Fri Oct 4 17:42:15 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 734c3f6d7cf487704e99d9528d1498925b1bbc2b
Author: Trevor Gamblin <trevor.gamblin at windriver.com>
AuthorDate: Fri Oct 4 11:20:18 2019 -0400

    freeradius: mark as incompatible with armv5
    
    Freeradius fails to build for armv5:
    
    | *** Warning: Linking the executable build/bin/local/radeapclient against the loadable module
    | *** libfreeradius-server.so is not portable!
    |
    | *** Warning: Linking the executable build/bin/local/radeapclient against the loadable module
    | *** libfreeradius-eap.so is not portable!
    path -Wl,/yow-lpggp31/tgamblin/freeradius.build/tmp-glibc/work/armv5e-oe-linux-gnueabi/freeradius/3.0.19-r0/git/build/lib/local//.libs
    /arm-oe-linux-gnueabi/9.2.0/ld: build/lib/local/.libs/libfreeradius-radius.so: undefined reference to `__atomic_compare_exchange_8'
    /arm-oe-linux-gnueabi/9.2.0/ld: build/lib/local/.libs/libfreeradius-radius.so: undefined reference to `__atomic_load_8'
    /arm-oe-linux-gnueabi/9.2.0/ld: build/lib/local/.libs/libfreeradius-radius.so: undefined reference to `__atomic_store_8'
    | collect2: error: ld returned 1 exit status
    | scripts/boiler.mk:630: recipe for target 'build/bin/local/radeapclient' failed
    
    gcc does not supply 64-bit atomic operations, so freeradius cannot
    be built. Marking as incompatible for armv5.
    
    Signed-off-by: Trevor Gamblin <trevor.gamblin at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb
index ded1a67..5f5556d 100644
--- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb
+++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb
@@ -228,3 +228,5 @@ FILES_${PN} =+ "${libdir}/rlm_*.so* ${libdir}/proto_*so*"
 
 RDEPENDS_${PN} += "perl"
 RDEPENDS_${PN}-utils = "${PN} perl"
+
+COMPATIBLE_HOST_armv5 = "null"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list