Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612950 - app-crypt/pesign-0.112 : authvar.c:32:20: fatal error: efivar.h: No such file or directory
Summary: app-crypt/pesign-0.112 : authvar.c:32:20: fatal error: efivar.h: No such file...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: David Michael
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-17 20:17 UTC by Toralf Förster
Modified: 2017-10-28 07:06 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.24 KB, text/plain)
2017-03-17 20:18 UTC, Toralf Förster
Details
app-crypt:pesign-0.112:20170317-201255.log (app-crypt:pesign-0.112:20170317-201255.log,28.34 KB, text/plain)
2017-03-17 20:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,127.86 KB, text/plain)
2017-03-17 20:18 UTC, Toralf Förster
Details
environment (environment,76.95 KB, text/plain)
2017-03-17 20:18 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.74 KB, application/x-bzip)
2017-03-17 20:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.71 KB, application/x-bzip)
2017-03-17 20:18 UTC, Toralf Förster
Details
[PATCH] app-crypt/pesign: Depend on nss and popt (0001-app-crypt-pesign-Depend-on-nss-and-popt.patch,1.44 KB, patch)
2017-03-18 01:29 UTC, David Michael
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-03-17 20:17:57 UTC
No package 'nss' found
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall  -Wall -Werror -Wno-cpp  -Wsign-compare -Wno-unused-result -Wno-unused-function -std=gnu11 -fshort-wchar -fPIC -flto -fno-strict-aliasing -fno-merge-constants -fkeep-inline-functions -D_GNU_SOURCE -DCONFIG_x86_64 -I/var/tmp/portage/app-crypt/pesign-0.112/work/pesign-0.112/include      -Werror  -c -o authvar.o authvar.c
authvar.c:32:20: fatal error: efivar.h: No such file or directory
compilation terminated.
make[1]: *** [/var/tmp/portage/app-crypt/pesign-0.112/work/pesign-0.112/Make.rules:33: authvar.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-crypt/pesign-0.112/work/pesign-0.112/src'

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

  This is an unstable amd64 chroot image (named 13.0-no-multilib_20170315-195201) at a hardened host acting as a tinderbox.

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-5.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
Comment 1 Toralf Förster gentoo-dev 2017-03-17 20:18:03 UTC
Created attachment 467390 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-03-17 20:18:06 UTC
Created attachment 467392 [details]
app-crypt:pesign-0.112:20170317-201255.log
Comment 3 Toralf Förster gentoo-dev 2017-03-17 20:18:09 UTC
Created attachment 467394 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-03-17 20:18:12 UTC
Created attachment 467396 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-03-17 20:18:15 UTC
Created attachment 467398 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-03-17 20:18:19 UTC
Created attachment 467400 [details]
temp.tbz2
Comment 7 David Michael 2017-03-18 01:29:38 UTC
Created attachment 467404 [details, diff]
[PATCH] app-crypt/pesign: Depend on nss and popt

This patch is the same to fix #585310.  Both nss and popt need to be declared dependencies:

https://github.com/rhinstaller/pesign/blob/0.112/src/Makefile#L38
Comment 8 Larry the Git Cow gentoo-dev 2017-10-28 07:06:04 UTC
The bug has been closed via the following commit(s):

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

commit fbddbd2254d70fdae68b6fe23027a7d9bfd9b623
Author:     David Michael <david.michael@coreos.com>
AuthorDate: 2017-03-18 01:01:47 +0000
Commit:     Amy Liffey <amynka@gentoo.org>
CommitDate: 2017-10-28 07:04:12 +0000

    app-crypt/pesign: Depend on nss and popt
    
    Gentoo-Bug: https://bugs.gentoo.org/585310
    Gentoo-Bug: https://bugs.gentoo.org/612950
    Closes: https://bugs.gentoo.org/585310
    Closes: https://bugs.gentoo.org/612950
    
    Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/pesign/pesign-0.108.ebuild | 4 +++-
 app-crypt/pesign/pesign-0.112.ebuild | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)