Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Thu, May 21, 2015 at 03:59:04PM +0200, christoph at iway.ch wrote: > > Hmm... I'm confused. You wrote that you want to build the source package > > and then show output of a binary build ("dpkg-buildpackage -b")? > > > Assuming you want to build a binary package, no, it is not a known > > problem, building the latest tagged release from our git repos works > > fine on my Debian/jessie box. > > > I build packages with: > > debuild -i -us -uc -b > > > HTH, otherwise I need more information if you want to build a source > > package or a binary package and where your source comes from. > > > Regards, rck > > _______________________________________________ > > > Yes, I'm sorry, meant building the debian binary packages out of the GIT repo. > I've tried v8.9.2 as well as v8.9.3rc1 > using "debuild -i -us -uc -b" results in the same error/output as when using "dpkg-buildpackage -rfakeroot -b -uc" Okay, lets leave the Debian specific stuff aside for a moment. Does building the utils itself work? That would be: git clone git://git.linbit.com/drbd-utils.git cd drbd-utils ./autogen.sh ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make Regards, rck