X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=DO266G9aDLGa7/Lx1Rge6Bg4rNfdt52APNNtQ6zGPCM=; b=Pwo24o2sN8NO2vGjGoEbQg4p4o/2DB0HqN+d5cVRltzBfwb6VXlBRMNbn0MLDxO3Fq AIjVGiRj+YdhcC8wjPXR6Sroqw/zNNplVJ5tfiSOxJsoIjjjPqPvUs/y57dibqBHfpPY 8kYi5ROYUEg2/eObPgpyOtE9CamseGI62+flC3t3RDwWKSJIBH0pwmJ2nCXRXjtGhRkB 3kBCGwuggoiuFxIUPa2ok1JmsyhO/h6BBwwdG43eviFRDYBl3ynRgQna51h+TW8LzIKp ufoc3uBj0xnLjSLLY2IxB+e3DZXc0OmkWpB8AEWPk3u0YKrbjq9cQ4A/1z/j44IqGPcw 7LXg== X-Received: by 10.180.221.108 with SMTP id qd12mr31605576wic.83.1404671643437; Sun, 06 Jul 2014 11:34:03 -0700 (PDT) Date: Sun, 6 Jul 2014 21:32:56 +0300 From: Abdallah Ismail To: geda-help AT delorie DOT com Subject: Re: [geda-help] Gnetlist DRC Errors Message-ID: <20140706183255.GA6904@jarvis> References: <20140705131833 DOT GC23726 AT jarvis> <513A9286-ED3C-4ABF-B3B8-2A66CE13F381 AT noqsi DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <513A9286-ED3C-4ABF-B3B8-2A66CE13F381@noqsi.com> User-Agent: Mutt/1.5.22 (2013-10-16) Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, Jul 05, 2014 at 07:04:52PM -0600, John Doty wrote: > > On Jul 5, 2014, at 7:18 AM, Abdallah Ismail wrote: > > > gnetlist -g drc2 -o drc > > > > and I get (formatted output): > > > > ... > > Checking unconnected pins... > > ERROR: Unconnected pin J2:1 > > ERROR: Unconnected pin J2:2 > > ERROR: Unconnected pin J2:3 > > ERROR: Unconnected pin J2:4 > > ERROR: Unconnected pin J2:6 > > ERROR: Unconnected pin J2:8 > > ERROR: Unconnected pin J1:1 > > ERROR: Unconnected pin J1:2 > > ERROR: Unconnected pin J1:3 > > ERROR: Unconnected pin J1:4 > > ERROR: Unconnected pin J1:6 > > ERROR: Unconnected pin J1:8 > > ... > > > > even though the schematic does not leave any pins unconnected. What am I doing wrong? > > Don?t know. I get no DRC errors from your file. > Interesting. What was your setup? > > Are you sure that the CONN8x1.sym file you attached is the one you?re actually using? > Yes. > > What version of gschem/gnetlist are you using? > gEDA 1.9.1 (g62aede2) installed originally from the slackware repositories at slackbuilds.org, then from source. Both give similar results. What boggles me is that the error does not show on pins 5 and 7 of the connector (as you can see above in the listing). > > Do you see any warnings in the gschem ?Status? window when you open your schematic? > No warnings. > > Do you see red squares on net segments or pins in your schematic? > No red squares. > > John Doty Noqsi Aerospace, Ltd. > http://www.noqsi.com/ > jpd AT noqsi DOT com > > > My project setup looks as follows: project/ schematic/ <- contains schematic files library/ symbol/ <- contains gschem symbols footprint/ <- contains pcb footprints build/ <- gerber files and other outputs Thanks for the assistance I appreciate it.