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

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: 82
Popularity: 0.000418
First Submitted: 2014-07-10 20:06 (UTC)
Last Updated: 2024-10-26 18:22 (UTC)

Latest Comments

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

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')

Skycoder42 commented on 2018-02-25 11:18 (UTC)

Currently the build fails with:

SRCDIR=/tmp/pkg-build/qt-installer-framework/src/doc OUTDIR=/tmp/pkg-build/qt-installer-framework/src/doc/html IFW_VERSION=3.0.2 IFW_VERSION_TAG=302 QT_INSTALL_DOCS=/usr/share/doc/qt /usr/bin/qdoc /tmp/pkg-build/qt-installer-framework/src/doc/installerfw.qdocconf
In file included from /tmp/pkg-build/qt-installer-framework/src/doc/config/ifw.qdocconf:1,
                      /tmp/pkg-build/qt-installer-framework/src/doc/installerfw.qdocconf:2:
/usr/share/doc/qt/global/macros.qdocconf:21: error: Environment variable 'QT_VERSION' undefined
Environment variable 'QT_VERSION' undefined

JoxX commented on 2017-12-29 14:27 (UTC)

Please update to 3.0.2, thx in advance.

Muflone commented on 2017-10-15 21:25 (UTC)

Package adopted and updated. Please note that since version 2.0.3-2 the tests are not built along with the library. Also the documentation and examples files are moved in the separated package qt-installer-framework-docs