Debugging now.

[EMAIL PROTECTED]:~$ apt-cache search ca-certificates | grep "dbg"
[EMAIL PROTECTED]:~$ sudo apt-get source ca-certificates-dbg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to find a source package for ca-certificates-dbg
[EMAIL PROTECTED]:~$ sudo apt-get install ca-certificates-dbg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package ca-certificates-dbg
[EMAIL PROTECTED]:~$ apt-cache search ca-certificates | grep "dbgsym"
[EMAIL PROTECTED]:~$ sudo apt-get source ca-certificates-dbgsym
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to find a source package for ca-certificates-dbgsym
[EMAIL PROTECTED]:~$ sudo apt-get install ca-certificates-dbgsym
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package ca-certificates-dbgsym
[EMAIL PROTECTED]:~$ apt-cache search bzr | grep "dbgsym"
devscripts-dbgsym - debug symbols for package devscripts
bzr-dbgsym - debug symbols for package bzr
libzrtpcpp-1.2-0-dbgsym - debug symbols for package libzrtpcpp-1.2-0
bzr-svn-dbgsym - debug symbols for package bzr-svn
[EMAIL PROTECTED]:~$ sudo apt-get source bzr-svn-dbgsym
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to find a source package for bzr-svn-dbgsym
[EMAIL PROTECTED]:~$ sudo apt-get install bzr-svn-dbgsym
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  bzr-rebase bzr-svn
The following NEW packages will be installed
  bzr-rebase bzr-svn bzr-svn-dbgsym
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 670kB of archives.
After this operation, 2748kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  bzr-svn-dbgsym
Install these packages without verification [y/N]? y
Get: 1 http://gb.archive.ubuntu.com intrepid/universe bzr-rebase 0.3-1 [18.9kB]
Get: 2 http://ddebs.ubuntu.com intrepid/universe bzr-svn-dbgsym 0.4.13-2 [350kB]
Get: 3 http://gb.archive.ubuntu.com intrepid/universe bzr-svn 0.4.13-2 [302kB]
Fetched 670kB in 6s (105kB/s)                                                 
Selecting previously deselected package bzr-rebase.
(Reading database ... 208018 files and directories currently installed.)
Unpacking bzr-rebase (from .../bzr-rebase_0.3-1_all.deb) ...
Selecting previously deselected package bzr-svn.
Unpacking bzr-svn (from .../bzr-svn_0.4.13-2_i386.deb) ...
Selecting previously deselected package bzr-svn-dbgsym.
Unpacking bzr-svn-dbgsym (from .../bzr-svn-dbgsym_0.4.13-2_i386.ddeb) ...
Setting up bzr-rebase (0.3-1) ...

Setting up bzr-svn (0.4.13-2) ...

Setting up bzr-svn-dbgsym (0.4.13-2) ...
[EMAIL PROTECTED]:~$ sudo apt-get build-dep bzr-svn-dbgsym
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to find a source package for bzr-svn-dbgsym
[EMAIL PROTECTED]:~$ sudo apt-get source bzr
Reading package lists... Done
Building dependency tree       
Reading state information... Done
NOTICE: 'bzr' packaging is maintained in the 'Bzr' version control system at:
http://bzr.debian.org/pkg-bazaar/bzr/unstable
Please use:
bzr get http://bzr.debian.org/pkg-bazaar/bzr/unstable
to retrieve the latest (possible unreleased) updates to the package.
Need to get 3684kB of source archives.
Get: 1 http://gb.archive.ubuntu.com intrepid/main bzr 1.6.1-1 (dsc) [1517B]
Get: 2 http://gb.archive.ubuntu.com intrepid/main bzr 1.6.1-1 (tar) [3671kB]
Get: 3 http://gb.archive.ubuntu.com intrepid/main bzr 1.6.1-1 (diff) [11.2kB] 
Fetched 3684kB in 30s (121kB/s)                                               
Skipping unpack of already unpacked source in bzr-1.6.1
[EMAIL PROTECTED]:~$ bzr get http://bzr.debian.org/pkg-bazaar/bzr/unstable
Branched 86 revision(s).                                                      
[EMAIL PROTECTED]:~$ sudo apt-get source bzr
Reading package lists... Done
Building dependency tree       
Reading state information... Done
NOTICE: 'bzr' packaging is maintained in the 'Bzr' version control system at:
http://bzr.debian.org/pkg-bazaar/bzr/unstable
Please use:
bzr get http://bzr.debian.org/pkg-bazaar/bzr/unstable
to retrieve the latest (possible unreleased) updates to the package.
Skipping already downloaded file 'bzr_1.6.1-1.dsc'
Skipping already downloaded file 'bzr_1.6.1.orig.tar.gz'
Skipping already downloaded file 'bzr_1.6.1-1.diff.gz'
Need to get 0B of source archives.
Skipping unpack of already unpacked source in bzr-1.6.1
[EMAIL PROTECTED]:~$ sudo apt-get install bzr
Reading package lists... Done
Building dependency tree       
Reading state information... Done
bzr is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[EMAIL PROTECTED]:~$ sudo apt-get --reinstall install bzr
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0B/4795kB of archives.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 208148 files and directories currently installed.)
Preparing to replace bzr 1.6.1-1 (using .../archives/bzr_1.6.1-1_i386.deb) ...
Unpacking replacement bzr ...
Processing triggers for man-db ...
Processing triggers for doc-base ...
Processing 1 changed doc-base file(s)...
Registering documents with scrollkeeper...
Setting up bzr (1.6.1-1) ...

[EMAIL PROTECTED]:~$ sudo apt-get build-dep bzr
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed
  python-all-dev python-dev python-docutils python-roman python2.4-dev
  python2.5-dev
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/4945kB of archives.
After this operation, 15.7MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Selecting previously deselected package python2.5-dev.
(Reading database ... 208148 files and directories currently installed.)
Unpacking python2.5-dev (from .../python2.5-dev_2.5.2-11.1ubuntu1_i386.deb) ...
Selecting previously deselected package python-dev.
Unpacking python-dev (from .../python-dev_2.5.2-1ubuntu1_all.deb) ...
Selecting previously deselected package python2.4-dev.
Unpacking python2.4-dev (from .../python2.4-dev_2.4.5-5ubuntu1_i386.deb) ...
Selecting previously deselected package python-all-dev.
Unpacking python-all-dev (from .../python-all-dev_2.5.2-1ubuntu1_all.deb) ...
Selecting previously deselected package python-roman.
Unpacking python-roman (from .../python-roman_0.4-6_all.deb) ...
Selecting previously deselected package python-docutils.
Unpacking python-docutils (from .../python-docutils_0.4-6_all.deb) ...
Processing triggers for man-db ...
Setting up python2.5-dev (2.5.2-11.1ubuntu1) ...
Setting up python-dev (2.5.2-1ubuntu1) ...
Setting up python2.4-dev (2.4.5-5ubuntu1) ...
Setting up python-all-dev (2.5.2-1ubuntu1) ...
Setting up python-roman (0.4-6) ...

Setting up python-docutils (0.4-6) ...

[EMAIL PROTECTED]:~$

-- 
bzr get http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu malfunction 
(dead link?)
https://bugs.launchpad.net/bugs/285623
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to