Bug#1066442: merkaartor: FTBFS: Preferences/MerkaartorPreferences.h:28:10: fatal error: proxy.h: No such file or directory

2024-03-13 Thread Sebastiaan Couwenberg

On 3/13/24 1:03 PM, Lucas Nussbaum wrote:

Preferences/MerkaartorPreferences.h:28:10: fatal error: proxy.h: No such file 
or directory
28 | #include 
   |  ^


Looks like libproxy-dev moved the header from /usr/include to 
/usr/include/libproxy, we'll need to add that include path.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1066442: merkaartor: FTBFS: Preferences/MerkaartorPreferences.h:28:10: fatal error: proxy.h: No such file or directory

2024-03-13 Thread Lucas Nussbaum
Source: merkaartor
Version: 0.19.0+ds-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> g++ -c -pipe -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/gdal -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -std=gnu++11 -frtti -Wall -Wextra -Wno-reorder -D_REENTRANT -fPIC 
> -DQT_NO_DEPRECATED_WARNINGS -DVERSION=0.19.0 -DREVISION=0.19.0-64bit 
> -DPRODUCT=Merkaartor -DUSE_LIBPROXY -DUSE_WEBKIT -D_TTY_POSIX_ -DUSE_GPS 
> -DUSE_GPSD_LIB -DPLUGINS_DIR=/usr/lib/merkaartor/plugins 
> -DSHARE_DIR=/usr/share/merkaartor 
> -DTRANSDIR_MERKAARTOR=/usr/share/merkaartor/translations 
> -DTRANSDIR_SYSTEM=/usr/share/qt5/translations/ -DGEOIMAGE -DQT_NO_DEBUG 
> -DQT_SVG_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB 
> -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB 
> -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_XML_LIB 
> -DQT_CONCURRENT_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. 
> -I../3rdparty/qtsingleapplication-2.6_1-opensource/src -I. -I../include 
> -I../interfaces -Icommon -IBackend -IPaintStyle -IPaintStyle -IFeatures 
> -ILayers -IPreferences -ISync -ICommands -IInteractions -IDocks -IQMapControl 
> -IImportExport -IRender -Iqextserialport -IGPS -ITools -ITagTemplate 
> -INameFinder -IUtils -IQToolBarDialog -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSvg 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWebEngineWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQuick 
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQmlModels 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWebChannel 
> -I/usr/include/x86_64-linux-gnu/qt5/QtQml 
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtXml 
> -I/usr/include/x86_64-linux-gnu/qt5/QtConcurrent 
> -I/usr/include/x86_64-linux-gnu/qt5/QtPositioning 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -Irelease -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o release/Global.o 
> common/Global.cpp
> In file included from common/Projection.h:7,
>  from common/MapView.h:4,
>  from Features/Feature.h:8,
>  from Features/Features.h:2,
>  from Backend/MemoryBackend.h:4,
>  from common/Global.h:19,
>  from common/Global.cpp:13:
> Preferences/MerkaartorPreferences.h:28:10: fatal error: proxy.h: No such file 
> or directory
>28 | #include 
>   |  ^
> compilation terminated.
> make[3]: *** [Makefile.Release:2432: release/Global.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/merkaartor_0.19.0+ds-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.