13360
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello, I am compiling gnome2-lite from ports, when it has come to the point where gvfs is being compiled, I get this issue:
Code:
===> 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 |
|
#2
|
||||
|
||||
|
You need to have (at least) the kernel sources available in /usr/src/.
|
|
#3
|
|||
|
|||
|
Kernel source is already installed.
|
|
#4
|
||||
|
||||
# find /usr/src/sys/ -type f|wc -l Should result in a number slightly below 7500. Does it?
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ... sysutils/automounter: amd(8) based automounting without HAL contact: kamikaze@bsdforen.de Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything. |
|
#5
|
|||
|
|||
|
Yes.
|
|
#6
|
||||
|
||||
|
And what does
make -VSRC_BASE in the ports directory say?
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ... sysutils/automounter: amd(8) based automounting without HAL contact: kamikaze@bsdforen.de Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything. |
|
#7
|
|||
|
|||
|
/usr/src
|
|
#8
|
|||
|
|||
|
Try getting the whole sources, userland as well.
This is why: Code:
.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
|
|
#9
|
|||
|
|||
|
Ok I have this same problem now, How do I fix it? Please explain how to......PLEASE
|
|
#10
|
|||
|
|||
|
For example:
csup -g -L2 -h cvsup.freebsd.org /usr/share/examples/cvsup/stable-supfile This will pull all the sources for you. |
|
#11
|
|||
|
|||
|
try this:
Code:
root@host:/usr/ports/sysutils/fusefs-kmod/# export SRC_BASE=/ root@host:/usr/ports/sysutils/fusefs-kmod/# make install clean Code:
root@host:/usr/ports/sysutils/fusefs-kmod/# SRC_BASE=/ make install clean |
| The Following User Says Thank You to joxer For This Useful Post: | ||
nerozero (December 13th, 2012) | ||
|
#12
|
|||
|
|||
|
Hi. I am in FreeBSD 9.1, I am compiling Xfce from the ports and I got the error on post #1 from this thread.
I issued the command on post #10, and now there is a lot of text going through the terminal. My question is if once the text is done running should I be good to resume the compiling of Xfce. And how do I go back to compiling Xfce? should I issue the '/usr/ports/x11-wm/xfce4 && make install clean' again?. As you can tell I am not much of a compiler but I don't think the repository for FreeBSD 9.1 is ready just yet. I will appreciate all advice. Thank you |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Slow network speed issue | squareone | Networking | 13 | May 30th, 2009 01:32 |
| Three NICs and NAT (routing?) issue | nov1ce | Networking | 6 | February 13th, 2009 20:42 |
| hald issue .... | Silverback | Installation and Maintenance of FreeBSD Ports or Packages | 4 | December 28th, 2008 11:18 |
| Routing / Web Server Issue | Ico | Networking | 4 | November 21st, 2008 22:25 |