Issue125

Title Ubuntu Intrepid + CC repo = broken liblicense3; jaunty repo in testing
Priority urgent Status chatting
Project liblicense Milestone
Superseder Nosy List Greg, nathan, paulproteus
Assigned To Greg Keywords

Created on 2009-01-16.19:17:04 by Greg, last changed 2009-04-14.18:44:46 by Greg.

Messages
msg902 (view) Author: Greg Date: 2009-04-14.18:44:46
Not working for me on Intrepid.

Log:
-------------------------------
greg@foucault:~$apt-cache policy liblicense3
liblicense3:
  Installed: 0.8-1
  Candidate: 0.8.1-1~ccintrepid~amd64~0
  Version table:
     0.8.1-1~ccintrepid~amd64~0 0
        500 http://mirrors.creativecommons.org intrepid/main Packages
 *** 0.8-1 0
        500 http://us.archive.ubuntu.com intrepid/universe Packages
        100 /var/lib/dpkg/status

greg@foucault:~$apt-cache policy liblicense-rdf 
liblicense-rdf:
  Installed: 0.8-1
  Candidate: 0.8.1-1~ccintrepid~i386~0
  Version table:
     0.8.1-1~ccintrepid~i386~0 0
        500 http://mirrors.creativecommons.org intrepid/main Packages
 *** 0.8-1 0
        500 http://us.archive.ubuntu.com intrepid/universe Packages
        100 /var/lib/dpkg/status

greg@foucault:~$sudo aptitude safe-upgrade 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done
The following packages have been kept back:
  liblicense-rdf liblicense3 
0 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done             
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done

greg@foucault:~$sudo aptitude install liblicense3 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done
The following packages are BROKEN:
  liblicense3 
1 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 130kB of archives. After unpacking 12.3kB will be used.
The following packages have unmet dependencies:
  liblicense3: Depends: liblicense-rdf (= 0.8.1-1~ccintrepid~amd64~0) but 0.8-1
is installed and it is kept back.
The following actions will resolve these dependencies:

Remove the following packages:
liblicense3

Score is -9879

Accept this solution? [Y/n/q/?] n

*** No more solutions available ***

The following actions will resolve these dependencies:

Remove the following packages:
liblicense3

Score is -9879

Accept this solution? [Y/n/q/?] q
Abandoning all efforts to resolve these dependencies.
Abort.
msg800 (view) Author: paulproteus Date: 2009-04-10.01:45:42
Greg, I think this is totally fixed forever.

Would you please:
* test the intrepid repo (on your laptop)?

Note that the jaunty repo is probably useless, since jaunty has a more
up-to-date liblicense package than we do (er, oops). I'm not going to test the
jaunty repo quite yet, not until we actually have a use for it (though I did
create it and set up the builders).
msg587 (view) Author: paulproteus Date: 2009-03-26.09:46:30
I'm running my meta-build script now that builds for sid+intrepid, i386+amd64.
It should work fine and update the repository automatically in ca. 1h. If it
works, I'll document it.
msg574 (view) Author: paulproteus Date: 2009-03-23.13:46:09
Build scripts work for i386 and amd64 for sid and intrepid (and it's easy to see
how to add jaunty when that happens); I'm currently testing my autobuild script
that builds for both and uploads to the repository.
msg556 (view) Author: paulproteus Date: 2009-03-18.00:01:30
The automated build and upload works fine for sid now.

I'm adding some configuration to do it for intrepid, too.
msg459 (view) Author: paulproteus Date: 2009-03-10.06:39:40
(now toying with qemubuilder on i386...)
msg435 (view) Author: paulproteus Date: 2009-03-09.18:30:42
I have a half-written shell script that builds packages using qemubuilder (and a
working qemubuilder setup on my desktop for amd64 at least). This combined with
judicious use of the option to just build binary packages should fix this.
msg388 (view) Author: paulproteus Date: 2009-03-04.00:40:42
I just read through https://help.launchpad.net/Packaging/PPA .

It seems that no matter, we're going to have to build for Debian — PPAs don't
seem to support that. Given that, I should just fine-tune my capacity to build
for multiple architectures.

I will spend a minute on that right now.
msg221 (view) Author: Greg Date: 2009-01-16.19:17:04
You sure you want to keep hand-building packages instead of using a PPA now that
A) it will be Open Sourced (AGPL) this summer and B) it will have signed repos?

=======

greg@alexandria:~$sudo aptitude dist-upgrade 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done
The following packages are BROKEN:
  liblicense3 
The following packages will be upgraded:
  liblicense-rdf 
2 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 392kB of archives. After unpacking 24.6kB will be used.
The following packages have unmet dependencies:
  liblicense3: Depends: liblicense-rdf (= 0.8.1-1~ccintrepid~amd64~0) but
0.8.1-1~ccintrepid~i386~0 is to be installed.
The following actions will resolve these dependencies:

Remove the following packages:
liblicense3
python-liblicense

Score is -168

Accept this solution? [Y/n/q/?] q
History
Date User Action Args
2009-04-14 18:44:46Gregsetmessages: + msg902
2009-04-10 01:45:42paulproteussetassignedto: paulproteus -> Greg
messages: + msg800
title: Ubuntu Intrepid + CC repo = broken liblicense3 -> Ubuntu Intrepid + CC repo = broken liblicense3; jaunty repo in testing
2009-03-26 09:46:30paulproteussetmessages: + msg587
2009-03-23 13:46:09paulproteussetmessages: + msg574
2009-03-18 00:01:30paulproteussetmessages: + msg556
2009-03-10 06:39:40paulproteussetmessages: + msg459
2009-03-09 18:30:42paulproteussetmessages: + msg435
2009-03-04 00:40:42paulproteussetstatus: unread -> chatting
nosy: + nathan
messages: + msg388
2009-01-16 19:17:04Gregcreate