[Solved] Installation of last releases fails on Slackware64

Discussions related to using the OSE version of VirtualBox.
Post Reply
gian_d
Posts: 4
Joined: 27. Aug 2019, 15:24
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: Debian 10.0.0
Location: Sardinia, Italy
Contact:

[Solved] Installation of last releases fails on Slackware64

Post by gian_d »

Hi, sorry for my bad English
I use a Slackware64 Current. In the past I've installed old releases of VirtualBox using the Slackbuild. Due a problem with the old installation after some updates of my system, I decided install a new version of VBox but a compilation error does not let mi proceed with the installation.

The configuration of the compilation is as follow:

Code: Select all

Checking for environment: Determined build machine: linux.amd64, target machine: linux.amd64, OK.
Checking for kBuild: found, OK.
Checking for Open Watcom: 
  ** Open Watcom was not found, using alternative BIOS sources!
Checking for iasl: found version 20190816, OK.
Checking for xslt: found, OK.
Checking for pthread: found, OK.
Checking for libxml2: found version 2.9.9, OK.
Checking for libIDL: found version 0.8.14, OK.
Checking for ssl: found version OpenSSL 1.1.1c  28 May 2019, OK.
Checking for libcurl: found version 7.65.3, OK.
Checking for libvpx: found version 1.8.1, OK.
Checking for libopus: found, OK.
Checking for zlib: found version 1.2.11, OK.
Checking for libpng: found version 1.6.37, OK.
Checking for SDL: found version 1.2.15, OK.
Checking for X libraries: found, OK.
Checking for Xcursor: found, OK.
Checking for Xinerama: found, OK.
Checking for Xrandr: found, OK.
Checking for Xmu: found, OK.
Checking for Mesa / GLU: No protocol specified
found (inactive), OK.
Checking for Qt5: ./configure: line 1521: [: too many arguments
found version 5.9.6, OK.
Checking for Qt5 devtools: found version moc 5.9.6, OK.
Checking for Python support: found version 2.7.16, OK.
Checking for PulseAudio: found version 12.2.0 API version 12, OK.
Checking for static stc++ library: found, OK.
Checking for ALSA: found version 1.1.9, OK.
Checking for libdevmapper: found version 1.02.163 (2019-06-15), OK.
Checking for libcap library: found, OK.
Checking for compiler.h: compiler.h not found, OK.
Checking for makeself: found version License GPLv3+: GNU GPL version 3 or later, OK.
Checking for libvncserver: found version 0.9.11, OK.

Successfully generated '/tmp/SBo/VirtualBox-6.0.10/AutoConfig.kmk' and '/tmp/SBo/VirtualBox-6.0.10/env.sh'.
Source '/tmp/SBo/VirtualBox-6.0.10/env.sh' once before you start to build VBox:

  source /tmp/SBo/VirtualBox-6.0.10/env.sh
  kmk

To compile the kernel modules, do:

  cd ./out/linux.amd64/release/bin/src
  make


  +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++
  Hardening is disabled. Please do NOT build packages for distribution with
  disabled hardening!
  +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++

Enjoy!
  GEN     {C}/out/linux.amd64/release/revision.kmk
/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/revision.kmk.ts -> /tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/revision.kmk
/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VirtualBox_stripped.xidl.ts -> /tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VirtualBox_stripped.xidl
  GEN     {C}/out/linux.amd64/release/DynamicConfig.kmk
========= START OF /tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/DynamicConfig.kmk =========
# Host version: 4.19.67; full: 4.19.67.0
# Linux - 4.19.67 - #1 SMP Fri Aug 16 13:17:30 CDT 2019
VBOX_GCC_PATH_CC               ?= /usr/bin/gcc
VBOX_GCC_PATH_CXX              ?= /usr/bin/g++
VBOX_GCC_VERSION_CC            ?= $(int-add $(int-mul 10000, 9), $(int-mul 100, $(firstword 2 0)), $(firstword 0 0))
VBOX_GCC_VERSION_CXX           ?= $(int-add $(int-mul 10000, 9), $(int-mul 100, $(firstword 2 0)), $(firstword 0 0))
VBOX_GCC_LIBGCC                ?= /usr/lib64/gcc/x86_64-slackware-linux/9.2.0/libgcc.a
VBOX_GCC_Wno-pointer-sign      ?= -Wno-pointer-sign
VBOX_GCC_Wno-array_bounds      ?= -Wno-array-bounds
VBOX_GCC_Wextra                ?= -Wextra
ifneq ($(VBOX_GCC_VERSION_CC),)
 ifneq ($(int-ge $(VBOX_GCC_VERSION_CC),40500),)
  VBOX_GCC_Wlogical-op         ?= -Wlogical-op
 endif
endif
VBOX_GCC_Wno-address           ?= -Wno-address
VBOX_GCC_Wno-delete-non-virtual-dtor    ?= -Wno-delete-non-virtual-dtor
VBOX_GCC_Wno-non-virtual-dtor           ?= -Wno-non-virtual-dtor
VBOX_GCC_Wno-int-in-bool-context        ?= -Wno-int-in-bool-context
VBOX_GCC_Wno-int-to-pointer-cast        ?= -Wno-int-to-pointer-cast
VBOX_GCC_Wno-invalid-offsetof           ?= -Wno-invalid-offsetof
VBOX_GCC_Wno-literal-suffix             ?= -Wno-literal-suffix
VBOX_GCC_Wno-misleading-indentation     ?= -Wno-misleading-indentation
VBOX_GCC_Wno-missing-field-initializers ?= -Wno-missing-field-initializers
VBOX_GCC_Wno-pointer-to-int-cast        ?= -Wno-pointer-to-int-cast
VBOX_GCC_Wno-variadic-macros            ?= -Wno-variadic-macros
VBOX_GCC_Wno-vla                        ?= -Wno-vla
VBOX_GCC_Wno-overlength-strings         ?= -Wno-overlength-strings
VBOX_GCC_Wno-overloaded-virtual         ?= -Wno-overloaded-virtual
VBOX_GCC_Wno-ignored-qualifiers         ?= -Wno-ignored-qualifiers
VBOX_GCC_Wno-multistatement-macros      ?= -Wno-multistatement-macros
VBOX_GCC_Wno-class-memaccess            ?= -Wno-class-memaccess
VBOX_GCC_Wno-stringop-overflow          ?= -Wno-stringop-overflow
VBOX_GCC_Wno-stringop-truncation        ?= -Wno-stringop-truncation
VBOX_GCC_Wno-cast-function-type         ?= -Wno-cast-function-type
VBOX_GCC_fno-stack-protector   ?= -fno-stack-protector
VBOX_GCC_fno-dwarf2-cfi-asm    ?= -fno-dwarf2-cfi-asm
VBOX_GCC_m64                   ?= -m64
VBOX_GCC_msse4.1               ?= -msse4.1
VBOX_GCC_mavx                  ?= -mavx
VBOX_GCC_mavx2                 ?= -mavx2
VBOX_GCC_no-pie                ?= -no-pie
VBOX_GCC_fdiagnostics-show-option ?= -fdiagnostics-show-option
VBOX_GCC_Wa_cma_nocompress_debug_sections ?= -Wa,--nocompress-debug-sections
VBOX_GCC_mtune-generic         ?= -mtune=generic
VBOX_LD_as_needed              ?= -Wl,--as-needed
VBOX_LD_hash_style_sysv        ?= -Wl,--hash-style=sysv
VBOX_GCC_BUGGY_REGPARM         ?= $(int-lt $(VBOX_GCC_VERSION_CC),30400)
ifneq ($(VBOX_GCC_VERSION_CC),)
 ifneq ($(int-ge $(VBOX_GCC_VERSION_CC),40000),)
  VBOX_GCC_fvisibility-hidden  ?= -fvisibility=hidden -DVBOX_HAVE_VISIBILITY_HIDDEN -DRT_USE_VISIBILITY_DEFAULT
 endif
endif
ifneq ($(VBOX_GCC_VERSION_CXX),)
 ifneq ($(int-ge $(VBOX_GCC_VERSION_CXX),40000),)
  VBOX_GCC_fvisibility-inlines-hidden ?= -fvisibility-inlines-hidden
 endif
endif
VBOX_GCC_Wno-unused-parameter ?= -Wno-unused-parameter
VBOX_GCC_Wno-language-extension-token ?= 
VBOX_GCC_Wno-extended-offsetof ?= 
VBOX_GCC_Wno-gnu-folding-constant ?= 
VBOX_GCC_Wno-return-type-c-linkage ?= 
VBOX_GCC_Wno-string-plus-int ?= 
VBOX_GCC_Wno-nested-anon-types ?= 
VBOX_GCC_Wno-gnu-anonymous-struct ?= 
ifneq ($(VBOX_GCC_VERSION_CXX),)
 ifneq ($(int-ge $(VBOX_GCC_VERSION_CXX),40800),)
  VBOX_GCC_std ?= -std=c++11
 else ifneq ($(int-ge $(VBOX_GCC_VERSION_CXX),40600),)
  VBOX_GCC_std ?= -std=c++0x
 endif
endif
VBOX_GCC_pipe                  ?= -pipe
VBOX_PATH_GCC_INCS             ?= /usr/lib64/gcc/x86_64-slackware-linux/9.2.0/include
VBOX_GCC32_PATH_CC             ?= /usr/bin/gcc
VBOX_GCC32_PATH_CXX            ?= /usr/bin/g++
VBOX_GCC32_VERSION_CC          ?= $(int-add $(int-mul 10000, 9), $(int-mul 100, $(firstword 2 0)), $(firstword 0 0))
VBOX_GCC32_VERSION_CXX         ?= $(int-add $(int-mul 10000, 9), $(int-mul 100, $(firstword 2 0)), $(firstword 0 0))
VBOX_GCC32_LIBGCC              ?= /usr/lib64/gcc/x86_64-slackware-linux/9.2.0/libgcc.a
VBOX_GCC32_Wno-variadic-macros ?= -Wno-variadic-macros
# debug: TOOL_YASM_AS="yasm"
VBOX_YASM_Wno-segreg-in-64bit  ?= 
VBOX_NASM_allow_64_bit         ?= 
VBOX_LD_HAS_LIBXCB             ?= 1
VBOX_HAVE_FLEX    ?= 1
VBOX_HAVE_BISON   ?= 1
VBOX_HAVE_XMLLINT ?= /usr/bin/xmllint
VBOX_JAVA_VERSION    := $(expr 1 * 10000 + 8 * 100 + 0)
=========== END OF /tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/DynamicConfig.kmk =========
After the configuration, the compilation starts, but it stops when starts the compilation of /src/VBox/Devices/PC/vbox-cpuhotplug.dsl, after various warning and 32 errors due the wrong format of a variable.
This is the report:

Code: Select all

kmk: *** Deleting file '/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex'
  iasl    VBoxDD - {C}/src/VBox/Devices/PC/vbox-cpuhotplug.dsl
/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     20:  Processor (CPU0, 0x00, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK0-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     20:  Processor (CPU0, 0x00, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK0-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     26:  Processor (CPU1, 0x01, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK1-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     26:  Processor (CPU1, 0x01, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK1-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     32:  Processor (CPU2, 0x02, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK2-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     32:  Processor (CPU2, 0x02, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK2-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     38:  Processor (CPU3, 0x03, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK3-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     38:  Processor (CPU3, 0x03, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK3-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     44:  Processor (CPU4, 0x04, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK4-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     44:  Processor (CPU4, 0x04, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK4-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     50:  Processor (CPU5, 0x05, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK5-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     50:  Processor (CPU5, 0x05, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK5-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     56:  Processor (CPU6, 0x06, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK6-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     56:  Processor (CPU6, 0x06, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK6-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     62:  Processor (CPU7, 0x07, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK7-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     62:  Processor (CPU7, 0x07, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK7-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     68:  Processor (CPU8, 0x08, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK8-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     68:  Processor (CPU8, 0x08, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK8-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     74:  Processor (CPU9, 0x09, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK9-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     74:  Processor (CPU9, 0x09, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK9-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     80:  Processor (CPUA, 0x0a, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKA-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     80:  Processor (CPUA, 0x0a, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKA-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     86:  Processor (CPUB, 0x0b, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKB-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     86:  Processor (CPUB, 0x0b, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKB-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     92:  Processor (CPUC, 0x0c, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKC-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     92:  Processor (CPUC, 0x0c, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKC-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     98:  Processor (CPUD, 0x0d, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKD-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1     98:  Processor (CPUD, 0x0d, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKD-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    104:  Processor (CPUE, 0x0e, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKE-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    104:  Processor (CPUE, 0x0e, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKE-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    110:  Processor (CPUF, 0x0f, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKF-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    110:  Processor (CPUF, 0x0f, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKF-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    116:  Processor (CPUG, 0x10, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKG-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    116:  Processor (CPUG, 0x10, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKG-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    122:  Processor (CPUH, 0x11, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKH-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    122:  Processor (CPUH, 0x11, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKH-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    128:  Processor (CPUI, 0x12, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKI-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    128:  Processor (CPUI, 0x12, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKI-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    134:  Processor (CPUJ, 0x13, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKJ-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    134:  Processor (CPUJ, 0x13, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKJ-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    140:  Processor (CPUK, 0x14, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKK-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    140:  Processor (CPUK, 0x14, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKK-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    146:  Processor (CPUL, 0x15, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKL-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    146:  Processor (CPUL, 0x15, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKL-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    152:  Processor (CPUM, 0x16, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKM-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    152:  Processor (CPUM, 0x16, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKM-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    158:  Processor (CPUN, 0x17, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKN-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    158:  Processor (CPUN, 0x17, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKN-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    164:  Processor (CPUO, 0x18, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKO-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    164:  Processor (CPUO, 0x18, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKO-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    170:  Processor (CPUP, 0x19, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKP-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    170:  Processor (CPUP, 0x19, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKP-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    176:  Processor (CPUQ, 0x1a, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKQ-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    176:  Processor (CPUQ, 0x1a, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKQ-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    182:  Processor (CPUR, 0x1b, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKR-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    182:  Processor (CPUR, 0x1b, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKR-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    188:  Processor (CPUS, 0x1c, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKS-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    188:  Processor (CPUS, 0x1c, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKS-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    194:  Processor (CPUT, 0x1d, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKT-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    194:  Processor (CPUT, 0x1d, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKT-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    200:  Processor (CPUU, 0x1e, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKU-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    200:  Processor (CPUU, 0x1e, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKU-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    206:  Processor (CPUV, 0x1f, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKV-CPU0") Name (_PXM, 0x00) 
Warning  3168 -                               Legacy Processor() keyword detected. Use Device() keyword instead. ^ 

/tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1    206:  Processor (CPUV, 0x1f, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCKV-CPU0") Name (_PXM, 0x00) 
Error    6167 -                                                                                                    _UID inside processor declaration must be an integer ^  (found a string)

ASL Input:     /tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1 -   18177 bytes    840 keywords    252 source lines
Hex Dump:      /tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex -   62466 bytes

Compilation failed. 32 Errors, 32 Warnings, 0 Remarks
No AML files were generated due to compiler error(s)
kmk: *** [/tmp/SBo/VirtualBox-6.0.10/src/VBox/Devices/Makefile.kmk:863: /tmp/SBo/VirtualBox-6.0.10/out/linux.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex] Error 255
kmk: *** Waiting for unfinished jobs....
  CXX     VBoxDDU - {C}/src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp
  CXX     VBoxDD2 - {C}/src/VBox/Devices/build/VBoxDD2.cpp
kmk: *** Exiting with status 2 
I think it is not a bug but a problem generated by the configuration of my system, but I cannot resolve. How would I fix it?
Thanks for eventual helps
Greetings
Last edited by gian_d on 28. Aug 2019, 16:29, edited 1 time in total.
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Installation of last releases fails on Slackware64

Post by socratis »

I'm sorry I can't help you with the compilation problem, I simply know that I got to move this from the "Linux Hosts" area to the "OSE" area, maybe someone can help you there...
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
gian_d
Posts: 4
Joined: 27. Aug 2019, 15:24
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: Debian 10.0.0
Location: Sardinia, Italy
Contact:

Re: Installation of last releases fails on Slackware64

Post by gian_d »

socratis wrote:I'm sorry I can't help you with the compilation problem, I simply know that I got to move this from the "Linux Hosts" area to the "OSE" area, maybe someone can help you there...
Thanks, I apologize if I posted in a wrong section
klaus
Oracle Corporation
Posts: 1111
Joined: 10. May 2007, 14:57

Re: Installation of last releases fails on Slackware64

Post by klaus »

This smells like there's a compatibility issue with iasl... we're using a binary from 2010 (we had to update because too many incompatibilites accumulated), and it smells like the latest version is again too incompatible with what worked for almost a decade.

From a quick peek at the latest ACPI spec the UID is still allowed to be either a number or a string, but it seems that someone changed his mind without making this explicit in the spec. It repeats in the processor decl that the UID needs to be unique, which is redundant as the generic UID description requires this already.

Will need the attention of a dev who has time to double check that the whole thing is still working after replacing the strings with numbers.
gian_d
Posts: 4
Joined: 27. Aug 2019, 15:24
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: Debian 10.0.0
Location: Sardinia, Italy
Contact:

Re: Installation of last releases fails on Slackware64

Post by gian_d »

I tried to change something in the source, but blindly: I'm not a C/C++ programmer. Each edit has generated more errors :lol:
klaus
Oracle Corporation
Posts: 1111
Joined: 10. May 2007, 14:57

Re: Installation of last releases fails on Slackware64

Post by klaus »

In src/VBox/Devices/PC/vbox-cpuhotplug.dsl replace "SCK0-CPU0" with 0, "SCK1-CPU0" with 1 and so on, ending at "SCKV-CPU0" with 31. Should do the job, and doesn't need more programming skills than using a text editor.
gian_d
Posts: 4
Joined: 27. Aug 2019, 15:24
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: Debian 10.0.0
Location: Sardinia, Italy
Contact:

Re: Installation of last releases fails on Slackware64

Post by gian_d »

klaus wrote:In src/VBox/Devices/PC/vbox-cpuhotplug.dsl replace "SCK0-CPU0" with 0, "SCK1-CPU0" with 1 and so on, ending at "SCKV-CPU0" with 31. Should do the job, and doesn't need more programming skills than using a text editor.
Great, it works!
Thanks a lot, klaus, the building has been completed successfully

If anyone else would encounter the same trouble, this is the patch to apply

Code: Select all

--- "VirtualBox-6 1.0.10-orig/src/VBox/Devices/PC/vbox-cpuhotplug.dsl"	2019-08-28 14:37:51.872756997 +0200
+++ "VirtualBox-6 1.0.10/src/VBox/Devices/PC/vbox-cpuhotplug.dsl"	2019-08-28 14:38:58.122755384 +0200
@@ -95,38 +95,38 @@ DefinitionBlock ("SSDT-cpuhotplug.aml",
         }                                                                  \
     }                                                                      \
 
-        GENERATE_CPU_OBJECT(0x00, SCK0, "SCKCPU0", CPU0, "SCK0-CPU0")
-        GENERATE_CPU_OBJECT(0x01, SCK1, "SCKCPU1", CPU1, "SCK1-CPU0")
-        GENERATE_CPU_OBJECT(0x02, SCK2, "SCKCPU2", CPU2, "SCK2-CPU0")
-        GENERATE_CPU_OBJECT(0x03, SCK3, "SCKCPU3", CPU3, "SCK3-CPU0")
-        GENERATE_CPU_OBJECT(0x04, SCK4, "SCKCPU4", CPU4, "SCK4-CPU0")
-        GENERATE_CPU_OBJECT(0x05, SCK5, "SCKCPU5", CPU5, "SCK5-CPU0")
-        GENERATE_CPU_OBJECT(0x06, SCK6, "SCKCPU6", CPU6, "SCK6-CPU0")
-        GENERATE_CPU_OBJECT(0x07, SCK7, "SCKCPU7", CPU7, "SCK7-CPU0")
-        GENERATE_CPU_OBJECT(0x08, SCK8, "SCKCPU8", CPU8, "SCK8-CPU0")
-        GENERATE_CPU_OBJECT(0x09, SCK9, "SCKCPU9", CPU9, "SCK9-CPU0")
-        GENERATE_CPU_OBJECT(0x0a, SCKA, "SCKCPUA", CPUA, "SCKA-CPU0")
-        GENERATE_CPU_OBJECT(0x0b, SCKB, "SCKCPUB", CPUB, "SCKB-CPU0")
-        GENERATE_CPU_OBJECT(0x0c, SCKC, "SCKCPUC", CPUC, "SCKC-CPU0")
-        GENERATE_CPU_OBJECT(0x0d, SCKD, "SCKCPUD", CPUD, "SCKD-CPU0")
-        GENERATE_CPU_OBJECT(0x0e, SCKE, "SCKCPUE", CPUE, "SCKE-CPU0")
-        GENERATE_CPU_OBJECT(0x0f, SCKF, "SCKCPUF", CPUF, "SCKF-CPU0")
-        GENERATE_CPU_OBJECT(0x10, SCKG, "SCKCPUG", CPUG, "SCKG-CPU0")
-        GENERATE_CPU_OBJECT(0x11, SCKH, "SCKCPUH", CPUH, "SCKH-CPU0")
-        GENERATE_CPU_OBJECT(0x12, SCKI, "SCKCPUI", CPUI, "SCKI-CPU0")
-        GENERATE_CPU_OBJECT(0x13, SCKJ, "SCKCPUJ", CPUJ, "SCKJ-CPU0")
-        GENERATE_CPU_OBJECT(0x14, SCKK, "SCKCPUK", CPUK, "SCKK-CPU0")
-        GENERATE_CPU_OBJECT(0x15, SCKL, "SCKCPUL", CPUL, "SCKL-CPU0")
-        GENERATE_CPU_OBJECT(0x16, SCKM, "SCKCPUM", CPUM, "SCKM-CPU0")
-        GENERATE_CPU_OBJECT(0x17, SCKN, "SCKCPUN", CPUN, "SCKN-CPU0")
-        GENERATE_CPU_OBJECT(0x18, SCKO, "SCKCPUO", CPUO, "SCKO-CPU0")
-        GENERATE_CPU_OBJECT(0x19, SCKP, "SCKCPUP", CPUP, "SCKP-CPU0")
-        GENERATE_CPU_OBJECT(0x1a, SCKQ, "SCKCPUQ", CPUQ, "SCKQ-CPU0")
-        GENERATE_CPU_OBJECT(0x1b, SCKR, "SCKCPUR", CPUR, "SCKR-CPU0")
-        GENERATE_CPU_OBJECT(0x1c, SCKS, "SCKCPUS", CPUS, "SCKS-CPU0")
-        GENERATE_CPU_OBJECT(0x1d, SCKT, "SCKCPUT", CPUT, "SCKT-CPU0")
-        GENERATE_CPU_OBJECT(0x1e, SCKU, "SCKCPUU", CPUU, "SCKU-CPU0")
-        GENERATE_CPU_OBJECT(0x1f, SCKV, "SCKCPUV", CPUV, "SCKV-CPU0")
+        GENERATE_CPU_OBJECT(0x00, SCK0, "SCKCPU0", CPU0, 0)
+        GENERATE_CPU_OBJECT(0x01, SCK1, "SCKCPU1", CPU1, 1)
+        GENERATE_CPU_OBJECT(0x02, SCK2, "SCKCPU2", CPU2, 2)
+        GENERATE_CPU_OBJECT(0x03, SCK3, "SCKCPU3", CPU3, 3)
+        GENERATE_CPU_OBJECT(0x04, SCK4, "SCKCPU4", CPU4, 4)
+        GENERATE_CPU_OBJECT(0x05, SCK5, "SCKCPU5", CPU5, 5)
+        GENERATE_CPU_OBJECT(0x06, SCK6, "SCKCPU6", CPU6, 6)
+        GENERATE_CPU_OBJECT(0x07, SCK7, "SCKCPU7", CPU7, 7)
+        GENERATE_CPU_OBJECT(0x08, SCK8, "SCKCPU8", CPU8, 8)
+        GENERATE_CPU_OBJECT(0x09, SCK9, "SCKCPU9", CPU9, 9)
+        GENERATE_CPU_OBJECT(0x0a, SCKA, "SCKCPUA", CPUA, 10)
+        GENERATE_CPU_OBJECT(0x0b, SCKB, "SCKCPUB", CPUB, 11)
+        GENERATE_CPU_OBJECT(0x0c, SCKC, "SCKCPUC", CPUC, 12)
+        GENERATE_CPU_OBJECT(0x0d, SCKD, "SCKCPUD", CPUD, 13)
+        GENERATE_CPU_OBJECT(0x0e, SCKE, "SCKCPUE", CPUE, 14)
+        GENERATE_CPU_OBJECT(0x0f, SCKF, "SCKCPUF", CPUF, 15)
+        GENERATE_CPU_OBJECT(0x10, SCKG, "SCKCPUG", CPUG, 16)
+        GENERATE_CPU_OBJECT(0x11, SCKH, "SCKCPUH", CPUH, 17)
+        GENERATE_CPU_OBJECT(0x12, SCKI, "SCKCPUI", CPUI, 18)
+        GENERATE_CPU_OBJECT(0x13, SCKJ, "SCKCPUJ", CPUJ, 19)
+        GENERATE_CPU_OBJECT(0x14, SCKK, "SCKCPUK", CPUK, 20)
+        GENERATE_CPU_OBJECT(0x15, SCKL, "SCKCPUL", CPUL, 21)
+        GENERATE_CPU_OBJECT(0x16, SCKM, "SCKCPUM", CPUM, 22)
+        GENERATE_CPU_OBJECT(0x17, SCKN, "SCKCPUN", CPUN, 23)
+        GENERATE_CPU_OBJECT(0x18, SCKO, "SCKCPUO", CPUO, 24)
+        GENERATE_CPU_OBJECT(0x19, SCKP, "SCKCPUP", CPUP, 25)
+        GENERATE_CPU_OBJECT(0x1a, SCKQ, "SCKCPUQ", CPUQ, 26)
+        GENERATE_CPU_OBJECT(0x1b, SCKR, "SCKCPUR", CPUR, 27)
+        GENERATE_CPU_OBJECT(0x1c, SCKS, "SCKCPUS", CPUS, 28)
+        GENERATE_CPU_OBJECT(0x1d, SCKT, "SCKCPUT", CPUT, 29)
+        GENERATE_CPU_OBJECT(0x1e, SCKU, "SCKCPUU", CPUU, 30)
+        GENERATE_CPU_OBJECT(0x1f, SCKV, "SCKCPUV", CPUV, 31)
 
 #undef GENERATE_CPU_OBJECT
     }
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: [Solved] Installation of last releases fails on Slackware64

Post by socratis »

Glad you got it going. And thank you for marking the topic as [Solved]... ;)
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply