Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922539 - games-board/cockatrice-20230914: Binary file in gentoo repository
Summary: games-board/cockatrice-20230914: Binary file in gentoo repository
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL: https://qa-reports.gentoo.org/output/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-20 13:13 UTC by Ulrich Müller
Modified: 2024-01-20 17:26 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2024-01-20 13:13:24 UTC
QA checks report (see URL):
games-board/cockatrice/files/cockatrice-2.9.0-support-protobuf-23.patch: application/x-tar; charset=binary (size=10240)

The file is a tar archive indeed:

$ file files/cockatrice-2.9.0-support-protobuf-23.patch 
files/cockatrice-2.9.0-support-protobuf-23.patch: POSIX tar archive (GNU)
$ tar tvf files/cockatrice-2.9.0-support-protobuf-23.patch 
-rw-r--r-- ask/syncthing  4896 2023-11-29 13:28 cockatrice-2.9.0-support-protobuf-23.patch
Comment 1 Alfred Wingate 2024-01-20 13:17:53 UTC
Lost in translation I guess https://github.com/gentoo/gentoo/pull/34008#issuecomment-1831806037

Surprised I missed this and that patch accepts it.
Comment 2 Alfred Wingate 2024-01-20 13:26:56 UTC
No, its mistake from me with making a tar.gz but not reflecting it in the file name. Meaning that the tar header got left in the file when guillaumeseren uncompressed it.
Comment 3 Guillaume Seren 2024-01-20 15:55:25 UTC
Hey,
I am just looking at this, if it doesn't break anything,
should we do something about it, I mean before the next version.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-20 15:56:47 UTC
Yes, it should be fixed as soon as possible. binary files in the repo violate QA rules.
Comment 5 Larry the Git Cow gentoo-dev 2024-01-20 17:25:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad57df48cafcb1c8591a50ff1969cae990ccb4a0

commit ad57df48cafcb1c8591a50ff1969cae990ccb4a0
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2024-01-20 17:24:35 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2024-01-20 17:24:35 +0000

    games-board/cockatrice: Extract patch that was accidentally added as a tar
    
    Closes: https://bugs.gentoo.org/922539
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 .../files/cockatrice-2.9.0-support-protobuf-23.patch | Bin 10240 -> 4896 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
Comment 6 James Le Cuirot gentoo-dev 2024-01-20 17:26:36 UTC
Sorry, don't know how I missed that. Perhaps because binaries barely show up in git log.