Hello,
I am new to FreeBSD and just installed the amd64 version on a Samsung RV520 machine. I tried installing skype, however I ran into some problems.
After running:
I get the following error:
I did a search online and found the following thread:
http://forums.freebsd.org/showthread.php?t=10260
It looked like this thread described the same problem I'm having.
This is why I decided to follow the advice given there and clear these folders:
after which to update using the command:
where I used the supfile which I am attaching.
However when I did
I got the following error:
I googled that error as well and found the following source:
http://www.mail-archive.com/debian-bsd@lists.debian.org/msg09597.html
So it looks like there is a bug. Does anyone know if it has been fixed?
Also, does anyone have any suggestion how I can get skype installed on a amd64 FreeBSD?
Thanks a lot in advance.
I am new to FreeBSD and just installed the amd64 version on a Samsung RV520 machine. I tried installing skype, however I ran into some problems.
After running:
Code:
$ cd /usr/ports/net-im/skype
$ sudo make install clean
Code:
linux_base-f10-10_4 linuxulator is not (kld)loaded.
I did a search online and found the following thread:
http://forums.freebsd.org/showthread.php?t=10260
It looked like this thread described the same problem I'm having.
This is why I decided to follow the advice given there and clear these folders:
Code:
cd /usr/src
rm -R *
cd /usr/obj
rm -R *
Code:
sudo csup supfile
However when I did
Code:
$ cd /usr/src/sys/modules/linux/
$ sudo make
Code:
Warning: Object directory not changed from original /usr/src/sys/modules/linux
@ -> /usr/src/sys
machine -> /usr/src/sys/amd64/include
cc -c -O2 -pipe -DCOMPAT_FREEBSD32 -DCOMPAT_LINUX32 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I@
-I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer
-mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
-std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs
-fdiagnostics-show-option /usr/src/sys/modules/linux/../../amd64/linux32/linux32_genassym.c
In file included from ./machine/param.h:46,
from @/sys/param.h:115,
from /usr/src/sys/modules/linux/../../amd64/linux32/linux32_genassym.c:4:
./machine/_align.h:6:24: error: x86/_align.h: No such file or directory
*** Error code 1
Stop in /usr/src/sys/modules/linux.
I googled that error as well and found the following source:
http://www.mail-archive.com/debian-bsd@lists.debian.org/msg09597.html
So it looks like there is a bug. Does anyone know if it has been fixed?
Also, does anyone have any suggestion how I can get skype installed on a amd64 FreeBSD?
Thanks a lot in advance.