Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Mar 2010 22:16:47 GMT
From:      Rusty Nejdl <rnejdl@ringofsaturn.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/145223: ports/vegastrike fails to compile due to png update
Message-ID:  <201003302216.o2UMGlUS050923@www.freebsd.org>
Resent-Message-ID: <201003302220.o2UMK6nA013719@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145223
>Category:       ports
>Synopsis:       ports/vegastrike fails to compile due to png update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 30 22:20:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rusty Nejdl
>Release:        8-STABLE AMD64
>Organization:
>Environment:
FreeBSD tethys.ringofsaturn.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Mar 12 10:39:31 CST 2010     root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN  amd64

>Description:
I am unable to compile vegastrike and receive the following error:

        c++ -DHAVE_CONFIG_H -I.   -I./boost/1_33 -I/usr/local/include   -DHAVE_SDL=1 -DSDL_WINDOWING=1      -DHAVE_AL=1 -I/usr/local/include  -DHAVE_OGG  -DDATA_DIR=\"/usr/local/share/vegastrike\"  -I/usr/local/include/python2.5 -DHAVE_PYTHON=1    -I./src   -pipe  -O2 -pipe -march=nocona -fno-strict-aliasing -I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT -pthread -MT src/gfx/vsimage.o -MD -MP -MF $depbase.Tpo -c -o src/gfx/vsimage.o src/gfx/vsimage.cpp &&\                                                                        
        mv -f $depbase.Tpo $depbase.Po                                          
depbase=`echo src/gfx/warptrail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\         
        c++ -DHAVE_CONFIG_H -I.   -I./boost/1_33 -I/usr/local/include   -DHAVE_SDL=1 -DSDL_WINDOWING=1      -DHAVE_AL=1 -I/usr/local/include  -DHAVE_OGG  -DDATA_DIR=\"/usr/local/share/vegastrike\"  -I/usr/local/include/python2.5 -DHAVE_PYTHON=1    -I./src   -pipe  -O2 -pipe -march=nocona -fno-strict-aliasing -I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT -pthread -MT src/gfx/warptrail.o -MD -MP -MF $depbase.Tpo -c -o src/gfx/warptrail.o src/gfx/warptrail.cpp &&\                                                                  
        mv -f $depbase.Tpo $depbase.Po                                          
src/gfx/vsimage.cpp: In member function 'VSFileSystem::VSError VSImage::CheckPNGSignature(VSFileSystem::VSFile*)':                                              
src/gfx/vsimage.cpp:150: error: 'png_check_sig' was not declared in this scope  
src/gfx/vsimage.cpp: In member function 'unsigned char* VSImage::ReadPNG()':    
src/gfx/vsimage.cpp:352: error: 'png_set_gray_1_2_4_to_8' was not declared in this scope
src/gfx/vsimage.cpp: In member function 'VSFileSystem::VSError VSImage::WritePNG(unsigned char*)':
src/gfx/vsimage.cpp:868: warning: 'jmpbuf' is deprecated (declared at /usr/local/include/png.h:1090)
src/gfx/vsimage.cpp:868: warning: 'jmpbuf' is deprecated (declared at /usr/local/include/png.h:1090)
gmake[1]: *** [src/gfx/vsimage.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
src/gfx/vdu.cpp: In function 'char* GetColorFromSuccess(float)':
src/gfx/vdu.cpp:1457: warning: deprecated conversion from string constant to 'char*'
src/gfx/vdu.cpp:1459: warning: deprecated conversion from string constant to 'char*'
gmake[1]: Leaving directory `/usr/ports/games/vegastrike/work/vegastrike-0.5.0'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/games/vegastrike.
*** Error code 1

Stop in /usr/ports/games/vegastrike.
Exit 1

>How-To-Repeat:
Try to compile vegastrike with a current port tree.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003302216.o2UMGlUS050923>