From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Thu, 10 Mar 2016 16:44:57 +0000 Subject: [Buildroot] [Bug 8786] gdb fails to build with xz and expat support at the same 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=8786 --- Comment #1 from Thomas Petazzoni --- The problem seems related to the fact that you have lzma installed on your build machine, including the development files. I've tested your last defconfig (on ARM), and I'm not able to reproduce, either with lzma development files installed or not installed. The failure: /lib64/liblzma.so.5: undefined reference to `clock_gettime at GLIBC_2.17' is related to the fact that it finds your host lzma, tries to link with it, but fails because it lacks -lrt. Can you try --with-lzma-prefix=$(HOST_DIR)/usr in GDB_CONF_OPTS ? -- You are receiving this mail because: You are on the CC list for the bug.