Ubuntu 16.04 Mythtv 28.0 mythconverg tables missing

For discussion of topics specific to MythTV on linux
Post Reply
jscottc
Newcomer
Posts: 3
Joined: Wed Nov 30, 2016 11:28 pm
United States of America

Ubuntu 16.04 Mythtv 28.0 mythconverg tables missing

Post by jscottc »

Hi all,

HW/Platform: Odroid_UX4
OS: Ubuntu 16.04
Mythtv ver: 28.0

On a 20 run ladder ranging from newb to expert, I about 2 rungs above newb. Without a doubt there is something which I have missed or neglected to do which is ultimately causing my problem. Hopefully someone can help with resolution.

In the past I was able to use the forums and google search efforts to setup mythtv on a my previous Ubuntu 15.04 on the same hardware. After installing the application and attempting to run mythtv-setup from terminal the system fails with the error :

Code: Select all

mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1146 (42S02) at line 1: Table 'mythconverg.settings' doesn't exist
xprop:  unable to open display ''
/usr/bin/mythtv-setup: 42: /usr/bin/mythtv-setup: status: not found
xterm: Xt error: Can't open display: 
xterm: DISPLAY is not set
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused

(zenity:2182): Gtk-WARNING **: cannot open display: 
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused

(zenity:2184): Gtk-WARNING **: cannot open display: 
Poking in mysql server, the mythconverg table is present however it is empty.

Code: Select all

mysql> use mythconverg
Database changed
mysql> show tables;
Empty set (0.00 sec)

mysql> 
I've tried running both dpkg-reconfigure mythtv-database as well as dpkg-reconfigure mythtv-common successfully without errors however the mythconverg table is still empty.
I've also tried running mysql -u root -p < /usr/share/mythtv/sql/mc.sql with no change. In review of the script, I understand why there was no change. The only function of the script is to create the database but does not create the tables.

Code: Select all

CREATE DATABASE IF NOT EXISTS mythconverg;
GRANT ALL ON mythconverg.* TO mythtv@localhost IDENTIFIED BY "mythtv";
FLUSH PRIVILEGES;
GRANT CREATE TEMPORARY TABLES ON mythconverg.* TO mythtv@localhost IDENTIFIED BY "mythtv";
FLUSH PRIVILEGES;
ALTER DATABASE mythconverg DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
I'm hoping someone will be able to identify the flaw in my execution and help in bringing my installation of mythtv to life.

SC
jscottc
Newcomer
Posts: 3
Joined: Wed Nov 30, 2016 11:28 pm
United States of America

Re: Ubuntu 16.04 Mythtv 28.0 mythconverg tables missing

Post by jscottc »

Update:
In trying to figure out my problem, I have tried executing the EXEC command for starting mythtvbackend and found that libopenmaxil.so is missing. I have searched and have yet to find a package containing this file. I have found that it is included in a RaspberryPi firmware to add support for EGL images allocated by VCSM. I am currently running on an Odroid platform, not raspberryPi and so a) I'm unsure how to obtain and load said firmware and b) I do not know how this will affect my system.

Does anyone know of any other packages containing libopenmaxil.so? ...or how to obtain and install the library?

Executing mythbackend manually:

Code: Select all

$/usr/bin/mythbackend --quiet --syslog local7
/usr/bin/mythbackend: error while loading shared libraries: libopenmaxil.so: cannot open shared object file: No such file or directory
Execute mythbackend via STRACE:

Code: Select all

