Skip to content

Update fceux from v2.6.4 to v2.6.6.#282415

Closed
fmahnke wants to merge 1 commit into
NixOS:masterfrom
fmahnke:fceux-2.6.6
Closed

Update fceux from v2.6.4 to v2.6.6.#282415
fmahnke wants to merge 1 commit into
NixOS:masterfrom
fmahnke:fceux-2.6.6

Conversation

@fmahnke
Copy link
Copy Markdown
Contributor

@fmahnke fmahnke commented Jan 20, 2024

The current v2.6.4 fails to build on master because of the GCC 13 change. That version is from 2022, so it seems like it would be a good thing to upgrade unstable anyway.

Description of changes

Upgrades fceux from its current version 2.6.4 to the latest release version 2.6.6.

CC maintainers @sbruder @scubed2

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Copy link
Copy Markdown
Member

@AndersonTorres AndersonTorres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reword the commit message according to the contribution guidelines.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version = "v2.6.6";
version = "2.6.6";

Version should start with a digit

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
rev = "${finalAttrs.version}";
rev = "v${finalAttrs.version}";

@AndersonTorres
Copy link
Copy Markdown
Member

I am interested in keeping this!

Fixes build error on GCC 13.
@fmahnke
Copy link
Copy Markdown
Contributor Author

fmahnke commented Jan 20, 2024

I made the suggested changes. Thanks for your help. I'm new to contributing to nixpkgs.

@ofborg ofborg Bot requested review from sbruder and scubed2 January 20, 2024 22:03
@ofborg ofborg Bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Jan 20, 2024
@AndersonTorres
Copy link
Copy Markdown
Member

Well, I did something at #282424

I decided to step-up the updates. Instead of jumping from 2.6.4 to 2.6.6 I "fixed" the underlying 2.6.5.
With this, now Nixpkgs builds all possible versions!

The scubed2 fork was updated 4 years ago. I believe I should fill for abandonment.

The latest from sbruder was harder to find:

f9910b3
#226426

I will wait for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants