-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
hipchat: 2.2.1388 -> 4.0.1631 #13989
Conversation
075131e
to
c750895
Compare
Built this locally. Running Probably not a regression, though. |
@joachifm does adding mesa on the search path work? |
@puffnfresh yep, but then I get other run-time link errors. Anyway, I'm not too concerned, as I don't intend to use hipchat. I doubt this PR caused the issue, so I'm fine with merging it. |
@joachifm it would be great if you posted the linker problems. I'd love to get this working on more systems than mine. |
Sure: https://gist.github.com/joachifm/80443ceca80775e8071e Don't know how useful that is. Looks to me like it can't find qt components. My impression is that some things that should be hardcoded are not. |
Can we have the HipChat server in Nix as well? 😄 |
c750895
to
411b4a1
Compare
@joachifm I'm not sure why, but it seems your /usr/lib is being picked up and it has a different QT version. It's possible that it would work with the last version (by coincidentally sharing the same version of QT) but also possible that it wouldn't, since I don't think I changed anything around that. @copumpkin yes, we should have all Atlassian software packaged! |
hipchat: 2.2.1388 -> 4.0.1631
@fpletz is at least working on crowd, confluence and jira |
Things done:
nix-build --option build-use-chroot true
or nix.useChroot on NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)cc @jgeerds