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

blobfuse: init at 1.0.1-RC-Preview #39073

Merged
merged 3 commits into from Apr 27, 2018
Merged

blobfuse: init at 1.0.1-RC-Preview #39073

merged 3 commits into from Apr 27, 2018

Conversation

jbgi
Copy link
Contributor

@jbgi jbgi commented Apr 17, 2018

No description provided.

@jbgi
Copy link
Contributor Author

jbgi commented Apr 27, 2018

@Mic92: updated to latest tag, removing all patches.

{ stdenv, fetchFromGitHub, cmake, pkgconfig, curl, gnutls, libgcrypt, libuuid, fuse }:

stdenv.mkDerivation rec {
name = "blobfuse";
Copy link
Member

Choose a reason for hiding this comment

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

The name attribute should also contain the version: name = "blobfuse-${version}";.

sha256 = "143rxgfmprir4a7frrv8llkv61jxzq50w2v8wn32vx6gl6vci1zs";
};

buildInputs = [ cmake curl gnutls libgcrypt libuuid fuse ];
Copy link
Member

Choose a reason for hiding this comment

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

cmake should be in nativeBuildInputs as it needs to be executed on the build platform.

meta = with stdenv.lib; {
description = "Mount an Azure Blob storage as filesystem through FUSE";
license = licenses.mit;
platforms = platforms.linux;
Copy link
Member

Choose a reason for hiding this comment

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

@jbgi
Copy link
Contributor Author

jbgi commented Apr 27, 2018

@adisbladis: fixed.

@Mic92
Copy link
Member

Mic92 commented Apr 27, 2018

@GrahamcOfBorg build blobfuse

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

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

Partial log (click to expand)

-- Install configuration: "Release"
-- Installing: /nix/store/msjxm1qcxxv09cyy3qzw47qgwlqvk21n-blobfuse-1.0.1-RC-Preview/bin/blobfuse
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/msjxm1qcxxv09cyy3qzw47qgwlqvk21n-blobfuse-1.0.1-RC-Preview
shrinking /nix/store/msjxm1qcxxv09cyy3qzw47qgwlqvk21n-blobfuse-1.0.1-RC-Preview/bin/blobfuse
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/msjxm1qcxxv09cyy3qzw47qgwlqvk21n-blobfuse-1.0.1-RC-Preview/bin
patching script interpreter paths in /nix/store/msjxm1qcxxv09cyy3qzw47qgwlqvk21n-blobfuse-1.0.1-RC-Preview
checking for references to /build in /nix/store/msjxm1qcxxv09cyy3qzw47qgwlqvk21n-blobfuse-1.0.1-RC-Preview...
/nix/store/msjxm1qcxxv09cyy3qzw47qgwlqvk21n-blobfuse-1.0.1-RC-Preview

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: blobfuse

Partial log (click to expand)

-- Install configuration: "Release"
-- Installing: /nix/store/ybawq4lx25rk7czkxvq8b352gcvdgdsg-blobfuse-1.0.1-RC-Preview/bin/blobfuse
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/ybawq4lx25rk7czkxvq8b352gcvdgdsg-blobfuse-1.0.1-RC-Preview
shrinking /nix/store/ybawq4lx25rk7czkxvq8b352gcvdgdsg-blobfuse-1.0.1-RC-Preview/bin/blobfuse
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/ybawq4lx25rk7czkxvq8b352gcvdgdsg-blobfuse-1.0.1-RC-Preview/bin
patching script interpreter paths in /nix/store/ybawq4lx25rk7czkxvq8b352gcvdgdsg-blobfuse-1.0.1-RC-Preview
checking for references to /build in /nix/store/ybawq4lx25rk7czkxvq8b352gcvdgdsg-blobfuse-1.0.1-RC-Preview...
/nix/store/ybawq4lx25rk7czkxvq8b352gcvdgdsg-blobfuse-1.0.1-RC-Preview

@Mic92 Mic92 changed the title blobfuse: fuse fs adapter for Azure Blob storage. blobfuse: init at 1.0.1-RC-Preview Apr 27, 2018
@Mic92 Mic92 merged commit 92808e6 into NixOS:master Apr 27, 2018
Synthetica9 pushed a commit to Synthetica9/nixpkgs that referenced this pull request May 3, 2018
Mic92 pushed a commit that referenced this pull request May 7, 2018
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