opuntiaOS-Project / opuntiaOS

opuntiaOS - an operating system targeting x86, ARM and RISC-V.
BSD 2-Clause "Simplified" License
660 stars 32 forks source link

Missing requirement: mako-render #70

Closed azkadev closed 1 year ago

azkadev commented 2 years ago

I tried to build it myself but at this command

./toolchains/scripts/i686-elf-tools.sh

this error appears

BUILD_TARGET     = i686-elf
BUILD_DIR        = /home/codespace/build-i686-elf
BUILD_BINUTILS   = true
BUILD_GCC        = true
BUILD_GDB        = true
ZIP              = true
WIN              = 
LINUX            = 
ENV              = 
x64              = 
BINUTILS_VERSION = 2.35
GCC_VERSION      = 11.1.0
GDB_VERSION      = 9.2
PATH             = /opt/mxe/usr/bin:/home/codespace/build-i686-elf/linux/output/bin:/home/codespace/build-i686-elf/windows/output/bin:/usr/local/rvm/gems/ruby-3.1.2/bin:/usr/local/rvm/gems/ruby-3.1.2@global/bin:/usr/local/rvm/rubies/ruby-3.1.2/bin:/vscode/bin/linux-x64/d045a5eda657f4d7b676dedbfa7aab8207f8a075/bin/remote-cli:/home/codespace/.local/bin:/home/codespace/.dotnet:/home/codespace/.nodejs/current/bin:/home/codespace/.php/current/bin:/home/codespace/.python/current/bin:/home/codespace/.java/current/bin:/home/codespace/.ruby/current/bin:/home/codespace/.local/bin:/usr/local/oryx:/usr/local/go/bin:/go/bin:/usr/local/sdkman/bin:/usr/local/sdkman/candidates/java/current/bin:/usr/local/sdkman/candidates/gradle/current/bin:/usr/local/sdkman/candidates/maven/current/bin:/usr/local/rvm/gems/default/bin:/usr/local/rvm/gems/default@global/bin:/usr/local/rvm/rubies/default/bin:/usr/local/share/rbenv/bin:/opt/conda/bin:/usr/local/php/current/bin:/usr/local/python/current/bin:/usr/local/py-utils/bin:/usr/local/nvs:/usr/local/share/nvm/versions/node/v16.18.0/bin:/usr/local/hugo/bin:/usr/local/dotnet/current:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/rvm/bin
Installing packages
Installing MXE
    Cloning MXE and compiling mingw32.static GCC
Cloning into 'mxe'...
remote: Enumerating objects: 54303, done.
remote: Counting objects: 100% (554/554), done.
remote: Compressing objects: 100% (213/213), done.
remote: Total 54303 (delta 361), reused 501 (delta 336), pack-reused 53749
Receiving objects: 100% (54303/54303), 26.31 MiB | 16.25 MiB/s, done.
Resolving deltas: 100% (39526/39526), done.
[create settings.mk]
== gcc is now a dependency of virtual toolchain package cc
      - cc will build gcc, pkgconf, and other core toolchain packages
      - please update scripts accordingly (ignore if you are building gcc alone)

[check reqs]
Missing requirement: mako-render

Please have a look at "docs/index.html" to ensure
that your system meets all requirements.

make: *** [Makefile:477: /opt/mxe/usr/installed/check-requirements] Error 1