| Summary: | Thym HIPP seems to miss GTK3 | ||
|---|---|---|---|
| Product: | Community | Reporter: | Mickael Istria <mistria> |
| Component: | CI-Jenkins | Assignee: | CI Admin Inbox <ci.admin-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P3 | CC: | denis.roy, gorkem.ercan, mikael.barbero, webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Mickael Istria
Looks like it's looking into your HIPP home directory. Can we compile this and put it on /shared? FWIW, we won't change the system packages from what's provided by our Entreprise Linux distro. If you need newer libraries, you may need to supply and connect a newer slave to your HIPP. Many other HIPP have UI (such as Platform) have UI tests working with Neon milestones. Is it possible to get a similar setup? Your issue was most probably due to the fact that the "jdk-1.8.0-latest" installation was configured to use "/shared/common/jdk1.8.0-latest" (32bits) instead of "/shared/common/jdk1.8.0_x64-latest" (64bits). As your build was running on a 32 bits JRE, it was trying to load /opt/public/hipp/homes/genie.thym/.swt/lib/linux/x86/libswt-pi-gtk.so, which is not loadable on the 64 bits HIPP system. I've changed that the jdk configuration. Thank you Mikael, it's now working well. |