On 11/02/10 at 22:09 +0100, Ludovic Rousseau wrote: > Hello Lucas, > > The problem you discovered is not related to problem dpkg-shlibdeps > error but a _dependency_ problem in my debian/rules file. > > My source package generates different binary packages with > dependencies between them. And problems arrive if make uses more > than 1 job (MAKEFLAGS=-j2 for example) > > You could rebuild the package with MAKEFLAGS=-j1 and see if the > build also fails. If the build fails only with more than one jobs > then the problem is with parallel build. > > Maybe you should suggest searching in this direction in your next > FTBFS bugs.
I'm not using MAKEFLAGS, but DEB_BUILD_OPTIONS=parallel=8. If your debian/rules handles that, then it means that it should be supported, and that your package should build correctly. So it would probably be better (and a proper fix) to just disable the support for building using several jobs. -- | Lucas Nussbaum | [email protected] http://www.lucas-nussbaum.net/ | | jabber: [email protected] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

