Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 05:31:46 GMT
From:      Trix Farrar <trix@basement.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179743: sysutils/cfengine fails for cfengine35 if libvirt integration is enabled.
Message-ID:  <201306200531.r5K5Vko7065164@oldred.freebsd.org>
Resent-Message-ID: <201306200550.r5K5o1Vw002575@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179743
>Category:       ports
>Synopsis:       sysutils/cfengine fails for cfengine35 if libvirt integration is enabled.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 05:50:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Trix Farrar
>Release:        9.1-RELEASE-p3
>Organization:
>Environment:
FreeBSD tara.basement.net 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0 r250221: Sat May  4 10:53:10 CDT 2013     root@tara.basement.net:/usr/obj/usr/src/sys/BASEMENT  i386

>Description:
It appears that the build for cfengine-3.5.0 has a problem with libvirt.  I haven't tested a patch yet, but this appears to be similar to the issue in ports/141238 involving an undefined reference to __stack_chk_fail_local.


The relevant section of the config.log file appears to be:

configure:14917: cc -o conftest -D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -O2 -DNDEBUG -I/usr/local/
include  -I/usr/local/include -I/usr/local/include -I/usr/local/include/mysql -I/usr/local/include  -Wl,-rpath=/u
sr/local/lib -L/usr/local/lib conftest.c -lvirt   >&5                                                            
/usr/local/lib/libvirt.so: undefined reference to `__stack_chk_fail_local'                                       
configure:14917: $? = 1                                                                                          
configure: failed program was:                                                                                   
| /* confdefs.h */                                                                                               
| #define PACKAGE_NAME ""                                                                                        
| #define PACKAGE_TARNAME ""                                                                                     
| #define PACKAGE_VERSION ""                                                                                     
| #define PACKAGE_STRING ""                                                                                      
| #define PACKAGE_BUGREPORT ""                                                                                   
| #define PACKAGE_URL ""
| #define PACKAGE "cfengine"
| #define VERSION "3.5.0"
| #define BUILD_YEAR 2013
| #define ABS_TOP_SRCDIR "/usr/ports/sysutils/cfengine/work/cfengine-3.5.0"
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define YYTEXT_POINTER 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_MYSQL_H 1
| #define HAVE_LIBTOKYOCABINET 1
| #define HAVE_TCUTIL_H 1
| #define HAVE_TCHDB_H 1
| #define TCDB 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_OPENSSL_OPENSSLV_H 1
| #define OPENSSL_NO_DEPRECATED 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char virConnectOpen ();
| int
| main ()
| {
| return virConnectOpen ();
|   ;
|   return 0;
| }
configure:14926: result: no
configure:14936: error: Cannot find libvirt library
    
>How-To-Repeat:
[root@tara /usr/ports/sysutils/cfengine]# cat /var/db/ports/cfengine/options          
# This file is auto-generated by 'make config'.
# Options for cfengine-3.5.0
_OPTIONS_READ=cfengine-3.5.0
_FILE_COMPLETE_OPTIONS_LIST=LIBVIRT MYSQL PGSQL TOKYOCABINET QDBM
OPTIONS_FILE_SET+=LIBVIRT
OPTIONS_FILE_UNSET+=MYSQL
OPTIONS_FILE_UNSET+=PGSQL
OPTIONS_FILE_SET+=TOKYOCABINET
OPTIONS_FILE_UNSET+=QDBM
[root@tara /usr/ports/sysutils/cfengine]#
[root@tara /usr/ports/sysutils/cfengine]# pkg info -ox libvirt
libvirt-1.0.6: devel/libvirt
[root@tara /usr/ports/sysutils/cfengine]# 
[root@tara /usr/ports/sysutils/cfengine]# make -s clean
===>  Cleaning for cfengine-3.5.0
[root@tara /usr/ports/sysutils/cfengine]# make
===>  Found saved configuration for cfengine-3.5.0
===>   cfengine-3.5.0 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by cfengine-3.5.0 for building
===>  Extracting for cfengine-3.5.0
=> SHA256 Checksum OK for cfengine-3.5.0.tar.gz.
===>  Patching for cfengine-3.5.0
===>  Applying FreeBSD patches for cfengine-3.5.0
===>   cfengine-3.5.0 depends on file: /usr/local/lib/libcrypto.so.8 - found
===>   cfengine-3.5.0 depends on executable: gmake - found
===>   cfengine-3.5.0 depends on shared library: pcre - found
===>   cfengine-3.5.0 depends on shared library: tokyocabinet.9 - found
===>   cfengine-3.5.0 depends on shared library: virt.1000 - found
===>  Configuring for cfengine-3.5.0
configure: loading site script /usr/ports/Templates/config.site
checking build system type... i386-portbld-freebsd9.1
checking host system type... i386-portbld-freebsd9.1
checking target system type... i386-portbld-freebsd9.1
checking for makeinfo... makeinfo
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... yes
checking how to create a ustar tar archive... (cached) /usr/bin/tar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether gmake supports nested variables... yes
checking for style of include used by gmake... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking whether cc understands -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert i386-portbld-freebsd9.1 file names to i386-portbld-freebsd9.1 format... func_convert_file_noop
checking how to convert i386-portbld-freebsd9.1 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for getloadavg... yes
checking for pstat_getdynamic... (cached) no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for getconf... /usr/bin/getconf
checking for PQconnectdb in -lpq... no
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking for mysql_real_connect in -lmysqlclient... no
checking mysql.h usability... yes
checking mysql.h presence... yes
checking for mysql.h... yes
checking for EVP_CIPHER_CTX_init in -lmysqlclient... no
checking for tchdbnew in -ltokyocabinet... yes
checking tcutil.h usability... yes
checking tcutil.h presence... yes
checking for tcutil.h... yes
checking tchdb.h usability... yes
checking tchdb.h presence... yes
checking for tchdb.h... yes
checking for RSA_generate_key_ex in -lcrypto... yes
checking for RSA_generate_key in -lcrypto... yes
checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking for OpenSSL version... OK
checking for pcre_exec in -lpcre... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for virConnectOpen in -lvirt... no
configure: error: Cannot find libvirt library
===>  Script "configure" failed unexpectedly.
Please report the problem to cy@FreeBSD.org [maintainer] and attach the
"/usr/ports/sysutils/cfengine/work/cfengine-3.5.0/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** [do-configure] Error code 1

Stop in /usr/ports/sysutils/cfengine.
*** [build] Error code 1

Stop in /usr/ports/sysutils/cfengine.
[root@tara /usr/ports/sysutils/cfengine]# 
[root@tara /usr/ports/sysutils/cfengine]# /usr/local/sbin/pkg-static info -g -Ea                                 
ORBit2-2.14.19
OpenSP-1.5.2_2
ap22-mod_fastcgi-2.4.7
ap22-mod_perl2-2.0.8,3
ap22-mod_python-3.3.1_3
ap22-mod_ruby-1.3.0_3
apache22-2.2.24
apr-1.4.6.1.4.1_3
aspell-0.60.6.1_2
atk-2.6.0
autoconf-2.13.000227_6
autoconf-2.69
autoconf-wrapper-20101119
automake-1.12.6
automake-1.4.6_6
automake-wrapper-20101119
b43-fwcutter-015
barnyard2-1.12
bash-static-4.2.45
bdftopcf-1.0.4
bigreqsproto-1.1.2
bison-2.7.1,1
bitstream-vera-1.10_5
boehm-gc-7.1
busybox-1.20.2_3
bwi-firmware-kmod-3.130.20
bwn-firmware-kmod-0.1.0
ca_root_nss-3.14.3
cairo-1.10.2_5,2
cdrtools-3.00_2
cfengine-3.4.4
cmake-2.8.10.2
cmake-modules-2.8.10.2
compositeproto-0.4.2
cups-client-1.5.4_1
cups-image-1.5.4_1
curl-7.24.0_3
cursive-1.0
cyrus-sasl-2.1.26_2
damageproto-1.2.1
daq-2.0.0
db44-4.4.20.4
dialog4ports-0.1.5
dmidecode-2.11
docbook-4.1_4
docbook-4.2
docbook-4.3
docbook-4.4_2
docbook-4.5_2
docbook-5.0_1
docbook-1.4_1
docbook-sk-4.1.2_4
docbook-xml-4.2_1
docbook-xml-4.3
docbook-xml-4.4_1
docbook-xml-4.5
docbook-xsl-1.76.1
dsssl-docbook-modular-1.79_1,1
emacs-nox11-24.3_8,3
emacs-w3m-emacs24-1.4.471.b.20120306_4
en-aspell-7.1.0_1
encodings-1.0.4,1
enscript-letter-1.6.4_5
expat-2.0.1_2
expect-5.44.1.15_1
fastest_cvsup-0.3.0
findutils-4.5.11
fixesproto-5.0
flex-2.5.37
font-amsfonts-3.02_1
font-bh-ttf-1.0.3
font-misc-ethiopic-1.0.3
font-misc-meltho-1.0.3
font-util-1.3.0
fontconfig-2.9.0,1
fontsproto-2.1.2
fping-3.5
freetype2-2.4.12_1
gamin-0.1.10_5
gccmakedep-1.0.2
gd-2.0.35_9,1
gdbm-1.9.1
gettext-0.18.1.1_1
ghostscript9-nox11-9.06_2
gio-fam-backend-2.34.3
glib-2.34.3
gmake-3.82_1
gmp-5.1.2
gnome_subr-1.0
gnomehier-3.0
gnupg-2.0.20
gnutls-2.12.23_1
gobject-introspection-1.34.2
gperf-3.0.3
gpgme-1.3.2
graphviz-2.30.1
gsed-4.2.1_2
gsfonts-8.11_6
help2man-1.43.2
hicolor-icon-theme-0.12
imake-1.0.5,1
inputproto-2.3
intltool-0.50.2
ipcalc-0.41_2
ipplan-4.92b
ipv6calc-0.94.0
irssi-0.8.15_5
iso8879-1986_3
jasper-1.900.1_12
jbig2dec-0.11_1
jbigkit-1.6
jpeg-8_4
jsmin-20130329
kbproto-1.0.6
ksh93-20120801
lcms2-2.4
libICE-1.0.8,1
libIDL-0.8.14_1
libSM-1.2.1,1
libX11-1.6.0,1
libXau-1.0.8
libXaw-1.0.11,2
libXcomposite-0.4.4,1
libXcursor-1.1.14
libXdamage-1.1.4
libXdmcp-1.1.1
libXext-1.3.2,1
libXfixes-5.0.1
libXfont-1.4.5,1
libXft-2.3.1
libXi-1.7.1_1,1
libXinerama-1.1.3,1
libXmu-1.1.1,1
libXp-1.0.2,1
libXpm-3.5.10
libXrandr-1.4.1
libXrender-0.9.8
libXt-1.1.4,1
libassuan-2.0.3
libcheck-0.9.10
libcroco-0.6.8
libdnet-1.11_3
libexecinfo-1.1_3
libffi-3.0.13
libfontenc-1.1.2
libfpx-1.3.1.1
libgcrypt-1.5.2
libgee-0.8.5
libgpg-error-1.11
libiconv-1.14_1
libidn-1.26
libksba-1.3.0
liblqr-1-0.4.1_4
libltdl-2.4.2
libnet11-1.1.6_1,1
libpaper-1.1.24_1
libpcap-1.4.0
libpthread-stubs-0.3_3
libssh2-1.4.3_1,2
libsunacl-1.0
libtasn1-2.14
libtool-2.4.2
libvirt-1.0.6
libwmf-0.2.8.4_10
libwww-5.4.0_4
libxcb-1.9.1
libxml2-2.8.0_2
libxslt-1.1.28_1
libyaml-0.1.4_2
logwatch-7.4.0
lrzsz-0.12.20_4
lua-5.1.5_5
lynx-2.8.7.2,1
lzo2-2.06
m4-1.4.16_1,1
makedepend-1.0.4,1
mew-emacs24-6.5_4
mime-support-3.54
minicom-2.6.2_1
minissdpd-1.2
miniupnpc-1.8
miniupnpd-1.8,1
mkfontdir-1.0.7
mkfontscale-1.1.0
moinmoin-1.9.6
mtools-4.0.10_3
mutt-1.5.21_3
mysql-client-5.5.32
nagios-3.5.0
nagios-check_email_delivery-0.7.1b
nagios-check_netsnmp-1.0
nagios-plugins-1.4.16_1,1
nagios-snmp-plugins-1.2_4
nagios-snmp-plugins-extras-1.1.2_1
nasm-2.10.03,1
neon29-0.29.6_4
net-snmp-5.7.2_3
netmask-2.4_1
nettle-2.7.1
nmap-6.25_1
oniguruma-4.7.1
openjade-1.3.3p1_2
openldap-sasl-client-2.4.35
openldap-sasl-server-2.4.35
openslp-1.2.1_3
openssl-1.0.1_8
ossp-uuid-1.6.2_2
p11-kit-0.16.3
p5-Any-Moose-0.21
p5-Apache-DBI-1.11
p5-Apache-LogFormat-Compiler-0.13
p5-Apache-Session-1.90
p5-Authen-NTLM-1.09
p5-Authen-SASL-2.16
p5-BSD-Resource-1.2904
p5-CGI-Emulate-PSGI-0.15
p5-CGI-PSGI-0.15
p5-CGI.pm-3.63,1
p5-CPAN-Meta-2.131560
p5-CPAN-Meta-Requirements-2.122
p5-CPAN-Meta-YAML-0.008
p5-CSS-Squish-0.10
p5-Cache-2.04_1
p5-Cache-Cache-1.06
p5-Cache-Simple-TimedExpiry-0.27
p5-Calendar-Simple-1.21
p5-Class-Accessor-0.34
p5-Class-Accessor-Chained-0.01_1
p5-Class-Accessor-Lite-0.05
p5-Class-Container-0.12
p5-Class-Data-Inheritable-0.08
p5-Class-Inspector-1.28
p5-Class-Load-0.20
p5-Class-MethodMaker-2.18
p5-Class-ReturnValue-0.55
p5-Class-Singleton-1.4
p5-Clone-0.34
p5-Compress-Raw-Bzip2-2.061
p5-Compress-Raw-Zlib-2.061
p5-Convert-BinHex-1.119
p5-Convert-Color-0.09
p5-Crypt-CBC-2.32
p5-Crypt-DES-2.05
p5-Crypt-SSLeay-0.64
p5-DBD-Pg-2.19.3
p5-DBD-mysql-4.023
p5-DBI-1.627
p5-DBIx-DBSchema-0.40
p5-DBIx-SearchBuilder-1.63
p5-Data-ICal-0.20
p5-Data-OptList-0.107
p5-Date-Manip-6.34
p5-DateTime-1.03
p5-DateTime-Format-Mail-0.30.01
p5-DateTime-Format-W3CDTF-0.06
p5-DateTime-Locale-0.45
p5-DateTime-TimeZone-1.59
p5-Devel-GlobalDestruction-0.11
p5-Devel-StackTrace-1.30
p5-Devel-StackTrace-AsHTML-0.14
p5-Devel-Symdump-2.1000
p5-Digest-HMAC-1.03
p5-Digest-SHA1-2.13
p5-Dist-CheckConflicts-0.02
p5-Email-Address-1.89.8
p5-Encode-2.49
p5-Encode-Locale-1.03
p5-Error-0.17020
p5-Exception-Class-1.37
p5-ExtUtils-Config-0.007
p5-ExtUtils-Helpers-0.021
p5-ExtUtils-InstallPaths-0.009
p5-ExtUtils-MakeMaker-6.66
p5-ExtUtils-Manifest-1.61
p5-ExtUtils-XSBuilder-0.28_1
p5-FCGI-0.74
p5-FCGI-ProcManager-0.24
p5-File-Listing-6.04
p5-File-NFSLock-1.21
p5-File-ShareDir-1.03
p5-File-ShareDir-Install-0.04
p5-File-Which-1.09
p5-Filesys-Notify-Simple-0.10
p5-Font-AFM-1.20
p5-FreezeThaw-0.50.01
p5-GD-2.49
p5-GD-Graph-1.44.01_5
p5-GD-TextUtil-0.86_4
p5-GnuPG-Interface-0.46
p5-GraphViz-2.14
p5-HTML-Format-2.10_1
p5-HTML-Mason-1.50
p5-HTML-Mason-PSGIHandler-0.52
p5-HTML-Parser-3.71
p5-HTML-Quoted-0.04
p5-HTML-RewriteAttributes-0.05
p5-HTML-Scrubber-0.09
p5-HTML-Tagset-3.20
p5-HTML-Tree-5.03
p5-HTTP-Body-1.17
p5-HTTP-Cookies-6.01
p5-HTTP-Daemon-6.01
p5-HTTP-Date-6.02
p5-HTTP-Message-6.06_2
p5-HTTP-Negotiate-6.01
p5-Hash-MultiValue-0.14
p5-Heap-0.80
p5-IO-HTML-1.00
p5-IO-Socket-IP-0.21
p5-IO-Socket-SSL-1.94
p5-IO-String-1.08
p5-IO-Tty-1.10
p5-IO-stringy-2.110
p5-IPC-Run-0.92
p5-IPC-Run3-0.046
p5-IPC-ShareLite-0.17
p5-JSON-2.58
p5-JSON-PP-2.27202
p5-LWP-MediaTypes-6.02
p5-LWP-Protocol-https-6.04
p5-List-MoreUtils-0.33
p5-List-UtilsBy-0.09
p5-Locale-Maketext-1.23
p5-Locale-Maketext-Fuzzy-0.11
p5-Locale-Maketext-Lexicon-0.94
p5-Locale-gettext-1.05_3
p5-LockFile-Simple-0.2.8
p5-Log-Any-0.15
p5-Log-Dispatch-2.39
p5-MIME-Base64-3.13
p5-MIME-Tools-5.504,2
p5-MIME-Types-1.38
p5-Mail-IMAPClient-3.33
p5-Mail-Sendmail-0.79
p5-Mail-Tools-2.12
p5-Math-Round-0.06
p5-Module-Build-0.4005
p5-Module-Build-Tiny-0.023
p5-Module-Implementation-0.06
p5-Module-Metadata-1.000011
p5-Module-Runtime-0.013
p5-Module-Versions-Report-1.06
p5-Mouse-1.11,1
p5-Mozilla-CA-20130114
p5-Net-CIDR-0.17
p5-Net-HTTP-6.06
p5-Net-SMTP-TLS-0.12_1
p5-Net-SNMP-6.0.1
p5-Net-SSLeay-1.55
p5-Package-DeprecationManager-0.13
p5-Package-Stash-0.34
p5-Package-Stash-XS-0.26
p5-Parallel-Prefork-0.14
p5-Params-Classify-0.013
p5-Params-Util-1.07
p5-Params-Validate-1.08
p5-Parse-CPAN-Meta-1.44.04
p5-Parse-RecDescent-1.967.009_1
p5-Path-Class-0.32
p5-Perl-OSType-1.003
p5-PerlIO-eol-0.14
p5-Plack-1.0024
p5-Proc-Wait3-0.04
p5-Regexp-Common-2013031301
p5-Regexp-Common-net-CIDR-0.02
p5-Regexp-IPv6-0.03
p5-Scalar-List-Utils-1.27,1
p5-Scope-Guard-0.20
p5-Server-Starter-0.12
p5-Socket-2.009
p5-Starlet-0.18
p5-Stream-Buffered-0.02
p5-Sub-Exporter-0.986
p5-Sub-Exporter-Progressive-0.001.010
p5-Sub-Install-0.926
p5-Sub-Uplevel-0.2400
p5-Term-ReadKey-2.30
p5-Test-Deep-0.110
p5-Test-Exception-0.32
p5-Test-LongString-0.15
p5-Test-Manifest-1.23
p5-Test-NoWarnings-1.04_1
p5-Test-Simple-0.98
p5-Test-Tester-0.10.9
p5-Text-Autoformat-1.669.003
p5-Text-Iconv-1.7
p5-Text-Password-Pronounceable-0.30
p5-Text-Quoted-2.08
p5-Text-Reform-1.20
p5-Text-Template-1.46
p5-Text-WikiFormat-0.80
p5-Text-Wrapper-1.04
p5-Text-vFile-asData-0.08
p5-Tie-IxHash-1.23
p5-Time-modules-2011.0517
p5-TimeDate-2.30_1,1
p5-Tree-Simple-1.18
p5-Try-Tiny-0.12
p5-UNIVERSAL-require-0.13
p5-URI-1.60
p5-WWW-RobotRules-6.02
p5-Want-0.21
p5-XML-Parser-2.41_1
p5-XML-RSS-1.49
p5-XML-Twig-3.44
p5-XML-XPath-1.13
p5-YAML-Syck-1.27
p5-capitalization-0.03
p5-libapreq2-2.13_2
p5-libwww-6.05
p5-parent-0.225
p5-version-0.99.02
pam_helper-1.0
pango-1.30.1
pcre-8.33
pdksh-5.2.14p2_4
pecl-APC-3.1.14_1
perl-5.16.3
php5-5.4.16
php5-ctype-5.4.16
php5-dom-5.4.16
php5-gettext-5.4.16
php5-gmp-5.4.16
php5-hash-5.4.16
php5-iconv-5.4.16
php5-ldap-5.4.16
php5-mbstring-5.4.16
php5-mysql-5.4.16
php5-openssl-5.4.16
php5-pgsql-5.4.16
php5-readline-5.4.16
php5-session-5.4.16
php5-snmp-5.4.16
php5-xml-5.4.16
php5-zlib-5.4.16
phpldapadmin-1.2.3,1
pinentry-curses-0.8.1_3
pixman-0.28.2
pkg-1.0.14
pkg_tree-1.1_2
pkgconf-0.9.2_1
png-1.5.16
popt-1.16
portaudit-0.6.0
portlint-2.14.3
portmaster-3.16
postgresql-client-9.0.13
postgresql-contrib-9.0.13
postgresql-docs-9.0.13
postgresql-server-9.0.13
printproto-1.0.5
pstree-2.36
psvn-emacs24-20120326.212349_2
pth-2.0.7
pulledpork-0.6.1_4
pxe-1.4.2_2
py27-distribute-0.6.35
py27-pygments-1.6
py27-subversion-1.7.10
python27-2.7.5_1
radiusclient-0.5.6_1
rancid-2.3.8
randrproto-1.4.0
renderproto-0.11.1
rsync-3.0.9_3
rt-4.0.13_1
ruby-1.9.3.429,1
ruby-1.8.7.371,1
ruby18-bdb44-0.6.6_1
ruby18-eruby-1.0.5_2
samba36-3.6.13
samba36-libsmbclient-3.6.13
screen-4.0.3_14
shared-mime-info-1.1
snort-2.9.4.6
sqlite3-3.7.17_1
stunnel-4.56
subversion-1.7.10
sudo-1.8.6.p8
svgalib-1.4.3_6
swig-1.3.40
syslinux-5.01
t1lib-5.1.2_2,1
talloc-2.0.8
tcl-8.5.14_1
tdb-1.2.11,1
teTeX-texmf-3.0_9
tex-texmflocal-1.9
texi2html-5.0_1,1
tiff-4.0.3
tk-8.5.14_1
tokyocabinet-1.4.48
unix2dos-1.3
unixODBC-2.3.1
unzip-6.0_1
vala-0.18.1
viewvc-1.1.20
vim-7.3.1014
w3m-0.5.3_1
webp-0.1.3_1
wget-1.14_2
xauth-1.0.7
xcb-proto-1.8
xcb-util-0.3.9_1,1
xcb-util-renderutil-0.3.8
xcmiscproto-1.2.2
xen-tools-4.1.3_3
xextproto-7.2.1
xf86bigfontproto-1.2.0
xineramaproto-1.2.1
xmlcatmgr-2.2
xmlcharent-0.3_2
xorg-cf-files-1.0.4
xorg-fonts-truetype-7.7
xorg-macros-1.17
xproto-7.0.24
xtrans-1.2.7
xv-3.10a_15
zip-3.0
[root@tara /usr/ports/sysutils/cfengine]# 
     
>Fix:
Turn off libVirt integration (as is the default). I don't have a working patch yet.     

>Release-Note:
>Audit-Trail:
>Unformatted:



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