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: 84
Popularity: 1.20
First Submitted: 2014-07-10 20:06 (UTC)
Last Updated: 2025-02-02 14:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

langfingaz commented on 2021-07-27 17:20 (UTC) (edited on 2021-07-27 17:20 (UTC) by langfingaz)

@Muflone my Docker run script copies the cloned AUR repo to /tmp/pkg and then builds with --syncdeps:

cp -r /pkg/qt-installer-framework /tmp/pkg
cd /tmp/pkg
makepkg --syncdeps --noconfirm

This installed the following dependencies, including qt-base:

avahi-0.8+20+gd1e71b3-1  compiler-rt-12.0.1-2  double-conversion-3.1.5-2  fontconfig-2:2.13.94-1  freetype2-2.10.4-1  graphite-1:1.3.14-1  harfbuzz-2.8.2-1
              hicolor-icon-theme-0.17-2  libcups-1:2.3.3op2-3  libdaemon-0.14-5  libdrm-2.4.107-1  libedit-20210522_3.1-1  libevdev-1.11.0-1  libglvnd-1.3.3-1
              libgudev-236-1  libice-1.0.10-3  libinput-1.18.0-1  libjpeg-turbo-2.1.0-1  libomxil-bellagio-0.9.3-3  libpciaccess-0.16-2  libpng-1.6.37-3  libproxy-0.4.17-2
              libsm-1.2.3-2  libtiff-4.3.0-1  libunwind-1.5.0-1  libusb-1.0.24-2  libwacom-1.11-1  libx11-1.7.2-1  libxau-1.0.9-3  libxcb-1.14-1  libxdamage-1.1.5-3
              libxdmcp-1.1.3-3  libxext-1.3.4-3  libxfixes-6.0.0-1  libxi-1.7.10-3  libxkbcommon-1.3.0-1  libxkbcommon-x11-1.3.0-1  libxmu-1.1.3-2  libxrender-0.9.10-4
              libxshmfence-1.3-2  libxt-1.2.1-1  libxxf86vm-1.1.4-4  llvm-libs-12.0.1-1  lm_sensors-1:3.6.0.r41.g31d1f125-1  md4c-0.4.8-1  mesa-21.1.5-1  mtdev-1.1.6-1
              qt5-base-5.15.2+kde+r210-1  shared-mime-info-2.0+57+gc1d1c70-1  tslib-1.22-1  vulkan-icd-loader-1.2.185-1  wayland-1.19.0-1  xcb-proto-1.14.1-3
              xcb-util-0.4.0-3  xcb-util-image-0.4.0-3  xcb-util-keysyms-0.4.0-3  xcb-util-renderutil-0.3.9-3  xcb-util-wm-0.4.1-3  xdg-utils-1.1.3+19+g9816ebb-1
              xkeyboard-config-2.33-1  xorg-xprop-1.2.5-1  xorg-xset-1.2.4-2  xorgproto-2021.4-1  clang-12.0.1-1  qt5-declarative-5.15.2+kde+r29-1
              qt5-tools-5.15.2+kde+r17-3

But then leads to the error stated in my last comment. ¯_(ツ)_/¯

Muflone commented on 2021-07-25 23:14 (UTC)

@langfingaz the file shown in your error is contained into the qt-base package which is required from this package.

It seems an issue with your packaging way, are you installing the required dependencies before building the package?

langfingaz commented on 2021-07-25 10:11 (UTC)

Thanks for updating the package. It does however still not build for me with Docker based on archlinux:base-devel using makepkg:

make[3]: Leaving directory '/tmp/pkg/src/installer-framework-4.1.1/tools'
cd doc/ && ( test -e Makefile || /usr/sbin/qmake -o Makefile /tmp/pkg/src/installer-framework-4.1.1/doc/doc.pro ) && make -f Makefile prepare_docs
make[3]: Entering directory '/tmp/pkg/src/installer-framework-4.1.1/doc'
/usr/bin/qtattributionsscanner /tmp/pkg/src/installer-framework-4.1.1 --filter QDocModule=ifw -o /tmp/pkg/src/installer-framework-4.1.1/doc/codeattributions.qdoc
/tmp/pkg/src/installer-framework-4.1.1/doc/qdoc_wrapper.sh -outputdir /tmp/pkg/src/installer-framework-4.1.1/doc/html -installdir /usr/share/doc/qt /tmp/pkg/src/installer-framework-4.1.1/doc/ifw.qdocconf -prepare -indexdir /usr/share/doc/qt -no-link-errors -I. -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore/5.15.2 -I/usr/include/qt/QtCore/5.15.2/QtCore -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtQml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtXml -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++
qt.qdoc: Cannot find index directory:  "/usr/share/doc/qt"
In file included from /tmp/pkg/src/installer-framework-4.1.1/doc/ifw.qdocconf:2:
/tmp/pkg/src/installer-framework-4.1.1/doc/config/ifw.qdocconf:1: (qdoc) error: Cannot open file '/usr/share/doc/qt/global/qt-cpp-defines.qdocconf': No such file or directory
Cannot open file '/usr/share/doc/qt/global/qt-cpp-defines.qdocconf': No such file or directory

