We should move away from Jessie to Stretch for a number of reasons (Jessie is no properly supported Debain distro anymore and it would help with #28238 (moved) it seems, just to name two)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
I've been working on that today while trying to fix #28238 (moved) and it's not that hard for x86_64 at least. I got everything cross-compiled for that architecture, just with a small patch needed for the Rust config.
For i686 I got pretty far but am blocked right now by a PyCrypto/Wine issue:
running build_extwine: Bad EXE format for Z:\var\tmp\dist\mingw-w64\bin\i686-w64-mingw32-dllwrap..running build_configurewine: Bad EXE format for Z:\var\tmp\dist\mingw-w64\bin\i686-w64-mingw32-dllwrap..building 'Crypto.Random.OSRNG.winrandom' extensioncreating buildcreating build\temp.win32-2.7creating build\temp.win32-2.7\Releasecreating build\temp.win32-2.7\Release\srcC:\windows\gcc.exe -mno-cygwin -mdll -Wall -std=c99 -O3 -fomit-frame-pointer -Isrc/ -IZ:\var\tmp\dist\winpython\include -IZ:\var\tmp\dist\winpython\PC -c src/winrand.c -o build\temp.win32-2.7\Release\src\winrand.o/var/tmp/home/.wine/dosdevices/z:/var/tmp/build/pycrypto-2.6.1/src/winrand.c:38:0: warning: "_WIN32_WINNT" redefined #define _WIN32_WINNT 0x400In file included from /var/tmp/dist/mingw-w64/i686-w64-mingw32/include/crtdefs.h:10:0, from /var/tmp/dist/mingw-w64/i686-w64-mingw32/include/io.h:9, from /var/tmp/home/.wine/dosdevices/z:/var/tmp/dist/winpython/include/pyconfig.h:68, from /var/tmp/home/.wine/dosdevices/z:/var/tmp/dist/winpython/include/Python.h:8, from /var/tmp/home/.wine/dosdevices/z:/var/tmp/build/pycrypto-2.6.1/src/winrand.c:33:/var/tmp/dist/mingw-w64/i686-w64-mingw32/include/_mingw.h:232:0: note: this is the location of the previous definition #define _WIN32_WINNT 0x502Exception WindowsError: (6, 'Invalid handle') in <bound method Popen.__del__ of <subprocess.Popen object at 0x006970D0>> ignoredwriting build\temp.win32-2.7\Release\src\winrandom.defcreating build\lib.win32-2.7creating build\lib.win32-2.7\Cryptocreating build\lib.win32-2.7\Crypto\Randomcreating build\lib.win32-2.7\Crypto\Random\OSRNGC:\windows\dllwrap.exe -mno-cygwin -mdll -static --output-lib build\temp.win32-2.7\Release\src\libwinrandom.a --def build\temp.win32-2.7\Release\src\winrandom.def -s build\temp.win32-2.7\Release\src\winrand.o -LZ:\var\tmp\dist\winpython\libs -LZ:\var\tmp\dist\winpython\PCbuild -lws2_32 -ladvapi32 -lpython27 -o build\lib.win32-2.7\Crypto\Random\OSRNG\winrandom.pydwine: Bad EXE format for Z:\var\tmp\dist\mingw-w64\bin\i686-w64-mingw32-dllwrap..Traceback (most recent call last): File "dllwrap.py", line 32, in <module> File "common.pyc", line 27, in popen_faketime File "subprocess.pyc", line 711, in __init__ File "subprocess.pyc", line 948, in _execute_childWindowsError: [Error 193] Bad EXE format for %1warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.error: command 'dllwrap' failed with exit status 255
C:\windows\gcc.exe -mno-cygwin -mdll -Wall -std=c99 -O3 -fomit-frame-pointer -Isrc/ -IZ:\var\tmp\dist\winpython\include -IZ:\var\tmp\dist\winpython\PC -c src/winrand.c -o build\temp.win32-2.7\Release\src\winrand.o/var/tmp/home/.wine/dosdevices/z:/var/tmp/build/pycrypto-2.6.1/src//var/tmp/home/.wine/dosdevices/z:/var/tmp/dist/winpython/include/var/tmp/home/.wine/dosdevices/z:/var/tmp/dist/winpython/PC/var/tmp/home/.wine/dosdevices/z:/var/tmp/build/pycrypto-2.6.1/src/winrand.c/var/tmp/home/.wine/dosdevices/z:/var/tmp/build/pycrypto-2.6.1/build/temp.win32-2.7/Release/src/winrand.oException WindowsError: (6, 'Invalid handle') in <bound method Popen.__del__ of <subprocess.Popen object at 0x006970D0>> ignoredi686-w64-mingw32-gcc: error: : No such file or directoryi686-w64-mingw32-gcc: fatal error: output filename may not be empty
I guess we need to adjust the wrappers accordingly, blech.
Rebased gk's branches against master, removed jessie-backports pre-pkg step from tor-browser, and added i386 stretch container.
Thanks. There is still a Windows block in the build script for libfte and we can remove the 32bit Jessie container in the debootstrap-image config file. Moreover, I think we should not squash those commits as they are somewhat unrelated.
Unforunately/luckily I worked at that yesterday as well but did forget to update the ticket as my testbuilds took a long time rebuilding everything. But: here is a branch I came up with which I think is ready for review: bug_29307_v5 (https://gitweb.torproject.org/user/gk/tor-browser-build.git/log/?h=bug_29307_v5).
Trac: Status: needs_revision to needs_review Keywords: TorBrowserTeam201903 deleted, TorBrowserTeam201903R added
for some reason current tor mingw builds are not built with
Liblzma N/A, and Libzstd N/A.
please remind to configure
--enable-lzma --enable-zstd
them with both libs.
[notice] Tor 0.3.5.7 (git-9beb085c10562a25) running on Windows 8 [or later] with Libevent 2.1.8-stable, OpenSSL 1.0.2q, Zlib 1.2.11, Liblzma N/A, and Libzstd N/A.
they was even available for mingw package very long time...