Package Details: edk2-ovmf-git r34315.93aeaa0812-1

Git Clone URL: https://aur.archlinux.org/edk2-git.git (read-only, click to copy)
Package Base: edk2-git
Description: Firmware for Virtual Machines (x86_64, i686)
Upstream URL: https://github.com/tianocore/tianocore.github.io/wiki/OVMF
Licenses: BSD, MIT
Conflicts: ovmf
Provides: ovmf
Replaces: ovmf
Submitter: markzz
Maintainer: None
Last Packager: C0rn3j
Votes: 31
Popularity: 0.000000
First Submitted: 2022-01-12 20:51 (UTC)
Last Updated: 2025-05-26 09:50 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »

zhangyoufu commented on 2016-10-04 11:38 (UTC)

The --enable-flash parameter seems to control the way build.sh invokes QEMU, and is useless for OVMF building.

zhangyoufu commented on 2016-10-04 10:58 (UTC)

What about using TOOL_CHAIN_TAG = GCC5 instead of "Fix GCC Warning as error"?

smbullet commented on 2016-10-01 19:49 (UTC)

This PKGBUILD should work for the meantime: http://pastebin.com/X5uwJPi5

markzz commented on 2016-10-01 18:20 (UTC)

Flag it out of date if the PKGBUILD is out of date. Also there's *nothing* preventing you from updating the script yourself in the meantime.

z3ntu commented on 2016-10-01 17:31 (UTC)

patch: **** Can't open patch file /aur/packages/ovmf-git/src/edk2/CryptoPkg/Library/OpensslLib/EDKII_openssl-1.0.2h.patch : No such file or directory @markzz !

dullin commented on 2016-09-30 05:30 (UTC)

There's a new version of openssl-1.0.2j and the files for 1.0.2h are now missing. We need to update the version and SHA1 in the PKGBUILD to fix it.

hydranix commented on 2016-08-24 06:20 (UTC) (edited on 2016-08-24 06:25 (UTC) by hydranix)

I believe the problems building may be caused by community/hardening-wrapper Removing the hardening-wrapper package fixed many build issues in AUR packages for me, including this one. Need confirmation though.

markzz commented on 2016-07-30 03:28 (UTC)

lucasheringer: Some people have issues building this on some configurations. I'm not sure what's causing these, but try building the package in a clean chroot. You can find information on how to do this on the wiki.

newsboost commented on 2016-07-30 03:25 (UTC)

Hi lucasheringer, I can say that this seemed to work very well, at my location: "packer -S ovmf-git". It finished up with "==> Finished making: ovmf-git 19546.92e9b9f-1 (Sat Jul 30 05:22:06 CEST 2016)". Not sure what you've done wrong, though... Assume you have everything updated...

lucasheringer commented on 2016-07-25 19:14 (UTC)

Not building for me: /usr/bin/ld: GnuGenBootSector.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC GnuGenBootSector.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status make[2]: *** [../Makefiles/app.makefile:24: ../bin/GnuGenBootSector] Error 1 make[2]: Leaving directory '/tmp/yaourt-tmp-lucas/aur-ovmf-git/src/edk2/BaseTools/Source/C/GnuGenBootSector' make[1]: *** [GNUmakefile:79: GnuGenBootSector] Error 2 make[1]: Leaving directory '/tmp/yaourt-tmp-lucas/aur-ovmf-git/src/edk2/BaseTools/Source/C' make: *** [GNUmakefile:25: Source/C] Error 2 make: Leaving directory '/tmp/yaourt-tmp-lucas/aur-ovmf-git/src/edk2/BaseTools'