Skip to content
Snippets Groups Projects
  1. Dec 21, 2019
  2. Dec 10, 2019
  3. Sep 27, 2019
  4. Aug 04, 2019
  5. Jul 20, 2019
  6. Jul 08, 2019
  7. Jun 02, 2019
  8. Apr 08, 2019
  9. Mar 08, 2019
  10. Jan 17, 2019
  11. Dec 09, 2018
  12. Nov 07, 2018
  13. Oct 18, 2018
  14. Oct 12, 2018
  15. Jun 13, 2018
  16. Jun 11, 2018
  17. May 23, 2018
  18. Feb 13, 2018
  19. Jan 05, 2018
  20. Dec 03, 2017
  21. Aug 30, 2017
  22. Apr 22, 2017
  23. Jan 26, 2017
  24. Oct 27, 2016
    • Michael Heimpold's avatar
      autoconf: prevent emacs detection and usage during compile · 93ed17cd
      Michael Heimpold authored
      The LEDE buildbots currently fail to build the package since there seems
      to be a problem with the emacs installed on the buildbot(s) (e.g. [1]):
      
      -snip-
      Making all in emacs
      make[7]: Entering directory `/opt/buildbot/slaves/lede-slave-tah/x86_64/build/sdk/build_dir/target-x86_64_musl-1.1.15/autoconf-2.69/lib/emacs'
      WARNING: Warnings can be ignored. :-)
      if test "emacs" != no; then \
            set x; \
            list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
              if test -f "$p"; then d=; else d="./"; fi; \
              set x "$@" "$d$p"; shift; \
            done; \
            shift; \
            EMACS="emacs" /bin/bash ../../build-aux/elisp-comp "$@" || exit 1; \
          else : ; fi
      4;1H; last errno 10)
      No buffers needed saving: you didn't lose any work.
      mv: cannot stat '*.elc': No such file or directory
      make[7]: *** [elc-stamp] Error 1
      -snap-
      
      So let's disable the emacs usage - the resulting artifacts are not
      packaged at the moment at all.
      
      [1] https://downloads.lede-project.org/snapshots/faillogs/x86_64/packages/autoconf/compile.txt
      
      
      
      Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>
      Acked-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
      93ed17cd
  25. Oct 16, 2016
  26. Oct 02, 2016
  27. Oct 01, 2016
  28. Jun 13, 2016
Loading