[Bug 151015] Re: Broken packaging in Ubuntu 7.04

2007-10-11 Thread Daniel Sargeant
As I noted in my previous comment, I was able to install it once I
enabled the following dependency using the Software Sources gui:

deb http://archive.ubuntu.com/ubuntu/ feisty-updates restricted main
multiverse universe

Still, I think that it is odd behavior to have an out-of-date bughelper 
(0.1.13) available in the default repositories that is reported broken.
Thanks for the help.

-- 
Broken packaging in Ubuntu 7.04
https://bugs.launchpad.net/bugs/151015
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151015] Re: Broken packaging in Ubuntu 7.04

2007-10-11 Thread Daniel Holbach
We can't update 'feisty' - we only put updates into 'feisty-updates'.
All is as it's expected to be.

** Changed in: bughelper (Ubuntu)
   Status: Incomplete = Invalid

-- 
Broken packaging in Ubuntu 7.04
https://bugs.launchpad.net/bugs/151015
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151015] Re: Broken packaging in Ubuntu 7.04

2007-10-10 Thread Daniel Holbach
Thanks for your bug report. Can you post your /etc/apt/sources.list?

This is what happens in a fresh feisty chroot to me:
# With Updates and Security enabled:

[EMAIL PROTECTED]:/# apt-get install bughelper -s
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  python-bughelper python-launchpad-bugs
The following NEW packages will be installed:
  bughelper python-bughelper python-launchpad-bugs
0 upgraded, 3 newly installed, 0 to remove and 23 not upgraded.
Inst python-launchpad-bugs (0.1.13.2 Ubuntu:7.04/feisty-updates)
Inst python-bughelper (0.1.13.2 Ubuntu:7.04/feisty-updates)
Inst bughelper (0.1.13.2 Ubuntu:7.04/feisty-updates)
Conf python-launchpad-bugs (0.1.13.2 Ubuntu:7.04/feisty-updates)
Conf python-bughelper (0.1.13.2 Ubuntu:7.04/feisty-updates)
Conf bughelper (0.1.13.2 Ubuntu:7.04/feisty-updates)
[EMAIL PROTECTED]:/# 

# Without it:
[EMAIL PROTECTED]:/# apt-get install bughelper -s
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  python-bughelper python-launchpad-bugs
The following NEW packages will be installed:
  bughelper python-bughelper python-launchpad-bugs
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Inst python-launchpad-bugs (0.1.13 Ubuntu:7.04/feisty)
Inst python-bughelper (0.1.13 Ubuntu:7.04/feisty)
Inst bughelper (0.1.13 Ubuntu:7.04/feisty)
Conf python-launchpad-bugs (0.1.13 Ubuntu:7.04/feisty)
Conf python-bughelper (0.1.13 Ubuntu:7.04/feisty)
Conf bughelper (0.1.13 Ubuntu:7.04/feisty)
[EMAIL PROTECTED]:/#

** Changed in: bughelper (Ubuntu)
   Status: New = Incomplete

-- 
Broken packaging in Ubuntu 7.04
https://bugs.launchpad.net/bugs/151015
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151015] Re: Broken packaging in Ubuntu 7.04

2007-10-10 Thread Daniel Holbach
Please also try updating the apt cache by running sudo apt-get
update

-- 
Broken packaging in Ubuntu 7.04
https://bugs.launchpad.net/bugs/151015
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151015] Re: Broken packaging in Ubuntu 7.04

2007-10-10 Thread Daniel Sargeant
Thanks for the response. I've attached my sources.list.  This is also a fresh 
feisty install, fully updated.  I didn't manually change any settings.  From 
your advice I ran software sources to make sure the repositories you mentioned 
were checked.  The updates tab - Recommended updates box had a horizontal line 
through it instead of a check mark (I assume this means some but not all of the 
associated repositories are enabled).  I checked the box and tried to install 
bug helper again.  It worked.  I ran a diff on the before and after 
sources.list and saw that the following repository was added:
deb http://archive.ubuntu.com/ubuntu/ feisty-updates restricted main multiverse 
universe

Note that the attached sources.list is from before the fix and is the
default on a fresh feisty install.


** Attachment added: sources.list
   http://launchpadlibrarian.net/9927925/sources.list

-- 
Broken packaging in Ubuntu 7.04
https://bugs.launchpad.net/bugs/151015
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151015] Re: Broken packaging in Ubuntu 7.04

2007-10-10 Thread Daniel Holbach
You don't have -updates for universe and multiverse enabled. Either fix
that in System - Administration - Software Sources (or whatever it's
called in English) or use something like this in /etc/apt/sources.list:

deb http://archive.ubuntu.com/ubuntu feisty main universe restricted multiverse
deb http://archive.ubuntu.com/ubuntu feisty-updates main universe restricted 
multiverse
deb http://archive.ubuntu.com/ubuntu feisty-security main universe restricted 
multiverse

-- 
Broken packaging in Ubuntu 7.04
https://bugs.launchpad.net/bugs/151015
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs