Package Details: qt6-base-git 6.8.0_r69786.g8f5ee7acbdf-1

Git Clone URL: https://aur.archlinux.org/qt6-base-git.git (read-only, click to copy)
Package Base: qt6-base-git
Description: A cross-platform application and UI framework
Upstream URL: https://www.qt.io
Licenses: custom, GPL3, LGPL3, FDL
Groups: qt6-git
Conflicts: qt6-base
Provides: qt6-base
Submitter: arojas
Maintainer: IslandC0der
Last Packager: IslandC0der
Votes: 2
Popularity: 0.046303
First Submitted: 2020-02-29 09:48 (UTC)
Last Updated: 2024-11-03 00:51 (UTC)

Dependencies (68)

Required by (1227)

Sources (1)

Latest Comments

1 2 Next › Last »

Korialo commented on 2024-11-09 12:53 (UTC)

Building in clean chroot, results in failure:

[2024-11-09T12:45:55.323Z] clone remote https://aur.archlinux.org/qt6-base-git.git to /tmp/tmp2u3otkv6 using branch master
[2024-11-09T12:45:56.132Z] Already on 'master'
[2024-11-09T12:45:56.140Z] Your branch is up to date with 'origin/master'.
[2024-11-09T12:45:56.147Z] c9d8cdb83b8c20e8a4d0e6a3d5d9fab625916751
[2024-11-09T12:45:56.159Z] apply patch arch from database at /tmp/tmp2u3otkv6
[2024-11-09T12:45:56.163Z] using ['/var/lib/ahriman/aur-clone-x86_64-build', '-r', '/var/lib/ahriman/chroot/aur-clone', '--', '-c', '-d', '/home/amro/.local/share/cargo:/build/.cargo', '-d', '/home/amro/.config/git/config:/root/.gitconfig', '--', '--nocolor', '--ignorearch'] for qt6-base-git
[2024-11-09T12:45:56.167Z] using environment variables {}
[2024-11-09T12:45:58.160Z] :: Synchronizing package databases...
[2024-11-09T12:45:58.802Z]  core downloading...
[2024-11-09T12:45:58.808Z]  extra downloading...
[2024-11-09T12:45:58.812Z]  multilib downloading...
[2024-11-09T12:45:58.815Z]  aur-clone downloading...
[2024-11-09T12:45:58.819Z] :: Starting full system upgrade...
[2024-11-09T12:45:58.970Z]  there is nothing to do
[2024-11-09T12:45:58.990Z] ==> Building in chroot for [aur-clone] (x86_64)...
[2024-11-09T12:45:59.231Z] ==> Synchronizing chroot copy [/var/lib/ahriman/chroot/aur-clone/aur-clone-x86_64/root] -> [ahriman]...done
[2024-11-09T12:45:59.273Z] ==> ERROR: arch contains invalid characters: '$'
[2024-11-09T12:46:00.418Z] ==> ERROR: Could not download sources.
[2024-11-09T12:46:00.461Z] qt6-base-git (x86_64) build exception

I assume the $CARCH is not declared earlier, and the build fails since it doesn't know what to do with it, tried with pkgctl build and the build fails silently.

IslandC0der commented on 2024-11-03 00:51 (UTC)

Fixed; thanks!

danievdm commented on 2024-11-02 14:33 (UTC)

@atlatl thanks that worked - one hopes that it can be properly fixed in the default build file now.

atlatl commented on 2024-11-02 01:12 (UTC) (edited on 2024-11-02 01:12 (UTC) by atlatl)

I was encountering the same issue that other folks are alluding to. Other people are calling out the right line, but so people don't have to hunt like I did:

Change install -Dm644 qtbase/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase

To install -Dm644 qtbase/LICENSES/* -t "$pkgdir"/usr/share/licenses/$pkgbase

danievdm commented on 2024-10-28 15:08 (UTC)

Something is wrong inside this package's build file. I installed qt6-base-headless 6.8.0-1 (same version) and it installed fine but obviously broke my Plasma display. I noticed the "install -Dm644 qtbase/LICENSE*" line is a bit different, but not sure if that is the only difference.

cknoblauch commented on 2024-10-23 19:14 (UTC)

Current build is failing for me the same way as @danievdm and @m78. It takes forever to build and fails at the packaging stage :-/

Could it be related to @Ashark's comment on 2023-09-09?

danievdm commented on 2024-10-22 17:15 (UTC)

I'm getting identical error to @m78

m78 commented on 2024-10-15 12:55 (UTC) (edited on 2024-10-15 12:57 (UTC) by m78)

I am getting:


-- Installing: /tmp/trizen-z1f/qt6-base-git/pkg/qt6-base-git/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake

install: omitting directory 'qtbase/LICENSES'

==> ERROR: A failure occurred in package_qt6-base-git().

Aborting...

:: Unable to build qt6-base-git - makepkg exited with code: 4


can anyone help to debug?

IslandC0der commented on 2024-08-03 01:25 (UTC)

Oops, my bad. Should be working now!

Ashark commented on 2024-07-31 12:21 (UTC)

I am getting:

==> Starting build()...
CMake Error: No source directory specified for -S
CMake Error: Run 'cmake --help' for all supported options.
==> ERROR: A failure occurred in build().
    Aborting...