[Bug 5049] New: neon doesn't build - dependency on GNU TLS is unsatisfied


bugzilla-daemon@...
 

http://bugs.openembedded.net/show_bug.cgi?id=5049

Summary: neon doesn't build - dependency on GNU TLS is
unsatisfied
Classification: Unclassified
Product: Openembedded
Version: OpenEZX
Platform: ARM
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: org.openembedded.stable
AssignedTo: openembedded-issues@...
ReportedBy: shawn.t.rutledge@...


| checking whether to enable ACL support in neon... yes
| configure: error: GNU TLS version 2.4.2 is not supported
| FATAL: oe_runconf failed
NOTE: Task failed:
/mnt/media/home/rutledge/src/openembedded/build-openezx-e680i/tmp/work/armv5te-angstrom-linux-gnueabi/neon-0.25.5-r3/temp/log.do_configure.11087
NOTE: package neon-0.25.5-r3: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package neon-0.25.5: failed
ERROR: Build of
/home/rutledge/src/openembedded/openembedded/packages/neon/neon_0.25.5.bb
do_configure failed
ERROR: Task 2133
(/home/rutledge/src/openembedded/openembedded/packages/neon/neon_0.25.5.bb,
do_configure) failed
NOTE: Tasks Summary: Attempted 1369 tasks of which 1345 didn't need to be rerun
and 1 failed.
ERROR:
'/home/rutledge/src/openembedded/openembedded/packages/neon/neon_0.25.5.bb'
failed
NOTE: build 200903012319: completed

from config.log:

configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "neon"
| #define PACKAGE_TARNAME "neon"
| #define PACKAGE_VERSION "0.25.5"
| #define PACKAGE_STRING "neon 0.25.5"
| #define PACKAGE_BUGREPORT "neon@..."
| #define _GNU_SOURCE 1
| #define NEON_IS_LIBRARY 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>


cc1: warnings being treated as errors
conftest.c: In function 'main':
conftest.c:42: warning: format '%d' expects type 'int', but argument 2 has type
'off_t'
configure:13221: $? = 1
configure: failed program was:
...
| #include <stdio.h>
| int
| main ()
| {
| off_t i = 1; printf("%d", i);
| ;
| return 0;
| }

conftest.c: In function 'main':
conftest.c:83: error: size of array 'test_array' is negative
configure:14493: $? = 1
configure: failed program was:
...
| typedef time_t ac__type_sizeof_;
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <=
0)];
| test_array [0] = 0
|
| ;
| return 0;
| }

and a couple more like that, and...

cc1: warnings being treated as errors
conftest.c: In function 'main':
conftest.c:56: warning: format '%d' expects type 'int', but argument 2 has type
'time_t'
configure:14815: $? = 1
configure: failed program was:

| #include <sys/types.h>
|
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <stdio.h>
| int
| main ()
| {
| time_t i = 1; printf("%d", i);
| ;
| return 0;
| }

conftest.c:101:24: error: sys/limits.h: No such file or directory
configure:15768: $? = 1
configure: failed program was:
...
| #include <sys/limits.h>

and some more size of testarray is negative.

cc1: warnings being treated as errors
conftest.c: In function 'main':
conftest.c:70: warning: format '%d' expects type 'int', but argument 2 has type
'off64_t'
configure:16441: $? = 1
configure: failed program was:
| #include <sys/types.h>
|
| #include <stdio.h>
| int
| main ()
| {
| off64_t i = 1; printf("%d", i);
| ;
| return 0;
| }

cc1: warnings being treated as errors
conftest.c: In function 'main':
conftest.c:70: warning: format '%ld' expects type 'long int', but argument 2
has type 'off64_t'
configure:16441: $? = 1
configure: failed program was:
| #include <sys/types.h>
|
| #include <stdio.h>
| int
| main ()
| {
| off64_t i = 1; printf("%ld", i);
| ;
| return 0;
| }


GNU TLS version 2.4.2 built fine (I can make an ipk).

I would just like an svn client, which depends on neon.

--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.