* [Buildroot] dbus: wrong place to lookup libexpat.so
@ 2007-07-08 12:12 Cristian Ionescu-Idbohrn
2007-07-08 12:23 ` Bernhard Fischer
0 siblings, 1 reply; 4+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-07-08 12:12 UTC (permalink / raw)
To: buildroot
Index: dbus.mk
===================================================================
--- dbus.mk (revision 19026)
+++ dbus.mk (working copy)
@@ -51,7 +51,7 @@
touch $(DBUS_DIR)/.configured
$(DBUS_DIR)/$(DBUS_BINARY): $(DBUS_DIR)/.configured
- $(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/lib/libexpat.so" -C $(DBUS_DIR) all
+ $(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/usr/lib/libexpat.so" -C $(DBUS_DIR) all
$(STAGING_DIR)/usr/lib/libdbus-1.so: $(DBUS_DIR)/$(DBUS_BINARY)
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(DBUS_DIR)/dbus install
--
Cristian
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] dbus: wrong place to lookup libexpat.so
2007-07-08 12:12 [Buildroot] dbus: wrong place to lookup libexpat.so Cristian Ionescu-Idbohrn
@ 2007-07-08 12:23 ` Bernhard Fischer
2007-07-08 12:55 ` Cristian Ionescu-Idbohrn
0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Fischer @ 2007-07-08 12:23 UTC (permalink / raw)
To: buildroot
On Sun, Jul 08, 2007 at 02:12:53PM +0200, Cristian Ionescu-Idbohrn wrote:
>Index: dbus.mk
>===================================================================
>--- dbus.mk (revision 19026)
>+++ dbus.mk (working copy)
>@@ -51,7 +51,7 @@
> touch $(DBUS_DIR)/.configured
>
> $(DBUS_DIR)/$(DBUS_BINARY): $(DBUS_DIR)/.configured
>- $(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/lib/libexpat.so" -C $(DBUS_DIR) all
>+ $(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/usr/lib/libexpat.so" -C $(DBUS_DIR) all
>
> $(STAGING_DIR)/usr/lib/libdbus-1.so: $(DBUS_DIR)/$(DBUS_BINARY)
> $(MAKE) DESTDIR=$(STAGING_DIR) -C $(DBUS_DIR)/dbus install
ok, but can you try the attached patch instead, please?
TIA,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: br2-dbus-bump.00.diff
Type: text/x-diff
Size: 2325 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070708/39289ba2/attachment.bin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] dbus: wrong place to lookup libexpat.so
2007-07-08 12:23 ` Bernhard Fischer
@ 2007-07-08 12:55 ` Cristian Ionescu-Idbohrn
2007-07-08 13:15 ` Bernhard Fischer
0 siblings, 1 reply; 4+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-07-08 12:55 UTC (permalink / raw)
To: buildroot
On Sun, 8 Jul 2007, Bernhard Fischer wrote:
> On Sun, Jul 08, 2007 at 02:12:53PM +0200, Cristian Ionescu-Idbohrn wrote:
> >Index: dbus.mk
> >===================================================================
> >--- dbus.mk (revision 19026)
> >+++ dbus.mk (working copy)
> >@@ -51,7 +51,7 @@
> > touch $(DBUS_DIR)/.configured
> >
> > $(DBUS_DIR)/$(DBUS_BINARY): $(DBUS_DIR)/.configured
> >- $(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/lib/libexpat.so" -C $(DBUS_DIR) all
> >+ $(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/usr/lib/libexpat.so" -C $(DBUS_DIR) all
> >
> > $(STAGING_DIR)/usr/lib/libdbus-1.so: $(DBUS_DIR)/$(DBUS_BINARY)
> > $(MAKE) DESTDIR=$(STAGING_DIR) -C $(DBUS_DIR)/dbus install
>
> ok, but can you try the attached patch instead, please?
rm: cannot remove
`/data/cii/buildroot/buildroot/build_i486/root/usr/lib/dbus-1.0':
Is a directory
The attached works better.
--
Cristian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: db.patch
Type: text/x-diff
Size: 2225 bytes
Desc:
Url : http://busybox.net/lists/buildroot/attachments/20070708/9babe3fe/attachment.bin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] dbus: wrong place to lookup libexpat.so
2007-07-08 12:55 ` Cristian Ionescu-Idbohrn
@ 2007-07-08 13:15 ` Bernhard Fischer
0 siblings, 0 replies; 4+ messages in thread
From: Bernhard Fischer @ 2007-07-08 13:15 UTC (permalink / raw)
To: buildroot
On Sun, Jul 08, 2007 at 02:55:12PM +0200, Cristian Ionescu-Idbohrn wrote:
>On Sun, 8 Jul 2007, Bernhard Fischer wrote:
>
>> On Sun, Jul 08, 2007 at 02:12:53PM +0200, Cristian Ionescu-Idbohrn wrote:
>> >Index: dbus.mk
>> >===================================================================
>> >--- dbus.mk (revision 19026)
>> >+++ dbus.mk (working copy)
>> >@@ -51,7 +51,7 @@
>> > touch $(DBUS_DIR)/.configured
>> >
>> > $(DBUS_DIR)/$(DBUS_BINARY): $(DBUS_DIR)/.configured
>> >- $(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/lib/libexpat.so" -C $(DBUS_DIR) all
>> >+ $(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/usr/lib/libexpat.so" -C $(DBUS_DIR) all
>> >
>> > $(STAGING_DIR)/usr/lib/libdbus-1.so: $(DBUS_DIR)/$(DBUS_BINARY)
>> > $(MAKE) DESTDIR=$(STAGING_DIR) -C $(DBUS_DIR)/dbus install
>>
>> ok, but can you try the attached patch instead, please?
>
>rm: cannot remove
>`/data/cii/buildroot/buildroot/build_i486/root/usr/lib/dbus-1.0':
>Is a directory
>
>The attached works better.
merged as r19036. Thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-07-08 13:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-08 12:12 [Buildroot] dbus: wrong place to lookup libexpat.so Cristian Ionescu-Idbohrn
2007-07-08 12:23 ` Bernhard Fischer
2007-07-08 12:55 ` Cristian Ionescu-Idbohrn
2007-07-08 13:15 ` Bernhard Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox