Wireshark-bugs: [Wireshark-bugs] [Bug 12991] New: 2.2.1: nsis_package_prep.vcxproj - Custom buil
Date: Mon, 10 Oct 2016 02:06:08 +0000
Bug ID 12991
Summary 2.2.1: nsis_package_prep.vcxproj - Custom build fails
Product Wireshark
Version 2.2.1
Hardware x86
OS Windows 7
Status UNCONFIRMED
Severity Major
Priority Low
Component Build process
Assignee bugzilla-admin@wireshark.org
Reporter wireshark@mavetju.org

Build Information:
Running a build from a virgin 2.2.1 checkout, it bails with the following
error. It worked fine on 2.2.0.
--
C:\development\build-git>msbuild /m /p:Configuration=RelWithDebInfo
nsis_package_prep.vcxproj

[...]
     6>Done Building Project
"C:\development\build-git\docbook\user_guides.vcxproj" (default targets).
     1>PrepareForBuild:
         Creating directory "x64\RelWithDebInfo\nsis_package_prep\".
         Creating directory
"x64\RelWithDebInfo\nsis_package_prep\nsis_pac.469C831A.tlog\".
       InitializeBuildStatus:
         Creating "x64\RelWithDebInfo\nsis_package_prep\nsis_pac.469C831A.tlog
unsuccessfulbuild" because "AlwaysCreate" was specified.
       CustomBuild:
         Building Custom Rule C:/development/wireshark-git/CMakeLists.txt
         CMake does not need to re-run because
C:\development\build-git\CMakeFiles\generate.stamp is up-to-date.
         Generating packaging/nsis/qt-dll-manifest.nsh
         C:\development\wireshark-git\packaging\nsis\windeployqt-to-nsis.ps1 :
         Missing an argument for parameter 'Executable'. Specify a parameter of
type 'System.String' and try again.
         At line:1 char:82
         + .
C:/development/wireshark-git/packaging/nsis/windeployqt-to-nsis.ps1 -Executable
<<<<  -FilePath C:/development/build-git/packaging/nsis/qt-dll-manifest.nsh
         + CategoryInfo          : InvalidArgument: (:)
[windeployqt-to-nsis.ps1], ParameterBindingException
         + FullyQualifiedErrorId : MissingArgument,windeployqt-to-nsis.ps1

     1>C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error
MSB6006: "cmd.exe" exited with code 1.
[C:\development\build-git\nsis_package_prep.vcxproj]
     1>Done Building Project
"C:\development\build-git\nsis_package_prep.vcxproj" (default targets) --
FAILED.

Build FAILED.

       "C:\development\build-git\nsis_package_prep.vcxproj" (default target)
(1) ->
       (CustomBuild target) ->
         C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(170,5): error
MSB6006: "cmd.exe" exited with code 1.
[C:\development\build-git\nsis_package_prep.vcxproj]

    0 Warning(s)
    1 Error(s)


Any further information you need, anything you want to try, please let me know.


You are receiving this mail because:
  • You are watching all bug changes.