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=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:reply-to:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=hX5FxsxshdTjXwIdW t0xmPKYS4Xvua6z558P15w5UdE=; b=bvQ5ZMQah9GLJeZpDUUdYoY6WVdwS4DqB kDT34fe1grZVko87JD9wYUaqXjoEuXZhrL3VP65dGVw0x9+plij5Ora0IjqFRMlF a8zrvlAMluVwOekRlMAR7AW3UxBFvThZJkxjmF2eleUrqxyAxUHmkbAdtnHb3oiB Wm75ksALMEy5P1wHGgvMu/hYydk+ZX8M+ZfVi+E9LEdljAH/LWwAcMtHuR7HjgQc uKbt36OXuq3mG6qr6ExeViCDAsOVaAtIgoUnvsNRec8asIL9/bNCTw7cUFHUsBbE B2WuInE6nqqPCFLv+sO057/sOiP0BnleFeiFkezRbEs8GBVRPSPnA== X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :reply-to:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=hX5FxsxshdTjXwIdWt0xmPKYS4Xvua6z558P15w5UdE=; b=I/aVG/ceOppd G8yYPMU4DobKQnbNoyqR+fsrhSR7+dexTOft5cO150wlWApKzShLy8os9AHFVyB8 MiWGF97HOZU9zMrO6mZ/ughuh9UnXtzM+A6wbTV6eXF600q8ctlfJJNDcqRjPlQw vfd6VaSmldoZ18Ye7VPP5OkUpDVH4MHXZcsf42X3HFBvy8p0JHA/AMzwUxCsdyIc huGYiE2cMvnYeR8vM+3DwZaMF1q5bHudEWyx3rUcNLOJkP9Rtb0PUvcfA6DoFeee lyBN9F8s6XZcNk+V8f8Q827QThPZhMQp2E7MsPtAme/LBnQlUkVMAHzGDPzAw2P9 +mob++Oibg== X-ME-Sender: Subject: Re: [geda-user] current gnetlist from git and hierarchy To: geda-user AT delorie DOT com References: <20180312013908 DOT 3dbbb5bc AT swips DOT iqo DOT uni-hannover DOT de> <20180321152652 DOT CDB05807DEBE AT turkos DOT aspodata DOT se> <20180321220800 DOT 6EB79807DEBE AT turkos DOT aspodata DOT se> From: "Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com]" Message-ID: Date: Wed, 21 Mar 2018 16:08:22 -0700 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180321220800.6EB79807DEBE@turkos.aspodata.se> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Note-from-DJ: This may be spam 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 On 03/21/2018 03:08 PM, karl AT aspodata DOT se wrote: > Roland Lutz: >> On Wed, 21 Mar 2018, karl AT aspodata DOT se wrote: >>> It behaves a litte dissimilar since it doesn't like a tree with >>> duplicate names in it (even though I don't use thoose symbols): > ... >>> ValueError: Duplicate symbol name while scanning library [gnd-1.sym]: user >> The standard library is not meant to be included recursively: it contains >> several directories (gnetman/, verilog/, vhdl/) with symbols whose names > ... > > $ find /Net/cvs/cvs.gedasymbols.org/www/user/ -type d | grep verilog > $ find /Net/cvs/cvs.gedasymbols.org/www/user/ -type d | grep gnetman > $ find /Net/cvs/cvs.gedasymbols.org/www/user/ -type d | grep vhdl > > You must be thinking about some other tree. > > Ragardless, It might be convenient to include some other tree > which you don't control, containing potential name clashes. > > Which sym to choose could be decided by sorting order. > > Regards, > /Karl Hammar > > ----------------------------------------------------------------------- > Aspö Data > Lilla Aspö 148 > S-742 94 Östhammar > Sweden > +46 173 140 57 > > Greetings, If you look at the $prefix/share/gEDA/gafrc.d/geda-clib.scm file, you will see that the verilog, gnetman, and vhdl libraries at the end of the file are commented out. There is an explanatory note at the top: ; NOTE: Some of the below component libraries below are commented out. ;       This was done because there are conflicting filenames within these ;       libraries. This file loads in the system symbol libraries. If the comment ";" chars are not there, you might try to restore the comments and see if you get the conflicts. Here is what it looks like in my file:  ....  ; Other     ;"verilog"     ;"vhdl"     ;"gnetman"     ))) HTH. Girvin Herr