* [Buildroot] [Bug 13171] New: make qt5base error
@ 2020-08-28 10:17 bugzilla at busybox.net
2020-09-01 16:02 ` [Buildroot] [Bug 13171] " bugzilla at busybox.net
2024-06-15 14:55 ` bugzilla
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2020-08-28 10:17 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=13171
Bug ID: 13171
Summary: make qt5base error
Product: buildroot
Version: 2020.02
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: 540915622 at qq.com
CC: buildroot at uclibc.org
Target Milestone: ---
Using buildroot 2020.2 version will have the error in the picture, when I use
2019.02 there is no such problem. Through research, it is found that only line
802 of the \output\build\qt5base-5.12.2\configure file needs to be modified to
(cd "$outpath/qmake"; $MAKE) || exit 2 can also be compiled and passed
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] [Bug 13171] make qt5base error 2020-08-28 10:17 [Buildroot] [Bug 13171] New: make qt5base error bugzilla at busybox.net @ 2020-09-01 16:02 ` bugzilla at busybox.net 2024-06-15 14:55 ` bugzilla 1 sibling, 0 replies; 3+ messages in thread From: bugzilla at busybox.net @ 2020-09-01 16:02 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=13171 --- Comment #1 from Peter Seiderer <ps.report@gmx.net> --- (In reply to jack from comment #0) Sorry, no picture (of the failure) attached... Could you provide a .config or defconfig file of the failing buildroot configuration (on which host system)? Could you provide the failure message (and some lines around) simple by copying the message? Do you mean the following change to configure (removing the double quotes): if [ "$OPT_VERBOSE" = yes ]; then # Show the output of make - (cd "$outpath/qmake"; "$MAKE") || exit 2 + (cd "$outpath/qmake"; $MAKE) || exit 2 else # Hide the output of make If this is fixing your problem, this would mean that 'MAKE' is not single command in your case... Could you provide an link to your 'research' results? -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [Bug 13171] make qt5base error 2020-08-28 10:17 [Buildroot] [Bug 13171] New: make qt5base error bugzilla at busybox.net 2020-09-01 16:02 ` [Buildroot] [Bug 13171] " bugzilla at busybox.net @ 2024-06-15 14:55 ` bugzilla 1 sibling, 0 replies; 3+ messages in thread From: bugzilla @ 2024-06-15 14:55 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=13171 Yann E. MORIN <yann.morin.1998@free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED CC| |yann.morin.1998@free.fr --- Comment #2 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] 3+ messages in thread
end of thread, other threads:[~2024-06-15 14:55 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-08-28 10:17 [Buildroot] [Bug 13171] New: make qt5base error bugzilla at busybox.net 2020-09-01 16:02 ` [Buildroot] [Bug 13171] " bugzilla at busybox.net 2024-06-15 14:55 ` bugzilla
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox