Opened 2 years ago
Closed 2 years ago
#999 closed defect (fixed)
Build failures in Ubuntu 22.04 LTS
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Build System | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description (last modified by )
Building FDO when trying to use all available system libs fails in Ubuntu 22.04 LTS due to the following environmental/lib changes:
FDOCommon:
- System
xalan-c
is now1.12
, which removes several macros that break compilation ofTransformerXalan.cpp
- Usage of
FILE
internal implementation details for testing read/write capabilities inFdoIoFileStream
that are no longer valid in this environment.
MySQL Provider:
- System
libmysqlclient
no longer ships themy_global.h
header and no longer definesmy_bool
(see: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html#mysqld-8-0-1-compiling)
OWS:
- References to the long deprecated
std::auto_ptr
that should now bestd::unique_ptr
WMS/WFS Provider:
- Link failure in
UnitTest
executable onpthread_nonshared
. We can probably just get rid of these link references.
Change History (4)
comment:1 by , 2 years ago
Description: | modified (diff) |
---|
comment:2 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 2 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Re-opening to fix failing unit tests and other problems
comment:4 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
In 8174: