From owner-freebsd-questions@FreeBSD.ORG Wed Mar 30 16:09:17 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 C2F8D106564A for ; Wed, 30 Mar 2011 16:09:17 +0000 (UTC) (envelope-from jahan@bol-online.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 82D688FC14 for ; Wed, 30 Mar 2011 16:09:17 +0000 (UTC) Received: by vxc34 with SMTP id 34so1377628vxc.13 for ; Wed, 30 Mar 2011 09:09:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.180.138 with SMTP id do10mr1750658vdc.74.1301499581302; Wed, 30 Mar 2011 08:39:41 -0700 (PDT) Sender: jahan@bol-online.com Received: by 10.52.156.226 with HTTP; Wed, 30 Mar 2011 08:39:41 -0700 (PDT) X-Originating-IP: [115.127.8.86] In-Reply-To: References: Date: Wed, 30 Mar 2011 15:39:41 +0000 X-Google-Sender-Auth: Vqe4v7FO4Z9fWBwyn21U2qz5Ckg Message-ID: From: Aftab Jahan Subedar To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Unable to update to kde-4.6.1 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: Wed, 30 Mar 2011 16:09:17 -0000 try uninstalling cmake cd /usr/ports/devel/cmake make deinstall make install clean -jahan On 3/27/11, Jerry wrote: > After following the instructions in UPDATING, I am still experiencing > a problem getting KDE-4 updated. I have tried several different > methods. The following is the output of the last attempt. > > ===> kde4-4.6.1 depends on file: /usr/local/kde4/bin/kdebugdialog - not > found > ===> Verifying install for /usr/local/kde4/bin/kdebugdialog in > /usr/ports/x11/kdebase4-runtime > ===> Vulnerability check disabled, database not found > ===> License check disabled, port has not defined LICENSE > ===> Found saved configuration for kdebase-runtime-4.6.1 > ===> Extracting for kdebase-runtime-4.6.1 > => SHA256 Checksum OK for KDE/kdebase-runtime-4.6.1.tar.bz2. > /bin/mkdir -p > /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.6.1/build > ===> Patching for kdebase-runtime-4.6.1 > ===> Applying FreeBSD patches for kdebase-runtime-4.6.1 > ===> kdebase-runtime-4.6.1 depends on file: /usr/local/lib/libssh.so - > found > ===> kdebase-runtime-4.6.1 depends on executable: gmake - found > ===> kdebase-runtime-4.6.1 depends on file: > /usr/local/lib/qt4/libQtCore.so - found > ===> kdebase-runtime-4.6.1 depends on file: > /usr/local/lib/qt4/libQtDBus.so - found > ===> kdebase-runtime-4.6.1 depends on file: /usr/local/bin/moc-qt4 - found > ===> kdebase-runtime-4.6.1 depends on file: > /usr/local/lib/qt4/libQtOpenGL.so - found > ===> kdebase-runtime-4.6.1 depends on file: > /usr/local/lib/qt4/libphonon.so - found > ===> kdebase-runtime-4.6.1 depends on file: /usr/local/bin/qmake-qt4 - > found > ===> kdebase-runtime-4.6.1 depends on file: /usr/local/bin/rcc - found > ===> kdebase-runtime-4.6.1 depends on file: /usr/local/bin/uic-qt4 - found > ===> kdebase-runtime-4.6.1 depends on file: /usr/local/bin/automoc4 - > found > ===> kdebase-runtime-4.6.1 depends on file: /usr/local/bin/cmake - found > ===> kdebase-runtime-4.6.1 depends on shared library: IlmImf.6 - found > ===> kdebase-runtime-4.6.1 depends on shared library: exiv2.9 - found > ===> kdebase-runtime-4.6.1 depends on shared library: xine.1 - found > ===> kdebase-runtime-4.6.1 depends on shared library: slp.1 - found > ===> kdebase-runtime-4.6.1 depends on shared library: smbclient.0 - found > ===> kdebase-runtime-4.6.1 depends on shared library: ssh.4 - found > ===> kdebase-runtime-4.6.1 depends on shared library: attica.0 - found > ===> kdebase-runtime-4.6.1 depends on shared library: pulse.0 - found > ===> kdebase-runtime-4.6.1 depends on shared library: canberra.0 - found > ===> kdebase-runtime-4.6.1 depends on shared library: intl - found > ===> kdebase-runtime-4.6.1 depends on shared library: kimproxy.5 - found > ===> Configuring for kdebase-runtime-4.6.1 > /bin/mkdir -p > /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.6.1/build > -- The C compiler identification is GNU > -- The CXX compiler identification is GNU > -- Check for working C compiler: /usr/bin/cc > -- Check for working C compiler: /usr/bin/cc -- works > -- Detecting C compiler ABI info > -- Detecting C compiler ABI info - done > -- Check for working CXX compiler: /usr/bin/c++ > -- Check for working CXX compiler: /usr/bin/c++ -- works > -- Detecting CXX compiler ABI info > -- Detecting CXX compiler ABI info - done > CMake Error at /usr/local/share/cmake/Modules/FindKDE4.cmake:98 (MESSAGE): > ERROR: cmake/modules/FindKDE4Internal.cmake not found in > Call Stack (most recent call first): > CMakeLists.txt:14 (find_package) > > > CMake Warning (dev) in CMakeLists.txt: > No cmake_minimum_required command is present. A line of code such as > > cmake_minimum_required(VERSION 2.8) > > should be added at the top of the file. The version specified may be > lower > if you wish to support older CMake versions for this project. For more > information run "cmake --help-policy CMP0000". > This warning is for project developers. Use -Wno-dev to suppress it. > > -- Configuring incomplete, errors occurred! > *** Error code 1 > > Stop in /usr/ports/x11/kdebase4-runtime. > *** Error code 1 > > Stop in /usr/ports/x11/kde4. > > -- > Jerry > _______________________________________________ > 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" >