* [Buildroot] Xineramaproto
@ 2013-10-10 12:16 Gwyll Gwyllin
2013-10-11 12:48 ` Thomas Petazzoni
[not found] ` <BAF922FAE74849899122A8651F8AFD3C@tux.local>
0 siblings, 2 replies; 6+ messages in thread
From: Gwyll Gwyllin @ 2013-10-10 12:16 UTC (permalink / raw)
To: buildroot
Hello List,
i?m trying to cross compile (for MIPS) but i?m stucked at xserver_xorg-xserver-1.5.2
The compiler error says:
checking for a useful monotonic clock ...... cross compiling
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strcasestr... (cached) yes
checking for XDMCP... yes
checking for XdmcpWrap in -lXdmcp... yes
checking for XSERVERCFLAGS... configure: error: Package requirements (randrproto >= 1.2 renderproto fixesproto >= 4.0 damageproto >= 1.1 xcmiscproto xextproto xproto >= 7.0.9 xtrans scrnsaverproto >= 1.1 bigreqsproto resourceproto fontsproto inputproto >= 1.4.4 kbproto >= 1.0.3 videoproto compositeproto >= 0.4 resourceproto xineramaproto evieproto xkbfile xfont xau fontenc pixman-1 >= 0.9.5 dbus-1 xdmcp) were not met:
No package 'xineramaproto' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XSERVERCFLAGS_CFLAGS
and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
pkg-config ?modversion xineramaproto says 1.1.2
I tried to set PKG_CONFIG_PATH to /usr/lib/pkg-config, the result was the same.
What should i set or try?
Thanks in advance,
Gwyll
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131010/30354058/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Xineramaproto
2013-10-10 12:16 [Buildroot] Xineramaproto Gwyll Gwyllin
@ 2013-10-11 12:48 ` Thomas Petazzoni
[not found] ` <BAF922FAE74849899122A8651F8AFD3C@tux.local>
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2013-10-11 12:48 UTC (permalink / raw)
To: buildroot
Dear Gwyll Gwyllin,
On Thu, 10 Oct 2013 14:16:14 +0200, Gwyll Gwyllin wrote:
> i?m trying to cross compile (for MIPS) but i?m stucked at xserver_xorg-xserver-1.5.2
Hum, which version of Buildroot are you using? 1.5.2 was the X.org
server packaged in Buildroot before July 2009 or something like that.
Maybe you should upgrade to benefit from all the testing and
improvements we've done since then. In 2009, we didn't had the
autobuilders that we have today, and since we have that, the amount of
testing Buildroot receives has increased significantly.
> The compiler error says:
>
> checking for a useful monotonic clock ...... cross compiling
> checking for strcasecmp... yes
> checking for strncasecmp... yes
> checking for strcasestr... (cached) yes
> checking for XDMCP... yes
> checking for XdmcpWrap in -lXdmcp... yes
> checking for XSERVERCFLAGS... configure: error: Package requirements (randrproto >= 1.2 renderproto fixesproto >= 4.0 damageproto >= 1.1 xcmiscproto xextproto xproto >= 7.0.9 xtrans scrnsaverproto >= 1.1 bigreqsproto resourceproto fontsproto inputproto >= 1.4.4 kbproto >= 1.0.3 videoproto compositeproto >= 0.4 resourceproto xineramaproto evieproto xkbfile xfont xau fontenc pixman-1 >= 0.9.5 dbus-1 xdmcp) were not met:
>
> No package 'xineramaproto' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables XSERVERCFLAGS_CFLAGS
> and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
>
> pkg-config ?modversion xineramaproto says 1.1.2
Yes, if you're using the pkg-config from your host machine, it will
tell you that xineramaproto is installed on your host machine. But that
doesn't tell anything about whether it's available for your target.
It seems like there is a missing dependency in the X server
Buildroot .mk file on the xinerama proto package, or a missing
--disable-xinerama in the X server configuration options.
> I tried to set PKG_CONFIG_PATH to /usr/lib/pkg-config, the result was the same.
That's plain wrong. /usr/lib/pkg-config contains the description of
libraries built for your host. Using them for your target is just going
to make the build fail even more.
I would definitely recommend upgrading your Buildroot version. An
open-source community unfortunately cannot afford supporting users that
use such old version: we've fixed gazillions of problems since 2009.
Best regards,
Thomas Petazzoni
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Xineramaproto
[not found] ` <BAF922FAE74849899122A8651F8AFD3C@tux.local>
@ 2013-11-12 10:15 ` Gwyll Gwyllin
2013-11-12 10:58 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Gwyll Gwyllin @ 2013-11-12 10:15 UTC (permalink / raw)
To: buildroot
Anyone?
From: Gwyll Gwyllin
Sent: Thursday, October 10, 2013 2:16 PM
To: buildroot at busybox.net
Subject: [Buildroot] Xineramaproto
Hello List,
i?m trying to cross compile (for MIPS) but i?m stucked at xserver_xorg-xserver-1.5.2
The compiler error says:
checking for a useful monotonic clock ...... cross compiling
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strcasestr... (cached) yes
checking for XDMCP... yes
checking for XdmcpWrap in -lXdmcp... yes
checking for XSERVERCFLAGS... configure: error: Package requirements (randrproto >= 1.2 renderproto fixesproto >= 4.0 damageproto >= 1.1 xcmiscproto xextproto xproto >= 7.0.9 xtrans scrnsaverproto >= 1.1 bigreqsproto resourceproto fontsproto inputproto >= 1.4.4 kbproto >= 1.0.3 videoproto compositeproto >= 0.4 resourceproto xineramaproto evieproto xkbfile xfont xau fontenc pixman-1 >= 0.9.5 dbus-1 xdmcp) were not met:
No package 'xineramaproto' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XSERVERCFLAGS_CFLAGS
and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
pkg-config ?modversion xineramaproto says 1.1.2
I tried to set PKG_CONFIG_PATH to /usr/lib/pkg-config, the result was the same.
What should i set or try?
Thanks in advance,
Gwyll
--------------------------------------------------------------------------------
_______________________________________________
buildroot mailing list
buildroot at busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131112/ced5f5e4/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Xineramaproto
2013-11-12 10:15 ` Gwyll Gwyllin
@ 2013-11-12 10:58 ` Thomas Petazzoni
2013-11-15 14:00 ` Gwyll Gwyllin
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2013-11-12 10:58 UTC (permalink / raw)
To: buildroot
Dear Gwyll Gwyllin,
On Tue, 12 Nov 2013 11:15:39 +0100, Gwyll Gwyllin wrote:
> Anyone?
Well, you have been asked (by me) a number of questions on October,
11th, and you never replied to these questions. So how do you expect
"Anyone" to help you solve your problem ? :-)
Please see
http://lists.busybox.net/pipermail/buildroot/2013-October/080374.html
for the list of questions you did not answer.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Xineramaproto
2013-11-12 10:58 ` Thomas Petazzoni
@ 2013-11-15 14:00 ` Gwyll Gwyllin
2013-11-15 14:15 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Gwyll Gwyllin @ 2013-11-15 14:00 UTC (permalink / raw)
To: buildroot
Dear Thomas,
thank you for the link. I've checked my inbox and spam folder, and i could
not find your previous letter. Anyway ... sorry for the missing answer.
You are right, i'm trying to compile an older version. I have a bluechip
device and the manufacturer gave me that version. I've tried to compile a
recent version too, but it's compile have also failed.
I'll try again to compile a recent version.
Thanks,
Gwyll
----- Eredeti ?zenet -----
From: Thomas Petazzoni
Sent: Tuesday, November 12, 2013 11:58 AM
To: Gwyll Gwyllin
Cc: buildroot at busybox.net
Subject: Re: [Buildroot] Xineramaproto
Dear Gwyll Gwyllin,
On Tue, 12 Nov 2013 11:15:39 +0100, Gwyll Gwyllin wrote:
> Anyone?
Well, you have been asked (by me) a number of questions on October,
11th, and you never replied to these questions. So how do you expect
"Anyone" to help you solve your problem ? :-)
Please see
http://lists.busybox.net/pipermail/buildroot/2013-October/080374.html
for the list of questions you did not answer.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Xineramaproto
2013-11-15 14:00 ` Gwyll Gwyllin
@ 2013-11-15 14:15 ` Thomas Petazzoni
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2013-11-15 14:15 UTC (permalink / raw)
To: buildroot
Dear Gwyll Gwyllin,
On Fri, 15 Nov 2013 15:00:15 +0100, Gwyll Gwyllin wrote:
> thank you for the link. I've checked my inbox and spam folder, and i could
> not find your previous letter. Anyway ... sorry for the missing answer.
Hum, strange. Since the mail appeared on the mailing list, I don't
think the problem was on my side. But anyway, doesn't matter much.
> You are right, i'm trying to compile an older version. I have a bluechip
> device and the manufacturer gave me that version. I've tried to compile a
> recent version too, but it's compile have also failed.
Just curious, what kind of device is this "bluechip device"? I've
googled a bit, and didn't find anything relevant.
Regarding Buildroot, I believe you have two options:
(1) Use the vendor-provided Buildroot version, but then you should ask
the vendor who provided this Buildroot for support (or another
third party willing to offer support).
(2) Use the mainline Buildroot, and enjoy community support. In many
cases, the modifications made by vendors on Buildroot are not very
complicated, so it can be quite easy to adapt them to the mainline
Buildroot (and maybe contribute them to reduce the maintenance
effort).
If you have a build failure, or another problem, with a recent version
of the mainline Buildroot, then please let us know. We definitely want
to fix problems. Just tell us the Buildroot version being used,
the .config file, and the last 200-300 lines of the build output.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-11-15 14:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 12:16 [Buildroot] Xineramaproto Gwyll Gwyllin
2013-10-11 12:48 ` Thomas Petazzoni
[not found] ` <BAF922FAE74849899122A8651F8AFD3C@tux.local>
2013-11-12 10:15 ` Gwyll Gwyllin
2013-11-12 10:58 ` Thomas Petazzoni
2013-11-15 14:00 ` Gwyll Gwyllin
2013-11-15 14:15 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox