Package Details: plex-media-player 2.58.1-3

Git Clone URL: https://aur.archlinux.org/plex-media-player.git (read-only, click to copy)
Package Base: plex-media-player
Description: Next generation Plex Desktop Client
Upstream URL: https://github.com/plexinc/plex-media-player
Licenses: GPL
Conflicts: jellyfin-media-player
Submitter: TingPing
Maintainer: ombre (Asator)
Last Packager: ombre
Votes: 109
Popularity: 0.000685
First Submitted: 2015-11-29 18:10 (UTC)
Last Updated: 2022-04-06 20:27 (UTC)

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 35 Next › Last »

OdinEidolon commented on 2018-02-14 19:51 (UTC) (edited on 2018-02-14 19:52 (UTC) by OdinEidolon)

@degenberg I have no idea what that python is doing there, and which python returns /usr/bin/python so I do not know why pmp is trying to use that.

It appears it's just a script with this content:

#!/bin/bash
script=$(readlink -f -- "$1")
case "$script" in (/opt/prey-node-client/*|/other/path)
exec python2 "$@"
;;
esac

exec python3 "$@"

I guess it was installed by prey-node-client.

In any case you are absolutely right, now I fixed it by pruning away that monstrosity.

degeberg commented on 2018-02-09 08:26 (UTC)

OdinEidolon, that error seems to indicate that your /usr/local/bin/python is not executable. This is a python you've installed yourself. Try using the system python instead.

OdinEidolon commented on 2018-02-09 08:17 (UTC) (edited on 2018-02-09 08:23 (UTC) by OdinEidolon)

I'm getting this error: Any idea on how to fix?

[  1%] Automatic MOC for target qslog
[  1%] Built target qslog_autogen
[  4%] Built target qslog
[  4%] Automatic MOC for target qhttp
[  4%] Built target qhttp_autogen
[  9%] Built target qhttp
[ 10%] Automatic MOC for target shared
[ 10%] Built target shared_autogen
[ 13%] Built target shared
[ 76%] Built target PlexMediaPlayer_CopyResources
[ 77%] Automatic MOC for target PlexMediaPlayer
[ 77%] Built target PlexMediaPlayer_autogen
[ 78%] Creating resources.qrc
/bin/sh: /usr/local/bin/python: Permission denied
make[2]: *** [src/CMakeFiles/PlexMediaPlayer.dir/build.make:122: src/resources.qrc] Error 126
make[1]: *** [CMakeFiles/Makefile2:426: src/CMakeFiles/PlexMediaPlayer.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

tijder commented on 2018-01-03 22:04 (UTC) (edited on 2018-01-03 22:05 (UTC) by tijder)

For me is the update working after symbol linking the lib:

ln -s /usr/lib/libGLESv2.so /usr/bin/libGLESv2.so

ln -s /usr/lib/libEGL.so /usr/bin/libEGL.so

degeberg commented on 2018-01-03 19:31 (UTC)

It seems there was a workaround in one of the comments on github. I've adapted the PKGBUILD to do that until upstream makes a proper fix.

degeberg commented on 2018-01-03 19:11 (UTC)

For what it's worth, I've "updated" the package, but it still doesn't build. That the build is broken has already been reported upstream by someone else.

svenstaro commented on 2018-01-03 18:47 (UTC)

The package is disowned, feel free to adopt it.

svenstaro commented on 2018-01-03 18:46 (UTC)

I'm going to orphan this orphan this package as it has been marked out of date for quite some time and because the maintainer hasn't logged into AUR in some time. @degeberg, if you want the package back please mail me.

Nukesor commented on 2017-12-12 22:44 (UTC)

There is an open ticket on plex-media-player for this. https://github.com/plexinc/plex-media-player/issues/641 seem that plex conan server is out.

ndttt commented on 2017-12-12 07:21 (UTC) (edited on 2017-12-12 07:22 (UTC) by ndttt)

I'm getting the same error as others have reported as well. Has there been a fix yet?