Re: sysutils/uefi-edk2-bhyve isssue
On Mon, Feb 22, 2021 at 11:30:24PM -0700, Rebecca Cran wrote: > On 2/22/2021 9:21 PM, Rebecca Cran wrote: > > On 2/22/2021 8:43 AM, The Doctor wrote: > > > >> Same result and now looking to reinstall gcc48 > >> in the csm version! > > > > I just installed a fresh copy of FreeBSD 12.2 and ran 'make' in > > /usr/ports/sysutils/uefi-edk2-bhyve and it completed without any errors. > > > > I'm trying using synth next. > > That worked too. > > Do you have anything in /etc/make.conf that could be affecting the build? > > > -- > Rebecca Cran > > DEFAULT_VERSIONS+=linux=c7_64 DEFAULT_VERSIONS+=ruby=2.7 DEFAULT_VERSIONS+=python=3.8 DEFAULT_VERSIONS+=pytho3=3.8 DEFAULT_VERSIONS+=bdb=5.3 DEFAULT_VERSIONS+=lua=5.3 DEFAULT_VERSIONS+=perl5=5.30 DEFAULT_VERSIONS+=ssl=openssl DEFAULT_VERSIONS+=gcc=10 HAVE_MOTIF=yes CC=/usr/local/bin/clang11 C++=/usr/local/bin/clang++11 CXX=/usr/local/bin/clang++11 CPP=/usr/local/bin/clang-cpp11 MAKE_JOBS_NUMBER=1 SUEXEC_DOCROOT=/usr/home SUEXEC_USERDIR=html SUEXEC_GID_MIN=100 SUEXEC_UID_MIN=100 -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b NFLD on 13 Feb vote Liberal ! ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
Re: sysutils/uefi-edk2-bhyve isssue
On 2/23/21 7:49 AM, The Doctor wrote: On Mon, Feb 22, 2021 at 11:30:24PM -0700, Rebecca Cran wrote: Do you have anything in /etc/make.conf that could be affecting the build? DEFAULT_VERSIONS+=linux=c7_64 DEFAULT_VERSIONS+=ruby=2.7 DEFAULT_VERSIONS+=python=3.8 DEFAULT_VERSIONS+=pytho3=3.8 DEFAULT_VERSIONS+=bdb=5.3 DEFAULT_VERSIONS+=lua=5.3 DEFAULT_VERSIONS+=perl5=5.30 DEFAULT_VERSIONS+=ssl=openssl DEFAULT_VERSIONS+=gcc=10 HAVE_MOTIF=yes CC=/usr/local/bin/clang11 C++=/usr/local/bin/clang++11 CXX=/usr/local/bin/clang++11 CPP=/usr/local/bin/clang-cpp11 MAKE_JOBS_NUMBER=1 SUEXEC_DOCROOT=/usr/home SUEXEC_USERDIR=html SUEXEC_GID_MIN=100 SUEXEC_UID_MIN=100 Could you try removing or commenting out the CC, C++, CXX and CPP lines please? -- Rebecca Cran ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
Re: sysutils/uefi-edk2-bhyve isssue
On 23/02/2021 15:49, The Doctor via freebsd-ports wrote: DEFAULT_VERSIONS+=linux=c7_64 DEFAULT_VERSIONS+=ruby=2.7 DEFAULT_VERSIONS+=python=3.8 DEFAULT_VERSIONS+=pytho3=3.8 This looks like a typo BTW. ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
Re: sysutils/uefi-edk2-bhyve isssue
On Tue, Feb 23, 2021 at 08:31:18AM -0700, Rebecca Cran wrote: > On 2/23/21 7:49 AM, The Doctor wrote: > > On Mon, Feb 22, 2021 at 11:30:24PM -0700, Rebecca Cran wrote: > > >> Do you have anything in /etc/make.conf that could be affecting the build? > > > > DEFAULT_VERSIONS+=linux=c7_64 > > DEFAULT_VERSIONS+=ruby=2.7 > > DEFAULT_VERSIONS+=python=3.8 > > DEFAULT_VERSIONS+=pytho3=3.8 > > DEFAULT_VERSIONS+=bdb=5.3 > > DEFAULT_VERSIONS+=lua=5.3 > > DEFAULT_VERSIONS+=perl5=5.30 > > DEFAULT_VERSIONS+=ssl=openssl > > DEFAULT_VERSIONS+=gcc=10 > > HAVE_MOTIF=yes > > CC=/usr/local/bin/clang11 > > C++=/usr/local/bin/clang++11 > > CXX=/usr/local/bin/clang++11 > > CPP=/usr/local/bin/clang-cpp11 > > MAKE_JOBS_NUMBER=1 > > SUEXEC_DOCROOT=/usr/home > > SUEXEC_USERDIR=html > > SUEXEC_GID_MIN=100 > > SUEXEC_UID_MIN=100 > > > > Could you try removing or commenting out the CC, C++, CXX and CPP lines > please? > > -- > Rebecca Cran > Same result. -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b NFLD on 13 Feb vote Liberal ! ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
Re: sysutils/uefi-edk2-bhyve isssue
On Tue, Feb 23, 2021 at 08:31:18AM -0700, Rebecca Cran wrote: > On 2/23/21 7:49 AM, The Doctor wrote: > > On Mon, Feb 22, 2021 at 11:30:24PM -0700, Rebecca Cran wrote: > > >> Do you have anything in /etc/make.conf that could be affecting the build? > > > > DEFAULT_VERSIONS+=linux=c7_64 > > DEFAULT_VERSIONS+=ruby=2.7 > > DEFAULT_VERSIONS+=python=3.8 > > DEFAULT_VERSIONS+=pytho3=3.8 > > DEFAULT_VERSIONS+=bdb=5.3 > > DEFAULT_VERSIONS+=lua=5.3 > > DEFAULT_VERSIONS+=perl5=5.30 > > DEFAULT_VERSIONS+=ssl=openssl > > DEFAULT_VERSIONS+=gcc=10 > > HAVE_MOTIF=yes > > CC=/usr/local/bin/clang11 > > C++=/usr/local/bin/clang++11 > > CXX=/usr/local/bin/clang++11 > > CPP=/usr/local/bin/clang-cpp11 > > MAKE_JOBS_NUMBER=1 > > SUEXEC_DOCROOT=/usr/home > > SUEXEC_USERDIR=html > > SUEXEC_GID_MIN=100 > > SUEXEC_UID_MIN=100 > > > > Could you try removing or commenting out the CC, C++, CXX and CPP lines > please? > > -- > Rebecca Cran > Again, same issue. What is causing ld-elf.so.1: /usr/local/lib/compat/libstdc++.so.6: version CXXABI_1.3.8 required +by +/usr/ports/sysutils/uefi-edk2-bhyve/work/edk2-2e1e8c35f3178df95d79da81ac6deec24 +2da74c2/BaseTools/Source/C/bin/VfrCompile not found make[2]: *** [GNUmakefile:315: +/usr/ports/sysutils/uefi-edk2-bhyve/work/Build/BhyveX64/RELEASE_GCC5/X64/MdeMod +ulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG/Bo +otMaintenanceManager.c] Error 1 make[2]: Leaving directory +'/usr/ports/sysutils/uefi-edk2-bhyve/work/Build/BhyveX64/RELEASE_GCC5/X64/MdeMo +dulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib' To take place? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b NFLD on 13 Feb vote Liberal ! ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
Re: sysutils/uefi-edk2-bhyve isssue
On 2/23/2021 5:58 PM, The Doctor wrote: Again, same issue. What is causing ld-elf.so.1: /usr/local/lib/compat/libstdc++.so.6: version CXXABI_1.3.8 required +by +/usr/ports/sysutils/uefi-edk2-bhyve/work/edk2-2e1e8c35f3178df95d79da81ac6deec24 +2da74c2/BaseTools/Source/C/bin/VfrCompile not found make[2]: *** [GNUmakefile:315: +/usr/ports/sysutils/uefi-edk2-bhyve/work/Build/BhyveX64/RELEASE_GCC5/X64/MdeMod +ulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG/Bo +otMaintenanceManager.c] Error 1 make[2]: Leaving directory +'/usr/ports/sysutils/uefi-edk2-bhyve/work/Build/BhyveX64/RELEASE_GCC5/X64/MdeMo +dulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib' To take place? I'm fairly sure it means you have _some_ sort of toolchain installation/configuration that's messing things up. Could you run 'make clean' in the uefi-edk2-bhyve directory - then, run 'script bhyve_build_log.txt make' to log all the output to the file 'bhyve_build_log.txt'? And then upload the contents somewhere, for example https://pastebin.com/ . -- Rebecca Cran ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"