@dack,
that worked. thanx!
Git Clone URL: | https://aur.archlinux.org/davinci-resolve-studio.git (read-only, click to copy) |
---|---|
Package Base: | davinci-resolve-studio |
Description: | Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle. |
Upstream URL: | https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion |
Keywords: | blackmagic davinci editor resolve studio video |
Licenses: | Commercial |
Conflicts: | davinci-resolve, davinci-resolve-beta, davinci-resolve-studio-beta |
Submitter: | codibit |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 42 |
Popularity: | 1.84 |
First Submitted: | 2018-01-21 18:37 (UTC) |
Last Updated: | 2025-01-05 20:37 (UTC) |
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 25 Next › Last »
@dack,
that worked. thanx!
@nixit Something must have gone wrong in your build. Maybe do a clean rebuild? I just tried rebuilding it again to test and confirmed that it does still include libgpudetect.so.
@dack, negative it's no in the package file. though it is in the 17.3-1-any.pkg.tar.xz file.
I do not have 17.3.1-1 to test with.
@nixit Is it present in your built package file?
$ tar -tavf davinci-resolve-studio-17.3.2-3-any.pkg.tar.zst |grep libgpu
-rwxr-xr-x root/root 756928 2021-10-14 08:28 opt/resolve/libs/libgpudetect.so
@dack, that's the problem there is no libgpudetect.so file. I updated from 17.3 to 17.3.2-3, not sure if that has anything to do with it.
@nixit 17.3.2-3 is working fine for me here. Check the file permissions - do you have read and execute permission to /opt/resolve/libs/libgpudetect.so?
Just updated to 17.3.2-3 and am getting an error:
error while loading shared libraries: libgpudetect.so cannot open shared object file. no such file or directory.
any ideas?
It looks like they've updated the zip file and kept the same version number/filename. I'm seeing a different hash than the PKGBUILD. The hash I have is 39258994a9d6a4e36bbb993251d8f6bdd703ea5208fc260ffa1ee8967e5b7b6c.
@dack no it's that the installer doesn't ship the QT wayland plugin, and that the pkgbuild uses the installer instead of just using 7z to extract the contents.
@melvyn2 I'm guessing you might be experiencing a permission issue. As I noted in a earlier comment, for some reason the PKGBUILD changes the owner of the files to the user who built the package. It works fine for me by just removing the owner change stuff. I'm not sure why it's included in the first place. Just remove all of the following:
echo -e "\033[1m==> Setting the right permissions...\033[0m"
if [ ! "$(logname 2>&1 >/dev/null)" ]; then
_user=$(logname)
_group=$(id -g -n ${_user})
else
_user=root
_group=root
fi
chown -R ${_user}:${_group} "${pkgdir}/opt/${_pkgname}/"{*,.*}
chown -R ${_user}:root "${pkgdir}/opt/${_pkgname}/"{configs,DolbyVision,easyDCP,Fairlight,logs,Media,'Resolve Disk Database',.crashreport,.license,.LUT}
echo -e "\033[1m==> Done!\033[0m"
Pinned Comments