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

goxel: 0.8.0 -> 0.8.1 #47789

Merged
merged 3 commits into from Oct 13, 2018
Merged

goxel: 0.8.0 -> 0.8.1 #47789

merged 3 commits into from Oct 13, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Oct 3, 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/goxel/versions.

meta.description for goxel is: '"Open Source 3D voxel editor"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • /nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1/bin/goxel passed the binary check.
  • /nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1/bin/.goxel-wrapped passed the binary check.
  • 2 of 2 passed binary check by having a zero exit code.
  • 2 of 2 passed binary check by having the new version present in output.
  • found 0.8.1 with grep in /nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1
  • directory tree listing: https://gist.github.com/9a753228763ec059c892df8a12f4a32c
  • du listing: https://gist.github.com/19551d29c1be8248af18db3a26d9d72d
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/740b46b9df5c4f3ca6e5e9cd3028c29d3c1ece7b.tar.gz -p goxel
ls -la /nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1

cc @tilpner 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/goxel/versions
@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: goxel

Partial log (click to expand)

Checking whether __GLIBC__ is declared... yes
scons: done reading SConscript files.
scons: Building targets ...
g++ -o ext_src/cycles/src/bvh/bvh.o -c -std=gnu++11 -Wall -Wno-narrowing -Ofast -msse2 -fno-tree-slp-vectorize -Werror -O3 -DNDEBUG -DHAVE_LIBPNG=1 -DCYCLES_STD_UNORDERED_MAP "-DCCL_NAMESPACE_BEGIN=namespace ccl {" -DCCL_NAMESPACE_END=} -DWITH_CUDA_DYNLOAD -DWITHOUT_OPENIMAGEIO -DWITH_GLEW_MX -DWITH_CYCLES -fno-var-tracking-assignments -Wno-sign-compare -Wno-strict-aliasing -Wno-uninitialized -Isrc -I/nix/store/xyw3mx62jq7q2lbjgbwk3x0jpd0ir7j2-gtk+3-3.22.30-dev/include/gtk-3.0 -I/nix/store/3hb96zvipz6pbh0224m57krn4c798yk3-glib-2.56.0-dev/include/glib-2.0 -I/nix/store/k85fwzv9ja76pcg76bwllk86xmvfvavf-glib-2.56.0/lib/glib-2.0/include -I/nix/store/yypzvjc6758xxbx2ffi2vqnm5hhvdj8f-cairo-1.15.12-dev/include/cairo -I/nix/store/35gg0p3l3nlg3d06b91z6wcpahandjcd-freetype-2.9-dev/include/freetype2 -I/nix/store/35gg0p3l3nlg3d06b91z6wcpahandjcd-freetype-2.9-dev/include -I/nix/store/h7d24b3ridl7ragi3j3wfgpl8m3an9kl-pango-1.42.4-dev/include/pango-1.0 -I/nix/store/ky9vmq5139z4bc8xpmy2ng7yb9yxx24j-gdk-pixbuf-2.36.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/66jdmgciy2vp1mib5bxlhakva1r586c7-atk-2.28.1-dev/include/atk-1.0 -Iext_src/uthash -Iext_src/stb -Iext_src/noc -Iext_src/inih -Iext_src/cycles/src -Iext_src/cycles/third_party/atomic ext_src/cycles/src/bvh/bvh.cpp
g++: error: unrecognized command line option '-msse2'
scons: *** [ext_src/cycles/src/bvh/bvh.o] Error 1
scons: building terminated because of errors.
make: *** [Makefile:8: release] Error 2
builder for '/nix/store/9bv04fry8nyh7vkladxc638lccj7q6lq-goxel-0.8.1.drv' failed with exit code 2
error: build of '/nix/store/9bv04fry8nyh7vkladxc638lccj7q6lq-goxel-0.8.1.drv' failed

@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: goxel

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: goxel

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1/bin/goxel
shrinking RPATHs of ELF executables and libraries in /nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1
shrinking /nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1/bin/.goxel-wrapped
strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1/bin
patching script interpreter paths in /nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1
checking for references to /build in /nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1...
/nix/store/53sbx6n12h79hzy3ivf32bdzk0ipdcac-goxel-0.8.1

@Mic92
Copy link
Member

Mic92 commented Oct 3, 2018

Should be disabled for the time on aarch64 because it enables x86 compiler flags.

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: goxel

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

Failure on x86_64-darwin (full log)

Attempted: goxel

Partial log (click to expand)

clang -o src/main.o -c -std=gnu99 -Wall -Wno-unknow-pragma -Wno-unknown-warning-option -DINI_HANDLER_LINENO=1 -Werror -O3 -DNDEBUG -DHAVE_LIBPNG=1 -DCYCLES_STD_UNORDERED_MAP "-DCCL_NAMESPACE_BEGIN=namespace ccl {" -DCCL_NAMESPACE_END=} -DWITH_CUDA_DYNLOAD -DWITHOUT_OPENIMAGEIO -DWITH_GLEW_MX -DWITH_CYCLES -Wno-sign-compare -Wno-strict-aliasing -Wno-uninitialized -Wno-overloaded-virtual -Isrc -Iext_src/uthash -Iext_src/stb -Iext_src/noc -Iext_src/inih -Iext_src/cycles/src -Iext_src/cycles/third_party/atomic src/main.c
src/main.c:48:10: fatal error: 'argp.h' file not found
#include <argp.h>
         ^~~~~~~~
1 error generated.
scons: *** [src/main.o] Error 1
scons: building terminated because of errors.
make: *** [Makefile:8: release] Error 2
builder for '/nix/store/asyw6sf21jj1c5mdv0hr0387k6rv4lm6-goxel-0.8.1.drv' failed with exit code 2
error: build of '/nix/store/asyw6sf21jj1c5mdv0hr0387k6rv4lm6-goxel-0.8.1.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: goxel

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1/bin/goxel
shrinking RPATHs of ELF executables and libraries in /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1
shrinking /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1/bin/.goxel-wrapped
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1/bin
patching script interpreter paths in /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1
checking for references to /build in /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1...
/nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1

@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: goxel

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

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: goxel

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: goxel

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1/bin/goxel
shrinking RPATHs of ELF executables and libraries in /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1
shrinking /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1/bin/.goxel-wrapped
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1/bin
patching script interpreter paths in /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1
checking for references to /build in /nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1...
/nix/store/7i0aajgnli2pw486vfzl0cs965sbnqx5-goxel-0.8.1

@c0bw3b c0bw3b merged commit 49284e4 into NixOS:master Oct 13, 2018
@r-ryantm r-ryantm deleted the auto-update/goxel branch October 13, 2018 22:21
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

4 participants