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

jgmenu: 0.8 -> 0.8.2 #35733

Merged
merged 1 commit into from Feb 27, 2018
Merged

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Feb 27, 2018

Semi-automatic update. These checks were performed:

  • built on NixOS
  • ran /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/bin/jgmenu -h got 0 exit code
  • ran /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/bin/jgmenu --help got 0 exit code
  • ran /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/bin/jgmenu --version and found version 0.8.2
  • ran /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/bin/jgmenu_run --help got 0 exit code
  • found 0.8.2 with grep in /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2
  • found 0.8.2 in filename of file in /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2

cc "@romildo"

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/bin/jgmenu -h` got 0 exit code
- ran `/nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/bin/jgmenu --help` got 0 exit code
- ran `/nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/bin/jgmenu --version` and found version 0.8.2
- ran `/nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/bin/jgmenu_run --help` got 0 exit code
- found 0.8.2 with grep in /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2
- found 0.8.2 in filename of file in /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2

cc "@romildo"
@ryantm
Copy link
Member Author

ryantm commented Feb 27, 2018

@GrahamcOfBorg build jgmenu

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Partial log (click to expand)

        struct itimerspec ts;
               ^
jgmenu.c:1705:6: warning: implicit declaration of function 'timer_settime' [-Wimplicit-function-declaration]
        if (timer_settime(tmr_mouseover, 0, &ts, NULL) == -1)
            ^
jgmenu.c:1705:6: warning: this function declaration is not a prototype [-Wstrict-prototypes]
7 warnings and 7 errors generated.
make: *** [Makefile:61: jgmenu.o] Error 1
builder for '/nix/store/4szasiys905yjsrbairqdkrrsmkashxv-jgmenu-0.8.2.drv' failed with exit code 2
error: build of '/nix/store/4szasiys905yjsrbairqdkrrsmkashxv-jgmenu-0.8.2.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

strip is /nix/store/b0zlxla7dmy1iwc3g459rjznx59797xy-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/lib  /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/bin 
patching script interpreter paths in /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2
/nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/bin/jgmenu_run: interpreter directive changed from "/bin/sh" to "/nix/store/zqh3l3lyw32q1ayb15bnvg9f24j5v2p0-bash-4.4-p12/bin/sh"
/nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/lib/jgmenu/jgmenu_run: interpreter directive changed from "/bin/sh" to "/nix/store/zqh3l3lyw32q1ayb15bnvg9f24j5v2p0-bash-4.4-p12/bin/sh"
/nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/lib/jgmenu/jgmenu-init.sh: interpreter directive changed from "/bin/sh" to "/nix/store/zqh3l3lyw32q1ayb15bnvg9f24j5v2p0-bash-4.4-p12/bin/sh"
checking for references to /tmp/nix-build-jgmenu-0.8.2.drv-0 in /nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2...
wrapping `/nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/lib/jgmenu/jgmenu-pmenu.py'...
wrapping `/nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2/lib/jgmenu/jgmenu-unity-hack.py'...
/nix/store/1ggjwr61hd0yd99gra484q1dfwzm4k8r-jgmenu-0.8.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

strip is /nix/store/lvx1acn1ig1j2km8jds5x3ggh3f2wa8v-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/2hvpv1hivfdrj5km8b0n85kd9dilvvpz-jgmenu-0.8.2/lib  /nix/store/2hvpv1hivfdrj5km8b0n85kd9dilvvpz-jgmenu-0.8.2/bin
patching script interpreter paths in /nix/store/2hvpv1hivfdrj5km8b0n85kd9dilvvpz-jgmenu-0.8.2
/nix/store/2hvpv1hivfdrj5km8b0n85kd9dilvvpz-jgmenu-0.8.2/lib/jgmenu/jgmenu-init.sh: interpreter directive changed from "/bin/sh" to "/nix/store/lnws52qanbi5vz8qg24v4ym57nznfndg-bash-4.4-p12/bin/sh"
/nix/store/2hvpv1hivfdrj5km8b0n85kd9dilvvpz-jgmenu-0.8.2/lib/jgmenu/jgmenu_run: interpreter directive changed from "/bin/sh" to "/nix/store/lnws52qanbi5vz8qg24v4ym57nznfndg-bash-4.4-p12/bin/sh"
/nix/store/2hvpv1hivfdrj5km8b0n85kd9dilvvpz-jgmenu-0.8.2/bin/jgmenu_run: interpreter directive changed from "/bin/sh" to "/nix/store/lnws52qanbi5vz8qg24v4ym57nznfndg-bash-4.4-p12/bin/sh"
checking for references to /build in /nix/store/2hvpv1hivfdrj5km8b0n85kd9dilvvpz-jgmenu-0.8.2...
wrapping `/nix/store/2hvpv1hivfdrj5km8b0n85kd9dilvvpz-jgmenu-0.8.2/lib/jgmenu/jgmenu-unity-hack.py'...
wrapping `/nix/store/2hvpv1hivfdrj5km8b0n85kd9dilvvpz-jgmenu-0.8.2/lib/jgmenu/jgmenu-pmenu.py'...
/nix/store/2hvpv1hivfdrj5km8b0n85kd9dilvvpz-jgmenu-0.8.2

@romildo
Copy link
Contributor

romildo commented Feb 27, 2018

This one #34895 has been missed.

In order to have menu-cache support, menu-cache should be updated too.

@romildo romildo mentioned this pull request Feb 27, 2018
8 tasks
@ryantm ryantm deleted the auto-update/jgmenu-0.8-to-0.8.2 branch February 27, 2018 13:43
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