[Qemu-devel] [RFC PATCH-for-4.1] Makefile: Fix the NSIS Windows builds

Philippe Mathieu-Daudé posted 1 patch 4 years, 9 months ago
Test FreeBSD passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190713165856.29883-1-philmd@redhat.com
Makefile | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [RFC PATCH-for-4.1] Makefile: Fix the NSIS Windows builds
Posted by Philippe Mathieu-Daudé 4 years, 9 months ago
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: Philippe Mathieu-Daudé <philmd@redhat.com>
---
Based-on: 20190713163558.13204-1-philmd@redhat.com
https://lists.gnu.org/archive/html/qemu-devel/2019-07/msg03204.html

$ file qemu-setup-4.0.90.exe
qemu-setup-4.0.90.exe: PE32 executable (GUI) Intel 80386 (stripped to external PDB), for MS Windows, Nullsoft Installer self-extracting archive
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 1fcbaed62c..de4dfa2214 100644
--- a/Makefile
+++ b/Makefile
@@ -761,6 +761,7 @@ pxe-pcnet.rom pxe-rtl8139.rom pxe-virtio.rom \
 efi-e1000.rom efi-eepro100.rom efi-ne2k_pci.rom \
 efi-pcnet.rom efi-rtl8139.rom efi-virtio.rom \
 efi-e1000e.rom efi-vmxnet3.rom \
+qemu-nsis.bmp \
 bamboo.dtb canyonlands.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \
 multiboot.bin linuxboot.bin linuxboot_dma.bin kvmvapic.bin pvh.bin \
 s390-ccw.img s390-netboot.img \
-- 
2.20.1


Re: [Qemu-devel] [RFC PATCH-for-4.1] Makefile: Fix the NSIS Windows builds
Posted by Daniel P. Berrangé 4 years, 8 months ago
On Sat, Jul 13, 2019 at 06:58:56PM +0200, Philippe Mathieu-Daudé wrote:
> 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: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Based-on: 20190713163558.13204-1-philmd@redhat.com
> https://lists.gnu.org/archive/html/qemu-devel/2019-07/msg03204.html
> 
> $ file qemu-setup-4.0.90.exe
> qemu-setup-4.0.90.exe: PE32 executable (GUI) Intel 80386 (stripped to external PDB), for MS Windows, Nullsoft Installer self-extracting archive
> ---
>  Makefile | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Re: [Qemu-devel] [RFC PATCH-for-4.1] Makefile: Fix the NSIS Windows builds
Posted by Peter Maydell 4 years, 8 months ago
On Tue, 6 Aug 2019 at 13:44, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> On Sat, Jul 13, 2019 at 06:58:56PM +0200, Philippe Mathieu-Daudé wrote:
> > 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: Philippe Mathieu-Daudé <philmd@redhat.com>
> > ---
> > Based-on: 20190713163558.13204-1-philmd@redhat.com
> > https://lists.gnu.org/archive/html/qemu-devel/2019-07/msg03204.html
> >
> > $ file qemu-setup-4.0.90.exe
> > qemu-setup-4.0.90.exe: PE32 executable (GUI) Intel 80386 (stripped to external PDB), for MS Windows, Nullsoft Installer self-extracting archive
> > ---
> >  Makefile | 1 +
> >  1 file changed, 1 insertion(+)
>
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>

I thought for a moment that this was another patch we'd missed putting
in 4.1, but it went in as commit b3ce38dcf93a12038ce on July 15th, so
we're OK.

thanks
-- PMM

Re: [Qemu-devel] [RFC PATCH-for-4.1] Makefile: Fix the NSIS Windows builds
Posted by Daniel P. Berrangé 4 years, 8 months ago
On Tue, Aug 06, 2019 at 02:25:27PM +0100, Peter Maydell wrote:
> On Tue, 6 Aug 2019 at 13:44, Daniel P. Berrangé <berrange@redhat.com> wrote:
> >
> > On Sat, Jul 13, 2019 at 06:58:56PM +0200, Philippe Mathieu-Daudé wrote:
> > > 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: Philippe Mathieu-Daudé <philmd@redhat.com>
> > > ---
> > > Based-on: 20190713163558.13204-1-philmd@redhat.com
> > > https://lists.gnu.org/archive/html/qemu-devel/2019-07/msg03204.html
> > >
> > > $ file qemu-setup-4.0.90.exe
> > > qemu-setup-4.0.90.exe: PE32 executable (GUI) Intel 80386 (stripped to external PDB), for MS Windows, Nullsoft Installer self-extracting archive
> > > ---
> > >  Makefile | 1 +
> > >  1 file changed, 1 insertion(+)
> >
> > Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
> 
> I thought for a moment that this was another patch we'd missed putting
> in 4.1, but it went in as commit b3ce38dcf93a12038ce on July 15th, so
> we're OK.

Opps, sorry for the noise. I didn't see any response to the original
posting, so didn't realize it had been picked up.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|