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

mxt-app: 1.27 -> 1.28 #42974

Merged
merged 2 commits into from Jul 5, 2018
Merged

mxt-app: 1.27 -> 1.28 #42974

merged 2 commits into from Jul 5, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jul 4, 2018

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mxt-app/versions.

Version release notes (from GitHub):
Changes since v1.27

  • Added broken line test for sensors
  • Added Sensor Variant Algorithm test for sensors
  • Added .empty in m4 folder and removed mkdir in autogen.sh
  • Fix mxt_convert_hex_test on 32 bit architectures
  • Fixed uninitialized variable ctx->active_stylus
  • Fixed extended config byte returning zeros
  • Other minor fixes

These checks were done:

meta.description for mxt-app is: '"Command line utility for Atmel maXTouch devices"'.

cc @colemickens for testing.

This build is cached with Cachix. To use the cache follow these instructions:

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 93210648a8f0f2c4fdcebf0d5677f934fbb6ad33 && nix-shell --pure -I nixpkgs=. -p mxt-app

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mxt-app/versions.

Version release notes (from GitHub):
Changes since v1.27
- Added broken line test for sensors
- Added Sensor Variant Algorithm test for sensors
- Added .empty in m4 folder and removed mkdir in autogen.sh
- Fix mxt_convert_hex_test on 32 bit architectures
- Fixed uninitialized variable ctx->active_stylus
- Fixed extended config byte returning zeros
- Other minor fixes

These checks were done:

- built on NixOS
- /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28/bin/mxt-app passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.28 with grep in /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28
- directory tree listing: https://gist.github.com/fc84545295cbe4aa871675e481f9d678
- du listing: https://gist.github.com/3f8880133bd987a4e81d820e8ae6a5b4
@colemickens
Copy link
Member

I'm sorry, I no longer own the laptop with which I was using this utility. The change looks fine though.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: mxt-app

Partial log (click to expand)

  /nix/store/8zkg9ac4s4alzyf4a8kfrig1j73z66dw-bash-4.4-p23/bin/bash ./libtool   --mode=install /nix/store/n7qp8pffvcb5ff52l2nrc3g2wvxfrk75-coreutils-8.29/bin/install -c mxt-app '/nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28/bin'
libtool: install: /nix/store/n7qp8pffvcb5ff52l2nrc3g2wvxfrk75-coreutils-8.29/bin/install -c mxt-app /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28/bin/mxt-app
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28
shrinking /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28/bin/mxt-app
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28/bin
patching script interpreter paths in /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28
checking for references to /build in /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28...
/nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: mxt-app

Partial log (click to expand)

clang -DHAVE_CONFIG_H -I.    -I./src -DMXT_VERSION=\"1.28\" -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_GNU_SOURCE=1 -DNDEBUG  -g -O2 -c -o src/mxt-app/polyfit.o src/mxt-app/polyfit.c
clang -DHAVE_CONFIG_H -I.    -I./src -DMXT_VERSION=\"1.28\" -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_GNU_SOURCE=1 -DNDEBUG  -g -O2 -c -o src/mxt-app/menu.o src/mxt-app/menu.c
src/mxt-app/menu.c:32:10: fatal error: 'stdio_ext.h' file not found
#include <stdio_ext.h>
         ^~~~~~~~~~~~~
1 error generated.
make[1]: *** [Makefile:1076: src/mxt-app/menu.o] Error 1
make: *** [Makefile:724: all] Error 2
builder for '/nix/store/5dyz21lbvsz0m5f6xkbbs50v126a2rzk-mxt-app-1.28.drv' failed with exit code 2
�[31;1merror:�[0m build of '/nix/store/5dyz21lbvsz0m5f6xkbbs50v126a2rzk-mxt-app-1.28.drv' failed

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: mxt-app

Partial log (click to expand)

  /nix/store/p0vy17dp9jk2mvqsxsqnb14s3797lay7-bash-4.4-p23/bin/bash ./libtool   --mode=install /nix/store/kzkid23xcd26f19yh2kxi7v19m3ra315-coreutils-8.29/bin/install -c mxt-app '/nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28/bin'
libtool: install: /nix/store/kzkid23xcd26f19yh2kxi7v19m3ra315-coreutils-8.29/bin/install -c mxt-app /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28/bin/mxt-app
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28
shrinking /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28/bin/mxt-app
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28/bin
patching script interpreter paths in /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28
checking for references to /build in /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28...
/nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28

@xeji
Copy link
Contributor

xeji commented Jul 5, 2018

never built on darwin, should be restricted to linux

never built on darwin
@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: mxt-app

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: mxt-app

Partial log (click to expand)

  /nix/store/8zkg9ac4s4alzyf4a8kfrig1j73z66dw-bash-4.4-p23/bin/bash ./libtool   --mode=install /nix/store/n7qp8pffvcb5ff52l2nrc3g2wvxfrk75-coreutils-8.29/bin/install -c mxt-app '/nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28/bin'
libtool: install: /nix/store/n7qp8pffvcb5ff52l2nrc3g2wvxfrk75-coreutils-8.29/bin/install -c mxt-app /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28/bin/mxt-app
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28
shrinking /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28/bin/mxt-app
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28/bin
patching script interpreter paths in /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28
checking for references to /build in /nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28...
/nix/store/1769xizqkbd8dd6llqy02rldci3pwijk-mxt-app-1.28

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: mxt-app

Partial log (click to expand)

  /nix/store/p0vy17dp9jk2mvqsxsqnb14s3797lay7-bash-4.4-p23/bin/bash ./libtool   --mode=install /nix/store/kzkid23xcd26f19yh2kxi7v19m3ra315-coreutils-8.29/bin/install -c mxt-app '/nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28/bin'
libtool: install: /nix/store/kzkid23xcd26f19yh2kxi7v19m3ra315-coreutils-8.29/bin/install -c mxt-app /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28/bin/mxt-app
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28
shrinking /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28/bin/mxt-app
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28/bin
patching script interpreter paths in /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28
checking for references to /build in /nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28...
/nix/store/za9lml4kq2fjc1w8i9zz3wnmjm9cv933-mxt-app-1.28

@xeji xeji merged commit b1abb5a into NixOS:master Jul 5, 2018
@r-ryantm r-ryantm deleted the auto-update/mxt-app branch July 5, 2018 23:45
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