Advertisement
Guest User

mkpkg.out

a guest
Aug 19th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.10 KB | None | 0 0
  1. for d in compat common zlib plugins/group_file plugins/sudoers plugins/system_group src include doc plugins/sample; do (cd $d && exec make distclean); done
  2. /bin/sh ../libtool --mode=clean rm -f fnm_test mksiglist mksigname siglist.c signame.c *.lo *.o *.la *.a stamp-* core *.core core.*
  3. rm -rf Makefile .libs
  4. /bin/sh ../libtool --mode=clean rm -f conf_test parseln_test *.lo *.o *.la *.a stamp-* core *.core core.* regress/*/*.out
  5. rm -rf Makefile .libs
  6. /bin/sh ../libtool --mode=clean rm -f *.lo *.o *.la *.a stamp-* core *.core core.*
  7. rm -rf Makefile .libs zconf.h
  8. /bin/sh ../../libtool --tag=disable-static --mode=clean rm -f *.lo *.o *.la *.a stamp-* core *.core core.*
  9. rm -rf Makefile .libs
  10. /bin/sh ../../libtool --mode=clean rm -f sudoers.la visudo sudoreplay testsudoers check_iolog_path check_fill check_wrap check_addr check_symbols check_digest check_base64 *.lo *.o *.la *.a stamp-* core *.core core.* regress/*/*.out regress/*/*.toke regress/*/*.err
  11. rm -rf Makefile sudoers sudoers.lo .libs
  12. /bin/sh ../../libtool --tag=disable-static --mode=clean rm -f *.lo *.o *.la *.a stamp-* core *.core core.*
  13. rm -rf Makefile .libs
  14. /bin/sh ../libtool --tag=disable-static --mode=clean rm -f sudo libsudo_noexec.la check_ttyname *.lo *.o *.la *.a stamp-* core *.core core.*
  15. rm -rf Makefile .libs sudo_usage.h
  16. rm -rf Makefile
  17. rm -f varsub *.sed
  18. rm -rf Makefile config.log *.man *.mdoc
  19. /bin/sh ../../libtool --tag=disable-static --mode=clean rm -f *.lo *.o *.la *.a stamp-* core *.core core.*
  20. rm -rf Makefile .libs
  21. rm -rf Makefile pathnames.h config.h config.status config.cache config.log libtool stamp-* autom4te.cache
  22. configure: Configuring Sudo version 1.8.7
  23. checking for gcc... gcc
  24. checking whether the C compiler works... yes
  25. checking for C compiler default output file name... a.out
  26. checking for suffix of executables...
  27. checking whether we are cross compiling... no
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C compiler... yes
  30. checking whether gcc accepts -g... yes
  31. checking for gcc option to accept ISO C89... none needed
  32. checking whether to lecture users the first time they run sudo... yes
  33. checking whether sudo should log via syslog or to a file by default... syslog
  34. checking at which syslog priority to log commands... notice
  35. checking at which syslog priority to log failures... alert
  36. checking how long a line in the log file should be... 80
  37. checking whether sudo should ignore '.' or '' in $PATH... no
  38. checking whether to send mail when a user is not in sudoers... yes
  39. checking whether to send mail when user listed but not for this host... no
  40. checking whether to send mail when a user tries a disallowed command... no
  41. checking who should get the mail that sudo sends... root
  42. checking for bad password prompt... Password:
  43. checking for bad password message... Sorry, try again.
  44. checking whether to expect fully qualified hosts in sudoers... no
  45. checking for umask programs should be run with... 0022
  46. checking for default user to run commands as... root
  47. checking for editor that visudo should use... /usr/bin/vi
  48. checking whether to obey EDITOR and VISUAL environment variables... yes
  49. checking number of tries a user gets to enter their password... 3
  50. checking time in minutes after which sudo will ask for a password again... 5
  51. checking time in minutes after the password prompt will time out... 5
  52. checking whether to use per-tty ticket files... yes
  53. checking whether to include insults... no
  54. checking whether to override the user's path... no
  55. checking whether to get ip addresses from the network interfaces... yes
  56. checking whether to use an askpass helper... no
  57. checking whether to do user authentication by default... yes
  58. checking whether to disable running the mailer as root... no
  59. checking whether to disable shadow password support... no
  60. checking whether root should be allowed to use sudo... yes
  61. checking whether to log the hostname in the log file... no
  62. checking whether to invoke a shell if sudo is given no arguments... no
  63. checking whether to set $HOME to target user in shell mode... no
  64. checking whether to disable 'command not found' messages... no
  65. checking whether to enable environment debugging... no
  66. checking whether to enable environment resetting by default... yes
  67. checking for library containing strerror... none required
  68. checking how to run the C preprocessor... gcc -E
  69. checking for ar... ar
  70. checking for ranlib... ranlib
  71. checking build system type... powerpc-ibm-aix7.1.0.0
  72. checking host system type... powerpc-ibm-aix7.1.0.0
  73. checking how to print strings... print -r
  74. checking for a sed that does not truncate output... /usr/bin/sed
  75. checking for grep that handles long lines and -e... /usr/bin/grep
  76. checking for egrep... /usr/bin/grep -E
  77. checking for fgrep... /usr/bin/grep -F
  78. checking for ld used by gcc... /usr/bin/ld
  79. checking if the linker (/usr/bin/ld) is GNU ld... no
  80. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  81. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  82. checking whether ln -s works... yes
  83. checking the maximum length of command line arguments... 786432
  84. checking whether the shell understands some XSI constructs... yes
  85. checking whether the shell understands "+="... no
  86. checking how to convert powerpc-ibm-aix7.1.0.0 file names to powerpc-ibm-aix7.1.0.0 format... func_convert_file_noop
  87. checking how to convert powerpc-ibm-aix7.1.0.0 file names to toolchain format... func_convert_file_noop
  88. checking for /usr/bin/ld option to reload object files... -r
  89. checking for objdump... no
  90. checking how to recognize dependent libraries... pass_all
  91. checking for dlltool... no
  92. checking how to associate runtime and link libraries... print -r --
  93. checking for archiver @FILE support... no
  94. checking for strip... strip
  95. checking for ranlib... (cached) ranlib
  96. checking for gawk... no
  97. checking for mawk... no
  98. checking for nawk... nawk
  99. checking command to parse /usr/bin/nm -B output from gcc object... ok
  100. checking for sysroot... no
  101. checking for mt... mt
  102. checking if mt is a manifest tool... no
  103. checking for ANSI C header files... yes
  104. checking for sys/types.h... yes
  105. checking for sys/stat.h... yes
  106. checking for stdlib.h... yes
  107. checking for string.h... yes
  108. checking for memory.h... yes
  109. checking for strings.h... yes
  110. checking for inttypes.h... yes
  111. checking for stdint.h... yes
  112. checking for unistd.h... yes
  113. checking for dlfcn.h... yes
  114. checking for objdir... .libs
  115. checking if gcc supports -fno-rtti -fno-exceptions... no
  116. checking for gcc option to produce PIC... -DPIC
  117. checking if gcc PIC flag -DPIC works... yes
  118. checking if gcc static flag -static works... no
  119. checking if gcc supports -c -o file.o... yes
  120. checking if gcc supports -c -o file.o... (cached) yes
  121. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  122. checking dynamic linker characteristics... aix7.1.0.0 ld.so
  123. checking how to hardcode library paths into programs... immediate
  124. checking for shl_load... no
  125. checking for shl_load in -ldld... no
  126. checking for dlopen... yes
  127. checking whether a program can dlopen itself... yes
  128. checking whether a statically linked program can dlopen itself... yes
  129. checking whether stripping libraries is possible... no
  130. checking if libtool supports shared libraries... yes
  131. checking whether to build shared libraries... yes
  132. checking whether to build static libraries... no
  133. checking path to sudo_noexec.so... ${exec_prefix}/libexec/sudo/sudo_noexec.so
  134. checking for uname... /usr/bin/uname
  135. checking for tr... /usr/bin/tr
  136. checking for mandoc... mandoc
  137. checking for nroff... /usr/bin/nroff
  138. checking which macro set to use for manual pages... man
  139. checking for getuserattr... yes
  140. checking for setauthdb... yes
  141. checking for setrlimit64... yes
  142. checking whether gcc needs -traditional... no
  143. checking for an ANSI C-conforming const... yes
  144. checking for working volatile... yes
  145. checking for bison... no
  146. checking for byacc... no
  147. checking for flex... flex
  148. checking for mv... /usr/bin/mv
  149. checking for bourne shell... /bin/sh
  150. checking for vi... /usr/bin/vi
  151. checking which syslog facility sudo should log with... auth
  152. checking for ANSI C header files... (cached) yes
  153. checking for dirent.h that defines DIR... yes
  154. checking for library containing opendir... none required
  155. checking whether time.h and sys/time.h may both be included... yes
  156. checking for stdbool.h that conforms to C99... yes
  157. checking for _Bool... yes
  158. checking whether sys/types.h defines makedev... no
  159. checking sys/mkdev.h usability... no
  160. checking sys/mkdev.h presence... no
  161. checking for sys/mkdev.h... no
  162. checking sys/sysmacros.h usability... yes
  163. checking sys/sysmacros.h presence... yes
  164. checking for sys/sysmacros.h... yes
  165. checking malloc.h usability... yes
  166. checking malloc.h presence... yes
  167. checking for malloc.h... yes
  168. checking netgroup.h usability... no
  169. checking netgroup.h presence... no
  170. checking for netgroup.h... no
  171. checking paths.h usability... yes
  172. checking paths.h presence... yes
  173. checking for paths.h... yes
  174. checking spawn.h usability... yes
  175. checking spawn.h presence... yes
  176. checking for spawn.h... yes
  177. checking utime.h usability... yes
  178. checking utime.h presence... yes
  179. checking for utime.h... yes
  180. checking utmpx.h usability... yes
  181. checking utmpx.h presence... yes
  182. checking for utmpx.h... yes
  183. checking sys/sockio.h usability... no
  184. checking sys/sockio.h presence... no
  185. checking for sys/sockio.h... no
  186. checking sys/bsdtypes.h usability... no
  187. checking sys/bsdtypes.h presence... no
  188. checking for sys/bsdtypes.h... no
  189. checking sys/select.h usability... yes
  190. checking sys/select.h presence... yes
  191. checking for sys/select.h... yes
  192. checking sys/stropts.h usability... yes
  193. checking sys/stropts.h presence... yes
  194. checking for sys/stropts.h... yes
  195. checking for sys/sysmacros.h... (cached) yes
  196. checking endian.h usability... no
  197. checking endian.h presence... no
  198. checking for endian.h... no
  199. checking sys/endian.h usability... no
  200. checking sys/endian.h presence... no
  201. checking for sys/endian.h... no
  202. checking machine/endian.h usability... no
  203. checking machine/endian.h presence... no
  204. checking for machine/endian.h... no
  205. checking procfs.h usability... no
  206. checking procfs.h presence... no
  207. checking for procfs.h... no
  208. checking sys/procfs.h usability... yes
  209. checking sys/procfs.h presence... yes
  210. checking for sys/procfs.h... yes
  211. checking for struct psinfo.pr_ttydev... yes
  212. checking for _ttyname_dev... no
  213. checking for special C compiler options needed for large files... no
  214. checking for _FILE_OFFSET_BITS value needed for large files... unknown
  215. checking for _LARGE_FILES value needed for large files... 1
  216. checking POSIX termios... yes
  217. checking for mode_t... yes
  218. checking for uid_t in sys/types.h... yes
  219. checking for __signed char... yes
  220. checking for sig_atomic_t... yes
  221. checking for sigaction_t... no
  222. checking for struct timespec... yes
  223. checking for struct in6_addr... yes
  224. checking for long long int... yes
  225. checking size of long int... 4
  226. checking for size_t... yes
  227. checking for ssize_t... yes
  228. checking for dev_t... yes
  229. checking for ino_t... yes
  230. checking for uint8_t... yes
  231. checking for uint32_t... yes
  232. checking for uint64_t... yes
  233. checking for socklen_t... yes
  234. checking max length of uid_t... 10
  235. checking for struct sockaddr.sa_len... yes
  236. checking for struct utmpx.ut_id... yes
  237. checking for struct utmpx.ut_pid... yes
  238. checking for struct utmpx.ut_tv... yes
  239. checking for struct utmpx.ut_type... yes
  240. checking for struct utmpx.ut_exit.__e_termination... no
  241. checking for struct utmpx.ut_exit.e_termination... no
  242. checking type of array argument to getgroups... gid_t
  243. checking for size_t... (cached) yes
  244. checking for getgroups... yes
  245. checking for working getgroups... yes
  246. checking for glob... yes
  247. checking for nl_langinfo... yes
  248. checking for regcomp... yes
  249. checking for setenv... yes
  250. checking for strftime... yes
  251. checking for strrchr... yes
  252. checking for strtoll... yes
  253. checking for sysconf... yes
  254. checking for tzset... yes
  255. checking for getgrouplist... no
  256. checking for getgrset... yes
  257. checking for getline... yes
  258. checking for __sprintf_chk... no
  259. checking for getutxid... yes
  260. checking for sysctl... no
  261. checking for openpty... no
  262. checking for openpty in -lutil... no
  263. checking for _getpty... no
  264. checking for grantpt... yes
  265. checking for posix_openpt... yes
  266. checking for unsetenv... yes
  267. checking whether unsetenv returns void... no
  268. checking whether putenv takes a const argument... no
  269. checking for setresuid... no
  270. checking for setreuid... yes
  271. checking for seteuid... yes
  272. checking for getifaddrs... no
  273. checking for getcwd... yes
  274. checking for lockf... yes
  275. checking for innetgr... yes
  276. checking for getdomainname... yes
  277. checking for utimes... yes
  278. checking for futimes... no
  279. checking for futimesat... no
  280. checking for killpg... yes
  281. checking for working fnmatch with FNM_CASEFOLD... no
  282. checking for isblank... yes
  283. checking for memrchr... no
  284. checking for pw_dup... no
  285. checking for strlcpy... no
  286. checking for strlcat... no
  287. checking for nanosleep... yes
  288. checking for closefrom... no
  289. checking whether F_CLOSEM is declared... yes
  290. checking for mkstemps... no
  291. checking for random... yes
  292. checking for mkdtemp... yes
  293. checking for snprintf... yes
  294. checking for vsnprintf... yes
  295. checking for asprintf... no
  296. checking for vasprintf... no
  297. checking for struct stat.st_mtim... yes
  298. checking for struct stat.st_mtim.st__tim... no
  299. checking for struct dirent.d_type... no
  300. checking for socket... yes
  301. checking for inet_addr... yes
  302. checking for syslog... yes
  303. checking for getaddrinfo... yes
  304. checking for getprogname... no
  305. checking for __progname... no
  306. checking for __func__... yes
  307. checking whether errno is declared... yes
  308. checking whether h_errno is declared... yes
  309. checking for strsignal... yes
  310. checking for sig2str... no
  311. checking whether sys_signame is declared... no
  312. checking whether _sys_signame is declared... no
  313. checking whether __sys_signame is declared... no
  314. checking whether sys_sigabbrev is declared... no
  315. checking for undeclared sys_sigabbrev... no
  316. checking for pam_start in -lpam... yes
  317. checking security/pam_appl.h usability... yes
  318. checking security/pam_appl.h presence... yes
  319. checking for security/pam_appl.h... yes
  320. checking for pam_getenvlist... yes
  321. checking whether to use PAM session support... yes
  322. checking for log file location... /var/log/sudo.log
  323. checking for timestamp file location... /var/lib/sudo
  324. checking for I/O log dir location... /var/log/sudo-io
  325. checking whether C compiler accepts -static-libgcc... yes
  326. checking whether C compiler accepts -fvisibility=hidden... no
  327. checking whether C compiler accepts -fstack-protector-all... yes
  328. checking whether the linker accepts -fstack-protector-all... no
  329. checking whether C compiler accepts -fstack-protector... yes
  330. checking whether the linker accepts -fstack-protector... no
  331. checking whether the linker accepts -Wl,-z,relro... no
  332. configure: using the following authentication methods: pam
  333. configure: creating ./config.status
  334. config.status: creating zlib/Makefile
  335. config.status: creating Makefile
  336. config.status: creating common/Makefile
  337. config.status: creating compat/Makefile
  338. config.status: creating doc/Makefile
  339. config.status: creating include/Makefile
  340. config.status: creating src/sudo_usage.h
  341. config.status: creating src/Makefile
  342. config.status: creating plugins/sample/Makefile
  343. config.status: creating plugins/group_file/Makefile
  344. config.status: creating plugins/system_group/Makefile
  345. config.status: creating plugins/sudoers/Makefile
  346. config.status: creating plugins/sudoers/sudoers
  347. config.status: creating config.h
  348. config.status: creating pathnames.h
  349. config.status: creating zlib/zconf.h
  350. config.status: executing libtool commands
  351. for d in compat common zlib plugins/group_file plugins/sudoers plugins/system_group src include doc; do (cd $d && exec make all) && continue; exit $?; done
  352. /bin/sh ../libtool --mode=compile gcc -c -o getgrouplist.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./getgrouplist.c
  353. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./getgrouplist.c -DPIC -o .libs/getgrouplist.o
  354. /bin/sh ../libtool --mode=compile gcc -c -o fnmatch.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./fnmatch.c
  355. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./fnmatch.c -DPIC -o .libs/fnmatch.o
  356. /bin/sh ../libtool --mode=compile gcc -c -o memrchr.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./memrchr.c
  357. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./memrchr.c -DPIC -o .libs/memrchr.o
  358. /bin/sh ../libtool --mode=compile gcc -c -o pw_dup.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./pw_dup.c
  359. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./pw_dup.c -DPIC -o .libs/pw_dup.o
  360. /bin/sh ../libtool --mode=compile gcc -c -o strlcpy.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./strlcpy.c
  361. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./strlcpy.c -DPIC -o .libs/strlcpy.o
  362. /bin/sh ../libtool --mode=compile gcc -c -o strlcat.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./strlcat.c
  363. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./strlcat.c -DPIC -o .libs/strlcat.o
  364. /bin/sh ../libtool --mode=compile gcc -c -o closefrom.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./closefrom.c
  365. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./closefrom.c -DPIC -o .libs/closefrom.o
  366. /bin/sh ../libtool --mode=compile gcc -c -o mktemp.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./mktemp.c
  367. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./mktemp.c -DPIC -o .libs/mktemp.o
  368. /bin/sh ../libtool --mode=compile gcc -c -o snprintf.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./snprintf.c
  369. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./snprintf.c -DPIC -o .libs/snprintf.o
  370. /bin/sh ../libtool --mode=compile gcc -c -o getprogname.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./getprogname.c
  371. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./getprogname.c -DPIC -o .libs/getprogname.o
  372. /bin/sh ../libtool --mode=compile gcc -c -o sig2str.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./sig2str.c
  373. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./sig2str.c -DPIC -o .libs/sig2str.o
  374. gcc -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./mksigname.c -o mksigname
  375. ./mksigname > signame.c
  376. /bin/sh ../libtool --mode=compile gcc -c -o signame.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT signame.c
  377. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT signame.c -DPIC -o .libs/signame.o
  378. /bin/sh ../libtool --mode=link gcc -o libreplace.la getgrouplist.lo fnmatch.lo memrchr.lo pw_dup.lo strlcpy.lo strlcat.lo closefrom.lo mktemp.lo snprintf.lo getprogname.lo sig2str.lo signame.lo -no-install
  379. libtool: link: ar cru .libs/libreplace.a .libs/getgrouplist.o .libs/fnmatch.o .libs/memrchr.o .libs/pw_dup.o .libs/strlcpy.o .libs/strlcat.o .libs/closefrom.o .libs/mktemp.o .libs/snprintf.o .libs/getprogname.o .libs/sig2str.o .libs/signame.o
  380. libtool: link: ranlib .libs/libreplace.a
  381. libtool: link: ( cd ".libs" && rm -f "libreplace.la" && ln -s "../libreplace.la" "libreplace.la" )
  382. Target "all" is up to date.
  383. /bin/sh ../libtool --mode=compile gcc -c -o alloc.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./alloc.c
  384. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./alloc.c -DPIC -o .libs/alloc.o
  385. /bin/sh ../libtool --mode=compile gcc -c -o atobool.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./atobool.c
  386. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./atobool.c -DPIC -o .libs/atobool.o
  387. /bin/sh ../libtool --mode=compile gcc -c -o error.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./error.c
  388. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./error.c -DPIC -o .libs/error.o
  389. /bin/sh ../libtool --mode=compile gcc -c -o fileops.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./fileops.c
  390. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./fileops.c -DPIC -o .libs/fileops.o
  391. /bin/sh ../libtool --mode=compile gcc -c -o fmt_string.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./fmt_string.c
  392. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./fmt_string.c -DPIC -o .libs/fmt_string.o
  393. /bin/sh ../libtool --mode=compile gcc -c -o lbuf.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./lbuf.c
  394. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./lbuf.c -DPIC -o .libs/lbuf.o
  395. /bin/sh ../libtool --mode=compile gcc -c -o list.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./list.c
  396. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./list.c -DPIC -o .libs/list.o
  397. /bin/sh ../libtool --mode=compile gcc -c -o secure_path.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./secure_path.c
  398. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./secure_path.c -DPIC -o .libs/secure_path.o
  399. /bin/sh ../libtool --mode=compile gcc -c -o setgroups.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./setgroups.c
  400. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./setgroups.c -DPIC -o .libs/setgroups.o
  401. /bin/sh ../libtool --mode=compile gcc -c -o sudo_conf.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./sudo_conf.c
  402. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./sudo_conf.c -DPIC -o .libs/sudo_conf.o
  403. /bin/sh ../libtool --mode=compile gcc -c -o sudo_debug.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./sudo_debug.c
  404. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./sudo_debug.c -DPIC -o .libs/sudo_debug.o
  405. /bin/sh ../libtool --mode=compile gcc -c -o sudo_printf.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./sudo_printf.c
  406. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./sudo_printf.c -DPIC -o .libs/sudo_printf.o
  407. /bin/sh ../libtool --mode=compile gcc -c -o term.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./term.c
  408. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./term.c -DPIC -o .libs/term.o
  409. /bin/sh ../libtool --mode=compile gcc -c -o ttysize.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./ttysize.c
  410. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./ttysize.c -DPIC -o .libs/ttysize.o
  411. /bin/sh ../libtool --mode=compile gcc -c -o zero_bytes.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./zero_bytes.c
  412. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./zero_bytes.c -DPIC -o .libs/zero_bytes.o
  413. /bin/sh ../libtool --mode=compile gcc -c -o aix.lo -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./aix.c
  414. libtool: compile: gcc -c -I../include -I.. -I.. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDO_CONF=\"/etc/sudo.conf\" ./aix.c -DPIC -o .libs/aix.o
  415. /bin/sh ../libtool --mode=link gcc -o libcommon.la alloc.lo atobool.lo error.lo fileops.lo fmt_string.lo lbuf.lo list.lo secure_path.lo setgroups.lo sudo_conf.lo sudo_debug.lo sudo_printf.lo term.lo ttysize.lo zero_bytes.lo aix.lo -no-install
  416. libtool: link: ar cru .libs/libcommon.a .libs/alloc.o .libs/atobool.o .libs/error.o .libs/fileops.o .libs/fmt_string.o .libs/lbuf.o .libs/list.o .libs/secure_path.o .libs/setgroups.o .libs/sudo_conf.o .libs/sudo_debug.o .libs/sudo_printf.o .libs/term.o .libs/ttysize.o .libs/zero_bytes.o .libs/aix.o
  417. libtool: link: ranlib .libs/libcommon.a
  418. libtool: link: ( cd ".libs" && rm -f "libcommon.la" && ln -s "../libcommon.la" "libcommon.la" )
  419. Target "all" is up to date.
  420. /bin/sh ../libtool --mode=compile gcc -c -o adler32.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./adler32.c
  421. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./adler32.c -DPIC -o .libs/adler32.o
  422. /bin/sh ../libtool --mode=compile gcc -c -o compress.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./compress.c
  423. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./compress.c -DPIC -o .libs/compress.o
  424. /bin/sh ../libtool --mode=compile gcc -c -o crc32.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./crc32.c
  425. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./crc32.c -DPIC -o .libs/crc32.o
  426. /bin/sh ../libtool --mode=compile gcc -c -o deflate.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./deflate.c
  427. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./deflate.c -DPIC -o .libs/deflate.o
  428. /bin/sh ../libtool --mode=compile gcc -c -o gzclose.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./gzclose.c
  429. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./gzclose.c -DPIC -o .libs/gzclose.o
  430. /bin/sh ../libtool --mode=compile gcc -c -o gzlib.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./gzlib.c
  431. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./gzlib.c -DPIC -o .libs/gzlib.o
  432. /bin/sh ../libtool --mode=compile gcc -c -o gzread.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./gzread.c
  433. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./gzread.c -DPIC -o .libs/gzread.o
  434. /bin/sh ../libtool --mode=compile gcc -c -o gzwrite.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./gzwrite.c
  435. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./gzwrite.c -DPIC -o .libs/gzwrite.o
  436. /bin/sh ../libtool --mode=compile gcc -c -o infback.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./infback.c
  437. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./infback.c -DPIC -o .libs/infback.o
  438. /bin/sh ../libtool --mode=compile gcc -c -o inffast.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./inffast.c
  439. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./inffast.c -DPIC -o .libs/inffast.o
  440. /bin/sh ../libtool --mode=compile gcc -c -o inflate.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./inflate.c
  441. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./inflate.c -DPIC -o .libs/inflate.o
  442. /bin/sh ../libtool --mode=compile gcc -c -o inftrees.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./inftrees.c
  443. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./inftrees.c -DPIC -o .libs/inftrees.o
  444. /bin/sh ../libtool --mode=compile gcc -c -o trees.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./trees.c
  445. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./trees.c -DPIC -o .libs/trees.o
  446. /bin/sh ../libtool --mode=compile gcc -c -o uncompr.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./uncompr.c
  447. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./uncompr.c -DPIC -o .libs/uncompr.o
  448. /bin/sh ../libtool --mode=compile gcc -c -o zutil.lo -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./zutil.c
  449. libtool: compile: gcc -c -I. -I. -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DNO_VIZ ./zutil.c -DPIC -o .libs/zutil.o
  450. /bin/sh ../libtool --mode=link gcc -o libz.la adler32.lo compress.lo crc32.lo deflate.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo -no-install
  451. libtool: link: ar cru .libs/libz.a .libs/adler32.o .libs/compress.o .libs/crc32.o .libs/deflate.o .libs/gzclose.o .libs/gzlib.o .libs/gzread.o .libs/gzwrite.o .libs/infback.o .libs/inffast.o .libs/inflate.o .libs/inftrees.o .libs/trees.o .libs/uncompr.o .libs/zutil.o
  452. libtool: link: ranlib .libs/libz.a
  453. libtool: link: ( cd ".libs" && rm -f "libz.la" && ln -s "../libz.la" "libz.la" )
  454. Target "all" is up to date.
  455. /bin/sh ../../libtool --tag=disable-static --mode=compile gcc -c -I../../include -I../.. -I../.. -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./group_file.c
  456. libtool: compile: gcc -c -I../../include -I../.. -I../.. -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./group_file.c -DPIC -o .libs/group_file.o
  457. /bin/sh ../../libtool --tag=disable-static --mode=compile gcc -c -I../../include -I../.. -I../.. -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./getgrent.c
  458. libtool: compile: gcc -c -I../../include -I../.. -I../.. -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./getgrent.c -DPIC -o .libs/getgrent.o
  459. /bin/sh ../../libtool --tag=disable-static --mode=link gcc -Wc,-static-libgcc -export-symbols ./group_file.exp -o group_file.la group_file.lo getgrent.lo ../../compat/libreplace.la -module -avoid-version -rpath /opt/freeware/libexec/sudo
  460. libtool: link: gcc -shared -o .libs/group_file.so .libs/group_file.o .libs/getgrent.o ../../compat/.libs/libreplace.a -lc -Wl,-bnoentry -static-libgcc -Wl,-bE:./group_file.exp -Wl,-berok
  461. libtool: link: ar cru .libs/group_file.a .libs/group_file.so
  462. libtool: link: ( cd ".libs" && rm -f "group_file.la" && ln -s "../group_file.la" "group_file.la" )
  463. Target "all" is up to date.
  464. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./auth/sudo_auth.c
  465. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./auth/sudo_auth.c -DPIC -o .libs/sudo_auth.o
  466. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./auth/pam.c
  467. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./auth/pam.c -DPIC -o .libs/pam.o
  468. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./boottime.c
  469. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./boottime.c -DPIC -o .libs/boottime.o
  470. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./check.c
  471. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./check.c -DPIC -o .libs/check.o
  472. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./env.c
  473. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./env.c -DPIC -o .libs/env.o
  474. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./find_path.c
  475. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./find_path.c -DPIC -o .libs/find_path.o
  476. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./goodpath.c
  477. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./goodpath.c -DPIC -o .libs/goodpath.o
  478. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./group_plugin.c
  479. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./group_plugin.c -DPIC -o .libs/group_plugin.o
  480. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./interfaces.c
  481. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./interfaces.c -DPIC -o .libs/interfaces.o
  482. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./iolog.c
  483. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./iolog.c -DPIC -o .libs/iolog.o
  484. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./iolog_path.c
  485. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./iolog_path.c -DPIC -o .libs/iolog_path.o
  486. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./locale.c
  487. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./locale.c -DPIC -o .libs/locale.o
  488. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./logging.c
  489. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./logging.c -DPIC -o .libs/logging.o
  490. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./logwrap.c
  491. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./logwrap.c -DPIC -o .libs/logwrap.o
  492. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./parse.c
  493. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./parse.c -DPIC -o .libs/parse.o
  494. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./policy.c
  495. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./policy.c -DPIC -o .libs/policy.o
  496. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./prompt.c
  497. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./prompt.c -DPIC -o .libs/prompt.o
  498. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./set_perms.c
  499. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./set_perms.c -DPIC -o .libs/set_perms.o
  500. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sudo_nss.c
  501. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sudo_nss.c -DPIC -o .libs/sudo_nss.o
  502. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sudoers.c
  503. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sudoers.c -DPIC -o .libs/sudoers.o
  504. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./timestamp.c
  505. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./timestamp.c -DPIC -o .libs/timestamp.o
  506. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./alias.c
  507. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./alias.c -DPIC -o .libs/alias.o
  508. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./audit.c
  509. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./audit.c -DPIC -o .libs/audit.o
  510. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./base64.c
  511. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./base64.c -DPIC -o .libs/base64.o
  512. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./defaults.c
  513. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./defaults.c -DPIC -o .libs/defaults.o
  514. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./hexchar.c
  515. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./hexchar.c -DPIC -o .libs/hexchar.o
  516. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./gram.c
  517. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./gram.c -DPIC -o .libs/gram.o
  518. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./match.c
  519. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./match.c -DPIC -o .libs/match.o
  520. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./match_addr.c
  521. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./match_addr.c -DPIC -o .libs/match_addr.o
  522. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./pwutil.c
  523. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./pwutil.c -DPIC -o .libs/pwutil.o
  524. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./pwutil_impl.c
  525. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./pwutil_impl.c -DPIC -o .libs/pwutil_impl.o
  526. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./timestr.c
  527. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./timestr.c -DPIC -o .libs/timestr.o
  528. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./toke.c
  529. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./toke.c -DPIC -o .libs/toke.o
  530. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./toke_util.c
  531. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./toke_util.c -DPIC -o .libs/toke_util.o
  532. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./redblack.c
  533. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./redblack.c -DPIC -o .libs/redblack.o
  534. /bin/sh ../../libtool --mode=compile gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sha2.c
  535. libtool: compile: gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sha2.c -DPIC -o .libs/sha2.o
  536. /bin/sh ../../libtool --mode=link gcc -o libparsesudoers.la alias.lo audit.lo base64.lo defaults.lo hexchar.lo gram.lo match.lo match_addr.lo pwutil.lo pwutil_impl.lo timestr.lo toke.lo toke_util.lo redblack.lo sha2.lo -no-install
  537. libtool: link: ar cru .libs/libparsesudoers.a .libs/alias.o .libs/audit.o .libs/base64.o .libs/defaults.o .libs/hexchar.o .libs/gram.o .libs/match.o .libs/match_addr.o .libs/pwutil.o .libs/pwutil_impl.o .libs/timestr.o .libs/toke.o .libs/toke_util.o .libs/redblack.o .libs/sha2.o
  538. libtool: link: ranlib .libs/libparsesudoers.a
  539. libtool: link: ( cd ".libs" && rm -f "libparsesudoers.la" && ln -s "../libparsesudoers.la" "libparsesudoers.la" )
  540. /bin/sh ../../libtool --tag=disable-static --mode=link gcc -Wl,-bI:./aixcrypt.exp -Wc,-static-libgcc -export-symbols ./sudoers.exp -o sudoers.la sudo_auth.lo pam.lo boottime.lo check.lo env.lo find_path.lo goodpath.lo group_plugin.lo interfaces.lo iolog.lo iolog_path.lo locale.lo logging.lo logwrap.lo parse.lo policy.lo prompt.lo set_perms.lo sudo_nss.lo sudoers.lo timestamp.lo libparsesudoers.la -lpam ../../common/libcommon.la ../../compat/libreplace.la ../../zlib/libz.la -module -avoid-version -rpath /opt/freeware/libexec/sudo
  541. libtool: link: gcc -shared -o .libs/sudoers.so .libs/sudo_auth.o .libs/pam.o .libs/boottime.o .libs/check.o .libs/env.o .libs/find_path.o .libs/goodpath.o .libs/group_plugin.o .libs/interfaces.o .libs/iolog.o .libs/iolog_path.o .libs/locale.o .libs/logging.o .libs/logwrap.o .libs/parse.o .libs/policy.o .libs/prompt.o .libs/set_perms.o .libs/sudo_nss.o .libs/sudoers.o .libs/timestamp.o ./.libs/libparsesudoers.a ../../common/.libs/libcommon.a ../../compat/.libs/libreplace.a ../../zlib/.libs/libz.a -lpam -lc -Wl,-bnoentry -Wl,-bI:./aixcrypt.exp -static-libgcc -Wl,-bE:./sudoers.exp -Wl,-berok
  542. libtool: link: ar cru .libs/sudoers.a .libs/sudoers.so
  543. libtool: link: ( cd ".libs" && rm -f "sudoers.la" && ln -s "../sudoers.la" "sudoers.la" )
  544. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" find_path.c
  545. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" goodpath.c
  546. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" locale.c
  547. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./visudo.c
  548. /bin/sh ../../libtool --mode=link gcc -o visudo find_path.o goodpath.o locale.o visudo.o libparsesudoers.la ../../common/libcommon.la ../../compat/libreplace.la
  549. libtool: link: gcc -o visudo find_path.o goodpath.o locale.o visudo.o ./.libs/libparsesudoers.a ../../common/.libs/libcommon.a ../../compat/.libs/libreplace.a
  550. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./getdate.c
  551. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sudoreplay.c
  552. /bin/sh ../../libtool --mode=link gcc -o sudoreplay getdate.o locale.o sudoreplay.o timestr.lo ../../zlib/libz.la ../../common/libcommon.la ../../compat/libreplace.la
  553. libtool: link: gcc -o sudoreplay getdate.o locale.o sudoreplay.o .libs/timestr.o ../../zlib/.libs/libz.a ../../common/.libs/libcommon.a ../../compat/.libs/libreplace.a
  554. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" group_plugin.c
  555. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" interfaces.c
  556. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ../../src/net_ifs.c
  557. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./testsudoers.c
  558. gcc -c -I../../include -I../.. -I. -I. -I../.. -DLIBDIR=\"/opt/freeware/lib\" -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -D_PATH_SUDOERS=\"/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 -DLOCALEDIR=\"/opt/freeware/share/locale\" ./tsgetgrpw.c
  559. /bin/sh ../../libtool --mode=link gcc -o testsudoers group_plugin.o interfaces.o locale.o net_ifs.o testsudoers.o tsgetgrpw.o libparsesudoers.la ../../common/libcommon.la ../../compat/libreplace.la
  560. libtool: link: gcc -o testsudoers group_plugin.o interfaces.o locale.o net_ifs.o testsudoers.o tsgetgrpw.o ./.libs/libparsesudoers.a ../../common/.libs/libcommon.a ../../compat/.libs/libreplace.a
  561. Target "all" is up to date.
  562. /bin/sh ../../libtool --tag=disable-static --mode=compile gcc -c -I../../include -I../.. -I../.. -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./system_group.c
  563. libtool: compile: gcc -c -I../../include -I../.. -I../.. -I../../zlib -I../../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT ./system_group.c -DPIC -o .libs/system_group.o
  564. /bin/sh ../../libtool --tag=disable-static --mode=link gcc -Wc,-static-libgcc -export-symbols ./system_group.exp -o system_group.la system_group.lo ../../compat/libreplace.la -module -avoid-version -rpath /opt/freeware/libexec/sudo
  565. libtool: link: gcc -shared -o .libs/system_group.so .libs/system_group.o ../../compat/.libs/libreplace.a -lc -Wl,-bnoentry -static-libgcc -Wl,-bE:./system_group.exp -Wl,-berok
  566. libtool: link: ar cru .libs/system_group.a .libs/system_group.so
  567. libtool: link: ( cd ".libs" && rm -f "system_group.la" && ln -s "../system_group.la" "system_group.la" )
  568. Target "all" is up to date.
  569. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./conversation.c
  570. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./env_hooks.c
  571. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./exec.c
  572. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./exec_common.c
  573. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./exec_pty.c
  574. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./get_pty.c
  575. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./hooks.c
  576. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./net_ifs.c
  577. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./load_plugins.c
  578. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./parse_args.c
  579. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./signal.c
  580. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sudo.c
  581. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sudo_edit.c
  582. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./tgetpass.c
  583. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./ttyname.c
  584. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./utmp.c
  585. gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./locale_stub.c
  586. /bin/sh ../libtool --tag=disable-static --mode=link gcc -o sudo conversation.o env_hooks.o exec.o exec_common.o exec_pty.o get_pty.o hooks.o net_ifs.o load_plugins.o parse_args.o signal.o sudo.o sudo_edit.o tgetpass.o ttyname.o utmp.o locale_stub.o ../common/libcommon.la ../compat/libreplace.la
  587. libtool: link: gcc -o sudo conversation.o env_hooks.o exec.o exec_common.o exec_pty.o get_pty.o hooks.o net_ifs.o load_plugins.o parse_args.o signal.o sudo.o sudo_edit.o tgetpass.o ttyname.o utmp.o locale_stub.o ../common/.libs/libcommon.a ../compat/.libs/libreplace.a
  588. /bin/sh ../libtool --tag=disable-static --mode=compile gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sudo_noexec.c
  589. libtool: compile: gcc -c -I../include -I.. -I. -I.. -I. -I../zlib -I../zlib -g -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -DLOCALEDIR=\"/opt/freeware/share/locale\" ./sudo_noexec.c -DPIC -o .libs/sudo_noexec.o
  590. /bin/sh ../libtool --tag=disable-static --mode=link gcc -Wc,-static-libgcc -o libsudo_noexec.la sudo_noexec.lo -avoid-version -rpath /opt/freeware/libexec/sudo
  591. libtool: link: /usr/bin/nm -B -BCpg .libs/sudo_noexec.o | awk '{ if ((($ 2 == "T") || ($ 2 == "D") || ($ 2 == "B")) && (substr($ 3,1,1) != ".")) { print $ 3 } }' | sort -u > .libs/libsudo_noexec.exp
  592. libtool: link: gcc -shared -o .libs/libsudo_noexec.so .libs/sudo_noexec.o -lc -Wl,-bnoentry -static-libgcc -Wl,-bE:.libs/libsudo_noexec.exp -Wl,-berok
  593. libtool: link: ar cru .libs/libsudo_noexec.a .libs/libsudo_noexec.so
  594. libtool: link: ( cd ".libs" && rm -f "libsudo_noexec.la" && ln -s "../libsudo_noexec.la" "libsudo_noexec.la" )
  595. Target "all" is up to date.
  596. Target "all" is up to date.
  597. BAMAN=0 LCMAN=0 SEMAN=0 PSMAN=0 /bin/sh ./fixman.sh sudo.man.sed
  598. (cd .. && /bin/sh config.status --file=-) < ./sudo.man.in | /usr/bin/sed -f sudo.man.sed > sudo.man
  599. /bin/sh ./fixman.sh visudo.man.sed
  600. (cd .. && /bin/sh config.status --file=-) < ./visudo.man.in | /usr/bin/sed -f visudo.man.sed > visudo.man
  601. /bin/sh ./fixman.sh sudo.conf.man.sed
  602. (cd .. && /bin/sh config.status --file=-) < ./sudo.conf.man.in | /usr/bin/sed -f sudo.conf.man.sed > sudo.conf.man
  603. LCMAN=0 SEMAN=0 PSMAN=0 /bin/sh ./fixman.sh sudoers.man.sed
  604. (cd .. && /bin/sh config.status --file=-) < ./sudoers.man.in | /usr/bin/sed -f sudoers.man.sed > sudoers.man
  605. /bin/sh ./fixman.sh sudoers.ldap.man.sed
  606. (cd .. && /bin/sh config.status --file=-) < ./sudoers.ldap.man.in | /usr/bin/sed -f sudoers.ldap.man.sed > sudoers.ldap.man
  607. /bin/sh ./fixman.sh sudoreplay.man.sed
  608. (cd .. && /bin/sh config.status --file=-) < ./sudoreplay.man.in | /usr/bin/sed -f sudoreplay.man.sed > sudoreplay.man
  609. /bin/sh ./fixman.sh sudo_plugin.man.sed
  610. (cd .. && /bin/sh config.status --file=-) < ./sudo_plugin.man.in | /usr/bin/sed -f sudo_plugin.man.sed > sudo_plugin.man
  611. Target "all" is up to date.
  612. DESTDIR=`cd . && pwd`/destdir; rm -rf $DESTDIR; make install DESTDIR=$DESTDIR && /bin/sh ./pp --destdir=$DESTDIR ./sudo.pp bindir=/opt/freeware/bin sbindir=/opt/freeware/sbin libexecdir=/opt/freeware/libexec includedir=/opt/freeware/include timedir=/var/lib/sudo mandir=/opt/freeware/man localedir=/opt/freeware/share/locale docdir=/opt/freeware/share/doc/sudo sysconfdir=/etc sudoersdir=/etc sudoers_uid=0 sudoers_gid=0 sudoers_mode=0440 shlib_mode=0644 version=1.8.7 flavor=ldap aix_freeware=true
  613. for d in compat common zlib plugins/group_file plugins/sudoers plugins/system_group src include doc; do (cd $d && exec make pre-install) && continue; exit $?; done
  614. Target "pre-install" is up to date.
  615. Target "pre-install" is up to date.
  616. Target "pre-install" is up to date.
  617. Target "pre-install" is up to date.
  618. Target "pre-install" is up to date.
  619. Target "pre-install" is up to date.
  620. Target "pre-install" is up to date.
  621. Target "pre-install" is up to date.
  622. for d in compat common zlib plugins/group_file plugins/sudoers plugins/system_group src include doc; do (cd $d && exec make install) && continue; exit $?; done
  623. Target "install" is up to date.
  624. Target "install" is up to date.
  625. Target "install" is up to date.
  626. /bin/sh ../../mkinstalldirs /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo
  627. mkdir /home/kevans/sudo-1.8.7/destdir
  628. mkdir /home/kevans/sudo-1.8.7/destdir/opt
  629. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware
  630. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec
  631. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo
  632. /bin/sh ../../install-sh -c -b~ -m 0644 .libs/group_file.so /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo/group_file.so
  633. Target "install" is up to date.
  634. /bin/sh ../../mkinstalldirs /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo /home/kevans/sudo-1.8.7/destdir/opt/freeware/sbin /home/kevans/sudo-1.8.7/destdir/opt/freeware/bin /home/kevans/sudo-1.8.7/destdir/etc /home/kevans/sudo-1.8.7/destdir/opt/freeware/share/doc/sudo `echo /home/kevans/sudo-1.8.7/destdir/var/lib/sudo|sed 's,/[^/]*$,,'`
  635. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/sbin
  636. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/bin
  637. mkdir /home/kevans/sudo-1.8.7/destdir/etc
  638. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/share
  639. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/share/doc
  640. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/share/doc/sudo
  641. mkdir /home/kevans/sudo-1.8.7/destdir/var
  642. mkdir /home/kevans/sudo-1.8.7/destdir/var/lib
  643. /bin/sh ../../install-sh -c -d -O 0 -G 0 -m 0700 /home/kevans/sudo-1.8.7/destdir/var/lib/sudo
  644. if [ X".so" != X"" ]; then test X"$SUDO_PREINSTALL_CMD" != X"" && $SUDO_PREINSTALL_CMD .libs/sudoers.so; /bin/sh ../../install-sh -c -b~ -O 0 -G 0 -m 0644 .libs/sudoers.so /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo/sudoers.so; fi
  645. /bin/sh ../../install-sh -c -b~ -O 0 -G 0 -m 0755 sudoreplay /home/kevans/sudo-1.8.7/destdir/opt/freeware/bin/sudoreplay
  646. /bin/sh ../../install-sh -c -b~ -O 0 -G 0 -m 0755 visudo /home/kevans/sudo-1.8.7/destdir/opt/freeware/sbin/visudo
  647. /bin/sh ../../install-sh -c -d -O 0 -G 0 -m 0750 /home/kevans/sudo-1.8.7/destdir/etc/sudoers.d
  648. test -r /home/kevans/sudo-1.8.7/destdir/etc/sudoers || /bin/sh ../../install-sh -c -O 0 -G 0 -m 0440 sudoers /home/kevans/sudo-1.8.7/destdir/etc/sudoers
  649. #/bin/sh ../../install-sh -c -O 0 -G 0 -m 0755 ./sudoers2ldif /home/kevans/sudo-1.8.7/destdir/opt/freeware/share/doc/sudo
  650. Target "install" is up to date.
  651. /bin/sh ../../mkinstalldirs /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo
  652. /bin/sh ../../install-sh -c -b~ -m 0644 .libs/system_group.so /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo/system_group.so
  653. Target "install" is up to date.
  654. /bin/sh ../mkinstalldirs /home/kevans/sudo-1.8.7/destdir/opt/freeware/bin /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo
  655. /bin/sh ../install-sh -c -b~ -O 0 -G 0 -m 04755 sudo /home/kevans/sudo-1.8.7/destdir/opt/freeware/bin/sudo
  656. rm -f /home/kevans/sudo-1.8.7/destdir/opt/freeware/bin/sudoedit
  657. ln -s sudo /home/kevans/sudo-1.8.7/destdir/opt/freeware/bin/sudoedit
  658. if [ -f sesh ]; then /bin/sh ../install-sh -c -b~ -O 0 -G 0 -M 0755 sesh /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo/sesh; fi
  659. if [ -f .libs/libsudo_noexec.so ]; then /bin/sh ../install-sh -c -b~ -O 0 -G 0 -m 0644 .libs/libsudo_noexec.so /home/kevans/sudo-1.8.7/destdir/opt/freeware/libexec/sudo/sudo_noexec.so; fi
  660. Target "install" is up to date.
  661. /bin/sh ../mkinstalldirs /home/kevans/sudo-1.8.7/destdir/opt/freeware/include
  662. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/include
  663. /bin/sh ../install-sh -c -O 0 -G 0 -m 0644 ./sudo_plugin.h /home/kevans/sudo-1.8.7/destdir/opt/freeware/include
  664. Target "install" is up to date.
  665. /bin/sh ../mkinstalldirs /home/kevans/sudo-1.8.7/destdir/opt/freeware/share/doc/sudo /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man8 /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man5
  666. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/man
  667. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man8
  668. mkdir /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man5
  669. for f in ../ChangeLog ../README ../NEWS ./HISTORY ./CONTRIBUTORS ./LICENSE ./TROUBLESHOOTING ./UPGRADE ./sample.*; do /bin/sh ../install-sh -c -O 0 -G 0 -m 0644 $f /home/kevans/sudo-1.8.7/destdir/opt/freeware/share/doc/sudo; done
  670. #for f in ../README.LDAP ./schema.*; do /bin/sh ../install-sh -c -O 0 -G 0 -m 0644 $f /home/kevans/sudo-1.8.7/destdir/opt/freeware/share/doc/sudo; done
  671. /bin/sh ../install-sh -c -O 0 -G 0 -m 0644 ./sudo.man /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man8/sudo.8
  672. /bin/sh ../install-sh -c -O 0 -G 0 -m 0644 ./sudo_plugin.man /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man8/sudo_plugin.8
  673. /bin/sh ../install-sh -c -O 0 -G 0 -m 0644 ./sudoreplay.man /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man8/sudoreplay.8
  674. /bin/sh ../install-sh -c -O 0 -G 0 -m 0644 ./visudo.man /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man8/visudo.8
  675. /bin/sh ../install-sh -c -O 0 -G 0 -m 0644 ./sudo.conf.man /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man5/sudo.conf.5
  676. /bin/sh ../install-sh -c -O 0 -G 0 -m 0644 ./sudoers.man /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man5/sudoers.5
  677. #/bin/sh ../install-sh -c -O 0 -G 0 -m 0644 ./sudoers.ldap.man /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man5/sudoers.ldap.5
  678. ln -s sudo.8 /home/kevans/sudo-1.8.7/destdir/opt/freeware/man/man8/sudoedit.8
  679. Target "install" is up to date.
  680. sudo-ldap.1.8.7.0.bff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement