Hello ppc list ,
I don't know where I should report this issue, if this is not the
correct place, please tell me where it is, thanks.
I can't build opencv-3.1 on ppc64le the builds always ends with :
{standard input}: Assembler messages:
{standard input}:36678: Warning: end of file not at end of a line;
newline inserted
{standard input}:39048: Error: unknown pseudo-op: `.l295'
{standard input}: Error: open CFI at the end of file; missing
.cfi_endproc directive
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[2]: ***
[modules/cvv/CMakeFiles/opencv_cvv.dir/src/view/rawview.cpp.o] Error 4
make[2]: *** Waiting for unfinished jobs....
Build logs:
https://copr.fedorainfracloud.org/coprs/sergiomb/opencv/build/183181/https://copr-be.cloud.fedoraproject.org/results/sergiomb/opencv/fedora-
23-ppc64le/00183181-opencv/build.log.gz
https://copr-be.cloud.fedoraproject.org/results/sergiomb/opencv/fedora-
rawhide-ppc64le/00181899-opencv/build.log.gz
Best regards,
--
Sérgio M. B.
Hi,
Recently I've stumbled upon an compilation issue for ppc64le that is specific only to epel7. Program author says that the code is looking right and that there might be some issues with the platform [1]. cbang itself builds fine for i686 and x86_64 architectures on epel7.
src/cbang/tar/TarHeader.cpp:226:43: error: format '%llo' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t {aka long unsigned int}' [-Werror=format=]
sprintf(buf, "%0*" PRIo64, length - 1, n);
^
The build that failed can be found on the following link: https://copr.fedorainfracloud.org/coprs/srakitnican/ppc64le-tests/build/576…
Best regards,
Samuel Rakitničan
[1] https://github.com/CauldronDevelopmentLLC/cbang/issues/21#issuecomment-3137…