You are not logged in.

#1 2018-09-23 14:01:01

bernd_b
Member
Registered: 2013-07-30
Posts: 164

/usr/lib32/libv4lconvert.so.0: undefined symbol

Starting anything with wine, I get a

symbol lookup error: /usr/lib32/libv4lconvert.so.0: undefined symbol: minor

Downgrading to

lib32-v4l-utils-1.12.5-1-x86_64.pkg.tar.xz

from current version 1.14.2-1-x86_64 seems to help.

Am I alone with this?

Offline

#2 2018-09-25 10:32:46

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: /usr/lib32/libv4lconvert.so.0: undefined symbol

No such error on my system with extra/wine .

Are you using wine , wine-staging or wine-staging-nine ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2018-09-25 10:46:39

bernd_b
Member
Registered: 2013-07-30
Posts: 164

Re: /usr/lib32/libv4lconvert.so.0: undefined symbol

I even got an error running configure when trying to compile my own wine-version. I can solve this again with downgrading lib32-v4l-utils-1.12.5-1-x86_64.

As far as I remember a tried wine and wine-staging and some folder with older version I compiled on my pc from wine-sources.

I have no access to my pc at the moment but I will try again during the week-end. If this problem only occurs to me, than I must have screwed up something else and lib32-v4l is only the symptom and not the problem. But where to look ...

Offline

#4 2018-09-26 09:05:30

NLisa
Member
Registered: 2016-08-23
Posts: 10

Re: /usr/lib32/libv4lconvert.so.0: undefined symbol

bernd_b wrote:

Starting anything with wine, I get a

symbol lookup error: /usr/lib32/libv4lconvert.so.0: undefined symbol: minor

Downgrading to

lib32-v4l-utils-1.12.5-1-x86_64.pkg.tar.xz

from current version 1.14.2-1-x86_64 seems to help.

Am I alone with this?

You're not alone in this. I get that exact same error with acroread.

Offline

#5 2018-09-27 13:39:00

NLisa
Member
Registered: 2016-08-23
Posts: 10

Re: /usr/lib32/libv4lconvert.so.0: undefined symbol

Lone_Wolf wrote:

No such error on my system with extra/wine .

Are you using wine , wine-staging or wine-staging-nine ?

UPDATE: On a separate (relatively fresh) Arch deployment, I also don't get any errors with wine or acroread....

So this must be some .pac config file that wasn't merged or perhaps some problem with the dynamic linker run-time bindings?

Offline

#6 2018-09-27 13:51:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: /usr/lib32/libv4lconvert.so.0: undefined symbol

Look at the output of

lddtree $(which wine) #Needs pax-utils

educated guess, you likely have some intermediate component that you either compiled yourself or is otherwise not from the repos.

Last edited by V1del (2018-09-27 13:52:24)

Offline

Board footer

Powered by FluxBB