Skip to content
Snippets Groups Projects
  1. Mar 21, 2023
    • Martin Matějek's avatar
      README.adoc: add "libyaml-dev" to debian dependencies · a4aa5e55
      Martin Matějek authored
      Debian package `libyaml-dev` is required on build host to successfully build package `kernel/linux`.
      
      Otherwise we will get following errors:
      
      mltree.o -L/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lyaml
      /usr/bin/ld: skipping incompatible /build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libyaml.so when searching for -lyaml
      /usr/bin/ld: skipping incompatible /build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libyaml.a when searching for -lyaml
      /usr/bin/ld: cannot find -lyaml
      /usr/bin/ld: skipping incompatible /build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libyaml.so when searching for -lyaml
      collect2: error: ld returned 1 exit status
      time: package/kernel/linux/compile#2.05#0.33#2.39
          ERROR: package/kernel/linux failed to build.
      Verified
      a4aa5e55
  2. Jan 16, 2023
  3. Oct 29, 2022
  4. Jul 18, 2022
  5. Jun 06, 2022
  6. Oct 15, 2021
  7. Oct 08, 2021
  8. Aug 04, 2021
    • Josef Schlehofer's avatar
      README: add libc6-dev-i386 dependency · d009f463
      Josef Schlehofer authored
      
      This dependency is required while compiling moonjit (it's luajit's
      fork). Moonjit is used, for example, by Knot Resolver.
      Otherwise, compilation fails with the following output:
      
      /usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory
          7 | # include <gnu/stubs-32.h>
            |           ^~~~~~~~~~~~~~~~
      compilation terminated.
      
      Reported-by: default avatarMichal Vasilek <michal.vasilek@nic.cz>
      Verified
      d009f463
  9. Jan 12, 2021
    • Josef Schlehofer's avatar
      README: add Python3 to requirements · be32d92e
      Josef Schlehofer authored and Jan Pavlinec's avatar Jan Pavlinec committed
      This is required for OpenWrt master (which is going to become OpenWrt
      20.xx/21.xx) once it is released. Otherwise, you will get this error:
      Build dependency: Please install Python >= 3.5
      
      Python2 needs to be there for OpenWrt 19.07.
      Verified
      be32d92e
  10. Dec 10, 2020
    • Josef Schlehofer's avatar
      README: add g++-multilib as requirement · d9543166
      Josef Schlehofer authored
      While building node packages on Ubuntu 20.04 LTS, node fails because of:
      
      In file included from /usr/include/c++/9/deque:60,
                       from /usr/include/c++/9/queue:60,
                       from ../deps/v8/src/libplatform/default-foreground-task-runner.h:8,
                       from ../deps/v8/src/libplatform/default-foreground-task-runner.cc:5:
      /usr/include/c++/9/bits/stl_algobase.h:59:10: fatal error: bits/c++config.h: No such file or directory
         59 | #include <bits/c++config.h>
            |          ^~~~~~~~~~~~~~~~~~
      compilation terminated.
      
      This can be solved by installing g++-multilib
      d9543166
  11. Jun 01, 2020
  12. Feb 17, 2020
  13. Jan 13, 2020
  14. Jan 07, 2020
    • Karel Koci's avatar
      Change extension for README and WORKFLOW · 46a88506
      Karel Koci authored
      Change .asciidoc to more standard and shorter .adoc.
      
      This potentially breaks some links to workflow in master from outside
      but in general is has to happen to be consistent with other projects and
      future changes in them.
      Verified
      46a88506
  15. Sep 04, 2019
  16. Sep 01, 2019
  17. May 30, 2019
  18. Mar 14, 2019
  19. Dec 06, 2018
  20. Aug 06, 2018
  21. Mar 07, 2018
  22. Jan 25, 2018
  23. Jan 19, 2018