On Mon, 28 Feb 2005, Daniel Schepler wrote:

> Package: avr-libc
> Severity: serious
> Version: 1:1.2.3-1
> 
> From my build log (reproduced with pbuilder in an i386 chroot):
> 
> ...
> fig2dev -L eps demo.fig demo.eps
> fig2dev -L png demo.fig demo.png
> sh: gs: command not found
> fig2dev: broken pipe (GhostScript aborted?)
> command was: gs -q -dSAFER -sDEVICE=png16m -r80 -g566x284 
> -sOutputFile=demo.png -
> make[3]: *** [demo.png] Error 1
> make[3]: Leaving directory `/tmp/buildd/avr-libc-1.2.3/doc/examples/demo'
> make[2]: *** [demo] Error 2
> make[2]: Leaving directory `/tmp/buildd/avr-libc-1.2.3/build/doc/api'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/buildd/avr-libc-1.2.3/build/doc'
> make: *** [build] Error 2

Release 1:1.2.3-2 adds gs to the build-depends, but it does not seem
to be enough. This is from my build log, using sbuild in a i386 chroot:

[...]
for png in *.png; do \
        echo "Fixing transparency for $png"; \
        cat $png > tmp.pnm; \
        cat -transparent white tmp.pnm > $png && rm tmp.pnm; \
done
Fixing transparency for demo.png
cat: invalid option -- a
Try `cat --help' for more information.
[...]
make[2]: *** [fix_png] Error 1
make[2]: Leaving directory `/build/buildd/avr-libc-1.2.3/build/doc/api'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/buildd/avr-libc-1.2.3/build/doc'
make: *** [build] Error 2

I think netpbm is the missing package now, but I'm not sure that it
will be enough to fix the FTBFS. Please use a chroot before making
a new upload.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to