Package: chroma
Version: 1.9-1

Seen in the build log:

   cd resources && ./make-graphics.sh

   ** (process:30598): WARNING **: 19:06:42.251: Unable to create profile 
directory (Permission denied) (13)
   Unable to init server: Could not connect: Connection refused
   Unknown option -e
   16 arrow_shadow_left
   convert-im6.q16: unable to open image `/tmp/chroma-pieces-30597.png': No 
such file or directory @ error/blob.c/OpenBlob/2924.
   convert-im6.q16: no images defined 
`../graphics/chroma-marble//16_arrow_shadow_left.png' @ 
error/convert.c/ConvertImageCommand/3229.
   16 arrow_shadow_up
   convert-im6.q16: unable to open image `/tmp/chroma-pieces-30597.png': No 
such file or directory @ error/blob.c/OpenBlob/2924.
   convert-im6.q16: no images defined 
`../graphics/chroma-marble//16_arrow_shadow_up.png' @ 
error/convert.c/ConvertImageCommand/3229.
   16 arrow_shadow_right

The build shouldn't try to write to places it can't.  That suggests it
might break something if the filesystem or permissions were different

Nor should it ignore the error.

The build should not try to read fixed filenames in /tmp.  That might
make the build vulnerable on a shared system.

I don't know what "init server" is referred to.  Do we know that it
wouldn't connect to some actual server of some kind (perhaps an
unrelated daemon) ?

Thanks,
Ian.

-- 
Ian Jackson <ijack...@chiark.greenend.org.uk>   These opinions are my own.  

Pronouns: they/he.  If I emailed you from @fyvzl.net or @evade.org.uk,
that is a private address which bypasses my fierce spamfilter.

Reply via email to