Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2007 11:18:30 -0400
From:      Ben Korvemaker <neb@drycold.ca>
To:        cairo maintainer <gnome@FreeBSD.org>, chkrootkit maintainer <cordeiro@nic.br>
Subject:   conflict between cairo and chkrootkit ports
Message-ID:  <20070322151828.GA509@clockwork.private.drycold.ca>

next in thread | raw e-mail | index | archive | help
It took a while to track this one down.

security/chkrootkit (0.47) provides a replacement 'strings' command in
/usr/local/bin, that doesn't understand the '-' argument.

configure in graphics/cairo (1.4.2) uses 'strings - conftest.$ac_objext'
to look for "seesnoon" / "noonsees" to determine the floating point
endianess.

The symptom ends up being:

================
checking whether byte ordering is bigendian... no
checking whether float word ordering is bigendian... fopen: No such file or directory
fopen: No such file or directory
unknown
configure: error:
Unknown float word ordering. You need to manually preset ax_cv_c_float_words_bigendian=no (or yes) according to your system.
================

If/how you solve this is up to you.

Ben
-- 
Ben Korvemaker
neb@drycold.ca



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