Package: cowbuilder
Version: 0.72
Severity: important

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***

* debbuildopts in ~/.pbuilderrc

case "${ARCH}" in
  i386)
      DEBBUILDOPTS="-j8 -B"
      ;;
  amd64)
      DEBBUILDOPTS="-j8 -b"
      ;;
esac

* fork in cowbuilder

 -> Invoking pbuilder
  forking: pbuilder build --buildplace /var/cache/pbuilder/build/cow.28503 
--buildresult /var/cache/pbuilder/sid-amd64/result/ --debbuildopts '-j8 -b' 
--no-targz --internal-chrootexec chroot /var/cache/pbuilder

* resulting error
I: Running cd tmp/buildd/*/ && env 
PATH="/usr/lib/ccache:/usr/lib/ccache:/usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin"
 dpkg-buildpackage -us -uc  -j8 -b '-j8 -b' -rfakeroot
dpkg-buildpackage: unknown option or argument -j8 -b


Calling cowbuilder with --debbuildopts give the correct result:

* cowbuilder  --build *dsc  --debbuildopts='-j8 -b'
 -> Invoking pbuilder
  forking: pbuilder build --debbuildopts -j8 -b --buildplace 
/var/cache/pbuilder/build/cow.28753 --buildresult 
/var/cache/pbuilder/sid-amd64/result/ --debbuildopts -j8 -b --no-targz 
--internal-chrootexec chroot

* Running build
W: no hooks of type A found -- ignoring
I: Running cd tmp/buildd/*/ && env 
PATH="/usr/lib/ccache:/usr/lib/ccache:/usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin"
 dpkg-buildpackage -us -uc  -j8 -b -j8 -b -j8 -b -rfakeroot

dpkg-deb: building package `ceni' in `../ceni_2.37_all.deb'.
 dpkg-genchanges -b -b -b >../ceni_2.37_amd64.changes


This part: "-j8 -b -j8 -b -j8 -b" isn't really funny, but works instead of "-j8 
-b '-j8 -b'". Same is in dpkg-genchanges - '-b -b -b' looks nice but should be 
'-b'

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-5.towo-siduction-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cowbuilder depends on:
ii  cowdancer  0.72
ii  libc6      2.13-38
ii  pbuilder   0.215

cowbuilder recommends no packages.

cowbuilder suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to