Navigation Menu

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

php.extensions.rdkafka: init at 4.0.3 #86492

Merged
merged 1 commit into from May 16, 2020

Conversation

etu
Copy link
Contributor

@etu etu commented May 1, 2020

Motivation for this change

Added by request from @alebon. This fixes #86463

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@etu etu force-pushed the php-extension-init-rdkafka branch from 6d33861 to 5df9d34 Compare May 1, 2020 19:41
@etu etu changed the title php.extensions.rdkafka: init at 3.0.3 php.extensions.rdkafka: init at 4.0.3 May 1, 2020
@ofborg ofborg bot requested review from globin, talyz, Ma27 and aanderse May 1, 2020 19:42
@etu etu force-pushed the php-extension-init-rdkafka branch from 5df9d34 to a13be9f Compare May 1, 2020 19:51
@etu
Copy link
Contributor Author

etu commented May 1, 2020

@ofborg build php74.extensions.rdkafka php73.extensions.rdkafka php72.extensions.rdkafka


postPhpize = ''
substituteInPlace configure \
--replace 'SEARCH_PATH="/usr/local /usr"' 'SEARCH_PATH=${pkgs.rdkafka}'
Copy link
Member

Choose a reason for hiding this comment

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

Maybe a regex that looks for a line starting with SEARCH_PATH would be more robust.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's also more complex to read, they have had the same SEARCH_PATH as a result from 3.0.3 to 4.0.3, so it doesn't seem to change that much.

Also, if it would fail to build. It's easy to spot that during the package update.

@etu etu force-pushed the php-extension-init-rdkafka branch from a13be9f to e683f5c Compare May 16, 2020 16:51
@etu
Copy link
Contributor Author

etu commented May 16, 2020

@ofborg build php.extensions.rdkafka

@ofborg ofborg bot requested a review from aanderse May 16, 2020 16:59
Copy link
Contributor

@talyz talyz left a comment

Choose a reason for hiding this comment

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

Builds and loads fine and @alebon confirmed that it worked for them.

@talyz talyz merged commit 37f9045 into NixOS:master May 16, 2020
@etu etu deleted the php-extension-init-rdkafka branch May 16, 2020 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP Module Rdkafka
3 participants