* [Buildroot] [Bug 9356] New: gdb
@ 2016-10-14 12:02 bugzilla at busybox.net
2016-10-14 12:22 ` [Buildroot] [Bug 9356] gdb package bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-10-14 12:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9356
Bug ID: 9356
Summary: gdb
Product: buildroot
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: gmg.kostik at gmail.com
CC: buildroot at uclibc.org
Target Milestone: ---
commit
https://git.buildroot.net/buildroot/commit/?id=12306a81f8edc6db84e4e3c5e58e707ba9e4c9f5
not working
host-texinfo install error.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 9356] gdb package
2016-10-14 12:02 [Buildroot] [Bug 9356] New: gdb bugzilla at busybox.net
@ 2016-10-14 12:22 ` bugzilla at busybox.net
2016-10-14 13:02 ` bugzilla at busybox.net
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-10-14 12:22 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9356
kosyak <gmg.kostik@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|gdb |gdb package
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 9356] gdb package
2016-10-14 12:02 [Buildroot] [Bug 9356] New: gdb bugzilla at busybox.net
2016-10-14 12:22 ` [Buildroot] [Bug 9356] gdb package bugzilla at busybox.net
@ 2016-10-14 13:02 ` bugzilla at busybox.net
2016-10-14 15:18 ` bugzilla at busybox.net
2016-10-14 21:47 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-10-14 13:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9356
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
What is happening? What error messages do you see? What is your host
distribution?
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 9356] gdb package
2016-10-14 12:02 [Buildroot] [Bug 9356] New: gdb bugzilla at busybox.net
2016-10-14 12:22 ` [Buildroot] [Bug 9356] gdb package bugzilla at busybox.net
2016-10-14 13:02 ` bugzilla at busybox.net
@ 2016-10-14 15:18 ` bugzilla at busybox.net
2016-10-14 21:47 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-10-14 15:18 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9356
--- Comment #2 from kosyak <gmg.kostik@gmail.com> ---
Soory for my English.
Lubuntu x86 16.04.
make raspberrypi3_defconfig
Toolchain (Linaro ARM 2014.09) --->
Toolchain --->
[*] Build cross gdb for the host
Target packages --->
Debugging, profiling and benchmark --->
[*] gdb
-*- gdbserver
make -j4 2>&1 > log.txt
https://dl.dropboxusercontent.com/u/15370742/log.txt
I replaced the file package/gdb/gdb.mk on the version from buildroot-2016.08.1
-
compile with no error.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 9356] gdb package
2016-10-14 12:02 [Buildroot] [Bug 9356] New: gdb bugzilla at busybox.net
` (2 preceding siblings ...)
2016-10-14 15:18 ` bugzilla at busybox.net
@ 2016-10-14 21:47 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-10-14 21:47 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9356
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ---
I take it you refer to the recent issue installing gdb(server)? That is now
fixed in git by:
commit 8ae8d1162d92f14a0445fc497f473fde0aee6c3c
Author: Peter Korsgaard <peter@korsgaard.com>
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 <peter@korsgaard.com>
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-10-14 21:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14 12:02 [Buildroot] [Bug 9356] New: gdb bugzilla at busybox.net
2016-10-14 12:22 ` [Buildroot] [Bug 9356] gdb package bugzilla at busybox.net
2016-10-14 13:02 ` bugzilla at busybox.net
2016-10-14 15:18 ` bugzilla at busybox.net
2016-10-14 21:47 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox