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

<deleted-account> commented on 2011-09-20 16:59 (UTC)

Same error for me: socket/socket_remote4.c:11:23: fatal error: havescope.h: No such file or directory compilation terminated. make: *** [socket_remote4.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... Would appreciate a fix. Thank you in advance

Kev commented on 2011-09-08 23:06 (UTC)

/opt/diet/bin/diet -Os gcc -c socket/socket_broadcast.c -pipe -W -Wall -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_remote4.c:11:23: schwerwiegender Fehler: havescope.h: Datei oder Verzeichnis nicht gefunden Kompilierung beendet. make: *** [socket_remote4.o] Fehler 1 make: *** Warte auf noch nicht beendete Prozesse... please correct pkgfile.

phects commented on 2011-07-28 17:39 (UTC)

Oh, yes, it is. Thanks! Fixed it.

erdbeer commented on 2011-07-28 17:32 (UTC)

thanks for the update :) I think dietlibc is only a makedependency, isn't it?

phects commented on 2011-07-28 16:02 (UTC)

Builds with dietlibc now. (I can't reproduce this havescope.h error but I think, Cdh postet a good solution.)

qs9rx commented on 2011-07-19 14:25 (UTC)

Does not compile: gcc -c socket/socket_remote4.c -pipe -W -Wall -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_remote4.c:11:23: fatal error: havescope.h: No such file or directory compilation terminated. make: *** [socket_remote4.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build libowfat.

louipc commented on 2011-02-12 02:26 (UTC)

You need to add a slash at the end of the url, or else you get a file not found page.

haagch commented on 2010-12-03 09:47 (UTC)

There is not much in the missing file. Change the build function to: build() { cd $srcdir/$pkgname-$pkgver echo "#define LIBC_HAS_SCOPE_ID" > havescope.h make } (I removed "DIET=" to build with dietlibc)

Lucky commented on 2010-11-17 23:59 (UTC)

BUILD fail on my system (ARCH i686): socket/socket_remote4.c:11:23: fatal error: havescope.h: No such file or directory compilation terminated. make: *** [socket_remote4.o] Error 1 Aborting... ERROR: makepkg exited with an error (512) WARNING: expected package does not exist: /tmp/bauerbill/build/aur/libowfat/libowfat-0.28-2-i686.pkg.tar.xz

mhellwig commented on 2010-05-25 16:15 (UTC)

is there a reason why this pkgbuild tries to build without dietlibc instead of depending on it?