Actions
Bug #6904
closedmake -j all fails (sometimes)
Description
make -jは現在まともに動いていません。
http://travis-ci.org/#!/ruby/ruby/jobs/2194633
cp: cp: cp: cannot create regular file
../../.ext/common/openssl'cannot create regular file
../../.ext/common/openssl': File exists: File existscannot create regular file `../../.ext/common/openssl': File existscp:
想像ですがGNU Makeが再帰的に動く場合の-jの挙動が理解されていないのではないかと思います(gmakeではサブディレクトリも並列で動く)。
Updated by nobu (Nobuyoshi Nakada) about 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r36815.
Shyouhei, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
mkmf.rb: timestamp for directories
- lib/mkmf.rb (create_makefile): use timestamp for destination
directories. [ruby-dev:46067] [Bug #6904]
Actions
Like0
Like0