bas-t / ffdecsawrapper

FFdecsa empowered softcam for MythTV
GNU General Public License v3.0
17 stars 9 forks source link

Not Working under 18.04 #55

Closed udbytossen closed 4 years ago

udbytossen commented 5 years ago

As I read on your laest changes - it'll support 18.04 LTS Ubuntu

`# git clone https://github.com/bas-t/ffdecsawrapper.git Cloning into 'ffdecsawrapper'... remote: Enumerating objects: 7969, done. remote: Total 7969 (delta 0), reused 0 (delta 0), pack-reused 7969 Receiving objects: 100% (7969/7969), 2.79 MiB | 3.02 MiB/s, done. Resolving deltas: 100% (4981/4981), done. cd ffdecsawrapper/ fdecsawrapper# ./configure

Your local clone is clean and up-to-date

dpkg-query: no packages found matching g++-7.3

Missing dependency g++-7.3, marking for installation.

Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package g++-7.3 E: Couldn't find any package by glob 'g++-7.3' E: Couldn't find any package by regex 'g++-7.3'

Error installing dependency g++-7.3, aborting...

`

bas-t commented 5 years ago

Hmm... strange. Apparently you are running a kernel that was build with gcc/g++ version 7.3 (or I screwed up somewhere) Default gcc/g++ version on bionic is 7.2 So my first question is are you running the default kernel? Or perhaps some exotic hardware?

bas-t commented 5 years ago

More questions: Are you running the point 2 release? It comes with a linux 4.18.x kernel version. That version is not supported.