Package Details: qt-installer-framework-docs 4.8.1-3

Git Clone URL: https://aur.archlinux.org/qt-installer-framework.git (read-only, click to copy)
Package Base: qt-installer-framework
Description: The Qt Installer Framework used for the Qt SDK installer (examples and documentation)
Upstream URL: http://qt-project.org/wiki/Qt-Installer-Framework
Licenses: GFDL-1.3-only, LicenseRef-GPL3-EXCEPT
Submitter: Schala
Maintainer: Muflone (Skycoder42)
Last Packager: Muflone
Votes: 83
Popularity: 0.87
First Submitted: 2014-07-10 20:06 (UTC)
Last Updated: 2025-02-02 14:19 (UTC)

Latest Comments

1 2 3 4 Next › Last »

Muflone commented on 2025-02-02 14:20 (UTC)

@ytret fixed for QT 6.8.1

thanks @gci00 for the patch

Muflone commented on 2025-01-26 21:41 (UTC)

unfortunately at the moment it seems impossible to fix it to work with QT 6.8.1. patches are welcome

ytret commented on 2025-01-23 11:58 (UTC) (edited on 2025-01-23 15:35 (UTC) by ytret)

I didn't use this tool for about two months, and now it aborts with this error:

binarycreator: symbol lookup error: binarycreator: undefined symbol: _ZN13QFSFileEngine14beginEntryListERK7QString6QFlagsIN4QDir6FilterEERK5QListIS0_E, version Qt_6_PRIVATE_API

I tried to rebuild the package but I get this error:

In file included from packagemanagercore.cpp:45:
remotefileengine.h:105:23: error: ‘QAbstractFileEngine::IteratorUniquePtr QInstaller::RemoteFileEngine::beginEntryList(const QString&, QDir::Filters, const QStringList&)’ marked ‘override’, but does not override
  105 |     IteratorUniquePtr beginEntryList(const QString &path, QDir::Filters filters, const QStringList &filterNames) override;
      |                       ^~~~~~~~~~~~~~

Can anyone else build this successfully?

EDIT: It seems like an upstream issue to me, I have successfully built IFW with Qt 6.8.0 installed at /opt/qt6.8.0 via this PKGBUILD after replacing /usr/lib/qt6/bin/qmake with /opt/qt6.8.0/bin/qmake.

Muflone commented on 2024-10-26 18:23 (UTC)

@Cebtenzzre fixed, thanks

Cebtenzzre commented on 2024-10-19 16:26 (UTC)

Needs this patch in order to build: https://github.com/qtproject/installer-framework/commit/d24e8c20ea263e4528f11553a4dfbd93433b203e

langfingaz commented on 2022-01-31 18:19 (UTC)

Thanks for letting us know @rany. This also solves my problem reported here some time ago.

rany commented on 2021-11-16 21:36 (UTC) (edited on 2021-11-16 21:36 (UTC) by rany)

Hi, apologies for my previous comment. It turns out that the container I was using (https://hub.docker.com/r/archlinux/archlinux base-devel) has the following in its pacman.conf:

[options]
NoExtract  = usr/share/help/* !usr/share/help/en*
NoExtract  = usr/share/gtk-doc/html/* usr/share/doc/*
NoExtract  = usr/share/locale/* usr/share/X11/locale/* usr/share/i18n/*
NoExtract   = !*locale*/en*/* !usr/share/i18n/charmaps/UTF-8.gz !usr/share/*locale*/locale.*
NoExtract   = !usr/share/*locales/en_?? !usr/share/*locales/i18n* !usr/share/*locales/iso*
NoExtract   = !usr/share/*locales/trans*
NoExtract  = usr/share/man/* usr/share/info/*
NoExtract  = usr/share/vim/vim*/lang/*

This inadvertently breaks this package. As a workaround, I've added:

[options]
NoExtract  = !usr/share/doc/qt/*

and it works fine. There are no issues with this and qt5-base was actually installed automatically, thanks!

rany commented on 2021-11-15 23:42 (UTC)

Could you please add qt5-base as a dependency? It provides the usr/share/doc/qt/global/qt-cpp-defines.qdocconf file.

Muflone commented on 2021-07-31 18:15 (UTC)

@langfingaz please check if your build environment has the missing file: usr/share/doc/qt/global/qt-cpp-defines.qdocconf

I've just tested again using a clean chroot with devtools and everything was built properly