[Bug 1021960] Re: dbbuild fails with could not be resolved

2012-07-12 Thread Sergey Shnatsel Davidoff
Ubuntu uses python-aptdaemon.pkcompat by default instead; it bridges
PackageKit interfaces into much more modern AptDaemon. See
https://launchpad.net/aptdaemon for advantages over packagekit-backend-
aptcc

So it seems that that's a bug in python-aptdaemon.pkcompat now.

** Also affects: aptdaemon
   Importance: Undecided
   Status: New

** Also affects: packagekit (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021960

Title:
  dbbuild fails with could not be resolved

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptdaemon/+bug/1021960/+subscriptions

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


[Bug 1021960] Re: dbbuild fails with could not be resolved

2012-07-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: packagekit (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021960

Title:
  dbbuild fails with could not be resolved

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptdaemon/+bug/1021960/+subscriptions

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


[Bug 1021960] Re: dbbuild fails with could not be resolved

2012-07-12 Thread Sergey Shnatsel Davidoff
By the way I've got the same error for package qtodo, see bug 1023808
So maybe this bug is not exclusive to multiarch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021960

Title:
  dbbuild fails with could not be resolved

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptdaemon/+bug/1021960/+subscriptions

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


[Bug 1021960] Re: dbbuild fails with could not be resolved

2012-07-12 Thread Matthias Klumpp
Hi!
That is not the fault of PackageKit, the compat layer is wrong and Ubuntu does 
some extremely crappy things, e.g. forcing the PyApt-backend in Ubuntu-Drivers, 
which is totally broken and has been removed (again) from distribution. (We 
weren't able to ship it in Debian with RC bugs)
Btw, Aptdaemon is *not* much more modern than PK ;-) There's only one advantage 
of Aptd at time, and we're working on PK to solve this issue. (However, Aptd 
can expose some advanced Apt features on DBus, which PK can't, but that is 
irrelevant for Software Centers) - Of course, read this as an opinion of a 
PackageKit developer. ;-)
I'll send message to ubuntu-drivers, so they can fix their dependencies and 
probably add possible missing features to Aptcc.
If you have further questions, please ask (I'm subscribed here now)
Cheers,
   Matthias

** Changed in: packagekit (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021960

Title:
  dbbuild fails with could not be resolved

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptdaemon/+bug/1021960/+subscriptions

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


[Bug 1021960] Re: dbbuild fails with could not be resolved

2012-07-12 Thread Matthias Klumpp
Oh, btw: It appears that you're creating a completely new SQL db from raw 
data... It would probably make more sense and be a little bit faster to use the 
original Xapian database, as discussed in our AppStream[1] meeting. 
Unfortunately, the generator code to build the DB from AppStream XML or Apt 
package data is closely integrated with the Ubuntu Software center. I'm doing 
lots of work on PackageKit at time to make cross-distro software centers 
possible, and I also work on the cross-distro fork of the USC. (required 
because of Canonicals CLA to make contributions from Red Hat, SuSE and others 
possible) As the next step I will probably create an independent Xapian 
generator, written in C++. (I'd love to use Vala, but there are no C bindings 
for it...) If work starts on that, I can notify you. Using Xapian from Vala 
should also work by creating some glue code. Positive effect: Software center 
becomes distro-agnostic, at least if you use PackageKit bindings and not Aptd 
specifics.
Bye!
---
[1]: http://distributions.freedesktop.org/wiki/AppStream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021960

Title:
  dbbuild fails with could not be resolved

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptdaemon/+bug/1021960/+subscriptions

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


Re: [Bug 1021960] Re: dbbuild fails with could not be resolved

2012-07-12 Thread Stephen Smally
I never used Xapian, so i don't know how to implement a database with 
it, also there are no bindings...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021960

Title:
  dbbuild fails with could not be resolved

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptdaemon/+bug/1021960/+subscriptions

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


[Bug 1021960] Re: dbbuild fails with could not be resolved

2012-07-12 Thread Sergey Shnatsel Davidoff
** Also affects: aptdaemon (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021960

Title:
  dbbuild fails with could not be resolved

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptdaemon/+bug/1021960/+subscriptions

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


[Bug 1021960] Re: dbbuild fails with could not be resolved

2012-07-12 Thread Sergey Shnatsel Davidoff
Mattias, thanks a lot for clearing that up! I've erroneously tracked
down python-aptdaemon.pkcompat to packagekit ubuntu package and thus
marked it affected. Reassigned to aptdaemon package now :)

I've hit up the aptcc changelog linked above and it seems it did improve
greatly since last time I checked it, so I take that back. I wonder if
any PackageKit APT backend now supports installing packages that require
downgrading/removal of other packages and what the one remaining
advantage of AptDaemon is.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021960

Title:
  dbbuild fails with could not be resolved

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptdaemon/+bug/1021960/+subscriptions

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


[Bug 1021960] Re: dbbuild fails with could not be resolved

2012-07-12 Thread Sergey Shnatsel Davidoff
** Description changed:

- sudo ./dbbuild -d /var/cache/lsc-vala.db 
+ sudo ./dbbuild -d /var/cache/lsc-vala.db
  Collecting app-install data...
  Querying PackageKit...
  
  ** (dbbuild:28222): ERROR **: dbbuild.vala:207: Error: Package name
  ardour-i686 could not be resolved.
  
- What do I do? :D
- 
- Seriously, in event of...whatever this is, shouldn't the database script
- move on to the next item rather than stopping entirely?
+ Does not happen with packagekit-backend-aptcc but happens with python-
+ aptdaemon.pkcompat

** Summary changed:

- dbbuild fails with could not be resolved
+ python-aptdaemon.pkcompat cannot resolve some packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021960

Title:
  python-aptdaemon.pkcompat cannot resolve some packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptdaemon/+bug/1021960/+subscriptions

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