Bug 2321370

Summary: firebird.msg as shipped in 4.0 rpm on aarch64 is unreadable by firebird binaries on that platform
Product: [Fedora] Fedora EPEL Reporter: Pete Cervasio <pcervasio>
Component: firebirdAssignee: Philippe Makowski <makowski.fedora>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: epel9CC: i, makowski.fedora
Target Milestone: ---   
Target Release: ---   
Hardware: aarch64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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 Pete Cervasio 2024-10-24 01:27:35 UTC
Description of problem:
After installing Firebird 4 on Almalinux 9 for Raspberry Pi, running any of the various Firebird utilities such as isql-fb, gbak, or gstat results in error messages in the following form:

can't format message 17:3 -- message system code -8

Version-Release number of selected component (if applicable):
4.0.0.2496-2.el9

How reproducible:
Install firebird-4.0 on Almalinux  9 for Rasberry Pi using the steps below

Steps to Reproduce:
1. Enable epel per usual steps.
2. dnf install firebird firebird-doc firebird-utils
3. Run the 'isql-fb' command from a terminal session

Actual results:
$ isql-fb
can't format message 17:3 -- message system code -8
SQL> quit;
$

Expected results:
$ isql-fb
Use CONNECT or CREATE DATABASE to specify a database
SQL> quit;

Additional info:
I have this same setup on an x86-64 Almalinux 9 machine which works perfectly, and copying the firebird.msg file from that machine into the Pi5 makes it work properly as well.