pkgsrc-Users archive

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

Re: Ext4 formatting



Hi

Thanks for the help that NetBSD don't need Fuse-2.9.3 because it has Librefuse.

I have uninstalled Fuse-2.9.3 again.

But I can't find the bl3.mk file and don't know what to do with it. I have tried to install the Perfuse-20120206 package, but it didn't change the installation.

I have got advise to install Git-base, and the installation don't give error anymore not finding Git. Thanks

This is the message from installing Ext4fuse with gmake:

netbsd# gmake
Package fuse was not found in the pkg-config search path.
Perhaps you should add the directory containing `fuse.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fuse' found
cc  -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


Best regards
Freddy Fisker

Den 25. mar. 2015, Thomas Klausner <wiz%netbsd.org@localhost> skrev:

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