X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=FpyHPUPk41fURqcyF0tEcxDkR/6JHiMpIDQOb69XQlQ=; b=O1SfKY0QfkvJhTPo10qxNNrsnSLik4sSe/NkLPhW8JbUit8MSzmMhYZPMoq9OG1Vgt Yu8BDDoEMlBw5uKlJYgfw5IOyg6U22rqvA555JOmvQ+JVq91zfkfBH/2KZmO5G8vJJMX 2wOUg1ob2pgO33eHLCh5EDkGwDhhC+6ZlSJNI395xF1lXpguMyw+BuAm1+iKVJWJ0+HD KGsoRXtmjx7L673DbMRrabq+2S+U9p2CkqccOiih1uZ6pz0zwBFajO0owIT2wP4Vbti9 QcFS+7qV+qotKiTZsV/3UeWAkdF1BrfUYK8ubqoTFBg0kKlcrJk4sOjh4PNs7QUwNnAl r+wQ== Message-ID: <500FCEDF.7070700@gmail.com> Date: Wed, 25 Jul 2012 16:17:59 +0530 From: Abhijit Kshirsagar User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] gsch2pcb/pcb bogus error message References: <20120725095530 DOT 8B06581A00CB AT turkos DOT aspodata DOT se> In-Reply-To: <20120725095530.8B06581A00CB@turkos.aspodata.se> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Hey Karl, I faced the exact problem. Had to do with the "off-page" connectors I was using. They were needed only for the "net=" attribute in the schematic, but PCB kept trying to put them in the netlist for the PCB as well. My observation was that this was completele harmless - there was no problem with making the PCB. The problem was fixed by adding an attribute "graphical=1" to each of the off-page connectors. See if that works for you. Meanwhile I'll dig out that old schematic and confirm. ~Abhijit