Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post
Search Criteria
Package Details: openimagedenoise-git 1.4.3.r0.gd959bac-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: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-19 21:17 (UTC) |
Last Updated: | 2022-11-03 12:39 (UTC) |
Dependencies (7)
- intel-tbb (tbb2019, tbb2020, onetbb-git, onetbb)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- ispc (ispc-git, ispc-bin) (make)
- makepkg-git-lfs-proto (make)
- ninja (ninja-git, ninja-samurai, ninja-bin, python-ninja, ninja-kitware, ninja-mem) (make)
Required by (18)
- 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)
- ospray-studio (requires openimagedenoise)
- ospray-studio-git (requires openimagedenoise) (make)
- upbge-git (requires openimagedenoise)
- vtk-nowraps (requires openimagedenoise) (make)
- vtk-nowraps (requires openimagedenoise) (optional)
Sources (3)
bartus commented on 2022-03-14 10:35 (UTC)
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 ¯\(ツ)/¯
sausix commented on 2020-10-05 08:56 (UTC) (edited on 2020-10-05 08:57 (UTC) by sausix)
Looks like an upstream bug at pacman level for me or I'm dumb. May be you can clarify or forward the bugreport.
Since ispc-git is currently broken, only ispc-bin satisfies the dependency for openimagedenoise-git.
So ispc-bin
provides ispc
with version 1.14.1-1
But yay and makepkg both report version mismatch:
yay -S openimagedenoise-git
-> Could not find all required packages:
ispc>=1.14 (Wanted by: openimagedenoise-git)
makepkg -si
error: target not found: ispc>=1.14
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> ispc>=1.14
==> ERROR: Could not resolve all dependencies.
But version check matches
vercmp 1.14 1.14.1
-1
# means second is greater
Thanks for help.
FabioLolix commented on 2020-09-19 15:33 (UTC)
Please rename to openimagedenoise-git, as the program is called openimagedenoise in the official repo
bartus commented on 2020-07-24 10:03 (UTC) (edited on 2020-09-22 08:42 (UTC) by bartus)
@FlyingJay1: This package is older even than community one, it was pushed when luxcorerender starts using denoising, but you have a valid point with naming scheme conformance. I'll create a new package and merge this one :)
Pinned Comments
bartus commented on 2022-03-14 10:35 (UTC)
Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post
bartus commented on 2019-04-10 11:43 (UTC)
Please report
issues
andpatches
to oidn-git@github.com