On Tue, September 15, 2015 11:37 am, Alexander Hansen wrote:
>
>> On Sep 14, 2015, at 12:22, Laurent Lecigne <lleci...@gmail.com> wrote:
>>
>> Hello Hanspeter,
>>
>> Thanks for your quick response !
>>
>> I’ve tried the latest mongodb package but I still got compilation errors
>> on v8 and related (required deps like gcc5 and the like built properly).
>>
>> —8<——
>
>
> You cut off the compiler line which actually triggers the error, which
> makes debugging the problem more difficult.  And it’s normally the _first_
> error which is actually relevant—often later error messages are
> consequences of the initial error.
>
>> scons: ***
>> [build/darwin/use-system-boost/use-system-pcre/use-system-snappy/usev8/third_party/v8/src/x64/debug-x64.o]
>> Error 1
>> In file included from src/third_party/v8/src/x64/deoptimizer-x64.cc:28:
>> In file included from src/third_party/v8/src/v8.h:60:
>> In file included from src/third_party/v8/src/objects-inl.h:38:
>> In file included from src/third_party/v8/src/elements.h:33:
>> In file included from src/third_party/v8/src/heap.h:41:
>> src/third_party/v8/src/store-buffer.h:229:9: error: private field
>> 'heap_' is not used [-Werror,-Wunused-private-field]
>>   Heap* heap_;
>>         ^
>> 3 errors generated.
>>  —8<——
>>
>> I’ll doubt fink project will upgrade to a later mongodb version (like
>> 2.6) because of possible backward compatibility issues with existing
>> deps I guess.
>
> I’m assuming that Hanspeter wanted to make a minimal change from the
> existing packaging so that we could put something out quickly.

I also messed up because the updated patch was supposed to remove the
-Werror flag so that warnings would not become fatal. I'll look at it
again tonight to see where I lost the change.

I don't know mongodb, which is why I kept the update as minimal as
possible and didn't bump up to the latest 2.6 or 3.0 series.

Hanspeter

-- 
More agile than a turtle, stronger than a mouse, nobler than a lettuce


------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to