Package Details: uefi-shell-git 30713.edk2.stable202211.40.g1fd8d08970-1

Git Clone URL: https://aur.archlinux.org/uefi-shell-git.git (read-only, click to copy)
Package Base: uefi-shell-git
Description: UEFI Shell v2 - from Tianocore EDK2 - GIT Version
Upstream URL: https://github.com/tianocore/edk2
Licenses: BSD
Conflicts: uefi-shell, uefi-shell-svn
Provides: uefi-shell
Submitter: ka2107
Maintainer: Flubbadub
Last Packager: Flubbadub
Votes: 51
Popularity: 0.000000
First Submitted: 2015-07-22 00:17 (UTC)
Last Updated: 2022-12-13 21:11 (UTC)

Dependencies (3)

Required by (0)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Hello71 commented on 2017-08-31 00:52 (UTC)

wfm.

GeneArch commented on 2017-08-30 19:06 (UTC)

Fails to build with new gcc in testing gcc 7.2.0-2: Entering directory '/home/build/aur/uefi-shell/uefi-shell-git/src/edk2/BaseTools/Source/C/EfiRom' gcc -o ../bin/EfiRom EfiRom.o -L../libs -lCommon /usr/bin/ld: ../libs/libCommon.a(EfiCompress.o): relocation R_X86_64_32S against `.bss' can not be used w hen making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status make[2]: *** [../Makefiles/app.makefile:24: ../bin/EfiRom] Error 1 make[2]: Leaving directory '/home/build/aur/uefi-shell/uefi-shell-git/src/edk2/BaseTools/Source/C/EfiRom' make[1]: *** [GNUmakefile:80: EfiRom] Error 2 make[1]: Leaving directory '/home/build/aur/uefi-shell/uefi-shell-git/src/edk2/BaseTools/Source/C' make: *** [GNUmakefile:25: Source/C] Error 2 make: Leaving directory '/home/build/aur/uefi-shell/uefi-shell-git/src/edk2/BaseTools' ==> ERROR: A failure occurred in build(). Aborting...

Hello71 commented on 2016-09-20 14:10 (UTC) (edited on 2019-09-01 20:30 (UTC) by Hello71)

If you have any problems (e.g. does not compile) with this package, consider the binary shells: https://github.com/tianocore/edk2/releases.

flipflop97 commented on 2016-09-14 18:24 (UTC)

The build fails with the following error: gcc: error: unrecognized command line option ‘--build-id=none’; did you mean ‘--builtin’?

ljrk commented on 2016-08-23 20:24 (UTC)

It should probably be a ',' separating the linker flags: ``` diff --git a/PKGBUILD b/PKGBUILD index ce9768d..ec9a433 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,7 +27,7 @@ _COMPILER="GCC49" _pkgname="uefi-shell" pkgname="${_pkgname}-git" -pkgver=19533.39dbc4d +pkgver=19793.4962fcf pkgrel=1 pkgdesc="UEFI Shell v2 - from Tianocore EDK2 - GIT Version" url="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ShellPkg" @@ -75,7 +75,7 @@ _prepare_tianocore_sources() { msg "Delete bogus dependency files" find . -name '*.d' -delete - sed 's|--gc-sections|--gc-sections --build-id=none|g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" + sed 's|--gc-sections|--gc-sections,--build-id=none|g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" msg "Use python2 for UDK BaseTools" sed 's|python |python2 |g' -i "${EDK_TOOLS_PATH}/BinWrappers/PosixLike"/* || true ```

filoran commented on 2016-08-19 14:22 (UTC)

The build succeeds when commenting line 78 of the PKGBUILD, thus preventing passing the '--build-id=none' option. Was there a specific reason to have it in?

CyberShadow commented on 2016-08-18 08:16 (UTC)

I think this needs to be updated for gcc 6: gcc: error: unrecognized command line option ‘--build-id=none’; did you mean ‘--builtin’?

ka2107 commented on 2016-03-23 00:07 (UTC)

Due to work and other life commitments, I am unable to devote time to maintain this package. Orphaned.

walkingrobot commented on 2015-04-10 21:32 (UTC)

Hi, I have built this with no problems. However, it will not launch at boot. V1 and v2 precompiled shells will run. Uefi ver of my system is American Megatrends v2.3i. I am hoping for some guidance. Thank you Dennis