Page 1 of 1

6.7.7 freebsd port fails install

Posted: 2012-07-15T14:56:51-07:00
by gjpc
8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sun Mar 6 13:13:12 PST 2011 amd64
Using portmaster to upgrade from 6.7.7.0 to 6.7.7.7_1

Code: Select all

=========================================
   ImageMagick 6.7.7: ./test-suite.log   
=========================================

1 of 49 tests failed.  

.. contents:: :depth: 2


FAIL: Magick++/demo/analyze.sh (exit: 134)
==========================================

Assertion failed: ((*images)->signature == MagickSignature), function analyzeImage, file filters/analyze.c, line 113.
Abort trap (core dumped)
There were also many complaints:

Code: Select all

/usr/bin/ld: warning: libpcre.so.0, needed by /usr/local/lib/liblqr-1.so, may conflict with libpcre.so.1

Re: 6.7.7 freebsd port fails install

Posted: 2012-07-16T02:07:35-07:00
by JoaCHIP
Not an expert here, but I think when you get these "/usr/bin/ld: warning: libpcre.so.0, needed by /usr/local/lib/liblqr-1.so, may conflict with libpcre.so.1" errors, it's a result of mixing pre-built FreeBSD packages with things you've compiled yourself, thus ending up with references to different versions of these libraries.