Uninstallable in precise release

Bug #990423 reported by Iain Lane
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
haskell-hjsmin (Ubuntu)
Fix Released
High
Unassigned
Precise
Fix Released
Undecided
Unassigned

Bug Description

Argh.

A late sync to fix a PPC FTBFS in haskell-language-javascript rendered haskell-hjsmin uninstallable and I didn't notice before release.

It's enough to SRU the no-change rebuild.

To test

(precise-amd64)root@raleigh:/srv/home/laney/dev/ubuntu/packaging/haskell# apt-get install libghc-hjsmin-dev libghc-hjsmin-prof libghc-hjsmin-doc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libghc-hjsmin-dev : Depends: libghc-language-javascript-dev-0.4.10-b9b3d but it is not installable
 libghc-hjsmin-prof : Depends: libghc-language-javascript-prof-0.4.10-b9b3d but it is not installable
E: Unable to correct problems, you have held broken packages.

and to verify, see that the proposed packages do install correctly.

Iain Lane (laney)
Changed in haskell-hjsmin (Ubuntu):
status: New → Triaged
importance: Undecided → High
Revision history for this message
Martin Pitt (pitti) wrote : Please test proposed package

Hello Iain, or anyone else affected,

Accepted haskell-hjsmin into precise-proposed. The package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

Changed in haskell-hjsmin (Ubuntu Precise):
status: New → Fix Committed
tags: added: verification-needed
Revision history for this message
Iain Lane (laney) wrote :

Enabled -proposed in a precise chroot, installed it and:

(precise-amd64)root@raleigh:/srv/home/laney# apt-cache policy libghc-hjsmin-{dev,doc,prof}
libghc-hjsmin-dev:
  Installed: 0.0.15-1build1
  Candidate: 0.0.15-1build1
  Version table:
 *** 0.0.15-1build1 0
        500 http://localhost/ubuntu/ precise-proposed/universe amd64 Packages
        100 /var/lib/dpkg/status
     0.0.15-1 0
        500 http://localhost/ubuntu/ precise/universe amd64 Packages
libghc-hjsmin-doc:
  Installed: 0.0.15-1build1
  Candidate: 0.0.15-1build1
  Version table:
 *** 0.0.15-1build1 0
        500 http://localhost/ubuntu/ precise-proposed/universe amd64 Packages
        100 /var/lib/dpkg/status
     0.0.15-1 0
        500 http://localhost/ubuntu/ precise/universe amd64 Packages
libghc-hjsmin-prof:
  Installed: 0.0.15-1build1
  Candidate: 0.0.15-1build1
  Version table:
 *** 0.0.15-1build1 0
        500 http://localhost/ubuntu/ precise-proposed/universe amd64 Packages
        100 /var/lib/dpkg/status
     0.0.15-1 0
        500 http://localhost/ubuntu/ precise/universe amd64 Packages

(precise-amd64)root@raleigh:/srv/home/laney# ghci -package hjsmin
GHCi, version 7.4.1: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package bytestring-0.9.2.1 ... linking ... done.
Loading package array-0.4.0.0 ... linking ... done.
Loading package deepseq-1.3.0.0 ... linking ... done.
Loading package text-0.11.1.13 ... linking ... done.
Loading package blaze-builder-0.3.1.0 ... linking ... done.
Loading package containers-0.4.2.1 ... linking ... done.
Loading package transformers-0.2.2.0 ... linking ... done.
Loading package mtl-2.0.1.0 ... linking ... done.
Loading package utf8-light-0.4.0.1 ... linking ... done.
Loading package language-javascript-0.4.10 ... linking ... done.
Loading package hjsmin-0.0.15 ... linking ... done.
Prelude> :m +Text.Jasmine
Prelude Text.Jasmine> minifyFile "/home/laney/temp/foo.js"
Chunk "function handleFileSelect(evt){var files=evt.target.files;for(var i=0,f;f=files[i];i++){if(!f.type.match('image.*'))continue;;var reader=new FileReader();reader.onload=(function(theFile){return function(e){var span=document.createElement('span');span.innerHTML=['<img class=\"thumb\" src=\"',e.target.result,'\" title=\"',escape(theFile.name),'\"/>'].join('');document.getElementById('list').insertBefore(span,null)}})(f);reader.readAsDataURL(f)}};document.getElementById('files').addEventListener('change',handleFileSelect,false)" Empty

tags: added: verification-done
removed: verification-needed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package haskell-hjsmin - 0.0.15-1build1

---------------
haskell-hjsmin (0.0.15-1build1) precise-proposed; urgency=low

  * No-change rebuild against new haskell-language-javascript (LP: #990423)
 -- Iain Lane <email address hidden> Sat, 28 Apr 2012 11:45:40 +0100

Changed in haskell-hjsmin (Ubuntu):
status: Triaged → Fix Released
Changed in haskell-hjsmin (Ubuntu Precise):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.