coinmp
Rainer Hurling
rhurlin at gwdg.de
Wed Oct 16 18:27:39 UTC 2013
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 at 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
More information about the freebsd-ports
mailing list