https://bugzilla.redhat.com/show_bug.cgi?id=1823132 Artur Iwicki <fedora@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(fedora@xxxxxxxxxx | |) | --- Comment #7 from Artur Iwicki <fedora@xxxxxxxxxx> --- >gearhead1-textmode.x86_64: E: statically-linked-binary /usr/libexec/gearhead1/gearhead1-textmode A "Hello world" program build with FPC on Fedora 32 does not link to anything: >$ echo "program helloworld; begin writeln('Hello, world.') end." > hello_world.pas && fpc hello_world.pas && ./hello_world && ldd ./hello_world >Free Pascal Compiler version 3.2.0-beta [2020/05/04] for x86_64 >Copyright (c) 1993-2020 by Florian Klaempfl and others >Target OS: Linux for x86-64 >Compiling hello_world.pas >Linking hello_world >1 lines compiled, 0.1 sec >Hello, world. > not a dynamic executable The textmode build of the game does not include any external libraries, so it doesn't link to anything more. As such, if anything, this would be a bug against FPC. >gearhead1.src:153: W: mixed-use-of-spaces-and-tabs (spaces: line 153, tab: line 153) I'm using tabs for indentation everywhere. Apparently rpmlint really doesn't like me using more than 1 space to separate command arguments in some places. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx