Advertisement
Guest User

Untitled

a guest
Dec 11th, 2012
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 57.24 KB | None | 0 0
  1. env UPGRADE_TOOL=portupgrade UPGRADE_PORT=cyrus-sasl-2.1.26_1 UPGRADE_PORT_VER=2.1.26_1 make clean
  2. ===>  Cleaning for cyrus-sasl-2.1.26_1
  3. env UPGRADE_TOOL=portupgrade UPGRADE_PORT=cyrus-sasl-2.1.26_1 UPGRADE_PORT_VER=2.1.26_1 make
  4. ===>  License BSD accepted by the user
  5. ===>  Found saved configuration for cyrus-sasl-2.1.25_2
  6. ===>  Extracting for cyrus-sasl-2.1.26_1
  7. => SHA256 Checksum OK for cyrus-sasl-2.1.26.tar.gz.
  8. ===>  Patching for cyrus-sasl-2.1.26_1
  9. ===>  Applying FreeBSD patches for cyrus-sasl-2.1.26_1
  10. ===>   cyrus-sasl-2.1.26_1 depends on package: libtool>=2.4 - found
  11. ===>  Configuring for cyrus-sasl-2.1.26_1
  12. configure: creating cache ./config.cache
  13. checking build system type... amd64-portbld-freebsd9.1
  14. checking host system type... amd64-portbld-freebsd9.1
  15. checking target system type... amd64-portbld-freebsd9.1
  16. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
  17. checking whether build environment is sane... yes
  18. checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
  19. checking for gawk... gawk
  20. checking whether make sets $(MAKE)... yes
  21. checking for gcc... cc
  22. checking for C compiler default output file name... a.out
  23. checking whether the C compiler works... yes
  24. checking whether we are cross compiling... no
  25. checking for suffix of executables...
  26. checking for suffix of object files... o
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether cc accepts -g... yes
  29. checking for cc option to accept ISO C89... none needed
  30. checking for style of include used by make... GNU
  31. checking dependency style of cc... gcc3
  32. checking how to run the C preprocessor... cpp
  33. checking for gawk... (cached) gawk
  34. checking whether ln -s works... yes
  35. checking whether make sets $(MAKE)... (cached) yes
  36. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
  37. checking for __attribute__... yes
  38. checking for runpath switch... -R
  39. checking for ranlib... ranlib
  40. checking for ld used by GCC... /usr/bin/ld
  41. checking if the linker (/usr/bin/ld) is GNU ld... yes
  42. checking for BSD-compatible nm... /usr/bin/nm -B
  43. configure: updating cache ./config.cache
  44. loading cache ./config.cache within ltconfig
  45. checking for object suffix... o
  46. checking for executable suffix... no
  47. checking for cc option to produce PIC... -fPIC
  48. checking if cc PIC flag -fPIC works... yes
  49. checking if cc supports -c -o file.o... yes
  50. checking if cc supports -c -o file.lo... yes
  51. checking if cc supports -fno-rtti -fno-exceptions ... no
  52. checking if cc static flag -static works... -static
  53. checking if the linker (/usr/bin/ld) is GNU ld... yes
  54. checking whether the linker (/usr/bin/ld) supports shared libraries... yes
  55. checking command to parse /usr/bin/nm -B output... ok
  56. checking how to hardcode library paths into programs... immediate
  57. checking for /usr/bin/ld option to reload object files... -r
  58. checking dynamic linker characteristics... freebsd9.1 ld.so
  59. checking if libtool supports shared libraries... yes
  60. checking whether to build shared libraries... yes
  61. checking whether to build static libraries... yes
  62. checking for objdir... .libs
  63. creating libtool
  64. updating cache ./config.cache
  65. configure: loading cache ./config.cache
  66. checking for connect... yes
  67. checking for res_search... yes
  68. checking for dn_expand... yes
  69. checking for dns_lookup... no
  70. checking DB path to use... /usr/local/etc/sasldb2
  71. checking for grep that handles long lines and -e... /usr/bin/grep
  72. checking for egrep... /usr/bin/grep -E
  73. checking for ANSI C header files... yes
  74. checking for sys/types.h... yes
  75. checking for sys/stat.h... yes
  76. checking for stdlib.h... yes
  77. checking for string.h... yes
  78. checking for memory.h... yes
  79. checking for strings.h... yes
  80. checking for inttypes.h... yes
  81. checking for stdint.h... yes
  82. checking for unistd.h... yes
  83. checking ndbm.h usability... yes
  84. checking ndbm.h presence... yes
  85. checking for ndbm.h... yes
  86. checking for dbm_open in -lndbm... no
  87. checking for dbm_open... yes
  88. checking DB library to use... ndbm
  89. checking if Berkeley DB handle is kept open in SASLDB... no
  90. checking for dlopen in -ldl... no
  91. checking /dev/random to use... /dev/random
  92. checking for nm... /usr/bin/nm -B
  93. checking for underscore before symbols... no
  94. checking for syslog... yes
  95. checking security/pam_appl.h usability... yes
  96. checking security/pam_appl.h presence... yes
  97. checking for security/pam_appl.h... yes
  98. checking pam/pam_appl.h usability... no
  99. checking pam/pam_appl.h presence... no
  100. checking for pam/pam_appl.h... no
  101. checking for pam_start... no
  102. checking if I should include saslauthd... /var/run/saslauthd
  103. checking to include Courier authdaemond support... no
  104. checking if I should include pwcheck... no
  105. checking if I should include the alwaystrue verifier... no
  106. checking if we should enable sasl_checkapop... enabled
  107. checking CRAM-MD5... disabled
  108. checking size of long... 8
  109. checking what directory libraries are found in... lib
  110. checking for RSAPublicEncrypt in -lrsaref... no
  111. checking openssl/evp.h usability... yes
  112. checking openssl/evp.h presence... yes
  113. checking for openssl/evp.h... yes
  114. checking for EVP_DigestInit in -lcrypto... yes
  115. checking for OpenSSL... yes
  116. checking for des_cbc_encrypt in -lcrypto... no
  117. checking for DES_cbc_encrypt in -lcrypto... yes
  118. checking openssl/des.h usability... yes
  119. checking openssl/des.h presence... yes
  120. checking for openssl/des.h... yes
  121. checking DIGEST-MD5... disabled
  122. checking SCRAM... disabled
  123. checking OTP... disabled
  124. checking SRP... disabled
  125. checking KERBEROS_V4... disabled
  126. checking for crypt... no
  127. checking for crypt in -lcrypt... yes
  128. checking GSSAPI... disabled
  129. checking PLAIN... enabled
  130. checking ANONYMOUS... enabled
  131. checking LOGIN... enabled
  132. checking NTLM... disabled
  133. checking PASSDSS... disabled
  134. checking SQL... disabled
  135. checking LDAPDB... disabled
  136. checking for dmalloc library... no
  137. checking for sfio library... no
  138. checking for getsubopt... yes
  139. checking for snprintf... yes
  140. checking for vsnprintf... yes
  141. checking for inet_aton in -lresolv... no
  142. checking for getaddrinfo... yes
  143. checking for gai_strerror... yes
  144. checking for getnameinfo... yes
  145. checking for an ANSI C-conforming const... yes
  146. checking for inline... inline
  147. checking for mode_t... yes
  148. checking for pid_t... yes
  149. checking return type of signal handlers... void
  150. checking whether time.h and sys/time.h may both be included... yes
  151. checking for ANSI C header files... (cached) yes
  152. checking for dirent.h that defines DIR... yes
  153. checking for library containing opendir... none required
  154. checking for sys/wait.h that is POSIX.1 compatible... yes
  155. checking des.h usability... no
  156. checking des.h presence... no
  157. checking for des.h... no
  158. checking dlfcn.h usability... yes
  159. checking dlfcn.h presence... yes
  160. checking for dlfcn.h... yes
  161. checking fcntl.h usability... yes
  162. checking fcntl.h presence... yes
  163. checking for fcntl.h... yes
  164. checking limits.h usability... yes
  165. checking limits.h presence... yes
  166. checking for limits.h... yes
  167. checking malloc.h usability... no
  168. checking malloc.h presence... no
  169. checking for malloc.h... no
  170. checking paths.h usability... yes
  171. checking paths.h presence... yes
  172. checking for paths.h... yes
  173. checking for strings.h... (cached) yes
  174. checking sys/file.h usability... yes
  175. checking sys/file.h presence... yes
  176. checking for sys/file.h... yes
  177. checking sys/time.h usability... yes
  178. checking sys/time.h presence... yes
  179. checking for sys/time.h... yes
  180. checking syslog.h usability... yes
  181. checking syslog.h presence... yes
  182. checking for syslog.h... yes
  183. checking for unistd.h... (cached) yes
  184. checking for inttypes.h... (cached) yes
  185. checking sys/uio.h usability... yes
  186. checking sys/uio.h presence... yes
  187. checking for sys/uio.h... yes
  188. checking sys/param.h usability... yes
  189. checking sys/param.h presence... yes
  190. checking for sys/param.h... yes
  191. checking sysexits.h usability... yes
  192. checking sysexits.h presence... yes
  193. checking for sysexits.h... yes
  194. checking stdarg.h usability... yes
  195. checking stdarg.h presence... yes
  196. checking for stdarg.h... yes
  197. checking varargs.h usability... no
  198. checking varargs.h presence... no
  199. checking for varargs.h... no
  200. checking whether you have ss_family in struct sockaddr_storage... yes
  201. checking whether you have sa_len in struct sockaddr... yes
  202. checking for socklen_t... yes
  203. checking for gethostname... yes
  204. checking for getdomainname... yes
  205. checking for getpwnam... yes
  206. checking for getspnam... no
  207. checking for gettimeofday... yes
  208. checking for inet_aton... yes
  209. checking for memcpy... yes
  210. checking for mkdir... yes
  211. checking for select... yes
  212. checking for socket... yes
  213. checking for strchr... yes
  214. checking for strdup... yes
  215. checking for strerror... yes
  216. checking for strspn... yes
  217. checking for strstr... yes
  218. checking for strtol... yes
  219. checking for jrand48... yes
  220. checking for getpassphrase... no
  221. configure: updating cache ./config.cache
  222. configure: creating ./config.status
  223. config.status: creating Makefile
  224. config.status: creating libsasl2.pc
  225. config.status: creating include/Makefile
  226. config.status: creating sasldb/Makefile
  227. config.status: creating plugins/Makefile
  228. config.status: creating lib/Makefile
  229. config.status: creating utils/Makefile
  230. config.status: creating doc/Makefile
  231. config.status: creating sample/Makefile
  232. config.status: creating java/Makefile
  233. config.status: creating java/CyrusSasl/Makefile
  234. config.status: creating java/Test/Makefile
  235. config.status: creating java/javax/Makefile
  236. config.status: creating java/javax/security/Makefile
  237. config.status: creating java/javax/security/auth/Makefile
  238. config.status: creating java/javax/security/auth/callback/Makefile
  239. config.status: creating pwcheck/Makefile
  240. config.status: creating man/Makefile
  241. config.status: creating config.h
  242. config.status: executing depfiles commands
  243. === configuring in saslauthd (/usr/obj/media/dvlfiles/build/ports/security/cyrus-sasl2/work/cyrus-sasl-2.1.26/saslauthd)
  244. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  '--sysconfdir=/usr/local/etc' '--with-configdir=/usr/local/lib/sasl2:/usr/local/etc/sasl2' '--with-plugindir=/usr/local/lib/sasl2' '--with-dbpath=/usr/local/etc/sasldb2' '--with-pkgconfigdir=/usr/local/libdata/pkgconfig' '--includedir=/usr/local/include' '--enable-static' '--enable-auth-sasldb' '--with-rc4=openssl' '--with-saslauthd=/var/run/saslauthd' '--disable-krb4' '--with-dblib=ndbm' '--without-mysql' '--without-pgsql' '--without-sqlite' '--without-sqlite3' '--enable-obsolete_cram_attr=no' '--with-authdaemond=no' '--enable-login' '--disable-otp' '--disable-cram' '--disable-digest' '--disable-ntlm' '--disable-scram' '--disable-gssapi' '--with-openssl=yes' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd9.1' 'build_alias=amd64-portbld-freebsd9.1' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -march=core2' 'LDFLAGS= -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-fPIC' 'CPP=cpp' --cache-file=.././config.cache --srcdir=.
  245. configure: loading cache .././config.cache
  246. checking build system type... (cached) amd64-portbld-freebsd9.1
  247. checking host system type... (cached) amd64-portbld-freebsd9.1
  248. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
  249. checking whether build environment is sane... yes
  250. checking for a thread-safe mkdir -p... (cached) /usr/local/bin/gmkdir -p
  251. checking for gawk... (cached) gawk
  252. checking whether make sets $(MAKE)... (cached) yes
  253. checking for gcc... (cached) cc
  254. checking for C compiler default output file name... a.out
  255. checking whether the C compiler works... yes
  256. checking whether we are cross compiling... no
  257. checking for suffix of executables...
  258. checking for suffix of object files... (cached) o
  259. checking whether we are using the GNU C compiler... (cached) yes
  260. checking whether cc accepts -g... (cached) yes
  261. checking for cc option to accept ISO C89... (cached) none needed
  262. checking for style of include used by make... GNU
  263. checking dependency style of cc... (cached) gcc3
  264. checking how to run the C preprocessor... cpp
  265. checking for gawk... (cached) gawk
  266. checking whether make sets $(MAKE)... (cached) yes
  267. checking whether ln -s works... yes
  268. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
  269. checking for __attribute__... (cached) yes
  270. checking for runpath switch... (cached) -R
  271. checking for connect... (cached) yes
  272. checking for res_search... (cached) yes
  273. checking for dn_expand... (cached) yes
  274. checking for dns_lookup... (cached) no
  275. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  276. checking for egrep... (cached) /usr/bin/grep -E
  277. checking for ANSI C header files... (cached) yes
  278. checking for sys/types.h... (cached) yes
  279. checking for sys/stat.h... (cached) yes
  280. checking for stdlib.h... (cached) yes
  281. checking for string.h... (cached) yes
  282. checking for memory.h... (cached) yes
  283. checking for strings.h... (cached) yes
  284. checking for inttypes.h... (cached) yes
  285. checking for stdint.h... (cached) yes
  286. checking for unistd.h... (cached) yes
  287. checking size of long... (cached) 8
  288. checking what directory libraries are found in... (cached) lib
  289. checking for RSAPublicEncrypt in -lrsaref... (cached) no
  290. checking for openssl/evp.h... (cached) yes
  291. checking for EVP_DigestInit in -lcrypto... (cached) yes
  292. checking for OpenSSL... yes
  293. checking for des_cbc_encrypt in -lcrypto... (cached) no
  294. checking for DES_cbc_encrypt in -lcrypto... (cached) yes
  295. checking for openssl/des.h... (cached) yes
  296. checking KERBEROS_V4... disabled
  297. checking for crypt... (cached) no
  298. checking for crypt in -lcrypt... (cached) yes
  299. checking GSSAPI... disabled
  300. checking for crypt... (cached) no
  301. checking for crypt in -lcrypt... (cached) yes
  302. checking DB path to use... /usr/local/etc/sasldb2
  303. checking for ndbm.h... (cached) yes
  304. checking for dbm_open in -lndbm... (cached) no
  305. checking for dbm_open... (cached) yes
  306. checking DB library to use... ndbm
  307. checking for pam_start in -lpam... yes
  308. checking for security/pam_appl.h... (cached) yes
  309. checking for PAM support... yes
  310. checking for inet_aton in -lresolv... (cached) no
  311. checking to include LDAP support... no
  312. checking for ANSI C header files... (cached) yes
  313. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  314. checking whether time.h and sys/time.h may both be included... (cached) yes
  315. checking crypt.h usability... no
  316. checking crypt.h presence... no
  317. checking for crypt.h... no
  318. checking for fcntl.h... (cached) yes
  319. checking krb5.h usability... no
  320. checking krb5.h presence... no
  321. checking for krb5.h... no
  322. checking for strings.h... (cached) yes
  323. checking for syslog.h... (cached) yes
  324. checking for unistd.h... (cached) yes
  325. checking for sys/time.h... (cached) yes
  326. checking for sys/uio.h... (cached) yes
  327. checking for an ANSI C-conforming const... (cached) yes
  328. checking for pid_t... (cached) yes
  329. checking whether cc implements __func__... yes
  330. checking return type of signal handlers... (cached) void
  331. checking for gethostname... (cached) yes
  332. checking for mkdir... (cached) yes
  333. checking for socket... (cached) yes
  334. checking for strdup... (cached) yes
  335. checking for getspnam... (cached) no
  336. checking for getuserpw... no
  337. checking for asprintf... yes
  338. checking for strlcat... yes
  339. checking for strlcpy... yes
  340. checking for getaddrinfo... (cached) yes
  341. checking for getnameinfo... (cached) yes
  342. checking whether you have ss_family in struct sockaddr_storage... (cached) yes
  343. checking whether you have sa_len in struct sockaddr... (cached) yes
  344. checking for socklen_t... (cached) yes
  345. configure: updating cache .././config.cache
  346. configure: creating ./config.status
  347. config.status: creating Makefile
  348. config.status: creating saslauthd.h
  349. config.status: executing depfiles commands
  350. Configuration Complete. Type 'make' to build.
  351. ===>  Building for cyrus-sasl-2.1.26_1
  352. make  all-recursive
  353. Making all in include
  354. cc -DHAVE_CONFIG_H -I. -I..    -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT makemd5.o -MD -MP -MF .deps/makemd5.Tpo -c -o makemd5.o makemd5.c
  355. mv -f .deps/makemd5.Tpo .deps/makemd5.Po
  356. /bin/sh /usr/local/bin/libtool   --mode=link  cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2  -Wl,-rpath=/usr/lib:/usr/local/lib -o makemd5 makemd5.o  
  357. libtool: link: cc -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -Wl,-rpath=/usr/lib:/usr/local/lib -o makemd5 makemd5.o
  358. rm -f md5global.h
  359. ./makemd5 md5global.h
  360. Making all in sasldb
  361. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT allockey.lo -MD -MP -MF .deps/allockey.Tpo -c -o allockey.lo allockey.c
  362. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT allockey.lo -MD -MP -MF .deps/allockey.Tpo -c allockey.c  -fPIC -DPIC -o .libs/allockey.o
  363. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT allockey.lo -MD -MP -MF .deps/allockey.Tpo -c allockey.c -o allockey.o >/dev/null 2>&1
  364. mv -f .deps/allockey.Tpo .deps/allockey.Plo
  365. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT db_ndbm.lo -MD -MP -MF .deps/db_ndbm.Tpo -c -o db_ndbm.lo db_ndbm.c
  366. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT db_ndbm.lo -MD -MP -MF .deps/db_ndbm.Tpo -c db_ndbm.c  -fPIC -DPIC -o .libs/db_ndbm.o
  367. db_ndbm.c: In function '_sasldb_getdata':
  368. db_ndbm.c:95: warning: passing argument 3 of 'utils->getcallback' from incompatible pointer type
  369. db_ndbm.c: In function '_sasldb_putdata':
  370. db_ndbm.c:173: warning: passing argument 3 of 'utils->getcallback' from incompatible pointer type
  371. db_ndbm.c: In function '_sasl_check_db':
  372. db_ndbm.c:237: warning: passing argument 3 of 'utils->getcallback' from incompatible pointer type
  373. db_ndbm.c:252: warning: passing argument 3 of 'utils->getcallback' from incompatible pointer type
  374. db_ndbm.c: In function '_sasldb_getkeyhandle':
  375. db_ndbm.c:314: warning: passing argument 3 of 'utils->getcallback' from incompatible pointer type
  376. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT db_ndbm.lo -MD -MP -MF .deps/db_ndbm.Tpo -c db_ndbm.c -o db_ndbm.o >/dev/null 2>&1
  377. mv -f .deps/db_ndbm.Tpo .deps/db_ndbm.Plo
  378. /bin/sh /usr/local/bin/libtool   --mode=link  cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2  -Wl,-rpath=/usr/lib:/usr/local/lib -o libsasldb.la  allockey.lo db_ndbm.lo
  379. libtool: link: ar cru .libs/libsasldb.a .libs/allockey.o .libs/db_ndbm.o
  380. libtool: link: ranlib .libs/libsasldb.a
  381. libtool: link: ( cd ".libs" && rm -f "libsasldb.la" && ln -s "../libsasldb.la" "libsasldb.la" )
  382. ar cru .libs/libsasldb.a db_ndbm.o allockey.o
  383. Making all in lib
  384. ln -s ../plugins/sasldb.c ../sasldb/db_ndbm.c ../sasldb/allockey.c ../plugins/plain.c ../plugins/anonymous.c ../plugins/login.c .
  385. make  all-am
  386. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT auxprop.lo -MD -MP -MF .deps/auxprop.Tpo -c -o auxprop.lo auxprop.c
  387. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT auxprop.lo -MD -MP -MF .deps/auxprop.Tpo -c auxprop.c  -fPIC -DPIC -o .libs/auxprop.o
  388. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT auxprop.lo -MD -MP -MF .deps/auxprop.Tpo -c auxprop.c -o auxprop.o >/dev/null 2>&1
  389. mv -f .deps/auxprop.Tpo .deps/auxprop.Plo
  390. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT canonusr.lo -MD -MP -MF .deps/canonusr.Tpo -c -o canonusr.lo canonusr.c
  391. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT canonusr.lo -MD -MP -MF .deps/canonusr.Tpo -c canonusr.c  -fPIC -DPIC -o .libs/canonusr.o
  392. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT canonusr.lo -MD -MP -MF .deps/canonusr.Tpo -c canonusr.c -o canonusr.o >/dev/null 2>&1
  393. mv -f .deps/canonusr.Tpo .deps/canonusr.Plo
  394. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT checkpw.lo -MD -MP -MF .deps/checkpw.Tpo -c -o checkpw.lo checkpw.c
  395. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT checkpw.lo -MD -MP -MF .deps/checkpw.Tpo -c checkpw.c  -fPIC -DPIC -o .libs/checkpw.o
  396. checkpw.c: In function '_sasl_make_plain_secret':
  397. checkpw.c:119: warning: pointer targets in passing argument 2 of '_sasl_MD5Update' differ in signedness
  398. checkpw.c:120: warning: pointer targets in passing argument 2 of '_sasl_MD5Update' differ in signedness
  399. checkpw.c:121: warning: pointer targets in passing argument 2 of '_sasl_MD5Update' differ in signedness
  400. checkpw.c: In function '_sasl_auxprop_verify_apop':
  401. checkpw.c:371: warning: pointer targets in passing argument 2 of '_sasl_MD5Update' differ in signedness
  402. checkpw.c:373: warning: pointer targets in passing argument 2 of '_sasl_MD5Update' differ in signedness
  403. checkpw.c: In function 'saslauthd_verify_password':
  404. checkpw.c:662: warning: passing argument 3 of '_sasl_getcallback' from incompatible pointer type
  405. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT checkpw.lo -MD -MP -MF .deps/checkpw.Tpo -c checkpw.c -o checkpw.o >/dev/null 2>&1
  406. mv -f .deps/checkpw.Tpo .deps/checkpw.Plo
  407. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT client.lo -MD -MP -MF .deps/client.Tpo -c -o client.lo client.c
  408. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.c  -fPIC -DPIC -o .libs/client.o
  409. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.c -o client.o >/dev/null 2>&1
  410. mv -f .deps/client.Tpo .deps/client.Plo
  411. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c
  412. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c  -fPIC -DPIC -o .libs/common.o
  413. common.c: In function 'sasl_getprop':
  414. common.c:1049: warning: assignment discards qualifiers from pointer target type
  415. common.c:1052: warning: assignment discards qualifiers from pointer target type
  416. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o >/dev/null 2>&1
  417. mv -f .deps/common.Tpo .deps/common.Plo
  418. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT config.lo -MD -MP -MF .deps/config.Tpo -c -o config.lo config.c
  419. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c  -fPIC -DPIC -o .libs/config.o
  420. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c -o config.o >/dev/null 2>&1
  421. mv -f .deps/config.Tpo .deps/config.Plo
  422. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT external.lo -MD -MP -MF .deps/external.Tpo -c -o external.lo external.c
  423. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT external.lo -MD -MP -MF .deps/external.Tpo -c external.c  -fPIC -DPIC -o .libs/external.o
  424. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT external.lo -MD -MP -MF .deps/external.Tpo -c external.c -o external.o >/dev/null 2>&1
  425. mv -f .deps/external.Tpo .deps/external.Plo
  426. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
  427. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/md5.o
  428. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
  429. mv -f .deps/md5.Tpo .deps/md5.Plo
  430. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT saslutil.lo -MD -MP -MF .deps/saslutil.Tpo -c -o saslutil.lo saslutil.c
  431. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT saslutil.lo -MD -MP -MF .deps/saslutil.Tpo -c saslutil.c  -fPIC -DPIC -o .libs/saslutil.o
  432. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT saslutil.lo -MD -MP -MF .deps/saslutil.Tpo -c saslutil.c -o saslutil.o >/dev/null 2>&1
  433. mv -f .deps/saslutil.Tpo .deps/saslutil.Plo
  434. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT server.lo -MD -MP -MF .deps/server.Tpo -c -o server.lo server.c
  435. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT server.lo -MD -MP -MF .deps/server.Tpo -c server.c  -fPIC -DPIC -o .libs/server.o
  436. server.c: In function 'load_config':
  437. server.c:654: warning: field precision should have type 'int', but argument 4 has type 'size_t'
  438. server.c:654: warning: field precision should have type 'int', but argument 4 has type 'size_t'
  439. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT server.lo -MD -MP -MF .deps/server.Tpo -c server.c -o server.o >/dev/null 2>&1
  440. mv -f .deps/server.Tpo .deps/server.Plo
  441. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT seterror.lo -MD -MP -MF .deps/seterror.Tpo -c -o seterror.lo seterror.c
  442. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT seterror.lo -MD -MP -MF .deps/seterror.Tpo -c seterror.c  -fPIC -DPIC -o .libs/seterror.o
  443. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT seterror.lo -MD -MP -MF .deps/seterror.Tpo -c seterror.c -o seterror.o >/dev/null 2>&1
  444. mv -f .deps/seterror.Tpo .deps/seterror.Plo
  445. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c -o dlopen.lo dlopen.c
  446. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c dlopen.c  -fPIC -DPIC -o .libs/dlopen.o
  447. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c dlopen.c -o dlopen.o >/dev/null 2>&1
  448. mv -f .deps/dlopen.Tpo .deps/dlopen.Plo
  449. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb  -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c -o plugin_common.lo `test -f '../plugins/plugin_common.c' || echo './'`../plugins/plugin_common.c
  450. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c ../plugins/plugin_common.c  -fPIC -DPIC -o .libs/plugin_common.o
  451. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c ../plugins/plugin_common.c -o plugin_common.o >/dev/null 2>&1
  452. mv -f .deps/plugin_common.Tpo .deps/plugin_common.Plo
  453. /bin/sh /usr/local/bin/libtool    --mode=link cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2  -version-info 3:0:0 -Wl,-rpath=/usr/lib:/usr/local/lib -o libsasl2.la -rpath /usr/local/lib auxprop.lo canonusr.lo checkpw.lo client.lo common.lo  config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo  dlopen.lo plugin_common.lo      
  454. libtool: link: cc -shared  -fPIC -DPIC  .libs/auxprop.o .libs/canonusr.o .libs/checkpw.o .libs/client.o .libs/common.o .libs/config.o .libs/external.o .libs/md5.o .libs/saslutil.o .libs/server.o .libs/seterror.o .libs/dlopen.o .libs/plugin_common.o    -O2 -march=core2 -Wl,-rpath=/usr/lib:/usr/local/lib   -Wl,-soname -Wl,libsasl2.so.3 -o .libs/libsasl2.so.3
  455. libtool: link: (cd ".libs" && rm -f "libsasl2.so" && ln -s "libsasl2.so.3" "libsasl2.so")
  456. libtool: link: (cd ".libs" && rm -f "libsasl2.so" && ln -s "libsasl2.so.3" "libsasl2.so")
  457. libtool: link: ar cru .libs/libsasl2.a  auxprop.o canonusr.o checkpw.o client.o common.o config.o external.o md5.o saslutil.o server.o seterror.o dlopen.o plugin_common.o
  458. libtool: link: ranlib .libs/libsasl2.a
  459. libtool: link: ( cd ".libs" && rm -f "libsasl2.la" && ln -s "../libsasl2.la" "libsasl2.la" )
  460. cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT sasldb.o -MD -MP -MF .deps/sasldb.Tpo -c -o sasldb.o sasldb.c
  461. sasldb.c: In function 'sasldb_auxprop_store':
  462. sasldb.c:251: warning: initialization discards qualifiers from pointer target type
  463. mv -f .deps/sasldb.Tpo .deps/sasldb.Po
  464. cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT db_ndbm.o -MD -MP -MF .deps/db_ndbm.Tpo -c -o db_ndbm.o db_ndbm.c
  465. db_ndbm.c: In function '_sasldb_getdata':
  466. db_ndbm.c:95: warning: passing argument 3 of 'utils->getcallback' from incompatible pointer type
  467. db_ndbm.c: In function '_sasldb_putdata':
  468. db_ndbm.c:173: warning: passing argument 3 of 'utils->getcallback' from incompatible pointer type
  469. db_ndbm.c: In function '_sasl_check_db':
  470. db_ndbm.c:237: warning: passing argument 3 of 'utils->getcallback' from incompatible pointer type
  471. db_ndbm.c:252: warning: passing argument 3 of 'utils->getcallback' from incompatible pointer type
  472. db_ndbm.c: In function '_sasldb_getkeyhandle':
  473. db_ndbm.c:314: warning: passing argument 3 of 'utils->getcallback' from incompatible pointer type
  474. mv -f .deps/db_ndbm.Tpo .deps/db_ndbm.Po
  475. cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT allockey.o -MD -MP -MF .deps/allockey.Tpo -c -o allockey.o allockey.c
  476. mv -f .deps/allockey.Tpo .deps/allockey.Po
  477. cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plain.o -MD -MP -MF .deps/plain.Tpo -c -o plain.o plain.c
  478. mv -f .deps/plain.Tpo .deps/plain.Po
  479. cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT anonymous.o -MD -MP -MF .deps/anonymous.Tpo -c -o anonymous.o anonymous.c
  480. mv -f .deps/anonymous.Tpo .deps/anonymous.Po
  481. cc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT login.o -MD -MP -MF .deps/login.Tpo -c -o login.o login.c
  482. mv -f .deps/login.Tpo .deps/login.Po
  483. adding static plugins and dependencies
  484. ar cru .libs/libsasl2.a sasldb.o db_ndbm.o allockey.o plain.o anonymous.o login.o
  485. rm -f libsasl2.a
  486. ln -s .libs/libsasl2.a libsasl2.a
  487. Making all in plugins
  488. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT sasldb.lo -MD -MP -MF .deps/sasldb.Tpo -c -o sasldb.lo sasldb.c
  489. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT sasldb.lo -MD -MP -MF .deps/sasldb.Tpo -c sasldb.c  -fPIC -DPIC -o .libs/sasldb.o
  490. sasldb.c: In function 'sasldb_auxprop_store':
  491. sasldb.c:251: warning: initialization discards qualifiers from pointer target type
  492. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT sasldb.lo -MD -MP -MF .deps/sasldb.Tpo -c sasldb.c -o sasldb.o >/dev/null 2>&1
  493. mv -f .deps/sasldb.Tpo .deps/sasldb.Plo
  494. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT sasldb_init.lo -MD -MP -MF .deps/sasldb_init.Tpo -c -o sasldb_init.lo sasldb_init.c
  495. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT sasldb_init.lo -MD -MP -MF .deps/sasldb_init.Tpo -c sasldb_init.c  -fPIC -DPIC -o .libs/sasldb_init.o
  496. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT sasldb_init.lo -MD -MP -MF .deps/sasldb_init.Tpo -c sasldb_init.c -o sasldb_init.o >/dev/null 2>&1
  497. mv -f .deps/sasldb_init.Tpo .deps/sasldb_init.Plo
  498. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c -o plugin_common.lo plugin_common.c
  499. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c plugin_common.c  -fPIC -DPIC -o .libs/plugin_common.o
  500. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c plugin_common.c -o plugin_common.o >/dev/null 2>&1
  501. mv -f .deps/plugin_common.Tpo .deps/plugin_common.Plo
  502. /bin/sh /usr/local/bin/libtool   --mode=link  cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -module -export-dynamic -rpath /usr/local/lib/sasl2 -version-info 3:0:0 -Wl,-rpath=/usr/lib:/usr/local/lib -o libsasldb.la  sasldb.lo sasldb_init.lo plugin_common.lo ../sasldb/libsasldb.la  
  503. libtool: link: cc -shared  -fPIC -DPIC  .libs/sasldb.o .libs/sasldb_init.o .libs/plugin_common.o  -Wl,--whole-archive ../sasldb/.libs/libsasldb.a -Wl,--no-whole-archive   -O2 -march=core2 -Wl,-rpath=/usr/lib:/usr/local/lib   -Wl,-soname -Wl,libsasldb.so.3 -o .libs/libsasldb.so.3
  504. libtool: link: (cd ".libs" && rm -f "libsasldb.so" && ln -s "libsasldb.so.3" "libsasldb.so")
  505. libtool: link: (cd ".libs" && rm -f "libsasldb.so" && ln -s "libsasldb.so.3" "libsasldb.so")
  506. libtool: link: (cd .libs/libsasldb.lax/libsasldb.a && ar x "/usr/obj/media/dvlfiles/build/ports/security/cyrus-sasl2/work/cyrus-sasl-2.1.26/plugins/../sasldb/.libs/libsasldb.a")
  507. libtool: link: ar cru .libs/libsasldb.a  sasldb.o sasldb_init.o plugin_common.o  .libs/libsasldb.lax/libsasldb.a/allockey.o .libs/libsasldb.lax/libsasldb.a/db_ndbm.o
  508. libtool: link: ranlib .libs/libsasldb.a
  509. libtool: link: rm -fr .libs/libsasldb.lax
  510. libtool: link: ( cd ".libs" && rm -f "libsasldb.la" && ln -s "../libsasldb.la" "libsasldb.la" )
  511. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plain.lo -MD -MP -MF .deps/plain.Tpo -c -o plain.lo plain.c
  512. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plain.lo -MD -MP -MF .deps/plain.Tpo -c plain.c  -fPIC -DPIC -o .libs/plain.o
  513. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plain.lo -MD -MP -MF .deps/plain.Tpo -c plain.c -o plain.o >/dev/null 2>&1
  514. mv -f .deps/plain.Tpo .deps/plain.Plo
  515. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plain_init.lo -MD -MP -MF .deps/plain_init.Tpo -c -o plain_init.lo plain_init.c
  516. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plain_init.lo -MD -MP -MF .deps/plain_init.Tpo -c plain_init.c  -fPIC -DPIC -o .libs/plain_init.o
  517. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT plain_init.lo -MD -MP -MF .deps/plain_init.Tpo -c plain_init.c -o plain_init.o >/dev/null 2>&1
  518. mv -f .deps/plain_init.Tpo .deps/plain_init.Plo
  519. /bin/sh /usr/local/bin/libtool   --mode=link  cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -module -export-dynamic -rpath /usr/local/lib/sasl2 -version-info 3:0:0 -Wl,-rpath=/usr/lib:/usr/local/lib -o libplain.la  plain.lo plain_init.lo plugin_common.lo -lcrypt  
  520. libtool: link: cc -shared  -fPIC -DPIC  .libs/plain.o .libs/plain_init.o .libs/plugin_common.o   -lcrypt  -O2 -march=core2 -Wl,-rpath=/usr/lib:/usr/local/lib   -Wl,-soname -Wl,libplain.so.3 -o .libs/libplain.so.3
  521. libtool: link: (cd ".libs" && rm -f "libplain.so" && ln -s "libplain.so.3" "libplain.so")
  522. libtool: link: (cd ".libs" && rm -f "libplain.so" && ln -s "libplain.so.3" "libplain.so")
  523. libtool: link: ar cru .libs/libplain.a  plain.o plain_init.o plugin_common.o
  524. libtool: link: ranlib .libs/libplain.a
  525. libtool: link: ( cd ".libs" && rm -f "libplain.la" && ln -s "../libplain.la" "libplain.la" )
  526. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT anonymous.lo -MD -MP -MF .deps/anonymous.Tpo -c -o anonymous.lo anonymous.c
  527. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT anonymous.lo -MD -MP -MF .deps/anonymous.Tpo -c anonymous.c  -fPIC -DPIC -o .libs/anonymous.o
  528. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT anonymous.lo -MD -MP -MF .deps/anonymous.Tpo -c anonymous.c -o anonymous.o >/dev/null 2>&1
  529. mv -f .deps/anonymous.Tpo .deps/anonymous.Plo
  530. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT anonymous_init.lo -MD -MP -MF .deps/anonymous_init.Tpo -c -o anonymous_init.lo anonymous_init.c
  531. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT anonymous_init.lo -MD -MP -MF .deps/anonymous_init.Tpo -c anonymous_init.c  -fPIC -DPIC -o .libs/anonymous_init.o
  532. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT anonymous_init.lo -MD -MP -MF .deps/anonymous_init.Tpo -c anonymous_init.c -o anonymous_init.o >/dev/null 2>&1
  533. mv -f .deps/anonymous_init.Tpo .deps/anonymous_init.Plo
  534. /bin/sh /usr/local/bin/libtool   --mode=link  cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -module -export-dynamic -rpath /usr/local/lib/sasl2 -version-info 3:0:0 -Wl,-rpath=/usr/lib:/usr/local/lib -o libanonymous.la  anonymous.lo anonymous_init.lo  plugin_common.lo  
  535. libtool: link: cc -shared  -fPIC -DPIC  .libs/anonymous.o .libs/anonymous_init.o .libs/plugin_common.o    -O2 -march=core2 -Wl,-rpath=/usr/lib:/usr/local/lib   -Wl,-soname -Wl,libanonymous.so.3 -o .libs/libanonymous.so.3
  536. libtool: link: (cd ".libs" && rm -f "libanonymous.so" && ln -s "libanonymous.so.3" "libanonymous.so")
  537. libtool: link: (cd ".libs" && rm -f "libanonymous.so" && ln -s "libanonymous.so.3" "libanonymous.so")
  538. libtool: link: ar cru .libs/libanonymous.a  anonymous.o anonymous_init.o plugin_common.o
  539. libtool: link: ranlib .libs/libanonymous.a
  540. libtool: link: ( cd ".libs" && rm -f "libanonymous.la" && ln -s "../libanonymous.la" "libanonymous.la" )
  541. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT login.lo -MD -MP -MF .deps/login.Tpo -c -o login.lo login.c
  542. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT login.lo -MD -MP -MF .deps/login.Tpo -c login.c  -fPIC -DPIC -o .libs/login.o
  543. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT login.lo -MD -MP -MF .deps/login.Tpo -c login.c -o login.o >/dev/null 2>&1
  544. mv -f .deps/login.Tpo .deps/login.Plo
  545. /bin/sh /usr/local/bin/libtool    --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT login_init.lo -MD -MP -MF .deps/login_init.Tpo -c -o login_init.lo login_init.c
  546. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT login_init.lo -MD -MP -MF .deps/login_init.Tpo -c login_init.c  -fPIC -DPIC -o .libs/login_init.o
  547. libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -fPIC -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT login_init.lo -MD -MP -MF .deps/login_init.Tpo -c login_init.c -o login_init.o >/dev/null 2>&1
  548. mv -f .deps/login_init.Tpo .deps/login_init.Plo
  549. /bin/sh /usr/local/bin/libtool   --mode=link  cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -module -export-dynamic -rpath /usr/local/lib/sasl2 -version-info 3:0:0 -Wl,-rpath=/usr/lib:/usr/local/lib -o liblogin.la  login.lo login_init.lo plugin_common.lo -lcrypt  
  550. libtool: link: cc -shared  -fPIC -DPIC  .libs/login.o .libs/login_init.o .libs/plugin_common.o   -lcrypt  -O2 -march=core2 -Wl,-rpath=/usr/lib:/usr/local/lib   -Wl,-soname -Wl,liblogin.so.3 -o .libs/liblogin.so.3
  551. libtool: link: (cd ".libs" && rm -f "liblogin.so" && ln -s "liblogin.so.3" "liblogin.so")
  552. libtool: link: (cd ".libs" && rm -f "liblogin.so" && ln -s "liblogin.so.3" "liblogin.so")
  553. libtool: link: ar cru .libs/liblogin.a  login.o login_init.o plugin_common.o
  554. libtool: link: ranlib .libs/liblogin.a
  555. libtool: link: ( cd ".libs" && rm -f "liblogin.la" && ln -s "../liblogin.la" "liblogin.la" )
  556. Making all in utils
  557. cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT dbconverter-2.o -MD -MP -MF .deps/dbconverter-2.Tpo -c -o dbconverter-2.o dbconverter-2.c
  558. dbconverter-2.c:379: warning: initialization from incompatible pointer type
  559. mv -f .deps/dbconverter-2.Tpo .deps/dbconverter-2.Po
  560. /bin/sh /usr/local/bin/libtool   --mode=link  cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2  -Wl,-rpath=/usr/lib:/usr/local/lib -o dbconverter-2 dbconverter-2.o ../sasldb/libsasldb.la ../lib/libsasl2.la  
  561. libtool: link: cc -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -Wl,-rpath=/usr/lib:/usr/local/lib -o .libs/dbconverter-2 dbconverter-2.o  ../sasldb/.libs/libsasldb.a ../lib/.libs/libsasl2.so -Wl,-rpath -Wl,/usr/local/lib
  562. cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT saslpasswd.o -MD -MP -MF .deps/saslpasswd.Tpo -c -o saslpasswd.o saslpasswd.c
  563. mv -f .deps/saslpasswd.Tpo .deps/saslpasswd.Po
  564. /bin/sh /usr/local/bin/libtool   --mode=link  cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2  -Wl,-rpath=/usr/lib:/usr/local/lib -o saslpasswd2 saslpasswd.o ../sasldb/libsasldb.la ../lib/libsasl2.la  
  565. libtool: link: cc -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -Wl,-rpath=/usr/lib:/usr/local/lib -o .libs/saslpasswd2 saslpasswd.o  ../sasldb/.libs/libsasldb.a ../lib/.libs/libsasl2.so -Wl,-rpath -Wl,/usr/local/lib
  566. cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT sasldblistusers.o -MD -MP -MF .deps/sasldblistusers.Tpo -c -o sasldblistusers.o sasldblistusers.c
  567. mv -f .deps/sasldblistusers.Tpo .deps/sasldblistusers.Po
  568. /bin/sh /usr/local/bin/libtool   --mode=link  cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2  -Wl,-rpath=/usr/lib:/usr/local/lib -o sasldblistusers2 sasldblistusers.o ../sasldb/libsasldb.la ../lib/libsasl2.la  
  569. libtool: link: cc -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -Wl,-rpath=/usr/lib:/usr/local/lib -o .libs/sasldblistusers2 sasldblistusers.o  ../sasldb/.libs/libsasldb.a ../lib/.libs/libsasl2.so -Wl,-rpath -Wl,/usr/local/lib
  570. cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -fPIC  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -MT pluginviewer.o -MD -MP -MF .deps/pluginviewer.Tpo -c -o pluginviewer.o pluginviewer.c
  571. pluginviewer.c: In function 'plugview_sasl_getopt':
  572. pluginviewer.c:212: warning: unused parameter 'context'
  573. pluginviewer.c:213: warning: unused parameter 'plugin_name'
  574. pluginviewer.c: In function 'main':
  575. pluginviewer.c:425: warning: passing argument 2 of 'getsubopt' from incompatible pointer type
  576. pluginviewer.c:450: warning: passing argument 2 of 'getsubopt' from incompatible pointer type
  577. pluginviewer.c:479: warning: passing argument 2 of 'getsubopt' from incompatible pointer type
  578. mv -f .deps/pluginviewer.Tpo .deps/pluginviewer.Po
  579. /bin/sh /usr/local/bin/libtool   --mode=link  cc  -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2  -Wl,-rpath=/usr/lib:/usr/local/lib -o pluginviewer pluginviewer.o ../lib/libsasl2.la  
  580. libtool: link: cc -Wall -W -O2 -fno-strict-aliasing -pipe -march=core2 -Wl,-rpath=/usr/lib:/usr/local/lib -o .libs/pluginviewer pluginviewer.o  ../lib/.libs/libsasl2.so -Wl,-rpath -Wl,/usr/local/lib
  581. Making all in doc
  582. Making all in man
  583. env UPGRADE_TOOL=portupgrade UPGRADE_PORT=cyrus-sasl-2.1.26_1 UPGRADE_PORT_VER=2.1.26_1 make -DFORCE_PKG_REGISTER reinstall
  584. ===>  Installing for cyrus-sasl-2.1.26_1
  585. ===>   Generating temporary packing list
  586. *** Updated user `cyrus'.
  587. Making install in include
  588. test -z "" || /usr/local/bin/gmkdir -p ""
  589. test -z "/usr/local/include/sasl" || /usr/local/bin/gmkdir -p "/usr/local/include/sasl"
  590. install  -o root -g wheel -m 444 hmac-md5.h md5.h md5global.h sasl.h saslplug.h saslutil.h prop.h '/usr/local/include/sasl'
  591. Making install in sasldb
  592. ar cru .libs/libsasldb.a db_ndbm.o allockey.o
  593. Making install in lib
  594. ln -s ../plugins/sasldb.c ../sasldb/db_ndbm.c ../sasldb/allockey.c ../plugins/plain.c ../plugins/anonymous.c ../plugins/login.c .
  595. ln: ./sasldb.c: File exists
  596. ln: ./db_ndbm.c: File exists
  597. ln: ./allockey.c: File exists
  598. ln: ./plain.c: File exists
  599. ln: ./anonymous.c: File exists
  600. ln: ./login.c: File exists
  601. *** [linksrcs] Error code 1 (ignored)
  602. make  install-am
  603. test -z "/usr/local/lib" || /usr/local/bin/gmkdir -p "/usr/local/lib"
  604. /bin/sh /usr/local/bin/libtool   --mode=install /usr/bin/install -c -o root -g wheel   libsasl2.la '/usr/local/lib'
  605. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsasl2.so.3 /usr/local/lib/libsasl2.so.3
  606. libtool: install: (cd /usr/local/lib && { ln -s -f libsasl2.so.3 libsasl2.so || { rm -f libsasl2.so && ln -s libsasl2.so.3 libsasl2.so; }; })
  607. libtool: install: (cd /usr/local/lib && { ln -s -f libsasl2.so.3 libsasl2.so || { rm -f libsasl2.so && ln -s libsasl2.so.3 libsasl2.so; }; })
  608. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsasl2.lai /usr/local/lib/libsasl2.la
  609. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsasl2.a /usr/local/lib/libsasl2.a
  610. libtool: install: chmod 644 /usr/local/lib/libsasl2.a
  611. libtool: install: ranlib /usr/local/lib/libsasl2.a
  612. make  install-exec-hook
  613. Making install in plugins
  614. test -z "/usr/local/lib/sasl2" || /usr/local/bin/gmkdir -p "/usr/local/lib/sasl2"
  615. /bin/sh /usr/local/bin/libtool   --mode=install /usr/bin/install -c -o root -g wheel   libsasldb.la libplain.la libanonymous.la liblogin.la '/usr/local/lib/sasl2'
  616. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsasldb.so.3 /usr/local/lib/sasl2/libsasldb.so.3
  617. libtool: install: (cd /usr/local/lib/sasl2 && { ln -s -f libsasldb.so.3 libsasldb.so || { rm -f libsasldb.so && ln -s libsasldb.so.3 libsasldb.so; }; })
  618. libtool: install: (cd /usr/local/lib/sasl2 && { ln -s -f libsasldb.so.3 libsasldb.so || { rm -f libsasldb.so && ln -s libsasldb.so.3 libsasldb.so; }; })
  619. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsasldb.lai /usr/local/lib/sasl2/libsasldb.la
  620. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libplain.so.3 /usr/local/lib/sasl2/libplain.so.3
  621. libtool: install: (cd /usr/local/lib/sasl2 && { ln -s -f libplain.so.3 libplain.so || { rm -f libplain.so && ln -s libplain.so.3 libplain.so; }; })
  622. libtool: install: (cd /usr/local/lib/sasl2 && { ln -s -f libplain.so.3 libplain.so || { rm -f libplain.so && ln -s libplain.so.3 libplain.so; }; })
  623. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libplain.lai /usr/local/lib/sasl2/libplain.la
  624. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libanonymous.so.3 /usr/local/lib/sasl2/libanonymous.so.3
  625. libtool: install: (cd /usr/local/lib/sasl2 && { ln -s -f libanonymous.so.3 libanonymous.so || { rm -f libanonymous.so && ln -s libanonymous.so.3 libanonymous.so; }; })
  626. libtool: install: (cd /usr/local/lib/sasl2 && { ln -s -f libanonymous.so.3 libanonymous.so || { rm -f libanonymous.so && ln -s libanonymous.so.3 libanonymous.so; }; })
  627. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libanonymous.lai /usr/local/lib/sasl2/libanonymous.la
  628. libtool: install: /usr/bin/install -c -o root -g wheel .libs/liblogin.so.3 /usr/local/lib/sasl2/liblogin.so.3
  629. libtool: install: (cd /usr/local/lib/sasl2 && { ln -s -f liblogin.so.3 liblogin.so || { rm -f liblogin.so && ln -s liblogin.so.3 liblogin.so; }; })
  630. libtool: install: (cd /usr/local/lib/sasl2 && { ln -s -f liblogin.so.3 liblogin.so || { rm -f liblogin.so && ln -s liblogin.so.3 liblogin.so; }; })
  631. libtool: install: /usr/bin/install -c -o root -g wheel .libs/liblogin.lai /usr/local/lib/sasl2/liblogin.la
  632. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsasldb.a /usr/local/lib/sasl2/libsasldb.a
  633. libtool: install: chmod 644 /usr/local/lib/sasl2/libsasldb.a
  634. libtool: install: ranlib /usr/local/lib/sasl2/libsasldb.a
  635. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libplain.a /usr/local/lib/sasl2/libplain.a
  636. libtool: install: chmod 644 /usr/local/lib/sasl2/libplain.a
  637. libtool: install: ranlib /usr/local/lib/sasl2/libplain.a
  638. libtool: install: /usr/bin/install -c -o root -g wheel .libs/libanonymous.a /usr/local/lib/sasl2/libanonymous.a
  639. libtool: install: chmod 644 /usr/local/lib/sasl2/libanonymous.a
  640. libtool: install: ranlib /usr/local/lib/sasl2/libanonymous.a
  641. libtool: install: /usr/bin/install -c -o root -g wheel .libs/liblogin.a /usr/local/lib/sasl2/liblogin.a
  642. libtool: install: chmod 644 /usr/local/lib/sasl2/liblogin.a
  643. libtool: install: ranlib /usr/local/lib/sasl2/liblogin.a
  644. Making install in utils
  645. test -z "/usr/local/lib" || /usr/local/bin/gmkdir -p "/usr/local/lib"
  646. test -z "/usr/local/sbin" || /usr/local/bin/gmkdir -p "/usr/local/sbin"
  647.  /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root -g wheel -m 555 saslpasswd2 sasldblistusers2 pluginviewer '/usr/local/sbin'
  648. libtool: install: install -o root -g wheel -m 555 -s .libs/saslpasswd2 /usr/local/sbin/saslpasswd2
  649. libtool: install: install -o root -g wheel -m 555 -s .libs/sasldblistusers2 /usr/local/sbin/sasldblistusers2
  650. libtool: install: install -o root -g wheel -m 555 -s .libs/pluginviewer /usr/local/sbin/pluginviewer
  651. test -z "/usr/local/man/man8" || /usr/local/bin/gmkdir -p "/usr/local/man/man8"
  652. install  -o root -g wheel -m 444 saslpasswd2.8 sasldblistusers2.8 pluginviewer.8 '/usr/local/man/man8'
  653. test -z "/usr/local/include/sasl" || /usr/local/bin/gmkdir -p "/usr/local/include/sasl"
  654. Making install in doc
  655. Making install in man
  656. test -z "/usr/local/man/man3" || /usr/local/bin/gmkdir -p "/usr/local/man/man3"
  657. install  -o root -g wheel -m 444 sasl_authorize_t.3 sasl_done.3 sasl_listmech.3 sasl_callbacks.3 sasl_encode.3 sasl_encodev.3 sasl_log_t.3 sasl_checkpass.3 sasl_errstring.3 sasl_dispose.3 sasl_canon_user_t.3 sasl_server_init.3 sasl_client_init.3 sasl_getopt_t.3 sasl_server_new.3 sasl_client_new.3 sasl_getpath_t.3 sasl_server_start.3 sasl_client_start.3 sasl_getprop.3 sasl_server_step.3 sasl_client_step.3 sasl_getsecret_t.3 sasl_setprop.3 sasl_decode.3 sasl_getsimple_t.3 sasl.3 sasl_checkapop.3 sasl_errors.3 sasl_verifyfile_t.3 sasl_getrealm_t.3 sasl_chalprompt_t.3 sasl_auxprop_request.3 sasl_auxprop_getctx.3 sasl_auxprop.3 sasl_idle.3 sasl_errdetail.3 sasl_user_exists.3 sasl_setpass.3 sasl_server_userdb_checkpass_t.3 '/usr/local/man/man3'
  658. install  -o root -g wheel -m 444 sasl_server_userdb_setpass_t.3 sasl_global_listmech.3 sasl_getconfpath_t.3 '/usr/local/man/man3'
  659. test -z "/usr/local/libdata/pkgconfig" || /usr/local/bin/gmkdir -p "/usr/local/libdata/pkgconfig"
  660. install  -o root -g wheel -m 444 libsasl2.pc '/usr/local/libdata/pkgconfig'
  661.  
  662. You can use sasldb2 for authentication, to add users use:
  663.  
  664.        saslpasswd2 -c username
  665.  
  666. If you want to enable SMTP AUTH with the system Sendmail, read
  667. Sendmail.README
  668.  
  669. NOTE: This port has been compiled with a default pwcheck_method of
  670.      auxprop.  If you want to authenticate your user by /etc/passwd,
  671.      PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and
  672.      set sasl_pwcheck_method to saslauthd after installing the
  673.      Cyrus-IMAPd 2.X port.  You should also check the
  674.      /usr/local/lib/sasl2/*.conf files for the correct
  675.      pwcheck_method.
  676.  
  677. ===>   Compressing manual pages for cyrus-sasl-2.1.26_1
  678. ===>   Running ldconfig
  679. /sbin/ldconfig -m /usr/local/lib
  680. ===>   Registering installation for cyrus-sasl-2.1.26_1
  681. env UPGRADE_TOOL=portupgrade UPGRADE_PORT=cyrus-sasl-2.1.26_1 UPGRADE_PORT_VER=2.1.26_1 make -DFORCE_PKG_REGISTER clean
  682. ===>  Cleaning for cyrus-sasl-2.1.26_1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement