Re: [OE-core] LSB support?

2012-03-20 Thread Ni Qingliang
I do a clean building with the same error. I have not touched the specific glibc version. as I said, the do_compile should use the libXrandr in build_sysroot directory, but it used it in host system. and I have checked that, there IS the lib in build_sysroot directory. you can build it successful

Re: [OE-core] LSB support?

2012-03-19 Thread Ni Qingliang
no echo? On Mon, 2012-03-19 at 09:47 +0800, 倪庆亮 wrote: > I have encountered a similar problem when do a clean building in another > VM (running archlinux). > > after remove /usr//lib/libXrandr.so.2: > mv /usr/lib/../lib/libXrandr.so.2 /usr/lib/../lib/libXrandr.so.2.bak > > I got a new error: > /

Re: [OE-core] LSB support?

2012-03-19 Thread Mark Hatle
On 3/18/12 8:47 PM, Ni Qingliang wrote: I have encountered a similar problem when do a clean building in another VM (running archlinux). after remove /usr//lib/libXrandr.so.2: mv /usr/lib/../lib/libXrandr.so.2 /usr/lib/../lib/libXrandr.so.2.bak I got a new error: /usr/lib/../lib/libXext.so.6: u

Re: [OE-core] LSB support?

2012-03-18 Thread Ni Qingliang
Is anybody there? Is the info enough? On Mon, 2012-03-19 at 09:47 +0800, 倪庆亮 wrote: > I have encountered a similar problem when do a clean building in another > VM (running archlinux). > > after remove /usr//lib/libXrandr.so.2: > mv /usr/lib/../lib/libXrandr.so.2 /usr/lib/../lib/libXrandr.so.2.ba

Re: [OE-core] LSB support?

2012-03-18 Thread Ni Qingliang
I have encountered a similar problem when do a clean building in another VM (running archlinux). after remove /usr//lib/libXrandr.so.2: mv /usr/lib/../lib/libXrandr.so.2 /usr/lib/../lib/libXrandr.so.2.bak I got a new error: /usr/lib/../lib/libXext.so.6: undefined reference to `memcpy@GLIBC_2.14'

Re: [OE-core] LSB support?

2012-03-16 Thread Mark Hatle
On 3/16/12 12:18 AM, Ni Qingliang wrote: when building qemux86-64 arch core-image-lsb (distro is poky-lsb), I got /usr/lib/../lib/libXrandr.so.2: undefined reference to `memcpy@GLIBC_2.14' when 'do_compile' gconf 3.2.3. the default eglibc is 2.13, why it needs 2.14? Without anything further, t

Re: [OE-core] LSB support?

2012-03-15 Thread Ni Qingliang
when building qemux86-64 arch core-image-lsb (distro is poky-lsb), I got /usr/lib/../lib/libXrandr.so.2: undefined reference to `memcpy@GLIBC_2.14' when 'do_compile' gconf 3.2.3. the default eglibc is 2.13, why it needs 2.14? On Fri, 2012-03-16 at 00:25 +0800, Mark Hatle wrote: > On 3/15/12 3:18

Re: [OE-core] LSB support?

2012-03-15 Thread Ni Qingliang
first, thanks your reply. Because I can't use task-core-lsb on my device (flash space is not enough), I have to make a custom lsb-base image (without perl/python/graphics). I have checked the "linuxstdbase", and it will change the configure option of some packages. Indeed, I think the daemon/fai

Re: [OE-core] LSB support?

2012-03-15 Thread Mark Hatle
On 3/15/12 3:18 AM, Ni Qingliang wrote: Hello, I'm working on custom lsb-base image using oe-core. and when using the lsb script, found error: lsb_start_daemon line 44: daemon command not found. similar thing happend on lsb_log_message: failure and warning command not found. maybe these funct

[OE-core] LSB support?

2012-03-15 Thread Ni Qingliang
Hello, I'm working on custom lsb-base image using oe-core. and when using the lsb script, found error: lsb_start_daemon line 44: daemon command not found. similar thing happend on lsb_log_message: failure and warning command not found. maybe these function should be defined in /etc/init.d/funct