* OE buildable on headless hosts?
@ 2008-12-08 19:35 Leon Woestenberg
2008-12-08 20:05 ` Tom Rini
2008-12-08 20:19 ` Koen Kooi
0 siblings, 2 replies; 8+ messages in thread
From: Leon Woestenberg @ 2008-12-08 19:35 UTC (permalink / raw)
To: openembedded-devel
Hello,
I have come across a range of problems on non-buildable stuff lately
and I think we are facing host-dependencies again wrt (at least)
GNOME.
How many people are building GNOME/X stuff on non-X hosts (such as
Ubuntu Server)?
Regards,
--
Leon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: OE buildable on headless hosts?
2008-12-08 19:35 OE buildable on headless hosts? Leon Woestenberg
@ 2008-12-08 20:05 ` Tom Rini
2008-12-08 20:18 ` Koen Kooi
2008-12-08 20:23 ` Marcin Juszkiewicz
2008-12-08 20:19 ` Koen Kooi
1 sibling, 2 replies; 8+ messages in thread
From: Tom Rini @ 2008-12-08 20:05 UTC (permalink / raw)
To: openembedded-devel
On Mon, Dec 08, 2008 at 08:35:53PM +0100, Leon Woestenberg wrote:
> Hello,
>
> I have come across a range of problems on non-buildable stuff lately
> and I think we are facing host-dependencies again wrt (at least)
> GNOME.
>
> How many people are building GNOME/X stuff on non-X hosts (such as
> Ubuntu Server)?
I am, and found that libx11 has a dependency on host
/usr/include/X11/keysymdef.h (it does a very stupid does this file exist
test) but haven't had a chance to fix it yet.
--
Tom Rini
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: OE buildable on headless hosts?
2008-12-08 20:05 ` Tom Rini
@ 2008-12-08 20:18 ` Koen Kooi
2008-12-08 20:26 ` Tom Rini
2008-12-08 20:23 ` Marcin Juszkiewicz
1 sibling, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2008-12-08 20:18 UTC (permalink / raw)
To: openembedded-devel
On 08-12-08 21:05, Tom Rini wrote:
> On Mon, Dec 08, 2008 at 08:35:53PM +0100, Leon Woestenberg wrote:
>> Hello,
>>
>> I have come across a range of problems on non-buildable stuff lately
>> and I think we are facing host-dependencies again wrt (at least)
>> GNOME.
>>
>> How many people are building GNOME/X stuff on non-X hosts (such as
>> Ubuntu Server)?
>
> I am, and found that libx11 has a dependency on host
> /usr/include/X11/keysymdef.h (it does a very stupid does this file exist
> test) but haven't had a chance to fix it yet.
Even with this:
xorg-lib/libx11_1.1.5.bb: file://keysymdef_include.patch;patch=1"
xorg-lib/libx11_1.1.5.bb:EXTRA_OECONF += "--without-xcb
--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h"
?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: OE buildable on headless hosts?
2008-12-08 19:35 OE buildable on headless hosts? Leon Woestenberg
2008-12-08 20:05 ` Tom Rini
@ 2008-12-08 20:19 ` Koen Kooi
2008-12-08 20:58 ` Leon Woestenberg
1 sibling, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2008-12-08 20:19 UTC (permalink / raw)
To: openembedded-devel
On 08-12-08 20:35, Leon Woestenberg wrote:
> Hello,
>
> I have come across a range of problems on non-buildable stuff lately
> and I think we are facing host-dependencies again wrt (at least)
> GNOME.
>
> How many people are building GNOME/X stuff on non-X hosts (such as
> Ubuntu Server)?
Both my build machines are headless, but do have some x11 stuff installed.
regards,
Koen
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: OE buildable on headless hosts?
2008-12-08 20:05 ` Tom Rini
2008-12-08 20:18 ` Koen Kooi
@ 2008-12-08 20:23 ` Marcin Juszkiewicz
1 sibling, 0 replies; 8+ messages in thread
From: Marcin Juszkiewicz @ 2008-12-08 20:23 UTC (permalink / raw)
To: openembedded-devel
Monday 08 of December 2008 21:05:45 Tom Rini napisał(a):
> On Mon, Dec 08, 2008 at 08:35:53PM +0100, Leon Woestenberg wrote:
> > How many people are building GNOME/X stuff on non-X hosts (such as
> > Ubuntu Server)?
>
> I am, and found that libx11 has a dependency on host
> /usr/include/X11/keysymdef.h (it does a very stupid does this file
> exist test) but haven't had a chance to fix it yet.
Check xorg-lib/libx11/keysymdef_include.patch for solution. It is used
in libx11_1.1.5.bb for example.
Regards,
--
JID: hrw@jabber.org
Website: http://blog.haerwu.biz/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: OE buildable on headless hosts?
2008-12-08 20:18 ` Koen Kooi
@ 2008-12-08 20:26 ` Tom Rini
0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2008-12-08 20:26 UTC (permalink / raw)
To: openembedded-devel
On Mon, Dec 08, 2008 at 09:18:34PM +0100, Koen Kooi wrote:
> On 08-12-08 21:05, Tom Rini wrote:
>> On Mon, Dec 08, 2008 at 08:35:53PM +0100, Leon Woestenberg wrote:
>>> Hello,
>>>
>>> I have come across a range of problems on non-buildable stuff lately
>>> and I think we are facing host-dependencies again wrt (at least)
>>> GNOME.
>>>
>>> How many people are building GNOME/X stuff on non-X hosts (such as
>>> Ubuntu Server)?
>>
>> I am, and found that libx11 has a dependency on host
>> /usr/include/X11/keysymdef.h (it does a very stupid does this file exist
>> test) but haven't had a chance to fix it yet.
>
> Even with this:
>
> xorg-lib/libx11_1.1.5.bb: file://keysymdef_include.patch;patch=1"
> xorg-lib/libx11_1.1.5.bb:EXTRA_OECONF += "--without-xcb
> --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h"
>
> ?
Don't recall if that was in when I had that problem.
I meant to add, building things in a very empty chroot is quite helpful
:)
--
Tom Rini
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: OE buildable on headless hosts?
2008-12-08 20:19 ` Koen Kooi
@ 2008-12-08 20:58 ` Leon Woestenberg
2008-12-08 21:06 ` Koen Kooi
0 siblings, 1 reply; 8+ messages in thread
From: Leon Woestenberg @ 2008-12-08 20:58 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-devel
Hello,
On Mon, Dec 8, 2008 at 9:19 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> On 08-12-08 20:35, Leon Woestenberg wrote:
>> How many people are building GNOME/X stuff on non-X hosts (such as
>> Ubuntu Server)?
>
> Both my build machines are headless, but do have some x11 stuff installed.
>
You are correct and I should have changed the subject.
I have started to fix some issues locally, but run from one problem
into the other, not quite sure if they are all host-deps...
http://bugs.openembedded.net/show_bug.cgi?id=4916
Regards,
--
Leon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: OE buildable on headless hosts?
2008-12-08 20:58 ` Leon Woestenberg
@ 2008-12-08 21:06 ` Koen Kooi
0 siblings, 0 replies; 8+ messages in thread
From: Koen Kooi @ 2008-12-08 21:06 UTC (permalink / raw)
To: openembedded-devel
On 08-12-08 21:58, Leon Woestenberg wrote:
> Hello,
>
> On Mon, Dec 8, 2008 at 9:19 PM, Koen Kooi<k.kooi@student.utwente.nl> wrote:
>> On 08-12-08 20:35, Leon Woestenberg wrote:
>>> How many people are building GNOME/X stuff on non-X hosts (such as
>>> Ubuntu Server)?
>> Both my build machines are headless, but do have some x11 stuff installed.
>>
> You are correct and I should have changed the subject.
>
> I have started to fix some issues locally, but run from one problem
> into the other, not quite sure if they are all host-deps...
>
> http://bugs.openembedded.net/show_bug.cgi?id=4916
We should indeed try to weed out most dependencies on host system packages.
regards,
Koen
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-12-08 21:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 19:35 OE buildable on headless hosts? Leon Woestenberg
2008-12-08 20:05 ` Tom Rini
2008-12-08 20:18 ` Koen Kooi
2008-12-08 20:26 ` Tom Rini
2008-12-08 20:23 ` Marcin Juszkiewicz
2008-12-08 20:19 ` Koen Kooi
2008-12-08 20:58 ` Leon Woestenberg
2008-12-08 21:06 ` Koen Kooi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox