graphics/opencv fails to package

Serpent7776 serpent7776 at gmail.com
Wed Jun 6 20:28:39 UTC 2018


On Fri, 1 Jun 2018 16:12:20 -0400
Steve Wills <swills at FreeBSD.org> wrote:

> Hi,
> 
> On 06/01/18 14:44, Serpent7776 wrote:
> > Hello,
> > 
> > graphics/opencv fails to package for me with error
> > 
> > pkg-static: Unable to access
> > file /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/include/opencv2/freetype.hpp:No
> > such file or directory pkg-static: Unable to access
> > file /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so:No
> > such file or directory pkg-static: Unable to access
> > file /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so.3.4:No
> > such file or directory pkg-static: Unable to access
> > file /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so.3.4.1:No
> > such file or directory
> > 
> > I'm building it with poudriere; full logs available here:
> > https://gist.github.com/serpent7776/cae43c5bbaea078a658cc31be15a4641.
> > 
> > Does anyone have similar issue?
> >   
> 
> I'm not able to reproduce this, but from the logs it looks like it 
> failed to find freetype. Can you share more info on your build? Did you 
> customize make.conf and if so how?
> 
> Thanks,
> Steve

Sorry for not responding, but your message was considered spam for some reason.

Aren't these files supposed to be part of opencv package? I suspect they might
not get installed into stage dir, but dunno why.
I tried `poudriere bulk -I` but /wrkdirs/ inside jail is already empty at this
point.

My /etc/make.conf

```
DEVELOPER=yes
# use openssl from ports
DEFAULT_VERSIONS+=ssl=openssl
# x11/sterm config file
ST_CONF=/etc/ports/sterm/config.h

xorg-drivers_UNSET+=MUTOUCH RADEONHD
```

Same thing in my poudriere jail make conf


Thanks
-- 
/*
 * Serpent7776
 */


More information about the freebsd-ports mailing list