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 dependencies of repology #41118

Merged
merged 3 commits into from May 27, 2018
Merged

add dependencies of repology #41118

merged 3 commits into from May 27, 2018

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented May 26, 2018

Motivation for this change

I want to run Repology so I can potentially modify it help with #41029

Things done
  • built all these on NixOS
  • ran Repology's python repology-update.py -f -u -p nix in a nix-shell using these dependencies

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libversion

Partial log (click to expand)

-- Installing: /nix/store/rl6cf1647vc55rkmg4bw61x9ar6j6q82-libversion-2.6.0/bin/version_compare
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/rl6cf1647vc55rkmg4bw61x9ar6j6q82-libversion-2.6.0
shrinking /nix/store/rl6cf1647vc55rkmg4bw61x9ar6j6q82-libversion-2.6.0/bin/version_compare
shrinking /nix/store/rl6cf1647vc55rkmg4bw61x9ar6j6q82-libversion-2.6.0/lib/libversion.so.0.0.0
strip is /nix/store/jk6j4lh9v5mvjdbdc35sj0zffhhf6s56-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rl6cf1647vc55rkmg4bw61x9ar6j6q82-libversion-2.6.0/lib  /nix/store/rl6cf1647vc55rkmg4bw61x9ar6j6q82-libversion-2.6.0/bin
patching script interpreter paths in /nix/store/rl6cf1647vc55rkmg4bw61x9ar6j6q82-libversion-2.6.0
checking for references to /build in /nix/store/rl6cf1647vc55rkmg4bw61x9ar6j6q82-libversion-2.6.0...
/nix/store/rl6cf1647vc55rkmg4bw61x9ar6j6q82-libversion-2.6.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: libversion

Partial log (click to expand)

-- Installing: /nix/store/x3vr373vbsx8lsvv8j354rpfgghf6lg3-libversion-2.6.0/bin/version_compare
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/x3vr373vbsx8lsvv8j354rpfgghf6lg3-libversion-2.6.0
shrinking /nix/store/x3vr373vbsx8lsvv8j354rpfgghf6lg3-libversion-2.6.0/lib/libversion.so.0.0.0
shrinking /nix/store/x3vr373vbsx8lsvv8j354rpfgghf6lg3-libversion-2.6.0/bin/version_compare
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/x3vr373vbsx8lsvv8j354rpfgghf6lg3-libversion-2.6.0/lib  /nix/store/x3vr373vbsx8lsvv8j354rpfgghf6lg3-libversion-2.6.0/bin
patching script interpreter paths in /nix/store/x3vr373vbsx8lsvv8j354rpfgghf6lg3-libversion-2.6.0
checking for references to /build in /nix/store/x3vr373vbsx8lsvv8j354rpfgghf6lg3-libversion-2.6.0...
/nix/store/x3vr373vbsx8lsvv8j354rpfgghf6lg3-libversion-2.6.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: libversion

Partial log (click to expand)

-- Installing: /nix/store/iprcalasnylswpazgi09ixnjavvn9nix-libversion-2.6.0/lib/libversion.0.dylib
-- Installing: /nix/store/iprcalasnylswpazgi09ixnjavvn9nix-libversion-2.6.0/lib/libversion.dylib
-- Installing: /nix/store/iprcalasnylswpazgi09ixnjavvn9nix-libversion-2.6.0/lib/libversion.a
-- Installing: /nix/store/iprcalasnylswpazgi09ixnjavvn9nix-libversion-2.6.0/lib/pkgconfig/libversion.pc
-- Installing: /nix/store/iprcalasnylswpazgi09ixnjavvn9nix-libversion-2.6.0/bin/version_compare
post-installation fixup
strip is /nix/store/kdff2gim6417493yha769kh00n63lnrw-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/iprcalasnylswpazgi09ixnjavvn9nix-libversion-2.6.0/lib  /nix/store/iprcalasnylswpazgi09ixnjavvn9nix-libversion-2.6.0/bin
patching script interpreter paths in /nix/store/iprcalasnylswpazgi09ixnjavvn9nix-libversion-2.6.0
/nix/store/iprcalasnylswpazgi09ixnjavvn9nix-libversion-2.6.0

sha256 = "131lbc18s3rlmby2dpbvi4msz13gqw6xvx067mh4zcx9npygn9r2";
};

buildInputs = [ hypothesis ];
Copy link
Member

Choose a reason for hiding this comment

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

propagatedBuildInputs

sha256 = "0krhfycva3l4rhac5kx6x1a6fad594i9i77vy52rwn37j62bm601";
};

buildInputs = [ cmake ];
Copy link
Member

Choose a reason for hiding this comment

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

nativeBuildInputs

src = fetchFromGitHub {
owner = "repology";
repo = "libversion";
rev = "${version}";
Copy link
Member

Choose a reason for hiding this comment

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

rev = version

@ryantm
Copy link
Member Author

ryantm commented May 27, 2018

@dotlambda Thanks for the feedback; I made those changes.

@dotlambda
Copy link
Member

@ryantm Did you try setting doCheck = true for libversion?

@GrahamcOfBorg build python2.pkgs.libversion python3.pkgs.libversion python2.pkgs.rubymarshal python3.pkgs.rubymarshal

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: python2.pkgs.libversion, python3.pkgs.libversion, python2.pkgs.rubymarshal, python3.pkgs.rubymarshal

Partial log (click to expand)

OK
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
error: build of '/nix/store/mjdhw6vn55gxmqr0lzm2vissvsq9mmmh-python2.7-libversion-1.0.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: python2.pkgs.libversion, python3.pkgs.libversion, python2.pkgs.rubymarshal, python3.pkgs.rubymarshal

Partial log (click to expand)

OK
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
b'I' b'/' -----
�[31;1merror:�[0m build of '/nix/store/jm0nd7wakbcss0jfbqqlfbb2r7zjjcq7-python2.7-libversion-1.0.0.drv' failed

@dotlambda
Copy link
Member

dotlambda commented May 27, 2018

Requirements

  • Python 3.6+

(https://github.com/repology/py-libversion#requirements)

=> disabled = pythonOlder "3.6"

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libversion

Partial log (click to expand)

/nix/store/dxrk2w84vw0iydvcyad935r40iiqzxr0-libversion-2.6.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: libversion

Partial log (click to expand)

/nix/store/bzm9c9k2bajk1glzizx8hi36d784qp5h-libversion-2.6.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: libversion

Partial log (click to expand)

-- Installing: /nix/store/w20hnpng0gaww9i8gxz9yghzy4iyvc3c-libversion-2.6.0/lib/libversion.0.dylib
-- Installing: /nix/store/w20hnpng0gaww9i8gxz9yghzy4iyvc3c-libversion-2.6.0/lib/libversion.dylib
-- Installing: /nix/store/w20hnpng0gaww9i8gxz9yghzy4iyvc3c-libversion-2.6.0/lib/libversion.a
-- Installing: /nix/store/w20hnpng0gaww9i8gxz9yghzy4iyvc3c-libversion-2.6.0/lib/pkgconfig/libversion.pc
-- Installing: /nix/store/w20hnpng0gaww9i8gxz9yghzy4iyvc3c-libversion-2.6.0/bin/version_compare
post-installation fixup
strip is /nix/store/kdff2gim6417493yha769kh00n63lnrw-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/w20hnpng0gaww9i8gxz9yghzy4iyvc3c-libversion-2.6.0/lib  /nix/store/w20hnpng0gaww9i8gxz9yghzy4iyvc3c-libversion-2.6.0/bin
patching script interpreter paths in /nix/store/w20hnpng0gaww9i8gxz9yghzy4iyvc3c-libversion-2.6.0
/nix/store/w20hnpng0gaww9i8gxz9yghzy4iyvc3c-libversion-2.6.0

@ryantm
Copy link
Member Author

ryantm commented May 27, 2018

@GrahamcOfBorg build python2.pkgs.libversion python3.pkgs.libversion python2.pkgs.rubymarshal python3.pkgs.rubymarshal

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python3.pkgs.libversion, python2.pkgs.rubymarshal, python3.pkgs.rubymarshal

The following builds were skipped because they don't evaluate on aarch64-linux: python2.pkgs.libversion

Partial log (click to expand)

while evaluating anonymous function at �[1m/var/lib/gc-of-borg/nix-test-rs-20/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-20/pkgs/development/python-modules/libversion/default.nix�[0m:1:1, called from �[1m/var/lib/gc-of-borg/nix-test-rs-20/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-20/lib/customisation.nix�[0m:74:12:
while evaluating 'makeOverridablePythonPackage' at �[1m/var/lib/gc-of-borg/nix-test-rs-20/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-20/pkgs/top-level/python-packages.nix�[0m:40:37, called from �[1m/var/lib/gc-of-borg/nix-test-rs-20/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-20/pkgs/development/python-modules/libversion/default.nix�[0m:3:1:
while evaluating 'makeOverridable' at �[1m/var/lib/gc-of-borg/nix-test-rs-20/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-20/lib/customisation.nix�[0m:72:24, called from �[1m/var/lib/gc-of-borg/nix-test-rs-20/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-20/pkgs/top-level/python-packages.nix�[0m:42:12:
while evaluating anonymous function at �[1m/var/lib/gc-of-borg/nix-test-rs-20/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-20/pkgs/development/interpreters/python/build-python-package.nix�[0m:26:1, called from �[1m/var/lib/gc-of-borg/nix-test-rs-20/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-20/lib/customisation.nix�[0m:74:12:
while evaluating anonymous function at �[1m/var/lib/gc-of-borg/nix-test-rs-20/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-20/pkgs/development/interpreters/python/mk-python-derivation.nix�[0m:14:1, called from �[1m/var/lib/gc-of-borg/nix-test-rs-20/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-20/pkgs/development/interpreters/python/build-python-package.nix�[0m:43:4:
libversion-1.0.0 not supported for interpreter python2.7

/nix/store/bl9ar06vs3rdhys8wy7kaf7i3l06vapc-python3.6-libversion-1.0.0
/nix/store/pkp4kd37k42rprf1hzzgpszhmmp95dqn-python2.7-rubymarshal-1.0.3
/nix/store/kpj1fw4wpj9m360h354xwf880pahzvzz-python3.6-rubymarshal-1.0.3

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python3.pkgs.libversion, python2.pkgs.rubymarshal, python3.pkgs.rubymarshal

The following builds were skipped because they don't evaluate on x86_64-darwin: python2.pkgs.libversion

Partial log (click to expand)

test_pyversion_compare_lg (tests.test_pyversion.TestLibVersion) ... ok
test_pyversion_compare_ne (tests.test_pyversion.TestLibVersion) ... ok

----------------------------------------------------------------------
Ran 8 tests in 0.001s

OK
/nix/store/2zhl18c1d8hl7wmdvyhvymaznghz2ywq-python3.6-libversion-1.0.0
/nix/store/1vb14av9kp89ws5vsxnrfniizz58bjg2-python2.7-rubymarshal-1.0.3
/nix/store/7my5xhnviflb7bj5lby8my31jngqsy2a-python3.6-rubymarshal-1.0.3

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python3.pkgs.libversion, python2.pkgs.rubymarshal, python3.pkgs.rubymarshal

The following builds were skipped because they don't evaluate on x86_64-linux: python2.pkgs.libversion

Partial log (click to expand)

while evaluating anonymous function at /home/ofborg/ofborg3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/builder-7c6f434c3/pkgs/development/python-modules/libversion/default.nix:1:1, called from /home/ofborg/ofborg3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/builder-7c6f434c3/lib/customisation.nix:74:12:
while evaluating 'makeOverridablePythonPackage' at /home/ofborg/ofborg3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/builder-7c6f434c3/pkgs/top-level/python-packages.nix:40:37, called from /home/ofborg/ofborg3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/builder-7c6f434c3/pkgs/development/python-modules/libversion/default.nix:3:1:
while evaluating 'makeOverridable' at /home/ofborg/ofborg3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/builder-7c6f434c3/lib/customisation.nix:72:24, called from /home/ofborg/ofborg3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/builder-7c6f434c3/pkgs/top-level/python-packages.nix:42:12:
while evaluating anonymous function at /home/ofborg/ofborg3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/builder-7c6f434c3/pkgs/development/interpreters/python/build-python-package.nix:26:1, called from /home/ofborg/ofborg3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/builder-7c6f434c3/lib/customisation.nix:74:12:
while evaluating anonymous function at /home/ofborg/ofborg3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/builder-7c6f434c3/pkgs/development/interpreters/python/mk-python-derivation.nix:14:1, called from /home/ofborg/ofborg3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/builder-7c6f434c3/pkgs/development/interpreters/python/build-python-package.nix:43:4:
libversion-1.0.0 not supported for interpreter python2.7

/nix/store/swg0796xmgxq8iwvw55ph8m1xjfmpxxw-python3.6-libversion-1.0.0
/nix/store/pgwl2wpa5r287kkc0mdlqc69f2gf9cmd-python2.7-rubymarshal-1.0.3
/nix/store/4ri8aci7r8wpxkqylj36qc0fvl6y4cl0-python3.6-rubymarshal-1.0.3

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libversion ];

doCheck = true;
Copy link
Member

Choose a reason for hiding this comment

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

That's set automatically for python packages. I meant libversion, not pythonPackages.libversion

Copy link
Member Author

@ryantm ryantm May 27, 2018

Choose a reason for hiding this comment

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

Oh, okay! For libversion it says: make: *** No rule to make target 'check'. Stop.

Copy link
Member

Choose a reason for hiding this comment

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

checkTarget = "test"

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: libversion

Partial log (click to expand)

/nix/store/w20hnpng0gaww9i8gxz9yghzy4iyvc3c-libversion-2.6.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libversion

Partial log (click to expand)

/nix/store/dxrk2w84vw0iydvcyad935r40iiqzxr0-libversion-2.6.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: libversion

Partial log (click to expand)

-- Installing: /nix/store/bzm9c9k2bajk1glzizx8hi36d784qp5h-libversion-2.6.0/bin/version_compare
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/bzm9c9k2bajk1glzizx8hi36d784qp5h-libversion-2.6.0
shrinking /nix/store/bzm9c9k2bajk1glzizx8hi36d784qp5h-libversion-2.6.0/bin/version_compare
shrinking /nix/store/bzm9c9k2bajk1glzizx8hi36d784qp5h-libversion-2.6.0/lib/libversion.so.0.0.0
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/bzm9c9k2bajk1glzizx8hi36d784qp5h-libversion-2.6.0/lib  /nix/store/bzm9c9k2bajk1glzizx8hi36d784qp5h-libversion-2.6.0/bin
patching script interpreter paths in /nix/store/bzm9c9k2bajk1glzizx8hi36d784qp5h-libversion-2.6.0
checking for references to /build in /nix/store/bzm9c9k2bajk1glzizx8hi36d784qp5h-libversion-2.6.0...
/nix/store/bzm9c9k2bajk1glzizx8hi36d784qp5h-libversion-2.6.0

@dotlambda
Copy link
Member

dotlambda commented May 27, 2018

@ryantm Now please squash the last two commits into the appropriate ones and we're good to go.

@GrahamcOfBorg build python3.pkgs.libversion python2.pkgs.rubymarshal python3.pkgs.rubymarshal

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python3.pkgs.libversion, python2.pkgs.rubymarshal, python3.pkgs.rubymarshal

Partial log (click to expand)

test_pyversion_compare_lg (tests.test_pyversion.TestLibVersion) ... ok
test_pyversion_compare_ne (tests.test_pyversion.TestLibVersion) ... ok

----------------------------------------------------------------------
Ran 8 tests in 0.001s

OK
/nix/store/dih3mqz21dsqbf2w49l5zgxy4rgnivnp-python3.6-libversion-1.0.0
/nix/store/pgwl2wpa5r287kkc0mdlqc69f2gf9cmd-python2.7-rubymarshal-1.0.3
/nix/store/4ri8aci7r8wpxkqylj36qc0fvl6y4cl0-python3.6-rubymarshal-1.0.3

@NixOS NixOS deleted a comment from GrahamcOfBorg May 27, 2018
@NixOS NixOS deleted a comment from GrahamcOfBorg May 27, 2018
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python3.pkgs.libversion, python2.pkgs.rubymarshal, python3.pkgs.rubymarshal

Partial log (click to expand)

test_cversion_compare_flag_p_is_patch (tests.test_cversion.TestLibVersion) ... ok
test_cversion_compare_no_flags (tests.test_cversion.TestLibVersion) ... ok

----------------------------------------------------------------------
Ran 8 tests in 0.003s

OK
/nix/store/8sy212qsi2mjdghlr81835rv9kif6wgc-python3.6-libversion-1.0.0
/nix/store/pkp4kd37k42rprf1hzzgpszhmmp95dqn-python2.7-rubymarshal-1.0.3
/nix/store/kpj1fw4wpj9m360h354xwf880pahzvzz-python3.6-rubymarshal-1.0.3

@dotlambda dotlambda merged commit fc1b5ec into NixOS:master May 27, 2018
@ryantm ryantm deleted the repology branch May 27, 2018 16:19
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: libversion

Partial log (click to expand)

-- Installing: /nix/store/wh3sbw94wzrw59x2wz2ni1xirpcvnys2-libversion-2.6.0/bin/version_compare
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/wh3sbw94wzrw59x2wz2ni1xirpcvnys2-libversion-2.6.0
shrinking /nix/store/wh3sbw94wzrw59x2wz2ni1xirpcvnys2-libversion-2.6.0/bin/version_compare
shrinking /nix/store/wh3sbw94wzrw59x2wz2ni1xirpcvnys2-libversion-2.6.0/lib/libversion.so.0.0.0
strip is /nix/store/92d2ifxcni4n3zx9s8wnkcjlvnx5ajlc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/wh3sbw94wzrw59x2wz2ni1xirpcvnys2-libversion-2.6.0/lib  /nix/store/wh3sbw94wzrw59x2wz2ni1xirpcvnys2-libversion-2.6.0/bin
patching script interpreter paths in /nix/store/wh3sbw94wzrw59x2wz2ni1xirpcvnys2-libversion-2.6.0
checking for references to /build in /nix/store/wh3sbw94wzrw59x2wz2ni1xirpcvnys2-libversion-2.6.0...
/nix/store/wh3sbw94wzrw59x2wz2ni1xirpcvnys2-libversion-2.6.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libversion

Partial log (click to expand)

-- Installing: /nix/store/2sx0qrwrwynfc0v6cnvhhc1a0375s7y4-libversion-2.6.0/bin/version_compare
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/2sx0qrwrwynfc0v6cnvhhc1a0375s7y4-libversion-2.6.0
shrinking /nix/store/2sx0qrwrwynfc0v6cnvhhc1a0375s7y4-libversion-2.6.0/bin/version_compare
shrinking /nix/store/2sx0qrwrwynfc0v6cnvhhc1a0375s7y4-libversion-2.6.0/lib/libversion.so.0.0.0
strip is /nix/store/8yfik687kfccisxnad42j19lfb7ij9b4-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/2sx0qrwrwynfc0v6cnvhhc1a0375s7y4-libversion-2.6.0/lib  /nix/store/2sx0qrwrwynfc0v6cnvhhc1a0375s7y4-libversion-2.6.0/bin
patching script interpreter paths in /nix/store/2sx0qrwrwynfc0v6cnvhhc1a0375s7y4-libversion-2.6.0
checking for references to /build in /nix/store/2sx0qrwrwynfc0v6cnvhhc1a0375s7y4-libversion-2.6.0...
/nix/store/2sx0qrwrwynfc0v6cnvhhc1a0375s7y4-libversion-2.6.0

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: libversion

Partial log (click to expand)

cannot build derivation '/nix/store/9zf8vyxi3f3v879lrkhvakgn526pvm7g-apple-framework-SystemConfiguration.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/0jy30mn99178zgn2plcnjwwpjm72avqg-apple-framework-CoreGraphics.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/ii08999nrd2ygc1ac996xyxvch9pfqpc-apple-framework-CoreServices.drv': 12 dependencies couldn't be built
cannot build derivation '/nix/store/45ggv278pcrykd3x6vyipp1p9xsdyghz-apple-framework-CoreText.drv': 6 dependencies couldn't be built
cannot build derivation '/nix/store/cx21rfvj3ps2w3qlf4cqmb5f0k34flx3-apple-framework-ImageIO.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/bvcvfz26zy22263av4fr3c79c0rxvwfa-apple-framework-ApplicationServices.drv': 7 dependencies couldn't be built
cannot build derivation '/nix/store/8a1b2nd1w7mcccyac50n6pm2qs6spy20-libuv-1.20.2.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/bzhwnxdf134ddda7zbff908k3xjl4msw-cmake-3.11.2.drv': 14 dependencies couldn't be built
cannot build derivation '/nix/store/yaab94zai5al3wna9jxavvsgkvd2rfhv-libversion-2.6.0.drv': 3 dependencies couldn't be built
error: build of '/nix/store/yaab94zai5al3wna9jxavvsgkvd2rfhv-libversion-2.6.0.drv' failed

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