Re: [kde-freebsd] missing symbol: more

2009-03-11 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bartosz Fabianowski wrote:
>>> _Z7qstrcmpRK10QByteArrayPKc : qstrcmp(QByteArray const&, char
>>> const*)
>> I can't locate any library having such a symbol (after a LOT of
>> searching)
> 
> nm /usr/local/lib/qt4/libQtCore.so | grep _Z7qstrcmpRK10QByteArrayPKc
> 0006ee40 T _Z7qstrcmpRK10QByteArrayPKc
> 
> The symbol is provided by libQtCore.so which is installed by
> devel/qt4-corelib. You should look into why this library does not export
> that symbol on your system.
> 
> - Bartosz

Thanks to you and Henry Hu for spotting this.  I had actually spotted that lib
earlier, and had already rebuilt it, but hadn't looked closely enough to notice
that it got installed into it's own "qt4" subdirectory of /usr/local/lib, hence
when I did my foreach scan of /usr/local/lib, it failed to spot it.


I was going to ask which of several methods to use to get this lib into the lib
list, when I noticed that it WAS there, but an earlier version.  I needed to get
rid of that ref to libQtCore.4.3 (vice the new 4.4 version).  Hmm, yes, but
Chuck, be careful not to kill the old one until the new one works ...
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkm4EPoACgkQz62J6PPcoOlDbACfR1VbMKjsASO8cZKhzn8IIT2V
rbYAnR5m7zu2rDGl90AEBpWG3+wF97bg
=TRvN
-END PGP SIGNATURE-
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] kdelibs4's distinfo

2009-03-11 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am I seeing something incorrect?  The distinfo in the kdelibs4 directory has
only references to version 4.2.0, which the Mk/bsd.kde.mk tells me that the
version  is 4.2.1, so actually having that distinfo in place breaks the buiold
for me.

Either I'm reading it wrong, or maybe kdelibs4 isn't needed anymore, or that
distinfo either needs updating, or being removed.  That covers the
possibilities, right?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkm4Gz8ACgkQz62J6PPcoOkGeQCdEz6V8oiWjTK4E4nUhT+S1acv
sagAn0Tokju5QduUUuxSiV0CZpnL2Cm2
=bdIT
-END PGP SIGNATURE-
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] kdelibs4's distinfo

2009-03-11 Thread Matt
On Wed, Mar 11, 2009 at 3:12 PM, Chuck Robey  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Am I seeing something incorrect?  The distinfo in the kdelibs4 directory has
> only references to version 4.2.0, which the Mk/bsd.kde.mk tells me that the
> version  is 4.2.1, so actually having that distinfo in place breaks the buiold
> for me.
>
Sounds like your port tree is out of sync.  Suggest updating it again.
 Current versions of kdelibs4/distinfo and bsd.kde4.mk both reference
version 4.2.1

Matt
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information