Script doesn't download the binary on the 2021-02-07 update:
ERROR: DaVinci_Resolve_17.0b8_Linux.zip was not found in the build directory and is not a URL.
Git Clone URL: | https://aur.archlinux.org/davinci-resolve-beta.git (read-only, click to copy) |
---|---|
Package Base: | davinci-resolve-beta |
Description: | Professional A/V post-production software suite from Blackmagic Design |
Upstream URL: | https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion |
Licenses: | Commercial |
Conflicts: | davinci-resolve, davinci-resolve-studio, davinci-resolve-studio-beta |
Submitter: | satriani |
Maintainer: | ttc0419 |
Last Packager: | matthewq337 |
Votes: | 16 |
Popularity: | 0.015828 |
First Submitted: | 2017-05-04 16:50 (UTC) |
Last Updated: | 2024-06-30 20:10 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »
ERROR: DaVinci_Resolve_17.0b8_Linux.zip was not found in the build directory and is not a URL.
Patch for fixing install error (ugly but i don't care about panels): https://pastebin.com/qdUhyKqg Patch for updating to v17.0b10: https://pastebin.com/fnewvr0w
there is a lot of issues with permissions, can you check it out please? it doesn't even install
User ID: 0
User Home: /root
.............
Installing Application icons
xdg-icon-resource: No writable system icon directory found.
xdg-mime: No writable system mimetype directory found.
Updating icon cache
gtk-update-icon-cache: Failed to open file /usr/share/icons/hicolor/.icon-theme.cache : Permission denied
I/O error : Permission denied I/O error : Permission denied
Failed to write XML file; For permission problems, try rerunning as root
Installing udev rules
Failed to send reload request: Permission denied
Creating Common Data Dir : /var/BlackmagicDesign/DaVinci Resolve
mkdir: cannot create directory ‘/var/BlackmagicDesign’: Permission denied
Thanks @satriani. That aspect is fixed, but there's still an issue:
`Creating Common Data Dir : /var/BlackmagicDesign/DaVinci Resolve
mkdir: cannot create directory ‘/var/BlackmagicDesign’: Permission denied
DaVinci Resolve installed to /home/steve/.cache/yay/davinci-resolve-beta/pkg/davinci-resolve-beta/opt/resolve`
If I go to that path, then bin, then run resolve, it runs, but it's in my home folder rather than /var.
@pulser: thank you, the error seems to be fixed.
bsdtar replacement does help, however getting a subsequent error:
install: cannot stat 'share/DaVinciResolvePanelSetup.desktop': No such file or directory
A possible fix for the bsdtar error:
Replace
bsdtar x -f ${_installer_binary} -C "${pkgdir}/opt/${_pkgname}"
with
./${_installer_binary} -i -y -n -a -C "${pkgdir}/opt/${_pkgname}"
@zeptic having the same error
Hello, thanks for updating the package to 17.0b1! Unfortunately, I am getting this error while trying to install:
bsdtar: Error opening archive: Unrecognized archive format
Pinned Comments
ttc0419 commented on 2024-11-26 11:41 (UTC)
Will be updated once 20 beta is released; users should use 19 at the moment.