X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=+nLs3DEALJxuWFA/4RsEVu8smpVPmE5X2s12h2DHX70=; b=DrHXoZRrQyrTrd+GhKsr9xdHJEmfaeiXolMoC5PWOisvq9hL4yaXTOnIovdkhcJ+Qw YpiDPSuL34s7X47RZmloBTnwV+cLloROsL+Dtptwr14aaUVZ2QDx2gvqgg88vuua7VmR 8H8kbnvhLcHmPUmHFqNMr+m2OL9yNOtdGOnUaLSb2d4Uk3EDw+P9IFxmJocZvJwZP5iJ CvnVjAXMR32X0Ng7xisOLvGEEKpUBV0n078J4T4CnJO42grgfD/ADTQyOprswqGIsmDD LZcM89QvO4W8BdcMzDT0RtlAqNzfveqKGoL0YLNQWIxYABZEJ/U6zkK1qW8SSfpchhua 2+pA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=+nLs3DEALJxuWFA/4RsEVu8smpVPmE5X2s12h2DHX70=; b=ANwKewI7AByMd9cqb3B20Kr+9bSwvNGqSxucEtTFyC9zcPtsenBJKX55WAVnhn6zfx BpdM5qCTIgGiHG4Ni6rFRd/1kOGN19ci6kygQaFts0Up5b3OV7YtiKuE4+HtExVq5urY dvuPSRIwMikJ4oB0WMnO28sBR6tIIs65O5/EyInuvAeIg9rOB+/bR3/HGyFQxqnkOdO/ WEI4zm6TrQATHC95yuBNGG8GRyq3mJZWK1poaxRk2UIjusw3/CrTtQ5EoZuCQ7s2M7cZ YDHNVu3qXKDWBAkD5KL7klh7teUPaB+b09OF6fbrxlPJYhb+9zrIV4pPqb/a7QwFccKK Tw/Q== X-Gm-Message-State: AG10YOS7RuopZnT+Cy9xpv3XWH2p8qtyaKRtGlS2NslnV6Me0HWxFm6UTaRnGj1ziv672A== X-Received: by 10.28.111.91 with SMTP id k88mr16491127wmc.86.1455611354145; Tue, 16 Feb 2016 00:29:14 -0800 (PST) Date: Tue, 16 Feb 2016 09:29:12 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] pcb import schematic crash, parantheses in netname Message-Id: <20160216092912.7f7439f703b49175a21dbb1b@gmail.com> In-Reply-To: <201602160805.u1G85d8c003148@envy.delorie.com> References: <20160215215221 DOT fd472794e7b9446a243bfc40 AT gmail DOT com> <201602152055 DOT u1FKtM4K011038 AT envy DOT delorie DOT com> <20160215220938 DOT bbc7eaa59d827cd0b261ea97 AT gmail DOT com> <201602152135 DOT u1FLZrw9012774 AT envy DOT delorie DOT com> <7F210DE7-0A0B-42F9-ABBE-2C2768621186 AT noqsi DOT com> <20160216081722 DOT 1065cbed6653d3da4ffc7498 AT gmail DOT com> <201602160724 DOT u1G7Ox26001785 AT envy DOT delorie DOT com> <20160216085628 DOT b70143c330cd4da98a4603d3 AT gmail DOT com> <201602160805 DOT u1G85d8c003148 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > You hack the Makefile :-) I tried "./configure --enable-debug" but I do not think it define "DEBUG". > Or you could just run "gnetlist -g pcbfwd foo.sch" which is all action.c is doing. Then I ran gsch2pcb it execute: gnetlist -g pcbpins -o Mcu.cmd Mcu.sch gnetlist -g PCB -o Mcu.net Mcu.sch gnetlist -g gsch2pcb -o Mcu.new.pcb -m gnet-gsch2pcb-tmp.scm Mcu.sch and I could import Mcu.net into pcb without crash. Then I import schematic and there is parantheses in a net name import schematic in pcb crash. Where the crash happen: Action: Netlist(Add,Encoder2Q1,U1-19) Action: Netlist(Add,Encoder1(Q1) unknown action `,U1-81)' Action: Netlist(Add,Encoder1(Q1) Segmentation fault I intended to figure out where crash happen and hopefully solve it. Nicklas Karlsson