Skip to content
  • Philippe Mathieu-Daudé's avatar
    b3ce38dc
    buildsys: The NSIS Windows build requires qemu-nsis.bmp installed · b3ce38dc
    Philippe Mathieu-Daudé authored
    The qemu-nsis.bmp file was not listed with the other blobs, thus
    not installed in the ${BINDIR} location.
    
    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
      File: "/tmp/qemu-nsis\*.bmp" -> no files found.
      Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
         /oname=outfile one_file_only)
      Error in script "/home/phil/source/qemu/qemu.nsi" on line 122 -- aborting creation process
      Makefile:1077: recipe for target 'qemu-setup-4.0.90.exe' failed
      make: *** [qemu-setup-4.0.90.exe] Error 1
    
    Fixes: https://bugs.launchpad.net/bugs/1836453
    
    
    Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
    Message-Id: <20190715174817.18981-8-philmd@redhat.com>
    Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
    b3ce38dc
    buildsys: The NSIS Windows build requires qemu-nsis.bmp installed
    Philippe Mathieu-Daudé authored
    The qemu-nsis.bmp file was not listed with the other blobs, thus
    not installed in the ${BINDIR} location.
    
    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
      File: "/tmp/qemu-nsis\*.bmp" -> no files found.
      Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
         /oname=outfile one_file_only)
      Error in script "/home/phil/source/qemu/qemu.nsi" on line 122 -- aborting creation process
      Makefile:1077: recipe for target 'qemu-setup-4.0.90.exe' failed
      make: *** [qemu-setup-4.0.90.exe] Error 1
    
    Fixes: https://bugs.launchpad.net/bugs/1836453
    
    
    Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
    Message-Id: <20190715174817.18981-8-philmd@redhat.com>
    Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Loading