From chris.paul at rexconsulting.net Tue Aug 8 15:24:00 2023 From: chris.paul at rexconsulting.net (Christopher Paul) Date: Tue, 8 Aug 2023 08:24:00 -0700 Subject: [sbopkg-users] problem compiling Xen Message-ID: <5868758f-c393-3b88-8dc1-fa502e047ef9@rexconsulting.net> Hello SboPKG-users, I am stuck compiling Xen. I'd appreciate if anyone could point out what I'm missing or doing wrong. Hardware:Dell Precision Tower 7810 XCTO Base, Xeon E5-2630 v3, 64GB SATA Just installed Slackware64-15.0, added multilib, and struggled through figuring out some of the dependencies. The acpica package was particularly troublesome since Intel forbids the download of the package listed. I got thru that by downloading "acpica-unix2-20230628" manually, changing the .info and the SlackBuild file to use it, and that seemed to work. Now I'm stuck here: make[8]: *** [GNUmakefile:328: /tmp/SBo/xen-4.17.1/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.obj] Error 127 make[8]: Leaving directory '/tmp/SBo/xen-4.17.1/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev' make[8]: Leaving directory '/tmp/SBo/xen-4.17.1/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib' build.py... : error 7000: Failed to execute command make tbuild [/tmp/SBo/xen-4.17.1/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev] build.py... : error 7000: Failed to execute command make tbuild [/tmp/SBo/xen-4.17.1/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr] build.py... : error 7000: Failed to execute command make tbuild [/tmp/SBo/xen-4.17.1/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib] build.py... : error F002: Failed to build module /tmp/SBo/xen-4.17.1/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf [X64, GCC5, RELEASE] - Failed - Build end time: 21:57:28, Aug.07 2023 Build total time: 00:00:42 make[7]: *** [Makefile:20: build] Error 1 make[7]: Leaving directory '/tmp/SBo/xen-4.17.1/tools/firmware/ovmf-dir-remote' make[6]: *** [/tmp/SBo/xen-4.17.1/tools/firmware/../../tools/Rules.mk:204: subdir-all-ovmf-dir] Error 2 make[6]: Leaving directory '/tmp/SBo/xen-4.17.1/tools/firmware' make[5]: *** [/tmp/SBo/xen-4.17.1/tools/firmware/../../tools/Rules.mk:199: subdirs-all] Error 2 make[5]: Leaving directory '/tmp/SBo/xen-4.17.1/tools/firmware' make[4]: *** [Makefile:44: all] Error 2 make[4]: Leaving directory '/tmp/SBo/xen-4.17.1/tools/firmware' make[3]: *** [/tmp/SBo/xen-4.17.1/tools/../tools/Rules.mk:204: subdir-install-firmware] Error 2 make[3]: Leaving directory '/tmp/SBo/xen-4.17.1/tools' make[2]: *** [/tmp/SBo/xen-4.17.1/tools/../tools/Rules.mk:199: subdirs-install] Error 2 make[2]: Leaving directory '/tmp/SBo/xen-4.17.1/tools' make[1]: *** [Makefile:65: install] Error 2 make[1]: Leaving directory '/tmp/SBo/xen-4.17.1/tools' make: *** [Makefile:147: install-tools] Error 2 xen: Would you like to continue processing the rest of the queue or would you like to abort? If this failed package is a dependency of another package in the queue then it may not make sense to continue. (Y)es to continue, (N)o to abort, (R)etry the build?: Thanks, Chris Paul -- chris.paul at rexconsulting.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris.paul at rexconsulting.net Wed Aug 9 02:23:16 2023 From: chris.paul at rexconsulting.net (Christopher Paul) Date: Tue, 8 Aug 2023 19:23:16 -0700 Subject: [sbopkg-users] problem compiling Xen In-Reply-To: <5868758f-c393-3b88-8dc1-fa502e047ef9@rexconsulting.net> References: <5868758f-c393-3b88-8dc1-fa502e047ef9@rexconsulting.net> Message-ID: <0e562d87-a4f1-a24e-174b-867d95ab58fa@rexconsulting.net> On 8/8/23 08:24, Christopher Paul wrote: > > Hello SboPKG-users, > > I am stuck compiling Xen. I'd appreciate if anyone could point out > what I'm missing or doing wrong. > Wow. I figured it out after a bit. I was missing: ? - m4 - bison - pkg-config - gccmakedep-1.0.3-noarch-4 - pixman - cmake - libyajl (from sbopkg, not slackpkg) - nasm - ninja - libX11-1.8.6-x86_64-1_slack15.0 - xorgproto-2021 - libxcb - xcb-proto - libXdmcp - libXau - fontconfig Long Live Slackware! It only took me 30 or 40 attempts. Hard is hard only at first, I think. Easy is easy at first but tends to be hard later. That's the theory I've formed in the past 28 or so years, since the last time I used Slackware. Chris Paul -- chris.paul at rexconsulting.net -------------- next part -------------- An HTML attachment was scrubbed... URL: