[#72745] [Ruby trunk - Misc #11876] [Closed] Scheduled maintenance 2016/01/01 — shibata.hiroshi@...
Issue #11876 has been updated by Hiroshi SHIBATA.
shibata.hiroshi@gmail.com wrote:
[#72824] [Ruby trunk - Bug #11973] IO#advise should raise NotImplementedError on platforms that do not support that call — git@...
Issue #11973 has been updated by Chuck Remes.
[#72954] [Ruby trunk - Feature #12010] [Assigned] Exclude dot and dotdot from Dir#each — naruse@...
Issue #12010 has been reported by Yui NARUSE.
naruse@airemix.jp wrote:
[#73313] [Ruby trunk - Bug #12007] [Open] Newly added Unicode data file doesn't get downloaded — shugo@...
Issue #12007 has been updated by Shugo Maeda.
[#73372] [Ruby trunk - Misc #12004] Code of Conduct — benton@...
Issue #12004 has been updated by Benton Barnett.
On Sun, Jan 24, 2016 at 5:13 PM, <benton@bentonbarnett.com> wrote:
[#73421] [Ruby trunk - Misc #12004] Code of Conduct — nekocat432@...
Issue #12004 has been updated by Ruby Dino.
I’m sorry, but this, like the code of merit, is merely a derailing tactic.
On 2016/01/26 01:32, Austin Ziegler wrote:
On Tue, Jan 26, 2016 at 12:25 AM, Martin J. Dürst <duerst@it.aoyama.ac.jp>
[#73491] [Ruby trunk - Misc #12004] Code of Conduct — git@...
Issue #12004 has been updated by Chuck Remes.
They will never provide any numbers because they are not engineers and they
Coraline is a panelist on Ruby rogues and a very well respected member of
OK, sorry for previous comment. Let's try this way.
On Tue, Jan 26, 2016 at 5:15 PM, Andrew Kirilenko <
[#73558] [Ruby trunk - Misc #12004] Code of Conduct — andrew.kirilenko@...
Issue #12004 has been updated by Andrew Kirilenko.
Andrew, please stop digging. Your hole is only getting deeper.
>Andrew, please stop digging. Your hole is only getting deeper.
[#73586] [Ruby trunk - Misc #12004] Code of Conduct — andrew@...
Issue #12004 has been updated by Andrew Vit.
[#73593] [Ruby trunk - Bug #12034] RegExp does not respect file encoding directive — nobu@...
Issue #12034 has been updated by Nobuyoshi Nakada.
[ruby-core:72880] [Ruby trunk - Bug #11979] [Closed] gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
Issue #11979 has been updated by Yui NARUSE. Status changed from Open to Closed octoploid octoploid wrote: > Takeshi Nishimatsu wrote: > > Sorry, but GCC developers judged my bug report as INVALID. > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69291 > > > > On the other hand, the same build error is reported in Ubuntu: > > amd64 build of ruby2.2 2.2.3-2 in ubuntu xenial RELEASE > > https://launchpad.net/ubuntu/+archive/test-rebuild-20151218.1-gcc6/+build/8718227 > > I changed the resolution to "fixed". Today's gcc trunk compiles ruby without any issues. Thank you for notice that, I close this. ---------------------------------------- Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node() https://bugs.ruby-lang.org/issues/11979#change-56114 * Author: Takeshi Nishimatsu * Status: Closed * Priority: Normal * Assignee: * ruby -v: 2.2.4, 2.3.0 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- This may be a GCC version specific issue. gcc-6, an experimental snapshot from http://ftp.tsukuba.wide.ad.jp/software/gcc/snapshots/6-20160110/ , fails to compile ruby-2.2.4 and ruby-2.3.0 with an error of **template/encdb.h.tmpl:63:in `block (4 levels) in <main>': x_emoji.h:8: ENC_REPLICATE: UTF-8 is not defined yet. (replica UTF8-DoCoMo) (ArgumentError)** . I confirmed it both on Linux and Mac OS X. gcc-4.9.2 could compile ruby-2.3.0. /usr/bin/gcc of Mac OS X (Apple LLVM version 7.0.2 (clang-700.1.81)) could compile ruby-2.3.0, too. Maybe, I should report it to https://gcc.gnu.org/bugzilla/ . Could you tell me how to make small reproducible code? (Or, please report it to the bugzilla with small code ;-) Compile log: ~~~ $ uname -a Linux emerald01 2.6.32-573.12.1.el6.x86_64 #1 SMP Tue Dec 15 21:19:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux $ tar xf ruby-2.3.0.tar.xz $ mkdir ruby-2.3.0/Linux-x86_64-gcc-6-20160110-emerald01 $ cd ruby-2.3.0/Linux-x86_64-gcc-6-20160110-emerald01 $ pwd $ ../configure $ make -j16 $ make $ make V=1 CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -std=iso9899:1999 XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE CPPFLAGS = -I. -I.ext/include/x86_64-linux -I../include -I.. DLDFLAGS = -fstack-protector -pie SOLIBS = -lgmp Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-pc-linux-gnu/6.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../configure --enable-languages=c,c++,fortran,go,objc --with-gmp-include=/usr/local/include --with-gmp-lib=/usr/local/lib64 --with-mpfr-include=/usr/local/include --with-mpfr-lib=/usr/local/lib64 --with-mpc-include=/usr/local/include --with-mpc-lib=/usr/local/lib64 Thread model: posix gcc version 6.0.0 20160110 (experimental) (GCC) ./miniruby -I../lib -I. -I.ext/common ../enc/make_encmake.rb --builtin-encs="enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o" --builtin-transes="enc/trans/newline.o" --module enc.mk ./miniruby -I../lib -I. -I.ext/common ../tool/generic_erb.rb -c -o encdb.h ../template/encdb.h.tmpl ../enc enc ../template/encdb.h.tmpl:63:in `block (4 levels) in <main>': x_emoji.h:8: ENC_REPLICATE: UTF-8 is not defined yet. (replica UTF8-DoCoMo) (ArgumentError) from ../template/encdb.h.tmpl:43:in `each_line' from ../template/encdb.h.tmpl:43:in `block (3 levels) in <main>' from ../template/encdb.h.tmpl:41:in `open' from ../template/encdb.h.tmpl:41:in `block (2 levels) in <main>' from ../template/encdb.h.tmpl:38:in `each' from ../template/encdb.h.tmpl:38:in `block in <main>' from ../template/encdb.h.tmpl:34:in `each' from ../template/encdb.h.tmpl:34:in `<main>' from /home002/t-nissie/COMMON/work/ruby/ruby/ruby-2.3.0/lib/erb.rb:864:in `eval' from /home002/t-nissie/COMMON/work/ruby/ruby/ruby-2.3.0/lib/erb.rb:864:in `result' from ../tool/generic_erb.rb:38:in `<main>' make: *** [encdb.h] Error 1 ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>