From owner-freebsd-questions@freebsd.org Sun Aug 9 15:51:42 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E437099D17E for ; Sun, 9 Aug 2015 15:51:41 +0000 (UTC) (envelope-from cb@icerats.de) Received: from dd13304.kasserver.com (dd13304.kasserver.com [85.13.135.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71A8A180F for ; Sun, 9 Aug 2015 15:51:40 +0000 (UTC) (envelope-from cb@icerats.de) Received: from nermal.rz1.convenimus.net (p5B020DAE.dip0.t-ipconnect.de [91.2.13.174]) by dd13304.kasserver.com (Postfix) with ESMTPA id 3BE651E0453 for ; Sun, 9 Aug 2015 17:51:32 +0200 (CEST) Received: from falbala.localnet (falbala.rz1.convenimus.net [192.168.100.8]) by nermal.rz1.convenimus.net (Postfix) with ESMTP id 1D47D15210 for ; Sun, 9 Aug 2015 17:43:24 +0200 (CEST) From: Christian Baer To: FreeBSD Questions Mailing List Subject: Owncloud Client won't start Date: Sun, 09 Aug 2015 17:51:23 +0200 Message-ID: <4066495.ynnh8ETGqi@falbala> User-Agent: KMail/4.14.2 (FreeBSD/10.1-RELEASE-p16; KDE/4.14.2; amd64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart36902051.uePlN0959d"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 15:51:42 -0000 --nextPart36902051.uePlN0959d Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Hi everybody! First off, if someone thinks this discussion should be on the ports mailing- list, please let me know and I will move it there. After getting the Owncloud client installed at last[1], I promptly ran into another problem: christian@obelix:~ % owncloudcmd /usr/local/lib/libpng16.so.16: version PNG16_0 required by \ /usr/local/lib/libQt5WebKit.so.5 not defined The same thing happens when I try to start the GUI-client. This is on: FreeBSD 10.1-RELEASE-p16 amd64 With the GENERIC kernel. After torturing $SEARCHENGINE for quite a while, I had not found anything that relates to this problem in combination with owncloud. The problem does not seem to be FreeBSD-specific, because the first couple of hits I got were from people having this problem with RPM-installs (but no mention of OC). There was one account of someone with this problem on FreeBSD with Stellarium. After some further reading, I found several people who attributed this effect to problems with Qt 4/5. Most of the Software on my machine is still Qt 4 based because I set up this computer when KDE5 was not really ready for production systems. The only real solution that anyone offered (and I found) was a general pkg upgrade. The claim was that pkg install were not "agressive" enough in updating required packages und thus some packages were not updated although they should have been. I updated the system (as uname states) and the packages: root@obelix:/usr/local/etc/rc.d # pkg upgrade -n Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking for upgrades (549 candidates): 100% Processing candidates (549 candidates): 100% Checking integrity... done (4 conflicting) pkg: Cannot solve problem using SAT solver: pkg: cannot find qt4-mysql-plugin in the request pkg: cannot solve job using SAT solver Checking integrity... done (0 conflicting) Your packages are up to date. I have serious doubts that the mysql-plugin is the problem here. pkg complains that the same version is installed as there is on the server (both 4.8.6)[2]: This however did not get rid of the initial problem, meaning I still get the same error message. Has anyone else encountered this and found a solution? Best, Chris [1] Please don't ask, this was not my brightest moment. :-) [2] pkg: Cannot solve problem using SAT solver: dependency rule: package akonadi(r) depends on: qt4-mysql-plugin(r)qt4-mysql- plugin(l) dependency rule: package akonadi(l) depends on: qt4-mysql-plugin(r)qt4-mysql- plugin(l) upgrade rule: upgrade local qt4-mysql-plugin-4.8.6 to remote qt4-mysql- plugin-4.8.6 --nextPart36902051.uePlN0959d Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iL4EABEKAGYFAlXHdvtfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl bnBncC5maWZ0aGhvcnNlbWFuLm5ldDA0MTkwMjA1MzQ0QzQ5ODg2OUEwMTk5MzA4 NjBGRDE3QTc4ODkwNzAACgkQCGD9F6eIkHCx2wD8DX0m6yIbPeBCIVwy5Sm3DSQY kuJ4NfGKzDBZID7r38IBAMPRiylhIa6EA1tPZJqVpxUKDlucaHBS7gqZ++YO7B1B =p+h3 -----END PGP SIGNATURE----- --nextPart36902051.uePlN0959d--