@ZhangHua maybe you can export
the variable in the build step when using a newer kernel?
Search Criteria
Package Details: podman-desktop 1.15.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/podman-desktop.git (read-only, click to copy) |
---|---|
Package Base: | podman-desktop |
Description: | Manage Podman and other container engines from a single UI and tray. |
Upstream URL: | https://github.com/containers/podman-desktop |
Keywords: | continer crc docker lima podman |
Licenses: | Apache-2.0 |
Submitter: | ZhangHua |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 4 |
Popularity: | 0.000065 |
First Submitted: | 2022-08-03 08:26 (UTC) |
Last Updated: | 2024-12-12 12:19 (UTC) |
Dependencies (42)
- brotli (brotli-gitAUR)
- c-ares (c-ares-gitAUR)
- dav1d (dav1d-gitAUR)
- flac (flac-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)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- harfbuzz (harfbuzz-gitAUR)
- icu (icu-gitAUR)
- libdrm (libdrm-gitAUR)
- libevent (libevent-gitAUR)
- libffi (libffi-gitAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxslt (libxslt-gitAUR)
- minizip (minizip-gitAUR)
- Show 22 more dependencies...
Required by (0)
Sources (1)
Latest Comments
ItachiSan commented on 2024-05-28 08:34 (UTC)
ZhangHua commented on 2024-05-28 00:57 (UTC) (edited on 2024-05-28 00:59 (UTC) by ZhangHua)
You may set UV_USE_IO_URING=0
if you are using [6.9, 6.9.2) kernel and seeing error like Text file busy
ZhangHua commented on 2024-01-27 05:24 (UTC) (edited on 2024-01-27 05:31 (UTC) by ZhangHua)
@Superlce97 Husky is a tool to add git hooks into repository, this PKGBUILD is using archive so it absolutely is not a git repository. Husky installation will be skipped when there is no git command, so this PKGBUILD works well in a chroot environment. According to the package.json
, husky is called in prepare
script, so it must been that you installed git and did not build this package in chroot environment. I will create a workaround about this.
$ husky install
husky - git command not found, skipping install
SuperIce97 commented on 2024-01-26 21:15 (UTC)
This is failing to build with the error:
$ husky install
husky - .git can't be found (see https://typicode.github.io/husky/#/?id=custom-directory)
error Command failed with exit code 1.
yochananmarqos commented on 2023-03-31 21:52 (UTC)
@ZhangHua: It's brotli
, not brotil.
qubidt commented on 2023-03-22 00:41 (UTC)
note that this package is missing the electron dependencies (libnss, gtk, among others), so this package won't run on a minimal system. One quick workaround is just to install electron
which will pull in the required dependencies.
Ideally, this package should be refactored to use the system electron, like other electron packages in Arch (e.g. element-desktop
)
gabx commented on 2022-11-07 12:08 (UTC) (edited on 2022-11-07 12:11 (UTC) by gabx)
thank you for this package about a very new product. Unfortunately, building failed:
Get "https://github.com/electron/electron/releases/download/v21.1.1/electron-v21.1.1- linux-x64.zip": dial tcp: lookup github.com on [::1]:53: read udp [::1]:40728->[::1]:53: read: connection refused
github.com/develar/app-builder/pkg/download.(*Downloader).follow.func1
/Volumes/data/Documents/app-builder/pkg/download/downloader.go:206
github.com/develar/app-builder/pkg/download.(*Downloader).follow
/Volumes/data/Documents/app-builder/pkg/download/downloader.go:234
github.com/develar/app-builder/pkg/download.(*Downloader).DownloadNoRetry
/Volumes/data/Documents/app-builder/pkg/download/downloader.go:128
github.com/develar/app-builder/pkg/download.(*Downloader).Download
/Volumes/data/Documents/app-builder/pkg/download/downloader.go:112
github.com/develar/app-builder/pkg/electron.(*ElectronDownloader).doDownload
/Volumes/data/Documents/app-builder/pkg/electron/electronDownloader.go:192
github.com/develar/app-builder/pkg/electron.(*ElectronDownloader).Download
/Volumes/data/Documents/app-builder/pkg/electron/electronDownloader.go:177
github.com/develar/app-builder/pkg/electron.downloadElectron.func1.1
/Volumes/data/Documents/app-builder/pkg/electron/electronDownloader.go:73
github.com/develar/app-builder/pkg/util.MapAsyncConcurrency.func2
/Volumes/data/Documents/app-builder/pkg/util/async.go:68
runtime.goexit
/usr/local/Cellar/go/1.17/libexec/src/runtime/asm_amd64.s:1581
⨯ /home/gabx/.cache/pacaur/podman-desktop/src/podman-desktop/node_modules/app-builder-bin/linux/x64/app-builder process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
Pinned Comments
ZhangHua commented on 2024-05-28 00:57 (UTC) (edited on 2024-05-28 00:59 (UTC) by ZhangHua)
You may set
UV_USE_IO_URING=0
if you are using [6.9, 6.9.2) kernel and seeing error likeText file busy