FS#74469 - [golang-github-kr-text] FTBFS

Attached to Project: Community Packages
Opened by avimitin (avimitin) - Friday, 15 April 2022, 04:01 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 24 September 2023, 10:41 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Package golang-github-kr-text fails to build due to missing go.sum entry when testing. The attached patch file can fix this issue.
This task depends upon

Closed by  Jelle van der Waa (jelly)
Sunday, 24 September 2023, 10:41 GMT
Reason for closing:  Deferred
Additional comments about closing:  Dropped from repos
Comment by avimitin (avimitin) - Friday, 15 April 2022, 04:13 GMT
This patch is incorrect. The dependency golang-github-kr-pty is archived since this commit: https://github.com/kr/pty/commit/24b51915630e1d9d3c6adf15a3a96796bbc3cd43. And the upstream of the golang-github-kr-text replace the pty dependency by https://github.com/creack/pty in this commit https://github.com/kr/text/commit/702c74938df48b97370179f33ce2107bd7ff3b3e. So we might need to package another pty package like "golang-github-creack-pty".

Loading...