From Fedora Project Wiki
x86-64 Special Interest Group
Mission
The purpose of the Fedora x86-64 SIG is to help fix any and all x86-64 related bugs in Fedora packages.
People interested
- DominikMierzejewski
- ToshioKuratomi
- CallumLerwick
- AdamGoode
- PeterGordon
Open Issues
- ExcludeArch Tracker for x86_64
- #223355 rpm in Intel x86_64 doesn't read /usr/lib/rpm/x86_64-linux/macros
- #223992 Warzone2100 - code not clean for x86_64
- #234281 Gambas isn't 64bit or endian clean
- #255321 ed2k_hash miscalculates hashes on x86_64
Common Issues and Solutions
- Pointer / int problems: on x86_64, pointers are long, not int. See #158646 for an example of how to solve this problem.
TODO
- Document typical x86_64 problems and ways of dealing with them