[virt-tools-list] [help]Please help check ''makensis error ''!

Christophe Fergeau cfergeau at redhat.com
Mon Oct 12 11:57:25 UTC 2015


Hey,

On Thu, Oct 08, 2015 at 04:47:48PM +0800, hongzhen_luo at sina.com wrote:
> [root at fc21-03 virt-viewer-2.0]# makensis -DGTK_VERSION=2.0 -DHaveLibvirt=True -DHaveSpiceGtk=True -DHaveOVirt=True -DHaveGtkVnc=True -DDESTDIR=/home/lzb/projects/tmp data/virt-viewer.nsis
> WriteRegStr: HKCU\Software\virt-viewer\=$INSTDIR
> SetOutPath: "$INSTDIR"
> File: "deps.txt" -> no files found.
> Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
>    /oname=outfile one_file_only)
> Error in script "data/virt-viewer.nsis" on line 75 -- aborting creation process

deps.txt should be generated as part of the nsis generation process when
you run "make nsis".
data/Makefile.am has:

deps.txt:
        AM_V_GEN)rpm -qa | grep $(host_os) | sort | unix2dos > $@

Which will probably need to be adjusted on non-rpm distros... (or even
on distros with different packaging conventions for the mingw*
packages).

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20151012/7896a548/attachment.sig>


More information about the virt-tools-list mailing list