Change line
options=('!strip')
of the PKGBUILD to
options=('!strip' '!debug')
if you want this to build without hanging and you don't want to disable debug for your entire system.
Git Clone URL: | https://aur.archlinux.org/tela-icon-theme.git (read-only, click to copy) |
---|---|
Package Base: | tela-icon-theme |
Description: | A flat colorful design icon theme. |
Upstream URL: | https://github.com/vinceliuice/Tela-icon-theme |
Licenses: | GPL-3.0-or-later |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 21 |
Popularity: | 0.025574 |
First Submitted: | 2020-02-24 16:04 (UTC) |
Last Updated: | 2025-02-10 17:45 (UTC) |
Change line
options=('!strip')
of the PKGBUILD to
options=('!strip' '!debug')
if you want this to build without hanging and you don't want to disable debug for your entire system.
@yochananmarqos so, riddle me this one then. How exactly does one "debug" an icon package? Spoiler alert, you can't. You are simply wasting others computational power, electricity, storage space, and time for something that can't even function because it's not something you can do.
Please communicate in English.
Installing 'Tela-purple'... Installing 'Tela-purple-light'... Installing 'Tela-purple-dark'... Installing 'Tela-red'... Installing 'Tela-red-light'... Installing 'Tela-red-dark'... Installing 'Tela-yellow'... Installing 'Tela-yellow-light'... Installing 'Tela-yellow-dark'... Installing 'Tela-manjaro'... Installing 'Tela-manjaro-light'... Installing 'Tela-manjaro-dark'... Installing 'Tela-ubuntu'... Installing 'Tela-ubuntu-light'... Installing 'Tela-ubuntu-dark'... Installing 'Tela-dracula'... Installing 'Tela-dracula-light'... Installing 'Tela-dracula-dark'... Installing 'Tela-nord'... Installing 'Tela-nord-light'... Installing 'Tela-nord-dark'... ==> 正在清理安装... -> 正在删除 libtool 文件... -> 正在清除不打算要的文件... -> 正在移除静态库文件... -> 正在复制调试符号所需的源文件...
这个步骤要多久 ?半个小时都没好啊
I have the same standpoint as @hashworks. tela-icon-theme-bin is a solution to that issue.
@hashworks: Users are expected to customize their own makepkg.conf
to suit their needs. I do not agree with Arch's decision to add debug as default with pacman
. I will not be disabling debug in any of my AUR packages.
I'm not going to globally disable debug builds for a single package, and you can't expect users to know this. Please add '!debug'
to your PKGBUILD
options
array if you really can't fix the debug builds.
@Spixmaster @hashworks: Disable debug in your makepkg.conf
.
I can reproduce Spixmasters issue.
The build process does not continue for me after
-> Copying source files needed for debug symbols...
for more than 44 minutes now.
Pinned Comments
yochananmarqos commented on 2024-04-21 21:43 (UTC)
@hashworks: Users are expected to customize their own
makepkg.conf
to suit their needs. I do not agree with Arch's decision to add debug as default withpacman
. I will not be disabling debug in any of my AUR packages.