* [Buildroot] [Bug 14531] New: Package EFL - build error
@ 2022-01-20 12:55 bugzilla
2022-01-20 13:54 ` [Buildroot] [Bug 14531] " bugzilla
` (5 more replies)
0 siblings, 6 replies; 8+ messages in thread
From: bugzilla @ 2022-01-20 12:55 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14531
Bug ID: 14531
Summary: Package EFL - build error
Product: buildroot
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: jhiljanen@europower-consulting.com
CC: buildroot@uclibc.org
Target Milestone: ---
I get an error when building the EFL package:
output/build/efl-1.26.0/src/lib/elput/meson.build:1:0: ERROR: Unknown variable
"eeze"
--
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] 8+ messages in thread* [Buildroot] [Bug 14531] Package EFL - build error
2022-01-20 12:55 [Buildroot] [Bug 14531] New: Package EFL - build error bugzilla
@ 2022-01-20 13:54 ` bugzilla
2022-01-20 14:09 ` bugzilla
` (4 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2022-01-20 13:54 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14531
--- Comment #1 from Giulio Benetti <giulio.benetti@micronovasrl.com> ---
Hi jhiljanen,
I've tried with Buildroot master branch and I've found 2 missing dependencies:
- libinput
- libxkbcommon
and this deserves a patch
But once enabled them efl builds correctly.
Which Buildroot version are you using?
--
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] 8+ messages in thread* [Buildroot] [Bug 14531] Package EFL - build error
2022-01-20 12:55 [Buildroot] [Bug 14531] New: Package EFL - build error bugzilla
2022-01-20 13:54 ` [Buildroot] [Bug 14531] " bugzilla
@ 2022-01-20 14:09 ` bugzilla
2022-01-20 14:39 ` bugzilla
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2022-01-20 14:09 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14531
--- Comment #2 from jhiljanen@europower-consulting.com ---
(In reply to Giulio Benetti from comment #1)
I pulled the master from git.
I don't have BR2_PACKAGE_EFL_EEZE enabled, because I'm using BusyBox init
system.
--
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] 8+ messages in thread* [Buildroot] [Bug 14531] Package EFL - build error
2022-01-20 12:55 [Buildroot] [Bug 14531] New: Package EFL - build error bugzilla
2022-01-20 13:54 ` [Buildroot] [Bug 14531] " bugzilla
2022-01-20 14:09 ` bugzilla
@ 2022-01-20 14:39 ` bugzilla
2022-01-24 10:11 ` bugzilla
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2022-01-20 14:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14531
--- Comment #3 from Giulio Benetti <giulio.benetti@micronovasrl.com> ---
Ah ok, now I can reproduce with BR2_PACKAGE_EFL_EEZE not enabled.
This must be fixed.
Thanks for reporting. I'm going to fix it.
Best regards
--
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] 8+ messages in thread* [Buildroot] [Bug 14531] Package EFL - build error
2022-01-20 12:55 [Buildroot] [Bug 14531] New: Package EFL - build error bugzilla
` (2 preceding siblings ...)
2022-01-20 14:39 ` bugzilla
@ 2022-01-24 10:11 ` bugzilla
2022-01-24 13:49 ` bugzilla
2022-01-25 10:52 ` bugzilla
5 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2022-01-24 10:11 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14531
Giulio Benetti <giulio.benetti@micronovasrl.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #5 from Giulio Benetti <giulio.benetti@micronovasrl.com> ---
Hi jhiljanen,
I've found an easier fix with the help of Carsten Haitzler in Enlightment ML.
Here is the pending patch:
https://patchwork.ozlabs.org/project/buildroot/patch/20220124100920.3005564-1-giulio.benetti@benettiengineering.com/
Best regards
--
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] 8+ messages in thread* [Buildroot] [Bug 14531] Package EFL - build error
2022-01-20 12:55 [Buildroot] [Bug 14531] New: Package EFL - build error bugzilla
` (3 preceding siblings ...)
2022-01-24 10:11 ` bugzilla
@ 2022-01-24 13:49 ` bugzilla
2022-01-25 10:52 ` bugzilla
5 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2022-01-24 13:49 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14531
--- Comment #6 from jhiljanen@europower-consulting.com ---
(In reply to Giulio Benetti from comment #5)
Thank you for your work!
--
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] 8+ messages in thread* [Buildroot] [Bug 14531] Package EFL - build error
2022-01-20 12:55 [Buildroot] [Bug 14531] New: Package EFL - build error bugzilla
` (4 preceding siblings ...)
2022-01-24 13:49 ` bugzilla
@ 2022-01-25 10:52 ` bugzilla
2022-01-25 12:27 ` Giulio Benetti
5 siblings, 1 reply; 8+ messages in thread
From: bugzilla @ 2022-01-25 10:52 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14531
--- Comment #7 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
(In reply to Giulio Benetti from comment #5)
Hi Giulio,
I already sent a patch in December:
https://patchwork.ozlabs.org/project/buildroot/patch/20211230221904.3064022-1-fontaine.fabrice@gmail.com/
I didn't take time to take into account the remarks from Romain Naour however I
think that this approach is better.
Best Regards,
Fabrice
--
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] 8+ messages in thread
end of thread, other threads:[~2022-01-25 12:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-20 12:55 [Buildroot] [Bug 14531] New: Package EFL - build error bugzilla
2022-01-20 13:54 ` [Buildroot] [Bug 14531] " bugzilla
2022-01-20 14:09 ` bugzilla
2022-01-20 14:39 ` bugzilla
2022-01-24 10:11 ` bugzilla
2022-01-24 13:49 ` bugzilla
2022-01-25 10:52 ` bugzilla
2022-01-25 12:27 ` Giulio Benetti
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.