@Auerhuhn doing MAKEFLAGS="" make PRERELEASE_VERSION="${_pkgver1%%[^0-9]*}"
does fix the problem
Search Criteria
Package Details: x16-rom r48-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/x16-rom.git (read-only, click to copy) |
---|---|
Package Base: | x16-rom |
Description: | ROM files for The 8-Bit Guy's Commander X16 |
Upstream URL: | http://commanderx16.com/ |
Licenses: | LicenseRef-custom |
Groups: | commander-x16 |
Submitter: | Juju |
Maintainer: | Auerhuhn |
Last Packager: | Auerhuhn |
Votes: | 2 |
Popularity: | 0.000014 |
First Submitted: | 2019-09-19 06:33 (UTC) |
Last Updated: | 2024-09-08 09:45 (UTC) |
Dependencies (5)
- cc65AUR (cc65-gitAUR) (make)
- lzsaAUR (make)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- x16-emulatorAUR (x16-emulator-binAUR, x16-emulator-gitAUR) (optional) – emulator for the ROMs
Required by (2)
- x16-docs-git (optional)
- x16-emulator
Sources (2)
silverhikari commented on 2024-11-01 00:52 (UTC)
Auerhuhn commented on 2024-10-31 13:38 (UTC)
@silverhikari: I feel a bit reluctant about setting options('!makeflags')
in the PKGBUILD directly, because that would lock out other users from legitimately tweaking the build with their own MAKEFLAGS
.
What happens if you unset/unexport MAKEFLAGS
yourself before you build the package?
silverhikari commented on 2024-10-31 05:05 (UTC)
@FredBezies @Auerhuhn found the solution to this issue add this to the pkgbuild:
options=('!makeflags')
Auerhuhn commented on 2024-09-08 09:49 (UTC) (edited on 2024-09-08 09:52 (UTC) by Auerhuhn)
@FredBezies Does it build for you in a clean chroot? And what do you mean by „cc 2.65“?
FredBezies commented on 2024-09-07 08:45 (UTC)
You cannot build rev48 from the source tarball. See this issue on x16-rom github: https://github.com/X16Community/x16-rom/issues/363
Auerhuhn commented on 2023-10-17 09:38 (UTC)
Update: compilation issue fixed. Version bumped to r45.
Auerhuhn commented on 2023-10-17 06:52 (UTC)
Holding off upgrading to r45 due to a compilation issue in x16-emulator.
Auerhuhn commented on 2023-07-10 15:33 (UTC)
@Adiee5 The x16-emulator
package requires the ROM as a dependency.
Adiee5 commented on 2023-07-10 15:29 (UTC)
why is this even a thing, why'd someone want to install a CX16 rom on a x86_64 IBM PC compatible?
Juju commented on 2020-02-09 04:47 (UTC)
Good news everyone: the X16 team upstream just announced they have a preliminary agreement with Cloanto, which means they don't have to rewrite the KERNAL (aka x16-rom) from scratch, and the repos are officially back online! So I'm going to revert the PKGBUILDs as they were before real soon.
Give a huge thanks to Perifractic who made this possible (you can find him on YouTube), and vote for the packages if you like them :)
Pinned Comments
silverhikari commented on 2024-11-01 00:52 (UTC)
@Auerhuhn doing
MAKEFLAGS="" make PRERELEASE_VERSION="${_pkgver1%%[^0-9]*}"
does fix the problemJuju commented on 2020-02-09 04:47 (UTC)
Good news everyone: the X16 team upstream just announced they have a preliminary agreement with Cloanto, which means they don't have to rewrite the KERNAL (aka x16-rom) from scratch, and the repos are officially back online! So I'm going to revert the PKGBUILDs as they were before real soon.
Give a huge thanks to Perifractic who made this possible (you can find him on YouTube), and vote for the packages if you like them :)