Skip Menu |

This queue is for tickets about the Image-ObjectDetect CPAN distribution.

Report information
The Basics
Id: 127968
Status: new
Priority: 0/
Queue: Image-ObjectDetect

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.12
Fixed in: (no value)



Subject: ppport.h: No such file or directory
On some of my smokers the compilation fails because ppport.h is not available (should it be bundled in the tarball or is there a prereq missing?): ... x86_64-linux-gnu-gcc -c -I/usr/include/opencv-Isrc -I/usr/include/opencv -O2 -g -DVERSION=\"0.12\" -DXS_VERSION=\"0.12\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.28/CORE" ObjectDetect.c ObjectDetect.xs:6:10: fatal error: ppport.h: No such file or directory #include "ppport.h" ^~~~~~~~~~ compilation terminated. make: *** [Makefile:338: ObjectDetect.o] Error 1 (/usr/bin/make exited with 512) ...