Custom Query (16363 matches)
Results (10 - 12 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter | |
|---|---|---|---|---|---|
| #18801 | fixed | Trunk does not compile on latest OpenSuse Tumbleweed | |||
| Description |
Trunk does not compile on latest OpenSuse Tumbleweed installation and bails out with an internal compiler error after warnings. Here are the details: 1) OS version: hpbox:/site/sw/linux # uname -a Linux hpbox 5.2.2-1-default #1 SMP Mon Jul 22 10:29:33 UTC 2019 (adfddac) x86_64 x86_64 x86_64 GNU/Linux hpbox:/ # cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20190726" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20190726" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:tumbleweed:20190726" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" LOGO="distributor-logo" 2) gcc / g++ version: VBox/Trunk fbatschu@hpbox trunk $ cc -v Using built-in specs. COLLECT_GCC=cc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/9/lto-wrapper OFFLOAD_TARGET_NAMES=hsa:nvptx-none Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --disable-werror --with-gxx-include-dir=/usr/include/c++/9 --enable-ssp --disable-libssp --disable-libvtv --disable-cet --disable-libcc1 --enable-plugin --with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-libphobos --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-9 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --with-build-config=bootstrap-lto-lean --enable-link-mutex --build=x86_64-suse-linux --host=x86_64-suse-linux Thread model: posix gcc version 9.1.1 20190723 [gcc-9-branch revision 273734] (SUSE Linux) Box/Trunk fbatschu@hpbox trunk $ g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/9/lto-wrapper OFFLOAD_TARGET_NAMES=hsa:nvptx-none Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d --enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver --disable-werror --with-gxx-include-dir=/usr/include/c++/9 --enable-ssp --disable-libssp --disable-libvtv --disable-cet --disable-libcc1 --enable-plugin --with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-libphobos --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-9 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --with-build-config=bootstrap-lto-lean --enable-link-mutex --build=x86_64-suse-linux --host=x86_64-suse-linux Thread model: posix gcc version 9.1.1 20190723 [gcc-9-branch revision 273734] (SUSE Linux) 3) XXX build error, internal compiler error: kBuild: Compiling vboxsoap - /site/ws/vbox/trunk/tools/common/gsoap/v2.8.72/stdsoap2.cpp /site/ws/vbox/trunk/tools/common/gsoap/v2.8.72/stdsoap2.cpp: In function ‘int fsend(soap*, const char*, size_t)’: /site/ws/vbox/trunk/tools/common/gsoap/v2.8.72/stdsoap2.cpp:644:34: warning: logical ‘and’ of equal expressions [-Wlogical-op]
/site/ws/vbox/trunk/tools/common/gsoap/v2.8.72/stdsoap2.cpp:746:37: warning: logical ‘or’ of equal expressions [-Wlogical-op]
/site/ws/vbox/trunk/tools/common/gsoap/v2.8.72/stdsoap2.cpp: In function ‘size_t frecv(soap*, char*, size_t)’: /site/ws/vbox/trunk/tools/common/gsoap/v2.8.72/stdsoap2.cpp:1069:32: warning: logical ‘and’ of equal expressions [-Wlogical-op]
/site/ws/vbox/trunk/tools/common/gsoap/v2.8.72/stdsoap2.cpp:1174:30: warning: logical ‘and’ of equal expressions [-Wlogical-op]
The failing command: @g++ -c -g -g -pipe -pedantic -Wshadow -Wall -Wextra -Wno-missing-field-initializers -Wno-unused -Wno-trigraphs -fdiagnostics-show-option -Wno-unused-parameter -Wlogical-op -Wno-variadic-macros -Wno-long-long -Wunused-variable -Wunused-function -Wunused-label -Wunused-parameter -Wno-overloaded-virtual -Wno-array-bounds -Wno-ignored-qualifiers -Wno-variadic-macros -O0 -fno-omit-frame-pointer -fno-strict-aliasing -Wno-unused-parameter -Wno-shadow -Wno-parentheses -Wno-literal-suffix -Wno-stringop-overflow -Wno-stringop-truncation -Wno-vla -Wno-format -Wno-deprecated-declarations -m64 -I/site/ws/vbox/trunk/tools/common/gsoap/v2.8.72 -I/site/ws/vbox/trunk/tools/common/gsoap/v2.8.72/import -I/site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice -I/site/ws/vbox/trunk/src/VBox/Main/webservice -I/site/ws/vbox/trunk/out/linux.amd64/debug/obj/vboxsoap/dtrace -I/site/ws/vbox/trunk/out/linux.amd64/debug/obj/crypto-1.1.1-headers/include -I/site/ws/vbox/trunk/include -I/site/ws/vbox/trunk/out/linux.amd64/debug -DVBOX -DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_REM -DDEBUG -DDEBUG_fbatschu -DDEBUG_USERNAME=fbatschu -DRT_OS_LINUX -D_FILE_OFFSET_BITS=64 -DRT_ARCH_AMD64 -DAMD64 -DVBOX_WITH_DEBUGGER -DRT_LOCK_STRICT -DRT_LOCK_STRICT_ORDER -DIN_RING3 -DGC_ARCH_BITS=64 -DVBOX_WITH_DTRACE -DVBOX_WITH_DTRACE_R3 -DWITH_OPENSSL -DHC_ARCH_BITS=64 -Wp,-MD,/site/ws/vbox/trunk/out/linux.amd64/debug/obj/vboxsoap/gen/webservice/soapC-1.o.dep -Wp,-MT,/site/ws/vbox/trunk/out/linux.amd64/debug/obj/vboxsoap/gen/webservice/soapC-1.o -Wp,-MP -o /site/ws/vbox/trunk/out/linux.amd64/debug/obj/vboxsoap/gen/webservice/soapC-1.o /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapC-1.cpp kBuild: Compiling vboxsoap - /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapC-1.cpp In file included from /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapC-1.cpp:19: /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapH.h: In function ‘int soap_GET_vboxIProcess_USCOREgetArguments(soap*, const char*, vboxIProcess_USCOREgetArguments*)’: /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapH.h:377329: note: ‘-Wmisleading-indentation’ is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers 377329 | return SOAP_OK;
during GIMPLE pass: printf-return-value /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapC-1.cpp: In function ‘int soap_putelement(soap*, const void*, const char*, int, int)’: /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapC-1.cpp:19791: internal compiler error: in subspan, at input.h:68 19791 | SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap *soap, const void *ptr, const char *tag, int id, int type)
Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.opensuse.org/> for instructions. kmk: * /site/ws/vbox/trunk/out/linux.amd64/debug/obj/vboxsoap/gen/webservice/soapC-1.o Error 1 kmk: * Waiting for unfinished jobs.... kBuild: Compiling vboxsoap - /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapC-2.cpp In file included from /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapC-2.cpp:1: /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapH.h: In function ‘int soap_GET_vboxIProcess_USCOREgetArguments(soap*, const char*, vboxIProcess_USCOREgetArguments*)’: /site/ws/vbox/trunk/out/linux.amd64/debug/obj/webservice/soapH.h:377329: note: ‘-Wmisleading-indentation’ is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers 377329 | return SOAP_OK;
kmk: * Exiting with status 2 4) Opensuses working Virtualbox: We know that the OpenSuse folks at least got the previous version properly compiled: #zypper info virtualbox Loading repository data... Reading installed packages... Information for package virtualbox: Repository : openSUSE-Tumbleweed-Oss Name : virtualbox Version : 6.0.8-3.5 Arch : x86_64 Vendor : openSUSE Installed Size : 39,0 MiB Installed : Yes Status : up-to-date Source package : virtualbox-6.0.8-3.5.src Summary : VirtualBox is an Emulator |
||||
| #18853 | fixed | vboxadd.service unmounting vboxsf may return wrong error | |||
| Description |
On Linux, the service (script) /opt/VBoxGuestAdditions-5.2.32/init/vboxadd does shared folder(s) unmounting with: if ! umount -a -t vboxsf 2>/dev/null; then fail "Cannot unmount vboxsf folders" fi However umount may return an error if, for example, the same mount is available in more than one place, through binding. Then after first unmount of the same share the next one will be erroneous and umount may return error (on my Linux/Fedora it returns code 32). I'm suggesting to slightly modify that script to avoid (possibly wrong) error exit (which can annoy your logs ), as below: if ! umount -a -t vboxsf 2>/dev/null; then [ -n "$(findmnt -t vboxsf)" ] && fail "Cannot unmount vboxsf folders" fi |
||||
| #18868 | fixed | corrections for tutorial: Set up a DOS VM with networking (and shared folders). | |||
| Description |
Full details of corrections are here: https://forums.virtualbox.org/viewtopic.php?f=4&t=94447&p=456123#p456123 Almost all links are broken on the tutorial. I replaced them all with authentic links whenever possible. This makes the tutorial fully usable again where it was not before. Thanks! Steve Sybesma |
||||

