Changes between Initial Version and Version 1 of Ticket #57846


Ignore:
Timestamp:
Jan 3, 2019, 8:44:09 PM (5 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57846 – Description

    initial v1  
    1 This issue causes ports that build against libclamav to fail as clamav.h includes cltypes.h which is not installed.  A current example is p5-mail-clamav (log file attached).
     1This issue causes ports that build against libclamav to fail as clamav.h includes cltypes.h which is not installed.  A current example is p5-mail-clamav .
     2
     3{{{
     4/usr/bin/clang -c  -I"/opt/local/var/macports/build/_opt_github.com_macports_macports-ports_perl_p5-mail-clamav/p5.28-mail-clamav/work/Mail-ClamAV-0.29" -I/opt/local/include -fno-common -DPERL_DARWIN -mmacosx-version-min=10.14 -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fno-strict-aliasing -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"0.29\" -DXS_VERSION=\"0.29\"  "-I/opt/local/lib/perl5/5.28/darwin-thread-multi-2level/CORE"   ClamAV.c
     5In file included from ClamAV.xs:11:
     6/opt/local/include/clamav.h:68:10: fatal error: 'cltypes.h' file not found
     7#include "cltypes.h"
     8         ^~~~~~~~~~~
     91 error generated.
     10}}}
     11
    212
    313The issue is well known to the upstream developers who are working on the issue and promise a 0.101.1 patch release with a fix in the next week or so.