X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Subject: Re: [geda-user] RFC feedback on release pcb-4.0.0 requested References: <58A4AFF5 DOT 3040008 AT xs4all DOT nl> <7d12886d-a802-d5e3-1abf-b113e436a5ff AT tio DOT cz> <501527a2-ab82-4795-f8b5-2bb7a0795421 AT tio DOT cz> <44d9173e-c265-c444-210d-ae0fecea4b9f AT tio DOT cz> <49fc9f73-b933-1d8e-f290-7c9aa6289ca7 AT tio DOT cz> <15ce27d2-54a2-6c76-2962-d78178fafc26 AT tio DOT cz> <5b689c99-5d60-df31-7e73-78e9bbd2a8e5 AT mcmahill DOT net> <495c6e41-20a9-c056-942e-ecb4aa666e66 AT tio DOT cz> To: geda-user AT delorie DOT com From: Jan Damborsky Message-ID: <555063fd-ecea-dd80-2326-e1b6fbf43466@tio.cz> Date: Mon, 6 Mar 2017 18:53:40 +0100 User-Agent: Mozilla/5.0 (X11; SunOS i86pc; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <495c6e41-20a9-c056-942e-ecb4aa666e66@tio.cz> Content-Type: text/plain; charset=utf-8; format=flowed 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 On 03/ 3/17 11:53 AM, Jan Damborsky wrote: > On 03/ 1/17 04:33 AM, Dan McMahill (dan AT mcmahill DOT net) [via geda-user AT delorie DOT com] wrote: >> On 2/18/2017 2:18 AM, Jan Damborsky wrote: >>> On 02/17/17 11:58 PM, Peter Clifton (petercjclifton AT googlemail DOT com) [via >>> geda-user AT delorie DOT com] wrote: >>>> >>>> >>>> On 17 Feb 2017 22:08, "Chad Parker (parker DOT charles AT gmail DOT com >>>> ) [via geda-user AT delorie DOT com >>>> ]" >>> > wrote: >>>> >>>> Jan- >>>> Thanks again. Now we know that it's not just hiding somewhere we >>>> didn't expect. >>>> >>>> Peter / anyone else who understands autotools- >>>> Is there a way that we can set up configure such that is looks for >>>> the pkg-config first, but falls back to the gdlib-config style >>>> configuration if pkg-config fails? >>>> >>>> Thanks, >>>> --Chad >>>> >>>> >>>> It should be possible; it is basically just bash scripting at this point. >>>> >>>> Can do the pkgconfig test first, if that falls - run pretty match the >>>> the old code which Dan removed when switching to pkg-config. >>>> >>>> I think this is an acceptable compromise, but I definitely want to >>>> keep the pkg-config based test first. >>>> >>>> Peter >>> >>> >>> Hi guys, >>> >>> thank you for looking into this. >>> While implementing this fallback mechanism would definitely solve that >>> problem, >>> I do not think it is worth the effort given the fact that user base of >>> running >>> Solaris as a desktop OS is pretty minimal (and further shrinking). >>> As long as there is a reasonable way to build pcb on Solaris (and apparently >>> there is one), I am fine with the current state of things. >>> >>> Thanks again, >>> Jan >> >> Sorry, I missed this in the very long thread with different topics.... >> >> I pushed out a fallback which is essentially the old method. Another user had contacted me privately about it and we worked to get it fixed and left some notes about why. Ubuntu precise I think was >> the OS causing him grief. > > Thank you for fixing that, Dan. > > I would like to give the fix a try. Could you please let me know > how to obtain the source code containing your fix? Actually, figured that out (fix went into 'master' branch). I can confirm that GDLIB_* tweak is no longer needed on Oracle Solaris. Jan