Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Mar 2015 20:09:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198330] [PATCH] graphics/openimageio Missing dependency on OpenSSL
Message-ID:  <bug-198330-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198330

            Bug ID: 198330
           Summary: [PATCH] graphics/openimageio Missing dependency on
                    OpenSSL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: spil.oss@gmail.com
                CC: FreeBSD@ShaneWare.Biz
                CC: FreeBSD@ShaneWare.Biz
          Keywords: patch
             Flags: maintainer-feedback?(FreeBSD@ShaneWare.Biz)

Created attachment 153861
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153861&action=edit
svn diff for graphics/openimageio

During a build with LibreSSL we've discovered a bug with graphics/openimageio.
The port does not define a dependency on OpenSSL.

Linking CXX executable ../../bin/blender
/usr/bin/c++ ...
<snip>
/usr/local/lib/libXxf86vm.so -lutil -lc -lm -Wl,-rpath,/usr/local/lib:  
/usr/bin/ld: warning: libssl.so.30, needed by /usr/local/lib/libOpenImageIO.so,
not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libcrypto.so.30, needed by
/usr/local/lib/libOpenImageIO.so, not found (try using -rpath or -rpath-link)
/usr/local/lib/libOpenImageIO.so: undefined reference to `SHA1_Init'

Attached patch fixes this by adding OPENSSL_USE= yes

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198330-13>