Aborting
make[3]: *** [Makefile:350: prepare_docs] Error 1
make[3]: Leaving directory '/tmp/pkg/src/installer-framework-4.1.1/doc'
make[2]: *** [Makefile:418: sub-doc-prepare_docs] Error 2
make[2]: Leaving directory '/tmp/pkg/src/installer-framework-4.1.1'
make[1]: *** [Makefile:328: html_docs] Error 2
make[1]: Leaving directory '/tmp/pkg/src/installer-framework-4.1.1'
make: *** [Makefile:331: docs] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

langfingaz commented on 2021-06-16 14:49 (UTC) (edited on 2021-07-25 10:13 (UTC) by langfingaz)

The build of the documentation part fails for me:

make[1]: Leaving directory '/tmp/pkg/src/installer-framework-3.2.3/tools'
SRCDIR=/tmp/pkg/src/installer-framework-3.2.3/doc OUTDIR=/tmp/pkg/src/installer-framework-3.2.3/doc/html IFW_VERSION=3.2.3 IFW_VERSION_TAG=323 QT_INSTALL_DOCS=/usr/share/doc/qt /usr/bin/qdoc /tmp/pkg/src/installer-framework-3.2.3/doc/installerfw.qdocconf
In file included from /tmp/pkg/src/installer-framework-3.2.3/doc/installerfw.qdocconf:2:
/tmp/pkg/src/installer-framework-3.2.3/doc/config/ifw.qdocconf:1: (qdoc) error: Cannot open file '/usr/share/doc/qt/global/qt-cpp-defines.qdocconf': No such file or directory
Cannot open file '/usr/share/doc/qt/global/qt-cpp-defines.qdocconf': No such file or directory

Aborting
make: *** [Makefile:305: html_docs] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
ERROR: 4

However, I have successfully built a modified PKGBUILD without make docs and package_qt-installer-framework-docs.

the_10 commented on 2019-12-28 09:12 (UTC)

latest version fails to build with qt 5.14 with component.cpp:53:10: fatal error: private/qv8engine_p.h: No such file or directory 53 | #include <private/qv8engine_p.h>

looks like this private include file does not exist in the latest qt5 installation

Muflone commented on 2018-06-02 22:30 (UTC)

@Skycoder42 added you as comaintainer

Skycoder42 commented on 2018-06-02 22:19 (UTC)

@Muflone: Yes, I surely am. You can add me as comaintainer if you want to

Muflone commented on 2018-06-02 19:01 (UTC)

package updated

@Skycoder42 I'm leaving the orphan request open. Are you interested in maintain or comaintain this package?

serialdormeur commented on 2018-05-26 15:10 (UTC) (edited on 2018-05-26 15:12 (UTC) by serialdormeur)

Instead of skipping sha256sum check, you can add the sha256sum

14    sha256sums=('f65059141278e0a1224a5b821ae8affe59ee4bb4b50abdc4e04f93fd69a02617')
   14 sha256sums=('07df3fb3ed65c25263523251d3e62a80dec8cf176111a3174204196910425861')

OneDeltaTenTango commented on 2018-05-25 06:05 (UTC) (edited on 2018-05-25 06:05 (UTC) by OneDeltaTenTango)

3.0.4 Seems to have fixed the "QT_VERSION" error. This is what I changed in the PKGBUILD to successfully update.

 6    pkgver=3.0.2
    6 pkgver=3.0.4
13    source=("https://download.qt.io/official_releases/${pkgbase}/${pkgver}/${pkgbase}-opensource-src-${pkgver}.tar.gz")
14    sha256sums=('f65059141278e0a1224a5b821ae8affe59ee4bb4b50abdc4e04f93fd69a02617')
   13 source=("https://download.qt.io/official_releases/${pkgbase}/${pkgver}/${pkgbase}-opensource-src-${pkgver}.gz")
   14 sha256sums=('SKIP')