Yes, I have clearly a problem with writing a file. You're right, I will contact Heroku for that.
May I ask you the steps you follow to build this release on Heroku ? Regards Corentin 2015-02-05 18:31 GMT+01:00 Christopher Meiklejohn <cmeiklej...@basho.com>: > > On Feb 4, 2015, at 10:59 PM, Corentin Jechoux < > corentin.jechoux....@gmail.com> wrote: > > Thank you Christopher for your fast answer. However, I did not mentionned > that I was using "cedar-14" stack. With an ephemeral file system : the file > system enable writes operations, but wrtten files are not saved when a dyno > restart [1]. Moreover, I can write file, because the "make" command did not > fail at the 1st compilation, but it fails, each time, with the same file. > > cd lib && \ > ERL_TOP=/app/otp_src_R16B02-basho5 > PATH=/app/otp_src_R16B02-basho5/bootstrap/bin:"${PATH}" \ > make opt SECONDARY_BOOTSTRAP=true > make[1]: Entering directory `/app/otp_src_R16B02-basho5/lib' > make[2]: Entering directory `/app/otp_src_R16B02-basho5/lib/hipe' > Makefile:71: warning: overriding commands for target `clean' > /app/otp_src_R16B02-basho5/make/otp_subdir.mk:28: warning: ignoring old > commands for target `clean' > === Entering application hipe > make[3]: Entering directory `/app/otp_src_R16B02-basho5/lib/hipe/rtl' > (cd ../main && make hipe.hrl) > make[4]: Entering directory `/app/otp_src_R16B02-basho5/lib/hipe/main' > sed -e "s;%VSN%;3.10.2.1;" ../../hipe/main/hipe.hrl.src > > ../../hipe/main/hipe.hrl > make[4]: Leaving directory `/app/otp_src_R16B02-basho5/lib/hipe/main' > erlc -W +debug_info +inline +warn_unused_import +warn_exported_vars > -o../ebin hipe_rtl.erl > /app/otp_src_R16B02-basho5/lib/hipe/rtl/../ebin/hipe_rtl.bea#: error > writing file > > > You’re clearly having a problem writing a file, but I’m not sure why. I’m > able to > build this release without running into the same issue. > > Have you tried contacting Heroku? > > - Chris > > Christopher Meiklejohn > Senior Software Engineer > Basho Technologies, Inc. > cmeiklej...@basho.com >
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com