Search Criteria
Package Details: psf-unifont 14.0.04-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: | http://unifoundry.com/ |
Keywords: | |
Licenses: | GPL2, custom:OFL |
Submitter: | felix.s |
Maintainer: | neeshy |
Last Packager: | neeshy |
Votes: | 20 |
Popularity: | 1.09 |
First Submitted: | 2013-11-30 09:46 (UTC) |
Last Updated: | 2022-08-07 05:52 (UTC) |
Latest Comments
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.
txtsd commented on 2022-07-11 03:15 (UTC)
Please also test the PKGBUILD before pushing.
dreieck commented on 2022-07-10 08:45 (UTC)
Please move all commands involving building/ compiling out of
package_[...]()
-functions intobuild()
function (e.g. thegcc
calls).Thanks for maintaining!
dreieck commented on 2022-07-10 08:40 (UTC)
Packaging of
unifont-utils
fails:Regards!
felix.s commented on 2020-01-09 19:01 (UTC)
There is no such file in the original tarball, so… probably not, I guess?
asmolero commented on 2020-01-09 16:52 (UTC)
Could the lib/wchardata.c be added to the package_unifont-utils function to be installed?
chungy commented on 2019-05-23 17:42 (UTC)
12.1.01 now uses the BSD strlcpy function in unicoverage, which is odd to say the least. Possible resolution includes adding libbsd as a dependency and the following patch:
This would add libbsd.so as a dependency on all the built binaries and could be resolved by modifying the Makefile further to have -llbsd only on unicoverage.
dseg commented on 2015-07-16 15:52 (UTC)
ondoho commented on 2015-06-27 07:33 (UTC)
felix.s commented on 2015-05-21 22:46 (UTC)
Andy_Crowd commented on 2015-05-16 19:35 (UTC)
felix.s commented on 2014-07-12 17:41 (UTC)
lfleischer commented on 2014-07-12 17:16 (UTC)
lfleischer commented on 2014-07-12 17:14 (UTC)
felix.s commented on 2014-04-14 11:10 (UTC)
felix.s commented on 2014-04-13 20:34 (UTC)
dseg commented on 2014-01-11 04:47 (UTC)
felix.s commented on 2013-11-30 23:00 (UTC)
Vorzard commented on 2013-11-06 16:55 (UTC)
hagabaka commented on 2013-09-28 14:39 (UTC)