pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Ext4 formatting



On Tue, Mar 24, 2015 at 08:40:57PM +0000, ff%freddyfisker.dk@localhost wrote:
> Hi
> 
> I have tried to install the filesystems/fuse-2.9.3 package, and now the message is:
> 
> netbsd# gmake
> git: not found
> cc -D_FILE_OFFSET_BITS=64 -I/usr/pkg/include/fuse -DFUSE_USE_VERSION=26 -std=gnu99 -g3 -Wall -Wextra -DEXT4FUSE_VERSION=\"ext4fuse-0.1.3\" -c -o fuse-main.o fuse-main.c
> fuse-main.c:21:22: fatal error: execinfo.h: No such file or directory
> compilation terminated.
> <builtin>: recipe for target 'fuse-main.o' failed
> gmake: *** [fuse-main.o] Error 1

The Makefile contains this comment:

# On NetBSD 4.99 after 2007-02, /usr/lib/librefuse provides the FUSE
# interface expected by filesystem implementations and therefore this
# implementation is not needed. This FUSE implementation can also be
# used with the perfuse package on NetBSD.

So you don't need to build this package on NetBSD, just include its
bl3.mk file and the native implementation will be used.
 Thomas


Home | Main Index | Thread Index | Old Index