Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Aug 2014 15:25:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192383] New: graphics/gdal on 10.0-RELEASE-p7
Message-ID:  <bug-192383-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192383

            Bug ID: 192383
           Summary: graphics/gdal on 10.0-RELEASE-p7
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: fbsd@rbt.ca

The default options for the gdal port do not compile for me.

PROCESS:
cd graphics/gdal
make rmconfig   # Remove non-defaults if any exist
portmaster graphics/gdal

RESULT:
/usr/ports/graphics/gdal/work/gdal-1.11.0/libgdal.so: undefined reference to
`libiconv'
/usr/ports/graphics/gdal/work/gdal-1.11.0/libgdal.so: undefined reference to
`libiconv_close'
/usr/ports/graphics/gdal/work/gdal-1.11.0/libgdal.so: undefined reference to
`libiconv_open'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [gdalinfo] Error 1
gmake[3]: Leaving directory `/usr/ports/graphics/gdal/work/gdal-1.11.0/apps'
gmake[2]: *** [apps-target] Error 2
gmake[2]: Leaving directory `/usr/ports/graphics/gdal/work/gdal-1.11.0'
*** Error code 1

FIX:
cd graphics/gdal
make config   # Enable ICONV option
portmaster graphics/gdal  # Finishes successfully

-- 
You are receiving this mail because:
You are the assignee for the bug.



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