On Mon, 2010-11-01 at 23:41 +0100, Stefan Salewski wrote: > gcode export is available in the 20100929 snapshot, we have it already > in the official Gentoo tree (still marked testing/unstable, but should
And they already discovered failing tests, related to gcode, see http://bugs.gentoo.org/show_bug.cgi?id=342835 http://bugs.gentoo.org/attachment.cgi?id=252117&action=view http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-electronics/pcb/pcb-20100929.ebuild?view=markup Test: hid_gcode1 ../../../src/pcbtest.sh -x gcode ./inputs/gcode_oneline.pcb Invalid exporter gcode, available ones: bom gerber ps eps ../../../src/pcbtest.sh returned 1. This is a failure. And their patch src_prepare() { if use test; then # adapt the list of tests to run according to USE flag settings if ! use png; then sed -i '/^hid_png/d' tests/tests.list || die fi if ! use gcode; then sed -i '/^hid_gcode/d' tests/tests.list || die fi fi } _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

