Advertisement
Guest User

Compile netatalk-3.0.3.tar.gz on Smart OS base64 1.9.1

a guest
Apr 2nd, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 79.40 KB | None | 0 0
  1. Last login: Tue Apr  2 10:51:21 on ttys003
  2. Josephs-MacBook-Pro:~ joe$ ssh admin@10.0.1.29
  3. Password:
  4. Last login: Tue Apr  2 17:51:24 2013 from 10.0.1.83
  5.    __        .                   .
  6.  _|  |_      | .-. .  . .-. :--. |-
  7. |_    _|     ;|   ||  |(.-' |  | |
  8.  |__|   `--'  `-' `;-| `-' '  ' `-'
  9.                   /  ; SmartMachine (base64 1.9.1)
  10.                   `-'  http://wiki.joyent.com/jpc2/SmartMachine+Base
  11.  
  12. [admin@my01 ~]$ sudo pkgin install gcc47 gmake libgcrypt
  13. calculating dependencies... done.
  14.  
  15. nothing to upgrade.
  16. 5 packages to be installed: binutils-2.22nb1 libgpg-error-1.10nb2 gcc47-4.7.2 gmake-3.82nb5 libgcrypt-1.5.0 (146M to download, 467M to install)
  17.  
  18. proceed ? [Y/n] Y
  19. downloading packages...
  20. binutils-2.22nb1.tgz                100% 8563KB   1.2MB/s 258.0KB/s   00:07    
  21. libgpg-error-1.10nb2.tgz            100%   76KB  75.8KB/s  75.8KB/s   00:01    
  22. gcc47-4.7.2.tgz                     100%  136MB 625.7KB/s 102.5KB/s   03:43    
  23. gmake-3.82nb5.tgz                   100%  253KB 253.3KB/s   8.3KB/s   00:01    
  24. libgcrypt-1.5.0.tgz                 100%  709KB 709.1KB/s 533.1KB/s   00:01    
  25. installing packages...
  26. installing binutils-2.22nb1...
  27. binutils-2.22nb1: registering info file /opt/local/info/as.info
  28. binutils-2.22nb1: registering info file /opt/local/info/bfd.info
  29. binutils-2.22nb1: registering info file /opt/local/info/binutils.info
  30. binutils-2.22nb1: registering info file /opt/local/info/gprof.info
  31. binutils-2.22nb1: registering info file /opt/local/info/ld.info
  32. installing libgpg-error-1.10nb2...
  33. installing gcc47-4.7.2...
  34. gcc47-4.7.2: registering info file /opt/local/gcc47/info/cpp.info
  35. gcc47-4.7.2: registering info file /opt/local/gcc47/info/cppinternals.info
  36. gcc47-4.7.2: registering info file /opt/local/gcc47/info/gcc.info
  37. gcc47-4.7.2: registering info file /opt/local/gcc47/info/gccinstall.info
  38. gcc47-4.7.2: registering info file /opt/local/gcc47/info/gccint.info
  39. gcc47-4.7.2: registering info file /opt/local/gcc47/info/gfortran.info
  40. gcc47-4.7.2: registering info file /opt/local/gcc47/info/libgomp.info
  41. gcc47-4.7.2: registering info file /opt/local/gcc47/info/libitm.info
  42. gcc47-4.7.2: registering info file /opt/local/gcc47/info/libquadmath.info
  43. installing gmake-3.82nb5...
  44. gmake-3.82nb5: registering info file /opt/local/info/make.info
  45. installing libgcrypt-1.5.0...
  46. libgcrypt-1.5.0: registering info file /opt/local/info/gcrypt.info
  47. pkg_install warnings: 0, errors: 0
  48. reading local summary...
  49. processing local summary...
  50. updating database: 100%
  51. marking gcc47-4.7.2 as non auto-removable
  52. marking gmake-3.82nb5 as non auto-removable
  53. marking libgcrypt-1.5.0 as non auto-removable
  54. [admin@my01 ~]$ tar -xzf netatalk-3.0.3.tar.gz
  55. [admin@my01 ~]$ cd netatalk-3.0.3
  56. [admin@my01 ~/netatalk-3.0.3]$ ./configure --with-bdb=/opt/local --with-init-style=solaris --with-init-dir=/var/svc/manifest/network/ --prefix=/opt/local
  57. checking build system type... x86_64-pc-solaris2.11
  58. checking host system type... x86_64-pc-solaris2.11
  59. checking target system type... x86_64-pc-solaris2.11
  60. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  61. checking whether build environment is sane... yes
  62. checking for a thread-safe mkdir -p... /opt/local/bin/mkdir -p
  63. checking for gawk... gawk
  64. checking whether make sets $(MAKE)... yes
  65. checking whether to enable maintainer-specific portions of Makefiles... yes
  66. checking for gawk... (cached) gawk
  67. checking for gcc... gcc
  68. checking whether the C compiler works... yes
  69. checking for C compiler default output file name... a.out
  70. checking for suffix of executables...
  71. checking whether we are cross compiling... no
  72. checking for suffix of object files... o
  73. checking whether we are using the GNU C compiler... yes
  74. checking whether gcc accepts -g... yes
  75. checking for gcc option to accept ISO C89... none needed
  76. checking for style of include used by make... GNU
  77. checking dependency style of gcc... gcc3
  78. checking for gcc option to accept ISO C99... -std=gnu99
  79. checking whether ln -s works... yes
  80. checking whether make sets $(MAKE)... (cached) yes
  81. checking how to print strings... print -r
  82. checking for a sed that does not truncate output... /opt/local/bin/sed
  83. checking for grep... /opt/local/bin/grep
  84. checking for egrep... /opt/local/bin/grep -E
  85. checking for fgrep... /opt/local/bin/grep -F
  86. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  87. checking if the linker (/usr/bin/ld) is GNU ld... no
  88. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
  89. checking the name lister (/opt/local/bin/nm -B) interface... BSD nm
  90. checking the maximum length of command line arguments... 786240
  91. checking whether the shell understands some XSI constructs... yes
  92. checking whether the shell understands "+="... yes
  93. checking how to convert x86_64-pc-solaris2.11 file names to x86_64-pc-solaris2.11 format... func_convert_file_noop
  94. checking how to convert x86_64-pc-solaris2.11 file names to toolchain format... func_convert_file_noop
  95. checking for /usr/bin/ld option to reload object files... -r
  96. checking for objdump... objdump
  97. checking how to recognize dependent libraries... pass_all
  98. checking for dlltool... no
  99. checking how to associate runtime and link libraries... print -r --
  100. checking for ar... ar
  101. checking for archiver @FILE support... @
  102. checking for strip... strip
  103. checking for ranlib... ranlib
  104. checking command to parse /opt/local/bin/nm -B output from gcc -std=gnu99 object... ok
  105. checking for sysroot... no
  106. checking for mt... mt
  107. checking if mt is a manifest tool... no
  108. checking how to run the C preprocessor... gcc -std=gnu99 -E
  109. checking for ANSI C header files... yes
  110. checking for sys/types.h... yes
  111. checking for sys/stat.h... yes
  112. checking for stdlib.h... yes
  113. checking for string.h... yes
  114. checking for memory.h... yes
  115. checking for strings.h... yes
  116. checking for inttypes.h... yes
  117. checking for stdint.h... yes
  118. checking for unistd.h... yes
  119. checking for dlfcn.h... yes
  120. checking for objdir... .libs
  121. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  122. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  123. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  124. checking if gcc -std=gnu99 static flag -static works... no
  125. checking if gcc -std=gnu99 supports -c -o file.o... yes
  126. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  127. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -64) supports shared libraries... yes
  128. checking whether -lc should be explicitly linked in... no
  129. checking dynamic linker characteristics... solaris2.11 ld.so
  130. checking how to hardcode library paths into programs... immediate
  131. checking for shl_load... no
  132. checking for shl_load in -ldld... no
  133. checking for dlopen... yes
  134. checking whether a program can dlopen itself... yes
  135. checking whether a statically linked program can dlopen itself... yes
  136. checking whether stripping libraries is possible... yes
  137. checking if libtool supports shared libraries... yes
  138. checking whether to build shared libraries... yes
  139. checking whether to build static libraries... yes
  140. checking for perl... /opt/local/bin/perl
  141. checking for perl... (cached) /opt/local/bin/grep
  142. checking for ps... /usr/bin/ps
  143. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  144. checking whether byte ordering is bigendian... no
  145. checking for inline... inline
  146. checking to see if we can add '__attribute__((unused))' to CFLAGS... yes
  147. checking mntent.h usability... no
  148. checking mntent.h presence... no
  149. checking for mntent.h... no
  150. checking for unistd.h... (cached) yes
  151. checking termios.h usability... yes
  152. checking termios.h presence... yes
  153. checking for termios.h... yes
  154. checking ufs/quota.h usability... no
  155. checking ufs/quota.h presence... no
  156. checking for ufs/quota.h... no
  157. checking netdb.h usability... yes
  158. checking netdb.h presence... yes
  159. checking for netdb.h... yes
  160. checking sgtty.h usability... yes
  161. checking sgtty.h presence... yes
  162. checking for sgtty.h... yes
  163. checking statfs.h usability... no
  164. checking statfs.h presence... no
  165. checking for statfs.h... no
  166. checking for dlfcn.h... (cached) yes
  167. checking langinfo.h usability... yes
  168. checking langinfo.h presence... yes
  169. checking for langinfo.h... yes
  170. checking locale.h usability... yes
  171. checking locale.h presence... yes
  172. checking for locale.h... yes
  173. checking sys/param.h usability... yes
  174. checking sys/param.h presence... yes
  175. checking for sys/param.h... yes
  176. checking sys/fcntl.h usability... yes
  177. checking sys/fcntl.h presence... yes
  178. checking for sys/fcntl.h... yes
  179. checking sys/termios.h usability... yes
  180. checking sys/termios.h presence... yes
  181. checking for sys/termios.h... yes
  182. checking sys/mnttab.h usability... yes
  183. checking sys/mnttab.h presence... yes
  184. checking for sys/mnttab.h... yes
  185. checking sys/statvfs.h usability... yes
  186. checking sys/statvfs.h presence... yes
  187. checking for sys/statvfs.h... yes
  188. checking for sys/stat.h... (cached) yes
  189. checking sys/vfs.h usability... yes
  190. checking sys/vfs.h presence... yes
  191. checking for sys/vfs.h... yes
  192. checking for sys/mount.h... yes
  193. checking for fshare_t... yes
  194. checking for _FILE_OFFSET_BITS value needed for large files... 64
  195. checking for 64 bit off_t... yes
  196. checking if large file support is available... yes
  197. checking for library containing dlopen... none required
  198. checking for dlerror... yes
  199. checking for shl_load... (cached) no
  200. checking for shl_load in -ldld... (cached) no
  201. checking for dld_link in -ldld... no
  202. checking for dlopen... (cached) yes
  203. checking for dlsym... yes
  204. checking for dlclose... yes
  205. checking for _ prefix in compiled symbols... no
  206. checking for openat... yes
  207. checking for renameat... yes
  208. checking for fstatat... yes
  209. checking for unlinkat... yes
  210. checking for struct tm.tm_gmtoff... no
  211. checking for backtrace_symbols... yes
  212. checking for dirfd... yes
  213. checking for getusershell... yes
  214. checking for pread... yes
  215. checking for pwrite... yes
  216. checking for pselect... yes
  217. checking for setlinebuf... yes
  218. checking for strlcat... yes
  219. checking for strlcpy... yes
  220. checking for strnlen... yes
  221. checking for mempcpy... no
  222. checking for mmap... yes
  223. checking for utime... yes
  224. checking for getpagesize... yes
  225. checking for library containing gethostbyname... -lnsl
  226. checking for library containing connect... -lsocket
  227. checking whether pthreads work with -pthreads... yes
  228. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  229. checking if more special flags are required for pthreads... -D_REENTRANT
  230. checking for PTHREAD_PRIO_INHERIT... yes
  231. checking whether to check for 64bit libraries... yes
  232.  * Solaris specific configuration
  233. checking if we can build Solaris kernel module... no
  234. checking for ldconfig... no
  235. NETA_LDCONFIG =
  236. checking for administrative group support... yes
  237. checking whether to enable AFS support... no
  238. checking for cracklib support... no
  239. checking whether to enable verbose debug code... no
  240. checking whether to enable debugging with debuggers... no
  241. checking for libiconv... no
  242. checking for working iconv... no
  243. checking whether or not to use Database Daemon CNID backend... yes
  244. checking whether or not to use BDB Concurrent Data Store... no
  245. checking whether or not to use LAST DID scheme... yes
  246. checking whether or not to use TDB DID scheme... yes
  247. checking default DID scheme... dbd
  248. checking whether default CNID scheme has been activated... yes
  249. checking for main in -lrpcsvc... yes
  250. checking rpc/rpc.h usability... yes
  251. checking rpc/rpc.h presence... yes
  252. checking for rpc/rpc.h... yes
  253. checking rpc/pmap_prot.h usability... yes
  254. checking rpc/pmap_prot.h presence... yes
  255. checking for rpc/pmap_prot.h... yes
  256. checking rpcsvc/rquota.h usability... yes
  257. checking rpcsvc/rquota.h presence... yes
  258. checking for rpcsvc/rquota.h... yes
  259. checking for getfsquota in -lquota... no
  260. checking for pkg-config... no
  261. checking dns_sd.h usability... yes
  262. checking dns_sd.h presence... yes
  263. checking for dns_sd.h... yes
  264. checking for DNSServiceRegister in -ldns_sd... yes
  265. checking whether to enable Zerconf support... yes
  266. checking whether to enable the TCP wrappers... no
  267. checking for PAM installation directory... no
  268. checking security/pam_appl.h usability... yes
  269. checking security/pam_appl.h presence... yes
  270. checking for security/pam_appl.h... yes
  271. checking pam/pam_appl.h usability... no
  272. checking pam/pam_appl.h presence... no
  273. checking for pam/pam_appl.h... no
  274. checking for pam_set_item in -lpam... yes
  275. configure: WARNING: PAM support can be compiled, but the install location for the netatalk.pamd file could not be determined. Either install this file by hand or specify the install path.
  276. checking whether to enable PAM support... yes
  277. checking shadow.h usability... yes
  278. checking shadow.h presence... yes
  279. checking for shadow.h... yes
  280. checking whether shadow support should be enabled... yes
  281. checking whether checking for a valid shell should be enabled... yes
  282. enabling solaris-style SMF support
  283. checking for libgcrypt-config... /opt/local/bin/libgcrypt-config
  284. checking for LIBGCRYPT - version >= 1.2.3... yes (1.5.0)
  285. checking libgcrypt API version... okay
  286. checking libgcrypt hast CAST5 API... yes
  287. configure: Enabling DHX2 UAM
  288. checking for SSL... no
  289. checking for Berkeley DB headers in /opt/local/include/... no
  290. checking for Berkeley DB headers in /opt/local/include/db5... no
  291. checking for Berkeley DB headers in /opt/local/include/db5.1... no
  292. checking for Berkeley DB headers in /opt/local/include/db51... no
  293. checking for Berkeley DB headers in /opt/local/include/db5.0... no
  294. checking for Berkeley DB headers in /opt/local/include/db50... no
  295. checking for Berkeley DB headers in /opt/local/include/db4.8... no
  296. checking for Berkeley DB headers in /opt/local/include/db48... no
  297. checking for Berkeley DB headers in /opt/local/include/db4.7... no
  298. checking for Berkeley DB headers in /opt/local/include/db47... no
  299. checking for Berkeley DB headers in /opt/local/include/db4.6... no
  300. checking for Berkeley DB headers in /opt/local/include/db46... no
  301. checking for Berkeley DB headers in /opt/local/include/db4... yes
  302. checking /opt/local/include/db4/db.h version >= 4.6.0... yes
  303. checking Berkeley DB library (-ldb48)... no
  304. checking Berkeley DB library (-ldb4.8)... no
  305. checking Berkeley DB library (-ldb-48)... no
  306. checking Berkeley DB library (-ldb-4.8)... no
  307. checking Berkeley DB library (-ldb4-4.8)... no
  308. checking Berkeley DB library (-ldb)... no
  309. checking Berkeley DB library (-ldb48)... no
  310. checking Berkeley DB library (-ldb4.8)... no
  311. checking Berkeley DB library (-ldb-48)... no
  312. checking Berkeley DB library (-ldb-4.8)... no
  313. checking Berkeley DB library (-ldb4-4.8)... 4.8.30 ... yes
  314. checking crypt.h usability... yes
  315. checking crypt.h presence... yes
  316. checking for crypt.h... yes
  317. checking for main in -lcrypt... yes
  318. checking whether the PGP UAM should be build... no
  319. checking whether Kerberos V UAM should be build... no
  320. checking for Kerberos 5 (necessary for GetSrvrInfo:DirectoryNames support)... auto
  321. checking krb5/krb5.h usability... no
  322. checking krb5/krb5.h presence... no
  323. checking for krb5/krb5.h... no
  324. checking krb5.h usability... no
  325. checking krb5.h presence... no
  326. checking for krb5.h... no
  327. checking for krb5-config... /usr/bin/krb5-config
  328. checking for krb5-config... /usr/bin/krb5-config
  329. checking for krb5_free_unparsed_name... yes
  330. checking for krb5_free_error_message... yes
  331. checking for krb5_free_keytab_entry_contents... yes
  332. checking for krb5_kt_free_entry... yes
  333. checking whether configuration files should be overwritten... no
  334. checking for LDAP (necessary for client-side ACL visibility)... auto
  335. checking ldap.h usability... yes
  336. checking ldap.h presence... yes
  337. checking for ldap.h... yes
  338. checking for ldap_init in -lldap... yes
  339. checking whether to support ACLs... auto
  340. configure: checking whether ACL support is available:
  341. configure: Using solaris ACLs
  342. checking acl/libacl.h usability... no
  343. checking acl/libacl.h presence... no
  344. checking for acl/libacl.h... no
  345. checking sys/attributes.h usability... no
  346. checking sys/attributes.h presence... no
  347. checking for sys/attributes.h... no
  348. checking attr/xattr.h usability... no
  349. checking attr/xattr.h presence... no
  350. checking for attr/xattr.h... no
  351. checking sys/xattr.h usability... no
  352. checking sys/xattr.h presence... no
  353. checking for sys/xattr.h... no
  354. checking sys/extattr.h usability... no
  355. checking sys/extattr.h presence... no
  356. checking for sys/extattr.h... no
  357. checking sys/uio.h usability... yes
  358. checking sys/uio.h presence... yes
  359. checking for sys/uio.h... yes
  360. checking sys/ea.h usability... no
  361. checking sys/ea.h presence... no
  362. checking for sys/ea.h... no
  363. checking for attropen... yes
  364. checking if the realpath function allows a NULL argument... yes
  365. checking for library containing sendfile... -lsendfile
  366. checking for sendfile... yes
  367. checking for sendfilev... yes
  368. checking whether to use bundled libevent... yes
  369. checking whether to enable developer build... no
  370. checking for dtrace... yes
  371. checking for DBUS... checking for DBUS_GLIB... checking for DBUS_GTHREAD... checking whether to use Filesystem Hierarchy Standard (FHS) compatibility... no
  372. checking netatalk lockfile path... /var/spool/locks/netatalk
  373. checking whether make supports nested variables... yes
  374. configure: creating ./config.status
  375. config.status: creating Makefile
  376. config.status: creating bin/Makefile
  377. config.status: creating bin/ad/Makefile
  378. config.status: creating bin/afppasswd/Makefile
  379. config.status: creating bin/cnid/Makefile
  380. config.status: creating bin/cnid/cnid2_create
  381. config.status: creating bin/megatron/Makefile
  382. config.status: creating bin/misc/Makefile
  383. config.status: creating bin/uniconv/Makefile
  384. config.status: creating config/Makefile
  385. config.status: creating config/pam/Makefile
  386. config.status: creating contrib/Makefile
  387. config.status: creating contrib/macusers/Makefile
  388. config.status: creating contrib/macusers/macusers
  389. config.status: creating contrib/shell_utils/Makefile
  390. config.status: creating contrib/shell_utils/apple_dump
  391. config.status: creating contrib/shell_utils/asip-status.pl
  392. config.status: creating distrib/Makefile
  393. config.status: creating distrib/config/Makefile
  394. config.status: creating distrib/config/netatalk-config
  395. config.status: creating distrib/initscripts/Makefile
  396. config.status: creating distrib/m4/Makefile
  397. config.status: creating doc/Makefile
  398. config.status: creating etc/Makefile
  399. config.status: creating etc/afpd/Makefile
  400. config.status: creating etc/cnid_dbd/Makefile
  401. config.status: creating etc/netatalk/Makefile
  402. config.status: creating etc/uams/Makefile
  403. config.status: creating include/Makefile
  404. config.status: creating include/atalk/Makefile
  405. config.status: creating libatalk/Makefile
  406. config.status: creating libatalk/acl/Makefile
  407. config.status: creating libatalk/adouble/Makefile
  408. config.status: creating libatalk/bstring/Makefile
  409. config.status: creating libatalk/cnid/Makefile
  410. config.status: creating libatalk/cnid/cdb/Makefile
  411. config.status: creating libatalk/cnid/last/Makefile
  412. config.status: creating libatalk/cnid/dbd/Makefile
  413. config.status: creating libatalk/cnid/tdb/Makefile
  414. config.status: creating libatalk/compat/Makefile
  415. config.status: creating libatalk/dsi/Makefile
  416. config.status: creating libatalk/iniparser/Makefile
  417. config.status: creating libatalk/tdb/Makefile
  418. config.status: creating libatalk/unicode/Makefile
  419. config.status: creating libatalk/unicode/charsets/Makefile
  420. config.status: creating libatalk/util/Makefile
  421. config.status: creating libatalk/vfs/Makefile
  422. config.status: creating macros/Makefile
  423. config.status: creating man/Makefile
  424. config.status: creating man/man1/Makefile
  425. config.status: creating man/man5/Makefile
  426. config.status: creating man/man8/Makefile
  427. config.status: creating test/Makefile
  428. config.status: creating test/afpd/Makefile
  429. config.status: creating config.h
  430. config.status: executing depfiles commands
  431. config.status: executing libtool commands
  432. config.status: executing default commands
  433. === configuring in libevent (/home/admin/netatalk-3.0.3/libevent)
  434. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/local'  '--with-bdb=/opt/local' '--with-init-style=solaris' '--with-init-dir=/var/svc/manifest/network/' --cache-file=/dev/null --srcdir=.
  435. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  436. checking whether build environment is sane... yes
  437. checking for a thread-safe mkdir -p... /opt/local/bin/mkdir -p
  438. checking for gawk... gawk
  439. checking whether make sets $(MAKE)... yes
  440. checking whether make supports nested variables... yes
  441. checking build system type... x86_64-pc-solaris2.11
  442. checking host system type... x86_64-pc-solaris2.11
  443. checking for gcc... gcc
  444. checking whether the C compiler works... yes
  445. checking for C compiler default output file name... a.out
  446. checking for suffix of executables...
  447. checking whether we are cross compiling... no
  448. checking for suffix of object files... o
  449. checking whether we are using the GNU C compiler... yes
  450. checking whether gcc accepts -g... yes
  451. checking for gcc option to accept ISO C89... none needed
  452. checking for style of include used by make... GNU
  453. checking dependency style of gcc... gcc3
  454. checking whether gcc and cc understand -c and -o together... yes
  455. checking whether ln -s works... yes
  456. checking how to run the C preprocessor... gcc -E
  457. checking for grep that handles long lines and -e... /opt/local/bin/grep
  458. checking for egrep... /opt/local/bin/grep -E
  459. checking whether gcc needs -traditional... no
  460. checking how to print strings... print -r
  461. checking for a sed that does not truncate output... /opt/local/bin/sed
  462. checking for fgrep... /opt/local/bin/grep -F
  463. checking for ld used by gcc... /usr/bin/ld
  464. checking if the linker (/usr/bin/ld) is GNU ld... no
  465. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
  466. checking the name lister (/opt/local/bin/nm -B) interface... BSD nm
  467. checking the maximum length of command line arguments... 786240
  468. checking whether the shell understands some XSI constructs... yes
  469. checking whether the shell understands "+="... yes
  470. checking how to convert x86_64-pc-solaris2.11 file names to x86_64-pc-solaris2.11 format... func_convert_file_noop
  471. checking how to convert x86_64-pc-solaris2.11 file names to toolchain format... func_convert_file_noop
  472. checking for /usr/bin/ld option to reload object files... -r
  473. checking for objdump... objdump
  474. checking how to recognize dependent libraries... pass_all
  475. checking for dlltool... no
  476. checking how to associate runtime and link libraries... print -r --
  477. checking for ar... ar
  478. checking for archiver @FILE support... @
  479. checking for strip... strip
  480. checking for ranlib... ranlib
  481. checking command to parse /opt/local/bin/nm -B output from gcc object... ok
  482. checking for sysroot... no
  483. checking for mt... mt
  484. checking if mt is a manifest tool... no
  485. checking for ANSI C header files... yes
  486. checking for sys/types.h... yes
  487. checking for sys/stat.h... yes
  488. checking for stdlib.h... yes
  489. checking for string.h... yes
  490. checking for memory.h... yes
  491. checking for strings.h... yes
  492. checking for inttypes.h... yes
  493. checking for stdint.h... yes
  494. checking for unistd.h... yes
  495. checking for dlfcn.h... yes
  496. checking for objdir... .libs
  497. checking if gcc supports -fno-rtti -fno-exceptions... no
  498. checking for gcc option to produce PIC... -fPIC -DPIC
  499. checking if gcc PIC flag -fPIC -DPIC works... yes
  500. checking if gcc static flag -static works... no
  501. checking if gcc supports -c -o file.o... yes
  502. checking if gcc supports -c -o file.o... (cached) yes
  503. checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries... yes
  504. checking whether -lc should be explicitly linked in... no
  505. checking dynamic linker characteristics... solaris2.11 ld.so
  506. checking how to hardcode library paths into programs... immediate
  507. checking whether stripping libraries is possible... yes
  508. checking if libtool supports shared libraries... yes
  509. checking whether to build shared libraries... yes
  510. checking whether to build static libraries... yes
  511. checking for library containing inet_ntoa... -lnsl
  512. checking for library containing socket... -lsocket
  513. checking for library containing inet_aton... none required
  514. checking for library containing clock_gettime... none required
  515. checking for library containing sendfile... -lsendfile
  516. checking for WIN32... no
  517. checking for CYGWIN... no
  518. checking zlib.h usability... no
  519. checking zlib.h presence... no
  520. checking for zlib.h... no
  521. checking openssl/bio.h usability... no
  522. checking openssl/bio.h presence... no
  523. checking for openssl/bio.h... no
  524. checking for library containing SSL_new... no
  525. checking for ANSI C header files... (cached) yes
  526. checking fcntl.h usability... yes
  527. checking fcntl.h presence... yes
  528. checking for fcntl.h... yes
  529. checking stdarg.h usability... yes
  530. checking stdarg.h presence... yes
  531. checking for stdarg.h... yes
  532. checking for inttypes.h... (cached) yes
  533. checking for stdint.h... (cached) yes
  534. checking stddef.h usability... yes
  535. checking stddef.h presence... yes
  536. checking for stddef.h... yes
  537. checking poll.h usability... yes
  538. checking poll.h presence... yes
  539. checking for poll.h... yes
  540. checking for unistd.h... (cached) yes
  541. checking sys/epoll.h usability... no
  542. checking sys/epoll.h presence... no
  543. checking for sys/epoll.h... no
  544. checking sys/time.h usability... yes
  545. checking sys/time.h presence... yes
  546. checking for sys/time.h... yes
  547. checking sys/queue.h usability... yes
  548. checking sys/queue.h presence... yes
  549. checking for sys/queue.h... yes
  550. checking sys/event.h usability... no
  551. checking sys/event.h presence... no
  552. checking for sys/event.h... no
  553. checking sys/param.h usability... yes
  554. checking sys/param.h presence... yes
  555. checking for sys/param.h... yes
  556. checking sys/ioctl.h usability... yes
  557. checking sys/ioctl.h presence... yes
  558. checking for sys/ioctl.h... yes
  559. checking sys/select.h usability... yes
  560. checking sys/select.h presence... yes
  561. checking for sys/select.h... yes
  562. checking sys/devpoll.h usability... yes
  563. checking sys/devpoll.h presence... yes
  564. checking for sys/devpoll.h... yes
  565. checking port.h usability... yes
  566. checking port.h presence... yes
  567. checking for port.h... yes
  568. checking netinet/in.h usability... yes
  569. checking netinet/in.h presence... yes
  570. checking for netinet/in.h... yes
  571. checking netinet/in6.h usability... no
  572. checking netinet/in6.h presence... no
  573. checking for netinet/in6.h... no
  574. checking sys/socket.h usability... yes
  575. checking sys/socket.h presence... yes
  576. checking for sys/socket.h... yes
  577. checking sys/uio.h usability... yes
  578. checking sys/uio.h presence... yes
  579. checking for sys/uio.h... yes
  580. checking arpa/inet.h usability... yes
  581. checking arpa/inet.h presence... yes
  582. checking for arpa/inet.h... yes
  583. checking sys/eventfd.h usability... no
  584. checking sys/eventfd.h presence... no
  585. checking for sys/eventfd.h... no
  586. checking sys/mman.h usability... yes
  587. checking sys/mman.h presence... yes
  588. checking for sys/mman.h... yes
  589. checking sys/sendfile.h usability... yes
  590. checking sys/sendfile.h presence... yes
  591. checking for sys/sendfile.h... yes
  592. checking sys/wait.h usability... yes
  593. checking sys/wait.h presence... yes
  594. checking for sys/wait.h... yes
  595. checking netdb.h usability... yes
  596. checking netdb.h presence... yes
  597. checking for netdb.h... yes
  598. checking for sys/sysctl.h... no
  599. checking for TAILQ_FOREACH in sys/queue.h... yes
  600. checking for timeradd in sys/time.h... yes
  601. checking for timercmp in sys/time.h... yes
  602. checking for timerclear in sys/time.h... yes
  603. checking for timerisset in sys/time.h... yes
  604. checking for an ANSI C-conforming const... yes
  605. checking for inline... inline
  606. checking whether time.h and sys/time.h may both be included... yes
  607. checking for gettimeofday... yes
  608. checking for vasprintf... yes
  609. checking for fcntl... yes
  610. checking for clock_gettime... yes
  611. checking for strtok_r... yes
  612. checking for strsep... yes
  613. checking for getnameinfo... yes
  614. checking for strlcpy... yes
  615. checking for inet_ntop... yes
  616. checking for inet_pton... yes
  617. checking for signal... yes
  618. checking for sigaction... yes
  619. checking for strtoll... yes
  620. checking for inet_aton... yes
  621. checking for pipe... yes
  622. checking for eventfd... no
  623. checking for sendfile... yes
  624. checking for mmap... yes
  625. checking for splice... no
  626. checking for arc4random... no
  627. checking for arc4random_buf... no
  628. checking for issetugid... yes
  629. checking for geteuid... yes
  630. checking for getegid... yes
  631. checking for getprotobynumber... yes
  632. checking for setenv... yes
  633. checking for unsetenv... yes
  634. checking for putenv... yes
  635. checking for sysctl... no
  636. checking for getaddrinfo... yes
  637. checking size of long... 8
  638. checking for F_SETFD in fcntl.h... yes
  639. checking for select... yes
  640. checking for poll... yes
  641. checking for epoll_ctl... no
  642. checking for port_create... yes
  643. checking for pid_t... yes
  644. checking for size_t... yes
  645. checking for ssize_t... yes
  646. checking for uint64_t... yes
  647. checking for uint32_t... yes
  648. checking for uint16_t... yes
  649. checking for uint8_t... yes
  650. checking for uintptr_t... yes
  651. checking for fd_mask... yes
  652. checking size of long long... 8
  653. checking size of long... (cached) 8
  654. checking size of int... 4
  655. checking size of short... 2
  656. checking size of size_t... 8
  657. checking size of void *... 8
  658. checking for struct in6_addr... yes
  659. checking for struct sockaddr_in6... yes
  660. checking for sa_family_t... yes
  661. checking for struct addrinfo... yes
  662. checking for struct sockaddr_storage... yes
  663. checking for struct in6_addr.s6_addr32... no
  664. checking for struct in6_addr.s6_addr16... no
  665. checking for struct sockaddr_in.sin_len... no
  666. checking for struct sockaddr_in6.sin6_len... no
  667. checking for struct sockaddr_storage.ss_family... yes
  668. checking for struct sockaddr_storage.__ss_family... no
  669. checking for socklen_t... yes
  670. checking whether our compiler supports __func__... yes
  671. checking whether pthreads work with -pthreads... yes
  672. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  673. checking if more special flags are required for pthreads... -D_REENTRANT
  674. checking size of pthread_t... 4
  675. configure: creating ./config.status
  676. config.status: creating libevent.pc
  677. config.status: creating libevent_openssl.pc
  678. config.status: creating libevent_pthreads.pc
  679. config.status: creating Makefile
  680. config.status: creating include/Makefile
  681. config.status: creating test/Makefile
  682. config.status: creating sample/Makefile
  683. config.status: creating config.h
  684. config.status: executing depfiles commands
  685. config.status: executing libtool commands
  686. Using libraries:
  687.     LIBS           = -lsendfile -lsocket -lnsl
  688.     CFLAGS         = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/sys/generic -D_U_="__attribute__((unused))" -g -O2
  689.     PTHREADS:
  690.         LIBS   =
  691.         CFLAGS = -D_REENTRANT -pthreads
  692.     LIBGCRYPT:
  693.         LIBS   = -L/opt/local/lib -Wl,-R/opt/local/lib -lgcrypt -lgpg-error
  694.         CFLAGS = -I/opt/local/include
  695.     PAM:
  696.         LIBS   =  -lpam
  697.         CFLAGS =
  698.     WRAP:
  699.         LIBS   =
  700.         CFLAGS =
  701.     BDB:
  702.         LIBS   =  -L/opt/local/lib -ldb4-4.8
  703.         CFLAGS =  -I/opt/local/include/db4
  704.     ZEROCONF:
  705.         LIBS   =  -ldns_sd
  706.         CFLAGS =
  707.     LDAP:
  708.         LIBS   =  -lldap
  709.         CFLAGS =
  710.     LIBEVENT:
  711.         bundled
  712. Configure summary:
  713.     INIT STYLE:
  714.          solaris
  715.     AFP:
  716.          Extended Attributes: ad | sys
  717.          ACL support: yes
  718.     CNID:
  719.          backends:  dbd last tdb
  720.     UAMS:
  721.          DHX2    (PAM SHADOW)
  722.          clrtxt  (PAM SHADOW)
  723.          guest
  724.     Options:
  725.          Zeroconf support:        yes
  726.          tcp wrapper support:     no
  727.          quota support:           yes
  728.          admin group support:     yes
  729.          valid shell check:       yes
  730.          cracklib support:        no
  731.          ACL support:             yes
  732.          Kerberos support:        yes
  733.          LDAP support:            yes
  734.          dbus support:            no
  735.          dtrace probes:           yes
  736.     Paths:
  737.          Netatalk lockfile:       /var/spool/locks/netatalk
  738.          init directory:          /var/svc/manifest/network/
  739.  
  740. configure: WARNING:  PAM support was configured for your system, but the netatalk PAM configuration file
  741. configure: WARNING:  cannot be installed. Please install the config/netatalk.pamd file manually.
  742. configure: WARNING:  If you're running Solaris or BSD you'll have to edit /etc/pam.conf to get PAM working.
  743. configure: WARNING:  You can also re-run configure and specify --without-pam to disable PAM support.
  744. [admin@my01 ~/netatalk-3.0.3]$ make
  745. make  all-recursive
  746. make[1]: Entering directory `/home/admin/netatalk-3.0.3'
  747. Making all in libevent
  748. make[2]: Entering directory `/home/admin/netatalk-3.0.3/libevent'
  749. /opt/local/bin/mkdir -p ./include/event2
  750. echo '/* event2/event-config.h' > include/event2/event-config.h
  751. echo ' *' >> include/event2/event-config.h
  752. echo ' * This file was generated by autoconf when libevent was built, and post-' >> include/event2/event-config.h
  753. echo ' * processed by Libevent so that its macros would have a uniform prefix.' >> include/event2/event-config.h
  754. echo ' *' >> include/event2/event-config.h
  755. echo ' * DO NOT EDIT THIS FILE.' >> include/event2/event-config.h
  756. echo ' *' >> include/event2/event-config.h
  757. echo ' * Do not rely on macros in this file existing in later versions.'>> include/event2/event-config.h
  758. echo ' */' >> include/event2/event-config.h
  759. echo '#ifndef _EVENT2_EVENT_CONFIG_H_' >> include/event2/event-config.h
  760. echo '#define _EVENT2_EVENT_CONFIG_H_' >> include/event2/event-config.h
  761. sed -e 's/#define /#define _EVENT_/' \
  762.     -e 's/#undef /#undef _EVENT_/' \
  763.     -e 's/#ifndef /#ifndef _EVENT_/' < config.h >> include/event2/event-config.h
  764. echo "#endif" >> include/event2/event-config.h
  765. make  all-recursive
  766. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libevent'
  767. Making all in .
  768. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libevent'
  769.   CC     event.lo
  770.   CC     evthread.lo
  771.   CC     buffer.lo
  772. buffer.c: In function 'evbuffer_chain_free':
  773. buffer.c:207:4: warning: pointer targets in passing argument 1 of 'munmap' differ in signedness [-Wpointer-sign]
  774. In file included from buffer.c:60:0:
  775. /usr/include/sys/mman.h:239:12: note: expected 'caddr_t' but argument is of type 'unsigned char *'
  776. buffer.c: In function 'evbuffer_reserve_space':
  777. buffer.c:628:19: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  778. buffer.c: In function '_evbuffer_read_setup_vecs':
  779. buffer.c:2027:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  780. buffer.c: In function 'evbuffer_peek':
  781. buffer.c:2576:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  782. buffer.c:2595:22: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  783.   CC     bufferevent.lo
  784.   CC     bufferevent_sock.lo
  785.   CC     bufferevent_filter.lo
  786.   CC     bufferevent_pair.lo
  787.   CC     listener.lo
  788.   CC     bufferevent_ratelim.lo
  789.   CC     evmap.lo
  790.   CC     log.lo
  791.   CC     evutil.lo
  792.   CC     evutil_rand.lo
  793.   CC     strlcpy.lo
  794.   CC     select.lo
  795.   CC     poll.lo
  796.   CC     devpoll.lo
  797.   CC     evport.lo
  798. evport.c: In function 'evport_dispatch':
  799. evport.c:329:19: warning: variable 'fdi' set but not used [-Wunused-but-set-variable]
  800.   CC     signal.lo
  801.   CC     event_tagging.lo
  802.   CC     http.lo
  803.   CC     evdns.lo
  804.   CC     evrpc.lo
  805.   CCLD   libevent.la
  806.   CCLD   libevent_core.la
  807.   CCLD   libevent_extra.la
  808.   CC     evthread_pthread.lo
  809.   CCLD   libevent_pthreads.la
  810. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libevent'
  811. Making all in include
  812. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libevent/include'
  813. make[4]: Nothing to be done for `all'.
  814. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libevent/include'
  815. Making all in sample
  816. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libevent/sample'
  817.  CC     event-test.o
  818.  CCLD   event-test
  819.  CC     time-test.o
  820.  CCLD   time-test
  821.  CC     signal-test.o
  822.  CCLD   signal-test
  823.  CC     dns-example.o
  824.  CCLD   dns-example
  825.  CC     hello-world.o
  826.  CCLD   hello-world
  827.  CC     http-server.o
  828.  CCLD   http-server
  829. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libevent/sample'
  830. Making all in test
  831. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libevent/test'
  832. date -u > rpcgen-attempted
  833. if ./rpcgen_wrapper.sh .; then \
  834.   echo "rpcgen okay"; \
  835. else \
  836.   echo "No Python installed; stubbing out RPC test." >&2; \
  837.   echo " "> regress.gen.c; \
  838.   echo "#define NO_PYTHON_EXISTS" > regress.gen.h; \
  839. fi
  840. Reading "./regress.rpc"
  841.  Created struct: msg
  842.    Added entry: from_name
  843.    Added entry: to_name
  844.    Added entry: attack
  845.    Added entry: run
  846.  Created struct: kill
  847.    Added entry: weapon
  848.    Added entry: action
  849.    Added entry: how_often
  850.  Created struct: run
  851.    Added entry: how
  852.    Added entry: some_bytes
  853.    Added entry: fixed_bytes
  854.    Added entry: notes
  855.    Added entry: large_number
  856.    Added entry: other_numbers
  857. ... creating "./regress.gen.h"
  858. ... creating "./regress.gen.c"
  859. egress.gen.h and .
  860. rpcgen okay
  861. make  all-am
  862. make[5]: Entering directory `/home/admin/netatalk-3.0.3/libevent/test'
  863.   CC     test-init.o
  864.   CCLD   test-init
  865.   CC     test-eof.o
  866.   CCLD   test-eof
  867.   CC     test-weof.o
  868.   CCLD   test-weof
  869.   CC     test-time.o
  870.   CCLD   test-time
  871.   CC     bench.o
  872.   CCLD   bench
  873.   CC     bench_cascade.o
  874.   CCLD   bench_cascade
  875.   CC     bench_http.o
  876.   CCLD   bench_http
  877.   CC     bench_httpclient.o
  878.   CCLD   bench_httpclient
  879.   CC     test-ratelim.o
  880.   CCLD   test-ratelim
  881.   CC     test-changelist.o
  882.   CCLD   test-changelist
  883.   CC     regress-regress.o
  884.   CC     regress-regress_buffer.o
  885.   CC     regress-regress_http.o
  886.   CC     regress-regress_dns.o
  887.   CC     regress-regress_testutils.o
  888.   CC     regress-regress_rpc.o
  889.   CC     regress-regress.gen.o
  890.   CC     regress-regress_et.o
  891.   CC     regress-regress_bufferevent.o
  892.   CC     regress-regress_listener.o
  893.   CC     regress-regress_util.o
  894.   CC     regress-tinytest.o
  895.   CC     regress-regress_main.o
  896.   CC     regress-regress_minheap.o
  897.   CC     regress-regress_thread.o
  898.   CCLD   regress
  899. make[5]: Leaving directory `/home/admin/netatalk-3.0.3/libevent/test'
  900. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libevent/test'
  901. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libevent'
  902. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/libevent'
  903. Making all in include
  904. make[2]: Entering directory `/home/admin/netatalk-3.0.3/include'
  905. Making all in atalk
  906. make[3]: Entering directory `/home/admin/netatalk-3.0.3/include/atalk'
  907. /bin/sh ../../libtool --mode=execute dtrace -o afp_dtrace.h -h -s ../../include/atalk/afp_dtrace.d
  908. make  all-am
  909. make[4]: Entering directory `/home/admin/netatalk-3.0.3/include/atalk'
  910. make[4]: Nothing to be done for `all-am'.
  911. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/include/atalk'
  912. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/include/atalk'
  913. make[3]: Entering directory `/home/admin/netatalk-3.0.3/include'
  914. make[3]: Nothing to be done for `all-am'.
  915. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/include'
  916. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/include'
  917. Making all in libatalk
  918. make[2]: Entering directory `/home/admin/netatalk-3.0.3/libatalk'
  919. Making all in acl
  920. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/acl'
  921.   CC     libacl_la-cache.lo
  922.   CC     libacl_la-unix.lo
  923.   CC     libacl_la-uuid.lo
  924.   CC     libacl_la-ldap.lo
  925.   CC     libacl_la-ldap_config.lo
  926.   CCLD   libacl.la
  927. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/acl'
  928. Making all in adouble
  929. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/adouble'
  930.   CC     ad_attr.lo
  931.   CC     ad_conv.lo
  932.   CC     ad_date.lo
  933.   CC     ad_flush.lo
  934.   CC     ad_lock.lo
  935.   CC     ad_mmap.lo
  936.   CC     ad_open.lo
  937.   CC     ad_read.lo
  938.   CC     ad_sendfile.lo
  939.   CC     ad_size.lo
  940.   CC     ad_write.lo
  941.   CCLD   libadouble.la
  942. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/adouble'
  943. Making all in bstring
  944. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/bstring'
  945.   CC     bstrlib.lo
  946.   CC     bstradd.lo
  947.   CCLD   libbstring.la
  948. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/bstring'
  949. Making all in compat
  950. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/compat'
  951.   CC     misc.lo
  952.   CC     mktemp.lo
  953.   CC     getusershell.lo
  954.   CC     rquota_xdr.lo
  955.   CC     pselect.lo
  956.   CC     strlcpy.lo
  957.   CCLD   libcompat.la
  958. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/compat'
  959. Making all in cnid
  960. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/cnid'
  961. Making all in last
  962. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/cnid/last'
  963.  CC     cnid_last.lo
  964.  CCLD   libcnid_last.la
  965. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/cnid/last'
  966. Making all in cdb
  967. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/cnid/cdb'
  968. make[4]: Nothing to be done for `all'.
  969. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/cnid/cdb'
  970. Making all in dbd
  971. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/cnid/dbd'
  972.   CC     cnid_dbd.lo
  973.   CCLD   libcnid_dbd.la
  974. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/cnid/dbd'
  975. Making all in tdb
  976. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/cnid/tdb'
  977.   CC     cnid_tdb_add.lo
  978.   CC     cnid_tdb_close.lo
  979.   CC     cnid_tdb_delete.lo
  980.   CC     cnid_tdb_get.lo
  981.   CC     cnid_tdb_lookup.lo
  982.   CC     cnid_tdb_open.lo
  983.   CC     cnid_tdb_resolve.lo
  984.   CC     cnid_tdb_update.lo
  985.   CCLD   libcnid_tdb.la
  986. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/cnid/tdb'
  987. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/cnid'
  988.   CC     cnid.lo
  989.   CC     cnid_init.lo
  990.   CCLD   libcnid.la
  991. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/cnid'
  992. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/cnid'
  993. Making all in dsi
  994. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/dsi'
  995.  CC     dsi_attn.lo
  996.  CC     dsi_close.lo
  997.  CC     dsi_cmdreply.lo
  998.  CC     dsi_getsess.lo
  999.  CC     dsi_getstat.lo
  1000.  CC     dsi_init.lo
  1001.  CC     dsi_opensess.lo
  1002.  CC     dsi_read.lo
  1003.  CC     dsi_tcp.lo
  1004.  CC     dsi_tickle.lo
  1005.  CC     dsi_write.lo
  1006.  CC     dsi_stream.lo
  1007.  CCLD   libdsi.la
  1008. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/dsi'
  1009. Making all in iniparser
  1010. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/iniparser'
  1011.  CC     dictionary.lo
  1012.  CC     iniparser.lo
  1013.  CCLD   libiniparser.la
  1014. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/iniparser'
  1015. Making all in tdb
  1016. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/tdb'
  1017.  CC     check.lo
  1018.  CC     dump.lo
  1019.  CC     error.lo
  1020.  CC     freelist.lo
  1021.  CC     freelistcheck.lo
  1022.  CC     io.lo
  1023.  CC     lock.lo
  1024.  CC     open.lo
  1025.  CC     tdb.lo
  1026.  CC     transaction.lo
  1027.  CC     traverse.lo
  1028.  CCLD   libtdb.la
  1029. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/tdb'
  1030. Making all in util
  1031. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/util'
  1032.  CC     libutil_la-bprint.lo
  1033.  CC     libutil_la-cnid.lo
  1034.  CC     libutil_la-fault.lo
  1035.  CC     libutil_la-getiface.lo
  1036.  CC     libutil_la-gettok.lo
  1037.  CC     libutil_la-locking.lo
  1038.  CC     libutil_la-logger.lo
  1039.  CC     libutil_la-module.lo
  1040.  CC     libutil_la-netatalk_conf.lo
  1041.  CC     libutil_la-queue.lo
  1042.  CC     libutil_la-server_child.lo
  1043.  CC     libutil_la-server_ipc.lo
  1044.  CC     libutil_la-server_lock.lo
  1045.  CC     libutil_la-socket.lo
  1046.  CC     libutil_la-strdicasecmp.lo
  1047.  CC     libutil_la-unix.lo
  1048.  CC     libutil_la-ftw.lo
  1049.  CCLD   libutil.la
  1050. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/util'
  1051. Making all in unicode
  1052. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/unicode'
  1053. Making all in charsets
  1054. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/unicode/charsets'
  1055.   CC     mac_roman.lo
  1056.   CC     mac_greek.lo
  1057.   CC     mac_hebrew.lo
  1058.   CC     mac_centraleurope.lo
  1059.   CC     mac_turkish.lo
  1060.   CC     mac_cyrillic.lo
  1061.   CC     mac_japanese.lo
  1062.   CC     mac_chinese_trad.lo
  1063.   CC     mac_chinese_simp.lo
  1064.   CC     mac_korean.lo
  1065.   CC     generic_cjk.lo
  1066.   CC     generic_mb.lo
  1067.   CCLD   libcharsets.la
  1068. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/unicode/charsets'
  1069. make[4]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/unicode'
  1070.   CC     util_unistr.lo
  1071.   CC     iconv.lo
  1072.   CC     charcnv.lo
  1073.   CC     utf8.lo
  1074.   CC     utf16_case.lo
  1075.   CCLD   libunicode.la
  1076. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/unicode'
  1077. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/unicode'
  1078. Making all in vfs
  1079. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk/vfs'
  1080.  CC     vfs.lo
  1081.  CC     unix.lo
  1082.  CC     ea_ad.lo
  1083.  CC     ea_sys.lo
  1084.  CC     extattr.lo
  1085.  CC     acl.lo
  1086.  CCLD   libvfs.la
  1087. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk/vfs'
  1088. make[3]: Entering directory `/home/admin/netatalk-3.0.3/libatalk'
  1089.  CC     libatalk_la-dummy.lo
  1090.  CCLD   libatalk.la
  1091. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk'
  1092. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/libatalk'
  1093. Making all in bin
  1094. make[2]: Entering directory `/home/admin/netatalk-3.0.3/bin'
  1095. Making all in afppasswd
  1096. make[3]: Entering directory `/home/admin/netatalk-3.0.3/bin/afppasswd'
  1097. make[3]: Nothing to be done for `all'.
  1098. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/bin/afppasswd'
  1099. Making all in cnid
  1100. make[3]: Entering directory `/home/admin/netatalk-3.0.3/bin/cnid'
  1101. make[3]: Nothing to be done for `all'.
  1102. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/bin/cnid'
  1103. Making all in megatron
  1104. make[3]: Entering directory `/home/admin/netatalk-3.0.3/bin/megatron'
  1105. make[3]: Nothing to be done for `all'.
  1106. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/bin/megatron'
  1107. Making all in uniconv
  1108. make[3]: Entering directory `/home/admin/netatalk-3.0.3/bin/uniconv'
  1109.   CC     uniconv.o
  1110.   CC     iso8859_1_adapted.o
  1111.   CCLD   uniconv
  1112. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/bin/uniconv'
  1113. Making all in misc
  1114. make[3]: Entering directory `/home/admin/netatalk-3.0.3/bin/misc'
  1115.   CC     afpldaptest-uuidtest.o
  1116.   CCLD   afpldaptest
  1117.   CC     netacnv.o
  1118.   CCLD   netacnv
  1119.   CC     logger_test.o
  1120.   CCLD   logger_test
  1121.   CC     fce-fce.o
  1122.   CCLD   fce
  1123. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/bin/misc'
  1124. Making all in ad
  1125. make[3]: Entering directory `/home/admin/netatalk-3.0.3/bin/ad'
  1126.   CC     ad-ad.o
  1127.   CC     ad-ad_find.o
  1128.   CC     ad-ad_util.o
  1129.   CC     ad-ad_ls.o
  1130.   CC     ad-ad_cp.o
  1131.   CC     ad-ad_mv.o
  1132.   CC     ad-ad_rm.o
  1133.   CC     ad-ad_set.o
  1134.   CCLD   ad
  1135. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/bin/ad'
  1136. make[3]: Entering directory `/home/admin/netatalk-3.0.3/bin'
  1137. make[3]: Nothing to be done for `all-am'.
  1138. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/bin'
  1139. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/bin'
  1140. Making all in config
  1141. make[2]: Entering directory `/home/admin/netatalk-3.0.3/config'
  1142. Making all in pam
  1143. make[3]: Entering directory `/home/admin/netatalk-3.0.3/config/pam'
  1144. sed -e "s,[@]PAM_DIRECTIVE[@],,g" \
  1145.        -e "s,[@]PAM_AUTH[@],," \
  1146.        -e "s,[@]PAM_ACCOUNT[@],," \
  1147.        -e "s,[@]PAM_PASSWORD[@],," \
  1148.        -e "s,[@]PAM_SESSION[@],," \
  1149.    <netatalk.tmpl >netatalk
  1150. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/config/pam'
  1151. make[3]: Entering directory `/home/admin/netatalk-3.0.3/config'
  1152. make[3]: Nothing to be done for `all-am'.
  1153. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/config'
  1154. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/config'
  1155. Making all in etc
  1156. make[2]: Entering directory `/home/admin/netatalk-3.0.3/etc'
  1157. Making all in afpd
  1158. make[3]: Entering directory `/home/admin/netatalk-3.0.3/etc/afpd'
  1159. make  all-am
  1160. make[4]: Entering directory `/home/admin/netatalk-3.0.3/etc/afpd'
  1161.  CC     hash-hash.o
  1162.  CCLD   hash
  1163.  CC     fce-fce_api.o
  1164.  CC     fce-fce_util.o
  1165.  CCLD   fce
  1166.  CC     afpd-afp_avahi.o
  1167.  CC     afpd-afp_config.o
  1168.  CC     afpd-afp_dsi.o
  1169.  CC     afpd-afp_mdns.o
  1170.  CC     afpd-afp_options.o
  1171.  CC     afpd-afp_util.o
  1172.  CC     afpd-afp_zeroconf.o
  1173.  CC     afpd-afprun.o
  1174.  CC     afpd-afs.o
  1175.  CC     afpd-appl.o
  1176.  CC     afpd-auth.o
  1177.  CC     afpd-catsearch.o
  1178.  CC     afpd-desktop.o
  1179.  CC     afpd-dircache.o
  1180.  CC     afpd-directory.o
  1181.  CC     afpd-enumerate.o
  1182.  CC     afpd-extattrs.o
  1183.  CC     afpd-fce_api.o
  1184.  CC     afpd-fce_util.o
  1185.  CC     afpd-file.o
  1186.  CC     afpd-filedir.o
  1187.  CC     afpd-fork.o
  1188.  CC     afpd-hash.o
  1189.  CC     afpd-main.o
  1190.  CC     afpd-mangle.o
  1191.  CC     afpd-messages.o
  1192.  CC     afpd-nfsquota.o
  1193.  CC     afpd-ofork.o
  1194.  CC     afpd-quota.o
  1195.  CC     afpd-status.o
  1196.  CC     afpd-switch.o
  1197.  CC     afpd-uam.o
  1198.  CC     afpd-uid.o
  1199.  CC     afpd-unix.o
  1200.  CC     afpd-volume.o
  1201.  CC     afpd-acls.o
  1202. if test -f afp_dtrace.o ; then rm -f afp_dtrace.o ; fi
  1203. /bin/sh ../../libtool --mode=execute dtrace -G -s ../../include/atalk/afp_dtrace.d -o afp_dtrace.o afpd-afp_dsi.o afpd-fork.o afpd-appl.o afpd-catsearch.o afpd-directory.o afpd-enumerate.o afpd-file.o afpd-filedir.o
  1204.  CCLD   afpd
  1205. ld: warning: file /opt/local/lib/libldap.so: attempted multiple inclusion of file
  1206. make[4]: Leaving directory `/home/admin/netatalk-3.0.3/etc/afpd'
  1207. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/etc/afpd'
  1208. Making all in cnid_dbd
  1209. make[3]: Entering directory `/home/admin/netatalk-3.0.3/etc/cnid_dbd'
  1210.   CC     cmd_dbd.o
  1211.   CC     cmd_dbd_scanvol.o
  1212.   CC     dbif.o
  1213.   CC     pack.o
  1214.   CC     dbd_add.o
  1215.   CC     dbd_delete.o
  1216.   CC     dbd_getstamp.o
  1217.   CC     dbd_lookup.o
  1218.   CC     dbd_rebuild_add.o
  1219.   CC     dbd_resolve.o
  1220.   CC     dbd_update.o
  1221.   CCLD   dbd
  1222. ld: warning: file /opt/local/lib/libldap.so: attempted multiple inclusion of file
  1223.   CC     comm.o
  1224.   CC     db_param.o
  1225.   CC     main.o
  1226.   CC     dbd_get.o
  1227.   CC     dbd_dbcheck.o
  1228.   CC     dbd_search.o
  1229.   CCLD   cnid_dbd
  1230. ld: warning: file /opt/local/lib/libldap.so: attempted multiple inclusion of file
  1231.   CC     cnid_metad.o
  1232.   CC     usockfd.o
  1233.   CCLD   cnid_metad
  1234. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/etc/cnid_dbd'
  1235. Making all in netatalk
  1236. make[3]: Entering directory `/home/admin/netatalk-3.0.3/etc/netatalk'
  1237.   CC     netatalk-netatalk.o
  1238.   CCLD   netatalk
  1239. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/etc/netatalk'
  1240. Making all in uams
  1241. make[3]: Entering directory `/home/admin/netatalk-3.0.3/etc/uams'
  1242.   CC     uams_guest.lo
  1243.   CCLD   uams_guest.la
  1244.   CC     uams_passwd.lo
  1245.   CCLD   uams_passwd.la
  1246.   CC     uams_pam_la-uams_pam.lo
  1247.   CCLD   uams_pam.la
  1248.   CC     uams_dhx2_passwd.lo
  1249. In file included from uams_dhx2_passwd.c:36:0:
  1250. /opt/local/include/gcrypt.h:1336:3: warning: 'gcry_ac_io_mode_t' is deprecated (declared at /opt/local/include/gcrypt.h:1320) [-Wdeprecated-declarations]
  1251. /opt/local/include/gcrypt.h:1337:3: warning: 'gcry_ac_io_type_t' is deprecated (declared at /opt/local/include/gcrypt.h:1327) [-Wdeprecated-declarations]
  1252. /opt/local/include/gcrypt.h:1344:2: warning: 'gcry_ac_data_read_cb_t' is deprecated [-Wdeprecated-declarations]
  1253. /opt/local/include/gcrypt.h:1358:2: warning: 'gcry_ac_data_write_cb_t' is deprecated [-Wdeprecated-declarations]
  1254. /opt/local/include/gcrypt.h:1393:3: warning: 'gcry_md_algo_t' is deprecated (declared at /opt/local/include/gcrypt.h:1070) [-Wdeprecated-declarations]
  1255. /opt/local/include/gcrypt.h:1401:3: warning: 'gcry_md_algo_t' is deprecated (declared at /opt/local/include/gcrypt.h:1070) [-Wdeprecated-declarations]
  1256. /opt/local/include/gcrypt.h:1407:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1257. /opt/local/include/gcrypt.h:1411:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1258. /opt/local/include/gcrypt.h:1415:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1259. /opt/local/include/gcrypt.h:1416:33: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1260. /opt/local/include/gcrypt.h:1421:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1261. /opt/local/include/gcrypt.h:1425:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1262. /opt/local/include/gcrypt.h:1433:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1263. /opt/local/include/gcrypt.h:1440:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1264. /opt/local/include/gcrypt.h:1448:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1265. /opt/local/include/gcrypt.h:1456:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1266. /opt/local/include/gcrypt.h:1463:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1267. /opt/local/include/gcrypt.h:1470:1: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1268. /opt/local/include/gcrypt.h:1470:1: warning: 'gcry_ac_io_mode_t' is deprecated (declared at /opt/local/include/gcrypt.h:1320) [-Wdeprecated-declarations]
  1269. /opt/local/include/gcrypt.h:1471:9: warning: 'gcry_ac_io_type_t' is deprecated (declared at /opt/local/include/gcrypt.h:1327) [-Wdeprecated-declarations]
  1270. /opt/local/include/gcrypt.h:1477:1: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1271. /opt/local/include/gcrypt.h:1477:1: warning: 'gcry_ac_io_mode_t' is deprecated (declared at /opt/local/include/gcrypt.h:1320) [-Wdeprecated-declarations]
  1272. /opt/local/include/gcrypt.h:1478:5: warning: 'gcry_ac_io_type_t' is deprecated (declared at /opt/local/include/gcrypt.h:1327) [-Wdeprecated-declarations]
  1273. /opt/local/include/gcrypt.h:1482:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1274. /opt/local/include/gcrypt.h:1483:28: warning: 'gcry_ac_id_t' is deprecated (declared at /opt/local/include/gcrypt.h:1256) [-Wdeprecated-declarations]
  1275. /opt/local/include/gcrypt.h:1487:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1276. /opt/local/include/gcrypt.h:1491:1: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1277. /opt/local/include/gcrypt.h:1491:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1278. /opt/local/include/gcrypt.h:1492:32: warning: 'gcry_ac_key_type_t' is deprecated (declared at /opt/local/include/gcrypt.h:1266) [-Wdeprecated-declarations]
  1279. /opt/local/include/gcrypt.h:1492:32: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1280. /opt/local/include/gcrypt.h:1500:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1281. /opt/local/include/gcrypt.h:1502:41: warning: 'gcry_ac_key_pair_t' is deprecated [-Wdeprecated-declarations]
  1282. /opt/local/include/gcrypt.h:1507:1: warning: 'gcry_ac_key_pair_t' is deprecated [-Wdeprecated-declarations]
  1283. /opt/local/include/gcrypt.h:1508:41: warning: 'gcry_ac_key_type_t' is deprecated (declared at /opt/local/include/gcrypt.h:1266) [-Wdeprecated-declarations]
  1284. /opt/local/include/gcrypt.h:1512:1: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1285. /opt/local/include/gcrypt.h:1516:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1286. /opt/local/include/gcrypt.h:1516:1: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1287. /opt/local/include/gcrypt.h:1520:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1288. /opt/local/include/gcrypt.h:1521:37: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1289. /opt/local/include/gcrypt.h:1526:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1290. /opt/local/include/gcrypt.h:1526:1: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1291. /opt/local/include/gcrypt.h:1531:1: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1292. /opt/local/include/gcrypt.h:1535:1: warning: 'gcry_ac_key_pair_t' is deprecated [-Wdeprecated-declarations]
  1293. /opt/local/include/gcrypt.h:1541:1: warning: 'gcry_ac_em_t' is deprecated (declared at /opt/local/include/gcrypt.h:1274) [-Wdeprecated-declarations]
  1294. /opt/local/include/gcrypt.h:1543:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1295. /opt/local/include/gcrypt.h:1544:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1296. /opt/local/include/gcrypt.h:1550:1: warning: 'gcry_ac_em_t' is deprecated (declared at /opt/local/include/gcrypt.h:1274) [-Wdeprecated-declarations]
  1297. /opt/local/include/gcrypt.h:1552:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1298. /opt/local/include/gcrypt.h:1553:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1299. /opt/local/include/gcrypt.h:1559:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1300. /opt/local/include/gcrypt.h:1561:36: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1301. /opt/local/include/gcrypt.h:1563:36: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1302. /opt/local/include/gcrypt.h:1569:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1303. /opt/local/include/gcrypt.h:1571:36: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1304. /opt/local/include/gcrypt.h:1573:36: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1305. /opt/local/include/gcrypt.h:1578:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1306. /opt/local/include/gcrypt.h:1579:33: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1307. /opt/local/include/gcrypt.h:1581:33: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1308. /opt/local/include/gcrypt.h:1587:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1309. /opt/local/include/gcrypt.h:1588:35: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1310. /opt/local/include/gcrypt.h:1590:35: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1311. /opt/local/include/gcrypt.h:1598:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1312. /opt/local/include/gcrypt.h:1599:8: warning: 'gcry_ac_scheme_t' is deprecated (declared at /opt/local/include/gcrypt.h:1282) [-Wdeprecated-declarations]
  1313. /opt/local/include/gcrypt.h:1601:8: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1314. /opt/local/include/gcrypt.h:1602:8: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1315. /opt/local/include/gcrypt.h:1603:8: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1316. /opt/local/include/gcrypt.h:1611:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1317. /opt/local/include/gcrypt.h:1612:8: warning: 'gcry_ac_scheme_t' is deprecated (declared at /opt/local/include/gcrypt.h:1282) [-Wdeprecated-declarations]
  1318. /opt/local/include/gcrypt.h:1614:8: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1319. /opt/local/include/gcrypt.h:1615:8: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1320. /opt/local/include/gcrypt.h:1616:8: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1321. /opt/local/include/gcrypt.h:1624:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1322. /opt/local/include/gcrypt.h:1625:12: warning: 'gcry_ac_scheme_t' is deprecated (declared at /opt/local/include/gcrypt.h:1282) [-Wdeprecated-declarations]
  1323. /opt/local/include/gcrypt.h:1627:12: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1324. /opt/local/include/gcrypt.h:1628:12: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1325. /opt/local/include/gcrypt.h:1629:12: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1326. /opt/local/include/gcrypt.h:1638:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1327. /opt/local/include/gcrypt.h:1639:7: warning: 'gcry_ac_scheme_t' is deprecated (declared at /opt/local/include/gcrypt.h:1282) [-Wdeprecated-declarations]
  1328. /opt/local/include/gcrypt.h:1641:7: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1329. /opt/local/include/gcrypt.h:1642:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1330. /opt/local/include/gcrypt.h:1643:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1331. /opt/local/include/gcrypt.h:1649:1: warning: 'gcry_ac_id_t' is deprecated (declared at /opt/local/include/gcrypt.h:1256) [-Wdeprecated-declarations]
  1332. /opt/local/include/gcrypt.h:1656:34: warning: 'gcry_ac_id_t' is deprecated (declared at /opt/local/include/gcrypt.h:1256) [-Wdeprecated-declarations]
  1333.   CCLD   uams_dhx2_passwd.la
  1334.   CC     uams_dhx2_pam_la-uams_dhx2_pam.lo
  1335. In file included from uams_dhx2_pam.c:30:0:
  1336. /opt/local/include/gcrypt.h:1336:3: warning: 'gcry_ac_io_mode_t' is deprecated (declared at /opt/local/include/gcrypt.h:1320) [-Wdeprecated-declarations]
  1337. /opt/local/include/gcrypt.h:1337:3: warning: 'gcry_ac_io_type_t' is deprecated (declared at /opt/local/include/gcrypt.h:1327) [-Wdeprecated-declarations]
  1338. /opt/local/include/gcrypt.h:1344:2: warning: 'gcry_ac_data_read_cb_t' is deprecated [-Wdeprecated-declarations]
  1339. /opt/local/include/gcrypt.h:1358:2: warning: 'gcry_ac_data_write_cb_t' is deprecated [-Wdeprecated-declarations]
  1340. /opt/local/include/gcrypt.h:1393:3: warning: 'gcry_md_algo_t' is deprecated (declared at /opt/local/include/gcrypt.h:1070) [-Wdeprecated-declarations]
  1341. /opt/local/include/gcrypt.h:1401:3: warning: 'gcry_md_algo_t' is deprecated (declared at /opt/local/include/gcrypt.h:1070) [-Wdeprecated-declarations]
  1342. /opt/local/include/gcrypt.h:1407:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1343. /opt/local/include/gcrypt.h:1411:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1344. /opt/local/include/gcrypt.h:1415:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1345. /opt/local/include/gcrypt.h:1416:33: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1346. /opt/local/include/gcrypt.h:1421:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1347. /opt/local/include/gcrypt.h:1425:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1348. /opt/local/include/gcrypt.h:1433:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1349. /opt/local/include/gcrypt.h:1440:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1350. /opt/local/include/gcrypt.h:1448:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1351. /opt/local/include/gcrypt.h:1456:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1352. /opt/local/include/gcrypt.h:1463:1: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1353. /opt/local/include/gcrypt.h:1470:1: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1354. /opt/local/include/gcrypt.h:1470:1: warning: 'gcry_ac_io_mode_t' is deprecated (declared at /opt/local/include/gcrypt.h:1320) [-Wdeprecated-declarations]
  1355. /opt/local/include/gcrypt.h:1471:9: warning: 'gcry_ac_io_type_t' is deprecated (declared at /opt/local/include/gcrypt.h:1327) [-Wdeprecated-declarations]
  1356. /opt/local/include/gcrypt.h:1477:1: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1357. /opt/local/include/gcrypt.h:1477:1: warning: 'gcry_ac_io_mode_t' is deprecated (declared at /opt/local/include/gcrypt.h:1320) [-Wdeprecated-declarations]
  1358. /opt/local/include/gcrypt.h:1478:5: warning: 'gcry_ac_io_type_t' is deprecated (declared at /opt/local/include/gcrypt.h:1327) [-Wdeprecated-declarations]
  1359. /opt/local/include/gcrypt.h:1482:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1360. /opt/local/include/gcrypt.h:1483:28: warning: 'gcry_ac_id_t' is deprecated (declared at /opt/local/include/gcrypt.h:1256) [-Wdeprecated-declarations]
  1361. /opt/local/include/gcrypt.h:1487:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1362. /opt/local/include/gcrypt.h:1491:1: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1363. /opt/local/include/gcrypt.h:1491:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1364. /opt/local/include/gcrypt.h:1492:32: warning: 'gcry_ac_key_type_t' is deprecated (declared at /opt/local/include/gcrypt.h:1266) [-Wdeprecated-declarations]
  1365. /opt/local/include/gcrypt.h:1492:32: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1366. /opt/local/include/gcrypt.h:1500:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1367. /opt/local/include/gcrypt.h:1502:41: warning: 'gcry_ac_key_pair_t' is deprecated [-Wdeprecated-declarations]
  1368. /opt/local/include/gcrypt.h:1507:1: warning: 'gcry_ac_key_pair_t' is deprecated [-Wdeprecated-declarations]
  1369. /opt/local/include/gcrypt.h:1508:41: warning: 'gcry_ac_key_type_t' is deprecated (declared at /opt/local/include/gcrypt.h:1266) [-Wdeprecated-declarations]
  1370. /opt/local/include/gcrypt.h:1512:1: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1371. /opt/local/include/gcrypt.h:1516:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1372. /opt/local/include/gcrypt.h:1516:1: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1373. /opt/local/include/gcrypt.h:1520:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1374. /opt/local/include/gcrypt.h:1521:37: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1375. /opt/local/include/gcrypt.h:1526:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1376. /opt/local/include/gcrypt.h:1526:1: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1377. /opt/local/include/gcrypt.h:1531:1: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1378. /opt/local/include/gcrypt.h:1535:1: warning: 'gcry_ac_key_pair_t' is deprecated [-Wdeprecated-declarations]
  1379. /opt/local/include/gcrypt.h:1541:1: warning: 'gcry_ac_em_t' is deprecated (declared at /opt/local/include/gcrypt.h:1274) [-Wdeprecated-declarations]
  1380. /opt/local/include/gcrypt.h:1543:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1381. /opt/local/include/gcrypt.h:1544:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1382. /opt/local/include/gcrypt.h:1550:1: warning: 'gcry_ac_em_t' is deprecated (declared at /opt/local/include/gcrypt.h:1274) [-Wdeprecated-declarations]
  1383. /opt/local/include/gcrypt.h:1552:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1384. /opt/local/include/gcrypt.h:1553:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1385. /opt/local/include/gcrypt.h:1559:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1386. /opt/local/include/gcrypt.h:1561:36: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1387. /opt/local/include/gcrypt.h:1563:36: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1388. /opt/local/include/gcrypt.h:1569:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1389. /opt/local/include/gcrypt.h:1571:36: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1390. /opt/local/include/gcrypt.h:1573:36: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1391. /opt/local/include/gcrypt.h:1578:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1392. /opt/local/include/gcrypt.h:1579:33: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1393. /opt/local/include/gcrypt.h:1581:33: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1394. /opt/local/include/gcrypt.h:1587:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1395. /opt/local/include/gcrypt.h:1588:35: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1396. /opt/local/include/gcrypt.h:1590:35: warning: 'gcry_ac_data_t' is deprecated [-Wdeprecated-declarations]
  1397. /opt/local/include/gcrypt.h:1598:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1398. /opt/local/include/gcrypt.h:1599:8: warning: 'gcry_ac_scheme_t' is deprecated (declared at /opt/local/include/gcrypt.h:1282) [-Wdeprecated-declarations]
  1399. /opt/local/include/gcrypt.h:1601:8: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1400. /opt/local/include/gcrypt.h:1602:8: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1401. /opt/local/include/gcrypt.h:1603:8: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1402. /opt/local/include/gcrypt.h:1611:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1403. /opt/local/include/gcrypt.h:1612:8: warning: 'gcry_ac_scheme_t' is deprecated (declared at /opt/local/include/gcrypt.h:1282) [-Wdeprecated-declarations]
  1404. /opt/local/include/gcrypt.h:1614:8: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1405. /opt/local/include/gcrypt.h:1615:8: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1406. /opt/local/include/gcrypt.h:1616:8: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1407. /opt/local/include/gcrypt.h:1624:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1408. /opt/local/include/gcrypt.h:1625:12: warning: 'gcry_ac_scheme_t' is deprecated (declared at /opt/local/include/gcrypt.h:1282) [-Wdeprecated-declarations]
  1409. /opt/local/include/gcrypt.h:1627:12: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1410. /opt/local/include/gcrypt.h:1628:12: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1411. /opt/local/include/gcrypt.h:1629:12: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1412. /opt/local/include/gcrypt.h:1638:1: warning: 'gcry_ac_handle_t' is deprecated [-Wdeprecated-declarations]
  1413. /opt/local/include/gcrypt.h:1639:7: warning: 'gcry_ac_scheme_t' is deprecated (declared at /opt/local/include/gcrypt.h:1282) [-Wdeprecated-declarations]
  1414. /opt/local/include/gcrypt.h:1641:7: warning: 'gcry_ac_key_t' is deprecated [-Wdeprecated-declarations]
  1415. /opt/local/include/gcrypt.h:1642:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1416. /opt/local/include/gcrypt.h:1643:7: warning: 'gcry_ac_io_t' is deprecated (declared at /opt/local/include/gcrypt.h:1333) [-Wdeprecated-declarations]
  1417. /opt/local/include/gcrypt.h:1649:1: warning: 'gcry_ac_id_t' is deprecated (declared at /opt/local/include/gcrypt.h:1256) [-Wdeprecated-declarations]
  1418. /opt/local/include/gcrypt.h:1656:34: warning: 'gcry_ac_id_t' is deprecated (declared at /opt/local/include/gcrypt.h:1256) [-Wdeprecated-declarations]
  1419.   CCLD   uams_dhx2_pam.la
  1420. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/etc/uams'
  1421. make[3]: Entering directory `/home/admin/netatalk-3.0.3/etc'
  1422. make[3]: Nothing to be done for `all-am'.
  1423. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/etc'
  1424. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/etc'
  1425. Making all in man
  1426. make[2]: Entering directory `/home/admin/netatalk-3.0.3/man'
  1427. Making all in man1
  1428. make[3]: Entering directory `/home/admin/netatalk-3.0.3/man/man1'
  1429. sed -e s@:SBINDIR:@/opt/local/sbin@ \
  1430.    -e s@:BINDIR:@/opt/local/bin@ \
  1431.    -e s@:ETCDIR:@/opt/local/etc@ \
  1432.    -e s@:LIBDIR:@/opt/local/lib@ \
  1433.    -e s@:DEFAULT_CNID_SCHEME:@dbd@ \
  1434.    <uniconv.1.tmpl >uniconv.1
  1435. sed -e s@:SBINDIR:@/opt/local/sbin@ \
  1436.    -e s@:BINDIR:@/opt/local/bin@ \
  1437.    -e s@:ETCDIR:@/opt/local/etc@ \
  1438.    -e s@:LIBDIR:@/opt/local/lib@ \
  1439.    -e s@:DEFAULT_CNID_SCHEME:@dbd@ \
  1440.    <asip-status.pl.1.tmpl >asip-status.pl.1
  1441. sed -e s@:SBINDIR:@/opt/local/sbin@ \
  1442.    -e s@:BINDIR:@/opt/local/bin@ \
  1443.    -e s@:ETCDIR:@/opt/local/etc@ \
  1444.    -e s@:LIBDIR:@/opt/local/lib@ \
  1445.    -e s@:DEFAULT_CNID_SCHEME:@dbd@ \
  1446.    <afpldaptest.1.tmpl >afpldaptest.1
  1447. sed -e s@:SBINDIR:@/opt/local/sbin@ \
  1448.    -e s@:BINDIR:@/opt/local/bin@ \
  1449.    -e s@:ETCDIR:@/opt/local/etc@ \
  1450.    -e s@:LIBDIR:@/opt/local/lib@ \
  1451.    -e s@:DEFAULT_CNID_SCHEME:@dbd@ \
  1452.    <afpstats.1.tmpl >afpstats.1
  1453. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/man/man1'
  1454. Making all in man5
  1455. make[3]: Entering directory `/home/admin/netatalk-3.0.3/man/man5'
  1456. sed -e "s@:SBINDIR:@/opt/local/sbin@g" \
  1457.    -e "s@:BINDIR:@/opt/local/bin@g" \
  1458.    -e "s@:ETCDIR:@/opt/local/etc@g" \
  1459.    -e "s@:LIBDIR:@/opt/local/lib@g" \
  1460.    -e "s@:STATEDIR:@/opt/local/var@g" \
  1461.    -e "s@:DEFAULT_CNID_SCHEME:@dbd@g" \
  1462.    -e "s@:COMPILED_BACKENDS:@dbd last tdb@g" \
  1463.    <afp.conf.5.tmpl >afp.conf.5
  1464. sed -e "s@:SBINDIR:@/opt/local/sbin@g" \
  1465.    -e "s@:BINDIR:@/opt/local/bin@g" \
  1466.    -e "s@:ETCDIR:@/opt/local/etc@g" \
  1467.    -e "s@:LIBDIR:@/opt/local/lib@g" \
  1468.    -e "s@:STATEDIR:@/opt/local/var@g" \
  1469.    -e "s@:DEFAULT_CNID_SCHEME:@dbd@g" \
  1470.    -e "s@:COMPILED_BACKENDS:@dbd last tdb@g" \
  1471.    <afp_signature.conf.5.tmpl >afp_signature.conf.5
  1472. sed -e "s@:SBINDIR:@/opt/local/sbin@g" \
  1473.    -e "s@:BINDIR:@/opt/local/bin@g" \
  1474.    -e "s@:ETCDIR:@/opt/local/etc@g" \
  1475.    -e "s@:LIBDIR:@/opt/local/lib@g" \
  1476.    -e "s@:STATEDIR:@/opt/local/var@g" \
  1477.    -e "s@:DEFAULT_CNID_SCHEME:@dbd@g" \
  1478.    -e "s@:COMPILED_BACKENDS:@dbd last tdb@g" \
  1479.    <afp_voluuid.conf.5.tmpl >afp_voluuid.conf.5
  1480. sed -e "s@:SBINDIR:@/opt/local/sbin@g" \
  1481.    -e "s@:BINDIR:@/opt/local/bin@g" \
  1482.    -e "s@:ETCDIR:@/opt/local/etc@g" \
  1483.    -e "s@:LIBDIR:@/opt/local/lib@g" \
  1484.    -e "s@:STATEDIR:@/opt/local/var@g" \
  1485.    -e "s@:DEFAULT_CNID_SCHEME:@dbd@g" \
  1486.    -e "s@:COMPILED_BACKENDS:@dbd last tdb@g" \
  1487.    <extmap.conf.5.tmpl >extmap.conf.5
  1488. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/man/man5'
  1489. Making all in man8
  1490. make[3]: Entering directory `/home/admin/netatalk-3.0.3/man/man8'
  1491. sed -e s@:SBINDIR:@/opt/local/sbin@ \
  1492.    -e s@:BINDIR:@/opt/local/bin@ \
  1493.    -e s@:ETCDIR:@/opt/local/etc@ \
  1494.    -e s@:LIBDIR:@/opt/local/lib@ \
  1495.    -e s@:LIBEXECDIR:@/opt/local/libexec@ \
  1496.    -e "s@:STATEDIR:@/opt/local/var@g" \
  1497.    -e s@:NETATALK_VERSION:@3.0.3@ \
  1498.    <afpd.8.tmpl >afpd.8
  1499. sed -e s@:SBINDIR:@/opt/local/sbin@ \
  1500.    -e s@:BINDIR:@/opt/local/bin@ \
  1501.    -e s@:ETCDIR:@/opt/local/etc@ \
  1502.    -e s@:LIBDIR:@/opt/local/lib@ \
  1503.    -e s@:LIBEXECDIR:@/opt/local/libexec@ \
  1504.    -e "s@:STATEDIR:@/opt/local/var@g" \
  1505.    -e s@:NETATALK_VERSION:@3.0.3@ \
  1506.    <cnid_dbd.8.tmpl >cnid_dbd.8
  1507. sed -e s@:SBINDIR:@/opt/local/sbin@ \
  1508.    -e s@:BINDIR:@/opt/local/bin@ \
  1509.    -e s@:ETCDIR:@/opt/local/etc@ \
  1510.    -e s@:LIBDIR:@/opt/local/lib@ \
  1511.    -e s@:LIBEXECDIR:@/opt/local/libexec@ \
  1512.    -e "s@:STATEDIR:@/opt/local/var@g" \
  1513.    -e s@:NETATALK_VERSION:@3.0.3@ \
  1514.    <cnid_metad.8.tmpl >cnid_metad.8
  1515. sed -e s@:SBINDIR:@/opt/local/sbin@ \
  1516.    -e s@:BINDIR:@/opt/local/bin@ \
  1517.    -e s@:ETCDIR:@/opt/local/etc@ \
  1518.    -e s@:LIBDIR:@/opt/local/lib@ \
  1519.    -e s@:LIBEXECDIR:@/opt/local/libexec@ \
  1520.    -e "s@:STATEDIR:@/opt/local/var@g" \
  1521.    -e s@:NETATALK_VERSION:@3.0.3@ \
  1522.    <netatalk.8.tmpl >netatalk.8
  1523. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/man/man8'
  1524. make[3]: Entering directory `/home/admin/netatalk-3.0.3/man'
  1525. make[3]: Nothing to be done for `all-am'.
  1526. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/man'
  1527. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/man'
  1528. Making all in contrib
  1529. make[2]: Entering directory `/home/admin/netatalk-3.0.3/contrib'
  1530. Making all in macusers
  1531. make[3]: Entering directory `/home/admin/netatalk-3.0.3/contrib/macusers'
  1532. make[3]: Nothing to be done for `all'.
  1533. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/contrib/macusers'
  1534. Making all in shell_utils
  1535. make[3]: Entering directory `/home/admin/netatalk-3.0.3/contrib/shell_utils'
  1536. make[3]: Nothing to be done for `all'.
  1537. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/contrib/shell_utils'
  1538. make[3]: Entering directory `/home/admin/netatalk-3.0.3/contrib'
  1539. make[3]: Nothing to be done for `all-am'.
  1540. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/contrib'
  1541. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/contrib'
  1542. Making all in distrib
  1543. make[2]: Entering directory `/home/admin/netatalk-3.0.3/distrib'
  1544. Making all in config
  1545. make[3]: Entering directory `/home/admin/netatalk-3.0.3/distrib/config'
  1546. make[3]: Nothing to be done for `all'.
  1547. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/distrib/config'
  1548. Making all in initscripts
  1549. make[3]: Entering directory `/home/admin/netatalk-3.0.3/distrib/initscripts'
  1550. sed -e s@:BINDIR:@/opt/local/bin@ \
  1551.     -e s@:SBINDIR:@/opt/local/sbin@ \
  1552.     -e s@:ETCDIR:@/opt/local/etc@ \
  1553.     -e s@:NETATALK_VERSION:@3.0.3@ \
  1554.     -e s@:PATH_NETATALK_LOCK:@/var/spool/locks/netatalk@ \
  1555.     <rc.bsd.tmpl >rc.bsd
  1556. sed -e s@:BINDIR:@/opt/local/bin@ \
  1557.     -e s@:SBINDIR:@/opt/local/sbin@ \
  1558.     -e s@:ETCDIR:@/opt/local/etc@ \
  1559.     -e s@:NETATALK_VERSION:@3.0.3@ \
  1560.     -e s@:PATH_NETATALK_LOCK:@/var/spool/locks/netatalk@ \
  1561.     <rc.debian.tmpl >rc.debian
  1562. sed -e s@:BINDIR:@/opt/local/bin@ \
  1563.     -e s@:SBINDIR:@/opt/local/sbin@ \
  1564.     -e s@:ETCDIR:@/opt/local/etc@ \
  1565.     -e s@:NETATALK_VERSION:@3.0.3@ \
  1566.     -e s@:PATH_NETATALK_LOCK:@/var/spool/locks/netatalk@ \
  1567.     <rc.gentoo.tmpl >rc.gentoo
  1568. sed -e s@:BINDIR:@/opt/local/bin@ \
  1569.     -e s@:SBINDIR:@/opt/local/sbin@ \
  1570.     -e s@:ETCDIR:@/opt/local/etc@ \
  1571.     -e s@:NETATALK_VERSION:@3.0.3@ \
  1572.     -e s@:PATH_NETATALK_LOCK:@/var/spool/locks/netatalk@ \
  1573.     <rc.netbsd.tmpl >rc.netbsd
  1574. sed -e s@:BINDIR:@/opt/local/bin@ \
  1575.     -e s@:SBINDIR:@/opt/local/sbin@ \
  1576.     -e s@:ETCDIR:@/opt/local/etc@ \
  1577.     -e s@:NETATALK_VERSION:@3.0.3@ \
  1578.     -e s@:PATH_NETATALK_LOCK:@/var/spool/locks/netatalk@ \
  1579.     <rc.redhat.tmpl >rc.redhat
  1580. sed -e s@:BINDIR:@/opt/local/bin@ \
  1581.     -e s@:SBINDIR:@/opt/local/sbin@ \
  1582.     -e s@:ETCDIR:@/opt/local/etc@ \
  1583.     -e s@:NETATALK_VERSION:@3.0.3@ \
  1584.     -e s@:PATH_NETATALK_LOCK:@/var/spool/locks/netatalk@ \
  1585.     <rc.solaris.tmpl >rc.solaris
  1586. sed -e s@:BINDIR:@/opt/local/bin@ \
  1587.     -e s@:SBINDIR:@/opt/local/sbin@ \
  1588.     -e s@:ETCDIR:@/opt/local/etc@ \
  1589.     -e s@:NETATALK_VERSION:@3.0.3@ \
  1590.     -e s@:PATH_NETATALK_LOCK:@/var/spool/locks/netatalk@ \
  1591.     <rc.suse.tmpl >rc.suse
  1592. sed -e s@:BINDIR:@/opt/local/bin@ \
  1593.     -e s@:SBINDIR:@/opt/local/sbin@ \
  1594.     -e s@:ETCDIR:@/opt/local/etc@ \
  1595.     -e s@:NETATALK_VERSION:@3.0.3@ \
  1596.     -e s@:PATH_NETATALK_LOCK:@/var/spool/locks/netatalk@ \
  1597.     <service.systemd.tmpl >service.systemd
  1598. sed -e s@:BINDIR:@/opt/local/bin@ \
  1599.     -e s@:SBINDIR:@/opt/local/sbin@ \
  1600.     -e s@:ETCDIR:@/opt/local/etc@ \
  1601.     -e s@:NETATALK_VERSION:@3.0.3@ \
  1602.     -e s@:PATH_NETATALK_LOCK:@/var/spool/locks/netatalk@ \
  1603.     <netatalk.xml.tmpl >netatalk.xml
  1604. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/distrib/initscripts'
  1605. Making all in m4
  1606. make[3]: Entering directory `/home/admin/netatalk-3.0.3/distrib/m4'
  1607. make[3]: Nothing to be done for `all'.
  1608. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/distrib/m4'
  1609. make[3]: Entering directory `/home/admin/netatalk-3.0.3/distrib'
  1610. make[3]: Nothing to be done for `all-am'.
  1611. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/distrib'
  1612. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/distrib'
  1613. Making all in doc
  1614. make[2]: Entering directory `/home/admin/netatalk-3.0.3/doc'
  1615. make[2]: Nothing to be done for `all'.
  1616. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/doc'
  1617. Making all in macros
  1618. make[2]: Entering directory `/home/admin/netatalk-3.0.3/macros'
  1619. make[2]: Nothing to be done for `all'.
  1620. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/macros'
  1621. Making all in test
  1622. make[2]: Entering directory `/home/admin/netatalk-3.0.3/test'
  1623. Making all in afpd
  1624. make[3]: Entering directory `/home/admin/netatalk-3.0.3/test/afpd'
  1625. make[3]: Nothing to be done for `all'.
  1626. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/test/afpd'
  1627. make[3]: Entering directory `/home/admin/netatalk-3.0.3/test'
  1628. make[3]: Nothing to be done for `all-am'.
  1629. make[3]: Leaving directory `/home/admin/netatalk-3.0.3/test'
  1630. make[2]: Leaving directory `/home/admin/netatalk-3.0.3/test'
  1631. make[2]: Entering directory `/home/admin/netatalk-3.0.3'
  1632. make[2]: Leaving directory `/home/admin/netatalk-3.0.3'
  1633. make[1]: Leaving directory `/home/admin/netatalk-3.0.3'
  1634. [admin@my01 ~/netatalk-3.0.3]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement