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=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=75bI7jyayQLakX8RATuRQUJAiNiHG5dxQ/catQXGlfg=; b=rtAKH1JjB6kBc3TuJ3cXAxbOmdhrzoZywZ54yteP0dBx4rYR1GoreY/xXzidK7uZjg /eqRl8eZF0XCixxp4f2sTIFLk2wur7RKoiV4HcOPgUut07/xGz5/TpsNWVrCKuQ09VBJ RVbUHtQhoH4kc2RfaenQsQ5ls5WuGPfL7OMd+qz8CX4a3IJnvLb8ZflfUwXuotfjUaB7 r6bcLwHJFB2zti24Awm5WsmbLUS95DGFWk+MlTQ2tRCSumEWzlo1KYHgXfwa3PgfT8fj 47EHM5AtRAoHnN3MXvOt/f8ti2FBbeiUY9Zkp89+ce5eqIeEluBz/6t5gaUSN0ehTnm4 /ozw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=75bI7jyayQLakX8RATuRQUJAiNiHG5dxQ/catQXGlfg=; b=F094nkQeJSeSaH84Tay+o3nu3Nb2kJiqojmFHqA6a8KEuGsr5QFyfzmD/jRMe5CGCS eUcV/WZ9cqfAGNz58c7uUcJbEZIeqni+sq1rEFajTK3ItFJvGJJeTJIi+7t2NPW16/LI 473XZqc8Z4w7gPwBk03qCvqygD/qVUt/kNaZUfBeR7VKr1yGx4RCkKzyuJekuFb+WfJ9 Kxej4ErUNbCfdomXDiyyxNJvMt6wt8Kk9nOdngsT0Yvl4pogxG+iEYb6qsOhgCoCYr18 8p7FMojgVAHseuTSwbYkQHQ9v7gk0f1QnH9Y4S8unwFoP7piiVVK8vE+/kQNYBx1DZxo sghw== X-Gm-Message-State: AMke39n/tGigzJ51pFDhHw1FUcLOinfyDlzVIoQr2US+FPz4u27WBz0KUJ5M6TCWyCctEicDMiRF5nAhGmOSZw== X-Received: by 10.28.86.214 with SMTP id k205mr3550655wmb.26.1487382961664; Fri, 17 Feb 2017 17:56:01 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <8508809d-f0e8-d79f-7a1e-24262b987975@neurotica.com> References: <58A4AFF5 DOT 3040008 AT xs4all DOT nl> <4f1b98c3-fbd4-b3d3-793b-e03d54f88ab0 AT neurotica DOT com> <8508809d-f0e8-d79f-7a1e-24262b987975 AT neurotica DOT com> From: "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Fri, 17 Feb 2017 20:56:00 -0500 Message-ID: Subject: Re: [geda-user] RFC feedback on release pcb-4.0.0 requested To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=001a11452cac13387f0548c4555a 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 --001a11452cac13387f0548c4555a Content-Type: text/plain; charset=UTF-8 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) [via geda-user AT delorie DOT com] wrote: > On 02/17/2017 08:27 PM, Peter Clifton (petercjclifton AT googlemail DOT com) > [via geda-user AT delorie DOT com] wrote: > >> Thanks Peter. That got me a bit farther, but the build still >> bombs with these undefined references: >> >> :(.text+0x4071): undefined reference to `hid_gtk_init' >> :(.text+0x4076): undefined reference to `hid_lpr_init' >> :(.text+0x407b): undefined reference to `hid_bom_init' >> :(.text+0x4080): undefined reference to `hid_gcode_init' >> :(.text+0x4085): undefined reference to `hid_gerber_init' >> :(.text+0x408a): undefined reference to `hid_ipcd356_init' >> :(.text+0x408f): undefined reference to `hid_nelma_init' >> :(.text+0x4094): undefined reference to `hid_png_init' >> :(.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 >> 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 > --001a11452cac13387f0548c4555a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dave-

If you copy me as well, = or file a bug report on LaunchPad and post the configure and make transcrip= ts there, then I could take a look also.

Thanks,
--Ch= ad

On Fr= i, Feb 17, 2017 at 8:40 PM, Dave McGuire (mcguire AT neurotica DOT com) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com>= wrote:
On 02/17/2017 08= :27 PM, Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com] wrot= e:
=C2=A0 =C2=A0 =C2=A0 Thanks Peter.=C2=A0 That got me a bit farther, but the= build still
=C2=A0 =C2=A0 bombs with these undefined references:

=C2=A0 =C2=A0 <artificial>:(.text+0x4071): undefined reference to `hi= d_gtk_init'
=C2=A0 =C2=A0 <artificial>:(.text+0x4076): undefined reference to `hi= d_lpr_init'
=C2=A0 =C2=A0 <artificial>:(.text+0x407b): undefined reference to `hi= d_bom_init'
=C2=A0 =C2=A0 <artificial>:(.text+0x4080): undefined reference to `hi= d_gcode_init'
=C2=A0 =C2=A0 <artificial>:(.text+0x4085): undefined reference to `hi= d_gerber_init'
=C2=A0 =C2=A0 <artificial>:(.text+0x408a): undefined reference to `hi= d_ipcd356_init'
=C2=A0 =C2=A0 <artificial>:(.text+0x408f): undefined reference to `hi= d_nelma_init'
=C2=A0 =C2=A0 <artificial>:(.text+0x4094): undefined reference to `hi= d_png_init'
=C2=A0 =C2=A0 <artificial>:(.text+0x4099): undefined reference to `hi= d_ps_init'
=C2=A0 =C2=A0 collect2: error: ld returned 1 exit status


What OS / distro is this?

=C2=A0 Linux Mint 18.1, relatively fresh install, all patches and updates i= nstalled.

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).

=C2=A0 Aside from cross-compilers targeting different architectures, the ex= ecutables from which have unambiguous filenames, there are no other compile= rs installed on this system.

Can you try "autoreconf" or ./autogen or simiar - see if it is li= btool
that is broken?

=C2=A0 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?

=C2=A0 I haven't in awhile.=C2=A0 While with difficulty I can stomach g= it, I frequently lose track of all of the repositories gEDA stuff can be fo= und in.

Perhaps you could send me a transcript of a complete build. (pastebin.ca
<htt= p://pastebin.ca> or email me a file). Can't promise to figure it=
out, but will try to take a look.

=C2=A0 I can do that.=C2=A0 Thank you for working on this with me.


=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 -Dave

--
Dave McGuire, AK4HZ
New Kensington, PA

--001a11452cac13387f0548c4555a--