From owner-freebsd-bugs Tue Aug 27 11:50: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3083837B400 for ; Tue, 27 Aug 2002 11:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E28E143E88 for ; Tue, 27 Aug 2002 11:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7RIo3JU070977 for ; Tue, 27 Aug 2002 11:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7RIo3rW070976; Tue, 27 Aug 2002 11:50:03 -0700 (PDT) Date: Tue, 27 Aug 2002 11:50:03 -0700 (PDT) Message-Id: <200208271850.g7RIo3rW070976@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jan Lentfer Subject: Re: misc/42091: gphoto2 doesn't build because libexif isn't installed correctly Reply-To: Jan Lentfer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/42091; it has been noted by GNATS. From: Jan Lentfer To: freebsd-gnats-submit@FreeBSD.org, jan@localhost.homeip.net Cc: Subject: Re: misc/42091: gphoto2 doesn't build because libexif isn't installed correctly Date: Tue, 27 Aug 2002 20:48:36 +0200 Ok, I found the solution myself: in graphics/gphoto2 the Makefile has to be changed: exif.7:${PORTSDIR}/graphics/libexif gets you past the configure process, but then the build fails with: gphoto2-filesys.c: In function `get_exif_mtime': gphoto2-filesys.c:101: structure has no member named `ifd0' gphoto2-filesys.c:103: structure has no member named `ifd_exif' gphoto2-filesys.c:106: structure has no member named `ifd_exif' gmake[2]: *** [gphoto2-filesys.lo] Fehler 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message