Date: Sun, 7 Nov 2004 10:59:38 +1030 (CST) From: "Greg 'groggy' Lehey" <grog@lemis.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/73631: graphics/gtkam fails to build Message-ID: <20041107002938.AADD385650@blackwater.lemis.com> Resent-Message-ID: <200411070030.iA70URBL081709@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73631 >Category: ports >Synopsis: graphics/gtkam fails to build >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 07 00:30:27 GMT 2004 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041107002938.AADD385650>