https://bugzilla.novell.com/show_bug.cgi?id=237140 Summary: "FIXME: --disable-scrollkeeper does not work properly" in all GNOME packages Product: openSUSE 10.3 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de The reason why --disable-scrollkeeper does not work for any GNOME package is that omf.make (from gnome-common) does not handle the ENABLE_SK automake conditional at all. This is what --disable-scrollkeeper sets, and that's why --disable-scrollkeeper does not have any effect on Makefiles that include omf.make. There are basically two ways to fix this: - Get rid of the gnome-doc-utils -> scrollkeeper dependency again. openSUSE 10.2 did not have it! This is a new thing (why???) and pulls scrollkeeper into the build environment of basically all GNOME packages. - Patch omf.make in the gnome-common package to respect the ENABLE_SK automake conditional and add gnome-doc-common calls to all affected packages (must be before autoreconf!) so that they are using the patched omf.make instead of the shipped one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.