Compiling GhostBSD Error

Discuss of development of the GhostBSD tools.

Moderator: Developer

Post Reply
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Compiling GhostBSD Error

Post by NevilleGoddard »

I went to the GhostBSD github page and followed the instructions. I commented the lines and entered the command as su "cd ghostbsd-build/mkscripts" then "./make_xfce_amd64_iso". Everything seemed OK for about 30 min until I got to
lame. Then I got an error.

Installing package grub2-efi
Cleaning cachedir
Nothing to do.
Compiling audio/lame
*** Error code 1

Stop.
make: stopped in /usr/home/keef/ghostbsd-build

If I try again it just says :

Compiling audio/lame
*** Error code 1

Stop.
make: stopped in /usr/home/keef/ghostbsd-build

So I can't get anymore terminal output. Maybe because lame has no package - just port? I don't know but I'll do some digging.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Compiling GhostBSD Error

Post by ericbsd »

You could had keep the the configuration default
Clean it before to try to compile it back.

Code: Select all

cd ~/ghostbsd-build/clscripts

Code: Select all

./clean_xfce_amd64
Also which GhostBSD are you using?
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

I just did what you said and I'm making a new xfce amd64 iso as I type. Thanks for the quick reply.

I'm using Enoch XFCE 10.3.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Compiling GhostBSD Error

Post by ericbsd »

Yea I am not sure that building 11 on 10.3 will work.
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

I just got the same error- lame again. Shall I give you all the terminal output?
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

Should I install GhostBSD11 Alpha?
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Compiling GhostBSD Error

Post by ericbsd »

If it fails again probably.
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

Yes, it failed again. I am now trying on my laptop with installed with GhostBSD11 XFCE prealpha4. I had to edit /etc/rc.conf with the line ifconfig_re0="DHCP" to get internet access. I'll let you know how it goes. Is it GhostBSD11 stable enough for everyday use?
If so I'll install it on my main computer. :D
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Compiling GhostBSD Error

Post by ericbsd »

The ISO that you will compile will be a lot better the tje iso on the server.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Compiling GhostBSD Error

Post by ericbsd »

Oh the iso will be in /usr/obj/amd64/xfce.
Post Reply