Bug 1764513 - blapi.h fails to compile after update of nss
Summary: blapi.h fails to compile after update of nss
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nss
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
Assignee: Daiki Ueno
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-23 08:32 UTC by Kamil Dudka
Modified: 2022-06-27 22:54 UTC (History)
6 users (show)

Fixed In Version: nss-3.47.0-2.fc32
Clone Of:
Environment:
Last Closed: 2019-10-24 10:10:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Kamil Dudka 2019-10-23 08:32:30 UTC
Description of problem:
/usr/include/nss3/blapi.h fails to compile after update of nss because it now includes cmac.h which is not installed.


Version-Release number of selected component (if applicable):
nss-3.47.0-1.fc32


How reproducible:
Easily.


Steps to Reproduce:
1. gcc /usr/include/nss3/blapi.h $(pkg-config --cflags nss) -o/dev/null


Actual results:
/usr/include/nss3/blapi.h:13:10: fatal error: cmac.h: No such file or directory
   13 | #include "cmac.h"
      |          ^~~~~~~~
compilation terminated.


Expected results:
Success.


Additional info:
This prevents nss-pem from being (re)built.

Comment 1 Daiki Ueno 2019-10-23 09:07:55 UTC
Thank you for the report; building rawhide package with:
https://src.fedoraproject.org/rpms/nss/c/626f1941fddaa4ba715d41f3efe04a1e4d953625?branch=master

Comment 2 Kamil Dudka 2019-10-23 14:34:49 UTC
nss-3.47.0-2.fc32.x86_64 works.  Thanks for the quick fix!


Note You need to log in before you can comment on or make changes to this bug.