Bug 260840 - graphics/gdal: (configure error) gdal-3.3.3 fails to build on FreeBSD-12.3
Summary: graphics/gdal: (configure error) gdal-3.3.3 fails to build on FreeBSD-12.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Loïc Bartoletti
URL:
Keywords:
Depends on: 261008
Blocks:
  Show dependency treegraph
 
Reported: 2021-12-31 10:45 UTC by jau
Modified: 2022-01-11 06:13 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
typescript of a failed build (21.11 KB, text/plain)
2021-12-31 10:45 UTC, jau
no flags Details
config.log related to the failed build (249.37 KB, text/plain)
2021-12-31 10:47 UTC, jau
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jau 2021-12-31 10:45:40 UTC
Created attachment 230585 [details]
typescript of a failed build

gdal-3.3.3 fails to build on FreeBSD-12.3

Find a typescript of a failed build run and the related config.log attached.
Comment 1 jau 2021-12-31 10:47:27 UTC
Created attachment 230586 [details]
config.log related to the failed build
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2022-01-02 13:05:12 UTC
The error is related to the RASTERLITE2 option being enabled.

It also occurs in other versions of FreeBSD.
Comment 3 Darcy Buskermolen 2022-01-07 17:45:15 UTC
rl2_load_raw_tiles_into_dbms is not in librasterlite2 1.0.0-rc0 but can be found in librasterlite2 1.1.0-beta1
Comment 4 Darcy Buskermolen 2022-01-07 17:50:54 UTC
(In reply to darcy from comment #3)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261008
Comment 5 Loïc Bartoletti freebsd_committer freebsd_triage 2022-01-10 21:13:27 UTC
jau@iki.fi please try https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261008
Comment 6 commit-hook freebsd_committer freebsd_triage 2022-01-11 06:12:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ca935938eaf5745da6590a378ab1d46fe3b267b5

commit ca935938eaf5745da6590a378ab1d46fe3b267b5
Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2022-01-10 19:42:46 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2022-01-11 05:11:01 +0000

    databases/librasterlite2: Update to 1.1.0-beta1

    Enable to build graphics/gdal 3.3.3

    PR:             261008, 260840
    Reported by:    jau@iki.fi,  darcy@dbitech.ca

 graphics/librasterlite2/Makefile                    | 21 +++++++++------------
 graphics/librasterlite2/distinfo                    |  5 +++--
 .../patch-headers_rasterlite2__private.h (new)      | 11 +++++++++++
 graphics/librasterlite2/pkg-plist                   |  2 ++
 4 files changed, 25 insertions(+), 14 deletions(-)