trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2012

Re: [trinity-devel] pytdeextensions: undefined symbol?

From: "Timothy Pearson" <kb9vqf@...>
Date: Sat, 23 Jun 2012 14:08:28 -0500
> I am build TDE in Slackware 13.37 32-bit. Thus far all packages are build
> except pytdeextensions, which build without error in Slackware 13.1 32-bit
> and 64-bit. The build failure:
>
> compiling Qt-Designer UI
> /var/tmp/package-pytdeextensions/opt/trinity/share/apps/pytdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.ui
> to KDEUtilityDialogUI.py
> /usr/bin/pyuic -o
> /var/tmp/package-pytdeextensions/opt/trinity/share/apps/pytdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.py.bak
> /var/tmp/package-pytdeextensions/opt/trinity/share/apps/pytdeextensions/app_templates/kdeutility/src/KDEUtilityDialogUI.ui
> /usr/bin/pyuic: symbol lookup error: /opt/trinity/lib/libtdecore.so.4:
> undefined symbol: _ZN7KLocaleD1Ev
> error: command '/usr/bin/pyuic' failed with exit status 127
>
>
> Any ideas?

/usr/bin/pyuic wasn't built against the same version of TDE that is
installed?

For some reason it can't find the KLocale destructor.

Tim