-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 2018/10/11 03:13 AM, Dr. Nikolaus Klepp wrote:
Hi all!
I just upgraded my FreeBSD box and ran into this problem when rebuilding tde: dependencies et al. builds fine, tdelibs compiles but after compilation the one test failes:
Start 31: tdeio/kmimetypetest 31/40 Test #31: tdeio/kmimetypetest ...............................***Failed
So building tdelibs fails. Running kmimetypetest by hand gives this: # ./tdelibs/work/tdelibs-trinity_14.0.5/.build/tdeio/tests/kmimetypetest kmimetypetest: WARNING: Could not find mime type application/octet-stream kmimetypetest: WARNING: No mime types installed. ERROR: icon for file:///root is unknown, expected folder!
Running as user gives the same error, just with file:///[user] in the last line.
Is this test important or can I just work my way around and everything will turn out nice?
Nik
Uhm, does not sounds like a good sign... Not sure what is wrong (don't build on BSD yet) but mime types are important. That errors shows up when "KMimeType::iconForURL( url )" fails. Given that is failing on folders, it is likely something is wrong. Cheers Michele