Search Criteria
Package Details: qt6-xcb-private-headers-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: | Private headers for Qt6 Xcb |
Upstream URL: | https://www.qt.io |
Licenses: | custom, GPL3, LGPL3, FDL |
Groups: | qt6-git |
Submitter: | arojas |
Maintainer: | IslandC0der |
Last Packager: | IslandC0der |
Votes: | 2 |
Popularity: | 0.049196 |
First Submitted: | 2020-02-29 09:48 (UTC) |
Last Updated: | 2024-11-03 00:51 (UTC) |
Dependencies (15)
- qt6-base-gitAUR
- alsa-lib (make)
- cmake (cmake-gitAUR) (make)
- cups (cups-gitAUR, cups-gssapiAUR) (make)
- freetds (make)
- git (git-gitAUR, git-glAUR) (make)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- libfbclient (firebirdAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclientAUR, libmysqlclient80AUR, mariadb-lts-libs) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR) (make)
- unixodbc (unixodbc-gitAUR) (make)
- xmlstarlet (xmlstarlet-gitAUR) (make)
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 »