Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#73741 - [racket] 8.4-1 has incorrect symbol table in libracketcs.a
Attached to Project:
Community Packages
Opened by Quang Luong (quang) - Friday, 11 February 2022, 15:14 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 15 March 2023, 03:52 GMT
Opened by Quang Luong (quang) - Friday, 11 February 2022, 15:14 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 15 March 2023, 03:52 GMT
|
DetailsDescription:
racket 8.4-1 on Arch Linux has incorrect symbol table in libracketcs.a, making other programs unable to link against it. Additional info: This issue does not exist on racket-8.3 Steps to reproduce: * Download racket-8.4-1 from any mirror * Extract the package archive (e.g. tar avzf rac * Observe the output [..] 00000000 T racket_apply 00000000 T racket_boot 00000000 T racket_cpointer_address 00000000 T racket_cpointer_base_address 00000000 T racket_cpointer_offset [..] * In fact, everything is 00000000. * This does not happen when I build from the same PKGBUILD on my computer (with an exception that CC=/usr/bin/clang) |
This task depends upon
* nm /usr/lib/libracketcs.a
* all the symbols address are 00000000, which is incorrect
[1] https://archlinux.org/todo/lto-fat-objects/
EDIT: That didn't fix it, symbol table is still mangled.