From: Paulius Zaleckas <paulius.zaleckas@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit master] matchbox: convert to autotools, fix build with start-notification, libxft
Date: Tue, 06 Apr 2010 22:24:12 +0300 [thread overview]
Message-ID: <4BBB8A5C.80403@gmail.com> (raw)
In-Reply-To: <4BBA5521.40900@gmail.com>
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
>>
>
prev parent reply other threads:[~2010-04-06 19:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BBB8A5C.80403@gmail.com \
--to=paulius.zaleckas@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox