You are not logged in.
Hi people, I was trying to running wickr on Arch Linux. (I am under Gnome), I used debtap utility, attempted to convert wickr deb package to work with pacman but failed with this dependency:
warning: cannot resolve "libavutil52|libavutil54", a dependency of "wickr"
:: The following package cannot be upgraded due to unresolvable dependencies:
error: failed to prepare transaction (could not satisfy dependencies)
:: wickr: requires libavutil52|libavutil54
I am pretty sure I have already got the libavutil-52 installed and does not help. I even managed to convert libavutil54 from debian and installed but still no progress.
Any help? thx in advance.
Last edited by sakuya16 (2015-05-06 11:06:50)
Offline
"libavutil52|libavutil54" is meaningless to pacman - obviously, that debtap thing is not perfect, so you'll need to get your hands dirty.
libavutil.so.54 is provided by the current ffmpeg package, so that might work for you.
Offline
Hi sakuya16,
the | character does not work as logical or inside the PKGBUILD, depends is an array of strings separated by withe spaces. Also you must specify only one version of libavutil and its name is libavutil-52 and not libavutil52. For more information read the wiki https://wiki.archlinux.org/index.php/PKGBUILD#depends
--edit:
Yeah, tomk is right, try to see if it works with the current libavutil.so.54 first.
Last edited by mauritiusdadd (2015-05-06 10:42:02)
Offline
I got ffmpeg installed, but actually no help. I doubt wickr Inc. will pay any attention to a situation as such, they just build a Ubuntu version software. Currently I am running wickr windows version with wine, which is pretty ridiculous though. We have a deb Linux version package but still have to rely on wine.
I am still tweaking it, and listening to any advice.
Last edited by sakuya16 (2015-05-06 10:26:08)
Offline
I got ffmpeg installed, but actually no help.
And how do you expect anyone to respond to that?
What about some actual error messages? Did you try creating a PKGBUILD manually, as I suggested? What twaking are you doing exactly?
Offline
The error was never that wickr was failing due to a missing dependency - pacman just couldn't find anything to satisfy a dependency with a ridiculous name with a pipe in the middle. Fix the ridiculous name with the pipe in the middle and you should be all set.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Anyway, just got it boot.
It seems that edit PKGBUILD file while using debtap and remove "libavutil52|libavutil54" line works. Although it does not necssarily means all functions of the package works, but at least it boots.
Thx all above for help
Last edited by sakuya16 (2015-05-06 11:05:50)
Offline
Glad it helped
Offline