| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
| X-Recipient: | geda-user AT delorie DOT com |
| X-Virus-Scanned: | amavisd-new at neurotica.com |
| X-Original-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/simple; d=neurotica.com; |
| s=default; t=1487442396; | |
| bh=3CNgiQ2EGBw8k0CxW4+go2kWSlAFE0sKZOmdBPjl+NQ=; | |
| h=Subject:To:References:From:Date:In-Reply-To; | |
| b=TDfsVCR0PIpwA62IAZRo0ersGFGAq3EglERWQ9i2b1MbIYhK0h2Hy9Q3KmosV7UOs | |
| ULjQnYLV2ghCAE9H3RkyN8qYcjYeHH+T4NG9DiYWfESQugSEy+Gqy/sqI82ESzweq+ | |
| SEORLhjjbxkzdtwTLBf+3dl2AGUbbvfiO3gabT44= | |
| Subject: | Re: [geda-user] RFC feedback on release pcb-4.0.0 requested |
| To: | geda-user AT delorie DOT com |
| References: | <58A4AFF5 DOT 3040008 AT xs4all DOT nl> |
| <d6176105-9264-e695-738a-93d7f4eaf6ba AT neurotica DOT com> | |
| <CAJXU7q8qMJG9_tDf+aSySqHh=Ss2qN11Bj0ycDzWJL+_oBOTkQ AT mail DOT gmail DOT com> | |
| <4f1b98c3-fbd4-b3d3-793b-e03d54f88ab0 AT neurotica DOT com> | |
| <CAJXU7q-e-vnwi7f9dmei60Aqf81+oC00p6=J3Pj+x_Nf1L+17A AT mail DOT gmail DOT com> | |
| <8508809d-f0e8-d79f-7a1e-24262b987975 AT neurotica DOT com> | |
| <CAJZxidCpXoErf9BJ15EUHBysckhECzosms5s5FVV-Prac4B8+A AT mail DOT gmail DOT com> | |
| From: | "Dave McGuire (mcguire AT neurotica DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
| Message-ID: | <15926110-6b3e-954a-7e93-03760680a849@neurotica.com> |
| Date: | Sat, 18 Feb 2017 13:26:35 -0500 |
| User-Agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 |
| Thunderbird/45.7.0 | |
| MIME-Version: | 1.0 |
| In-Reply-To: | <CAJZxidCpXoErf9BJ15EUHBysckhECzosms5s5FVV-Prac4B8+A@mail.gmail.com> |
| 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 |
Thanks Chad, but it looks like Peter nailed this one.
-Dave
On 02/17/2017 08:56 PM, Chad Parker (parker DOT charles AT gmail DOT com) [via
geda-user AT delorie DOT com] wrote:
> Dave-
>
> If you copy me as well, or file a bug report on LaunchPad and post the
> configure and make transcripts there, then I could take a look also.
>
> Thanks,
> --Chad
>
> On Fri, Feb 17, 2017 at 8:40 PM, Dave McGuire (mcguire AT neurotica DOT com
> <mailto:mcguire AT neurotica DOT com>) [via geda-user AT delorie DOT com
> <mailto:geda-user AT delorie DOT com>] <geda-user AT delorie DOT com
> <mailto:geda-user AT delorie DOT com>> wrote:
>
> On 02/17/2017 08:27 PM, Peter Clifton (petercjclifton AT googlemail DOT com
> <mailto:petercjclifton AT googlemail DOT com>) [via geda-user AT delorie DOT com
> <mailto:geda-user AT delorie DOT com>] wrote:
>
> Thanks Peter. That got me a bit farther, but the build still
> bombs with these undefined references:
>
> <artificial>:(.text+0x4071): undefined reference to
> `hid_gtk_init'
> <artificial>:(.text+0x4076): undefined reference to
> `hid_lpr_init'
> <artificial>:(.text+0x407b): undefined reference to
> `hid_bom_init'
> <artificial>:(.text+0x4080): undefined reference to
> `hid_gcode_init'
> <artificial>:(.text+0x4085): undefined reference to
> `hid_gerber_init'
> <artificial>:(.text+0x408a): undefined reference to
> `hid_ipcd356_init'
> <artificial>:(.text+0x408f): undefined reference to
> `hid_nelma_init'
> <artificial>:(.text+0x4094): undefined reference to
> `hid_png_init'
> <artificial>:(.text+0x4099): undefined reference to
> `hid_ps_init'
> collect2: error: ld returned 1 exit status
>
>
> What OS / distro is this?
>
>
> Linux Mint 18.1, relatively fresh install, all patches and updates
> installed.
>
> Very odd. Sounds almost like the static linking isn't working
> correctly.
> (These are all in .la files I think). Might also explain gts if so.
>
> The other thought I had - was that perhaps it is mixing C / C++
> compilers and getting the mangling wrong. (Or using the wrong
> linker).
>
>
> Aside from cross-compilers targeting different architectures, the
> executables from which have unambiguous filenames, there are no
> other compilers installed on this system.
>
> Can you try "autoreconf" or ./autogen or simiar - see if it is
> libtool
> that is broken?
>
>
> Yes, I should be able to do that later tonight or tomorrow.
>
> Did you have any difficulty in building from the git repository, or
> don't you do that?
>
>
> I haven't in awhile. While with difficulty I can stomach git, I
> frequently lose track of all of the repositories gEDA stuff can be
> found in.
>
> Perhaps you could send me a transcript of a complete build.
> (pastebin.ca <http://pastebin.ca>
> <http://pastebin.ca> or email me a file). Can't promise to figure it
> out, but will try to take a look.
>
>
> I can do that. Thank you for working on this with me.
>
>
> -Dave
>
> --
> Dave McGuire, AK4HZ
> New Kensington, PA
>
>
--
Dave McGuire, AK4HZ
New Kensington, PA
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |