Package Details: libowfat 0.34-2

Git Clone URL: https://aur.archlinux.org/libowfat.git (read-only, click to copy)
Package Base: libowfat
Description: GPL reimplementation of libdjb
Upstream URL: http://www.fefe.de/libowfat/
Licenses: GPL-2.0-or-later
Submitter: None
Maintainer: aperez
Last Packager: aperez
Votes: 28
Popularity: 0.075343
First Submitted: 2006-10-16 18:54 (UTC)
Last Updated: 2025-01-23 16:13 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

onny commented on 2012-08-02 21:39 (UTC)

the cvs version is already at 0.29! see: $ cvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat $ cat libowfat/CHANGES

Zeniff commented on 2012-03-07 00:02 (UTC)

Finally got it to build on a nearly-year-old small Arch installation I had on usb! :D Strange that it did not build on 2 other up-to-date Arch systems which both had tons more packages... Wonder why? Nothing else was different... Oh well, lucky I never updated that one, I guess~ Thanks for the hint to try on another system! :)

encbladexp commented on 2012-03-04 14:23 (UTC)

I don't know, but on my system (without installed dietlibc) it works very well.

Zeniff commented on 2012-03-04 11:13 (UTC)

Thanks for answering! But, I'm confused, I've tried the PKBUILD from https://bitbucket.org/encbladexp/aur/raw/3e11f5eae519/libowfat/PKGBUILD again, but I still get the same error? Is there some step I'm missing? Sorry~ o.o

encbladexp commented on 2012-03-04 09:17 (UTC)

Hi Zeniff, please check my AUR Repository again ( https://bitbucket.org/encbladexp/aur/src ), i have fixed this issue in dezember ;-)

Zeniff commented on 2012-03-04 01:52 (UTC)

Hi! Thanks for the fix! But, I'm still getting the havescope.h error (same as thpetrus had) after trying encbladexp's PKGBUILD (and cmb's fix doesn't seem to be online anymore). :(

encbladexp commented on 2011-12-06 16:24 (UTC)

Finally fixed in my aur Repository. Thanks to fefe!

encbladexp commented on 2011-12-06 15:19 (UTC)

Here is a fixed Version of this PKGBUILD, with havescope.h Patch included: https://bitbucket.org/encbladexp/aur/src

<deleted-account> commented on 2011-09-30 19:28 (UTC)

Here's the problem with havescope.h. socket_remote4.c #includes it, but it is not specified as a dependency in GNUmakefile. So the havescope.h header file is not built before socket_remote4.c is compiled. In fact, the inclusion of havescope.h by socket_remote4.c is superfluous. Look at upstream's CVS repo, and you'll see that it has been dropped. Here is the updated PKGBUILD, along with a patch: http://the-brannons.com/libowfat.tar.gz