X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=yZx+QYg4pQlN7xX4371O/qcol2mDeepQyDFtLme2RDs=; b=Cq5JSQ3KXudOfcKWgRYPME1HM0paaxTweUHAuVeD9TEEnp9hsq7OiEGEa58S0r62bu cd2Zi6cVCZOKye9nwuGXYYU7MkzQAiWJpAiHj2VY+VZcEP/VBZVQGAYLrxiysmayqPHr DLdJlQ1sWawP47pM3jryn5iqZThGkmGdJ5OYiKz9XlJ/xq22pYYSdeJT6/ftP/Jq8pQX 9/S3WnGkLhGDoiZqKDKYqiqqe3500z8yLlAqS4yy7ptrOeaihWBuEgZSJPcl5mi4eu7y 82UvK6oxBJ19y+HgkgJp4X1lAgLpwQRR2nLJRKD4YIj0vussvR3KIe9iO/gXblLPl2EH ohZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=yZx+QYg4pQlN7xX4371O/qcol2mDeepQyDFtLme2RDs=; b=rDWLqhoAnmVext9N3n2IiVAhYD7hIUSCSMmlilU6TPj8m2gC3CO3BIL9w1krOo5fXP iI/H1h1sSbXTYX4B/HC7w/5iwocAmoSM+4OGmOocNAoMvZjtZVhNw0ADfGIra42E25nU 8cZP2hSo1IjQRRVoj0DZVaAICFCOP05GhGr4SIvR75ldqm2j807/s8cUHTdy7HPkxzpS LkwdZafjSebJ9qgkj+nNA+EhsdJ1BMz0fi9fu5k/uFo+v0LysXnO9DcLjwLLktfqUsiq XW0hfXa90XEPlZlQ6vfDVVe1egl/uWM5SDye1DyIAvwu0tda3znXHisbSKsxachR3p91 kJWw== X-Gm-Message-State: ANhLgQ239RE/sEHFHRgctzP5bmn8ID0ddiPR621NzROwdoi6B+ZvBijQ pCJG1Y1xjzjz96iPvB4Sqg3+VIUiqTrrx53NAwlmcCuV0c4= X-Google-Smtp-Source: ADFU+vvnqDfAU2S0/dZhYnP4LSgg/scCLpLYKO6kCaR47wq9B2/OfcZSsV0mJyNR6zpvuV+fCKk1I51p6EWOBaOWJ90= X-Received: by 2002:a2e:8ec7:: with SMTP id e7mr10284835ljl.36.1584875250177; Sun, 22 Mar 2020 04:07:30 -0700 (PDT) MIME-Version: 1.0 From: "Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Sun, 22 Mar 2020 12:07:19 +0100 Message-ID: Subject: [geda-help] gsch2pcb To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="0000000000004cd98305a16f8647" Reply-To: geda-help AT delorie DOT com --0000000000004cd98305a16f8647 Content-Type: text/plain; charset="UTF-8" Hi, I have run a one.sch file through "gsch2pcb -v project" and I get the messages: Reading project file: project schematics "one.sch" output-name "board" Processing PCBLIBPATH="/usr/share/pcb/pcblib-newlib:/usr/share/pcb/newlib" Running command: gnetlist -g pcbpins -o board.cmd one.sch -------- Loading schematic [/home/torben/gaf/proj2/one.sch] -------- Running command: gnetlist -g PCB -o board.net one.sch -------- Loading schematic [/home/torben/gaf/proj2/one.sch] -------- Default m4-pcbdir: /usr/share/pcb/pcb/m4 -------- gnet-gsch2pcb-tmp.scm override file: (define gsch2pcb:pcb-m4-dir "/usr/share/pcb/pcb/m4") (define gsch2pcb:use-m4 #t) Running command: gnetlist -g gsch2pcb -o board.pcb -m gnet-gsch2pcb-tmp.scm one.sch -------- ===================================================== gsch2pcb backend configuration: ---------------------------------------- Variables which may be changed in gafrc: ---------------------------------------- gsch2pcb:pcb-m4-command: "/usr/bin/m4" gsch2pcb:pcb-m4-dir: "/usr/share/pcb/pcb/m4" gsch2pcb:pcb-m4-path: ("$HOME/.pcb" ".") gsch2pcb:m4-files: "" --------------------------------------------------- Variables which may be changed in the project file: --------------------------------------------------- gsch2pcb:use-m4: yes ---------------- M4 command line: ---------------- /usr/bin/m4 -d -I/usr/share/pcb/pcb/m4 -I$HOME/.pcb -I. /usr/share/pcb/pcb/m4/common.m4 - >> board.pcb ===================================================== Using the m4 processor for pcb footprints Loading schematic [/home/torben/gaf/proj2/one.sch] -------- Running command: rm board.pcb.tmp -------- -------- Running command: rm board.pcb -------- -------- No elements found, so nothing to do. I am no expert, but everything in the verbose reply looks normal - except that there are some references to m4 ("/usr/bin/m4" is empty). The "one.sch" file looks normal (to me) and so does the "project" file. Can anyone help? best rgards torben --0000000000004cd98305a16f8647 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
I have run a one.sch file throug= h "gsch2pcb -v project" and I get the messages:

