On 5 Feb 2017, at 20:33, Andreas Tille <[email protected]> wrote: > On Sun, Feb 05, 2017 at 08:04:45PM +0000, James Clarke wrote: >> >> I just checked out the repository and ran gbp buildpackage --git-pbuilder. >> I can't reproduce that error. The test suite has a whole load of failures, >> which seem to be ignored, but it finally fails for me in dh_install: >> >>> dh_install: Cannot find (any matches for) "bin/sundials-config" (tried in >>> "." and "debian/tmp") >> >> Looking at your error message again, that seems to be coming from CMake >> searching for pthread_create, which it does by first searching for a >> libpthreads (which doesn't exist on Linux), then a libpthread, which is >> the one that exists. My build seemed to deal with it fine; note that this >> is coming from the built-in FindThreads module: >> >>> -- Looking for pthread_create >>> -- Looking for pthread_create - not found >>> -- Looking for pthread_create in pthreads >>> -- Looking for pthread_create in pthreads - not found >>> -- Looking for pthread_create in pthread >>> -- Looking for pthread_create in pthread - found > > Did you build in a pbuilder chroot? Sounds like a missing Build-Depends > to me if you have built in your local machine.
>> I just checked out the repository and ran gbp buildpackage --git-pbuilder. Yes, clean, up-to-date sid amd64 chroot. Regards, James

