Compiling GhostBSD Error

Discuss of development of the GhostBSD tools.

Moderator: Developer

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

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

Just made it past lame - the error point on 10.3 . :D
Seems to be OK now. Will let you know if there are anymore problems.
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

Thanks ericbsd. It seems to be making the iso now. It got past lame. GhostBSD 11 was the answer.
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

In the file /usr/obj/amd64/xfce i have GhostBSD11.0-PREALPHA..........-xfce-amd64.iso.manifest - no iso file.

If I run cd ghostbsd-build/clscripts clean_xfce_amd64 or /usr/home/keef/ghostbsd-build/clscripts clean_xfce_amd64 I get errors of No such file or directory or Not a directory.

I'll put the error messages from the terminal soon.
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

ericbsd, the building of the iso failed with this:

===> Building for lame-3.99.5_3
===> Staging for lame-3.99.5_3
===> Generating temporary packing list
===> Installing for lame-3.99.5_3
===> Checking if lame already installed
===> Registering installation for lame-3.99.5_3
# Downloading ghostbsd ports from GitHub #
Building ports depends.
Building and installing port ssft
Building and installing port ghostbsd-bug-report
Building and installing port ghostbsd-irc
Building and installing port inxi
Building and installing port networkmgr
Building and installing port fbsdupdatecheck
Building and installing port fbsdpkgupdate
Building and installing port ghostbsd-slim-theme
Building and installing port xfce-installed-settings
Building and installing port xfce-live-settings
Building and installing port ghostbsd-grub2-settings
Building and installing port ghostbsd-icons
Building and installing port ghostbsd-installed-common-settings
Building and installing port ghostbsd-live-common-settings
Building and installing port gbi
Building and installing port update-station
Building and installing port ghostbsd-mate-themes
Building and installing port ghostbsd-wallpapers
#### Running plugins ####
-> gitpkg
Downloading pcbsd tools from GitHub
installing pc-syinstall
# Downloading operator from GitHub #
-> finalize
bash.sh configuration file found
fusefs-ntfs.sh configuration file found
cups.sh configuration file found
bash configuration done
fusefs-ntfs configuration done
cups configuration done
startxfce4
Stopping jails: ghostbsd-fsxfceamd64.
### Make iso manifest.
### Prepare for compression build environment
### Compressing filesystem using file
### Done filesystem compress
#### Building bootable ISO image for amd64 ####
### ISO created ###
Creating ISO...
xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.

Drive current: -outdev 'stdio:/usr/obj/amd64/xfce/GhostBSD11.0-PREALPHA4-20170205-162450-xfce-amd64.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 89.3g free
Added to ISO image: directory '/'='/tmp/grub.mYEQvW'
xorriso : UPDATE : 614 files added in 1 seconds
Added to ISO image: directory '/'='/usr/ghostbsd-fs/amd64/xfce'
xorriso : UPDATE : 3011 files added in 1 seconds
xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules
xorriso : NOTE : Copying to System Area: 512 bytes from file '/usr/local/lib/grub/i386-pc/boot_hybrid.img'

UNIX-SIGNAL: SIGSEGV errno= 22
xorriso : ABORT : Trying to shut down drive and library
xorriso : ABORT : Wait the normal burning time before any kill -9

xorriso : ABORT : Program done. Even if you do not see a shell prompt.

md5: GhostBSD11.0-PREALPHA4-20170205-162450-xfce-amd64.iso: No such file or directory
*** Error code 1

Stop.
make: stopped in /usr/home/keef/ghostbsd-build
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Compiling GhostBSD Error

Post by ericbsd »

You will need to install xorriso manually the ports seems broken for 11.

Code: Select all

fetch http://scdbackup.sourceforge.net/xorriso-1.4.5.tar.gz
tar xzf xorriso-1.4.5.tar.gz
cd xorriso-1.4.5
./configure && make
sudo or doas make install
Every time that xorrriso will be updated you will have to reinstall it.
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

Installing now. Thanks ericbsd
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

Success. Just finished making iso. Can I copy to usb and try it out now?
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Compiling GhostBSD Error

Post by ericbsd »

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

Re: Compiling GhostBSD Error

Post by NevilleGoddard »

Are the commands in the last step correct?
If I do the command after cding to clscripts it says "command not found" .

Should the command be "sh clean_xfce_amd64" ?
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Compiling GhostBSD Error

Post by ericbsd »

On the GitHub no refer to viewtopic.php?f=95&t=606#p3006
Post Reply