Bug 173538 - Build of databases/mongodb 2.2.0 failed without spidermonkey
Summary: Build of databases/mongodb 2.2.0 failed without spidermonkey
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-10 21:50 UTC by Andy
Modified: 2013-04-04 02:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy 2012-11-10 21:50:01 UTC
Port 'databases/mongodb' PORTVERSION=2.2.0 can't find javascript library during building with v8 instead of spidermonkey.

 - 'lang/v8' installed.
 - 'lang/spidermonkey17' not installed.

$ sudo make build V8=on
===>  Building for mongodb-2.2.0
scons: Reading SConscript files ...
scons version: 2.1.0
python version: 2 7 3 'final' 0
Checking whether the C++ compiler worksyes
Checking for C library pcrecpp... yes
Checking for C library pcre... yes
Checking for C library snappy... yes
Checking for C library js... no
*** Error code 1

Stop in /usr/ports/databases/mongodb.
*** Error code 1

Stop in /usr/ports/databases/mongodb.

How-To-Repeat: # Make sure that 'lang/spidermonkey' port isn't installed.
$ cd /usr/ports/databases/mongodb
$ sudo make build V8=on
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-10 21:50:13 UTC
Maintainer of databases/mongodb,

Please note that PR ports/173538 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173538

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-10 21:50:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 komarov 2012-11-14 07:39:35 UTC
You can try my patch from 
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173358
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2012-11-23 14:52:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 5 Wesley Shields freebsd_committer freebsd_triage 2012-11-23 14:53:01 UTC
Responsible Changed
From-To: wxs->scheidell

Assigning to scheidell@ as this relates to ports/173358. 

If you do not want to handle this PR please let me know and I will take this and ports/173358 off your hands.
Comment 6 Michael Scheidell freebsd_committer freebsd_triage 2013-02-26 16:40:26 UTC
Responsible Changed
From-To: scheidell->wxs

wxs asked for this one
Comment 7 Wesley Shields freebsd_committer freebsd_triage 2013-04-04 02:36:49 UTC
State Changed
From-To: feedback->closed

This should no longer be an issue with the latest update to the port.