GNOME Bugzilla – Bug 630481
Build failure - missing ./tests/regress.{c,h}
Last modified: 2010-09-24 11:01:36 UTC
Fresh git checkout, autogen'd with ./configure --enable-introspection=no --prefix=/opt/gtk/ Fails with make[2]: *** No rule to make target `/tests/regress.c', needed by `libregress_la-regress.lo'. Stop. Looking at test/Makefile.am it will also fail when gobject-introspection is disabled, but I will submit a new bug for that (or commit the fix myself - ok?)
(In reply to comment #0) > Fresh git checkout, autogen'd with > > ./configure --enable-introspection=no --prefix=/opt/gtk/ > > Fails with > > make[2]: *** No rule to make target `/tests/regress.c', needed by > `libregress_la-regress.lo'. Stop. > > Looking at test/Makefile.am it will also fail when gobject-introspection is > disabled, but I will submit a new bug for that (or commit the fix myself - ok?) Yes please, feel free to push a fix for these if you don't feel you need a review.
(In reply to comment #1) > (In reply to comment #0) > > Fresh git checkout, autogen'd with > > > > ./configure --enable-introspection=no --prefix=/opt/gtk/ > > > > Fails with > > > > make[2]: *** No rule to make target `/tests/regress.c', needed by > > `libregress_la-regress.lo'. Stop. > > > > Looking at test/Makefile.am it will also fail when gobject-introspection is > > disabled, but I will submit a new bug for that (or commit the fix myself - ok?) > > Yes please, feel free to push a fix for these if you don't feel you need a > review. The build is fixed with introspection disabled, but someone still needs to commit regress.{c,h}. I presume J5 forgot?
(In reply to comment #2) > (In reply to comment #1) > > (In reply to comment #0) > > > Fresh git checkout, autogen'd with > > > > > > ./configure --enable-introspection=no --prefix=/opt/gtk/ > > > > > > Fails with > > > > > > make[2]: *** No rule to make target `/tests/regress.c', needed by > > > `libregress_la-regress.lo'. Stop. > > > > > > Looking at test/Makefile.am it will also fail when gobject-introspection is > > > disabled, but I will submit a new bug for that (or commit the fix myself - ok?) > > > > Yes please, feel free to push a fix for these if you don't feel you need a > > review. > > The build is fixed with introspection disabled, but someone still needs to > commit regress.{c,h}. I presume J5 forgot? Nice, those files are installed by gobject-introspection in share/gobject-introspection-1.0/tests/regress.[hc] so I guess we are fine now.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.