Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Requirement for GLIBC_2.14 when building against 4.7 platform

Hi All,

(firstly, sorry if I've ended up on the wrong mailing list)

I'm trying to build something based on CDT against a modified platform based off head of master that I have also built. When it attempts to run some of the CDT tests I get the following error:

/tmp/tmp.FrYPqaLyZd/<path_stuff>/checkout_repos/merge_repos/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/configuration/org.eclipse.osgi/234/0/.cp/libswt-pi-gtk-4716.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/tmp.FrYPqaLyZd/<path_stuff>/checkout_repos/merge_repos/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/configuration/org.eclipse.osgi/234/0/.cp/libswt-pi-gtk-4716.so)

This makes sense because using ldd confirms that the .so requires a version of glibc at least 2.14 and as I'm running on RHEL6 the most modern version of glibc I have available is 2.12. I found some bug entries about related issues (see bug 501853) where a similar problem in a community Hudson server was fixed by updating the HIPP.

Is there now a requirement of glibc 2.14 for swt? If so, is there a webpage where I can look to track details of that requirement going forward?

Thanks

Phil


Back to the top