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

Add licenses #45336

Merged
merged 8 commits into from Aug 23, 2018
Merged

Add licenses #45336

merged 8 commits into from Aug 23, 2018

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented Aug 19, 2018

Motivation for this change

related to #43716

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@Mic92 Mic92 requested a review from FRidh as a code owner August 19, 2018 14:34
@Mic92
Copy link
Member Author

Mic92 commented Aug 19, 2018

@GrahamcOfBorg build Xaw3d

@Mic92 Mic92 changed the title Licenses Add licenses Aug 19, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: Xaw3d

Partial log (click to expand)

 /nix/store/llyw6zn8bhwj6zw6lzdlxyd25bk0bwn1-coreutils-8.29/bin/install -c -m 644 xaw3d.pc '/nix/store/mgiklbxv715grrrc62h1xizsxfnirask-Xaw3d-1.6.3/lib/pkgconfig'
make[2]: Leaving directory '/build/libXaw3d-1.6.3'
make[1]: Leaving directory '/build/libXaw3d-1.6.3'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/mgiklbxv715grrrc62h1xizsxfnirask-Xaw3d-1.6.3
shrinking /nix/store/mgiklbxv715grrrc62h1xizsxfnirask-Xaw3d-1.6.3/lib/libXaw3d.so.8.0.0
strip is /nix/store/553rihc190vsyy8b22iqcq25a6489h8y-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/mgiklbxv715grrrc62h1xizsxfnirask-Xaw3d-1.6.3/lib
patching script interpreter paths in /nix/store/mgiklbxv715grrrc62h1xizsxfnirask-Xaw3d-1.6.3
checking for references to /build in /nix/store/mgiklbxv715grrrc62h1xizsxfnirask-Xaw3d-1.6.3...

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: Xaw3d

Partial log (click to expand)

make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/vc4q7zqpxx15ckxshdxikf7c6vq57c5k-coreutils-8.29/bin/mkdir -p '/nix/store/fbx67r16ny7v1d0r32pv83sbzgjqj3mr-Xaw3d-1.6.3/lib/pkgconfig'
 /nix/store/vc4q7zqpxx15ckxshdxikf7c6vq57c5k-coreutils-8.29/bin/install -c -m 644 xaw3d.pc '/nix/store/fbx67r16ny7v1d0r32pv83sbzgjqj3mr-Xaw3d-1.6.3/lib/pkgconfig'
make[2]: Leaving directory '/private/tmp/nix-build-Xaw3d-1.6.3.drv-0/libXaw3d-1.6.3'
make[1]: Leaving directory '/private/tmp/nix-build-Xaw3d-1.6.3.drv-0/libXaw3d-1.6.3'
post-installation fixup
strip is /nix/store/bg39mxc401qqxgjasxfgardi6xl2ikmc-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/fbx67r16ny7v1d0r32pv83sbzgjqj3mr-Xaw3d-1.6.3/lib
patching script interpreter paths in /nix/store/fbx67r16ny7v1d0r32pv83sbzgjqj3mr-Xaw3d-1.6.3
/nix/store/fbx67r16ny7v1d0r32pv83sbzgjqj3mr-Xaw3d-1.6.3

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: Xaw3d

Partial log (click to expand)

make[2]: Leaving directory '/build/libXaw3d-1.6.3'
make[1]: Leaving directory '/build/libXaw3d-1.6.3'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/gzq27cb8qy50qgxqvn1pssq10a7rc7ig-Xaw3d-1.6.3
shrinking /nix/store/gzq27cb8qy50qgxqvn1pssq10a7rc7ig-Xaw3d-1.6.3/lib/libXaw3d.so.8.0.0
strip is /nix/store/4md2i310zklkkl5j41yw70gcwgn4kav5-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/gzq27cb8qy50qgxqvn1pssq10a7rc7ig-Xaw3d-1.6.3/lib
patching script interpreter paths in /nix/store/gzq27cb8qy50qgxqvn1pssq10a7rc7ig-Xaw3d-1.6.3
checking for references to /build in /nix/store/gzq27cb8qy50qgxqvn1pssq10a7rc7ig-Xaw3d-1.6.3...
/nix/store/gzq27cb8qy50qgxqvn1pssq10a7rc7ig-Xaw3d-1.6.3

meta = {
description = "Pythonic remote execution";
homepage = https://www.fabfile.org/;
license = licenses.bsd;
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo here I think, looks like it should be 2-clause BSD.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: Fabric, SDL_image, SDL_mixer, Xaw3d, _9pfs, aacskeys, aefs

Partial log (click to expand)

 /nix/store/rhzcwaz7xk6dq9z2h9yca0z7wx0nwg7c-coreutils-8.29/bin/install -c -m 644 xaw3d.pc '/nix/store/bjfsydqcq0b4j8bpwn5wn7nj5z601lm9-Xaw3d-1.6.3/lib/pkgconfig'
make[2]: Leaving directory '/build/libXaw3d-1.6.3'
make[1]: Leaving directory '/build/libXaw3d-1.6.3'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/bjfsydqcq0b4j8bpwn5wn7nj5z601lm9-Xaw3d-1.6.3
shrinking /nix/store/bjfsydqcq0b4j8bpwn5wn7nj5z601lm9-Xaw3d-1.6.3/lib/libXaw3d.so.8.0.0
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip is /nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip
stripping (with command /nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip and flags -S) in /nix/store/bjfsydqcq0b4j8bpwn5wn7nj5z601lm9-Xaw3d-1.6.3/lib
patching script interpreter paths in /nix/store/bjfsydqcq0b4j8bpwn5wn7nj5z601lm9-Xaw3d-1.6.3
checking for references to /build in /nix/store/bjfsydqcq0b4j8bpwn5wn7nj5z601lm9-Xaw3d-1.6.3...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: Fabric, SDL_image, SDL_mixer, Xaw3d, _9pfs, aefs

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

Partial log (click to expand)

/nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip is /nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip
stripping (with command /nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip and flags -S) in /nix/store/kp7dp2w99f8qs0kmvzddyhazxa318bkj-Xaw3d-1.6.3/lib
patching script interpreter paths in /nix/store/kp7dp2w99f8qs0kmvzddyhazxa318bkj-Xaw3d-1.6.3
checking for references to /build in /nix/store/kp7dp2w99f8qs0kmvzddyhazxa318bkj-Xaw3d-1.6.3...
/nix/store/5ilvg2splcrp1krhmmxq2w3gsiqgnd61-python2.7-Fabric-1.13.2
/nix/store/prf72fgaksy4g0kdawwik4203wq36gxr-SDL_image-1.2.12
/nix/store/s56f8hjxiqqjl7x5r3492z56w0dav7v4-SDL_mixer-1.2.12
/nix/store/kp7dp2w99f8qs0kmvzddyhazxa318bkj-Xaw3d-1.6.3
/nix/store/s7n7jlp7gjwsvigm3w3d7p0mvhqddhcy-9pfs-20150918
/nix/store/2irw5r7ayg9fn544l9brry8w9nxawmmz-aefs-0.4pre259-8843b7c

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: Fabric, SDL_image, SDL_mixer, Xaw3d

The following builds were skipped because they don't evaluate on x86_64-darwin: _9pfs, aacskeys, aefs

Partial log (click to expand)

make[2]: Leaving directory '/private/tmp/nix-build-Xaw3d-1.6.3.drv-0/libXaw3d-1.6.3'
make[1]: Leaving directory '/private/tmp/nix-build-Xaw3d-1.6.3.drv-0/libXaw3d-1.6.3'
post-installation fixup
/nix/store/5im29qx9rni3w8l3j8i2yr22sin55kxv-cctools-binutils-darwin/bin/strip is /nix/store/5im29qx9rni3w8l3j8i2yr22sin55kxv-cctools-binutils-darwin/bin/strip
stripping (with command /nix/store/5im29qx9rni3w8l3j8i2yr22sin55kxv-cctools-binutils-darwin/bin/strip and flags -S) in /nix/store/k22gdnva10yxhvfri7cd15zfkvxmq7j9-Xaw3d-1.6.3/lib
patching script interpreter paths in /nix/store/k22gdnva10yxhvfri7cd15zfkvxmq7j9-Xaw3d-1.6.3
/nix/store/zyjxg9rpcm21da9gidlqchn1kjqhycm2-python2.7-Fabric-1.13.2
/nix/store/lx4jsq93xkd0f9mj5fg89nd2rsdbbbi6-SDL_image-1.2.12
/nix/store/a9hnbrrk13jbdl3c4z98z9p62rlck39s-SDL_mixer-1.2.12
/nix/store/k22gdnva10yxhvfri7cd15zfkvxmq7j9-Xaw3d-1.6.3

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