From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 15 17:20:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE9E016A4CE for ; Tue, 15 Mar 2005 17:20:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B5A843D5D for ; Tue, 15 Mar 2005 17:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2FHK3L1061814 for ; Tue, 15 Mar 2005 17:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2FHK3Pj061813; Tue, 15 Mar 2005 17:20:03 GMT (envelope-from gnats) Resent-Date: Tue, 15 Mar 2005 17:20:03 GMT Resent-Message-Id: <200503151720.j2FHK3Pj061813@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Weiss Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9533216A4CE for ; Tue, 15 Mar 2005 17:19:48 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470AA43D55 for ; Tue, 15 Mar 2005 17:19:48 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2FHJlLu017848 for ; Tue, 15 Mar 2005 17:19:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j2FHJlFx017847; Tue, 15 Mar 2005 17:19:47 GMT (envelope-from nobody) Message-Id: <200503151719.j2FHJlFx017847@www.freebsd.org> Date: Tue, 15 Mar 2005 17:19:47 GMT From: Peter Weiss To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/78888: digikam-07 does not compile with libkexif-0.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 17:20:03 -0000 >Number: 78888 >Category: ports >Synopsis: digikam-07 does not compile with libkexif-0.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 15 17:20:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Peter Weiss >Release: FreeBSD-STABLE >Organization: >Environment: FreeBSD Pichuco 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #2: Sat Feb 26 14:35:31 CET 2005 peter@Pichuco:/usr/obj/usr/src/sys/PICHUCO i386 >Description: Compiling digikam-0.7 fails with /bin/sh ../../../libtool --silent --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../digikam/digikam -I../../../digikam/libs/guibuilder -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O -pipe -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -c -o imagewindow.lo `test -f 'imagewindow.cpp' || echo './'`imagewindow.cpp imagewindow.cpp:52:28: libkexif/kexif.h: No such file or directory imagewindow.cpp: In member function `void ImageWindow::slotExifInfo()': imagewindow.cpp:548: error: `KExif' undeclared (first use this function) imagewindow.cpp:548: error: (Each undeclared identifier is reported only once for each function it appears in.) imagewindow.cpp:548: error: expected `;' before "exif" imagewindow.cpp:550: error: `exif' undeclared (first use this function) gmake[4]: *** [imagewindow.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/graphics/digikam/work/digikam-0.7/digikam/utilities/imageeditor' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/digikam/work/digikam-0.7/digikam/utilities' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/digikam/work/digikam-0.7/digikam' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/digikam/work/digikam-0.7' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/graphics/digikam. >How-To-Repeat: build port with latest cvs version of libkexif and digikam. >Fix: It seems the definition of libkexif has changed. There is no KExif class anymore, found none in the internet. I guess it's just an incompatibility between the ports. >Release-Note: >Audit-Trail: >Unformatted: