If you get the Error: Unknown download protocol: git-lfs
, try to install package makepkg-git-lfs-proto
Search Criteria
Package Details: openimagedenoise-git 2.2.1.r0.g5960a13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openimagedenoise-git.git (read-only, click to copy) |
---|---|
Package Base: | openimagedenoise-git |
Description: | Intel(R) Open Image Denoise library |
Upstream URL: | https://www.openimagedenoise.org/ |
Licenses: | Apache |
Conflicts: | openimagedenoise |
Provides: | openimagedenoise |
Submitter: | bartus |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 2 |
Popularity: | 0.004011 |
First Submitted: | 2020-09-19 21:17 (UTC) |
Last Updated: | 2024-03-07 16:26 (UTC) |
Dependencies (7)
- intel-tbb (onetbb-gitAUR, onetbb)
- python (python37AUR, python311AUR, python310AUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ispc (ispc-gitAUR) (make)
- makepkg-git-lfs-protoAUR (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (21)
- bforartists (requires openimagedenoise) (optional)
- blender-2.83-git (requires openimagedenoise)
- blender-2.93-git (requires openimagedenoise)
- blender-3.0-git (requires openimagedenoise)
- blender-as-py-module (requires openimagedenoise)
- blender-develop-git (requires openimagedenoise)
- blender-git (requires openimagedenoise) (optional)
- cycles-standalone (requires openimagedenoise)
- filament (requires openimagedenoise)
- luxcorerender (requires openimagedenoise)
- luxcorerender-bin (requires openimagedenoise)
- luxcorerender-git (requires openimagedenoise)
- luxmark (requires openimagedenoise)
- moonray (requires openimagedenoise)
- moonray-gui (requires openimagedenoise)
- ospray-studio (requires openimagedenoise)
- ospray-studio-git (requires openimagedenoise) (make)
- pcl-git (requires openimagedenoise)
- upbge-bin (requires openimagedenoise) (optional)
- upbge-git (requires openimagedenoise) (optional)
- Show 1 more...
Sources (5)
mm_sz commented on 2024-09-17 14:14 (UTC) (edited on 2024-09-17 14:14 (UTC) by mm_sz)
Mr.Smith1974 commented on 2024-02-17 12:24 (UTC)
==> ERROR: Unknown download protocol: git-lfs
Aborting...
sausix commented on 2020-10-06 12:52 (UTC)
Newest yay
(yay-git
) has fixed it's issues as good as possible. But it still fails at makepkg
subsystem to install.
(Ugly) solution for now is to use -d, --nodeps
for makepkg
to skip dependency check completely.
May be it's being fixed upstream anytime.
@bartus Thanks for help, your time and your good contributions to Arch Linux! :-)
bartus commented on 2020-10-06 08:30 (UTC)
@sausix: Nice change, it seams error just had been fixed
Try to build with yay-git
?
bartus commented on 2020-10-05 19:24 (UTC) (edited on 2020-10-05 19:45 (UTC) by bartus)
@sausix: I found error and it looks like it was reported to yay
devs like 6 moths ago, no response.
bartus commented on 2020-10-05 15:30 (UTC) (edited on 2020-10-05 16:46 (UTC) by bartus)
@sausix: Nope, makepkg -s
works fine, as long as ispc-bin
is in local repo.
LANG=C makepkg -s
==> Making package: openimagedenoise-git 1.2.4.r0.g98c1061-1 (Mon Oct 5 17:23:28 2020)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) ispc-bin-1.14.1-1
Total Installed Size: 139.48 MiB
:: Proceed with installation? [Y/n]
If you would like to debug makepkg
, strace
wont help you, use bashdb
but first comment this line in /usr/bin/makepkg
trap 'trap_exit INT "$(gettext "Aborted by user! Exiting...")"' INT
#trap 'trap_exit USR1 "$(gettext "An unknown error has occurred. Exiting...")"' ERR
It wont change makepkg
behavior, and allow bashdb
to work. It's a fully fledged debugger.
sausix commented on 2020-10-05 14:49 (UTC)
@bartus
Thanks.
But it affects makepkg
too as shown in my previous post. So it shouldn't be a yay related problem.
I don't understand the problem and I'm just about using strace to figure out.
bartus commented on 2020-10-05 13:00 (UTC) (edited on 2020-10-05 13:13 (UTC) by bartus)
@sausix: It works fine if you have local repo containing ispc-bin
$LANG=C yay -a --builddir /tmp/yay -S openimagedenoise-git
:: Checking for conflicts...
:: Checking for inner conflicts...
[Repo Make:1] ispc-bin-1.14.1-1
[Aur:1] openimagedenoise-git-1.2.3.r0.ga9e9160-1
==> Remove make dependencies after install? [y/N]
Otherwise yay
can't or won't resolve dependency constrains with aur-rpc
call.
$curl -s 'https://aur.archlinux.org/rpc/?v=5&type=search&by=name&arg=ispc'|jq -r '.results[]|[.Name,.Version]|join(":")'
ispc_texcomp-git:r17.d38d5ac-1
ispc-bin:1.14.1-1
ispc-git:1.14.1.r15.gc4529a3c-1
you can poke yay
devs about this problem - but I wont expect much from them ¯\(ツ)/¯
Pinned Comments
bartus commented on 2019-04-10 11:43 (UTC)
Please report
issues
andpatches
to oidn-git@github.com