From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernd Kuhls Date: Sun, 28 May 2017 20:14:36 +0200 Subject: [Buildroot] [PATCH for-next 2/3] package/google-breakpad: switch to the new git repository References: <1480263400-29605-1-git-send-email-romain.naour@gmail.com> <1480263400-29605-2-git-send-email-romain.naour@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Am Sun, 27 Nov 2016 17:16:39 +0100 schrieb Romain Naour: > +GOOGLE_BREAKPAD_DEPENDENCIES = host-google-breakpad linux-syscall- support > + > +HOST_GOOGLE_BREAKPAD_DEPENDENCIES = host-linux-syscall-support > + > +# Avoid using depot-tools to download this file. > +define HOST_GOOGLE_BREAKPAD_LSS > + $(INSTALL) -D -m 0644 \ > + $(HOST_DIR)/usr/include/linux_syscall_support.h \ > + $(@D)/src/third_party/lss/linux_syscall_support.h > +endef > +HOST_GOOGLE_BREAKPAD_POST_EXTRACT_HOOKS += HOST_GOOGLE_BREAKPAD_LSS Hi, I do not know whether I found a bug or not while currently testing an allyesconfig with "make legal-info" only. In this case the package linux-syscall-support was not installed to staging, therefore linux_syscall_support.h cannot be installed by _POST_EXTRACT_HOOKS breaking the google-breakpad-legal-info target: /usr/bin/install: cannot stat '/home/bernd/buildroot/buildroot/output/ host/usr/i586-buildroot-linux-uclibc/sysroot/usr/include/ linux_syscall_support.h': No such file or directory Is the legal-info target meant to be used that way, this means without building the package first, or do the packages have to be built before? In this case the problem would not exist. Regards, Bernd