From owner-freebsd-ports@FreeBSD.ORG Tue Oct 30 05:48:53 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FFDF16A418 for ; Tue, 30 Oct 2007 05:48:53 +0000 (UTC) (envelope-from schweizer.martin@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id B87B013C48D for ; Tue, 30 Oct 2007 05:48:52 +0000 (UTC) (envelope-from schweizer.martin@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1425133nfb for ; Mon, 29 Oct 2007 22:48:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=scxjMmTVPG6L1JZ0XGIGXp30TEiUhoAul7zg2gB/g5Q=; b=q6IubsGTurtygk7aNMDX/Ruzaa3dwDlLPF9vnZMAFCIbBUynR9q/2yVTBOIrNEsePSFjOV4l7w+WGfGLWJ68BiI603ov5h2LRs0GGBOnEU92AKN1YcZQiHmbj4ig5lZdfEAGDcPLUxSJW2z2qpjc5RfumZpPhghBLu1mXXwyhn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TQaMmUDnC6ly94U0XoGkGZGJjQafQq03/Go8QCWMfNjP2FczUdd6QDc6h/VaFjbN0p/BQ3lGzJp4epo/nxTVTPqT9lB/nZOxRSfi2602ZY8cq8VsHO1ce1ZuYwuCsdzgj4HsUMMDtMpKYuXCXQ82icIgDdGRJEQQcMFF5Xnfg8M= Received: by 10.78.140.17 with SMTP id n17mr4784650hud.1193721803588; Mon, 29 Oct 2007 22:23:23 -0700 (PDT) Received: by 10.78.137.7 with HTTP; Mon, 29 Oct 2007 22:23:23 -0700 (PDT) Message-ID: <380ccfd60710292223t70b4fe30nea2aee77ceb54f8b@mail.gmail.com> Date: Tue, 30 Oct 2007 06:23:23 +0100 From: "Martin Schweizer" To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Install kdelibs3 on 6.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2007 05:48:53 -0000 Hello While I'm installing kdelibs3 I get the following error: (I did post it also in freebsd-questions@ without any response.) [snip] gmake[4]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprint/cups/cupsdconf2' gmake[4]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprint/cups' if /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kdecore -I../../kio/kssl -I../../kjs -I../.. -I../../kio -I../../kfile -I../../kdeprint -I../../kdeprint/management -I../../kdecore/network -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdecore -I../../kdecore/network -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_KDEPRINT_COMPILE -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT ipprequest.lo -MD -MP -MF ".deps/ipprequest.Tpo" -c -o ipprequest.lo ipprequest.cpp; \ then mv -f ".deps/ipprequest.Tpo" ".deps/ipprequest.Plo"; else rm -f ".deps/ipprequest.Tpo"; exit 1; fi ipprequest.cpp: In member function `bool IppRequest::doFileRequest(const QString&, const QString&)': ipprequest.cpp:313: error: `httpSetAuthString' was not declared in this scope ipprequest.cpp:323: error: `httpGetAuthString' was not declared in this scope ipprequest.cpp:313: warning: unused variable 'httpSetAuthString' ipprequest.cpp:323: warning: unused variable 'httpGetAuthString' gmake[4]: *** [ipprequest.lo] Fehler 1 gmake[4]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprint/cups' gmake[3]: *** [all-recursive] Fehler 1 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprint/cups' gmake[2]: *** [all-recursive] Fehler 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7/kdeprint' gmake[1]: *** [all-recursive] Fehler 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.7' gmake: *** [all] Fehler 2 *** Error code 2 Stop in /usr/ports/x11/kdelibs3. I also read the PR 116767 but I did not find this patch in kdelibs3/files. I also install the newest printer/cups but without success. What do I'm wrong? Regards, -- Martin Schweizer schweizer.martin@gmail.com Tel.: +41 32 512 48 54 (VoIP) Fax: +1 619 3300587