From amdmi3@amdmi3.ru  Tue Jun  5 13:06:27 2012
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CE0D51065675;
	Tue,  5 Jun 2012 13:06:27 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (unknown [IPv6:2a03:6f00:1::5c35:743c])
	by mx1.freebsd.org (Postfix) with ESMTP id 5DB948FC14;
	Tue,  5 Jun 2012 13:06:27 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1SbtSr-0005wB-9Q; Tue, 05 Jun 2012 17:06:25 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 1205EB84E;
	Tue,  5 Jun 2012 17:06:25 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 0917BA2C; Tue,  5 Jun 2012 17:06:25 +0400 (MSK)
Message-Id: <20120605130625.0917BA2C@hades.panopticon>
Date: Tue,  5 Jun 2012 17:06:25 +0400 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sunpoet@FreeBSD.org
Subject: [PATCH] graphics/gdal: does not build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168713
>Category:       ports
>Synopsis:       [PATCH] graphics/gdal: does not build
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 05 13:10:12 UTC 2012
>Closed-Date:    Mon Jun 18 07:09:06 UTC 2012
>Last-Modified:  Mon Jun 18 07:09:06 UTC 2012
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 10 01:33:18 MSK 2012
>Description:
gdal does not build (likely it bacame broken after png or some other dependency update)

---
gmake -C gif install-obj
gmake[2]: Entering directory `/work/a/ports/graphics/gdal/work/gdal-1.9.0/frmts/gif'
/bin/sh /usr/local/bin/libtool --mode=compile --tag=CXX c++ -O2 -pipe -fno-strict-aliasing  -Wall  -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/port -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/gcore -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/alg -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/ogr -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include   -c -o ../o/gifdataset.lo gifdataset.cpp
libtool: compile:  c++ -O2 -pipe -fno-strict-aliasing -Wall -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/port -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/gcore -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/alg -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/ogr -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/work/a/ports/graphics/gdal/work/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -c gifdataset.cpp  -fPIC -DPIC -o ../o/.libs/gifdataset.o
gifdataset.cpp: In static member function 'static GDALDataset* GIFDataset::CreateCopy(const char*, GDALDataset*, int, char**, int (*)(double, const char*, void*), void*)':
gifdataset.cpp:599: error: 'PrintGifError' was not declared in this scope
gifdataset.cpp:625: error: 'PrintGifError' was not declared in this scope
gmake[2]: *** [../o/gifdataset.lo] Error 1
gmake[2]: Leaving directory `/work/a/ports/graphics/gdal/work/gdal-1.9.0/frmts/gif'
gmake[1]: *** [gif-install-obj] Error 2
gmake[1]: Leaving directory `/work/a/ports/graphics/gdal/work/gdal-1.9.0/frmts'
gmake: *** [frmts-target] Error 2
*** Error code 1

Stop in /a/ports/graphics/gdal.
---

This doesn't happen when build WITHOUT_GIF.

Full log: http://people.freebsd.org/~amdmi3/gdal-1.9.0_1.log

Port maintainer (sunpoet@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: sunpoet 
State-Changed-When: Tue Jun 5 15:03:56 UTC 2012 
State-Changed-Why:  
Patch committed. It was caused by recent graphics/giflib update (PrintGifError removed). Please update your ports tree and rebuild graphics/gdal. Thanks! 


Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Tue Jun 5 15:03:56 UTC 2012 
Responsible-Changed-Why:  
I'm the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168713 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Jun 18 07:09:05 UTC 2012 
State-Changed-Why:  
Problem solved in the ports tree. 

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