Summary: | On Windows, craft --package extragear/kdeconnect-kde fails to build NSIS package | ||
---|---|---|---|
Product: | [Unmaintained] Craft | Reporter: | nyanpasu64 <nyanpasu64> |
Component: | Blueprints | Assignee: | Hannah von Reth <vonreth> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde-windows, piyushaggarwal002 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
nyanpasu64
2019-09-19 06:47:28 UTC
Sorry, I pressed Enter before filling out the description. SUMMARY STEPS TO REPRODUCE 1. iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/KDE/craft/master/setup/install_craft.ps1')) 2. C:\CraftRoot\craft\craftenv.ps1 3. craft extragear/kdeconnect-kde 4. craft nsis 5. craft --package extragear/kdeconnect-kde EXPECTED RESULT NSIS package is created without error. After posting this bug, I reran `craft --package extragear/kdeconnect-kde` a second time, which succeeded. Maybe this issue only occurs the first time you try building a package, and the build process is not idempotent. Maybe the error is random. (Unfortunately running craft --package takes over 4 minutes because 7z is slow to compress the data.) KDE Connect works when run from C:\CraftRoot\build\extragear\kdeconnect-kde\archive\bin. C:\CraftRoot\tmp has kdeconnect-kde-master-8a25eb6f-master-windows-msvc2017_64-cl.7z and kdeconnect-kde-master-8a25eb6f-master-windows-msvc2017_64-cl-dbg.7z (only difference is -dbg). I don't see any installers. Running craft --package extragear/kdeconnect-kde again produces the same error as the first time. thanks for reporting the bug, @jimbo1gaz ! The bug is resolved and you can pull the latest changes in 1craft-blueprints-kde` to get the patch. |