PDA

View Full Version : issue with sysutils/fusefs-kmod


Roberth
January 19th, 2009, 11:06
Hello, I am compiling gnome2-lite from ports, when it has come to the point where gvfs is being compiled, I get this issue:

===> fusefs-kmod-0.3.9.p1.20080208_5 requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src.
*** Error code 1


What do I need to do?

SirDice
January 19th, 2009, 11:51
You need to have (at least) the kernel sources available in /usr/src/.

Roberth
January 19th, 2009, 14:41
Kernel source is already installed.

kamikaze
January 19th, 2009, 19:09
find /usr/src/sys/ -type f|wc -l Should result in a number slightly below 7500. Does it?

Roberth
January 19th, 2009, 19:34
Yes.

kamikaze
January 19th, 2009, 19:55
And what does -VSRC_BASE in the ports directory say?

Roberth
January 19th, 2009, 20:18
/usr/src

hrkfrd
January 19th, 2009, 20:24
Try getting the whole sources, userland as well.

This is why:

.if !exists(${SRC_BASE}/sbin/mount)
IGNORE= requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src
.endif

Asset
April 3rd, 2009, 23:38
Ok I have this same problem now, How do I fix it? Please explain how to......PLEASE :)

itetcu@
April 4th, 2009, 07:14
For example:
csup -g -L2 -h cvsup.freebsd.org /usr/share/examples/cvsup/stable-supfile

This will pull all the sources for you.

joxer
May 20th, 2009, 15:22
try this:

root@host:/usr/ports/sysutils/fusefs-kmod/# export SRC_BASE=/
root@host:/usr/ports/sysutils/fusefs-kmod/# make install clean

or

root@host:/usr/ports/sysutils/fusefs-kmod/# SRC_BASE=/ make install clean