Skip to content
  • Philippe Mathieu-Daudé's avatar
    c054f3f4
    tests/docker: Install the NSIS tools in the MinGW capable images · c054f3f4
    Philippe Mathieu-Daudé authored
    
    
    This fixes:
    
      $ make installer
      (cd /tmp/qemu-nsis; \
               for i in qemu-system-*.exe; do \
                 arch=${i%.exe}; \
                 arch=${arch#qemu-system-}; \
                 echo Section \"$arch\" Section_$arch; \
                 echo SetOutPath \"\$INSTDIR\"; \
                 echo File \"\${BINDIR}\\$i\"; \
                 echo SectionEnd; \
               done \
              ) >/tmp/qemu-nsis/system-emulations.nsh
      makensis -V2 -NOCD \
                      -DCONFIG_DOCUMENTATION="y" \
                       \
                      -DBINDIR="/tmp/qemu-nsis" \
                       \
                      -DSRCDIR="/home/phil/source/qemu" \
                      -DOUTFILE="qemu-setup-4.0.90.exe" \
                      -DDISPLAYVERSION="4.0.90" \
                      /home/phil/source/qemu/qemu.nsi
      /bin/sh: 1: makensis: not found
      Makefile:1077: recipe for target 'qemu-setup-4.0.90.exe' failed
      make: *** [qemu-setup-4.0.90.exe] Error 127
    
    Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
    Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
    Message-Id: <20190715174817.18981-4-philmd@redhat.com>
    Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
    c054f3f4
    tests/docker: Install the NSIS tools in the MinGW capable images
    Philippe Mathieu-Daudé authored
    
    
    This fixes:
    
      $ make installer
      (cd /tmp/qemu-nsis; \
               for i in qemu-system-*.exe; do \
                 arch=${i%.exe}; \
                 arch=${arch#qemu-system-}; \
                 echo Section \"$arch\" Section_$arch; \
                 echo SetOutPath \"\$INSTDIR\"; \
                 echo File \"\${BINDIR}\\$i\"; \
                 echo SectionEnd; \
               done \
              ) >/tmp/qemu-nsis/system-emulations.nsh
      makensis -V2 -NOCD \
                      -DCONFIG_DOCUMENTATION="y" \
                       \
                      -DBINDIR="/tmp/qemu-nsis" \
                       \
                      -DSRCDIR="/home/phil/source/qemu" \
                      -DOUTFILE="qemu-setup-4.0.90.exe" \
                      -DDISPLAYVERSION="4.0.90" \
                      /home/phil/source/qemu/qemu.nsi
      /bin/sh: 1: makensis: not found
      Makefile:1077: recipe for target 'qemu-setup-4.0.90.exe' failed
      make: *** [qemu-setup-4.0.90.exe] Error 127
    
    Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
    Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
    Message-Id: <20190715174817.18981-4-philmd@redhat.com>
    Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Loading