ghostbsd-build status

Open development discussions

Moderator: Developer

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

Re: ghostbsd-build status

Post by NevilleGoddard »

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

Re: ghostbsd-build status

Post by NevilleGoddard »

ericbsd, I tried to make an image and everything went OK until ISO make time. I got this:

root@keef:/home/keef/ghostbsd-build/mkscripts # ./make_xfce_amd64_iso #### Building bootable ISO image for amd64 ####
### ISO created ###
Creating ISO...
GNU xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.

Drive current: -outdev 'stdio:/usr/obj/amd64/xfce/GhostBSD11.0-BETA1-20170708-121558-xfce-amd64.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 731g free
Added to ISO image: directory '/'='/tmp/grub.JBV0EZ'
xorriso : UPDATE : 614 files added in 1 seconds
Added to ISO image: directory '/'='/usr/ghostbsd-fs/amd64/xfce'
xorriso : UPDATE : 3022 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= 45
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-BETA1-20170708-121558-xfce-amd64.iso: No such file or directory
*** Error code 1

Stop.


I installed xorriso 1.4.5 and then 1.4.6 manually but I still get same error.
I installed xorriso1.4.5 with these commands:

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
make install

This is strange because manually installing xorriso worked before
Any ideas?
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: ghostbsd-build status

Post by ericbsd »

Yea I have to remove grub-efi to have xorriso to work.
Post Reply