From: "moneytoo (Marcel Dopita)" Date: 2013-09-06T03:29:52+09:00 Subject: [ruby-core:57044] [ruby-trunk - Bug #8852] Synology build of ruby-2.0.0-p247 is failing Issue #8852 has been updated by moneytoo (Marcel Dopita). moneytoo (Marcel Dopita) wrote: > It cross compiles fine with following patch https://github.com/SynoCommunity/spksrc/blob/fad915904222094328425c2855f4fa193731ba84/cross/ruby/patches/fix-thread-stack.patch from from SynoCommunity. > It's currently reverted but I tested it and it works with 2.0.0-p247 as well. Sorry, I was not exactly right - this patch is valid only for 2.0.0-p0 as it's already fixed 2.0.0-p247. The only fix should be: # Desactivate fstack-protect because we couldn't link to libspp on synology sed -i -e 's/x$$stack_protector/x$$stack_protector_broken/g' $(WORK_DIR)/$(PKG_DIR)/configure ---------------------------------------- Bug #8852: Synology build of ruby-2.0.0-p247 is failing https://bugs.ruby-lang.org/issues/8852#change-41643 Author: barbecuesteve (Steve Sparks) Status: Feedback Priority: Normal Assignee: Category: build Target version: ruby -v: ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN Looks like something is missing... __stack_chk_fail_local Gist output of "rvm --debug install ruby" https://gist.github.com/stevesparks/eebabfbcc23884b29c24 -- http://bugs.ruby-lang.org/