On Tue, 19 Jun 2012, Yaroslav Halchenko wrote: > > > tar: ./usr/lib/fis-gtm/V5.5-000+git80-g211bd16_i486/utf8/_utf2hex.m: > > > file > > > changed as we read it > > > dpkg-deb: subprocess tar -cf returned error exit status 1 > > > dh_builddeb: dpkg-deb --build debian/fis-gtm-5.5.000 .. returned exit > > > code > > > 2 > > > make: *** [binary] Error 9 > > > dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit > > > status 2 > > > debuild: fatal error at line 1325: > > > dpkg-buildpackage -rfakeroot -d -us -uc failed > > > I'm doing this by running: > > > debuild -d > > > Any hints on what I might be doing wrong ?
> ah -- I just wanted to say something silly obvious like -- verify that > you do not have two processes running somehow ;)... and then realized > that I haven't yet went through the full build process (just did > debian/rules binary) for a while -- I will see if it replicates for me > and will report back (I SVN committed those patches + some other minor > changes now) * nope -- it built just fine for me but I did it from clean since we are working now with packaging in SVN I did from "upstream git": git archive --format=tar --prefix=fis-gtm-5.5-000+git87-g5b7c3e5/ origin/hackathonjune2012-brad | gzip -9 >| ../fis-gtm_5.5-000+git87-g5b7c3e5.orig.tar.gz to get the .orig tarball, and then in that SVN packaging repo (cloned via git svn into GIT): git clean -dfx; tar --strip-components=1 -xzvf ../fis-gtm_5.5-000+git87-g5b7c3e5.orig.tar.gz && quilt push -a && PATH=/usr/lib/ccache:$PATH dpkg-buildpackage -uc -us -rfakeroot and it built just fine. I also did a round of PATH=/usr/lib/ccache:$PATH fakeroot debian/rules clean PATH=/usr/lib/ccache:$PATH fakeroot debian/rules binary and it seems to be fine * Lintian is screaming again about non-fortified (not necessary but desired) build flags, which is due to: ,--- | $> git show d6506e286ac536a56ae4f8229fb075dcd6d16862 | commit d6506e286ac536a56ae4f8229fb075dcd6d16862 | Author: luisibanez-guest <luisibanez-guest@d8681a01-af0d-0410-a158-b4166a59cfaa> | Date: Fri Jun 15 20:17:06 2012 +0000 | | ENH: Reverting to version 8 to match VM. | | git-svn-id: svn+ssh://svn.debian.org/svn/debian-med/trunk/packages/fis-gtm/fis-gtm/trunk@11360 d8681a01-af0d-0410-a158-b4166a59cfaa | | diff --git a/debian/compat b/debian/compat | index ec63514..45a4fb7 100644 | --- a/debian/compat | +++ b/debian/compat | @@ -1 +1 @@ | -9 | +8 `--- which I would recommend to revert and update your VM to Debian sid since that is our target ATM from what I understood ;) -- Yaroslav O. Halchenko Postdoctoral Fellow, Department of Psychological and Brain Sciences Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