$sudo strace -Cfy -oodroid-mythbackend-strace1.txt /usr/bin/mythbackend --quiet --syslog local7
$ cat odroid-mythbackend-strace1.txt 
32092 execve("/usr/bin/mythbackend", ["/usr/bin/mythbackend", "--quiet", "--syslog", "local7"], [/* 25 vars */]) = 0
32092 brk(NULL)                         = 0x1b5000
32092 uname({sysname="Linux", nodename="odroid", ...}) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fbc000
32092 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
32092 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3</etc/ld.so.cache>
32092 fstat64(3</etc/ld.so.cache>, {st_mode=S_IFREG|0644, st_size=108473, ...}) = 0
32092 mmap2(NULL, 108473, PROT_READ, MAP_PRIVATE, 3</etc/ld.so.cache>, 0) = 0xb6f7d000
32092 close(3</etc/ld.so.cache>)        = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/libmythtv-0.28.so.0", O_RDONLY|O_CLOEXEC) = 3</usr/lib/libmythtv-0.28.so.0.28.0>
32092 read(3</usr/lib/libmythtv-0.28.so.0.28.0>, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\320+\22\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/libmythtv-0.28.so.0.28.0>, 8713180, SEEK_SET) = 8713180
32092 read(3</usr/lib/libmythtv-0.28.so.0.28.0>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
32092 lseek(3</usr/lib/libmythtv-0.28.so.0.28.0>, 8712816, SEEK_SET) = 8712816
32092 read(3</usr/lib/libmythtv-0.28.so.0.28.0>, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
32092 fstat64(3</usr/lib/libmythtv-0.28.so.0.28.0>, {st_mode=S_IFREG|0644, st_size=8714300, ...}) = 0
32092 mmap2(NULL, 9049012, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/libmythtv-0.28.so.0.28.0>, 0) = 0xb66db000
32092 mprotect(0xb6ef4000, 61440, PROT_NONE) = 0
32092 mmap2(0xb6f03000, 229376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/libmythtv-0.28.so.0.28.0>, 0x818000) = 0xb6f03000
32092 mmap2(0xb6f3b000, 267188, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6f3b000
32092 close(3</usr/lib/libmythtv-0.28.so.0.28.0>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/libmythupnp-0.28.so.0", O_RDONLY|O_CLOEXEC) = 3</usr/lib/libmythupnp-0.28.so.0.28.0>
32092 read(3</usr/lib/libmythupnp-0.28.so.0.28.0>, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\240\336\1\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/libmythupnp-0.28.so.0.28.0>, 771504, SEEK_SET) = 771504
32092 read(3</usr/lib/libmythupnp-0.28.so.0.28.0>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
32092 lseek(3</usr/lib/libmythupnp-0.28.so.0.28.0>, 771144, SEEK_SET) = 771144
32092 read(3</usr/lib/libmythupnp-0.28.so.0.28.0>, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
32092 fstat64(3</usr/lib/libmythupnp-0.28.so.0.28.0>, {st_mode=S_IFREG|0644, st_size=772624, ...}) = 0
32092 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fbb000
32092 mmap2(NULL, 836944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/libmythupnp-0.28.so.0.28.0>, 0) = 0xb660e000
32092 mprotect(0xb66c8000, 61440, PROT_NONE) = 0
32092 mmap2(0xb66d7000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/libmythupnp-0.28.so.0.28.0>, 0xb9000) = 0xb66d7000
32092 close(3</usr/lib/libmythupnp-0.28.so.0.28.0>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/libmythbase-0.28.so.0", O_RDONLY|O_CLOEXEC) = 3</usr/lib/libmythbase-0.28.so.0.28.0>
32092 read(3</usr/lib/libmythbase-0.28.so.0.28.0>, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\220$\3\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/libmythbase-0.28.so.0.28.0>, 1380476, SEEK_SET) = 1380476
32092 read(3</usr/lib/libmythbase-0.28.so.0.28.0>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
32092 lseek(3</usr/lib/libmythbase-0.28.so.0.28.0>, 1380114, SEEK_SET) = 1380114
32092 read(3</usr/lib/libmythbase-0.28.so.0.28.0>, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
32092 fstat64(3</usr/lib/libmythbase-0.28.so.0.28.0>, {st_mode=S_IFREG|0644, st_size=1381596, ...}) = 0
32092 mmap2(NULL, 1448480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/libmythbase-0.28.so.0.28.0>, 0) = 0xb64ac000
32092 mprotect(0xb65fa000, 61440, PROT_NONE) = 0
32092 mmap2(0xb6609000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/libmythbase-0.28.so.0.28.0>, 0x14d000) = 0xb6609000
32092 mmap2(0xb660d000, 2592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb660d000
32092 close(3</usr/lib/libmythbase-0.28.so.0.28.0>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/libmyth-0.28.so.0", O_RDONLY|O_CLOEXEC) = 3</usr/lib/libmyth-0.28.so.0.28.0>
32092 read(3</usr/lib/libmyth-0.28.so.0.28.0>, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0(\n\6\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/libmyth-0.28.so.0.28.0>, 3118060, SEEK_SET) = 3118060
32092 read(3</usr/lib/libmyth-0.28.so.0.28.0>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
32092 lseek(3</usr/lib/libmyth-0.28.so.0.28.0>, 3117696, SEEK_SET) = 3117696
32092 read(3</usr/lib/libmyth-0.28.so.0.28.0>, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
32092 fstat64(3</usr/lib/libmyth-0.28.so.0.28.0>, {st_mode=S_IFREG|0644, st_size=3119180, ...}) = 0
32092 mmap2(NULL, 3183952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/libmyth-0.28.so.0.28.0>, 0) = 0xb61a2000
32092 mprotect(0xb6493000, 61440, PROT_NONE) = 0
32092 mmap2(0xb64a2000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/libmyth-0.28.so.0.28.0>, 0x2f0000) = 0xb64a2000
32092 close(3</usr/lib/libmyth-0.28.so.0.28.0>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/libmythmetadata-0.28.so.0", O_RDONLY|O_CLOEXEC) = 3</usr/lib/libmythmetadata-0.28.so.0.28.0>
32092 read(3</usr/lib/libmythmetadata-0.28.so.0.28.0>, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\270L\5\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/libmythmetadata-0.28.so.0.28.0>, 1206788, SEEK_SET) = 1206788
32092 read(3</usr/lib/libmythmetadata-0.28.so.0.28.0>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
32092 lseek(3</usr/lib/libmythmetadata-0.28.so.0.28.0>, 1206424, SEEK_SET) = 1206424
32092 read(3</usr/lib/libmythmetadata-0.28.so.0.28.0>, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
32092 fstat64(3</usr/lib/libmythmetadata-0.28.so.0.28.0>, {st_mode=S_IFREG|0644, st_size=1207908, ...}) = 0
32092 mmap2(NULL, 1272508, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/libmythmetadata-0.28.so.0.28.0>, 0) = 0xb606b000
32092 mprotect(0xb618e000, 61440, PROT_NONE) = 0
32092 mmap2(0xb619d000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/libmythmetadata-0.28.so.0.28.0>, 0x122000) = 0xb619d000
32092 close(3</usr/lib/libmythmetadata-0.28.so.0.28.0>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/libmythservicecontracts-0.28.so.0", O_RDONLY|O_CLOEXEC) = 3</usr/lib/libmythservicecontracts-0.28.so.0.28.0>
32092 read(3</usr/lib/libmythservicecontracts-0.28.so.0.28.0>, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\264\370\0\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/libmythservicecontracts-0.28.so.0.28.0>, 280168, SEEK_SET) = 280168
32092 read(3</usr/lib/libmythservicecontracts-0.28.so.0.28.0>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
32092 lseek(3</usr/lib/libmythservicecontracts-0.28.so.0.28.0>, 279808, SEEK_SET) = 279808
32092 read(3</usr/lib/libmythservicecontracts-0.28.so.0.28.0>, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
32092 fstat64(3</usr/lib/libmythservicecontracts-0.28.so.0.28.0>, {st_mode=S_IFREG|0644, st_size=281288, ...}) = 0
32092 mmap2(NULL, 345352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/libmythservicecontracts-0.28.so.0.28.0>, 0) = 0xb6016000
32092 mprotect(0xb6058000, 65536, PROT_NONE) = 0
32092 mmap2(0xb6068000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/libmythservicecontracts-0.28.so.0.28.0>, 0x42000) = 0xb6068000
32092 close(3</usr/lib/libmythservicecontracts-0.28.so.0.28.0>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5", O_RDONLY|O_CLOEXEC) = 3</usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.5.1>
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.5.1>, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\0\0\0\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.5.1>, 3028956, SEEK_SET) = 3028956
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.5.1>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1240) = 1240
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.5.1>, 3028528, SEEK_SET) = 3028528
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.5.1>, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
32092 fstat64(3</usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.5.1>, {st_mode=S_IFREG|0644, st_size=3030196, ...}) = 0
32092 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fba000
32092 mmap2(NULL, 3042916, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.5.1>, 0) = 0xb5d2f000
32092 mprotect(0xb6004000, 4096, PROT_NONE) = 0
32092 mmap2(0xb6005000, 61440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.5.1>, 0x2d5000) = 0xb6005000
32092 mmap2(0xb6014000, 7780, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6014000
32092 close(3</usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.5.1>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/libQt5Network.so.5", O_RDONLY|O_CLOEXEC) = 3</usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.5.1>
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.5.1>, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\0\0\0\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.5.1>, 896648, SEEK_SET) = 896648
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.5.1>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1240) = 1240
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.5.1>, 896220, SEEK_SET) = 896220
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.5.1>, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
32092 fstat64(3</usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.5.1>, {st_mode=S_IFREG|0644, st_size=897888, ...}) = 0
32092 mmap2(NULL, 901692, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.5.1>, 0) = 0xb5c52000
32092 mprotect(0xb5d29000, 4096, PROT_NONE) = 0
32092 mmap2(0xb5d2a000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.5.1>, 0xd7000) = 0xb5d2a000
32092 mmap2(0xb5d2e000, 572, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb5d2e000
32092 close(3</usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.5.1>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5", O_RDONLY|O_CLOEXEC) = 3</usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.5.1>
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.5.1>, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\0\0\0\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.5.1>, 144332, SEEK_SET) = 144332
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.5.1>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1240) = 1240
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.5.1>, 143904, SEEK_SET) = 143904
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.5.1>, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
32092 fstat64(3</usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.5.1>, {st_mode=S_IFREG|0644, st_size=145572, ...}) = 0
32092 mmap2(NULL, 147980, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.5.1>, 0) = 0xb5c2d000
32092 mmap2(0xb5c50000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.5.1>, 0x22000) = 0xb5c50000
32092 close(3</usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.5.1>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5", O_RDONLY|O_CLOEXEC) = 3</usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5.5.1>
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5.5.1>, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\0\0\0\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5.5.1>, 165224, SEEK_SET) = 165224
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5.5.1>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1240) = 1240
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5.5.1>, 164796, SEEK_SET) = 164796
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5.5.1>, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
32092 fstat64(3</usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5.5.1>, {st_mode=S_IFREG|0644, st_size=166464, ...}) = 0
32092 mmap2(NULL, 169032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5.5.1>, 0) = 0xb5c03000
32092 mprotect(0xb5c2a000, 4096, PROT_NONE) = 0
32092 mmap2(0xb5c2b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5.5.1>, 0x27000) = 0xb5c2b000
32092 close(3</usr/lib/arm-linux-gnueabihf/libQt5Sql.so.5.5.1>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/libQt5Script.so.5", O_RDONLY|O_CLOEXEC) = 3</usr/lib/arm-linux-gnueabihf/libQt5Script.so.5.5.1>
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Script.so.5.5.1>, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\0\0\0\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Script.so.5.5.1>, 1137480, SEEK_SET) = 1137480
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Script.so.5.5.1>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1240) = 1240
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Script.so.5.5.1>, 1137052, SEEK_SET) = 1137052
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Script.so.5.5.1>, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
32092 fstat64(3</usr/lib/arm-linux-gnueabihf/libQt5Script.so.5.5.1>, {st_mode=S_IFREG|0644, st_size=1138720, ...}) = 0
32092 mmap2(NULL, 1207108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Script.so.5.5.1>, 0) = 0xb5adc000
32092 mmap2(0xb5be9000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Script.so.5.5.1>, 0x10c000) = 0xb5be9000
32092 mmap2(0xb5bf3000, 64324, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb5bf3000
32092 close(3</usr/lib/arm-linux-gnueabihf/libQt5Script.so.5.5.1>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/libQt5Core.so.5", O_RDONLY|O_CLOEXEC) = 3</usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.5.1>
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.5.1>, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\221\341\6\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.5.1>, 3424588, SEEK_SET) = 3424588
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.5.1>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1400) = 1400
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.5.1>, 3424124, SEEK_SET) = 3424124
32092 read(3</usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.5.1>, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
32092 fstat64(3</usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.5.1>, {st_mode=S_IFREG|0644, st_size=3425988, ...}) = 0
32092 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fb9000
32092 mmap2(NULL, 3439692, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.5.1>, 0) = 0xb5794000
32092 mmap2(0xb5ad1000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.5.1>, 0x33c000) = 0xb5ad1000
32092 mmap2(0xb5ad9000, 11340, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb5ad9000
32092 close(3</usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.5.1>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3</lib/arm-linux-gnueabihf/libpthread-2.23.so>
32092 read(3</lib/arm-linux-gnueabihf/libpthread-2.23.so>, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\235F\0\0004\0\0\0"..., 512) = 512
32092 lseek(3</lib/arm-linux-gnueabihf/libpthread-2.23.so>, 108332, SEEK_SET) = 108332
32092 read(3</lib/arm-linux-gnueabihf/libpthread-2.23.so>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1640) = 1640
32092 lseek(3</lib/arm-linux-gnueabihf/libpthread-2.23.so>, 70048, SEEK_SET) = 70048
32092 read(3</lib/arm-linux-gnueabihf/libpthread-2.23.so>, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
32092 fstat64(3</lib/arm-linux-gnueabihf/libpthread-2.23.so>, {st_mode=S_IFREG|0755, st_size=109972, ...}) = 0
32092 mmap2(NULL, 143940, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</lib/arm-linux-gnueabihf/libpthread-2.23.so>, 0) = 0xb5770000
32092 mprotect(0xb5781000, 61440, PROT_NONE) = 0
32092 mmap2(0xb5790000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</lib/arm-linux-gnueabihf/libpthread-2.23.so>, 0x10000) = 0xb5790000
32092 mmap2(0xb5792000, 4676, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb5792000
32092 close(3</lib/arm-linux-gnueabihf/libpthread-2.23.so>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3</usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.21>
32092 read(3</usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.21>, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\270\305\6\0004\0\0\0"..., 512) = 512
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.21>, 1030776, SEEK_SET) = 1030776
32092 read(3</usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.21>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1280) = 1280
32092 lseek(3</usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.21>, 1030200, SEEK_SET) = 1030200
32092 read(3</usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.21>, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
32092 fstat64(3</usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.21>, {st_mode=S_IFREG|0644, st_size=1032056, ...}) = 0
32092 mmap2(NULL, 1104000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.21>, 0) = 0xb5662000
32092 mprotect(0xb5758000, 61440, PROT_NONE) = 0
32092 mmap2(0xb5767000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.21>, 0xf5000) = 0xb5767000
32092 mmap2(0xb576e000, 6272, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb576e000
32092 close(3</usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.21>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/libm.so.6", O_RDONLY|O_CLOEXEC) = 3</lib/arm-linux-gnueabihf/libm-2.23.so>
32092 read(3</lib/arm-linux-gnueabihf/libm-2.23.so>, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0X<\0\0004\0\0\0"..., 512) = 512
32092 lseek(3</lib/arm-linux-gnueabihf/libm-2.23.so>, 423356, SEEK_SET) = 423356
32092 read(3</lib/arm-linux-gnueabihf/libm-2.23.so>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1200) = 1200
32092 lseek(3</lib/arm-linux-gnueabihf/libm-2.23.so>, 422004, SEEK_SET) = 422004
32092 read(3</lib/arm-linux-gnueabihf/libm-2.23.so>, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
32092 fstat64(3</lib/arm-linux-gnueabihf/libm-2.23.so>, {st_mode=S_IFREG|0644, st_size=424556, ...}) = 0
32092 mmap2(NULL, 487548, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</lib/arm-linux-gnueabihf/libm-2.23.so>, 0) = 0xb55ea000
32092 mprotect(0xb5651000, 61440, PROT_NONE) = 0
32092 mmap2(0xb5660000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</lib/arm-linux-gnueabihf/libm-2.23.so>, 0x66000) = 0xb5660000
32092 close(3</lib/arm-linux-gnueabihf/libm-2.23.so>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3</lib/arm-linux-gnueabihf/libgcc_s.so.1>
32092 read(3</lib/arm-linux-gnueabihf/libgcc_s.so.1>, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\230\321\0\0004\0\0\0"..., 512) = 512
32092 lseek(3</lib/arm-linux-gnueabihf/libgcc_s.so.1>, 98252, SEEK_SET) = 98252
32092 read(3</lib/arm-linux-gnueabihf/libgcc_s.so.1>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
32092 lseek(3</lib/arm-linux-gnueabihf/libgcc_s.so.1>, 97920, SEEK_SET) = 97920
32092 read(3</lib/arm-linux-gnueabihf/libgcc_s.so.1>, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
32092 fstat64(3</lib/arm-linux-gnueabihf/libgcc_s.so.1>, {st_mode=S_IFREG|0644, st_size=99372, ...}) = 0
32092 mmap2(NULL, 163512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</lib/arm-linux-gnueabihf/libgcc_s.so.1>, 0) = 0xb55c2000
32092 mprotect(0xb55da000, 61440, PROT_NONE) = 0
32092 mmap2(0xb55e9000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</lib/arm-linux-gnueabihf/libgcc_s.so.1>, 0x17000) = 0xb55e9000
32092 close(3</lib/arm-linux-gnueabihf/libgcc_s.so.1>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/libc.so.6", O_RDONLY|O_CLOEXEC) = 3</lib/arm-linux-gnueabihf/libc-2.23.so>
32092 read(3</lib/arm-linux-gnueabihf/libc-2.23.so>, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\331i\1\0004\0\0\0"..., 512) = 512
32092 lseek(3</lib/arm-linux-gnueabihf/libc-2.23.so>, 894128, SEEK_SET) = 894128
32092 read(3</lib/arm-linux-gnueabihf/libc-2.23.so>, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2960) = 2960
32092 lseek(3</lib/arm-linux-gnueabihf/libc-2.23.so>, 888324, SEEK_SET) = 888324
32092 read(3</lib/arm-linux-gnueabihf/libc-2.23.so>, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 51) = 51
32092 fstat64(3</lib/arm-linux-gnueabihf/libc-2.23.so>, {st_mode=S_IFREG|0755, st_size=897088, ...}) = 0
32092 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fb8000
32092 mmap2(NULL, 963928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3</lib/arm-linux-gnueabihf/libc-2.23.so>, 0) = 0xb54d6000
32092 mprotect(0xb55ac000, 65536, PROT_NONE) = 0
32092 mmap2(0xb55bc000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3</lib/arm-linux-gnueabihf/libc-2.23.so>, 0xd6000) = 0xb55bc000
32092 mmap2(0xb55bf000, 9560, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb55bf000
32092 close(3</lib/arm-linux-gnueabihf/libc-2.23.so>) = 0
32092 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/tls/v7l/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/tls/v7l/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/tls/v7l/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/tls/v7l/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/tls/v7l/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/tls/v7l/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/tls/v7l/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/tls/v7l", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/tls/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/tls/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/tls/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/tls/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/tls/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/tls/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/tls/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/tls", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/v7l/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/v7l/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/v7l/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/v7l/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/v7l/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/v7l/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/v7l/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/v7l", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/arm-linux-gnueabihf/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
32092 open("/usr/lib/arm-linux-gnueabihf/tls/v7l/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/tls/v7l/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/tls/v7l/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/tls/v7l/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/tls/v7l/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/tls/v7l/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/tls/v7l/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/tls/v7l", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/tls/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/tls/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/tls/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/tls/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/tls/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/tls/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/tls/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/tls", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/v7l/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/v7l/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/v7l/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/v7l/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/v7l/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/v7l/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/v7l/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/v7l", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/arm-linux-gnueabihf/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf/vfp", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
32092 open("/usr/lib/arm-linux-gnueabihf/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=81920, ...}) = 0
32092 open("/lib/tls/v7l/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/tls/v7l/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/tls/v7l/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/tls/v7l/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/tls/v7l/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/tls/v7l/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/tls/v7l/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/tls/v7l", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/tls/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/tls/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/tls/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/tls/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/tls/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/tls/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/tls/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/tls", 0xbef42ce8)    = -1 ENOENT (No such file or directory)
32092 open("/lib/v7l/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/v7l/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/v7l/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/v7l/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/v7l/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/v7l/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/v7l/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/v7l", 0xbef42ce8)    = -1 ENOENT (No such file or directory)
32092 open("/lib/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/lib/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/neon", 0xbef42ce8)   = -1 ENOENT (No such file or directory)
32092 open("/lib/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib/vfp", 0xbef42ce8)    = -1 ENOENT (No such file or directory)
32092 open("/lib/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
32092 open("/usr/lib/tls/v7l/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/tls/v7l/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/tls/v7l/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/tls/v7l/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/tls/v7l/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/tls/v7l/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/tls/v7l/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/tls/v7l", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/tls/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/tls/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/tls/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/tls/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/tls/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/tls/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/tls/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/tls", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/v7l/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/v7l/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/v7l/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/v7l/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/v7l/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/v7l/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/v7l/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/v7l", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/neon/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/neon/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/neon/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/neon", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/vfp/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib/vfp", 0xbef42ce8) = -1 ENOENT (No such file or directory)
32092 open("/usr/lib/libopenmaxil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
32092 stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
32092 writev(2</dev/pts/1>, [{"/usr/bin/mythbackend", 20}, {": ", 2}, {"error while loading shared libra"..., 36}, {": ", 2}, {"libopenmaxil.so", 15}, {": ", 2}, {"cannot open shared object file", 30}, {": ", 2}, {"No such file or directory", 25}, {"\n", 1}], 10) = 135
32092 exit_group(127)                   = ?
32092 +++ exited with 127 +++
% time     seconds  usecs/call     calls    errors syscall
------ ----------- ----------- --------- --------- ----------------
 34.95    0.000072           1        82        64 open
 33.50    0.000069           5        14           mprotect
 31.55    0.000065           1        49           mmap2
  0.00    0.000000           0        51           read
  0.00    0.000000           0        18           close
  0.00    0.000000           0         1           execve
  0.00    0.000000           0        34           lseek
  0.00    0.000000           0        20        20 access
  0.00    0.000000           0         1           brk
  0.00    0.000000           0         1           uname
  0.00    0.000000           0         1           writev
  0.00    0.000000           0        64        59 stat64
  0.00    0.000000           0        18           fstat64
------ ----------- ----------- --------- --------- ----------------
100.00    0.000206                   354       143 total
technik007cz
Newcomer
Posts: 8
Joined: Tue May 22, 2018 12:36 pm
Czech Republic

Re: Ubuntu 16.04 Mythtv 28.0 mythconverg tables missing

Post by technik007cz »

I have got multiple arm devices and cannot upgrade mythtv from verson 0.28. Any updates?
User avatar
pgbennett
Developer
Posts: 504
Joined: Mon Apr 27, 2015 5:41 pm
United States of America

Re: Ubuntu 16.04 Mythtv 28.0 mythconverg tables missing

Post by pgbennett »

Try running configure with --disable-openmax.
technik007cz
Newcomer
Posts: 8
Joined: Tue May 22, 2018 12:36 pm
Czech Republic

Re: Ubuntu 16.04 Mythtv 28.0 mythconverg tables missing

Post by technik007cz »

I was following instruction from link below:
https://www.mythtv.org/wiki/Installing_MythTV_on_Debian

Actually I decided to start compilation process with 2 more switches:
--disable-vaapi --disable-vdpau --disable-omx-rpi
edited in config file:
../packaging/deb/debian/rules
where --disable-omx-rpi was replaced with newer --disable-openmax switch.

I did mistake and instead creating local repo for compiled deb packages (on the bottom of instruction page) I installed packages manually by using "dpkg". However after passing this tricky part when system complained about missing dependencies it is working now and I am enjoying upgraded PVR system to version 0.29.
Post Reply