Страница 1 из 1

Help with compiling GNOME 3.32 packages

Добавлено: 17 мар 2019, 22:35
nitroflow
I've installed GNOME 2.28 from this ABF but now that GNOME 3.32 is out with major performance improvements I'm trying to compile it using the spec files from here.

I've mostly managed to compile everything, including dependencies, until gnome shell that depends on mozjs60 which is not included on on the main repositories(the latest version available on ABF is mozjs52). I don't know what rpmbuild is passing as compilation options and variables but this is the build log I get after adapting the mozjs60 spec file(attached below) to compile mozjs60 https://dpaste.de/bYRU

If anyone knows how to solve this issue please help.

I've also failed to compile mutter with rpmbuild and the spec file but I managed to go around this problem by configuring it manually without rpmbuild(which worked without issue, just like compiling the firefox version where mozjs60 is extracted from) and using rpmbuild --short-circuit -bi/-bb to create the RPMS.

Help with compiling GNOME 3.32 packages

Добавлено: 24 мар 2019, 20:21
nitroflow
Got it to build with firefox 60.4.0 instead of 60.5.2. Also got shell to build and slowly making progress on other packages.