Since trying Fuguita it has become one of my favorite distros. Is there by chance an install CD or option I am missing? I would love to install it on my main tower! Thanks for all you do
usbfadm utility also can be used for installing FuguIta on HDD. But no document about it, so I'm writing a new article... -- kaw?2012-09-16 (Sun) 18:59:44
The documentation is up. Please refer this. -- kaw?2012-09-16 (Sun) 21:38:30
Thanks Fuguita Livecd ..It works like charm. Hope to see install CDs and Live CD of amd64 too ..:)
great work.. keep it up.
Jay-san, thank you for your post. amd64 version of FuguIta is here. But sorry, this is old (and experimental) one. By the way, I think that almost amd64 machines can boot from USB flashdrive. So, Is LiveCDs still worthy for x86-64? -- kaw?2012-06-22 (Fri) 18:23:38
Dear Sir: thank you very much for your excellent page and work. (1) I have seen qt (4.8.2) listed among the packages in the link that led me to your home and was wondering whether that would allow to compile qt4-written aqemu into your original 5.0 .iso in order to build as a secure system your (modified) installation with best virtualisation tools and a friendy GUI. (2) Could one do that for amd64 OBSD5.0 as well, to host 64bit guest VMs ?
Hello, fernando-san. Thank you for using FuguIta. After reading your post, I tried to test compilation of aqemu on FuguIta. Followings are its summerized typescript;
# pkg_add -i -v qt4
qt4-4.7.3p0:gdbm-1.8.3p0: ok
qt4-4.7.3p0:libdaemon-0.14: ok
qt4-4.7.3p0:avahi-0.6.30p3: ok
qt4-4.7.3p0:libgpg-error-1.10: ok
qt4-4.7.3p0:libgcrypt-1.4.6p1: ok
qt4-4.7.3p0:libgnome-keyring-2.32.0: ok
qt4-4.7.3p0:dconf-0.8.0: ok
qt4-4.7.3p0:gsettings-desktop-schemas-3.0.1p2: ok
qt4-4.7.3p0:libproxy-0.4.6p4: ok
qt4-4.7.3p0:libtasn1-2.9: ok
qt4-4.7.3p0:lzo2-2.05: ok
qt4-4.7.3p0:gmp-5.0.2p0: ok
qt4-4.7.3p0:libnettle-2.1p0: ok
qt4-4.7.3p0:gnutls-2.12.7: ok
qt4-4.7.3p0:glib2-networking-2.28.7: ok
qt4-4.7.3p0:libsoup-2.34.3: ok
qt4-4.7.3p0:libsoup-gnome-2.34.3: ok
qt4-4.7.3p0:xz-5.0.3p1: ok
qt4-4.7.3p0:libarchive-2.8.4p0: ok
qt4-4.7.3p0:gamin-0.1.10p12: ok
qt4-4.7.3p0:gvfs-1.8.2p5: ok
qt4-4.7.3p0:gstreamer-0.10.35p0: ok
qt4-4.7.3p0:tremor-20080326: ok
qt4-4.7.3p0:gstreamer-plugins-base-0.10.35p0: ok
qt4-4.7.3p0: ok
# pkg_add -i -v qemu
qemu-0.14.1p4: ok
# bzip2 -dc aqemu-0.8.2.tar.bz2 | tar xvf -
# cd aqemu-0.8.2
# less README
# cmake
/bin/ksh: cmake: not found
# pkg_add -i -v cmake
cmake-2.8.4p3:libidn-1.22: ok
cmake-2.8.4p3:curl-7.21.7: ok
cmake-2.8.4p3: ok
# cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DMAN_PAGE_COMPRESSOR=gzip -
DWITHOUT_EMBEDDED_DISPLAY=onf
-- Configuring done
-- Generating done
-- Build files have been written to: /mfs/root/aqemu-0.8.2
# make
[ 1%] Generating ui_About_Window.h
[ 2%] Generating ui_Add_New_Device_Window.h
(snip)
[ 40%] Generating moc_SPICE_Settings_Widget.cxx
[ 41%] Generating moc_System_Info.cxx
/mfs/root/aqemu-0.8.2/System_Info.h:0: Warning: No relevant classes fo
und. No output generated.
[ 41%] Generating moc_Utils.cxx
/mfs/root/aqemu-0.8.2/Utils.h:0: Warning: No relevant classes found. N
o output generated.
[ 42%] Generating moc_VM.cxx
[ 42%] Generating moc_VM_Devices.cxx
/mfs/root/aqemu-0.8.2/VM_Devices.h:0: Warning: No relevant classes fou
nd. No output generated.
[ 43%] Generating moc_VM_Wizard_Window.cxx
[ 44%] Generating moc_VNC_Password_Window.cxx
(snip)
[ 96%] Building CXX object CMakeFiles/aqemu.dir/moc_VNC_Password_Windo
w.o
[ 96%] Building CXX object CMakeFiles/aqemu.dir/qrc_shared_images.o
Linking CXX executable aqemu
/usr/local/lib/qt4/libQtCore.so.9.0: warning: strcpy() is almost alway
s misused, please use strlcpy()
/usr/local/lib/qt4/libQtNetwork.so.9.1: warning: sprintf() is often mi
sused, please use snprintf()
/usr/local/lib/libglib-2.0.so.2800.0: warning: vsprintf() is often mis
used, please use vsnprintf()
/usr/X11R6/lib/libfreetype.so.18.0: warning: strcat() is almost always
misused, please use strlcat()
CMakeFiles/aqemu.dir/Add_USB_Port_Window.o(.text+0x744): In function `
Add_USB_Port_Window::on_Button_Update_Host_USB_clicked()':
: undefined reference to `System_Info::Update_Host_USB()'
CMakeFiles/aqemu.dir/Main_Window.o(.text+0x87c1): In function `Main_Wi
ndow::on_TB_Update_Available_RAM_Size_clicked()':
: undefined reference to `System_Info::Get_Free_Memory_Size(int&, int&)'
CMakeFiles/aqemu.dir/Main_Window.o(.text+0x899f): In function `Main_Wi
ndow::on_CH_Remove_RAM_Size_Limitation_stateChanged(int)':
: undefined reference to `System_Info::Get_Free_Memory_Size(int&, int&)'
CMakeFiles/aqemu.dir/Main_Window.o(.text+0xebac): In function `Main_Wi
ndow::Update_Recent_Floppy_Images_List()':
: undefined reference to `System_Info::Get_Host_FDD_List()'
CMakeFiles/aqemu.dir/Main_Window.o(.text+0xf2c4): In function `Main_Wi
ndow::Update_Recent_CD_ROM_Images_List()':
: undefined reference to `System_Info::Get_Host_CDROM_List()'
CMakeFiles/aqemu.dir/Main_Window.o(.text+0x327c5): In function `Main_W
indow::Load_Settings()':
: undefined reference to `System_Info::Get_Host_FDD_List()'
CMakeFiles/aqemu.dir/Properties_Window.o(.text+0x3ae2): In function `P
roperties_Window::Set_CD_ROM(VM_Storage_Device const&, QString const&)':
: undefined reference to `System_Info::Get_Host_CDROM_List()'
CMakeFiles/aqemu.dir/Properties_Window.o(.text+0x3e2c): In function `P
roperties_Window::Set_Floppy(VM_Storage_Device const&, QString const&)':
: undefined reference to `System_Info::Get_Host_FDD_List()'
CMakeFiles/aqemu.dir/System_Info.o(.text+0x1b0): In function `System_I
nfo::Get_All_Host_USB()':
: undefined reference to `System_Info::Update_Host_USB()'
CMakeFiles/aqemu.dir/VM.o(.text+0x12d83): In function `Virtual_Machine
::Build_QEMU_Args()':
: undefined reference to `System_Info::Update_Host_USB()'
CMakeFiles/aqemu.dir/VM.o(.text+0x12ecc): In function `Virtual_Machine
::Build_QEMU_Args()':
: undefined reference to `System_Info::Update_Host_USB()'
CMakeFiles/aqemu.dir/VM_Wizard_Window.o(.text+0xb5b): In function `VM_
Wizard_Window::on_TB_Update_Available_RAM_Size_clicked()':
: undefined reference to `System_Info::Get_Free_Memory_Size(int&, int&)'
CMakeFiles/aqemu.dir/VM_Wizard_Window.o(.text+0xd39): In function `VM_
Wizard_Window::on_CH_Remove_RAM_Size_Limitation_stateChanged(int)':
: undefined reference to `System_Info::Get_Free_Memory_Size(int&, int&)'
collect2: ld returned 1 exit status
*** Error code 1
Stop in /mfs/root/aqemu-0.8.2 (line 2289 of CMakeFiles/aqemu.dir/build.make).
*** Error code 1
Stop in /mfs/root/aqemu-0.8.2 (line 60 of CMakeFiles/Makefile2).
*** Error code 1
Stop in /mfs/root/aqemu-0.8.2 (line 113 of Makefile).
#
Installing Qt4 and related packages were OK.
It could be done in a usual way (i.e. same procedure with vanilla OpenBSD's one).
But complilation of aqemu from source tarball failed with link error.
At this moment, I don't know how to fix these compilation errors, sorry.
And I'm not familiar with building LiveCD on amd64, sorry too.