惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
IT之家
IT之家
博客园_首页
博客园 - 【当耐特】
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
GbyAI
GbyAI
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
H
Help Net Security
T
Tailwind CSS Blog
B
Blog RSS Feed
Martin Fowler
Martin Fowler
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
博客园 - 叶小钗
雷峰网
雷峰网
量子位

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - concourse
2026-06-18 · via AUR Newest Packages

Pinned Comments

cheatsc commented on 2024-06-09 05:22 (UTC) (edited on 2026-03-15 09:10 (UTC) by cheatsc)

cheatsc commented on 2024-05-30 22:44 (UTC) (edited on 2024-05-30 22:51 (UTC) by cheatsc)

@gbourant Thank you for reporting. I assume that this patch is also required for v7.11.2. I'll try the patch this night.

Also if a strange error occurs use export UV_USE_IO_URING=0

I've faced the same problem. I'll set the environment variable on PKGBUILD or announce here until it will be resolved.

cheatsc commented on 2024-06-09 05:22 (UTC) (edited on 2026-03-15 09:10 (UTC) by cheatsc)

cheatsc commented on 2024-06-09 05:04 (UTC)

@gbourant Sorry for the delay in updating PKGBUILD.

I fixed the problem. Try it!

cheatsc commented on 2024-05-30 22:44 (UTC) (edited on 2024-05-30 22:51 (UTC) by cheatsc)

@gbourant Thank you for reporting. I assume that this patch is also required for v7.11.2. I'll try the patch this night.

Also if a strange error occurs use export UV_USE_IO_URING=0

I've faced the same problem. I'll set the environment variable on PKGBUILD or announce here until it will be resolved.

gbourant commented on 2024-05-17 20:39 (UTC) (edited on 2024-05-28 23:21 (UTC) by gbourant)

I try to install it and it shows the following error

Starting downloads...

  ✗ ryannhg/date-format 2.3.0

Dependency problem!           
-- CORRUPT PACKAGE DATA --------------------------------------------------------

I downloaded the source code for ryannhg/date-format 2.3.0 from:

    https://github.com/ryannhg/date-format/zipball/2.3.0/

But it looks like the hash of the archive has changed since publication:

  Expected: 70c67866fed499bec685f43f23fea279556757f2
    Actual: 86534146f5a550bb8e87b87a7484ea5732090bb5

This is fixed in the next version current(7.11) next(7.12).

Also if a strange error occurs use export UV_USE_IO_URING=0

cheatsc commented on 2023-03-06 11:56 (UTC) (edited on 2023-03-06 12:08 (UTC) by cheatsc)

After upgrading my kernel to 6.2.2-arch1-1 from 6.1.7-arch1-1, concourse failed to create containers as follows:

run check: find or create container on worker concourse-worker-2: starting task: new task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "proc" to rootfs at "/proc": mount proc:/proc (via /proc/self/fd/11), flags: 0xe: operation not permitted: unknown

This problem does not reproduce on creating privileged container:

platform: linux
image_resource:
  type: docker-image
  source:
    repository: archlinux
run:
  path: echo
  args:
  - hello
$ fly -t target execute -c sample.yml --> fail
$ fly -t target execute -c sample.yml -p --> success

I assum that this is similar [1]. Please tell me if you have any information to resolve the problem.

cheatsc commented on 2022-04-20 07:09 (UTC)

@pancho

==> Starting prepare()...
/tmp/build/686d23aa/pkgbuild/PKGBUILD: line 29: go: command not found

Ooops! I forgot to add 'go' to the make-dependencies at 379824f. Thanks!

pancho commented on 2022-04-19 16:13 (UTC)

@cheatsc: thanks a lot for the quick update!

I recommend adding 'go' to the makedepends array; otherwise, building the package fails with a 'go: command not found' if the go package is not installed on the system, or if built within a chroot with aurutils¹.

Thanks again!

Happy hacking,

pancho

cheatsc commented on 2022-04-18 12:19 (UTC)

@pancho: Thank you for providing important information. I update the PKGBUILD as soon as possible (I'm testing it).

BTW, fantastic job maintaining this package, both for the multi-package and for keeping it up-to-date in a timely manner. Kudos!

I'm so glad to hear that :)

pancho commented on 2022-04-17 06:59 (UTC) (edited on 2022-04-17 07:00 (UTC) by pancho)

cheatsc commented on 2021-10-29 01:00 (UTC)