Issues building deb files
Russel Winder
russel.winder at concertant.com
Mon May 26 07:38:42 BST 2008
I just pulled out:
http://bzr.debian.org/pkg-bazaar/bzr/unstable
http://bzr.debian.org/pkg-bazaar/bzrtools/unstable
http://bzr.debian.org/pkg-bazaar/bzr-svn/unstable
http://bzr.debian.org/pkg-bazaar/bzr-email/unstable
http://bzr.debian.org/pkg-bazaar/bzr-dbus/unstable
and then wrote a script:
#! /bin/sh
COMMAND=pull
if [ $# -gt 0 ]
then
COMMAND=$1
fi
for D in `bzr branches`
do
( cd $D && echo "======== $D ====" && bzr $COMMAND )
done
so that I can pull these to ensure I have the latest release version and
then run builddeb on them to create the latest release deb files.
However, when I run the builddeb, bzr-svn, bzr-email, and bzr-dbus build
fine, but bzr and bzrtools fail
======== BzrTools_Unstable ====
Running in merge mode
Building using working tree
Preparing the build area: ../build-area
Exporting to ../build-area/bzrtools-1.5.0 in merge mode
Looking for ../tarballs/bzrtools_1.5.0.orig.tar.gz to use as upstream
source
bzr: ERROR: [Errno 2] No such file or directory: '../tarballs'
======== Bzr_Unstable ====
Running in merge mode
Building using working tree
Preparing the build area: ../build-area
Exporting to ../build-area/bzr-1.5 in merge mode
Looking for ../tarballs/bzr_1.5.orig.tar.gz to use as upstream source
Using uscan to look for the upstream tarball
bzr: remote site does not even have current version
bzr: ERROR: A Debian packaging error occurred: Could not find the
upstream tarball after uscan downloaded it.
I retried bzrtools since the tarballs directory got created and:
======== BzrTools_Unstable ====
Running in merge mode
Building using working tree
Preparing the build area: ../build-area
Exporting to ../build-area/bzrtools-1.5.0 in merge mode
Looking for ../tarballs/bzrtools_1.5.0.orig.tar.gz to use as upstream
source
Reading package lists... Done
Building dependency tree
Reading state information... Done
Need to get 94.0kB of source archives.
Get: 1 http://ppa.launchpad.net hardy/main bzrtools
1.5.0-1~bazaar1~hardy1 (tar) [94.0kB]
Fetched 94.0kB in 0s (476kB/s)
bzr: ERROR: [Errno 2] No such file or directory:
'../tarballs/bzrtools_1.5.0.orig.tar.gz'
--
Russel.
====================================================
Dr Russel Winder Partner
Concertant LLP t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road, f: +44 8700 516 084
London SW11 1EN, UK. m: +44 7770 465 077
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20080526/c30230b3/attachment-0001.pgp
More information about the bazaar
mailing list