* [Buildroot] Problems to build udev on 2013.08.1
@ 2013-11-08 8:21 Peter Katzmann
2013-11-08 8:33 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Peter Katzmann @ 2013-11-08 8:21 UTC (permalink / raw)
To: buildroot
Hello,
i have two buildroot projects. One requires udev.
I get always the same error (at the end).
So i took my second project, enabled udev there also and the same error.
One project is with linaroo and the other one with eglibc/gcc.
I also tried the build on different Platforms (Opensuse 12.3/13.1 Ubuntu
10.04/12.04/13.10), always the same problem.
It seems that somewhere a wrong link or duplicating of the path leads to
the error.
Attached is the config of the eglibc project.
peter
CCLD collect
libtool: link: warning: library
`/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libblkid.la'
was moved.
libtool: link: cannot find the library
`/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/build/util-linux-2.22.2/libuuid.la'
or unhandled argument
`/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/build/util-linux-2.22.2/libuuid.la'
make[4]: *** [udevd] Fehler 1
make[4]: *** Warte auf noch nicht beendete Prozesse...
libtool: link: warning: library
`/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libblkid.la'
was moved.
libtool: link: cannot find the library
`/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/build/util-linux-2.22.2/libuuid.la'
or unhandled argument
`/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr2/new/Source-guru/buildroot/project_build_arm/build/util-linux-2.22.2/libuuid.la'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config
Type: application/x-config
Size: 38724 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131108/4b84bcc3/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: text/x-log
Size: 51728 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131108/4b84bcc3/attachment-0003.bin>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Problems to build udev on 2013.08.1
2013-11-08 8:21 [Buildroot] Problems to build udev on 2013.08.1 Peter Katzmann
@ 2013-11-08 8:33 ` Thomas Petazzoni
2013-11-08 10:04 ` Peter Katzmann
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2013-11-08 8:33 UTC (permalink / raw)
To: buildroot
Dear Peter Katzmann,
On Fri, 08 Nov 2013 09:21:05 +0100, Peter Katzmann wrote:
> i have two buildroot projects. One requires udev.
> I get always the same error (at the end).
> So i took my second project, enabled udev there also and the same
> error. One project is with linaroo and the other one with eglibc/gcc.
> I also tried the build on different Platforms (Opensuse 12.3/13.1
> Ubuntu 10.04/12.04/13.10), always the same problem.
>
> It seems that somewhere a wrong link or duplicating of the path leads
> to the error.
>
> Attached is the config of the eglibc project.
>
> peter
>
> CCLD collect
> libtool: link: warning: library
> `/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libblkid.la'
> was moved.
Building from a path that starts with /usr is not supported. This is
something we have to fix, but it hasn't been done so far.
See https://bugs.busybox.net/show_bug.cgi?id=6470.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Problems to build udev on 2013.08.1
2013-11-08 8:33 ` Thomas Petazzoni
@ 2013-11-08 10:04 ` Peter Katzmann
0 siblings, 0 replies; 3+ messages in thread
From: Peter Katzmann @ 2013-11-08 10:04 UTC (permalink / raw)
To: buildroot
Hello Thomas,
thank you for your fast answer.
I started immediately a testbuild with the advised patch and it is now
working as expected.
Thanks again
peter
Thomas Petazzoni wrote:
> Dear Peter Katzmann,
>
> On Fri, 08 Nov 2013 09:21:05 +0100, Peter Katzmann wrote:
>
>> i have two buildroot projects. One requires udev.
>> I get always the same error (at the end).
>> So i took my second project, enabled udev there also and the same
>> error. One project is with linaroo and the other one with eglibc/gcc.
>> I also tried the build on different Platforms (Opensuse 12.3/13.1
>> Ubuntu 10.04/12.04/13.10), always the same problem.
>>
>> It seems that somewhere a wrong link or duplicating of the path leads
>> to the error.
>>
>> Attached is the config of the eglibc project.
>>
>> peter
>>
>> CCLD collect
>> libtool: link: warning: library
>> `/usr2/new/Source-guru/buildroot/project_build_arm/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libblkid.la'
>> was moved.
> Building from a path that starts with /usr is not supported. This is
> something we have to fix, but it hasn't been done so far.
>
> See https://bugs.busybox.net/show_bug.cgi?id=6470.
>
> Best regards,
>
> Thomas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-08 10:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 8:21 [Buildroot] Problems to build udev on 2013.08.1 Peter Katzmann
2013-11-08 8:33 ` Thomas Petazzoni
2013-11-08 10:04 ` Peter Katzmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.