Bug 1300475

Summary: Is it possible to update v8 to a version that supports generators?
Product: [Fedora] Fedora Reporter: Matt Hirsch <matthew.hirsch>
Component: v8Assignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 23CC: jamielinux, tcallawa, tchollingsworth, tomspur
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: 2016-01-29 16:16:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matt Hirsch 2016-01-20 23:59:09 UTC
Description of problem: 

I would like to use the node-file-manager module in some code I'm writing, but it requires v8 to have generators. The version of v8 shipped with fedora 23 seems very old and doesn't have this feature.

Version-Release number of selected component (if applicable):
v8-3.14.5.10-21.fc23.x86_64

Additional info:

v8 is shipping 4.10.15 now. 

https://chromium.googlesource.com/v8/v8/

I see from this bug: https://bugzilla.redhat.com/show_bug.cgi?id=832886 that you were holding back the version of node in fedora for chromium. However, I don't see that chromium is packaged anymore by the fedora project.

Comment 1 Tom "spot" Callaway 2016-01-29 16:16:02 UTC
Nodejs is getting updated in rawhide and using a bundled v8 rather than the system copy. I looked at updating the system copy of v8 (which is being used by rubygem-therubyracer), but it doesn't support current v8 builds.

I'm not comfortable making a major change like this to Fedora 23, and the feature you need in node is already there (I think) in Rawhide without changing this package... so I'm closing this CANTFIX.

I've made a copr for the v8 package work I did before I realized it was a bit futile, in case someone else finds it useful later:

https://copr.fedorainfracloud.org/coprs/spot/v8

Comment 2 Matt Hirsch 2016-02-29 04:17:50 UTC
Tom,

I want to say (belatedly) thanks for looking into this, and thanks for posting the copr.