Bug 1490492 - gdal FTBFS on rawhide
Summary: gdal FTBFS on rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gdal
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Devrim Gündüz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1494096
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-11 18:16 UTC by Rex Dieter
Modified: 2017-12-19 07:31 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-19 07:31:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Rex Dieter 2017-09-11 18:16:03 UTC
Per $Subject, current failures I've noticed include:

pdfio.cpp: In constructor 'VSIPDFFileStream::VSIPDFFileStream(VSILFILE*, const char*, Object&&)':
pdfio.cpp:66:1: error: expected identifier before '{' token
 {
 ^
pdfio.cpp: In constructor 'VSIPDFFileStream::VSIPDFFileStream(VSIPDFFileStream*, vsi_l_offset, GBool, vsi_l_offset, Object&&)':
pdfio.cpp:94:1: error: expected identifier before '{' token
 {
 ^

...

In file included from ogrmysqllayer.cpp:31:0:
ogr_mysql.h:43:10: fatal error: my_global.h: No such file or directory
 #include <my_global.h>
          ^~~~~~~~~~~~~
compilation terminated.

For the latter, mariadb-devel changed the header's location as far as I can tell

Comment 1 Rex Dieter 2017-09-11 18:38:27 UTC
Working on adding support for %bootstrap macro, to disable some features to workaround this in the short term.

Comment 2 Rex Dieter 2017-09-11 18:48:59 UTC
OK, going with this:

http://pkgs.fedoraproject.org/cgit/rpms/gdal.git/commit/?id=e212be2bec2e59a4ccf4b59a2f750b679e710bcd

Leaving this bug open as reminder to properly fix outstanding issues wrt poppler and mariadb/mysql

Comment 3 Augusto Caringi 2017-10-20 15:34:22 UTC
Hi, regarding the mysql/mariadb issues, I updated this ticket: #1494096

Comment 4 Pavel Raiskup 2017-12-19 07:31:26 UTC
Issues seem to disappeared, so I disabled the %bootstrap mode via:
https://src.fedoraproject.org/rpms/gdal/pull-request/3


Note You need to log in before you can comment on or make changes to this bug.