Reading pr= oject file: project
=C2=A0 =C2=A0 schematics "one.sch"
=C2= =A0 =C2=A0 output-name "board"
Processing PCBLIBPATH=3D"/= usr/share/pcb/pcblib-newlib:/usr/share/pcb/newlib"
Running command:=
gnetlist -g pcbpins -o board.cmd one.sch
--------
Loading schem= atic [/home/torben/gaf/proj2/one.sch]

--------
Running command: gnetlist -g PCB -o board.net one.sch --------
Loading schematic [/home/torben/gaf/proj2/one.sch]

---= -----
Default m4-pcbdir: /usr/share/pcb/pcb/m4
--------
gnet-gsch2= pcb-tmp.scm override file:
=C2=A0 =C2=A0 (define gsch2pcb:pcb-m4-dir &qu= ot;/usr/share/pcb/pcb/m4")
=C2=A0 =C2=A0 (define gsch2pcb:use-m4 #t= )
Running command:
gnetlist -g gsch2pcb -o board.pcb -m gnet-gsch2pc= b-tmp.scm one.sch
--------
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
gsch2pcb backend configura= tion:

=C2=A0 =C2=A0----------------------------------------
=C2= =A0 =C2=A0Variables which may be changed in gafrc:
=C2=A0 =C2=A0--------= --------------------------------
=C2=A0 =C2=A0gsch2pcb:pcb-m4-command: = =C2=A0 =C2=A0"/usr/bin/m4"
=C2=A0 =C2=A0gsch2pcb:pcb-m4-dir: = =C2=A0 =C2=A0 =C2=A0 =C2=A0"/usr/share/pcb/pcb/m4"
=C2=A0 =C2= =A0gsch2pcb:pcb-m4-path: =C2=A0 =C2=A0 =C2=A0 ("$HOME/.pcb" "= ;.")
=C2=A0 =C2=A0gsch2pcb:m4-files: =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0""

=C2=A0 =C2=A0------------------------------------= ---------------
=C2=A0 =C2=A0Variables which may be changed in the proje= ct file:
=C2=A0 =C2=A0--------------------------------------------------= -
=C2=A0 =C2=A0gsch2pcb:use-m4: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0yes

=C2=A0 =C2=A0----------------
=C2=A0 =C2=A0M4 command line= :
=C2=A0 =C2=A0----------------
=C2=A0 =C2=A0/usr/bin/m4 -d -I/usr/sh= are/pcb/pcb/m4 -I$HOME/.pcb -I. /usr/share/pcb/pcb/m4/common.m4 =C2=A0- >= ;> board.pcb

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Using the m4 processor for pcb footpri= nts
Loading schematic [/home/torben/gaf/proj2/one.sch]

--------Running command:
rm board.pcb.tmp
--------

--------
Run= ning command:
rm board.pcb
--------

--------
No elements = found, so nothing to do.

I am no expert, but everything in the verbo= se reply looks normal - except that there are some references to =C2=A0m4 (= "/usr/bin/m4" is empty). The "one.sch" file looks norma= l (to me) and so does the "project" file.

Can anyone help?=
best rgards
torben
--0000000000004cd98305a16f8647--