On 1/9/23 23:26, Sylvestre Ledru wrote:
Le 08/01/2023 à 00:46, Richard B. Kreckel a écrit :

2) Based on mozillavpn_2.9.0-1.debian.tar.xz, apply some changes to debian/ directory:    a) -DBUILD_TESTING=OFF to dh_auto_configure argument in debian/rules (without it it FTBFS trying to run some tests and that is also in upstream's rules file)    d) change rm -rf debian/mozillavpn/etc/opt/chrome to rm -rf debian/mozillavpn/etc/opt in debian/rules so purge won't remove /etc/opt/ since there's nothing in there anyway    c) Add packages python3-click and python3-jinja2 to Build-Depnds in debian/control (without these, it FTBFS)    d) remove libqt6* and qt6-qpa-plugins dependencies in debian/control (see #1026957).


I tried with these changes but I am getting:


/<<PKGBUILDDIR>>/src/connectionbenchmark/benchmarktaskdownload.cpp:50:4: error: #error Check if QT added support for QDnsLookup::lookup() on Android    50 | #  error Check if QT added support for QDnsLookup::lookup() on Android
       |    ^~~~~
[ 56%] Building CXX object src/CMakeFiles/mozillavpn.dir/connectionbenchmark/benchmarktaskping.cpp.o

rings a bell?

Sure.

Mozillavpn 2.9.0 #errors out there if QT_VERSION >= 0x060400.

The current qt6-base-dev in the archive is 6.4.2+dfsg~rc1-3 and that #defines QT_VERSION 060402. Hence, #error...

You must have been compiling Mozillavpn version 2.9.0, and not 2.12.0, as I recommended! (It was Andrea Marchesini who changed this upstream 2022-10-06.)

All my best,
  -richard.
--
Richard B. Kreckel
<https://in.terlu.de/~kreckel/>

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to