* [Buildroot] problem with dbus.mk
@ 2008-06-20 15:15 John Voltz
2008-06-20 19:24 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: John Voltz @ 2008-06-20 15:15 UTC (permalink / raw)
To: buildroot
Hi,
I discovered a bit of a problem in dbus.mk.
*DBUS_XML_DEP:=**$(BUILD_DIR)/**libxml2**-2.6.29/.stamp_staging_installed
*
What happens when libxml2 has not been downloaded, extracted, or built and
you depend on .stamp_staging_installed?
Build failure. I would suggest a revert on dbus.mk.
Regards,
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080620/3c45dfca/attachment.htm
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] problem with dbus.mk
2008-06-20 15:15 [Buildroot] problem with dbus.mk John Voltz
@ 2008-06-20 19:24 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2008-06-20 19:24 UTC (permalink / raw)
To: buildroot
>>>>> "John" == John Voltz <john.voltz@gmail.com> writes:
John> Hi,
John> I discovered a bit of a problem in dbus.mk.
John> DBUS_XML_DEP:=$(BUILD_DIR)/libxml2-2.6.29/.stamp_staging_installed
John> What happens when libxml2 has not been downloaded, extracted,
John> or built and you depend on .stamp_staging_installed?
Normally it would work just fine (we do this all the time), but
looking closer at it, the Makefile.autotools.in stuff is horribly
broken as it doesn't have proper dependencies listed.
It also looks like it would break badly for parallel builds (-j)
:/
John> Build failure. I would suggest a revert on dbus.mk.
I'll revert the libxml2 hunk. We really need to fixup the autotools
stuff or stop using it.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-20 19:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-20 15:15 [Buildroot] problem with dbus.mk John Voltz
2008-06-20 19:24 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox