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 667135 - GEGL 0.1.8: Compile error with --enable-introspection ("No rule to make target `gegl-0.1.deps'")
GEGL 0.1.8: Compile error with --enable-introspection ("No rule to make targe...
Status: RESOLVED DUPLICATE of bug 666737
Product: GEGL
Classification: Other
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2012-01-02 14:52 UTC by Sebastian Pipping
Modified: 2012-01-02 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Pipping 2012-01-02 14:52:08 UTC
When compiling GEGL 0.1.8 configured with --enable-introspection I reproducibly run into this compile error:

  make[3]: *** No rule to make target `gegl-0.1.deps', needed by `all-am'.  Stop.
  make[3]: Leaving directory `/var/tmp/portage/media-libs/gegl-0.1.8/work/\
    gegl-0.1.8/gegl'

I use

  # touch gegl/gegl-0.1.deps

for a workaround but I am sure you know a better way.

Is there a fix for this already?

Thanks!


PS: The full configure command was:

./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --disable-profile --without-libspiro --disable-docs --disable-workshop --with-pango --with-gdk-pixbuf --enable-mmx --enable-sse --disable-debug --with-cairo --with-pangocairo --with-exiv2 --without-libavformat --with-graphviz --with-libjpeg --without-jasper --without-lua --without-openexr --with-libpng --without-libopenraw --with-sdl --with-librsvg --without-umfpack --without-libv4l --enable-introspection --without-lensfun
Comment 1 Jon Nordby 2012-01-02 15:40:53 UTC

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