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

googleearth: 7.1.4.1529 -> 7.1.8.3036-r0 #37655

Closed
wants to merge 1 commit into from
Closed

googleearth: 7.1.4.1529 -> 7.1.8.3036-r0 #37655

wants to merge 1 commit into from

Conversation

TealG
Copy link
Contributor

@TealG TealG commented Mar 22, 2018

Motivation for this change

Fixes broken URL and broken start script (sha256 of the debs remains the same)
Tested on NixOS 17.09, it builds, but the program hangs at the splash screen.
Not sure if it's just my system or happens to others as well, testing/feedback welcome.

See also #30491
cc @viric @peterhoeg @chris-martin

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.

@TealG
Copy link
Contributor Author

TealG commented Mar 22, 2018

hangs here:

mmap2(NULL, 208896, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xdff67000                                                                      
mmap2(NULL, 6295552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xdf966000                                                                     
mmap2(NULL, 6295552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xdf365000                                                                     
munmap(0xdf966000, 6295552)             = 0                                                                                                                   
munmap(0xdff67000, 208896)              = 0                                                                                                                   
mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xdff5a000                                                                      
futex(0x8992e50, FUTEX_WAIT_PRIVATE, 2, NULL

^C) = ? ERESTARTSYS (To be restarted if SA_RESTART is set)                                                        

Copy link
Member

@matthewbauer matthewbauer left a comment

Choose a reason for hiding this comment

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

Not working runtime

@matthewbauer
Copy link
Member

Closing in favor of #40278.

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