[Bug 1842382] Re: vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

2019-09-03 Thread Rik Mills
[13:13]  RikMills: it is broken if I apt install it on an ubuntu
iso too

** Summary changed:

- vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily
+ vlc won't start; eoan 19.10 ubuntu/lubuntu/kubuntu/xubuntu daily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842382

Title:
  vlc won't start; eoan 19.10 ubuntu/lubuntu/kubuntu/xubuntu daily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1842382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1842382] Re: vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

2019-09-03 Thread Sebastian Ramacher
Okay, something else messes with the detection in config_GetLibDir. On a
system after manually installing the usrmerge package, vlc still works.
Did the format of /proc/self/maps change in some way?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842382

Title:
  vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1842382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1842382] Re: vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

2019-09-03 Thread Sebastian Ramacher
I suspect that usrmerge actually is the issue. config_GetLibDir tries to
auto detect the location of the plugins by checking /proc/self/maps and
finding the object from which config_GetLibDir is mapped. So, since
that's coming from libvlccore, the prefix is now wrong (/lib vs
/usr/lib). (I don't know why it doesn't get it right detects it as
/vlc/plugins instead of /lib/x86-64-linux-gnu/vlc/plugins, but who knows
what else might be wrong.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842382

Title:
  vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1842382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1842382] Re: vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

2019-09-03 Thread Chris Guiver
Installed Lubuntu 19.10 on virtualbox VM  (same daily as prior lubuntu tests)
`vlc` opened from terminal & menu normally (no files to try from file.manager)

host 19.10 on dell [optiplex] 960 (c2q-q9400, 8gb, amd/ati cedar radeon
hd 5000/6000/7350/8350)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842382

Title:
  vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1842382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1842382] Re: vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

2019-09-03 Thread Rik Mills
[13:21]  openat(AT_FDCWD, "/vlc/plugins/plugins.dat", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[13:21]  that's missing the libdir prefix
[13:23]  o_o
[13:24]  bet if you do sudo ln -s /usr/lib/*/vlc/ / it starts working
[13:25] * RikMills checks
[13:27]  Laney: yep, it does
[13:27]  so I guess look at what vlc's doing to find that plugins.dat 
thing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842382

Title:
  vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1842382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1842382] Re: vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

2019-09-03 Thread Rik Mills
Ok, I have been reminded on IRC (Laney) that the /lib/x86_64-linux-gnu/
libs show as we use usrmerge, so again should not be relevant to the
issue at hand.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842382

Title:
  vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1842382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1842382] Re: vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

2019-09-03 Thread Rik Mills
vlc starts ok on an installed Eoan system, where /lib/x86_64-linux-
gnu/libvlccore.so.9 also exists, so it is not the presence of this that
is on its own causing the isse on the live cd.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842382

Title:
  vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1842382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1842382] Re: vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

2019-09-03 Thread Chris Guiver
Thanks Sebastian; yeah I use `vlc` without issue on my primary 19.10
system too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842382

Title:
  vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1842382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1842382] Re: vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

2019-09-03 Thread Rik Mills
** Summary changed:

- vlc won't start; eoan 19.10 lubuntu daily 
+ vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842382

Title:
  vlc won't start; eoan 19.10 lubuntu/kubuntu/xubuntu daily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1842382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs