Skip to content

Instantly share code, notes, and snippets.

@yuzuha1204
Last active May 9, 2018 04:57
Show Gist options
  • Save yuzuha1204/f3bec894bf8267024c15bc9b633c5f34 to your computer and use it in GitHub Desktop.
Save yuzuha1204/f3bec894bf8267024c15bc9b633c5f34 to your computer and use it in GitHub Desktop.
$ yaourt -Syua : mikutter update error
yuzuha@chino ~ % sudo gem install gtk2 -v '3.2.1'
WARNING: You don't have /root/.gem/ruby/2.5.0/bin in your PATH,
gem executables will not run.
Building native extensions. This could take a while...
Successfully installed atk-3.2.1
Fetching: cairo-gobject-3.2.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed cairo-gobject-3.2.1
Fetching: gobject-introspection-3.2.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed gobject-introspection-3.2.1
Fetching: pango-3.2.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed pango-3.2.1
Fetching: gio2-3.2.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed gio2-3.2.1
Fetching: gdk_pixbuf2-3.2.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed gdk_pixbuf2-3.2.1
Fetching: gtk2-3.2.1.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing gtk2:
ERROR: Failed to build gem native extension.
current directory: /root/.gem/ruby/2.5.0/gems/gtk2-3.2.1/ext/gtk2
/usr/bin/ruby -r ./siteconf20180509-26686-1xwfacb.rb extconf.rb
checking for --enable-debug-build option... no
checking for -Wall option to compiler... yes
checking for -Waggregate-return option to compiler... yes
checking for -Wcast-align option to compiler... yes
checking for -Wextra option to compiler... yes
checking for -Wformat=2 option to compiler... yes
checking for -Winit-self option to compiler... yes
checking for -Wlarger-than-65500 option to compiler... yes
checking for -Wmissing-declarations option to compiler... yes
checking for -Wmissing-format-attribute option to compiler... yes
checking for -Wmissing-include-dirs option to compiler... yes
checking for -Wmissing-noreturn option to compiler... yes
checking for -Wmissing-prototypes option to compiler... yes
checking for -Wnested-externs option to compiler... yes
checking for -Wold-style-definition option to compiler... yes
checking for -Wpacked option to compiler... yes
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
checking for -Wpointer-arith option to compiler... yes
checking for -Wswitch-default option to compiler... yes
checking for -Wswitch-enum option to compiler... yes
checking for -Wundef option to compiler... yes
checking for -Wout-of-line-declaration option to compiler... no
checking for -Wunsafe-loop-optimizations option to compiler... yes
checking for -Wwrite-strings option to compiler... yes
checking for rb_errinfo()... yes
checking for cairo... yes
checking for rb_cairo.h... yes
checking for Windows... no
checking for gtk+-2.0 version (>= 2.10.0)... yes
checking for st.h... yes
checking for ruby/st.h... yes
checking for target... x11
checking for gtk_plug_get_type() in gtk/gtk.h... yes
checking for gtk_socket_get_type() in gtk/gtk.h... yes
checking for pango_render_part_get_type() in gtk/gtk.h... yes
checking for gtk/gtkfilesystem.h... no
checking for X11/Xlib.h... yes
checking for -lX11... yes
checking for XReadBitmapFileData() in X11/Xlib.h... yes
checking for XGetErrorText() in X11/Xlib.h... yes
checking for gtk+-unix-print-2.0... yes
creating ruby-gtk2.pc
creating Makefile
current directory: /root/.gem/ruby/2.5.0/gems/gtk2-3.2.1/ext/gtk2
make "DESTDIR=" clean
current directory: /root/.gem/ruby/2.5.0/gems/gtk2-3.2.1/ext/gtk2
make "DESTDIR="
compiling rbgtkiconfactory.c
compiling rbgtkdrawingarea.c
compiling rbgtktable.c
compiling rbgtkmisc.c
compiling rbgdkvisual.c
compiling rbgtkitem.c
compiling rbgtkscalebutton.c
compiling rbgtklayout.c
compiling rbgtkcellrenderer.c
compiling rbgtkhseparator.c
compiling rbgtkprintoperation.c
compiling rbgtkscrolledwindow.c
compiling rbgtkcombo.c
compiling rbgtkeditable.c
compiling rbgtkborder.c
compiling rbgdkdisplay.c
compiling rbgdkselection.c
compiling rbgtkalignment.c
compiling rbgtkbuilder.c
rbgtkbuilder.c: 関数 ‘builder_mark’ 内:
rbgtkbuilder.c:39:30: 警告: cast between incompatible function types from ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
g_slist_foreach(objects, (GFunc)rbgobj_gc_mark_instance, NULL);
^
compiling rbgtkrecentaction.c
compiling rbgtktargetlist.c
compiling rbgtkaccelerator.c
compiling rbgtkvolumebutton.c
compiling rbgdkdragcontext.c
compiling rbgdkscreen.c
compiling rbgtkmenuitem.c
compiling rbgdkevent.c
compiling rbgtkstock.c
compiling rbgtkcalendar.c
compiling rbgtkprogress.c
compiling rbgtkobject.c
compiling rbgtkbindingset.c
compiling rbgtkhandlebox.c
compiling rbgtkallocation.c
compiling rbgtktreesortable.c
compiling rbgtkinfobar.c
rbgtkinfobar.c: 関数 ‘rg_initialize’ 内:
rbgtkinfobar.c:28:32: 警告: unused parameter ‘argv’ [-Wunused-parameter]
rg_initialize(int argc, VALUE *argv, VALUE self)
~~~~~~~^~~~
compiling rbgtkaccelgroupentry.c
compiling rbgtktextattributes.c
compiling rbgdktimecoord.c
compiling rbgtktreedragdest.c
compiling rbgtktreeiter.c
compiling rbgdkx11.c
rbgdkx11.c: 関数 ‘rg_m_xid_table_lookup’ 内:
rbgdkx11.c:100:5: 警告: default の case が無い switch です [-Wswitch-default]
switch(argc)
^~~~~~
rbgdkx11.c:93:52: 警告: unused parameter ‘self’ [-Wunused-parameter]
rg_m_xid_table_lookup(int argc, VALUE *argv, VALUE self)
~~~~~~^~~~
rbgdkx11.c: 関数 ‘rg_m_net_wm_supports_p’ 内:
rbgdkx11.c:138:30: 警告: unused parameter ‘self’ [-Wunused-parameter]
rg_m_net_wm_supports_p(VALUE self, VALUE property)
~~~~~~^~~~
rbgdkx11.c: 関数 ‘rg_m_default_screen’ 内:
rbgdkx11.c:189:27: 警告: unused parameter ‘self’ [-Wunused-parameter]
rg_m_default_screen(VALUE self)
~~~~~~^~~~
rbgdkx11.c: 関数 ‘rg_m_grab_server’ 内:
rbgdkx11.c:198:24: 警告: unused parameter ‘self’ [-Wunused-parameter]
rg_m_grab_server(VALUE self)
~~~~~~^~~~
rbgdkx11.c: 関数 ‘rg_m_ungrab_server’ 内:
rbgdkx11.c:216:26: 警告: unused parameter ‘self’ [-Wunused-parameter]
rg_m_ungrab_server(VALUE self)
~~~~~~^~~~
compiling rbgtkpagesetup.c
compiling rbgtkiconsource.c
compiling rbgtkscrollbar.c
compiling rbgtkwindow.c
rbgtkwindow.c: 関数 ‘rg_s_toplevels’ 内:
rbgtkwindow.c:132:26: 警告: cast between incompatible function types from ‘void * (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
g_list_foreach(list, (GFunc)g_object_ref, NULL);
^
rbgtkwindow.c: 関数 ‘Init_gtk_window’ 内:
rbgtkwindow.c:585:13: 警告: ‘rb_data_object_alloc’ is deprecated: by rb_data_object_wrap [-Wdeprecated-declarations]
rb_data_object_alloc(rb_cData, NULL, mark_toplevels, NULL);
^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/ruby-2.5.0/ruby.h:33,
from /root/.gem/ruby/2.5.0/gems/glib2-3.2.1/ext/glib2/rbgobject.h:27,
from rbgtk.h:28,
from global.h:27,
from rbgtkwindow.c:24:
/usr/include/ruby-2.5.0/ruby/ruby.h:1385:1: 備考: ここで宣言されています
rb_data_object_alloc(VALUE klass, void *data, RUBY_DATA_FUNC dmark, RUBY_DATA_FUNC dfree)
^~~~~~~~~~~~~~~~~~~~
compiling rbgdkthreads.c
rbgdkthreads.c: 関数 ‘rg_m_init’ 内:
rbgdkthreads.c:33:9: 警告: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations]
g_thread_init(NULL);
^~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:108,
from /usr/include/glib-2.0/gobject/gbinding.h:28,
from /usr/include/glib-2.0/glib-object.h:23,
from /root/.gem/ruby/2.5.0/gems/glib2-3.2.1/ext/glib2/rbgobject.h:26,
from rbgtk.h:28,
from global.h:27,
from rbgdkthreads.c:22:
/usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: 備考: ここで宣言されています
void g_thread_init (gpointer vtable);
^~~~~~~~~~~~~
compiling rbgtktextappearance.c
compiling rbgtkcombobox.c
compiling rbgtkrecentchooser.c
In file included from /usr/include/ruby-2.5.0/ruby.h:33,
from /root/.gem/ruby/2.5.0/gems/glib2-3.2.1/ext/glib2/rbgobject.h:27,
from rbgtk.h:28,
from global.h:27,
from rbgtkrecentchooser.c:22:
rbgtkrecentchooser.c: 関数 ‘invoke_callback’ 内:
/usr/include/ruby-2.5.0/ruby/ruby.h:1779:3: エラー: call to ‘rb_varargs_bad_length’ declared with attribute error: argument length doesn't match
rb_varargs_bad_length(argc, vargc)), \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2474:6: 備考: in expansion of macro ‘rb_varargs_argc_check’
rb_varargs_argc_check(rb_funcall_argc, rb_funcall_nargs), \
^~~~~~~~~~~~~~~~~~~~~
rbgtkrecentchooser.c:50:12: 備考: in expansion of macro ‘rb_funcall’
return rb_funcall(arg->callback, id_call, 1, arg->a, arg->b);
^~~~~~~~~~
make: *** [Makefile:242: rbgtkrecentchooser.o] エラー 1
make failed, exit code 2
Gem files will remain installed in /root/.gem/ruby/2.5.0/gems/gtk2-3.2.1 for inspection.
Results logged to /root/.gem/ruby/2.5.0/extensions/x86_64-linux/2.5.0/gtk2-3.2.1/gem_make.out
:: パッケージデータベースの同期中...
core は最新です
extra は最新です
community は最新です
archlinuxfr は最新です
外部のパッケージ: \ 11 / 11
==> ソフトウェアの更新 (新バージョン) :
aur/mikutter 3.6.7-2 -> 3.7.0-1
==> アップグレードを続行しますか ? [Y/n]
==> [V]パッケージの詳細表示 [M]手動でパッケージを選択
==> -----------------------------
==> y
==> AUR から mikutter の PKGBUILD をダウンロード...
x .SRCINFO
x .gitignore
x PKGBUILD
x config.patch
x mikutter.desktop
xyproto commented on 2012-08-14 16:22
OrdinaryMagician, according to the project webpage, upstream can be contacted here: https://twitter.com/toshi_a
lefb766 commented on 2013-03-26 09:27
I found a mistake in your PKGBUILD. Please rewrite " EOF" into " 'EOF'" in order to keep "$@" from being expanded.
2GMon commented on 2013-03-27 02:54
Updated. Thank you for your tip, lefb766.
wolftankk commented on 2014-05-07 02:41
/opt/mikutter/core/service_keeper.rb:17:in `key': uninitialized constant Service::SaveData::SecureRandom (NameError)
tsundoku commented on 2018-05-07 20:54
mikutter 3.7.0-1 (2018-05-06 21:41)
( サポートがないパッケージ: 潜在的に危険です ! )
==> PKGBUILD を編集しますか ? [Y/n] ("A" で中止)
==> ----------------------------------
==> n
==> mikutter の依存パッケージ:
- gobject-introspection-runtime (既にインストールされています)
- gtk2 (既にインストールされています)
- ruby-bundler (既にインストールされています)
- gobject-introspection (既にインストールされています) [makedepend]
==> mikutter のビルドを続行しますか ? [Y/n]
==> ----------------------------
==> y
==> パッケージのビルドとインストール
==> パッケージを作成: mikutter 3.7.0-1 (2018年 5月 9日 水曜日 13:27:55 JST)
==> ランタイムの依存関係を確認...
==> ビルドタイムの依存関係を確認...
==> ソースを取得...
-> ダウンロード mikutter.3.7.0.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2840k 100 2840k 0 0 6636k 0 --:--:-- --:--:-- --:--:-- 6636k
-> mikutter.desktop を見つけました
-> config.patch を見つけました
==> source で md5sums ファイルを検証...
mikutter.3.7.0.tar.gz ... 成功
mikutter.desktop ... 成功
config.patch ... 成功
==> ソースを展開...
-> mikutter.3.7.0.tar.gz を bsdtar で展開
==> prepare() を開始...
patching file core/config.rb
==> build() を開始...
Fetching: rake-12.3.1.gem (100%)
Successfully installed rake-12.3.1
1 gem installed
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Fetching public_suffix 3.0.2
Installing public_suffix 3.0.2
Fetching addressable 2.5.2
Installing addressable 2.5.2
Fetching native-package-installer 1.0.6
Installing native-package-installer 1.0.6
Fetching pkg-config 1.3.1
Installing pkg-config 1.3.1
Fetching glib2 3.2.1
Installing glib2 3.2.1 with native extensions
Fetching atk 3.2.1
Installing atk 3.2.1 with native extensions
Using bundler 1.16.1
Fetching cairo 1.15.13
Installing cairo 1.15.13 with native extensions
Fetching cairo-gobject 3.2.1
Installing cairo-gobject 3.2.1 with native extensions
Fetching delayer 0.0.2
Installing delayer 0.0.2
Fetching delayer-deferred 2.0.0
Installing delayer-deferred 2.0.0
Fetching diva 0.3.2
Installing diva 0.3.2
Fetching gobject-introspection 3.2.1
Installing gobject-introspection 3.2.1 with native extensions
Fetching gio2 3.2.1
Installing gio2 3.2.1 with native extensions
Fetching gdk_pixbuf2 3.2.1
Installing gdk_pixbuf2 3.2.1 with native extensions
Fetching locale 2.1.2
Installing locale 2.1.2
Fetching text 1.3.1
Installing text 1.3.1
Fetching gettext 3.0.9
Installing gettext 3.0.9
Fetching pango 3.2.1
Installing pango 3.2.1 with native extensions
Fetching gtk2 3.2.1
Installing gtk2 3.2.1 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /tmp/yaourt-tmp-yuzuha/aur-mikutter/src/mikutter/vendor/bundle/ruby/2.5.0/gems/gtk2-3.2.1/ext/gtk2
/usr/bin/ruby -r ./siteconf20180509-21426-oan6u5.rb extconf.rb
checking for --enable-debug-build option... no
checking for -Wall option to compiler... yes
checking for -Waggregate-return option to compiler... yes
checking for -Wcast-align option to compiler... yes
checking for -Wextra option to compiler... yes
checking for -Wformat=2 option to compiler... yes
checking for -Winit-self option to compiler... yes
checking for -Wlarger-than-65500 option to compiler... yes
checking for -Wmissing-declarations option to compiler... yes
checking for -Wmissing-format-attribute option to compiler... yes
checking for -Wmissing-include-dirs option to compiler... yes
checking for -Wmissing-noreturn option to compiler... yes
checking for -Wmissing-prototypes option to compiler... yes
checking for -Wnested-externs option to compiler... yes
checking for -Wold-style-definition option to compiler... yes
checking for -Wpacked option to compiler... yes
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes
checking for -Wpointer-arith option to compiler... yes
checking for -Wswitch-default option to compiler... yes
checking for -Wswitch-enum option to compiler... yes
checking for -Wundef option to compiler... yes
checking for -Wout-of-line-declaration option to compiler... no
checking for -Wunsafe-loop-optimizations option to compiler... yes
checking for -Wwrite-strings option to compiler... yes
checking for rb_errinfo()... yes
checking for cairo... yes
checking for rb_cairo.h... yes
checking for Windows... no
checking for gtk+-2.0 version (>= 2.10.0)... yes
checking for st.h... yes
checking for ruby/st.h... yes
checking for target... x11
checking for gtk_plug_get_type() in gtk/gtk.h... yes
checking for gtk_socket_get_type() in gtk/gtk.h... yes
checking for pango_render_part_get_type() in gtk/gtk.h... yes
checking for gtk/gtkfilesystem.h... no
checking for X11/Xlib.h... yes
checking for -lX11... yes
checking for XReadBitmapFileData() in X11/Xlib.h... yes
checking for XGetErrorText() in X11/Xlib.h... yes
checking for gtk+-unix-print-2.0... yes
creating ruby-gtk2.pc
creating Makefile
current directory: /tmp/yaourt-tmp-yuzuha/aur-mikutter/src/mikutter/vendor/bundle/ruby/2.5.0/gems/gtk2-3.2.1/ext/gtk2
make "DESTDIR=" clean
current directory: /tmp/yaourt-tmp-yuzuha/aur-mikutter/src/mikutter/vendor/bundle/ruby/2.5.0/gems/gtk2-3.2.1/ext/gtk2
make "DESTDIR="
compiling rbgtkwindowgroup.c
compiling rbgtkwindow.c
rbgtkwindow.c: 関数 ‘rg_s_toplevels’ 内:
rbgtkwindow.c:132:26: 警告: cast between incompatible function types from ‘void * (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
g_list_foreach(list, (GFunc)g_object_ref, NULL);
^
rbgtkwindow.c: 関数 ‘Init_gtk_window’ 内:
rbgtkwindow.c:585:13: 警告: ‘rb_data_object_alloc’ is deprecated: by rb_data_object_wrap [-Wdeprecated-declarations]
rb_data_object_alloc(rb_cData, NULL, mark_toplevels, NULL);
^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/ruby-2.5.0/ruby.h:33,
from /tmp/yaourt-tmp-yuzuha/aur-mikutter/src/mikutter/vendor/bundle/ruby/2.5.0/gems/glib2-3.2.1/ext/glib2/rbgobject.h:27,
from rbgtk.h:28,
from global.h:27,
from rbgtkwindow.c:24:
/usr/include/ruby-2.5.0/ruby/ruby.h:1385:1: 備考: ここで宣言されています
rb_data_object_alloc(VALUE klass, void *data, RUBY_DATA_FUNC dmark, RUBY_DATA_FUNC dfree)
^~~~~~~~~~~~~~~~~~~~
compiling rbgtkwidget.c
compiling rbgtkvseparator.c
compiling rbgtkvscrollbar.c
compiling rbgtkvscale.c
compiling rbgtkvruler.c
compiling rbgtkvpaned.c
compiling rbgtkvolumebutton.c
compiling rbgtkviewport.c
compiling rbgtkvbox.c
compiling rbgtkvbbox.c
compiling rbgtkuimanager.c
compiling rbgtktreeviewcolumn.c
compiling rbgtktreeview.c
compiling rbgtktreestore.c
compiling rbgtktreesortable.c
compiling rbgtktreeselection.c
rbgtktreeselection.c: 関数 ‘rg_selected_rows’ 内:
rbgtktreeselection.c:169:26: 警告: cast between incompatible function types from ‘void (*)(GtkTreePath *)’ {aka ‘void (*)(struct _GtkTreePath *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type]
g_list_foreach(list, (GFunc)gtk_tree_path_free, (gpointer)NULL);
^
compiling rbgtktreerowreference.c
compiling rbgtktreepath.c
compiling rbgtktreemodelsort.c
compiling rbgtktreemodelfilter.c
compiling rbgtktreemodel.c
compiling rbgtktreeiter.c
compiling rbgtktreedragsource.c
compiling rbgtktreedragdest.c
compiling rbgtktooltips.c
compiling rbgtktooltip.c
compiling rbgtktoolitem.c
compiling rbgtktoolbutton.c
compiling rbgtktoolbar.c
compiling rbgtktoggletoolbutton.c
compiling rbgtktogglebutton.c
compiling rbgtktoggleaction.c
compiling rbgtktextview.c
compiling rbgtktexttagtable.c
rbgtktexttagtable.c: 関数 ‘rg_each’ 内:
rbgtktexttagtable.c:74:32: 警告: cast between incompatible function types from ‘gboolean (*)(GtkTextTag *, void *)’ {aka ‘int (*)(struct _GtkTextTag *, void *)’} to ‘void (*)(GtkTextTag *, void *)’ {aka ‘void (*)(struct _GtkTextTag *, void
*)’} [-Wcast-function-type]
(GtkTextTagTableForeach)txt_tt_foreach_func,
^
compiling rbgtktexttag.c
compiling rbgtktextmark.c
compiling rbgtktextiter.c
compiling rbgtktextchild.c
compiling rbgtktextbuffer.c
compiling rbgtktextattributes.c
compiling rbgtktextappearance.c
compiling rbgtktearoffmenuitem.c
compiling rbgtktargetlist.c
compiling rbgtktable.c
compiling rbgtkstyle.c
compiling rbgtkstock.c
compiling rbgtkstatusicon.c
compiling rbgtkstatusbar.c
compiling rbgtkspinner.c
compiling rbgtkspinbutton.c
compiling rbgtksocket.c
compiling rbgtksizegroup.c
compiling rbgtksettings.c
compiling rbgtkseparatortoolitem.c
compiling rbgtkseparatormenuitem.c
compiling rbgtkseparator.c
compiling rbgtkselectiondata.c
compiling rbgtkselection.c
compiling rbgtkscrolledwindow.c
compiling rbgtkscrollbar.c
compiling rbgtkscalebutton.c
compiling rbgtkscale.c
compiling rbgtkruler.c
compiling rbgtkrecentmanager.c
compiling rbgtkrecentinfo.c
compiling rbgtkrecentfilterinfo.c
compiling rbgtkrecentfilter.c
compiling rbgtkrecentdata.c
compiling rbgtkrecentchooserwidget.c
compiling rbgtkrecentchoosermenu.c
compiling rbgtkrecentchooserdialog.c
compiling rbgtkrecentchooser.c
In file included from /usr/include/ruby-2.5.0/ruby.h:33,
from /tmp/yaourt-tmp-yuzuha/aur-mikutter/src/mikutter/vendor/bundle/ruby/2.5.0/gems/glib2-3.2.1/ext/glib2/rbgobject.h:27,
from rbgtk.h:28,
from global.h:27,
from rbgtkrecentchooser.c:22:
rbgtkrecentchooser.c: 関数 ‘invoke_callback’ 内:
/usr/include/ruby-2.5.0/ruby/ruby.h:1779:3: エラー: call to ‘rb_varargs_bad_length’ declared with attribute error: argument length doesn't match
rb_varargs_bad_length(argc, vargc)), \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-2.5.0/ruby/ruby.h:2474:6: 備考: in expansion of macro ‘rb_varargs_argc_check’
rb_varargs_argc_check(rb_funcall_argc, rb_funcall_nargs), \
^~~~~~~~~~~~~~~~~~~~~
rbgtkrecentchooser.c:50:12: 備考: in expansion of macro ‘rb_funcall’
return rb_funcall(arg->callback, id_call, 1, arg->a, arg->b);
^~~~~~~~~~
make: *** [Makefile:242: rbgtkrecentchooser.o] エラー 1
make failed, exit code 2
Gem files will remain installed in /tmp/yaourt-tmp-yuzuha/aur-mikutter/src/mikutter/vendor/bundle/ruby/2.5.0/gems/gtk2-3.2.1 for inspection.
Results logged to /tmp/yaourt-tmp-yuzuha/aur-mikutter/src/mikutter/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/gtk2-3.2.1/gem_make.out
An error occurred while installing gtk2 (3.2.1), and Bundler cannot continue.
Make sure that `gem install gtk2 -v '3.2.1'` succeeds before bundling.
In Gemfile:
gtk2
==> エラー: build() で問題が発生しました。
中止...
==> エラー: Makepkg は mikutter をビルドできませんでした。
==> mikutter のビルドを再開しますか ? [y/N]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment