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

imlib2: 1.4.10 -> 1.5.0 #35460

Closed
wants to merge 1 commit into from
Closed

imlib2: 1.4.10 -> 1.5.0 #35460

wants to merge 1 commit into from

Conversation

romildo
Copy link
Contributor

@romildo romildo commented Feb 24, 2018

Motivation for this change

Update to version 1.5.0

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-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/)
  • Fits CONTRIBUTING.md.

@Mic92
Copy link
Member

Mic92 commented Mar 4, 2018

@GrahamcOfBorg build imlib2

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Partial log (click to expand)

trying http://kent.dl.sourceforge.net/sourceforge/enlightenment/imlib2-1.5.0.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   313    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
error: cannot download imlib2-1.5.0.tar.bz2 from any mirror
builder for '/nix/store/pwvn79rg6jqnh753gx34ladywy0v6nsl-imlib2-1.5.0.tar.bz2.drv' failed with exit code 1
cannot build derivation '/nix/store/w0pdfrs9fbpjqazs57bkqkxkz78v483h-imlib2-1.5.0.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/w0pdfrs9fbpjqazs57bkqkxkz78v483h-imlib2-1.5.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Partial log (click to expand)

builder for ‘/nix/store/75171fk1rjncsz3hwzmigiihjfn6h8vf-imlib2-1.5.0.tar.bz2.drv’ failed with exit code 1
fetching path ‘/nix/store/9qp7mb16s2g92p3ywz0i0srkpxdgs01i-libid3tag-0.15.1b-dev’...

*** Downloading ‘https://cache.nixos.org/nar/0b50bn5kyxmr9l6d1lxf8ba3j5d0yskqgkbilv4s4l77nzgvbz7g.nar.xz’ (signed by ‘cache.nixos.org-1’) to ‘/nix/store/9qp7mb16s2g92p3ywz0i0srkpxdgs01i-libid3tag-0.15.1b-dev’...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3252  100  3252    0     0   3252      0  0:00:01 --:--:--  0:00:01  4116

cannot build derivation ‘/nix/store/djdrl2jsh7sf8l3xmy5avah2syrjb3fw-imlib2-1.5.0.drv’: 1 dependencies couldn't be built
error: build of ‘/nix/store/djdrl2jsh7sf8l3xmy5avah2syrjb3fw-imlib2-1.5.0.drv’ failed

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Partial log (click to expand)

trying http://kent.dl.sourceforge.net/sourceforge/enlightenment/imlib2-1.5.0.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   313    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
error: cannot download imlib2-1.5.0.tar.bz2 from any mirror
builder for '/nix/store/snnxd63vbad0s8hx186sah3mzq0lg2vj-imlib2-1.5.0.tar.bz2.drv' failed with exit code 1
cannot build derivation '/nix/store/qb47nny3mkwmslmhm5ib405q1b0xmg6a-imlib2-1.5.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/qb47nny3mkwmslmhm5ib405q1b0xmg6a-imlib2-1.5.0.drv' failed

@Mic92
Copy link
Member

Mic92 commented Mar 4, 2018

Is the source link correct?

@romildo
Copy link
Contributor Author

romildo commented Mar 5, 2018

Is the source link correct?

Yes, it works for me:

$ nix-prefetch-url -A imlib2.src
downloading ‘http://downloads.sourceforge.net/enlightenment/imlib2-1.5.0.tar.bz2’... [624/905 KiB, 622.1 KiB/s]
path is ‘/nix/store/pdqig73h450v74sxwjqlibhlq430vqhn-imlib2-1.5.0.tar.bz2’
0kg28b5wp886hiy12v7abdybrvlymb7g3nvg0ysn2y8h883s5w8m

@fpletz
Copy link
Member

fpletz commented Mar 12, 2018

Closing in favour of #36598 (staging). Thanks!

@fpletz fpletz closed this Mar 12, 2018
@romildo romildo deleted the upd.imlib2 branch March 12, 2018 20:42
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