Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 19:27:45 +0200
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        Ajtim <lumiwa@gmail.com>, freebsd-ports@freebsd.org
Subject:   Re: coinmp
Message-ID:  <525ECC91.9080203@gwdg.de>
In-Reply-To: <20131016123922.33523707@lumiwa.farms.net>
References:  <20131016123922.33523707@lumiwa.farms.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 16.10.2013 18:39, schrieb Ajtim:
> Hi!
> 
> My system:FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 01:43:07 UTC
> 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> 
> I tried to install Openoffice-4 and it stopped in math/coinmp:
> 
> /usr/include/c++/v1/memory:4799:1: note: candidate template ignored: could not match 'shared_ptr<type-parameter-0-0>' against 'const LAP::reducedCost'
> operator<(const shared_ptr<_Tp>& __x, const shared_ptr<_Up>& __y) _NOEXCEPT
> ^
> /usr/include/c++/v1/memory:4864:1: note: candidate template ignored: could not match 'shared_ptr<type-parameter-0-0>' against 'const LAP::reducedCost'
> operator<(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT
> ^
> /usr/include/c++/v1/memory:4872:1: note: candidate template ignored: could not match 'shared_ptr<type-parameter-0-0>' against 'const LAP::reducedCost'
> operator<(nullptr_t, const shared_ptr<_Tp>& __x) _NOEXCEPT
> ^
> 1 error generated.
> *** [CglLandPSimplex.lo] Error code 1
> 
> make[6]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src/CglLandP
> 1 error
> 
> make[6]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src/CglLandP
> *** [all-recursive] Error code 1
> 
> make[5]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
> 1 error
> 
> make[5]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
> *** [all] Error code 2
> 
> make[4]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
> 1 error
> 
> make[4]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
> *** [all-recursive] Error code 1
> 
> make[3]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl
> 1 error
> 
> make[3]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl
> *** [all-recursive] Error code 1
> 
> make[2]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0
> 1 error
> 
> make[2]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0
> ===> Compilation failed unexpectedly.
> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
> the maintainer.
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/ports/math/coinmp
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/ports/math/coinmp
> 
> ===>>> make failed for math/coinmp
> ===>>> Aborting update
> 
> ===>>> Update for math/coinmp failed
> ===>>> Aborting update
> 
> ===>>> Killing background jobs
> 
> Thank you.
> 
> Mitja

It should work by using

env USE_GCC=any make


OpenOffice-4 also uses GCC for its build, but it fails with nss. But
that's another story ...

HTH,
Rainer




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?525ECC91.9080203>