{"id":7290,"date":"2014-06-03T23:35:40","date_gmt":"2014-06-03T23:35:40","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/06\/03\/bundle-install-error-character-encodings-collection-of-common-programming-errors\/"},"modified":"2014-06-03T23:35:40","modified_gmt":"2014-06-03T23:35:40","slug":"bundle-install-error-character-encodings-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/06\/03\/bundle-install-error-character-encodings-collection-of-common-programming-errors\/","title":{"rendered":"bundle install error : character-encodings-Collection of common programming errors"},"content":{"rendered":"<p>I am getting an error while <code>bundle install<\/code><\/p>\n<p><code>$ vi Gemfile<\/code><\/p>\n<pre><code>source 'http:\/\/rubygems.org'\n\ngem 'daemons'\ngem 'rfeedparser'\n<\/code><\/pre>\n<p><code>$ ruby -v<\/code><\/p>\n<pre><code>ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]\n<\/code><\/pre>\n<p><code>$ bundle install --path vendor<\/code><\/p>\n<pre><code>Fetching source index for http:\/\/rubygems.org\/\nUsing addressable (2.2.6) \nUsing cgi_multipart_eof_fix (2.5.0) \nInstalling character-encodings (0.4.1) with native extensions \nGem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.\n\n        \/usr\/bin\/ruby1.8 extconf.rb \nchecking for \u2018-std=c99\u2019 option to compiler... yes\nchecking for \u2018-finline-functions\u2019 option to compiler... yes\nchecking for \u2018-Wall\u2019 option to compiler... yes\nchecking for \u2018-Wextra\u2019 option to compiler... yes\nchecking for \u2018-Wwrite-strings\u2019 option to compiler... yes\nchecking for \u2018-Waggregate-return\u2019 option to compiler... yes\nchecking for \u2018-Wmissing-prototypes\u2019 option to compiler... yes\nchecking for \u2018-Wmissing-declarations\u2019 option to compiler... yes\nchecking for \u2018-Wnested-externs\u2019 option to compiler... yes\nchecking for \u2018-Wundef\u2019 option to compiler... yes\nchecking for \u2018-Wpointer-arith\u2019 option to compiler... yes\nchecking for \u2018-Wcast-align\u2019 option to compiler... yes\nchecking for \u2018-Werror\u2019 option to compiler... yes\nchecking for \u2018-Winline\u2019 option to compiler... yes\nchecking for assert.h... yes\nchecking for limits.h... yes\nchecking for locale.h... yes\nchecking for stdbool.h... yes\nchecking for stddef.h... yes\nchecking for stdint.h... yes\nchecking for stdio.h... yes\nchecking for stdlib.h... yes\nchecking for string.h... yes\nchecking for sys\/types.h... yes\nchecking for wchar.h... yes\ncreating Makefile\n\nmake\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_chomp.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_internal_bignum.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_upcase.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_to_i.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_insert.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_hex.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_each_char.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_justify.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c properties.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c private.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_normalize.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_collate.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_chop.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_count.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_squeeze.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_reverse.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_downcase.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c break.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_index.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c decompose.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_oct.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_rstrip.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_internal_tr.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_rindex.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c unicode.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_aset.c\ngcc -I. -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I\/usr\/lib\/ruby\/1.8\/x86_64-linux -I. -DHAVE_ASSERT_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_STDBOOL_H -DHAVE_STDDEF_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_SYS_TYPES_H -DHAVE_WCHAR_H    -fPIC -fno-strict-aliasing -g -g -O2  -fPIC  -std=c99 -finline-functions -Wall -Wextra -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wundef -Wpointer-arith -Wcast-align -Werror -Winline  -c rb_utf_tr.c\nrb_utf_tr.c: In function \u2018tr_trans_do\u2019:\nrb_utf_tr.c:107:14: error: variable \u2018modified\u2019 set but not used [-Werror=unused-but-set-variable]\ncc1: all warnings being treated as errors\n\nmake: *** [rb_utf_tr.o] Error 1\n\n\nGem files will remain installed in \/home\/sayuj\/work\/mobme\/vas-vodafone-appsuite\/cricket-feeder\/vendor\/ruby\/1.8\/gems\/character-encodings-0.4.1 for inspection.\nResults logged to \/home\/sayuj\/work\/mobme\/vas-vodafone-appsuite\/cricket-feeder\/vendor\/ruby\/1.8\/gems\/character-encodings-0.4.1\/ext\/encoding\/character\/utf-8\/gem_make.out\nAn error occured while installing character-encodings (0.4.1), and Bundler cannot continue.\nMake sure that `gem install character-encodings -v '0.4.1'` succeeds before bundling.\n<\/code><\/pre>\n<p>Can anyone fix this? thanks!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I am getting an error while bundle install $ vi Gemfile source &#8216;http:\/\/rubygems.org&#8217; gem &#8216;daemons&#8217; gem &#8216;rfeedparser&#8217; $ ruby -v ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] $ bundle install &#8211;path vendor Fetching source index for http:\/\/rubygems.org\/ Using addressable (2.2.6) Using cgi_multipart_eof_fix (2.5.0) Installing character-encodings (0.4.1) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7290","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7290"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7290\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7290"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}