make[2]: Leaving directory '/var/tmp/portage/media-gfx/iscan-data-1.39.0.1/work/iscan-data-1.39.0' make[1]: Leaving directory '/var/tmp/portage/media-gfx/iscan-data-1.39.0.1/work/iscan-data-1.39.0' make-policy-file: warning: cannot find udev policy template in default locations make-policy-file: warning: use --template option to specify a file * ERROR: media-gfx/iscan-data-1.39.0.1::gentoo failed (install phase): * (no error message) * ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-j4-20220216-224816 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.2.1 * clang/llvm (if any): /usr/lib/llvm/13 13.0.1 Python 3.9.10 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby27 (with Rubygems) [3] ruby30 (with Rubygems) * Available Rust versions: [1] rust-bin-1.58.1 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11] Available Java Virtual Machines: [1] openjdk-bin-11 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.4 php cli: [1] php7.4 [2] php8.0 [3] php8.1 * HEAD of ::gentoo commit 9ae2121baa62851ed511e874b70df69527720cb4 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Feb 18 07:52:01 2022 +0000 2022-02-18 07:51:57 UTC emerge -qpvO media-gfx/iscan-data [ebuild N ] media-gfx/iscan-data-1.39.0.1 USE="udev"
Created attachment 765349 [details] emerge-info.txt
Created attachment 765350 [details] emerge-history.txt
Created attachment 765351 [details] environment
Created attachment 765352 [details] etc.portage.tar.bz2
Created attachment 765353 [details] logs.tar.bz2
Created attachment 765354 [details] media-gfx:iscan-data-1.39.0.1:20220218-084610.log
Created attachment 765355 [details] temp.tar.bz2
This patch fixes the issue. Was able to successfully emerge and use this package. --- ./iscan-data-1.39.0.1.ebuild 2019-06-05 10:09:59.000000000 +0200 +++ ./iscan-data-1.39.0.1.fixed.ebuild 2022-04-27 21:50:17.000000000 +0200 @@ -37,6 +37,7 @@ "${D}/usr/$(get_libdir)/iscan-data/make-policy-file" \ --force --mode udev \ -d "${D}/usr/share/iscan-data/epkowa.desc" \ + --template "${D}/usr/share/iscan-data/fdi.xsl" \ -o "${D}${rulesdir}/99-iscan.rules" || die fi }
Just ran into this. Applying the patch in comment #8 worked for me.