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

推荐订阅源

S
SegmentFault 最新的问题
G
Google Developers Blog
H
Help Net Security
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog RSS Feed
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
D
Docker
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
博客园 - 司徒正美
Last Week in AI
Last Week in AI
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence

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) - candle-git
2026-06-18 · via AUR Newest Packages

Latest Comments

gkatev commented on 2026-06-18 06:10 (UTC)

@taotieren Did you just take this package over and change it to completely different software?

j3ngel commented on 2026-05-10 08:54 (UTC) (edited on 2026-05-10 09:03 (UTC) by j3ngel)

Build fail, getting the error below. It appears the directory structure is a few levels deeper than expected.

 
'Cloning into 'candle'...
done.
==> Starting prepare()...
error: src/frmmain.cpp: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: candle-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
candle-git - exit status 4'

searching for frmmain.cpp from ~/.cache/yay find it:

$ find  -name frmmain.cpp
./candle-git/src/candle/src/candle/frmmain.cpp

gkatev commented on 2022-12-22 07:59 (UTC)

Thanks, in the context of curiosity, it might or might not be related to having my builddir in makepkg.conf set to /tmp/makepkg (?).

<deleted-account> commented on 2022-12-22 07:52 (UTC)

Thanks @gkatev, still couldn't reproduce your error but $srcdir is indeed the better approach anyway, so I replaced relative paths with it. 👍

gkatev commented on 2022-12-21 20:43 (UTC) (edited on 2022-12-21 20:44 (UTC) by gkatev)

Thanks @nobodyinperson, it doesn't seem to work neither with yay nor with clone+makepkg, not sure why the discrepancy. But replacing ../"${pkgname%-git}.desktop" with "$srcdir/${pkgname%-git}.desktop" fixes it for me. (is $srcdir more portable?)

<deleted-account> commented on 2021-05-28 18:04 (UTC)

@gkatev, Sorry, I can't reproduce your error, neither on native x86_64 Manjaro, nor on Manjaro ARM, nor in an Arch Linux Docker container. Seems to be an issue with your build environment. Try makepkg in a freshly cloned repo.

gkatev commented on 2021-05-28 17:42 (UTC) (edited on 2021-05-28 17:42 (UTC) by gkatev)

Hi, I am receiving the following error when installing this package:

==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat '../candle.desktop': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error making: candle-git