On Sat, 2013-10-12 at 13:21 +0200, David Suárez wrote: > El Miércoles, 9 de octubre de 2013 23:44:49 [email protected] escribió: [...] > > unreproduced in my amd64 pbuilder. > > would you please check it? [...] > > Errno::ENOENT(<No such file or directory - > > /sbuild-nonexistent/test.cache>) > > test_memoize_file_properties(TC_Memoize) [...] > Seeing that in pbuilder buils ok; Maybe a bug in sbuild ?
The error suggests that the package is trying to write to $HOME during the build process. That's a bug in the package; packages should not assume that they can write to anything outside of the build directory. Regards, Adam _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
