Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331469 - dev-db/mongodb-1.6.0 (version bump?) needs patch to compile on Gentoo
Summary: dev-db/mongodb-1.6.0 (version bump?) needs patch to compile on Gentoo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Lance Albertson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-06 22:06 UTC by Christian van der Leeden
Modified: 2010-08-19 06:19 UTC (History)
1 user (show)

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


Attachments
Ebuild (mongodb-1.6.0.ebuild,1.49 KB, text/plain)
2010-08-06 22:08 UTC, Christian van der Leeden
Details
patch going into files directory (1.6.0-SConstruct.patch,576 bytes, patch)
2010-08-06 22:08 UTC, Christian van der Leeden
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian van der Leeden 2010-08-06 22:06:29 UTC
When upgrading to mongod 1.6.0 you will run into a compile error (http://jira.mongodb.org/browse/SERVER-1578)

Ebuild and patch is attached

























t65

Reproducible: Always

Steps to Reproduce:
1. rename 1.5.5 ebuild into 1.6.0
2. ebuild digest, 
3. emerge mongo


Actual Results:  
Compile error (warning of not used return value in log.h)

Expected Results:  
Succesfull install
Comment 1 Christian van der Leeden 2010-08-06 22:08:13 UTC
Created attachment 241695 [details]
Ebuild
Comment 2 Christian van der Leeden 2010-08-06 22:08:48 UTC
Created attachment 241697 [details, diff]
patch going into files directory
Comment 3 Johan Bergström 2010-08-15 15:48:26 UTC
Even though this patch only 'hides' the real issue, one shouldn't compile stuff with -Werror unless actually developing. 
Comment 4 Luca Barbato gentoo-dev 2010-08-16 14:23:43 UTC
I was about to commit an ebuild with some fixes, including that one, Christian would be able to ask upstream about removing the -Werror braindamage? (I'm pondering about migrating them to waf, if they are fond of python based build system why not using the one that works fine?)
Comment 5 Luca Barbato gentoo-dev 2010-08-16 15:44:14 UTC
Ebuild in portage, passes tests, should work for everybody.
Comment 6 Johan Bergström 2010-08-19 06:07:08 UTC
Luca, last I spoke with them regarding building specifics (and suggestions) they inclined they wanted users to download binaries. I can open a bug about -Werror and see what happens.
Comment 7 Christian van der Leeden 2010-08-19 06:19:33 UTC
The Bug about not compiling is filed here:

http://jira.mongodb.org/browse/SERVER-1578