* [Buildroot] [Bug 12681] New: Mongodb fails to build from sources
@ 2020-03-20 12:33 bugzilla at busybox.net
2020-03-20 15:19 ` [Buildroot] [Bug 12681] " bugzilla at busybox.net
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-03-20 12:33 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12681
Bug ID: 12681
Summary: Mongodb fails to build from sources
Product: buildroot
Version: 2020.02
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: zinosat at gmail.com
CC: buildroot at uclibc.org
Target Milestone: ---
my defconfig is based on pc_x86_64_bios_defconfig
I got failures both in br 2020.2 and 2019.11.1.
it works in 2019.05
I'm trying to revert mongodb and dependencies to the 2019.05 situation: no luck
so far
revert 2c938815d79d9f351512595a0a67ad25f6f3151d python-yaml
revert 68dd5ab1affe95bc031f2a2a66317ba9244a1941 yaml-cpp
revert 5a82a984b5c9d28fa62a3783bcc90b3addab21a4 scons
revert 165e9c163c4d28025a5e1d3e5e6cfd0ad6476a7e mongodb
error log available here:
https://pastebin.com/vRPKixBy
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 12681] Mongodb fails to build from sources
2020-03-20 12:33 [Buildroot] [Bug 12681] New: Mongodb fails to build from sources bugzilla at busybox.net
@ 2020-03-20 15:19 ` bugzilla at busybox.net
2020-03-20 15:50 ` bugzilla at busybox.net
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-03-20 15:19 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12681
--- Comment #1 from Davide Viti <zinosat@gmail.com> ---
Created attachment 8406
--> https://bugs.busybox.net/attachment.cgi?id=8406&action=edit
patch to fix the problem
The fixes in the attached patch, with the help of vfazio on IRC, fix the
problem for me
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 12681] Mongodb fails to build from sources
2020-03-20 12:33 [Buildroot] [Bug 12681] New: Mongodb fails to build from sources bugzilla at busybox.net
2020-03-20 15:19 ` [Buildroot] [Bug 12681] " bugzilla at busybox.net
@ 2020-03-20 15:50 ` bugzilla at busybox.net
2020-04-20 21:25 ` bugzilla at busybox.net
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-03-20 15:50 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12681
--- Comment #2 from Vincent Fazio <vfazio@xes-inc.com> ---
The libyaml-cpp issue should be fixed at some point when a release is cut
including
https://github.com/jbeder/yaml-cpp/commit/52a1378e48e15d42a0b755af7146394c6eff998c
It should inherit the BUILD_SHARED_LIBS values defined in pkg-cmake.
Until a new version is cut, we could either hack libyaml-cpp.mk or patch
CMakeLists.txt
I haven't root-caused the mongodb issue. If it worked in 2019.05 but doesn't
now, that seems to imply the jump from 4.0.6 to 4.0.12 caused the break.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 12681] Mongodb fails to build from sources
2020-03-20 12:33 [Buildroot] [Bug 12681] New: Mongodb fails to build from sources bugzilla at busybox.net
2020-03-20 15:19 ` [Buildroot] [Bug 12681] " bugzilla at busybox.net
2020-03-20 15:50 ` bugzilla at busybox.net
@ 2020-04-20 21:25 ` bugzilla at busybox.net
2020-05-17 20:39 ` bugzilla at busybox.net
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-04-20 21:25 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12681
--- Comment #3 from Ameya <ameya.joshi@rockwellcollins.com> ---
Hi,
is there a plan to merge the patch to the buildroot master?
Regards,
Ameya
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 12681] Mongodb fails to build from sources
2020-03-20 12:33 [Buildroot] [Bug 12681] New: Mongodb fails to build from sources bugzilla at busybox.net
` (2 preceding siblings ...)
2020-04-20 21:25 ` bugzilla at busybox.net
@ 2020-05-17 20:39 ` bugzilla at busybox.net
2020-05-17 20:39 ` bugzilla at busybox.net
2024-06-15 14:52 ` bugzilla
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-05-17 20:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12681
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
So, this issue has been fixed by the bump of Mongodb to 4.2.4 in commit
fdd30c7daaf384eb31a767f691b0acbbe84f3d49, which will be part of Buildroot
2020.05. However, it is not great to have this failing on 2020.02.
However, MongoDB 4.2.4 still doesn't have the include <cxxabi.h>, and the build
no longer fails.
The yaml-cpp issue has been fixed in master with commit
4f2ba910b519a195622ccc56a8fe6c04995524e7.
Interestingly, mongodb seems to no longer fails on the 2020.02.x branch since
April 24.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 12681] Mongodb fails to build from sources
2020-03-20 12:33 [Buildroot] [Bug 12681] New: Mongodb fails to build from sources bugzilla at busybox.net
` (3 preceding siblings ...)
2020-05-17 20:39 ` bugzilla at busybox.net
@ 2020-05-17 20:39 ` bugzilla at busybox.net
2024-06-15 14:52 ` bugzilla
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2020-05-17 20:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12681
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at buildroot.uclibc |titouan.christophe at railnova
|.org |.eu
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 12681] Mongodb fails to build from sources
2020-03-20 12:33 [Buildroot] [Bug 12681] New: Mongodb fails to build from sources bugzilla at busybox.net
` (4 preceding siblings ...)
2020-05-17 20:39 ` bugzilla at busybox.net
@ 2024-06-15 14:52 ` bugzilla
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2024-06-15 14:52 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12681
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yann.morin.1998@free.fr
Resolution|--- |MOVED
Status|NEW |RESOLVED
--- Comment #5 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-06-15 14:52 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20 12:33 [Buildroot] [Bug 12681] New: Mongodb fails to build from sources bugzilla at busybox.net
2020-03-20 15:19 ` [Buildroot] [Bug 12681] " bugzilla at busybox.net
2020-03-20 15:50 ` bugzilla at busybox.net
2020-04-20 21:25 ` bugzilla at busybox.net
2020-05-17 20:39 ` bugzilla at busybox.net
2020-05-17 20:39 ` bugzilla at busybox.net
2024-06-15 14:52 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox