From owner-freebsd-ports Tue Apr 23 0:50:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 822A837B419 for ; Tue, 23 Apr 2002 00:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3N7o1f80870; Tue, 23 Apr 2002 00:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C73E937B404 for ; Tue, 23 Apr 2002 00:46:21 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3N7kL280316; Tue, 23 Apr 2002 00:46:21 -0700 (PDT) (envelope-from nobody) Message-Id: <200204230746.g3N7kL280316@freefall.freebsd.org> Date: Tue, 23 Apr 2002 00:46:21 -0700 (PDT) From: mkd To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/37368: some includes from kdebase3 (like favicons.h, kicontheme.h, etc...) doesn't compile... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37368 >Category: ports >Synopsis: some includes from kdebase3 (like favicons.h, kicontheme.h, etc...) doesn't compile... >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 23 00:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: mkd >Release: 4.5 STABLE >Organization: >Environment: FreeBSD mkd.antitodo.sytes.net 4.5-STABLE FreeBSD 4.5-STABLE #3: Sun Apr 21 04:18:58 CEST 2002 root@mkd.antitodo.sytes.net:/usr/src/sys/compile/MYKERNEL i386 >Description: I just started to compile the meta-port kde3, the qt3 libs went good; but this morning when i wake up, the compilation of the meta-port was stopped, some includes brings errors in the code, look at this: --- Compilation errors: favicons.cpp -Wp,-MD,.deps/favicons.TPlo -fPIC -DPIC -o .libs/favicons.o In file included from favicons.cpp:29: /usr/local/include/kicontheme.h:160: syntax error before `;' In file included from /usr/local/include/kio/job.h:25, from favicons.cpp:33: /usr/local/include/kio/jobclasses.h:248: syntax error before `;' In file included from /usr/local/include/kdedmodule.h:26, from favicons.h:24, from favicons.moc:11, from favicons.cpp:35: /usr/local/include/dcopobject.h:223: syntax error before `(' /usr/local/include/dcopobject.h:286: syntax error before `*' In file included from favicons.moc:11, from favicons.cpp:35: favicons.h:86: syntax error before `:' favicons.cpp: In method `void FaviconsModule::startDownload(const QString &, bool, const KURL &)': favicons.cpp:155: no matching function for call to `KIO::Job::addMetaData (KIO::MetaData &)' favicons.cpp: In method `void FaviconsModule::slotResult(KIO::Job *)': favicons.cpp:221: implicit declaration of function `int iconChanged(...)' favicons.cpp:221: warning: cannot pass objects of type `QString' through `...' favicons.cpp:221: warning: cannot pass objects of type `QString' through `...' gmake[3]: *** [favicons.lo] Error 1 gmake[3]: Saliendo directorio `/usr/ports/x11/kdebase3/work/kdebase-3.0/libkonq/favicons' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Saliendo directorio `/usr/ports/x11/kdebase3/work/kdebase-3.0/libkonq' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Saliendo directorio `/usr/ports/x11/kdebase3/work/kdebase-3.0' gmake: *** [all] Error 2 *** Error code 2 >How-To-Repeat: Go to the directory /usr/ports/x11/kdebase3/ and type: make install. >Fix: change minimal details at the source in the afected include files... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message