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

cstore_fdw: 1.6.0 -> 1.6.1 #44792

Merged
merged 1 commit into from Aug 13, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Aug 9, 2018

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cstore_fdw/versions.

meta.description for cstore_fdw is: '"Columnar storage for PostgreSQL"'.

Checks done (click to expand)
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 8f4dbd32d0c76754a4e02ad3df867371fa7c3798 && nix-shell --pure -I nixpkgs=. -p cstore_fdw

cc @thoughtpolice for testing.

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cstore_fdw/versions.
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: cstore_fdw

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: cstore_fdw

Partial log (click to expand)

gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -fPIC -shared -o cstore_fdw.so cstore.pb-c.o cstore_fdw.o cstore_writer.o cstore_reader.o cstore_metadata_serialization.o cstore_compression.o -L/nix/store/3bqfvwb57l9vwmv8g9rgzlpvy9kp527c-postgresql-9.6.9-lib/lib -L/nix/store/q0pfi80ji6pdccihqiy1ig18m2hzww7r-libxml2-2.9.8/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/3bqfvwb57l9vwmv8g9rgzlpvy9kp527c-postgresql-9.6.9-lib/lib',--enable-new-dtags  -lprotobuf-c
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/g1v9mw02fal8z4lb825kb7sxa5wwimaq-cstore_fdw-1.6.1
shrinking /nix/store/g1v9mw02fal8z4lb825kb7sxa5wwimaq-cstore_fdw-1.6.1/lib/cstore_fdw.so
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/g1v9mw02fal8z4lb825kb7sxa5wwimaq-cstore_fdw-1.6.1/lib
patching script interpreter paths in /nix/store/g1v9mw02fal8z4lb825kb7sxa5wwimaq-cstore_fdw-1.6.1
checking for references to /build in /nix/store/g1v9mw02fal8z4lb825kb7sxa5wwimaq-cstore_fdw-1.6.1...
/nix/store/g1v9mw02fal8z4lb825kb7sxa5wwimaq-cstore_fdw-1.6.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: cstore_fdw

Partial log (click to expand)

gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -fPIC -shared -o cstore_fdw.so cstore.pb-c.o cstore_fdw.o cstore_writer.o cstore_reader.o cstore_metadata_serialization.o cstore_compression.o -L/nix/store/7lx4cw1fkqq563z6lwx8saaz6vl8x5gz-postgresql-9.6.9-lib/lib -L/nix/store/ihf9xjwm7d46nfcb5x696inpq9i8jgfc-libxml2-2.9.8/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/7lx4cw1fkqq563z6lwx8saaz6vl8x5gz-postgresql-9.6.9-lib/lib',--enable-new-dtags  -lprotobuf-c
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/s4ba4dxiw6chw9jg3af655s4cj4vy8bd-cstore_fdw-1.6.1
shrinking /nix/store/s4ba4dxiw6chw9jg3af655s4cj4vy8bd-cstore_fdw-1.6.1/lib/cstore_fdw.so
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/s4ba4dxiw6chw9jg3af655s4cj4vy8bd-cstore_fdw-1.6.1/lib
patching script interpreter paths in /nix/store/s4ba4dxiw6chw9jg3af655s4cj4vy8bd-cstore_fdw-1.6.1
checking for references to /build in /nix/store/s4ba4dxiw6chw9jg3af655s4cj4vy8bd-cstore_fdw-1.6.1...
/nix/store/s4ba4dxiw6chw9jg3af655s4cj4vy8bd-cstore_fdw-1.6.1

@xeji xeji merged commit e0eb7d9 into NixOS:master Aug 13, 2018
@r-ryantm r-ryantm deleted the auto-update/cstore_fdw branch August 13, 2018 15:09
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.

None yet

3 participants