Skip to content

Instantly share code, notes, and snippets.

@OhYash
Last active December 28, 2017 19:18
Show Gist options
  • Save OhYash/2c2942255de96629a123fc9e3cf3d2a5 to your computer and use it in GitHub Desktop.
Save OhYash/2c2942255de96629a123fc9e3cf3d2a5 to your computer and use it in GitHub Desktop.

Revisions

  1. OhYash revised this gist Dec 28, 2017. 1 changed file with 23 additions and 0 deletions.
    23 changes: 23 additions & 0 deletions PKGBUILD error 2
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    $ 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...
  2. OhYash created this gist Dec 28, 2017.
    15 changes: 15 additions & 0 deletions PKGBUILD
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    $ 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...