pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

aqemu



Hi all
 
trying to compile aqemu from wip/aqemu
I get the following errors:
 
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum RMD160 OK for aqemu-0.9.2.tar.gz
=> Checksum SHA512 OK for aqemu-0.9.2.tar.gz
===> Installing dependencies for aqemu-0.9.2
==========================================================================
The following variables will affect the build process of this package,
aqemu-0.9.2.  Their current value is shown below:

        * JPEG_DEFAULT = jpeg
        * SSLBASE = /usr
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private

Based on these variables, the following variables have been set:

        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg

You may want to abort the process now with CTRL-C and change the value
of variables in the first group before continuing.  Be sure to run
`/usr/bin/make clean' after the changes.
==========================================================================
=> Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.76.5
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency cmake>=3.18: found cmake-3.27.6
=> Tool dependency pkgconf-[0-9]*: found pkgconf-2.0.2
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Build dependency x11-links>=1.35: found x11-links-1.35
=> Full dependency libVNCServer>=0.9.13nb6: found libVNCServer-0.9.13nb6
=> Full dependency desktop-file-utils>=0.26nb3: found desktop-file-utils-0.26nb3
=> Full dependency qt5-qtbase>=5.15.9nb2: found qt5-qtbase-5.15.10
===> Skipping vulnerability checks.
===> Overriding tools for aqemu-0.9.2
===> Extracting for aqemu-0.9.2
===> Patching for aqemu-0.9.2
=> Applying pkgsrc patches for aqemu-0.9.2
===> Creating toolchain wrappers for aqemu-0.9.2
===> Configuring for aqemu-0.9.2
=> Substituting "paths" in CMakeLists.txt src/main.cpp
/bin/ln -sf /usr/pkg/qt5/bin/rcc /usr/pkgsrc/wip/aqemu/work/.tools/bin/rcc
=> Generating pkg-config file for builtin expat package.
=> Fixing CMAKE_MODULE_PATH in CMakeLists.txt
-- The CXX compiler identification is GNU 10.5.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/pkgsrc/wip/aqemu/work/.cwrapper/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test LIBVNCSERVER_FOUND
-- Performing Test LIBVNCSERVER_FOUND - Success
-- Found LibVNCServer: /usr/pkgsrc/wip/aqemu/work/.buildlink/lib/libvncserver.so
-- MAN page will be installed is not packed.
-- MAN_PAGE_COMPRESSOR flag not set. Available values: gzip, bzip2, lzma
-- Will be installed not compressed MAN pages
-- Configuring done (0.5s)
-- Generating done (0.1s)
-- Build files have been written to: /usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2
=> Rewrite cmake Dependencies files
===> Building for aqemu-0.9.2
[  1%] Automatic MOC and UIC for target aqemu
AutoUic: /usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2/src/Advanced_Settings_Window.ui: Warning: The name 'widget' (QWidget) is already in use, defaulting to 'widget1'.
AutoUic: /usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2/src/Main_Window.ui: Warning: The name 'widget' (QWidget) is already in use, defaulting to 'widget1'.
/usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2/src/Main_Window.ui: Warning: The name 'widget' (QWidget) is already in use, defaulting to 'widget2'.
/usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2/src/Main_Window.ui: Warning: Z-order assignment: 'verticalSpacer_11' is not a valid widget.
/usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2/src/Main_Window.ui: Warning: Z-order assignment: 'verticalSpacer_5' is not a valid widget.
/usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2/src/Main_Window.ui: Warning: Z-order assignment: 'verticalSpacer_9' is not a valid widget.
/usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2/src/Main_Window.ui: Warning: Buddy assignment: '' is not a valid widget.
/usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2/src/Main_Window.ui: Warning: Buddy assignment: '' is not a valid widget.
AutoUic: /usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2/src/SPICE_Settings_Widget.ui: Warning: The name 'groupBox' (QGroupBox) is already in use, defaulting to 'groupBox1'.
/usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2/src/SPICE_Settings_Widget.ui: Warning: The name 'groupBox' (QGroupBox) is already in use, defaulting to 'groupBox2'.
[  1%] Built target aqemu_autogen
[  3%] Automatic RCC for resources/icons.qrc
[  5%] Automatic RCC for resources/shared_images.qrc
[  6%] Building CXX object CMakeFiles/aqemu.dir/aqemu_autogen/mocs_compilation.cpp.o
[  8%] Building CXX object CMakeFiles/aqemu.dir/src/IP_Edit.cpp.o
[ 10%] Building CXX object CMakeFiles/aqemu.dir/src/Dialog_Button_Box.cpp.o
[ 11%] Building CXX object CMakeFiles/aqemu.dir/src/docopt/docopt.cpp.o
*** Error code 1

Stop.
make[2]: stopped in /usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/wip/aqemu/work/aqemu-0.9.2
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/wip/aqemu
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/wip/aqemu
 
can anyone compile aqemu ?
aqemu is practically not developing anyway. would compile once - and everyone would be fine.
Otherwise, there is not a single gui for qemu: neither aqemu is built, nor virt-manager. there is nothing.
Please compile at least one gui for qemu.


Home | Main Index | Thread Index | Old Index