jade error: Undefined symbol "_ZNK6Origin14asEntityOriginEv"

Kris Kennaway kris at obsecurity.org
Sun Feb 6 18:19:57 PST 2005


On Sun, Feb 06, 2005 at 11:09:22PM -0300, Alejandro Pulver wrote:
> On Sun, 6 Feb 2005 22:23:18 -0300
> Alejandro Pulver <alejandro at varnet.biz> wrote:
> 
> > Hello,
> > 
> > I installed 'docproj-jadetex' to learn how to make Docbook documents (in SGML). When I run 'nsgmls' (texproc/sp) (when doing 'make' on a FreeBSD documentation source, or manually) it outputs the following error:
> > 
> > /libexec/ld-elf.so.1: /usr/local/lib/libstyle.so.1: Undefined symbol "_ZNK6Origin14asEntityOriginEv
> >
> > How do I fix it?
> 
> Sorry, I made a mistake: the program that generated the error message was 'jade' (port is 'print/jadetex'), not 'nsgmls'.

You forgot to mention details about your FreeBSD installation.  Did
you formerly run FreeBSD 4.x and then update to 5.x?  If so, you need
to rebuild your ports, because C++ code compiled with gcc 2.95 (which
is the version in 4.x) is incompatible with code compiled with gcc 3.4
(in 5.3).  portupgrade is the easiest way to do this, e.g. with the -P
switch.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20050206/3bc97db5/attachment.bin


More information about the freebsd-questions mailing list