Your message dated Wed, 6 Feb 2008 22:13:28 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464404: git-buildpackage: shouldn't try to verify depends
while cleaning
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: git-buildpackage
Version: 0.4.13
Severity: normal
I am trying to build a package using g-bp with pdebuild as the builder
since this is the way imho to build debian packages ;-) But apparently
g-bp first tries to verify build-depends in the local environment -- not
in the pbuilder's chroot:
,--
| $> git-buildpackage --git-verbose --git-builder='pdebuild --configfile
~/pbuilder/pbuilderrc.sid --buildresult $PWD/../pbuilder/sid --debbuildopts
"-i\.git/ -I.git -i\.gitignore -I.gitignore $*"'
| debuild clean [] []
| dpkg-checkbuilddeps: Unmet build dependencies: liblapack-dev
libatlas-base-dev libatlas-sse2-dev
| debuild: fatal error at line 1201:
| You do not appear to have all build dependencies properly met.
`---
The same with
--git-builder=/usr/share/doc/git-buildpackage/examples/git-pbuilder
imho that is incorrect behavior -- it should not rely on debuild clean, which
in turns verifies depends... may be debuild -d clean? or may be just
debian/rules clean?
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable'), (900, 'testing'), (300, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages git-buildpackage depends on:
ii devscripts 2.10.13 Scripts to make the life of a Debi
ii git-core 1:1.5.4~rc2-1 fast, scalable, distributed revisi
ii python 2.4.4-6 An interactive high-level object-o
ii python-support 0.7.6 automated rebuilding support for p
git-buildpackage recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Wed, Feb 06, 2008 at 12:34:49PM -0500, Yaroslav Halchenko wrote:
> I am trying to build a package using g-bp with pdebuild as the builder
> since this is the way imho to build debian packages ;-) But apparently
> g-bp first tries to verify build-depends in the local environment -- not
> in the pbuilder's chroot:
Please see the gbp documentation. You basically set cleaner to "fakeroot
debian/rules" instead of debuild clean. Git-buildpackage by itself
doesn't do any dependency checking.
Cheers,
-- Guido
--- End Message ---