Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master] matchbox: convert to autotools, fix build with start-notification, libxft
@ 2010-04-05  8:47 Will Wagner
  2010-04-05 16:58 ` Paulius Zaleckas
  2010-04-05 21:24 ` Paulius Zaleckas
  0 siblings, 2 replies; 6+ messages in thread
From: Will Wagner @ 2010-04-05  8:47 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=f94830d0e5a409b2e2dc30a4e002c180fe09ec4e
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Will Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

Patch is too large, so refusing to show it

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [git commit master] matchbox: convert to autotools, fix build with start-notification, libxft
  2010-04-05  8:47 [Buildroot] [git commit master] matchbox: convert to autotools, fix build with start-notification, libxft Will Wagner
@ 2010-04-05 16:58 ` Paulius Zaleckas
  2010-04-05 18:19   ` Will Wagner
  2010-04-05 21:24 ` Paulius Zaleckas
  1 sibling, 1 reply; 6+ messages in thread
From: Paulius Zaleckas @ 2010-04-05 16:58 UTC (permalink / raw)
  To: buildroot

On 04/05/2010 11:47 AM, Will Wagner wrote:
>
> commit: http://git.buildroot.net/buildroot/commit/?id=f94830d0e5a409b2e2dc30a4e002c180fe09ec4e
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> Signed-off-by: Will Wagner<will_wagner@carallon.com>
> Signed-off-by: Peter Korsgaard<jacmet@sunsite.dk>

Previously matchbox-commons were installed, now there is even no way to select
it, but .mk file is there :)
Don't know if it should be selectable or just added to root matchbox.mk...

BR,
Paulius

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [git commit master] matchbox: convert to autotools, fix build with start-notification, libxft
  2010-04-05 16:58 ` Paulius Zaleckas
@ 2010-04-05 18:19   ` Will Wagner
  2010-04-05 20:49     ` Paulius Zaleckas
  0 siblings, 1 reply; 6+ messages in thread
From: Will Wagner @ 2010-04-05 18:19 UTC (permalink / raw)
  To: buildroot

On 05/04/2010 17:58, Paulius Zaleckas wrote:
> On 04/05/2010 11:47 AM, Will Wagner wrote:
>>
>> commit: 
>> http://git.buildroot.net/buildroot/commit/?id=f94830d0e5a409b2e2dc30a4e002c180fe09ec4e 
>>
>> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>>
>> Signed-off-by: Will Wagner<will_wagner@carallon.com>
>> Signed-off-by: Peter Korsgaard<jacmet@sunsite.dk>
>
> Previously matchbox-commons were installed, now there is even no way 
> to select
> it, but .mk file is there :)
> Don't know if it should be selectable or just added to root 
> matchbox.mk...
>
It gets built as a dependany of matchbox-wm. I did not make it an option 
as you would only want that without the window manager if you were 
trying to compile some custom app based on matchbox-common. Also it is 
exactly the same behaviour as the old matchbox makefile, the reason I 
spit it into seperate makefile was so it could be converted to autoools. 
If there is some issie with what is ther I am happy to fix it.

Will

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [git commit master] matchbox: convert to autotools, fix build with start-notification, libxft
  2010-04-05 18:19   ` Will Wagner
@ 2010-04-05 20:49     ` Paulius Zaleckas
  0 siblings, 0 replies; 6+ messages in thread
From: Paulius Zaleckas @ 2010-04-05 20:49 UTC (permalink / raw)
  To: buildroot

On 04/05/2010 09:19 PM, Will Wagner wrote:
> On 05/04/2010 17:58, Paulius Zaleckas wrote:
>> On 04/05/2010 11:47 AM, Will Wagner wrote:
>>>
>>> commit:
>>> http://git.buildroot.net/buildroot/commit/?id=f94830d0e5a409b2e2dc30a4e002c180fe09ec4e
>>>
>>> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>>>
>>> Signed-off-by: Will Wagner<will_wagner@carallon.com>
>>> Signed-off-by: Peter Korsgaard<jacmet@sunsite.dk>
>>
>> Previously matchbox-commons were installed, now there is even no way
>> to select
>> it, but .mk file is there :)
>> Don't know if it should be selectable or just added to root
>> matchbox.mk...
>>
> It gets built as a dependany of matchbox-wm. I did not make it an option
> as you would only want that without the window manager if you were
> trying to compile some custom app based on matchbox-common. Also it is
> exactly the same behaviour as the old matchbox makefile, the reason I
> spit it into seperate makefile was so it could be converted to autoools.
> If there is some issie with what is ther I am happy to fix it.

matchbox-wm has no dependency on matchbox-common.
I think you mixed it up with matchbox-lib...

