From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 11781] mariadb build error
Date: Thu, 15 Aug 2019 19:50:09 +0000 [thread overview]
Message-ID: <bug-11781-163-73fbEK5iQC@https.bugs.busybox.net/> (raw)
In-Reply-To: <bug-11781-163@https.bugs.busybox.net/>
https://bugs.busybox.net/show_bug.cgi?id=11781
--- Comment #4 from Peter Seiderer <ps.report@gmx.net> ---
Can reproduce the failure Arnout describes (on buildroot master), fixed by:
diff -u build/mariadb-10.3.16/cmake/os/Linux.cmake.orig
build/mariadb-10.3.16/cmake/os/Linux.cmake
--- build/mariadb-10.3.16/cmake/os/Linux.cmake.orig 2019-08-15
21:36:25.032673425 +0200
+++ build/mariadb-10.3.16/cmake/os/Linux.cmake 2019-08-15 21:36:54.065106056
+0200
@@ -27,8 +27,8 @@
# Fix CMake (< 2.8) flags. -rdynamic exports too many symbols.
FOREACH(LANG C CXX)
STRING(REPLACE "-rdynamic" ""
- CMAKE_SHARED_LIBRARY_LINK_${LANG}_FLAGS
- ${CMAKE_SHARED_LIBRARY_LINK_${LANG}_FLAGS}
+ "CMAKE_SHARED_LIBRARY_LINK_${LANG}_FLAGS"
+ "${CMAKE_SHARED_LIBRARY_LINK_${LANG}_FLAGS}"
)
ENDFOREACH()
Disclaimer: no cmake expert, just a quick fix/hack, not sure if the patch makes
sense ;-), but fixes the configure error...
@Alexey: Your failure is with buildroot-2018.11.4, feel free to try the patch,
in case of failure please provide a complete config/defconfig file to reproduce
and a complete log of the mariadb build steps (your provided log is only about
the cmake checks, no real failure)...
--
You are receiving this mail because:
You are on the CC list for the bug.
next prev parent reply other threads:[~2019-08-15 19:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-13 8:49 [Buildroot] [Bug 11781] New: mariadb build error bugzilla at busybox.net
2019-04-13 8:52 ` [Buildroot] [Bug 11781] " bugzilla at busybox.net
2019-04-13 12:28 ` bugzilla at busybox.net
2019-04-13 12:30 ` Arnout Vandecappelle
2019-08-15 13:29 ` bugzilla at busybox.net
2019-08-15 17:48 ` bugzilla at busybox.net
2019-08-15 19:50 ` bugzilla at busybox.net [this message]
2019-09-21 12:52 ` bugzilla at busybox.net
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-11781-163-73fbEK5iQC@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox