Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666268 - dev-libs/opensc-0.19.0 : p11test_helpers.h:25:10: fatal error: p11test_common.h: No such file or directory
Summary: dev-libs/opensc-0.19.0 : p11test_helpers.h:25:10: fatal error: p11test_common...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-15 09:32 UTC by Toralf Förster
Modified: 2018-09-15 14:52 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.40 KB, text/plain)
2018-09-15 09:32 UTC, Toralf Förster
Details
dev-libs:opensc-0.19.0:20180915-002550.log (dev-libs:opensc-0.19.0:20180915-002550.log,179.82 KB, text/plain)
2018-09-15 09:32 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,276.83 KB, text/plain)
2018-09-15 09:32 UTC, Toralf Förster
Details
environment (environment,50.25 KB, text/plain)
2018-09-15 09:33 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,28.64 KB, application/x-bzip)
2018-09-15 09:33 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,13.99 KB, application/x-bzip)
2018-09-15 09:33 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.41 KB, application/x-bzip)
2018-09-15 09:33 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 2018-09-15 09:32:49 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src  -DNDEBUG  -O2 -pipe -march=native -Wall -Wextra -Wno-unused-parameter -Werror -c -o p11test-p11test.o `test -f 'p11test.c' || echo './'`p11test.c
In file included from p11test.c:24:
p11test_helpers.h:25:10: fatal error: p11test_common.h: No such file or directory
 #include "p11test_common.h"
          ^~~~~~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_20180906-174458

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby25 (with Rubygems) *



emerge -qpv dev-libs/opensc
[ebuild     U ] dev-libs/opensc-0.19.0 [0.18.0] USE="pcsc-lite readline ssl zlib -ctapi -doc (-libressl) -openct -secure-messaging" 

!!! The following installed packages are masked:
- dev-db/postgresql-11_beta3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Aaron W. Swenson <titanofold@gentoo.org> (09 Sep 2018)
# PostgreSQL beta and release candidate releases are pre-release testing
# versions, not meant for production use. They are feature-frozen, and are
# released to the public for testing before final release
#
# NOTE: Successive beta or candidate releases may not be backwards compatible,
# so it is important that you review the release notes before upgrading.
#
# For more information about beta and release candidate versions, see:
#     https://www.postgresql.org/developer/beta/

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 Toralf Förster gentoo-dev 2018-09-15 09:32:52 UTC
Created attachment 546974 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-09-15 09:32:54 UTC
Created attachment 546976 [details]
dev-libs:opensc-0.19.0:20180915-002550.log
Comment 3 Toralf Förster gentoo-dev 2018-09-15 09:32:57 UTC
Created attachment 546978 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-09-15 09:33:00 UTC
Created attachment 546980 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-09-15 09:33:03 UTC
Created attachment 546982 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-09-15 09:33:06 UTC
Created attachment 546984 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-09-15 09:33:09 UTC
Created attachment 546986 [details]
temp.tbz2
Comment 8 Alon Bar-Lev (RETIRED) gentoo-dev 2018-09-15 14:24:33 UTC
Interesting, you had dev-util/cmocka which enabled some tests.
Thanks!!!!
Comment 9 Larry the Git Cow gentoo-dev 2018-09-15 14:52:22 UTC
The bug has been closed via the following commit(s):

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

commit 1ea198753e1e74d6627ef6412abb2990a851426b
Author:     Alon Bar-Lev <alonbl@gentoo.org>
AuthorDate: 2018-09-15 08:28:04 +0000
Commit:     Alon Bar-Lev <alonbl@gentoo.org>
CommitDate: 2018-09-15 08:28:49 +0000

    dev-libs/opensc: fix implicit invocation
    
    fix implicit test, add missing upstream include.
    
    add notify USE.
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=666268
    Thanks: Toralf Förster
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../files/opensc-0.19.0-p11test_common.h.patch     | 108 +++++++++++++++++++++
 dev-libs/opensc/metadata.xml                       |   3 +-
 ...pensc-0.19.0.ebuild => opensc-0.19.0-r1.ebuild} |  25 +++--
 3 files changed, 127 insertions(+), 9 deletions(-)