On Thu, Sep 06, 2012 at 10:53:59PM -0700, Michael C. Robinson wrote: > First hint of trouble: > > 1 of 19 tests failed > > FAIL: run-clones.xml.sh > > And trying make install ignoring the failed test: > > ../tools/create-reference.rb:331:in `block (2 levels) in <main>': > invalid byte sequence in US-ASCII (ArgumentError) > ... > > It looks like the install fails in the docs directory. > Have you installed ruby ? Google has reports of that error message with things using ruby. Perhaps fixable by ensuring LANG and LC_ALL are both set to en_US.UTF-8 in the environment - all the reports at the top of google's matches talk about UTF-8 in a gemspec file, and setting the locale in the gemfile. I don't use ruby, so I've no idea what gemfiles or gemspecs are, or if anything of that sort can be found in gegl. But perhaps you can set them in create-reference.rb.
It looks as if ruby, if present, is used to update the HTML API reference. I'm content to use whatever docs are shipped. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
