make check-TESTS fails beause of missing session.conf.in
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libindicator |
Fix Released
|
Undecided
|
Ted Gould |
Bug Description
I'm currently trying to bring libindicator to Debian, however, build fails for me (if I do not disable tests), because session.conf.in is missing from the tarball (it's in bzr though):
make check-TESTS
make[3]: Entering directory `/tmp/buildd/
make[3]: *** No rule to make target `session.conf.in', needed by `session.conf'. Stop.
make[3]: Leaving directory `/tmp/buildd/
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/tmp/buildd/
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/
dh_auto_test: make -j1 check returned exit code 2
make: *** [build] Error 29
Related branches
- Sebastien Bacher: Approve
- Indicator Applet Developers: Pending requested
-
Diff: 17 lines (+6/-1)1 file modifiedtests/Makefile.am (+6/-1)
- Ken VanDine: Pending requested
-
Diff: 143 lines (+29/-11)5 files modifiedChangeLog (+8/-0)
configure (+10/-10)
configure.ac (+1/-1)
debian/changelog (+7/-0)
tools/indicator-loader.c (+3/-0)
- Ken VanDine: Pending requested
-
Diff: 46227 lines (+45734/-272)41 files modified.bzr-builddeb/default.conf (+2/-0)
.bzrignore (+0/-174)
AUTHORS (+15/-1)
ChangeLog (+3837/-0)
INSTALL (+365/-0)
Makefile.in (+771/-0)
aclocal.m4 (+9189/-0)
autogen.sh (+0/-11)
compile (+143/-0)
config.guess (+1502/-0)
config.h.in (+77/-0)
config.sub (+1714/-0)
configure (+14205/-0)
debian/changelog (+372/-0)
debian/compat (+1/-0)
debian/control (+92/-0)
debian/copyright (+17/-0)
debian/libindicator-dev.install (+4/-0)
debian/libindicator-tools.install (+2/-0)
debian/libindicator3-3.install (+1/-0)
debian/libindicator3-dev.install (+4/-0)
debian/libindicator3-tools.install (+1/-0)
debian/libindicator3.install (+1/-0)
debian/rules (+39/-0)
debian/watch (+2/-0)
depcomp (+630/-0)
helper/test-loader-build (+0/-3)
helper/test-loader.c (+0/-18)
install-sh (+520/-0)
libindicator/Makefile.in (+945/-0)
libindicator/gen-indicator-service.xml.c (+23/-0)
libindicator/gen-indicator-service.xml.h (+1/-0)
libindicator/indicator-object-enum-types.c (+25/-0)
libindicator/indicator-object-marshal.c (+241/-0)
libindicator/indicator-object-marshal.h (+52/-0)
ltmain.sh (+8413/-0)
missing (+376/-0)
tests/Makefile.in (+1486/-0)
tests/service-version-manager.c (+0/-64)
tools/Makefile.am (+2/-1)
tools/Makefile.in (+664/-0)
description: | updated |
Changed in libindicator: | |
status: | Confirmed → Fix Committed |
Changed in libindicator: | |
status: | Fix Committed → Fix Released |
Seems that session.conf.in and the different services.in in the test dir should be added to EXTRA_DIST