[Buildroot] Including wine package - Reg

Arunkumar Vijayakumar arun.magzion at gmail.com
Mon Apr 8 22:40:04 UTC 2013


Hello Thomas,

I tried with the autotools options as per your suggestion and got the
error, please find the attached config.log for your kind reference.

Kindly advice me where Im making mistakes ?

Thanks
Arun Kumar




On Tue, Apr 9, 2013 at 3:14 AM, Arunkumar Vijayakumar <
arun.magzion at gmail.com> wrote:

> Thomas,
>
> Initially I tried with the autotools type, but it throwed a lot of errors
> hence I switched to generic one. Let me post the error details when
> autotools used.
>
>
> Many Thanks
> Arun Kumar
>
>
> On Tue, Apr 9, 2013 at 3:01 AM, Thomas Petazzoni <
> thomas.petazzoni at free-electrons.com> wrote:
>
>> Dear Arunkumar Vijayakumar,
>>
>> On Tue, 9 Apr 2013 02:53:44 +0530, Arunkumar Vijayakumar wrote:
>>
>> > Thanks for your quick reply.
>> > Im using i386 architecture and the variant to be i686 and creating a
>> > package wine with version 1.5.23. I also used the X Server package for
>> GUI
>> > and followed steps as one in the below link
>> >
>> http://agentoss.wordpress.com/2011/03/06/building-a-tiny-x-org-linux-system-using-buildroot/
>> >
>> >
>> > Please find the attachment for the config.in & wine.mk file for your
>> > reference.
>> >
>> > Let me know if you need any additional details ?
>> > Also let me know why i couldn't able to use file, ldd, readelf commands
>> in
>> > the prompt.
>>
>> The problem is pretty clear in your wine.mk. You should use the
>> autotools-package infrastructure since Wine uses the autotools. This
>> will ensure the appropriate arguments and environment variables are
>> passed to the configure script. At the moment you're just calling it
>> using './configure --prefix=/usr', so it uses your glibc-based native
>> compiler to build wine... which generates a wine binary that cannot
>> work, because it doesn't match the C library you have on your target.
>>
>> Could you submit a real patch for the wine package once you've made
>> some progress with this? Thanks!
>>
>> Best regards,
>>
>> Thomas
>> --
>> Thomas Petazzoni, Free Electrons
>> Kernel, drivers, real-time and embedded Linux
>> development, consulting, training and support.
>> http://free-electrons.com
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130409/cc2e4cc0/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: application/octet-stream
Size: 9003 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130409/cc2e4cc0/attachment-0002.obj>


More information about the buildroot mailing list