From grog@lemis.com  Sun Nov  7 00:29:41 2004
Return-Path: <grog@lemis.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E2FDC16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Nov 2004 00:29:41 +0000 (GMT)
Received: from blackwater.lemis.com (wantadilla.lemis.com [192.109.197.135])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9852243D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Nov 2004 00:29:40 +0000 (GMT)
	(envelope-from grog@lemis.com)
Received: by blackwater.lemis.com (Postfix, from userid 1004)
	id AADD385650; Sun,  7 Nov 2004 10:59:38 +1030 (CST)
Message-Id: <20041107002938.AADD385650@blackwater.lemis.com>
Date: Sun,  7 Nov 2004 10:59:38 +1030 (CST)
From: Greg 'groggy' Lehey <grog@lemis.com>
Reply-To: Greg 'groggy' Lehey <grog@lemis.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: graphics/gtkam fails to build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73631
>Category:       ports
>Synopsis:       graphics/gtkam fails to build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ahze
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 07 00:30:27 GMT 2004
>Closed-Date:    Sun Nov 07 15:52:10 GMT 2004
>Last-Modified:  Sun Nov 07 15:52:10 GMT 2004
>Originator:     Greg 'groggy' Lehey
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
LEMIS (SA) Pty Ltd
>Environment:
System: FreeBSD wantadilla.lemis.com 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Tue Jul 20 09:24:15 CST 2004 grog@kondoparinga.lemis.com:/usr/obj/src/FreeBSD/WANTADILLA/src/sys/WANTADILLA i386

	Not system dependent.
	
>Description:

	build of gtkam fails in
	/usr/ports/graphics/libexif-gtk/work/libexif-gtk-0.3.3/libexif-gtk
	with the following messages:

cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../gtk-extensions -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libexif -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -DG_LOG_DOMAIN=\"libexif\" -I/usr/local/include -O -pipe -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -c gtk-exif-content-list.c -MT gtk-exif-content-list.lo -MD -MP -MF .deps/gtk-exif-content-list.TPlo  -fPIC -DPIC -o .libs/gtk-exif-content-list.lo
gtk-exif-content-list.c: In function `update_foreach_func':
gtk-exif-content-list.c:376: error: too few arguments to function `exif_entry_get_value'
gtk-exif-content-list.c: In function `gtk_exif_content_list_add_entry':
gtk-exif-content-list.c:403: error: too few arguments to function `exif_entry_get_value'
*** Error code 1


>How-To-Repeat:
	cd /usr/ports/graphics/gtkam
	make

>Fix:

	Unclear.  The definition of exif_entry_get_value is in
	gtk_exif_content_list_add, and it has three parameters:


	/* For your convenience */
	const char *exif_entry_get_value (ExifEntry *entry, char *val,
				  unsigned int maxlen);


	The calls in gtk-exif-content-list.c supply only one
	parameter:

	gtk_list_store_set (GTK_LIST_STORE (list->priv->store), &iter,
			NAME_COLUMN, exif_tag_get_name (entry->tag),
			VALUE_COLUMN, exif_entry_get_value (entry),
			ENTRY_COLUMN, entry, -1);


	There's no immediately apparent conflict between library
	versions, and the ports tree was cvsupped a few hours
	previously.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ahze 
Responsible-Changed-By: lofi 
Responsible-Changed-When: Sun Nov 7 02:22:55 GMT 2004 
Responsible-Changed-Why:  
Over to ahze, since he's working on libexif-gtk anyway. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=73631 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Sun Nov 7 15:51:43 GMT 2004 
State-Changed-Why:  
libexif-gtk is now in sync with libexif, so its fixed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73631 
>Unformatted:
