Bug 712304

Summary: missing header: prmjtime.h
Product: [Fedora] Fedora Reporter: Jim Meyering <meyering>
Component: jsAssignee: Pavel Alexeev <pahan>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 15CC: cwestin, pahan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-16 10:54:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
also install src/prmjtime.h (the sole header with no "js" prefix) none

Description Jim Meyering 2011-06-10 08:49:23 UTC
Created attachment 504051 [details]
also install src/prmjtime.h (the sole header with no "js" prefix)

Description of problem: jscntxt.h includes prmjtime.h, but the latter is not installed

Version-Release number of selected component (if applicable): js-devel-1.8.5-4.fc15.x86_64


How reproducible: every time

Steps to Reproduce:
1. try to build mongodb from source (or anything else that includes jscntxt.h)
2.
3.
  
Actual results:
build fails:

In file included from /usr/include/jsregexp.h:48:0,
                 from scripting/engine_spidermonkey.h:47,
                 from scripting/engine_spidermonkey.cpp:19:
/usr/include/jscntxt.h:75:22: fatal error: prmjtime.h: No such file or directory
compilation terminated.

Expected results: no compilation error

Additional info: spec-file patch attached

Comment 1 Pavel Alexeev 2011-06-16 10:54:38 UTC

*** This bug has been marked as a duplicate of bug 709955 ***

Comment 2 Jim Meyering 2011-06-16 11:26:37 UTC
Does your closing this as a DUPLICATE mean you didn't see the attached patch that fixes the problem?

Comment 3 Pavel Alexeev 2013-04-14 12:26:38 UTC
Mozjs17 (https://bugzilla.redhat.com/show_bug.cgi?id=948345) coming. So I think it is not actual any more.