← Back to team overview

linux-traipu team mailing list archive

Re: [Mythbuntu-bugs] [Bug 989371] Re: postinst error from mythv-database

 

Well debconf isn't a database, it's a cache.  So corruption happens, (eg
sh*t happens).  So probably need a sanity check for that scenario.

On Fri, Apr 27, 2012 at 10:42, Thomas Mashos
<989371@xxxxxxxxxxxxxxxxxx>wrote:

> Is having nothing there ever valid? I suppose we could set a default if RET
> is blank.
>
> On Apr 25, 2012 11:58 PM, "Daniel Clem" <clem11388@xxxxxxxxx> wrote:
>
> > Are there any ideas being thrown around about how to approach GPS
> > navigation on either the phone or tablet? I use it on my phone about 2
> > times a week. Sometimes more. And though I try to stay away from
> > Google's services as much as possible by using Map Quest and other
> > replacements for the stock Android Apps, Google Maps is just really well
> > polished and works really well. But the biggest draw back to ALL the
> > navigation apps currently in use, is they ALL need a connection to
> > download the maps for each time you use the app. Which to me is the most
> > retarted thing in the world given that a lot of people drive out in the
> > country where signal just drops off.
> >
> > Since we are building this thing from scratch almost. Why not take
> > something like the OpenStreetMap project, put some real Man power behind
> > it. And make the Android app, OSMand or OSMand plus, to work much much
> > better, so that people can submit corrections well before Ubuntu Phone
> > (or U-Phone as I like to call it) is available.
> >
> > I have been trying to make a few corrections, but it rarely ever finds
> > my locations correctly that I just can't submit any accurate data from
> > the Android app. And the best part of OpenStreetMap, is that it would go
> > along with the Open Nature of Ubuntu and the Free Software movement as a
> > whole, so there wouldn't be any compromise. And unlike with Garmins or
> > TomToms, you can submit fixes as you encounter them, and the updated
> > maps could be downloaded on a fairly consistent basis, so you know would
> > be getting just as good of directions as Google Maps, while not
> > requiring data connection the whole time, saving battery life, and all
> > with staying "open" in the Freedom Dimension. :)
> >
> > What you guys think?
> > --
> > This message was sent from Launchpad by
> > Daniel Clem (https://launchpad.net/~clem11388)
> > to each member of the Ubuntu Phone team using the "Contact this team"
> link
> > on the Ubuntu Phone team page (https://launchpad.net/~ubuntu-phone).
> > For more information see
> > https://help.launchpad.net/YourAccount/ContactingPeople
> >
>
> --
> You received this bug notification because you are a member of Mythbuntu
> Bug Team, which is subscribed to Mythbuntu.
> https://bugs.launchpad.net/bugs/989371
>
> Title:
>  postinst error from mythv-database
>
> Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
>  New
>
> Bug description:
>  When upgrading mythtv via apt-get, I see:
>
>  Setting up mythtv-database
> (2:0.25.0+fixes.20120427.58fd2a5-0ubuntu0mythbuntu4) ...
>  /var/lib/dpkg/info/mythtv-database.postinst: 115: [: =: unexpected
> operator
>
>  line 115 is:
>
>          if [ $RET = true ]; then
>
>  I think that that should be:
>
>          if [ $RET = "true" ]; then
>
>  (ie with quotes) ?
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mythbuntu/+bug/989371/+subscriptions
>
> _______________________________________________
> Mailing list: https://launchpad.net/~mythbuntu-bugs
> Post to     : mythbuntu-bugs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~mythbuntu-bugs
> More help   : https://help.launchpad.net/ListHelp
>


-- 
Mario Limonciello
superm1@xxxxxxxxx

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/989371

Title:
  postinst error from mythv-database

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  When upgrading mythtv via apt-get, I see:

  Setting up mythtv-database (2:0.25.0+fixes.20120427.58fd2a5-0ubuntu0mythbuntu4) ...
  /var/lib/dpkg/info/mythtv-database.postinst: 115: [: =: unexpected operator

  line 115 is:

          if [ $RET = true ]; then

  I think that that should be:

          if [ $RET = "true" ]; then

  (ie with quotes) ?

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


References