<div dir="ltr"><div>Paul Förster via postgis-users <<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a>> :<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Especially protobuf-c is a pain. I have to use SLES 15.5 (and for testing openSUSE Leap 15.5). With the SUSE flavor distribution(s), the package versions are a mess and I have to stay current. Hence the downloaded source packages above. Also, this happens no matter what PostgreSQL versions I use (also compiled from source).<br></blockquote><div><br></div><div>Hello Paul,<br></div><div>I would like to clarify a few details:<br>- For openSUSE, which architecture are you using? Is it amd64, arm64, powerpc, or ibmz/linuxone?<br>- Could you please provide the complete installation scripts (are they in bash?) and the full logs?<br>- When you execute your installation script, can you reproduce the process in Docker? (For instance, using "docker pull opensuse/leap:15.5")</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
 regress/core/in_gml .. failed (diff expected obtained: /home/postgres/postgis-3.4.1/postgis_reg/test_24_diff)<br>
 regress/core/in_kml .. failed (diff expected obtained: /home/postgres/postgis-3.4.1/postgis_reg/test_25_diff)<br></blockquote><div><br></div><div>Based on the Debian docke-postgis CI found at <a href="https://github.com/postgis/docker-postgis/blob/master/16-master/Dockerfile">https://github.com/postgis/docker-postgis/blob/master/16-master/Dockerfile</a> ,<br></div><div>we need to look for specific lines in the GDAL build logs. <br>Please search for lines like:</div><div>- "Scanning dependencies of target ogr_KML"<br></div><div>- "Scanning dependencies of target ogr_GML"<br></div><div>- "Built target ogr_KML"</div><div>- "Built target ogr_GML"<br><br>Could you please check if there is a " -DGDAL_USE_LIBKML=ON" setting in the GDAL cmake parts?</div><div>Please examine the output of the command "ogr2ogr --formats". Are the following lines present in the output?<br><font face="monospace">  GML -vector- (rw+v): Geography Markup Language (GML)<br>  LIBKML -vector- (rw+v): Keyhole Markup Language (LIBKML)<br>  KML -vector- (rw+v): Keyhole Markup Language (KML)<br></font></div><div><br></div><div>Best regards, <br>   Imre</div></div></div>