From owner-freebsd-questions@FreeBSD.ORG Sun Oct 23 22:53:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 056AB1065677 for ; Sun, 23 Oct 2011 22:53:58 +0000 (UTC) (envelope-from andre@drenet.info) Received: from arpnet.drenet.info (arpnet.drenet.info [174.136.104.74]) by mx1.freebsd.org (Postfix) with ESMTP id DB3F98FC1C for ; Sun, 23 Oct 2011 22:53:57 +0000 (UTC) Received: from localhost (localhost [10.0.0.5]) by arpnet.drenet.info (Postfix) with ESMTP id 98394F2C4C; Sun, 23 Oct 2011 17:53:57 -0500 (CDT) Received: from arpnet.drenet.info ([10.0.0.5]) by localhost (arpnet.drenet.info [10.0.0.5]) (amavisd-maia, port 10024) with ESMTP id 33741-08; Sun, 23 Oct 2011 17:53:57 -0500 (CDT) Received: from www.drenet.info (localhost [10.0.0.5]) by arpnet.drenet.info (Postfix) with ESMTP id 255D0F2C4A; Sun, 23 Oct 2011 17:53:57 -0500 (CDT) Received: from 216.110.94.228 (SquirrelMail authenticated user andre@drenet.info) by www.drenet.info with HTTP; Sun, 23 Oct 2011 17:53:57 -0500 Message-ID: <94018fbc115aadbf9223693f362fa495.squirrel@www.drenet.info> In-Reply-To: <20111023191726.687390eb.tehnik@hackermail.com> References: <20111023191726.687390eb.tehnik@hackermail.com> Date: Sun, 23 Oct 2011 17:53:57 -0500 From: "Andre Goree" To: "tehnik" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: cant compile kdelibs4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 22:53:58 -0000 On Sun, October 23, 2011 10:17 am, tehnik wrote: > On Sun, 23 Oct 2011 14:21:01 +0200 > Brent Clark wrote: > >> Hiya >> >> Im struggling to install / compile x11/kdelibs4. Would anyone know or >> please help me understand where I am going wrong. >> >> In file included from >> /usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:33: >> /usr/local/include/qdatetime.h:51: error: function definition does not >> declare parameters >> /usr/local/include/qdatetime.h:123: error: function definition does >> not declare parameters >> /usr/local/include/qdatetime.h:184: error: function definition does >> not declare parameters >> /usr/local/include/qdatetime.h:241: error: expected initializer before >> '&' token >> /usr/local/include/qdatetime.h:242: error: expected initializer before >> '&' token >> /usr/local/include/qdatetime.h:243: error: expected initializer before >> '&' token >> /usr/local/include/qdatetime.h:244: error: expected initializer before >> '&' token >> /usr/local/include/qdatetime.h:245: error: expected initializer before >> '&' token >> /usr/local/include/qdatetime.h:246: error: expected initializer before >> '&' token >> /usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc: >> In member function 'void KBookmark::updateAccessMetadata()': >> /usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:548: >> error: incomplete type 'QDateTime' used in nested name specifier >> *** Error code 1 >> 1 error >> *** Error code 2 >> 1 error >> *** Error code 2 >> 1 error >> *** Error code 1 >> >> Stop in /usr/ports/x11/kdelibs4. >> ** Command failed [exit code 1]: /usr/bin/script -qa >> /tmp/portinstall20111023-2898-rske50-0 env make >> ** Fix the problem and try again. >> ---> Skipping 'multimedia/kdenlive' because a requisite port >> 'x11/kdelibs4' failed (specify -k to force) >> ** Listing the failed packages (-:ignored / *:skipped / !:failed) >> ! x11/kdelibs4 (unknown build error) >> * multimedia/kdenlive >> [bclark@bclark-laptop /usr/ports/multimedia]$ >> >> Kind Regards >> Brent Clark >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > Me helped delete qt3 > > -- > tehnik > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > I'm having this same exact issue, the compile is failing at the same exact spot. I've removed the only port that had any trace of qt3 in the name, however I still get the error when trying to compile. [root@desktop kdelibs4]# pkg_info -xI qt3 qt4-qt3support-4.7.4 Qt3 compatibility library I've also rebuilt a few other ports that I thought my have been the culprit(devel/py-qt4-core, devel/py-sip), but to no avail. Any other ideas or hints? -- Andre Goree andre@drenet.info