Error building cad/kicad-devel

mike at reifenberger.com mike at reifenberger.com
Thu Feb 5 18:50:11 UTC 2015


Am 2015-02-03 23:15, schrieb Ben Woods:
> Ahh yes, on amd64 it appears to be working on FreeBSD 10, but failing
> on FreeBSD 9 and FreeBSD 8 with linking issues. The logs can be seen
> here:
> http://beefy2.isc.freebsd.org/data/latest-per-pkg/kicad-devel/r5363_8/
> [1]

The build errors here (for 8.4 and 9.3) indicate that parts of the 
dependent c++ libraries got compiled with a different c++ compiler.
Unfortunately currently I have no clue how to solve this (forcing the 
use of the same compiler for all packages)


> On i386 it again appears to be working on FreeBSD 10, but failing ok
> FreeBSD 9 and FreeBSD 8, this time with "error: call to 'abs' is
> ambiguous. The logs can be seen here:
> http://beefy1.isc.freebsd.org/data/latest-per-pkg/kicad-devel/r5363_8/
> [2]
> 

The error here for the i386 versions seems to be a missing clang++ 
implementation of the std::abs() Operator for int64_t values.
Other SW seems to be affected too...




More information about the freebsd-questions mailing list