Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 718642 - sys-auth/fingerprint-gui-1.09-r1 : ../.../Globals.h: fatal error: libfprint/fprint.h: No such file or directory
Summary: sys-auth/fingerprint-gui-1.09-r1 : ../.../Globals.h: fatal error: libfprint/f...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-20 16:17 UTC by Toralf Förster
Modified: 2020-11-17 20:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.61 KB, text/plain)
2020-04-20 16:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,166.70 KB, text/plain)
2020-04-20 16:17 UTC, Toralf Förster
Details
environment (environment,114.83 KB, text/plain)
2020-04-20 16:17 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.66 KB, application/x-bzip)
2020-04-20 16:17 UTC, Toralf Förster
Details
sys-auth:fingerprint-gui-1.09-r1:20200420-094101.log (sys-auth:fingerprint-gui-1.09-r1:20200420-094101.log,5.64 KB, text/plain)
2020-04-20 16:17 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.41 KB, application/x-bzip)
2020-04-20 16:17 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-04-20 16:17:27 UTC
In file included from ../../include/GlobalsImg.h:4,
                 from ../../src/GlobalsImg.cpp:3:
../../include/Globals.h:40:10: fatal error: libfprint/fprint.h: No such file or directory
   40 | #include <libfprint/fprint.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-20200415-101250

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.15.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon 20 Apr 2020 08:44:40 AM UTC

emerge -qpvO sys-auth/fingerprint-gui
[ebuild  N    ] sys-auth/fingerprint-gui-1.09-r1  USE="upekbsapi"
Comment 1 Toralf Förster gentoo-dev 2020-04-20 16:17:30 UTC
Created attachment 633898 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-20 16:17:34 UTC
Created attachment 633900 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-20 16:17:37 UTC
Created attachment 633902 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-20 16:17:40 UTC
Created attachment 633904 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-20 16:17:43 UTC
Created attachment 633906 [details]
sys-auth:fingerprint-gui-1.09-r1:20200420-094101.log
Comment 6 Toralf Förster gentoo-dev 2020-04-20 16:17:45 UTC
Created attachment 633908 [details]
temp.tbz2
Comment 7 Michele Alzetta 2020-04-25 10:41:51 UTC
libfprint/fprint.h: No such file or directory

going to /usr/include
and doing:

ln -s libfprint-2 libfprint

fixes this ( fprint.h is in libfprint-2 directory non libfprint directory )

But exposes a new (previous) bug I've been trying to fix:

gio/gio.h: No such file or directory
Comment 8 Larry the Git Cow gentoo-dev 2020-11-17 20:53:21 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fd6e5d01ff375795993175d5fb38a00d485ba2

commit 71fd6e5d01ff375795993175d5fb38a00d485ba2
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-11-17 20:52:19 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-11-17 20:53:10 +0000

    sys-auth/fingerprint-gui: Remove last-rited package
    
    Bug: https://bugs.gentoo.org/490234
    Bug: https://bugs.gentoo.org/678232
    Bug: https://bugs.gentoo.org/705496
    Bug: https://bugs.gentoo.org/718642
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 profiles/package.mask                              |   5 -
 sys-auth/fingerprint-gui/Manifest                  |   1 -
 .../fingerprint-gui/fingerprint-gui-1.09-r1.ebuild | 113 ---------------------
 sys-auth/fingerprint-gui/metadata.xml              |   8 --
 4 files changed, 127 deletions(-)