Closed startergo closed 2 years ago
Apparently RefindPlusPkg-DBG.dsc
is no more. Just RefindPlusPkg.dsc
Now there is another error:
VOID EFIAPI DebugLog (
^
/home/edk2/edk2/RefindPlusPkg/BootMaster/global.h:570:6: note: previous declaration is here
VOID DebugLog (
^
1 error generated.
make: *** [GNUmakefile:5138: /home/edk2/Build/RefindPlus/DEBUG_CLANG38/X64/RefindPlusPkg/RefindPlus/OUTPUT/Library/MemLogLib/BootLog.obj] Error 1
build.py...
: error 7000: Failed to execute command
make tbuild [/home/edk2/Build/RefindPlus/DEBUG_CLANG38/X64/RefindPlusPkg/RefindPlus]
build.py...
: error F002: Failed to build module
/home/edk2/edk2/RefindPlusPkg/RefindPlus.inf [X64, CLANG38, DEBUG]
- Failed -
Build end time: 14:57:19, Nov.16 2022
Build total time: 00:00:28
+ exit
I remember fixing this problem a couple of weeks ago. I've just rechecked and it worked on my side:
cd /tmp
git clone https://github.com/xaionaro/edk2-builder-docker
cd edk2-builder-docker/examples/
./build.sh
Try to delete the old version (to force downloading a new version):
docker rmi $(docker images --format '{{ .ID }}' -f 'reference=xaionaro2/edk2-builder')
There is no build.sh in examples: https://github.com/xaionaro/edk2-builder-docker/tree/main/examples
Sorry, missed one line from the history :)
cd github.com-dakanji-RefindPlus
BTW, it also seems I accidentally deleted the docker pull
lines which should prevent this problem in the first place.
You might want to update the readme with the build.sh script as they are different. I used the readme example.