After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 429762 - don't fail with --disable-scrollkeeper
don't fail with --disable-scrollkeeper
Status: RESOLVED DUPLICATE of bug 427939
Product: gnome-control-center
Classification: Core
Component: general
2.18.x
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-14 18:33 UTC by Florian Steinel
Modified: 2007-04-14 22:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Florian Steinel 2007-04-14 18:33:33 UTC
Please describe the problem:
Build error with control-center-2.18.1

Steps to reproduce:
1. configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-schemas-install --disable-update-mimedb --disable-scrollkeeper --enable-vfs-methods --disable-esd --enable-alsa --enable-hal --enable-aboutme --enable-gstreamer=0.10 --build=i686-pc-linux-gnu
2. make


Actual results:
make[2]: Leaving directory `/var/tmp/portage/gnome-base/control-center-2.18.1/work/control-center-2.18.1/shell'
Making all in help
make[2]: Entering directory `/var/tmp/portage/gnome-base/control-center-2.18.1/work/control-center-2.18.1/help'
The file '' does not exist.
Please check your ScrollKeeper installation.
make[2]: *** [control-center-C.omf] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-base/control-center-2.18.1/work/control-center-2.18.1/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/control-center-2.18.1/work/control-center-2.18.1'
make: *** [all] Error 2


Expected results:
control-center binary gets build

Does this happen every time?
yes

Other information:
Comment 1 Christian Persch 2007-04-14 22:42:32 UTC
This is caused by the buggy gnome-doc-utils that the 2.18.1 tarball was produced with.

*** This bug has been marked as a duplicate of 427939 ***