Re: No relro when building from inside a Git package ?

2013-11-22 Thread Henrique de Moraes Holschuh
On Fri, 22 Nov 2013, Andreas Tille wrote: > I further observed that it only happens if the dir is named .git. I > tried > > mv .git .tig > cat > debian/source/include-binaries < .tig/index > .tig/objects/pack/pack-0c4620137efe646d9d99b9b2b09b861e364bc678.idx > .tig/objects/pack/pack-0c4620137efe6

Re: No relro when building from inside a Git package ?

2013-11-22 Thread Andreas Tille
Hi, On Fri, Nov 22, 2013 at 06:08:51PM +0900, Charles Plessy wrote: > Le Fri, Nov 22, 2013 at 09:31:25AM +0100, Andreas Tille a écrit : > > On Fri, Nov 22, 2013 at 09:10:44AM +0100, Raphael Hertzog wrote: > > > > > > On Fri, 22 Nov 2013, Andreas Tille wrote: > > > > $ gbp-clone ssh://git.debian.o

Re: No relro when building from inside a Git package ?

2013-11-22 Thread Charles Plessy
Le Fri, Nov 22, 2013 at 09:31:25AM +0100, Andreas Tille a écrit : > On Fri, Nov 22, 2013 at 09:10:44AM +0100, Raphael Hertzog wrote: > > > > On Fri, 22 Nov 2013, Andreas Tille wrote: > > > $ gbp-clone ssh://git.debian.org/git/debian-med/htslib.git > > > $ cd htslib > > > (debian/unstable) $ git br

Re: No relro when building from inside a Git package ?

2013-11-22 Thread Andreas Tille
Hi, On Fri, Nov 22, 2013 at 09:10:44AM +0100, Raphael Hertzog wrote: > Hi, > > On Fri, 22 Nov 2013, Andreas Tille wrote: > > $ gbp-clone ssh://git.debian.org/git/debian-med/htslib.git > > $ cd htslib > > (debian/unstable) $ git branch > > * debian/unstable > > develop > > pristine-tar > > (de

Re: No relro when building from inside a Git package ?

2013-11-22 Thread Raphael Hertzog
Hi, On Fri, 22 Nov 2013, Andreas Tille wrote: > $ gbp-clone ssh://git.debian.org/git/debian-med/htslib.git > $ cd htslib > (debian/unstable) $ git branch > * debian/unstable > develop > pristine-tar > (debian/unstable) $ git-buildpackage > (debian/unstable) $ lintian -I --pedantic > ../build-

Re: No relro when building from inside a Git package ?

2013-11-21 Thread Andreas Tille
Hi Charles, On Fri, Nov 22, 2013 at 02:23:33PM +0900, Charles Plessy wrote: > Le Thu, Nov 21, 2013 at 11:26:24AM +0100, Andreas Tille a écrit : > > On Thu, Nov 21, 2013 at 05:29:26PM +0900, Charles Plessy wrote: > > > > > > gbp clone git.debian.org:/git/debian-med/htslib.git > > > > When doi

Re: No relro when building from inside a Git package ?

2013-11-21 Thread Charles Plessy
Le Thu, Nov 21, 2013 at 11:26:24AM +0100, Andreas Tille a écrit : > On Thu, Nov 21, 2013 at 05:29:26PM +0900, Charles Plessy wrote: > > > > gbp clone git.debian.org:/git/debian-med/htslib.git > > When doing `git-buildpackage` (which for sure includes the .git dir) I > can not see the effect y

Re: No relro when building from inside a Git package ?

2013-11-21 Thread Andreas Tille
Hi Charles, On Thu, Nov 21, 2013 at 05:29:26PM +0900, Charles Plessy wrote: > Le Thu, Nov 21, 2013 at 09:00:48AM +0100, Andreas Tille a écrit : > > > > PS: Alioth is back online and I might have a look later this day if > > you would commit there. > > Thanks a lot ! > > gbp clone git.de

Re: No relro when building from inside a Git package ?

2013-11-21 Thread Charles Plessy
Le Thu, Nov 21, 2013 at 09:00:48AM +0100, Andreas Tille a écrit : > > PS: Alioth is back online and I might have a look later this day if > you would commit there. Thanks a lot ! gbp clone git.debian.org:/git/debian-med/htslib.git Cheers, -- Charles -- To UNSUBSCRIBE, email to debi

Re: No relro when building from inside a Git package ?

2013-11-21 Thread Andreas Tille
Hi Charles, On Thu, Nov 21, 2013 at 09:37:14AM +0900, Charles Plessy wrote: > here it is (attached). Could the problem be a side effect of the test suite ? While I do no see why the test should be different depending from the existence of a .git directory or not, I'd consider it suspicious that

Re: No relro when building from inside a Git package ?

2013-11-20 Thread Charles Plessy
Le Wed, Nov 20, 2013 at 10:24:29PM +0100, Andreas Tille a écrit : > > without having checked out the repository and diving into it: Can you > post a diff of the two build logs? Hi Andreas, here it is (attached). Could the problem be a side effect of the test suite ? Cheers, -- Charles --- w

Re: No relro when building from inside a Git package ?

2013-11-20 Thread Andreas Tille
Hi Charles, without having checked out the repository and diving into it: Can you post a diff of the two build logs? Kind regards Andreas. On Wed, Nov 20, 2013 at 02:44:39PM +0900, Charles Plessy wrote: > Dear all, > > I am experience a strange variation when building package from a G