Bug 2386536

Summary: There seems to be something wrong with the go-task binary in the f42 package
Product: [Fedora] Fedora Reporter: Rudolf Kastl <che666>
Component: golang-github-taskAssignee: Mark E. Fuller <mark.e.fuller>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 42CC: go-sig, mark.e.fuller
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-08-05 14:04:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rudolf Kastl 2025-08-05 13:44:55 UTC
Description of problem:
There seems to be an issue with the go-task binary:

❯ file /usr/bin/go-task
/usr/bin/go-task: current ar archive
❯ rpm -qf $(which go-task)
go-task-3.44.1-2.fc42.x86_64
❯ rpm -V go-task

Version-Release number of selected component (if applicable):
go-task-3.44.1-2.fc42.x86_64

How reproducible:
always

Steps to Reproduce:
1. try to run go-task


Actual results:
fails with:
go-task
/usr/bin/go-task: line 1: syntax error near unexpected token `newline'
/usr/bin/go-task: line 1: `!<arch>'

Expected results:
exit 0

Additional info:

Comment 1 Mark E. Fuller 2025-08-05 14:04:40 UTC

*** This bug has been marked as a duplicate of bug 2386266 ***