From nobody@FreeBSD.org  Mon Oct  1 09:53:57 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2EC8C16A419
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  1 Oct 2007 09:53:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1347613C44B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  1 Oct 2007 09:53:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l919rupT005236
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 1 Oct 2007 09:53:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l919ruea005235;
	Mon, 1 Oct 2007 09:53:56 GMT
	(envelope-from nobody)
Message-Id: <200710010953.l919ruea005235@www.freebsd.org>
Date: Mon, 1 Oct 2007 09:53:56 GMT
From: Ralph Zitz <ralph@imada.sdu.dk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: GTK 2.10.14 still doesn't compile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116781
>Category:       ports
>Synopsis:       x11-toolkits/gtk20 - GTK 2.10.14 still doesn't compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 01 10:00:06 GMT 2007
>Closed-Date:    Wed Oct 03 07:08:19 GMT 2007
>Last-Modified:  Wed Oct 03 07:08:19 GMT 2007
>Originator:     Ralph Zitz
>Release:        FreeBSD 7.0-current
>Organization:
SDU
>Environment:
FreeBSD mobile.zitz.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Sep 30 12:40:59 CEST 2007     root@mobile.zitz.dk:/usr/obj/usr/src/sys/mobile  i386
>Description:
The build fails with:

 cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk -I../../../gtk -I../../../gdk -I../../../gdk -I/usr/local/include -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -march=prescott -Wall -MT gtkcupsutils.lo -MD -MP -MF .deps/gtkcupsutils.Tpo -c gtkcupsutils.c  -fPIC -DPIC -o .libs/gtkcupsutils.o
gtkcupsutils.c: In function '_post_send':
gtkcupsutils.c:620: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'off_t'
gtkcupsutils.c: In function '_get_send':
gtkcupsutils.c:968: error: dereferencing pointer to incomplete type
gmake[4]: *** [gtkcupsutils.lo] Error 1
gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules/printbackends/cups'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules/printbackends'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11-toolkits/gtk20.

>How-To-Repeat:
Upgrade GTK 2.10.14
>Fix:
Apply the same patch as was done in revision 1.1 -> 1.2 except on line 968 instead

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 1 11:19:02 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116781 

From: Ralph Zitz <ralph@imada.sdu.dk>
To: bug-followup@FreeBSD.org, ralph@imada.sdu.dk
Cc:  
Subject: Re: ports/116781: x11-toolkits/gtk20 - GTK 2.10.14 still doesn't
 compile
Date: Mon, 01 Oct 2007 15:35:04 +0200

 The fix should read:
 Apply the same change as was done in patch revision 1.1 -> 1.2 but also
 on line 968.
 

From: "Scot Hetzel" <swhetzel@gmail.com>
To: bug-followup@freebsd.org
Cc: ralph@imada.sdu.dk
Subject: Re: ports/116781: x11-toolkits/gtk20 - GTK 2.10.14 still doesn't compile
Date: Tue, 2 Oct 2007 21:07:50 -0500

 This problem was fixed on Mon Oct 1 18:28:29 2007 UTC with revision
 1.3 of files/patch-modules_printbackends_cups_gtkcupsutils.c.
 
 Scot
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Oct 3 07:08:09 UTC 2007 
State-Changed-Why:  
Is believed to be already fixed 

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