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

mle: 1.4.2 -> 1.4.3 #80131

Merged
merged 1 commit into from Feb 15, 2020
Merged

mle: 1.4.2 -> 1.4.3 #80131

merged 1 commit into from Feb 15, 2020

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://github.com/adsr/mle/releases.

meta.description for mle is: '"Small, flexible terminal-based text editor"'.

meta.homepage for mle is: '"https://github.com/adsr/mle"

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
mle

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/9pcyg1ynbpjq9hfx0z4028lhbnvip43a-mle-1.4.3 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A mle https://github.com/r-ryantm/nixpkgs/archive/4ad03d1c8c9252503dc55a7aa205ab219a675e7c.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/9pcyg1ynbpjq9hfx0z4028lhbnvip43a-mle-1.4.3
ls -la /nix/store/9pcyg1ynbpjq9hfx0z4028lhbnvip43a-mle-1.4.3/bin

cc @adsr for testing.

@ryantm ryantm merged commit 8b98801 into NixOS:master Feb 15, 2020
@r-ryantm r-ryantm deleted the auto-update/mle branch February 18, 2020 15:07
@sikmir
Copy link
Member

sikmir commented Aug 15, 2021

@adsr Doesn't work on darwin:

$ result/bin/mle
dyld: Library not loaded: libtermbox.1.dylib
  Referenced from: /Users/sikmir/Projects/nixpkgs/result/bin/mle
  Reason: image not found
fish: Job 1, 'result/bin/mle' terminated by signal SIGABRT (Abort)
$ otool -L result/bin/mle
result/bin/mle:
    /nix/store/mg2ar6f1r2nssalsss32lyqifwlhhmzb-pcre-8.44/lib/libpcre.1.dylib (compatibility version 4.0.0, current version 4.12.0)
    libtermbox.1.dylib (compatibility version 0.0.0, current version 0.0.0)
    /nix/store/xw4d23zxcmzr48dfikd63wrjnxabnwjb-lua-5.3.6/lib/liblua.5.3.6.dylib (compatibility version 5.3.6, current version 5.3.6)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1238.60.2)
$ tree /nix/store/qljp7sni9dxc5p3fp8ac6mkwi13d1arr-termbox-1.1.4
/nix/store/qljp7sni9dxc5p3fp8ac6mkwi13d1arr-termbox-1.1.4
├── include
│   └── termbox.h
└── lib
    ├── libtermbox.1.0.0.dylib
    ├── libtermbox.1.dylib -> libtermbox.1.0.0.dylib
    ├── libtermbox.a
    └── libtermbox.dylib -> libtermbox.1.0.0.dylib

2 directories, 5 files

@adsr
Copy link
Contributor

adsr commented Aug 16, 2021

Hi @sikmir. The issue is not obvious to me looking at the output. I don't have a macOS nix setup to test with, but there have been some mac-related build fixes since v1.4.3 which may fix this. I will cut release v1.4.4 soon.

@sikmir
Copy link
Member

sikmir commented Aug 17, 2021

@adsr It looks like the problem is not with mle, but termbox is broken on darwin in some way (cc @fgaz):

$ otool -L result/lib/libtermbox.1.dylib
result/lib/libtermbox.1.dylib:
    libtermbox.1.dylib (compatibility version 0.0.0, current version 0.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1238.60.2)

The same issue with nimmm on darwin (uses termbox as well).

@sikmir sikmir mentioned this pull request Apr 18, 2022
13 tasks
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