I am not able to compile 'flang' via ports. The log is as follows,
It looks like an issue with libpgmath which simply fails under FreeBSD11.2 via ports. Could someone shed some light on this.
EDIT:
I tried compiling libpgmath. However, it fails saying the following:
Looks like, the port version that I have, doesn't support FreeBSD 11.2. Is it true? If so, what is the alternative?
Any help would be much appreciated.
Bash:
root@electron:/usr/ports/devel/flang # make install clean
===> License APACHE20 accepted by the user
===> flang-6.0.g20180904_2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by flang-6.0.g20180904_2 for building
===> Extracting for flang-6.0.g20180904_2
=> SHA256 Checksum OK for flang-compiler-flang-6.0-g20180904-53e368b_GH0.tar.gz.
===> Patching for flang-6.0.g20180904_2
===> Applying FreeBSD patches for flang-6.0.g20180904_2
===> flang-6.0.g20180904_2 depends on package: llvm60>=0 - found
===> flang-6.0.g20180904_2 depends on package: flang-clang>=0 - found
===> flang-6.0.g20180904_2 depends on file: /usr/local/bin/cmake - found
===> flang-6.0.g20180904_2 depends on file: /usr/local/bin/python3.6 - found
===> flang-6.0.g20180904_2 depends on package: perl5>=5.28.r1<5.29 - found
===> flang-6.0.g20180904_2 depends on shared library: libpgmath.so - not found
===> libpgmath-g20180904_1 not supported on older than 12.0, no cpuid bit
support.
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/math/libpgmath
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/devel/flang
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/flang
It looks like an issue with libpgmath which simply fails under FreeBSD11.2 via ports. Could someone shed some light on this.
EDIT:
I tried compiling libpgmath. However, it fails saying the following:
Code:
root@electron:/usr/ports/math/libpgmath # make install clean
===> libpgmath-g20180904_1 not supported on older than 12.0, no cpuid bit
support.
*** Error code 1
Stop.
make: stopped in /usr/ports/math/libpgmath
Looks like, the port version that I have, doesn't support FreeBSD 11.2. Is it true? If so, what is the alternative?
Any help would be much appreciated.