Bug#958989: dgit-user(7): building instructions don't work

2022-12-26 Thread Ian Jackson
Control: tags -1 moreinfo Hi. I was looking at this again, perhaps with a clearer head than before. You wrote: > But this eventually fails with: > > > dpkg-buildpackage > - > > Command: dpkg-buildpackage -us -uc -rfakeroot > dpkg-buildpackage: info: source package valgrind > d

Bug#958989: dgit-user(7): building instructions don't work

2020-04-30 Thread Nikolaus Rath
On Apr 30 2020, Ian Jackson wrote: > Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions don't > work"): >> Here's another datapoint: >> >> $ dgit clone valgrind >> $ cd vagrind; sbuild -c buster-amd64 >> >> works

Bug#958989: dgit-user(7): building instructions don't work

2020-04-30 Thread Nikolaus Rath
On Apr 30 2020, Ian Jackson wrote: > Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions don't > work"): >> Here's another datapoint: >> >> $ dgit clone valgrind >> $ cd vagrind; sbuild -c buster-amd64 >> >> works

Bug#958989: dgit-user(7): building instructions don't work

2020-04-30 Thread Ian Jackson
Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions don't work"): > Here's another datapoint: > > $ dgit clone valgrind > $ cd vagrind; sbuild -c buster-amd64 > > works fine (i.e., if I don't apply any changes). Can you please se

Bug#958989: dgit-user(7): building instructions don't work

2020-04-30 Thread Nikolaus Rath
On Apr 29 2020, Ian Jackson wrote: > Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions don't > work"): >> On Apr 28 2020, Ian Jackson wrote: >> >mkdir ../aside >> >mv ../valgrind_* ../aside >> >sbuild --chr

Bug#958989: dgit-user(7): building instructions don't work

2020-04-29 Thread Ian Jackson
Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions don't work"): > On Apr 28 2020, Ian Jackson wrote: > >mkdir ../aside > >mv ../valgrind_* ../aside > >sbuild --chroot-mode=autopkgtest --autopkgtest-virt-server=null -A \ >

Bug#958989: dgit-user(7): building instructions don't work

2020-04-28 Thread Ian Jackson
Nikolaus Rath writes ("Re: Bug#958989: dgit-user(7): building instructions don't work"): > On Apr 28 2020, Ian Jackson wrote: > > Could I get you to do this: > > > > sbuild -c buster-amd64 -b -n 958989 > > Uhm. I feel pretty dumb, but what is the &qu

Bug#958989: dgit-user(7): building instructions don't work

2020-04-28 Thread Ian Jackson
Nikolaus Rath writes ("Re: Bug#958989: dgit-user(7): building instructions don't work"): > I updated the chroot about an hour before I filed the bug. This is getting quite odd. > The error occurrs before compilation started. In that case it is working for me. >

Bug#958989: dgit-user(7): building instructions don't work

2020-04-28 Thread Ian Jackson
Ian Jackson writes ("Re: Bug#958989: dgit-user(7): building instructions don't work"): > I will try with those patches... They don't seem to have fixed the FTBFS for me. I ran this: sbuild --chroot-mode=autopkgtest --autopkgtest-virt-server=null -A \ --no-clean-so

Bug#958989: dgit-user(7): building instructions don't work

2020-04-28 Thread Nikolaus Rath
.« On Tue, 28 Apr 2020, at 12:54, Ian Jackson wrote: > Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions > don't work"): > > FWIW, I have tried this on an AMD64 buster system with an AMD64 chroot. > > When compiling without schroot it works

Bug#958989: dgit-user(7): building instructions don't work

2020-04-28 Thread Nikolaus Rath
On Apr 28 2020, Ian Jackson wrote: > Could I get you to do this: > > sbuild -c buster-amd64 -b -n 958989 Uhm. I feel pretty dumb, but what is the "958989" supposed to do? $ sbuild -c buster-amd64 -b -n 958989 No distribution defined Without that, I get: $ git reset --hard $ git clean -xdf $ s

Bug#958989: dgit-user(7): building instructions don't work

2020-04-28 Thread Ian Jackson
Nikolaus Rath writes ("Re: Bug#958989: dgit-user(7): building instructions don't work"): > FWIW, I have tried this on an AMD64 buster system with an AMD64 chroot. When > compiling without schroot it works fine (I was trying to add support for the > copy file range sy

Bug#958989: dgit-user(7): building instructions don't work

2020-04-28 Thread Ian Jackson
Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions don't work"): > FWIW, I have tried this on an AMD64 buster system with an AMD64 chroot. When > compiling without schroot it works fine (I was trying to add support for the > copy file range syscall,

Bug#958989: dgit-user(7): building instructions don't work

2020-04-28 Thread Nikolaus Rath
(7): building > instructions don't work"): > > On Apr 27 2020, Ian Jackson wrote: > > > Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions > > > don't work"): > > >> But this eventually fails with: > > > ... &

Bug#958989: dgit-user(7): building instructions don't work

2020-04-28 Thread Ian Jackson
Nikolaus Rath writes ("Re: Bug#958989: dgit-user(7): building instructions don't work"): > On Apr 27 2020, Ian Jackson wrote: > > Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions > > don't work"): > >> But th

Bug#958989: dgit-user(7): building instructions don't work

2020-04-27 Thread Nikolaus Rath
Hi Ian, Thanks for the quick response! On Apr 27 2020, Ian Jackson wrote: > Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions don't > work"): >> I'm trying to follow dgit-user(7) to build a modified version of a package. >> I did:

Bug#958989: dgit-user(7): building instructions don't work

2020-04-27 Thread Ian Jackson
Nikolaus Rath writes ("Bug#958989: dgit-user(7): building instructions don't work"): > I'm trying to follow dgit-user(7) to build a modified version of a package. > I did: Hi. This is a thing you should be able to do. > $ dgit clone valgrind

Bug#958989: dgit-user(7): building instructions don't work

2020-04-27 Thread Nikolaus Rath
Package: dgit Version: 9.10 Severity: normal Dear Maintainer, I'm trying to follow dgit-user(7) to build a modified version of a package. I did: $ dgit clone valgrind $ cd valgrind $ git apply ../my_special_patch.diff $ git commit -m "Way better than vanilla!" $ gbp dch -S --since=dgit/dgit/sid