Bug#1006584: transmission: FTBFS with OpenSSL 3.0

2022-05-20 Thread Bastian Germann

This might be fixed by importing the patches from 
https://github.com/transmission/transmission/pull/1788



Bug#1006584: transmission: FTBFS with OpenSSL 3.0

2022-02-27 Thread Sebastian Andrzej Siewior
Source: transmission
Version: 3.00-2
Severity: important
Tags: bookworm sid
User: pkg-openssl-de...@lists.alioth.debian.org
Usertags: ftbfs-3.0

Your package is failing to build using OpenSSL 3.0 with the
following error:

| make[4]: Entering directory '/<>/libtransmission'
| PASS: bitfield-test
| PASS: blocklist-test
| PASS: clients-test
| ../test-driver: line 112: 818824 Segmentation fault  "$@" >> "$log_file" 
2>&1
| FAIL: crypto-test
| PASS: error-test
| PASS: file-test
| PASS: history-test
| PASS: json-test
| PASS: magnet-test
| PASS: makemeta-test
| PASS: metainfo-test
| PASS: move-test
| PASS: peer-msgs-test
| PASS: quark-test
| PASS: rename-test
| PASS: rpc-test
| PASS: session-test
| PASS: subprocess-test
| PASS: tr-getopt-test
| PASS: utils-test
| PASS: variant-test
| PASS: watchdir-test
| PASS: watchdir-generic-test
| ===
|transmission 3.00: libtransmission/test-suite.log
| ===
| 
| # TOTAL: 23
| # PASS:  22
| # SKIP:  0
| # XFAIL: 0
| # FAIL:  1
| # XPASS: 0
| # ERROR: 0
| 
| .. contents:: :depth: 2
| 
| FAIL: crypto-test
| =
| 
| [2022-02-15 05:12:36.620] tr_crypto_utils: OpenSSL error: 
error:0308010C:digital envelope routines::unsupported
| FAIL crypto-test (exit status: 139)
| 
| 
| Testsuite summary for transmission 3.00
| 
| # TOTAL: 23
| # PASS:  22
| # SKIP:  0
| # XFAIL: 0
| # FAIL:  1
| # XPASS: 0
| # ERROR: 0
| 
| See libtransmission/test-suite.log
| Please report to https://github.com/transmission/transmission
| 
| make[4]: *** [Makefile:1469: test-suite.log] Error 1
| make[4]: Leaving directory '/<>/libtransmission'

For more information see:
https://www.openssl.org/docs/man3.0/man7/migration_guide.html

Sebastian