http://bugs.openembedded.org/show_bug.cgi?id=1320

           Summary: net-snmp-5.1.2 fails on uclibc x86 and ppc
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Distributions
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


NOTE: package net-snmp-5.1.2: started
NOTE: package net-snmp-5.1.2-r1: task do_fetch: started
NOTE: package net-snmp-5.1.2-r1: task do_fetch: completed
NOTE: package net-snmp-5.1.2-r1: task do_unpack: started
NOTE: Unpacking /home/stelios/sources/net-snmp-5.1.2.tar.gz to
/proj/hydra/trunk/x86/build/tmp/work/net-snmp-5.1.2-r1/
NOTE: Unpacking
/proj/hydra/trunk/org.openembedded.dev/packages/net-snmp/files/init to
/proj/hydra/trunk/x86/build/tmp/work/net-snmp-5.1.2-r1/
NOTE: Unpacking
/proj/hydra/trunk/org.openembedded.dev/packages/net-snmp/files/snmpd.conf to
/proj/hydra/trunk/x86/build/tmp/work/net-snmp-5.1.2-r1/
NOTE: Unpacking
/proj/hydra/trunk/org.openembedded.dev/packages/net-snmp/files/snmptrapd.conf
to /proj/hydra/trunk/x86/build/tmp/work/net-snmp-5.1.2-r1/
NOTE: package net-snmp-5.1.2-r1: task do_unpack: completed
NOTE: package net-snmp-5.1.2-r1: task do_patch: started
NOTE: Applying patch 'uclibc-fix.patch'
NOTE: package net-snmp-5.1.2-r1: task do_patch: completed
NOTE: package net-snmp-5.1.2-r1: task do_configure: started
ERROR: function do_configure failed
ERROR: log data follows
(/proj/hydra/trunk/x86/build/tmp/work/net-snmp-5.1.2-r1/temp/log.do_configure.26984)
| FATAL: do_configure cannot determine endianess
NOTE: Task failed:
/proj/hydra/trunk/x86/build/tmp/work/net-snmp-5.1.2-r1/temp/log.do_configure.26984
NOTE: package net-snmp-5.1.2-r1: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package net-snmp-5.1.2: failed
ERROR: Build of owmnr-image-standard failed


This because the way endiannes is  decided
 # endianness fun.. inspired by openssl.inc
        . ${CONFIG_SITE}
        if test "x$ac_cv_c_bigendian" = "xyes"; then
            ENDIANESS=" --with-endianness=big"
        elif test "x$ac_cv_c_littleendian" = "xyes"; then
            ENDIANESS=" --with-endianness=little"
        else
            oefatal do_configure cannot determine endianess
        fi


CONFIG_SITE seems to be empty and i am not sure if any of the availiable
distros set's  it in any way


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to