Search Criteria
Package Details: pcf-unifont 15.0.01-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/unifont.git (read-only, click to copy) |
---|---|
Package Base: | unifont |
Description: | A free bitmap font with wide Unicode support (PCF version) |
Upstream URL: | https://unifoundry.com/ |
Keywords: | |
Licenses: | GPL2, custom:OFL |
Submitter: | felix.s |
Maintainer: | neeshy |
Last Packager: | neeshy |
Votes: | 21 |
Popularity: | 0.67 |
First Submitted: | 2013-11-30 09:46 (UTC) |
Last Updated: | 2022-11-09 09:21 (UTC) |
Latest Comments
1 2 3 Next › Last »
txtsd commented on 2022-09-18 08:14 (UTC)
Wow I specifically ran it three times yesterday to make sure. Could've been the Internet.
Sorry about that orz
neeshy commented on 2022-09-18 03:33 (UTC) (edited on 2022-09-18 03:44 (UTC) by neeshy)
@txtsd
Huh? What are you talking about?
I know how to use
updpkgsums
. You probably got an incomplete download or something. Maybe you got a bitflip because your RAM is failing, I don't know.txtsd commented on 2022-09-16 05:15 (UTC) (edited on 2022-09-16 05:16 (UTC) by txtsd)
Not sure how you generated an incorrect hash.
updpkgsums
should handle it automatically for you.I do this:
λ updpkgsums && makepkg --printsrcinfo >| .SRCINFO
Anyway, here's a patch:
Don't forget to bump
pkgrel
after.neeshy commented on 2022-08-07 05:53 (UTC)
@dreieck
Moving the
make
call intobuild()
kills two birds with one stone, so I just did that. It should work now withMAKEFLAGS="-j4"
.dreieck commented on 2022-08-06 13:49 (UTC)
Regarding the issue not finding the binaries:
For me, the
MAKEFLAGS="-j4"
setting in the/etc/makepkg.conf
was triggering it. If I manually had set it to-j1
, it worked fine.So I suggest to change the
make
calls tomake -j1
, to force non-parallel build/ install. I have confirmed for me that this works together withMAKEFLAGS="-j4"
.By the way, the
make
call you have inpackage_unifont-utils()
does compile some stuff. Compilation should be inbuild()
, not in apackage_*()
function. Can you move it tobuild()
?Regards!
Alad commented on 2022-07-29 11:27 (UTC) (edited on 2022-07-29 11:28 (UTC) by Alad)
Please remove the troll contributor with his
rm -rf
"email address" from the PKGBUILD.txtsd commented on 2022-07-29 10:43 (UTC)
Can I have co-maintainer, please? I might have a fix.
neeshy commented on 2022-07-16 19:12 (UTC)
@jfernandz @dreieck
Don't know what to tell you, I can't fix a bug which I can't reproduce. I've tested this package on Arch, Artix, Arch in a container and Arch in a VM with the same result. What I can say from the output that you've posted is that make is skipping over the "bin" and "bin-stamp" recipes in src/Makefile.
jfernandz commented on 2022-07-15 09:20 (UTC)
I've tested a clean build but having the same issue @dreieck reported, not sure why it cannot find the binaries:
but I can't see those either.
neeshy commented on 2022-07-11 17:57 (UTC) (edited on 2022-07-11 17:57 (UTC) by neeshy)
@dreieck
Works on my machine. Make sure you do a clean build.
@txtsd
I did. It's a problem on your end.
1 2 3 Next › Last »