From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Vincent_Stehl=E9?= Date: Wed, 12 Mar 2014 11:15:14 +0100 Subject: [Buildroot] host-fakeroot archive not sourced any more? Message-ID: <532033B2.9030903@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi, FYI it seems buildroot will not source host-fakeroot archive correctly any more when told to 'make source', with some configurations. This behavior can be seen for example on recent commit 1ea6d850891bb4d936bcf1bddbf5432b819d5785, with the following commands: $ rm -fr ..config.tmp .config .config.old output dl/*fakeroot* $ make qemu_arm_vexpress_defconfig $ make source In this case, fakeroot_1.18.2.orig.tar.bz2 is not fetched. After bisect, it seems this behavior started with commit 'a248775 Makefile: add support for top-level parallel make'. A quick fix for 1ea6d850891bb4d936bcf1bddbf5432b819d5785 is to revert, in that order: cf53e15 Makefile: remove BASE_TARGETS variable fbb3b86 Makefile: ensure system is built ... d4c0c64 Makefile: fix target-finalize rule a248775 Makefile: add support for top-level parallel make ...and fakeroot archive is downloaded again. Best regards, V.