Stanisław Pitucha

Results 99 comments of Stanisław Pitucha

Result of `nixpkgs-review pr 186312` run on x86_64-darwin [1](https://github.com/Mic92/nixpkgs-review) 1 package failed to build: securefs

darwin intel build fails with: ``` /tmp/nix-build-securefs-0.13.0.drv-0/source/sources/unix.cpp:150:20: error: no member named 'futimens' in the global namespace int rc = ::futimens(m_fd, ts); ~~^ /tmp/nix-build-securefs-0.13.0.drv-0/source/sources/unix.cpp:405:16: error: no member named 'utimensat' in the...

The compilation can be fixed by using: ``` darwin.apple_sdk_11_0.callPackage pkgs/tools/filesystems/securefs { } ``` in all-packages.nix. But the app still doesn't start then because of: ``` dyld[18747]: Library not loaded: /usr/local/lib/libfuse.2.dylib...

Something's not right with boost right now: ``` libs/python/src/exec.cpp: In function 'boost::python::api::object boost::python::exec_file(const char*, boost::python::api::object, boost::python::api::object)': libs/python/src/exec.cpp:109:14: error: '_Py_fopen' was not declared in this scope; did you mean '_Py_wfopen'? 109...

Result of `nixpkgs-review pr 182559` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 2 packages failed to build: appleseed (python310Packages.appleseed) python39Packages.appleseed 6 packages built: blender opencolorio openimageio2 osl python310Packages.bpycv python39Packages.bpycv appleseed fails because of...

Result of `nixpkgs-review pr 186238` run on x86_64-darwin [1](https://github.com/Mic92/nixpkgs-review) 1 package failed to build: fn-cli

on darwin intel ``` # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go:29:3: //go:linkname must refer to declared function or variable vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go:27:3: //go:linkname must refer to declared function or variable vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go:40:3: //go:linkname must refer to declared...

Seems to be an upstream problem - needs a go module update to work on darwin. https://github.com/fnproject/cli/issues/654

Originally it was a comment reply. I read it by tapping the unread indicator. I did go to the private message list later (which was empty) - but that seems...

If there's still a need for distributed yml templates, it may be worth checking if sparkle_pack support can be extended to do the same. Gem-distributed rb files are already possible:...