Spam detection software, running on the system "mx.qt-project.org",
has identified this incoming email as possible spam. The original
message has been attached to this so you can view it or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: I haven't built Qt5 from source in ages, but I need to test
something on 5.15. Everything builds OK, but QtSVG doesn't get built, and
I can't figure out why. There's absolutely no mention of it in config.log.
It seems to be just being ignored. It's listed in the makefile:
Content analysis details: (5.1 points, 4.6 required)
pts rule name description
---- ---------------------- --------------------------------------------------
0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60%
[score: 0.5000]
0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record
2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs
[URI: qtsvg.pro (pro)]
0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was
blocked. See
http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
for more information.
[URIs: risingsoftware.com]
2.3 FORGED_MUA_MOZILLA Forged mail pretending to be from Mozilla
--- Begin Message ---
I haven't built Qt5 from source in ages, but I need to test something on
5.15.
Everything builds OK, but QtSVG doesn't get built, and I can't figure
out why. There's absolutely no mention of it in config.log. It seems to
be just being ignored. It's listed in the makefile:
SUBTARGETS = \
module-qtbase \
module-qtmacextras \
module-qtimageformats \
module-qtsvg \
module-qtxmlpatterns \
module-qttools \
module-qtscript \
module-qttranslations
module-qtsvg-qmake_all: module-qtbase-qmake_all FORCE
@test -d qtsvg/ || mkdir -p qtsvg/
cd qtsvg/ && $(QMAKE) -o Makefile
/Users/hamish/dev/qt-build/qt5/qtsvg/qtsvg.pro
cd qtsvg/ && $(MAKE) -f Makefile qmake_all
module-qtsvg: module-qtbase FORCE
@test -d qtsvg/ || mkdir -p qtsvg/
cd qtsvg/ && ( test -e Makefile || $(QMAKE) -o Makefile
/Users/hamish/dev/qt-build/qt5/qtsvg/qtsvg.pro ) && $(MAKE) -f Makefile
etc, but there is no qtsvg directory created by configure, so the build
doesn't do anything.
I'm using
./init-repository --module-subset=default,-qtwebengine,-qt3d
which does pull down qtsvg.
Then
../qt5/configure -developer-build -nomake examples -nomake tests \
-I /Library/Frameworks/firebird.framework/Headers \
-L /Library/Frameworks/firebird.framework/Libraries \
-commercial -confirm-license \
-skip qtactiveqt \
-skip qtandroidextras \
-skip qtcharts \
-skip qtconnectivity \
-skip qtdatavis3d \
-skip qtdeclarative \
-skip qtdoc \
-skip qtgamepad \
-skip qtgraphicaleffects \
-skip qtlocation \
-skip qtlottie \
-skip qtnetworkauth \
-skip qtpurchasing \
-skip qtqa \
-skip qtquick3d \
-skip qtquickcontrols \
-skip qtquickcontrols2 \
-skip qtquicktimeline \
-skip qtremoteobjects \
-skip qtscxml \
-skip qtsensors \
-skip qtserialbus \
-skip qtserialport \
-skip qtspeech \
-skip qtvirtualkeyboard \
-skip qtwayland \
-skip qtwebchannel \
-skip qtwebglplugin \
-skip qtwebsockets \
-skip qtwebview \
-skip qtwinextras \
-skip qtx11extras \
Am I missing something? Is it a bug?
Hamish
--- End Message ---
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest