Last active
December 28, 2017 19:18
-
-
Save OhYash/2c2942255de96629a123fc9e3cf3d2a5 to your computer and use it in GitHub Desktop.
During efl-git compilation, two different errors for the same code compilation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ makepkg -s | |
| . | |
| . | |
| . | |
| . | |
| . | |
| . | |
| EOLIAN lib/efl/interfaces/efl_ui_scrollable_interactive.eo.c | |
| eolian: efl_ui_scrollable_interactive.eo:100:20: undefined type Efl.Ui.Scroll_Block | |
| eolian: could not parse file 'lib/efl/interfaces/efl_ui_scrollable_interactive.eo' | |
| make[2]: *** [Makefile:56264: lib/efl/interfaces/efl_ui_scrollable_interactive.eo.c] Error 1 | |
| make[1]: *** [Makefile:3011: all-recursive] Error 1 | |
| make: *** [Makefile:2098: all] Error 2 | |
| ==> ERROR: A failure occurred in build(). | |
| Aborting... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ makepkg -s | |
| . | |
| . | |
| . | |
| . | |
| . | |
| . | |
| . | |
| . | |
| . | |
| CC lib/eina/lib_eina_libeina_la-eina_promise.lo | |
| lib/eina/eina_promise.c: In function ‘eina_promise_as_value’: | |
| lib/eina/eina_promise.c:590:1: internal compiler error: in schedule_block, at haifa-sched.c:6994 | |
| } | |
| ^ | |
| Please submit a full bug report, | |
| with preprocessed source if appropriate. | |
| See <https://bugs.archlinux.org/> for instructions. | |
| make[2]: *** [Makefile:35292: lib/eina/lib_eina_libeina_la-eina_promise.lo] Error 1 | |
| make[1]: *** [Makefile:3011: all-recursive] Error 1 | |
| make: *** [Makefile:2098: all] Error 2 | |
| ==> ERROR: A failure occurred in build(). | |
| Aborting... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment