You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that Drake creates temporary files which names it builds from the step definition using absolute filenames. We probably need to switch to relative ones, and make sure the directory filenames are less than 255 character long, disambiguating conflicts with .1, .2 or something similar. I'll try to fix it soon.
In the meantime, you have two options:
Shorten absolute filenames. Try symlinks:
ln -s /tmp/case_id_020_20130104_1_23_2013_14_20_6.zip.dir /a
cd /a
drake
Use fewer outputs. If you can't, hardcode outputs in your steps command. You can still use them as inputs elsewhere, but the dependency link will be lost. So, you'll have to specify targets manually in the command line for the time being, if you choose this workaround.
As an example, this step fails for me:
with
java.io complains "(File name too long)" when trying to write to
.drake/
.(2.6.34.9-69.fc13.x86_64 #1 SMP Tue May 3 09:23:03 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux)
The text was updated successfully, but these errors were encountered: