Trying Garnome 2.14 Part I: GLIBC 2.4 and Firefox
The first bigger problem I had to face was compiling Firefox (probably as a dependency for some application that wan't to use its rendering engine ... Epiphany?). It error'd out inside xpcom/base with an error message involving the JB_BP constant. Well, a few days ago Gentoo-unstable un-hardmasked the new GLIBC 2.4 and this seems to be part of the problem here. But thanks to some googling and some browsing the Mozilla bugtracker I found this patch which also seems to have made its way into the MOZILLA_1_8_0_BRANCH.
So simply get this patch, download it, go into the garnome-2.14.0/bootstrap/firefox/work/main.d/mozilla/xpcom/base folder, and add the patch using for example cat path/to/patch | patch -p0. Note: Follow this at your own risk
This was just the first problem, but hopefully the biggest
Now I got another one with missing OpenLDAP support in the PWLIB that is built by garnome, but this is hopefullly just a minor issue with the OpenLDAP version used by Gentoo
