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 710420 - Cannot build in jhbuild: No rule to make target `build-aux/test-driver'
Cannot build in jhbuild: No rule to make target `build-aux/test-driver'
Status: RESOLVED FIXED
Product: cheese
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: 3.8
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-10-17 20:06 UTC by Luca Bruno
Modified: 2014-03-31 14:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Bruno 2013-10-17 20:06:18 UTC
Hi, I'm not able to build cheese recently:

tests/cheese-test-chooser.c: In function ‘main’:
tests/cheese-test-chooser.c:33:3: warning: ‘gdk_threads_init’ is deprecated (declared at /home/valabot/gnome3/include/gtk-3.0/gdk/gdkthreads.h:44) [-Wdeprecated-declarations]
  CC     tests/tests_cheese_test_widget-cheese-test-widget.o
  CC     tests/tests_test_webcam_button-test-webcam-button.o
  ITMRG  data/cheese.desktop
make[2]: *** No rule to make target `build-aux/test-driver', needed by `all-am'.  Stop.
make[2]: *** Waiting for unfinished jobs....
tests/cheese-test-widget.c: In function ‘main’:
tests/cheese-test-widget.c:26:3: warning: ‘gdk_threads_init’ is deprecated (declared at /home/valabot/gnome3/include/gtk-3.0/gdk/gdkthreads.h:44) [-Wdeprecated-declarations]
make[2]: Leaving directory `/home/valabot/src/gnome3/cheese'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/valabot/src/gnome3/cheese'
make: *** [all] Error 2
Comment 1 David King 2014-03-31 14:07:24 UTC
Fixed in master as 7918045028a4d09407926bfab0ab4e3f2f0e6fb8 (Automake 1.12 is required).