Hi,
I have seen many changes recently in the tools cmake or automake and I tried
to rebuild my TDE repository over the weekend.
tdelibs-trinity failed because it needs libpkcs11-helper1-dev which depends
on libssl1.0-dev
other packages however depend on libssl-dev like:
kasablanca-trinity
tdeaddons-trinity
tqca-tls
tdebase
If I change the control file to libssl-dev | libssl1.0-dev it all works.
What can we do about that? Perhaps you have better insight in the
difference between two packages.
I also can't build couple of packages like kplayer or krecipes for example
./.libs/libkplayernoinst.a(libkplayernoinst_la.all_cpp.o)
(.data.rel.ro+0x1048): undefined reference to `static_QUType_ptr'
./.libs/libkplayernoinst.a(libkplayernoinst_la.all_cpp.o)
(.data.rel.ro+0x1068): undefined reference to `static_QUType_ptr'
What can I do about that?
thanks
regards