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:references:in-reply-to:from:date:message-id:subject:to; bh=SUy6CBs9nS92N7zmmjMrAp9aiPgsRuceN94sjFz7R8A=; b=LjsZTicPC1dQFFTtHmpNJg/q/7oe2xMjO4b9o5gD18t9IL/Rzo0qEbRnebYxTC+0Xz hAofk78aprZKuhmxTAVl/fDUID3AimEmCYvLrfzEjp5u8ggOYha69YnUqoAZELDO9O9B JEbCsImplymn1dPJkbQTIrK+aCswXvYiih/Y9CKPrW1DBjaR6nKoPRa8BqtBIH/Fqp2R khVq7DIoaNHRdTJ5ue4ppF62X8cbD7XFZlCh3sIFOX3O4wiswK5p41V6G6cUkVegEM47 rhGMyFvKalfNPT9Xq/aKg0aJVM5IWv6VtvqXG14CP5WO8BjHE+hsmHPDac4j7groZq+6 oLnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=SUy6CBs9nS92N7zmmjMrAp9aiPgsRuceN94sjFz7R8A=; b=GcPUqD0HqJ6ss6FLwMITBi9io+VQ+AvXKp1RsQhz2SrI0XBloOD1nTM6vEnsl027n5 b5I9kF7g65t/311MosWc2zLRpC4Z9fpcQnmrhHBUaRmOQfSy1DxvEU3UxxreASy/P2EZ DTrsLIAjHmTEX+5XaR++qy1L3pnLi9pTpIK2qr5Ix+CIA/DTqXt9yJv5ak/TsX/q2qXs GYBmBhRZtpxsv0YPb950KynWcM3YIQuvYYYEydsrXRzhRQ0pX3sLTqJ5i2gFcC5yDaUA I/Og+W43quatFd8BmqZBbF/zhv/axYeT88Ksfk5WOZ57CrNJZeoPYvGmQO9HiA1u4b+c 3tog== X-Gm-Message-State: ANhLgQ2E2Jx2c80u2DSiANSSWx8flJva/L23wvdseI9iMuwK/LuZDJml ASbUIxspMURCfEFmrB8KbOlk8g+0kfIuQai1I+lUcA2sffc= X-Google-Smtp-Source: ADFU+vtFL7qynGcqt+jmYBclVWwnbkEJyG5F8pAvzwSBUeUOoeZWsWHYVVTGLMeW0dni6TtXuIEPJ8Zi9SMQlIZdPsk= X-Received: by 2002:a2e:978d:: with SMTP id y13mr11439122lji.293.1584903156359; Sun, 22 Mar 2020 11:52:36 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Sun, 22 Mar 2020 19:52:25 +0100 Message-ID: Subject: [geda-help] Re: gsch2pcb To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000a3647605a17605b7" Reply-To: geda-help AT delorie DOT com --000000000000a3647605a17605b7 Content-Type: text/plain; charset="UTF-8" Hi, I cannot find neither pcblib-newlib or newlib: Processing PCBLIBPATH="/usr/share/pcb/pcblib-newlib:/usr/share/pcb/newlib" best regards torben On Sun, Mar 22, 2020 at 12:07 PM Torben Friis wrote: > 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 > --000000000000a3647605a17605b7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
I cannot fi= nd neither pcblib-newlib or newlib:
Processing PCBL= IBPATH=3D"/usr/share/pcb/pcblib-newlib:/usr/share/pcb/newlib"
best regards
torben

On Sun, Mar 22, 2020 at 12:07 PM Torben Friis <friistf AT gmail DOT com> wrote:
Hi,
I = have run a one.sch file through "gsch2pcb -v project" and I get t= he messages:

Reading project file: project
=C2=A0 =C2=A0 schemati= cs "one.sch"
=C2=A0 =C2=A0 output-name "board"
Pr= ocessing PCBLIBPATH=3D"/usr/share/pcb/pcblib-newlib:/usr/share/pcb/new= lib"
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 schema= tic [/home/torben/gaf/proj2/one.sch]

--------
Default m4-pcbdir: = /usr/share/pcb/pcb/m4
--------
gnet-gsch2pcb-tmp.scm override file:=C2=A0 =C2=A0 (define gsch2pcb:pcb-m4-dir "/usr/share/pcb/pcb/m4&quo= t;)
=C2=A0 =C2=A0 (define gsch2pcb:use-m4 #t)
Running command:
gn= etlist -g gsch2pcb -o board.pcb -m gnet-gsch2pcb-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 configuration:

=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&qu= ot;
=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=A0Vari= ables which may be changed in the project 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/share/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=3DUsing the m4 processor for pcb footprints
Loading schematic [/home/torb= en/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 =C2=A0m4 ("/usr/bin/m4" is empty). T= he "one.sch" file looks normal (to me) and so does the "proj= ect" file.

Can anyone help?
best rgards
torben
<= /div>
--000000000000a3647605a17605b7--