Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build on Manjaro Linux x86_64: BaseException on second try. #85

Open
Folaht opened this issue Sep 7, 2023 · 0 comments
Open

Comments

@Folaht
Copy link

Folaht commented Sep 7, 2023

BOARD = qemu
KERNEL = vmlinuz-virt
INITRD = initramfs-virt.gz
ROM = boards/qemu/qemu.rom

I get a different error on the first try.

$ make
( cd edk2/OvmfPkg ; ./build.sh )
Initializing workspace
/home/folaht/Ehsaj/linuxboot/edk2/BaseTools
Loading previous configuration from /home/folaht/Ehsaj/linuxboot/edk2/Conf/BuildEnv.sh
WORKSPACE: /home/folaht/Ehsaj/linuxboot/edk2
EDK_TOOLS_PATH: /home/folaht/Ehsaj/linuxboot/edk2/BaseTools
CONF_PATH: /home/folaht/Ehsaj/linuxboot/edk2/Conf
using prebuilt tools
Running edk2 build for OvmfPkgX64
  File "/home/folaht/Ehsaj/linuxboot/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 548
    except BaseException, X:
           ^^^^^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
make: *** [boards/qemu/Makefile.board:62: boards/qemu/qemu.rom] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant