Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaging of ngdevkit-toolchain is broken for sdcc #105

Closed
dciabrin opened this issue Dec 4, 2023 · 1 comment
Closed

Packaging of ngdevkit-toolchain is broken for sdcc #105

dciabrin opened this issue Dec 4, 2023 · 1 comment
Assignees

Comments

@dciabrin
Copy link
Owner

dciabrin commented Dec 4, 2023

Tested on latest nightly on Ubuntu PPA, the sdldz80 binary should point to a shell script as explained in #98, however the nightly package still ship the original binary, and this breaks sdld:

SDLD_DIAG=1 z80-neogeo-ihx-sdldz80 2>/dev/null
sdld path: z80-neogeo-ihx-sdldz80
is sdld: 0

On Fedora COPR, sdldz80 is a shell script that execs into the real binary as expected, but this binary is not packaged:

SDLD_DIAG=1 /usr/bin/z80-neogeo-ihx-sdldz80            
/usr/bin/z80-neogeo-ihx-sdldz80: line 3: /usr/z80-neogeo-ihx/bin/sdldz80: No such file or directory

There seems to be the same issue with MSYS2 package:

/ucrt64/bin/z80-neogeo-ihx-sdasz80 -g -l -p -u -I../nullsound -o user_commands.rel user_commands.s
/ucrt64/bin/z80-neogeo-ihx-sdasz80: line 3: /ucrt64/z80-neogeo-ihx/bin/sdasz80.exe: No such file or directory
@dciabrin
Copy link
Owner Author

The sdcc build issue has been fixed, but the deb packages are still broken for another reason tracked in #106.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant