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.1 -> 1.6.2 #46291

Merged
merged 1 commit into from Sep 18, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Sep 7, 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)
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/c80a13d234d5f60421c47124fa828afa8de45a5a.tar.gz -p cstore_fdw
ls -la /nix/store/7jqbfvrlmynp798ngjq4hzz4gzav1zh0-cstore_fdw-1.6.2

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

Success on x86_64-linux (full log)

Attempted: cstore_fdw

Partial log (click to expand)

cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -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/9xr1br8l0vg199qvalxs9q82ri4w3wf2-postgresql-9.6.10-lib/lib   -L/nix/store/zq1y0xhmmc42lv7ghslr6y2c6f2dcy1y-libxml2-2.9.8/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/9xr1br8l0vg199qvalxs9q82ri4w3wf2-postgresql-9.6.10-lib/lib',--enable-new-dtags  -lprotobuf-c
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/7jqbfvrlmynp798ngjq4hzz4gzav1zh0-cstore_fdw-1.6.2
shrinking /nix/store/7jqbfvrlmynp798ngjq4hzz4gzav1zh0-cstore_fdw-1.6.2/lib/cstore_fdw.so
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/7jqbfvrlmynp798ngjq4hzz4gzav1zh0-cstore_fdw-1.6.2/lib
patching script interpreter paths in /nix/store/7jqbfvrlmynp798ngjq4hzz4gzav1zh0-cstore_fdw-1.6.2
checking for references to /build in /nix/store/7jqbfvrlmynp798ngjq4hzz4gzav1zh0-cstore_fdw-1.6.2...
/nix/store/7jqbfvrlmynp798ngjq4hzz4gzav1zh0-cstore_fdw-1.6.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: cstore_fdw

Partial log (click to expand)

cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -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/06ana7c4spn3r1hcc2k08kqkg61xhxfh-postgresql-9.6.10-lib/lib   -L/nix/store/ijk008za5ind7pghidwybll402s8x4x6-libxml2-2.9.8/lib  -Wl,--as-needed -Wl,-rpath,'/nix/store/06ana7c4spn3r1hcc2k08kqkg61xhxfh-postgresql-9.6.10-lib/lib',--enable-new-dtags  -lprotobuf-c
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/489vv44kymclizlzggihakbfjvh7v1v7-cstore_fdw-1.6.2
shrinking /nix/store/489vv44kymclizlzggihakbfjvh7v1v7-cstore_fdw-1.6.2/lib/cstore_fdw.so
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/489vv44kymclizlzggihakbfjvh7v1v7-cstore_fdw-1.6.2/lib
patching script interpreter paths in /nix/store/489vv44kymclizlzggihakbfjvh7v1v7-cstore_fdw-1.6.2
checking for references to /build in /nix/store/489vv44kymclizlzggihakbfjvh7v1v7-cstore_fdw-1.6.2...
/nix/store/489vv44kymclizlzggihakbfjvh7v1v7-cstore_fdw-1.6.2

@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.


@xeji xeji merged commit 9064d9d into NixOS:master Sep 18, 2018
@r-ryantm r-ryantm deleted the auto-update/cstore_fdw branch September 20, 2018 04:29
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