pcb

Comment 2 for bug 699448

Revision history for this message
Bert Timmerman (bert-timmerman) wrote :

Hi stefan_BA,

Patching with:

patch -p1 < pcb-20080202-stefan_BA-20080703.diff

in the pcb dir gives no problem or error messages.

configure doesn't complain either.

make complains about the texinfo.tex or pcb.texi being broken, maybe something in the patch regarding pcb.texi, allthough reading the patch I see no strange things.

<error log>
if /bin/sh /home/bert/MyDocuments/projects/gEDA/devel/pcb-20080202/missing --run makeinfo --html --css-include=./pcb.css --no-split -I . \
         -o pcb.htp pcb.texi; \
        then \
          rm -rf pcb.html; \
          if test ! -d pcb.htp && test -d pcb; then \
            mv pcb pcb.html; else mv pcb.htp pcb.html; fi; \
        else \
          if test ! -d pcb.htp && test -d pcb; then \
            rm -rf pcb; else rm -Rf pcb.htp pcb.html; fi; \
          exit 1; \
        fi
TEXINPUTS=".:$TEXINPUTS" \
        MAKEINFO='/bin/sh /home/bert/MyDocuments/projects/gEDA/devel/pcb-20080202/missing --run makeinfo -I .' \
        texi2dvi pcb.texi
This is e-TeXk, Version 3.141592-2.2 (Web2C 7.5.4)
 file:line:error style messages enabled.
 %&-line parsing enabled.
---! /var/lib/texmf/web2c/etex.fmt was written by pdfetex
(Fatal format file error; I'm stymied)
/usr/bin/texi2dvi: texinfo.tex appears to be broken, quitting.
make[3]: *** [pcb.dvi] Error 1
</error log>

I hope this gives enough information.

A quick testing your patch gives the impression that this seems to work.

The testpcb gives some additional drill holes in the fab drawing (ps HID) outside the pcb limits).

I can send the pcb file if you will, just ask.

Kind regards,

Bert Timmerman <email address hidden>

BTW: I would normally make a diff with:

diff -Naur ....

instead of:

diff -C 3 -r ....

although patch did the job.