Search Criteria
Package Details: qt6-base-git 6.8.0_r69786.g8f5ee7acbdf-1
Package Actions
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.045377 |
First Submitted: | 2020-02-29 09:48 (UTC) |
Last Updated: | 2024-11-03 00:51 (UTC) |
Dependencies (68)
- brotli (brotli-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- double-conversion (double-conversion-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- harfbuzz (harfbuzz-gitAUR)
- icu (icu-gitAUR)
- krb5 (krb5-gitAUR)
- libb2 (libb2-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdrm (libdrm-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libice
- libinput (libinput-multiplierAUR, libinput-three-finger-dragAUR, libinput-noaccumAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libproxy (libproxy-gitAUR)
- Show 48 more dependencies...
Required by (1227)
- 3dtk-svn (requires qt6-base)
- 86box (requires qt6-base)
- 86box-git (requires qt6-base)
- across (requires qt6-base)
- actiona (requires qt6-base)
- adwaita-qt5 (requires qt6-base) (make)
- adwaita-qt5-git (requires qt6-base) (make)
- adwaita-qt6 (requires qt6-base)
- adwaita-qt6 (requires qt6-base) (make)
- adwaita-qt6-git (requires qt6-base)
- adwaita-qt6-git (requires qt6-base) (make)
- adwaita-solarized-qt5 (requires qt6-base) (make)
- adwaita-solarized-qt6 (requires qt6-base)
- adwaita-solarized-qt6 (requires qt6-base) (make)
- akonadi-calendar-git (requires qt6-base)
- akonadi-calendar-tools-git (requires qt6-base)
- akonadi-contacts-git (requires qt6-base)
- akonadi-import-wizard-git (requires qt6-base)
- akonadi-mime-git (requires qt6-base)
- akonadi-notes-git (requires qt6-base)
- Show 1207 more...
Latest Comments
1 2 Next › Last »
Korialo commented on 2024-11-09 12:53 (UTC)
Building in clean chroot, results in failure:
I assume the
$CARCH
is not declared earlier, and the build fails since it doesn't know what to do with it, tried withpkgctl 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().
:: 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:
1 2 Next › Last »