Package: dgit
Version: 1.3
Severity: normal

During development (i.e. with an open debian/changelog) then running:

  dgit --quilt=smash sbuild --dist sid --arch amd64 --no-apt-update 
--no-apt-upgrade

Gets to the sbuild "Summary" banner and then hangs. The process tree is:

$ pstree -ap 9912
dgit,9912 -w /usr/bin/dgit --quilt=smash -wdd sbuild --dist sid --arch amd64 
--no-apt-update --no-apt-upgrade
  └─sbuild,10100 /usr/bin/sbuild -A --dist sid --arch amd64 --no-apt-update 
--no-apt-upgrade -d UNRELEASED sunxi-tools_1.2-3.dsc
      └─package log for,10106
$ strace -p 10100
Process 10100 attached
wait4(10106, ^CProcess 10100 detached
 <detached ...>
$ strace -p 10106
Process 10106 attached
read(0, ^CProcess 10106 detached
 <detached ...>

Running just:

  sbuild --dist sid --arch amd64 --no-apt-update --no-apt-upgrade

Is fine. (nb: --no-apt-* make no difference, I just happened to be using them)

I think the issue is the trailing "-d UNRELEASED" which dgit has tacked onto
the sbuild command line. If I omit "--dist sid" from my bare sbuild command
then this fails too, since sbuild will then parse UNRELEASED from the
changelog.

Perhaps there is also an sbuild bug here, but I think at best it could be
expected to error out ("unknown distribution") rather succeeding so dgit would
still prevent me from passing the required options.

I have sbuild=0.65.2-1 (sid) and schroot=1.6.10-1+b1 (stretch).

Thanks,
Ian.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (500, 
'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dgit depends on:
ii  ca-certificates            20150426
ii  coreutils                  8.23-4
ii  curl                       7.43.0-1
ii  devscripts                 2.15.8
ii  dpkg-dev                   1.18.1
ii  dput                       0.9.6.4
ii  git [git-core]             1:2.5.0-1
ii  libdpkg-perl               1.18.1
ii  libjson-perl               2.90-1
ii  libwww-perl                6.13-1
ii  perl [libdigest-sha-perl]  5.20.2-6

Versions of packages dgit recommends:
ii  openssh-client [ssh-client]  1:6.7p1-6

Versions of packages dgit suggests:
ii  sbuild  0.65.2-1

-- debconf-show failed

Reply via email to