[Bug 797076] New: Cerbero does not bootstrap on Linux Mint Tara

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 4 21:56:34 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797076

            Bug ID: 797076
           Summary: Cerbero does not bootstrap on Linux Mint Tara
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ding at panopto.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I am on Linux Mint Tara.

I was unable to run the command `./cerbero-uninstalled bootstrap` because my
distro is not supported.

In the file cerbero/utils/__init__.py, there is a block of code like this:

    elif d[2] in ['bionic']:
        distro_version = DistroVersion.UBUNTU_BIONIC

It should be like this:

    elif d[2] in ['bionic', 'tara']:
        distro_version = DistroVersion.UBUNTU_BIONIC

This might be checked into `1.14` and `master` ... but I'm not a regular
gstreamer developer so I don't know which branch(es) would be most appropriate.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list