Opened 2 years ago
Closed 2 years ago
#2372 closed defect (fixed)
i2p.firefox build crash
Reported by: | zzz | Owned by: | Zlatin Balevsky |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.39 |
Component: | package/other | Version: | 0.9.37 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
Only with makensis version 3 which is in Cosmic.
Workaround: Use Bionic for now.
> makensis -VERSION v3.03-2 > make ... cd build && makensis i2pbrowser-installer.nsi && cp install.exe ../ && echo "built windows installer" Processing config: /etc/nsisconf.nsh Processing script file: "i2pbrowser-installer.nsi" (UTF8) Segmentation fault (core dumped) make: *** [Makefile:7: install.exe] Error 139
Subtickets
Note: See
TracTickets for help on using
tickets.
crashes if license file is more than 28572 bytes. Fixed by reducing.
At first thought it was this possibly related: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895064 which is how I started looking at the license file, but it wasn't fixed by playing with the encodings, so probably not.