Skip to content

Instantly share code, notes, and snippets.

@Na0ki
Created September 17, 2019 09:08
Show Gist options
  • Save Na0ki/8cdb03522fd62163052abe333c20fbcf to your computer and use it in GitHub Desktop.
Save Na0ki/8cdb03522fd62163052abe333c20fbcf to your computer and use it in GitHub Desktop.
mikutterのbundler時のエラーon macOS
Fetching glib2 3.3.7
Installing glib2 3.3.7 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory:
/Users/ahiru/ghq/mikutter/mikutter/vendor/bundle/ruby/2.6.0/gems/glib2-3.3.7/ext/glib2
/Users/ahiru/.rbenv/versions/2.6.3/bin/ruby -I
/Users/ahiru/.rbenv/versions/2.6.3/lib/ruby/2.6.0 -r
./siteconf20190917-42653-9fbalv.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... no
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... yes
checking for -Wunsafe-loop-optimizations option to compiler... no
checking for -Wwrite-strings option to compiler... yes
checking for Homebrew... yes
checking for gobject-2.0 version (>= 2.12.0)... yes
checking for gthread-2.0... yes
checking for unistd.h... yes
checking for io.h... no
checking for g_spawn_close_pid() in glib.h... yes
checking for g_thread_init() in glib.h... yes
checking for g_main_depth() in glib.h... yes
checking for g_listenv() in glib.h... yes
checking for rb_check_array_type() in ruby.h... yes
checking for rb_check_hash_type() in ruby.h... yes
checking for rb_exec_recursive() in ruby.h... yes
checking for rb_errinfo() in ruby.h... yes
checking for rb_thread_call_without_gvl() in ruby.h... yes
checking for ruby_native_thread_p() in ruby.h... yes
checking for rb_thread_call_with_gvl() in ruby.h... yes
checking for rb_gc_register_mark_object() in ruby.h... yes
checking for rb_exc_new_str() in ruby.h... yes
checking for rb_enc_str_new_static() in ruby.h... yes
checking for curr_thread in ruby.h,node.h... no
checking for rb_curr_thread in ruby.h,node.h... no
creating ruby-glib2.pc
creating glib-enum-types.c
creating glib-enum-types.h
creating Makefile
current directory:
/Users/ahiru/ghq/mikutter/mikutter/vendor/bundle/ruby/2.6.0/gems/glib2-3.3.7/ext/glib2
make "DESTDIR=" clean
current directory:
/Users/ahiru/ghq/mikutter/mikutter/vendor/bundle/ruby/2.6.0/gems/glib2-3.3.7/ext/glib2
make "DESTDIR="
compiling rbglib-gc.c
compiling rbgobj_signal.c
compiling rbglib_int64.c
compiling rbglib_convert.c
compiling rbglib_bookmarkfile.c
compiling rbglib-variant.c
compiling glib-enum-types.c
glib-enum-types.c:632:9: warning: 'G_SPAWN_ERROR_2BIG' is deprecated: Use
'G_SPAWN_ERROR_TOO_BIG' instead [-Wdeprecated-declarations]
{ G_SPAWN_ERROR_2BIG, "G_SPAWN_ERROR_2BIG", "2big" },
^
/usr/local/Cellar/glib/2.62.0/include/glib-2.0/glib/gspawn.h:76:22: note:
'G_SPAWN_ERROR_2BIG' has been explicitly marked deprecated here
G_SPAWN_ERROR_2BIG
GLIB_DEPRECATED_ENUMERATOR_IN_2_32_FOR(G_SPAWN_ERROR_TOO_BIG) =
G_SPAWN_ERROR_TOO_BIG,
^
/usr/local/Cellar/glib/2.62.0/include/glib-2.0/glib/gversionmacros.h:421:54:
note: expanded from macro 'GLIB_DEPRECATED_ENUMERATOR_IN_2_32_FOR'
# define GLIB_DEPRECATED_ENUMERATOR_IN_2_32_FOR(f)
GLIB_DEPRECATED_ENUMERATOR_FOR(f)
^
/usr/local/Cellar/glib/2.62.0/include/glib-2.0/glib/gmacros.h:1002:43: note:
expanded from macro 'GLIB_DEPRECATED_ENUMERATOR_FOR'
#define GLIB_DEPRECATED_ENUMERATOR_FOR(f) G_DEPRECATED_FOR(f)
^
/usr/local/Cellar/glib/2.62.0/include/glib-2.0/glib/gmacros.h:950:44: note:
expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "'
instead")))
^
glib-enum-types.c:729:12: warning: incompatible pointer to integer conversion
initializing 'guint' (aka 'unsigned int') with an expression of type 'const char
[2]' [-Wint-conversion]
{ }, "}", "}" },
^~~
glib-enum-types.c:729:12: warning: suggest braces around initialization of
subobject [-Wmissing-braces]
{ }, "}", "}" },
^~~~~~~~
{ }
glib-enum-types.c:729:12: error: initializer element is not a compile-time
constant
{ }, "}", "}" },
^~~
glib-enum-types.c:729:22: error: expected ';' at end of declaration
{ }, "}", "}" },
^
;
glib-enum-types.c:730:41: error: expected expression
{ G_GNUC_BEGIN_IGNORE_DEPRECATIONS, "G_GNUC_BEGIN_IGNORE_DEPRECATIONS",
"g-gnuc-begin-ignore-deprecations" },
^
glib-enum-types.c:730:115: error: expected expression
{ G_GNUC_BEGIN_IGNORE_DEPRECATIONS, "G_GNUC_BEGIN_IGNORE_DEPRECATIONS",
"g-gnuc-begin-ignore-deprecations" },
^
glib-enum-types.c:741:62: error: use of undeclared identifier 'values'
etype = g_flags_register_static ("GTestSubprocessFlags", values);
^
glib-enum-types.c:743:3: error: expected identifier or '('
return etype;
^
glib-enum-types.c:744:1: error: extraneous closing brace ('}')
}
^
3 warnings and 7 errors generated.
make: *** [glib-enum-types.o] Error 1
make failed, exit code 2
Gem files will remain installed in
/Users/ahiru/ghq/mikutter/mikutter/vendor/bundle/ruby/2.6.0/gems/glib2-3.3.7 for
inspection.
Results logged to
/Users/ahiru/ghq/mikutter/mikutter/vendor/bundle/ruby/2.6.0/extensions/x86_64-darwin-18/2.6.0-static/glib2-3.3.7/gem_make.out
An error occurred while installing glib2 (3.3.7), and Bundler cannot
continue.
Make sure that `gem install glib2 -v '3.3.7' --source 'https://rubygems.org/'`
succeeds before bundling.
In Gemfile:
gtk2 was resolved to 3.3.7, which depends on
atk was resolved to 3.3.7, which depends on
glib2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment