From: "mame (Yusuke Endoh)" Date: 2012-11-05T22:41:48+09:00 Subject: [ruby-core:48919] [ruby-trunk - Bug #7217][Assigned] Race condition in build process? Issue #7217 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned Assignee set to tenderlovemaking (Aaron Patterson) Aaron, are you one of bcrypt-ruby developers? Do you know anything about this issue? Looks related to: https://github.com/codahale/bcrypt-ruby/issues/46 -- Yusuke Endoh ---------------------------------------- Bug #7217: Race condition in build process? https://bugs.ruby-lang.org/issues/7217#change-32418 Author: vo.x (Vit Ondruch) Status: Assigned Priority: Normal Assignee: tenderlovemaking (Aaron Patterson) Category: Target version: ruby -v: ruby-1.9.3-p286 =begin Hi, I observer random build failures when building 'make -j16'. I am not sure if it might be either PowerPC issue or race condition in build process. This is error I observe: cp: cannot create regular file '../../.ext/common/date': File exists gcc -shared -o ../../../.ext/powerpc-linux/-test-/string/string.so enc_associate.o modify.o init.o cstr.o set_len.o ellipsize.o -L. -L../../.. -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -m32 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/etc' make[2]: Entering directory `/builddir/build/BUILD/ruby-1.9.3-p286/ext/fcntl' make[2]: *** [../../.ext/common/date/format.rb] Error 1 make[2]: *** Waiting for unfinished jobs.... And here https://gist.github.com/3957425 is full build log. Thank you =end -- http://bugs.ruby-lang.org/