Date: Mon, 24 Nov 2014 20:47:42 +0100 From: Matthias Apitz <guru@unixarea.de> To: Joe Marcus Clarke <marcus@freebsd.org>, freebsd-questions@freebsd.org Subject: Fwd: Re: problem compiling pidgin 2.10.10 Message-ID: <20141124194742.GA1968@unixarea.DDR.dd>
next in thread | raw e-mail | index | archive | help
Please see below, how the problem was solved and what was causing it. To Joe Marcus Clarke <marcus@freebsd.org>, net-im/pidgin is not facing the problem because it builds pidgin with --disable-consoleui and due to this without the finch part. HIH matthias ----- Forwarded message from Matthias Apitz <guru@unixarea.de> ----- Date: Sun, 23 Nov 2014 11:38:20 +0100 From: Matthias Apitz <guru@unixarea.de> To: Ethan Blanton <elb@pidgin.im> Cc: support@pidgin.im Subject: Re: problem compiling pidgin 2.10.10 El día Saturday, November 22, 2014 a las 09:55:16AM -0500, Ethan Blanton escribió: > > CCLD finch > > /usr/bin/ld: i: invalid DSO for symbol `cur_term' definition > > /usr/local/lib/libtinfow.so.5.9: could not read symbols: Bad value > > cc: error: linker command failed with exit code 1 (use -v to see invocation) > > gmake[3]: *** [finch] Error 1 > > There's a lot of stuff on the web about this. I don't understand why > you're getting that specific error, but it appears to be a missing > library on the link line. This likely means that the Pidgin configure > scripts aren't finding something that they probably don't know to look > for; I'm not sure exactly how this is happening. It works fine with a small change in the ./configure script: $ diff configure.orig configure 17455c17455 < GNT_LIBS="-lncursesw" --- > GNT_LIBS="-lncursesw -ltinfow" Maybe it's an issue only with FreeBSD, or even with certain environments of FreeBSD. It is fine without this change on 11-CURRENT, while the above issue is with 10-ALPHA. I think, we can close this thread. Thanks for your help. matthias -- Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war together again. El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen. _______________________________________________ Support@pidgin.im mailing list Want to unsubscribe? Use this link: https://pidgin.im/cgi-bin/mailman/listinfo/support ----- End forwarded message ----- -- Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war together again. El Muro ha sido derribado para que nos unimos en ir a la guerra otra vez. Diese Grenze wurde aufgehoben damit wir gemeinsam wieder in den Krieg ziehen.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141124194742.GA1968>