> Will

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [git commit master] matchbox: convert to autotools, fix build with start-notification, libxft
  2010-04-05  8:47 [Buildroot] [git commit master] matchbox: convert to autotools, fix build with start-notification, libxft Will Wagner
  2010-04-05 16:58 ` Paulius Zaleckas
@ 2010-04-05 21:24 ` Paulius Zaleckas
  2010-04-06 19:24   ` Paulius Zaleckas
  1 sibling, 1 reply; 6+ messages in thread
From: Paulius Zaleckas @ 2010-04-05 21:24 UTC (permalink / raw)
  To: buildroot

On 04/05/2010 11:47 AM, Will Wagner wrote:
>
> commit: http://git.buildroot.net/buildroot/commit/?id=f94830d0e5a409b2e2dc30a4e002c180fe09ec4e
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> Signed-off-by: Will Wagner<will_wagner@carallon.com>
> Signed-off-by: Peter Korsgaard<jacmet@sunsite.dk>

There is one more problem...
matchbox-desktop fails to load its modules.
Modules are installed to /usr/lib/matchbox/desktop
but it doesn't try to load them from here.

strace output:
write(1, "matchbox-desktop: loading /usr/li"..., 63) = 63
open("/usr/lib/tasks.so", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/home/paulius/buildroot/output/build/staging_dir/usr/lib/tasks.so", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/tasks.so", O_RDONLY)         = -1 ENOENT (No such file or directory)
open("/lib/tasks.so", O_RDONLY)         = -1 ENOENT (No such file or directory)
open("/usr/lib/tasks.so", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/tasks.so", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "File not found"..., 14)       = 14
write(1, "matchbox-desktop: loading /usr/li"..., 68) = 68
open("/usr/lib/dotdesktop.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/paulius/buildroot/output/build/staging_dir/usr/lib/dotdesktop.so", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/dotdesktop.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/lib/dotdesktop.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/lib/dotdesktop.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/dotdesktop.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
write(2, "File not found"..., 14)       = 14
write(2, "matchbox-desktop: failed to load "..., 51) = 51

> Patch is too large, so refusing to show it
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [git commit master] matchbox: convert to autotools, fix build with start-notification, libxft
  2010-04-05 21:24 ` Paulius Zaleckas
@ 2010-04-06 19:24   ` Paulius Zaleckas
  0 siblings, 0 replies; 6+ messages in thread
From: Paulius Zaleckas @ 2010-04-06 19:24 UTC (permalink / raw)
  To: buildroot

On 04/06/2010 12:24 AM, Paulius Zaleckas wrote:
> On 04/05/2010 11:47 AM, Will Wagner wrote:
>>
>> commit:
>> http://git.buildroot.net/buildroot/commit/?id=f94830d0e5a409b2e2dc30a4e002c180fe09ec4e
>>
>> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>>
>> Signed-off-by: Will Wagner<will_wagner@carallon.com>
>> Signed-off-by: Peter Korsgaard<jacmet@sunsite.dk>
>
> There is one more problem...
> matchbox-desktop fails to load its modules.
> Modules are installed to /usr/lib/matchbox/desktop
> but it doesn't try to load them from here.
>
> strace output:
> write(1, "matchbox-desktop: loading /usr/li"..., 63) = 63
> open("/usr/lib/tasks.so", O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/home/paulius/buildroot/output/build/staging_dir/usr/lib/tasks.so", O_RDONLY)
> = -1 ENOENT (No such file or directory)
> open("/lib/tasks.so", O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/lib/tasks.so", O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/tasks.so", O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/X11R6/lib/tasks.so", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> write(2, "File not found"..., 14) = 14
> write(1, "matchbox-desktop: loading /usr/li"..., 68) = 68
> open("/usr/lib/dotdesktop.so", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/home/paulius/buildroot/output/build/staging_dir/usr/lib/dotdesktop.so",
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/lib/dotdesktop.so", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/lib/dotdesktop.so", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/usr/lib/dotdesktop.so", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/usr/X11R6/lib/dotdesktop.so", O_RDONLY) = -1 ENOENT (No such file
> or directory)
> write(2, "File not found"..., 14) = 14
> write(2, "matchbox-desktop: failed to load "..., 51) = 51

I have found the reason it worked earlier:

-$(TARGET_DIR)/usr/bin/$(MATCHBOX_DP_BIN): $(STAGING_DIR)/usr/bin/$(MATCHBOX_DP_BIN)
- cp -dpf $(STAGING_DIR)/usr/bin/$(MATCHBOX_DP_BIN) $(TARGET_DIR)/usr/bin/
- -$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/$(MATCHBOX_DP_BIN)
- cp -dpf $(STAGING_DIR)/usr/lib/dotdesktop.so $(TARGET_DIR)/usr/lib/
- -$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/dotdesktop.so
- cp -dpf $(STAGING_DIR)/usr/lib/simplefilebrowser.so $(TARGET_DIR)/usr/lib/
- -$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/simplefilebrowser.so
- cp -dpf $(STAGING_DIR)/usr/lib/tasks.so $(TARGET_DIR)/usr/lib/
- -$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/tasks.so

It was installing these plug-ins to /usr/lib and now they are installed
to /usr/lib/matchbox/desktop

>> Patch is too large, so refusing to show it
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-06 19:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-05  8:47 [Buildroot] [git commit master] matchbox: convert to autotools, fix build with start-notification, libxft Will Wagner
2010-04-05 16:58 ` Paulius Zaleckas
2010-04-05 18:19   ` Will Wagner
2010-04-05 20:49     ` Paulius Zaleckas
2010-04-05 21:24 ` Paulius Zaleckas
2010-04-06 19:24   ` Paulius Zaleckas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox