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 583158 - configure.in expects a libslab directory that isn't there
configure.in expects a libslab directory that isn't there
Status: RESOLVED OBSOLETE
Product: gnome-control-center
Classification: Core
Component: general
git master
Other Solaris
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 584356 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-05-19 05:15 UTC by James Andrewartha
Modified: 2010-09-29 15:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description James Andrewartha 2009-05-19 05:15:25 UTC
I'm jhbuilding gnome-control-center, but autogen.sh fails during automake:
configure.in:282: required file `libslab/Makefile.in' not found
configure.in:282: required file `libslab/libslab.pc.in' not found
Makefile.am:1: required directory ./libslab does not exist

because it's looking for files in libslab, but there is no libslab in git: http://git.gnome.org/cgit/gnome-control-center/tree/
Comment 1 Jens Granseuer 2009-05-31 18:04:28 UTC
*** Bug 584356 has been marked as a duplicate of this bug. ***
Comment 2 Frank Solensky 2009-06-07 03:41:36 UTC
I'm also running into this using jhbuild.

Bug 375054 references a blog page that suggests that one needs to pull libslab into this directory as a short-term solution until someone pulls the code into the repository.  Is this still the case?  And where does one find these files?
Comment 3 Jens Granseuer 2009-06-07 09:26:17 UTC
Yes. libslab lives in the gnome-main-menu module.
Comment 4 Frank Solensky 2009-06-07 16:07:10 UTC
James: perhaps you can change this to a bug against jhbuild: gnome-control-center missing a dependency on gnome-main-menu.
Comment 5 Olav Vitters 2009-06-07 16:45:28 UTC
Not a jhbuild thing, libslab was an svn:external.
Comment 6 Frank Solensky 2009-06-12 11:59:03 UTC
OK, but what I meant to suggest was that gnome-main-menu ought to be one of the modules pulled down when I run jhbuild without arguments.  I got past the immediate problem with "jhbuild buildone gnome-main-menu".
Comment 7 Bastien Nocera 2010-09-29 15:00:46 UTC
libslab was remove for GNOME 3.0. Still doesn't fix the problem for older versions, but not something that's likely going to get fixed...