[Debichem-devel] Bug#759196: openbabel has a logic error to run the testsuite

Olly Betts olly at survex.com
Fri Sep 19 22:00:11 UTC 2014


On Mon, Aug 25, 2014 at 09:14:25AM +0200, Matthias Klose wrote:
> looking at other bug reports reporting segfaults with openbabel, that
> might be relevant.
> 
> --- debian/rules~
> +++ debian/rules
> @@ -16,7 +16,7 @@ DH_AUTO_CONFIGURE_OPTS := -DCMAKE_BUILD_
>                            -DOBPERL_INSTALLDIRS=vendor \
>                            -DCMAKE_SKIP_RPATH=ON -DBUILD_GUI=ON \
>                            -DENABLE_OPENMP=ON
> -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
> +ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
>  DH_AUTO_CONFIGURE_OPTS += -DENABLE_TESTS=OFF
>  endif

I have rebuilt openbabel with this patch applied (I was concerned that
my recent NMU might have introduced test-suite regressions which I
didn't know about due to this bug) - fortunately the testsuite passes.

Maintainer - let me know if you'd like me to NMU this rebuilt version.

Cheers,
    Olly



More information about the Debichem-devel mailing list