From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Fri, 14 Oct 2016 21:47:54 +0000 Subject: [Buildroot] [Bug 9356] gdb package In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=9356 Peter Korsgaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Peter Korsgaard --- I take it you refer to the recent issue installing gdb(server)? That is now fixed in git by: commit 8ae8d1162d92f14a0445fc497f473fde0aee6c3c Author: Peter Korsgaard Date: Fri Oct 14 19:32:43 2016 +0200 gdb: unbreak host/target install step Commit 12306a81f8edc (gdb: get rid of host-texinfo dependency) tried to append MAKEINFO=true to the host/target make install arguments, but as the default values for these are only added when (host-)autotools-package is evaluated (and only if empty), this effectively drops the default values and we ended up without the 'install' target and nothing got installed. To fix this, specify the full install arguments. Signed-off-by: Peter Korsgaard -- You are receiving this mail because: You are on the CC list for the bug.