Re: [yocto] issue building iputils with uclibc.

2012-03-30 Thread Paul Eggleton
On Thursday 29 March 2012 20:05:52 Paul Eggleton wrote: On Thursday 29 March 2012 14:20:44 John Toomey wrote: On 20/03/2012 16:56, Khem Raj wrote: go into the uclibc build tree and like kernel or busybox it will have a .config and grok that. If this is disabled then enable it in

Re: [yocto] issue building iputils with uclibc.

2012-03-29 Thread John Toomey
On 20/03/2012 16:56, Khem Raj wrote: On Tue, Mar 20, 2012 at 9:23 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: IIRC the thread ended with Khem asking if UCLIBC_HAS_RESOLVER_SUPPORT='y' was in the uclibc configuration, the implication being that dn_comp is unavailable unless that is

Re: [yocto] issue building iputils with uclibc.

2012-03-29 Thread Paul Eggleton
On Thursday 29 March 2012 14:20:44 John Toomey wrote: On 20/03/2012 16:56, Khem Raj wrote: go into the uclibc build tree and like kernel or busybox it will have a .config and grok that. If this is disabled then enable it in uClibc.distro file under uclibc recipes dir and rebuild uclibc.

Re: [yocto] issue building iputils with uclibc.

2012-03-29 Thread Khem Raj
On Thu, Mar 29, 2012 at 12:05 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 29 March 2012 14:20:44 John Toomey wrote: On 20/03/2012 16:56, Khem Raj wrote: go into the uclibc build tree and like kernel or busybox it will have a .config and grok that. If this is disabled

[yocto] issue building iputils with uclibc.

2012-03-20 Thread John Toomey
Hello all I'm having problems compiling iputils with uclibc - | ping6.o: In function `niquery_option_subject_name_handler': | /tmp/work/i586-poky-linux-uclibc/iputils-s20101006-r2/iputils-s20101006/ping6.c:428: undefined reference to `dn_comp' | collect2: ld returned 1 exit status | make:

Re: [yocto] issue building iputils with uclibc.

2012-03-20 Thread Paul Eggleton
On Tuesday 20 March 2012 15:49:10 John Toomey wrote: I'm having problems compiling iputils with uclibc - | ping6.o: In function `niquery_option_subject_name_handler': /tmp/work/i586-poky-linux-uclibc/iputils-s20101006-r2/iputils-s20101006/ping 6.c:428: undefined reference to `dn_comp' |

Re: [yocto] issue building iputils with uclibc.

2012-03-20 Thread Khem Raj
On Tue, Mar 20, 2012 at 9:23 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: IIRC the thread ended with Khem asking if UCLIBC_HAS_RESOLVER_SUPPORT='y' was in the uclibc configuration, the implication being that dn_comp is unavailable unless that is true. I'm not too familiar with how

Re: [yocto] issue building iputils with uclibc

2012-03-12 Thread John Toomey
On 09/03/2012 16:45, Khem Raj wrote: On Fri, Mar 9, 2012 at 7:45 AM, John Toomeyjohn.too...@linux.intel.com wrote: Anything else I can try? Do you have UCLIBC_HAS_RESOLVER_SUPPORT=y in uclibc .config ? I dont think so, is there an easy way to check? How would I set it to try this?

[yocto] issue building iputils with uclibc

2012-03-09 Thread John Toomey
Hello all I'm having problems compiling iputils with uclibc - | ping6.o: In function `niquery_option_subject_name_handler': | /tmp/work/i586-poky-linux-uclibc/iputils-s20101006-r2/iputils-s20101006/ping6.c:428: undefined reference to `dn_comp' | collect2: ld returned 1 exit status | make:

Re: [yocto] issue building iputils with uclibc

2012-03-09 Thread Khem Raj
On Fri, Mar 9, 2012 at 7:18 AM, John Toomey john.too...@linux.intel.com wrote: undefined reference to `dn_comp' add LDFLAGS_libc-uclibc_append = -lresolv to recipe. ___ yocto mailing list yocto@yoctoproject.org