Discussion:
[bug-mailutils] [GNU Mailutils 3.1.1] testsuite
Mohsen Qazi
2017-03-07 16:39:04 UTC
Permalink
## ------------------------------- ##
## GNU Mailutils 3.1.1 test suite. ##
## ------------------------------- ##

testsuite: command line was:
$ ./testsuite

## ---------- ##
## ChangeLog. ##
## ---------- ##

| 2016-12-16 Sergey Poznyakoff <***@gnu.org>
|
| Version 3.1.1 released
|
| 2016-12-15 Sergey Poznyakoff <***@gnu.org.ua>
|
| Export mu-mailer guile variable
|
| * libmu_scm/mu_scm.c: Export mu-mailer.
| * libmu_scm/mu_message.c (scm_mu_message_send): Fix a typo.

## --------- ##
## Platform. ##
## --------- ##

hostname = laptop
uname -m = x86_64
uname -r = 4.4.0-62-generic
uname -s = Linux
uname -v = #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests
PATH: /home/sombody/Downloads/mailutils-3.1.1
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2012 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='libmailutils/tests'
| abs_builddir='/home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests'
| at_srcdir='.'
| abs_srcdir='/home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests'
| at_top_srcdir='../..'
| abs_top_srcdir='/home/sombody/Downloads/mailutils-3.1.1'
| at_top_build_prefix='../../'
| abs_top_builddir='/home/sombody/Downloads/mailutils-3.1.1'
|
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
|
| AUTOTEST_PATH='libmailutils/tests'
|
| SHELL=${CONFIG_SHELL-'/bin/bash'}

testsuite: atlocal:
| # libmailutils/tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*-
| # Configurable variable values for Mailutils test suite.
| # Copyright (C) 2004, 2010-2012, 2014-2016 Free Software Foundation,
| # Inc.
|
| PATH=/home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests:/home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests:$top_srcdir:$srcdir:$PATH

## ---------------- ##
## Tested programs. ##
## ---------------- ##

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Tue Mar 7 20:02:13 IRST 2017
testsuite: ending at: Tue Mar 7 20:02:29 IRST 2017
testsuite: test suite duration: 0h 0m 16s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: All 577 tests were run,
577 failed unexpectedly.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Mailutils 3.1.1 test suite test groups:

NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS

1: strtoc.at:17 mu_str_to_c
2: wordwrap00.at:17 Fixed margins
wordwrap wordwrap00
3: wordwrap01.at:17 Move margin right
wordwrap wordwrap01
4: wordwrap02.at:17 Move margin left
wordwrap wordwrap02
5: wordwrap03.at:16 Corner cases
wordwrap wordwrap03
6: parseopt00.at:17 empty command line
parseopt parseopt00
7: parseopt01.at:17 command line without options
parseopt parseopt_noopt parseopt01
8: parseopt02.at:17 short options
parseopt parseopt_short parseopt02
9: parseopt03.at:17 short option with argument
parseopt parseopt_short parseopt_short_arg parseopt03
10: parseopt04.at:17 short option with optional argument
parseopt parseopt_short parseopt_short_opt_arg parseopt04
11: parseopt05.at:17 short option without optional argument
parseopt parseopt_short parseopt_short_opt_noarg parseopt05
12: parseopt06.at:17 incremental short option
parseopt parseopt_short parseopt_short_incr parseopt06
13: parseopt07.at:17 short option clustering
parseopt parseopt_short parseopt_short_cluster parseopt07
14: parseopt08.at:17 long options
parseopt parseopt_long parseopt08
15: parseopt09.at:17 long option with argument
parseopt parseopt_long parseopt_long_arg parseopt09
16: parseopt10.at:17 long option with optional argument
parseopt parseopt_long parseopt_long_opt_arg parseopt10
17: parseopt11.at:17 long option without optional argument
parseopt parseopt_long parseopt_long_opt_noarg parseopt11
18: parseopt12.at:17 incremental long option
parseopt parseopt_long parseopt_long_incr parseopt12
19: parseopt13.at:17 abbreviated long options
parseopt parseopt_long parseopt_long_abbr parseopt13
20: parseopt14.at:17 ambiguous abbreviated long options
parseopt parseopt_long parseopt_long_abbr parseopt_long_ambig parseopt14
21: parseopt15.at:17 mixed long and short options
parseopt parseopt_long parseopt_short parseopt15.at
22: parseopt16.at:17 option aliases
parseopt parseopt_long parseopt_short parseopt_alias parseopt16.at
23: parseopt17.at:17 argument permutation
parseopt parseopt_long parseopt_short parseopt17.at
24: parseopt18.at:17 double-dash
parseopt parseopt_long parseopt_short parseopt_double_dash parseopt18.at
25: parseopt19.at:17 double-dash with permutation
parseopt parseopt_long parseopt_short parseopt_double_dash parseopt19.at
26: parseopt20.at:17 short option without required argument
parseopt parseopt_short parseopt_short_noarg parseopt20
27: parseopt21.at:17 long option without required argument
parseopt parseopt_long parseopt_long_noarg parseopt21
28: parseopt22.at:17 unrecognized option
parseopt parseopt_short parseopt_short_unrecognized parseopt22
29: parseopt23.at:17 in order parsing
parseopt parseopt_in_order parseopt23
30: parseopt24.at:17 MU_PARSEOPT_EXIT_ERROR
parseopt mu_parseopt_exit_error parseopt24
31: parseopt25.at:17 MU_PARSEOPT_VERSION_HOOK
parseopt mu_parseopt_version_hook parseopt25
32: parseopt_help00.at:17 standard help output
parseopt parseopt_help parseopt_help00
33: parseopt_help01.at:17 standard usage output
parseopt parseopt_help parseopt_help00
34: parseopt_help02.at:17 MU_PARSEOPT_PROG_NAME
parseopt parseopt_help parseopt_help02
35: parseopt_help03.at:17 MU_PARSEOPT_PROG_DOC
parseopt parseopt_help parseopt_help03
36: parseopt_help04.at:17 MU_PARSEOPT_PROG_ARGS
parseopt parseopt_help mu_parseopt_prog_args parseopt_help04
37: parseopt_help05.at:17 MU_PARSEOPT_BUG_ADDRESS
parseopt parseopt_help parseopt_help05
38: parseopt_help06.at:17 MU_PARSEOPT_PACKAGE_NAME and MU_PARSEOPT_PACKAGE_URL
parseopt parseopt_help parseopt_help06
39: parseopt_help07.at:17 all data
parseopt parseopt_help parseopt_help07
40: parseopt_help08.at:17 ARGP_HELP_FMT compatibility
parseopt parseopt_help argp_help_fmt parseopt_help08
41: parseopt_help09.at:17 ARGP_HELP_FMT usage compatibility
parseopt parseopt_help argp_help_fmt parseopt_help09
42: parseopt_help10.at:17 MU_PARSEOPT_VERSION_HOOK usage output
parseopt mu_parseopt_version_hook parseopt26
43: parseopt_help11.at:17 MU_PARSEOPT_VERSION_HOOK help output
parseopt mu_parseopt_version_hook help
44: parseopt_help12.at:17 MU_PARSEOPT_PROG_ARGS (alternative)
parseopt parseopt_help mu_parseopt_prog_args parseopt_help12
45: strin.at:17 strin
stdstream
46: strout.at:17 strout
stdstream
47: strerr.at:17 strerr
stdstream
48: list.at:38 List: build
list
49: list.at:49 List: insert after
list
50: list.at:61 List: insert before
list
51: list.at:73 List: prepend
list
52: list.at:89 List: delete
list
53: list.at:99 List: push
list
54: list.at:108 List: pop
list
55: list.at:118 List: pop-null
list
56: list.at:124 List: get
list
57: list.at:130 List: head
list
58: list.at:136 List: tail
list
59: list.at:150 Iterator: forward
list
60: list.at:160 Iterator: locate
list
61: list.at:167 Iterator: backward
list
62: list.at:182 Iterator: delete
list
63: list.at:199 Iterator: insert
list
64: list.at:222 Iterator: replace
list
65: list.at:240 Iterator: interaction
list
66: list.at:253 Iterator: interaction: moves
list
67: list.at:271 Iterator: interaction: deletes
list
68: list.at:295 Map: even
list
69: list.at:305 Map: odd
list
70: list.at:315 Map: odd0
list
71: list.at:322 Map: concat
list
72: list.at:332 Map: concat3
list
73: list.at:341 Map: skip
list
74: list.at:351 Map: trim
list
75: list.at:370 Slice: one limit
list
76: list.at:379 Slice: two limits
list
77: list.at:390 Slice: four limits
list
78: list.at:402 Slice: four limits unsorted
list
79: list.at:422 Fold: empty list
list
80: list.at:428 Fold: one element
list
81: list.at:435 Fold: many elements
list
82: list.at:450 Reverse Fold: empty list
list
83: list.at:456 Reverse Fold: one element
list
84: list.at:463 Reverse Fold: many elements
list
85: list.at:479 Sort: empty list
list
86: list.at:486 Sort: sorted list asc
list
87: list.at:500 Sort: sorted list desc
list
88: list.at:514 Sort: unsorted list
list
89: address.at:33 Address: Sam <@[matrix (smtp)], @[nexus: [node 12]]:sroberts@[10].[1]>
address
90: address.at:39 Address: ***@b,***@y
address
91: address.at:48 Address: ,***@b,***@y
address
92: address.at:57 Address: ***@b,***@y,
address
93: address.at:66 Address: ,***@b,***@y,
address
94: address.at:75 Address: ***@b,,***@y
address
95: address.at:84 Address: ***@b,,,***@y
address
96: address.at:93 Address: ,,,***@b,,,
address
97: address.at:100 Address: ,***@b
address
98: address.at:107 Address: ***@b,
address
99: address.at:114 Address: ,
address
100: address.at:120 Address: ,,
address
101: address.at:126 Address: ,,
address
102: address.at:132 Address: a group: ***@b,***@y
103: address.at:141 Address: a group: ,***@b,***@y
104: address.at:150 Address: a group: ***@b,***@y,
105: address.at:159 Address: a group: ,***@b,***@y,
106: address.at:168 Address: a group: ***@b,,***@y
107: address.at:177 Address: a group: ***@b,,,***@y
108: address.at:186 Address: a group: ,,,***@b,,,
109: address.at:193 Address: a group: ,***@b
110: address.at:200 Address: a group: ***@b,
111: address.at:207 Address: a group: ,
112: address.at:213 Address: a group: ,,
113: address.at:219 Address: a group: ,,
114: address.at:225 Address: Sam <@[matrix (smtp)], @[nexus: [node 12]]:sroberts@[10].[1]>
115: address.at:231 Address: Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1]
116: address.at:242 Address: ***@hi, Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1]
117: address.at:256 Address: Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1]
, ***@lo
118: address.at:270 Address: ***@hi, Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1]
, ***@lo
119: address.at:286 Address: Sam <@mail2.uniserve.com:***@uniserve.com>
address
120: address.at:295 Address: < (hey) @ (hey, )smtp1.sympatico.ca, mail2.uniserve.com (hoo!):***@uniserve.com>
address
121: address.at:301 Address: ***@570.com (Hardware Support Account)
address
122: address.at:309 Address: list-ietf-wg-apps-***@faerber.muc.de (=?ISO-8859-1?Q?Claus_F=E4rber?=)
address
123: address.at:317 Address: <mutt-***@mutt.org>(mutt #369), guug-bugs-***@guug.de (#369)
address
124: address.at:327 Address: "'Aernoudt Bottemanne'" <***@Informix.com>
address
125: address.at:335 Address: "'Haag, Ullrich - MBDC'" <***@MBDC.com>,
address
126: address.at:343 Address: "'Michael C. Ibarra'" <***@hawk.com>, ***@q7.net, Al <***@q7.net>
address
127: address.at:357 Address: "'Sam Roberts'" <***@cogent.ca>
address
128: address.at:365 Address: "'***@pitbull-productions.com'" <***@pitbull-productions.com>,
address
129: address.at:373 Address: "'***@cogent.ca'" <***@cogent.ca>, "'***@uniserve.com'"
address
130: address.at:379 Address: "'sroberts\@certicom\.ca'" <***@certicom.ca>
address
131: address.at:387 Address: "=?iso-8859-1?Q?Juan_Carlos_Marcos_Rodr=EDguez?=" <***@datavoice.es>
address
132: address.at:395 Address: "Christian Edward Gruber" <***@gmx.net>,
address
133: address.at:403 Address: "D. J. Bernstein" <"djb- "@cr.yp.to>
address
134: address.at:411 Address: "D. J. Bernstein" <***@cr.yp.to>, ***@cs.utk.edu
address
135: address.at:421 Address: "Dave Sill <de5-drums" <de5-***@sws5.ctd.ornl.gov>
address
136: address.at:429 Address: "Dave \(work\) Baerg \(E-mail\)" <***@SUMMedia.com>
address
137: address.at:437 Address: "Demian" <***@wave.home.com>
address
138: address.at:445 Address: "Detailed Revision/Update of Message Standards" <***@cs.utk.edu>
address
139: address.at:453 Address: "Fred" <***@__nowhere__.users.sourceforge.net>
address
140: address.at:461 Address: "Haag, Ullrich - MBDC" <***@MBDC.com>
address
141: address.at:469 Address: "Jacob Palme" <***@dsv.su.se>, <***@cs.utk.edu>
address
142: address.at:479 Address: "Jakob 'sparky' Kaivo" <***@elijah.nodomainname.net>
address
143: address.at:487 Address: "Lee R. Copp" <***@MichiganScientific.com>
address
144: address.at:495 Address: "Lionel Johnson" <ljohnson**nospam**@sterling1.com>
address
145: address.at:503 Address: "Martin [Keso] Keseg" <***@slovakia.sun.com>
address
146: address.at:511 Address: "}{ristoph" <***@kristoph.net>
address
147: address.at:519 Address: "fmartens-2000" <fmartens-***@planet.nl>
address
148: address.at:527 Address: "g'o'tz ohnesorge" <***@lh-computertechnik.de>
address
149: address.at:535 Address: "gao jie" <***@public.wh.hb.cn>
address
150: address.at:543 Address: "gnupg-***@gnupg.org" <gnupg-devel%***@f48.n48.z2.fidonet.org>
address
151: address.at:552 Address: "gpg-devel" <gnupg-***@gnupg.org>
address
152: address.at:560 Address: "jigang" <***@jinglun.com.cn>
address
153: address.at:568 Address: "***@openbsd.org" <***@openbsd.org>
address
154: address.at:576 Address: "***@openbsd.org" <***@openbsd.org>, ***@Awfulhak.org
address
155: address.at:586 Address: "mutt-dev @ mutt . orgThomas Roessler" <***@does-not-exist.org>
address
156: address.at:594 Address: "***@f36.n480.z2.fidonet.org" <zwk%***@f36.n480.z2.fidonet.org>
address
157: address.at:602 Address: 'Dan Dall'Acqua' <***@noetic.ab.ca>, 'Dave Shyong'
address
158: address.at:608 Address: 0xdeadbeef-***@petting-zoo.net
address
159: address.at:615 Address: 102023-***@cnxt19932218.conexant.com
address
160: address.at:622 Address: ***@jobcontrolcenter.com
address
161: address.at:629 Address: <0xdeadbeef-***@petting-zoo.net>
address
162: address.at:636 Address: <>
address
163: address.at:642 Address: <***@nrc.ca>
address
164: address.at:649 Address: <***@motorcity2.lotus.com>
address
165: address.at:656 Address: <all: >
address
166: address.at:662 Address: <fyi-***@emyr.net>
address
167: address.at:669 Address: <***@medtronic.com>, <***@husky.ca>,
address
168: address.at:678 Address: <gnu-pop-***@nodomainname.net>
address
169: address.at:685 Address: <mutt-dev-owner-sroberts=***@ns.gbnet.net>
address
170: address.at:692 Address: =?ISO-8859-1?Q?Kolbj=F8rn_Barmen?= <***@nvg.ntnu.no>
address
171: address.at:700 Address: =?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <***@cisco.com>
address
172: address.at:708 Address: =?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <***@cisco.com>,
address
173: address.at:716 Address: =?US-ASCII?Q?gary=5Fc?= <***@cunningham-lee.com>
address
174: address.at:724 Address: =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier <***@pervalidus.net>
address
175: address.at:732 Address: =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier <***@pervalidus.net>,
address
176: address.at:740 Address: =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E_Meunier?= <***@pervalidus.net>
address
177: address.at:748 Address: =?iso-8859-1?Q?J=F8rgen_Thomsen?= <***@postfix.jth.net>
address
178: address.at:756 Address: =?iso-8859-1?Q?Jos=3F_C=2E_Garc=EDa_Sogo?= <***@jaimedelamo.eu.org>
address
179: address.at:764 Address: =?iso-8859-1?Q?Mikko_H=E4nninen?= <***@dna.fi>
address
180: address.at:772 Address: =?iso-8859-1?Q?Mikko_H=E4nninen?= <***@iki.fi>
address
181: address.at:780 Address: =?iso-8859-1?Q?R=E9mi_Guyomarch?= <***@321.net>
address
182: address.at:788 Address: =?iso-8859-1?Q?Ulf_M=F6ller?= <***@fitug.de>
address
183: address.at:796 Address: ANDREW MARTIN <***@ee.ryerson.ca>
address
184: address.at:804 Address: Abhay Ghaisas <***@sobolev.does-not-exist.org>, mutt-***@mutt.org
address
185: address.at:814 Address: Brian Salter-Duke <***@lacebark.ntu.edu.au>
address
186: address.at:822 Address: Catharine Shyong <***@t-iii.com>
address
187: address.at:830 Address: DRUMS-Last-Call:
188: address.at:836 Address: Detailed Revision/Update of Message Standards <***@cs.utk.edu>
address
189: address.at:844 Address: Eric Allman <eric+***@Sendmail.ORG>
address
190: address.at:852 Address: Gary <***@e-c-s-uk.com>
address
191: address.at:860 Address: IETF working group on revision of mail standards <***@cs.utk.edu>
address
192: address.at:868 Address: IETF-Announce:
193: address.at:874 Address: IETF-Announce:
, ***@cs.utk.edu
194: address.at:881 Address: Jean-Baptiste Marchand <Jean-***@epita.fr>
address
195: address.at:889 Address: Jonathan Rozes <jrozes+***@vinton.com>
address
196: address.at:897 Address: Jose "C." Garcia Sogo<***@jaimedelamo.eu.org>
address
197: address.at:905 Address: Marco d'Itri <***@Linux.IT>
address
198: address.at:913 Address: No_Reply-***@mapquest.com
address
199: address.at:920 Address: ***@rte.ie, ***@hotmail.com, boot
address
200: address.at:931 Address: Paul Hoffman / IMC <***@imc.org>
address
201: address.at:939 Address: Sam
address
202: address.at:946 Address: Sam Roberts <***@cogent.ca>
address
203: address.at:954 Address: Sam_Roberts/Certicom%***@certicom.com
address
204: address.at:961 Address: Thomas Roessler <***@does-not-exist.org>, ***@bugs.guug.de
address
205: address.at:971 Address: Thomas Roessler <***@does-not-exist.org>, ***@gnupg.org
address
206: address.at:981 Address: ***@ip-12-22-50-150.hqglobal.net
address
207: address.at:988 Address: ktb <***@home.com>
address
208: address.at:996 Address: ***@eudoramail.com, ***@usaid.gov, Kieran.O'***@anpost.ie
address
209: address.at:1007 Address: ***@wks.uts.ohio-state.eduofflinemailer-***@dikke.penguin.nl
address
210: address.at:1013 Address: root
address
211: address.at:1020 Address: whom it may concern:
212: address.at:1026 Address: whom it may concern: mutt-***@mutt.org, mutt-***@mutt.org
213: address.at:1035 Address: Sergey V. Poznyakoff <***@gnu.org>
address
214: address.at:1043 Address: P. D. Q. Bach <***@somewhere.org>
address
215: address.at:1051 Address: "A bad quote\" <***@localhost>
address
216: wordsplit.at:37 Wordsplit: simple input
wordsplit wsp
217: wordsplit.at:45 Wordsplit: quoted space
wordsplit wsp
218: wordsplit.at:51 Wordsplit: tab character
wordsplit wsp
219: wordsplit.at:58 Wordsplit: octal and hex escapes
wordsplit wsp
220: wordsplit.at:64 Wordsplit: octal and hex escapes 2
wordsplit wsp
221: wordsplit.at:72 Wordsplit: escape representation
wordsplit wsp
222: wordsplit.at:81 Wordsplit: append
wordsplit wsp
223: wordsplit.at:103 Wordsplit: dooffs
wordsplit wsp
224: wordsplit.at:113 Wordsplit: variable substitutions: single var
wordsplit wsp
225: wordsplit.at:123 Wordsplit: variable substitutions: concatenated vars
wordsplit wsp
226: wordsplit.at:133 Wordsplit: variable substitutions: field splitting
wordsplit wsp
227: wordsplit.at:144 Wordsplit: variable substitutions: double-quoted variable
wordsplit wsp
228: wordsplit.at:154 Wordsplit: variable substitutions: single-quoted variable
wordsplit wsp
229: wordsplit.at:164 Wordsplit: undefined variables 1
wordsplit wsp
230: wordsplit.at:174 Wordsplit: undefined variables 2
wordsplit wsp
231: wordsplit.at:185 Wordsplit: warn about undefined variables
wordsplit wsp
232: wordsplit.at:193 Wordsplit: bail out on undefined variables
wordsplit wsp
233: wordsplit.at:200 Wordsplit: disable variable expansion
wordsplit wsp
234: wordsplit.at:208 Wordsplit: K/V environment
wordsplit wsp
235: wordsplit.at:217 Wordsplit: nosplit with expansion
wordsplit wsp
236: wordsplit.at:225 Wordsplit: nosplit without expansion
wordsplit wsp
237: wordsplit.at:233 Wordsplit: ignore quotes
wordsplit wsp
238: wordsplit.at:240 Wordsplit: custom delimiters (squeeze)
wordsplit wsp
239: wordsplit.at:250 Wordsplit: custom delimiters (no squeeze)
wordsplit wsp
240: wordsplit.at:261 Wordsplit: custom, with returned delimiters
wordsplit wsp
241: wordsplit.at:275 Wordsplit: custom, with returned & squeezed delimiters
wordsplit wsp
242: wordsplit.at:290 Wordsplit: sed expressions
wordsplit wsp
243: wordsplit.at:298 Wordsplit: C escapes on
wordsplit wsp
244: wordsplit.at:307 Wordsplit: C escapes off
wordsplit wsp
245: wordsplit.at:316 Wordsplit: ws elimination
wordsplit wsp
246: wordsplit.at:325 Wordsplit: empty quotes
wordsplit wsp
247: wordsplit.at:331 Wordsplit: delimiter following empty quotes
wordsplit wsp
248: wordsplit.at:339 Wordsplit: suppress ws trimming within quotes
wordsplit wsp
249: wordsplit.at:350 Wordsplit: unescape
wordsplit wsp
250: wordsplit.at:358 Wordsplit: dquote
wordsplit wsp
251: wordsplit.at:367 Wordsplit: squote
wordsplit wsp
252: wordsplit.at:376 Wordsplit: incremental
wordsplit wsp
253: wordsplit.at:391 Wordsplit: incremental append
wordsplit wsp
254: wordsplit.at:409 Wordsplit: incremental ws
wordsplit wsp
255: wordsplit.at:426 simple command substitution
wordsplit wsp wsp-cmd wsp-cmd-1
256: wordsplit.at:445 quoted command substitution
wordsplit wsp wsp-cmd wsp-cmd-2
257: wordsplit.at:463 coalesced command substitution
wordsplit wsp wsp-cmd wsp-cmd-3
258: wordsplit.at:480 quoted coalesced command substitution
wordsplit wsp wsp-cmd wsp-cmd-4
259: wordsplit.at:496 variable and command substitution
wordsplit wsp wsp-var wsp-var24 wsp-cmd wsp-cmd-5
260: wordsplit.at:516 variable expansion and command substitution in quotes
wordsplit wsp wsp-var wsp-var25 wsp-cmd wsp-cmd-6
261: wordsplit.at:532 nested commands
wordsplit wsp wsp-cmd
262: wordsplit.at:552 pathname expansion
wordsplit wsp wsp-path wsp-path-1
263: wordsplit.at:573 pathname expansion: no match
wordsplit wsp wsp-path wsp-path-2
264: wordsplit.at:592 pathname expansion: nullglob
wordsplit wsp wsp-path wsp-path-3
265: wordsplit.at:610 pathname expansion: failglob
wordsplit wsp wsp-path wsp-path-4
266: url.at:39 Url: scheme:
url url-scheme:
267: url.at:50 Url: scheme:/absolute/path
url url-scheme:/absolute/path
268: url.at:61 Url: scheme:relative/path
url url-scheme:relative/path
269: url.at:72 Url: scheme:///absolute/path
url url-scheme:///absolute/path
270: url.at:87 Url: scheme://%75%73%65%72:%70%61%73%73@%68%6f%73%74
url url-scheme://%75%73%65%72:%70%61%73%73@%68%6f%73%74
271: url.at:98 Url: ftp://user:***@host//a/path
url url-ftp://user:***@host//a/path
272: url.at:109 Url: ftp://:***@host//a/path
url url-ftp://:***@host//a/path
273: url.at:120 Url: ftp://user:@host//a/path
url url-ftp://user:@host//a/path
274: url.at:131 Url: ftp://user:pass@//a/path
url url-ftp://user:pass@//a/path
275: url.at:142 Url: ftp://user:@//a/path
url url-ftp://user:@//a/path
276: url.at:153 Url: ftp://:@host//a/path
url url-ftp://:@host//a/path
277: url.at:164 Url: ftp://:pass@//a/path
url url-ftp://:pass@//a/path
278: url.at:175 Url: ftp://:@//a/path
url url-ftp://:@//a/path
279: url.at:186 Url: ftp://://a/path
url url-ftp://://a/path
280: url.at:197 Url: ftp://@//a/path
url url-ftp://@//a/path
281: url.at:208 Url: ftp:///a/path
url url-ftp:///a/path
282: url.at:219 Url: ftp://user:***@host/a/path
url url-ftp://user:***@host/a/path
283: url.at:231 Url: ftp://:***@host/a/path
url url-ftp://:***@host/a/path
284: url.at:242 Url: ftp://user:@host/a/path
url url-ftp://user:@host/a/path
285: url.at:253 Url: ftp://user:pass@/a/path
url url-ftp://user:pass@/a/path
286: url.at:264 Url: ftp://user:@/a/path
url url-ftp://user:@/a/path
287: url.at:275 Url: ftp://:@host/a/path
url url-ftp://:@host/a/path
288: url.at:286 Url: ftp://:pass@/a/path
url url-ftp://:pass@/a/path
289: url.at:297 Url: ftp://:@/a/path
url url-ftp://:@/a/path
290: url.at:308 Url: ftp://:/a/path
url url-ftp://:/a/path
291: url.at:319 Url: ftp://@/a/path
url url-ftp://@/a/path
292: url.at:330 Url: ftp:///a/path
url url-ftp:///a/path
293: url.at:341 Url: pop://pop.example.net
url url-pop://pop.example.net
294: url.at:352 Url: pop://***@pop.example.net
url url-pop://***@pop.example.net
295: url.at:363 Url: pop://user:***@pop.example.net
url url-pop://user:***@pop.example.net
296: url.at:374 Url: pop://user
auth=*@pop.example.net
297: url.at:385 Url: pop://pop.example.net:111
url url-pop://pop.example.net:111
298: url.at:396 Url: pop://***@pop.example.net:111
url url-pop://***@pop.example.net:111
299: url.at:407 Url: pop://user:***@pop.example.net:111
url url-pop://user:***@pop.example.net:111
300: url.at:418 Url: pop://user
auth=*@pop.example.net:111
301: url.at:429 Url: imap://imap.example.net
url url-imap://imap.example.net
302: url.at:440 Url: imap://***@imap.example.net
url url-imap://***@imap.example.net
303: url.at:451 Url: imap://user:***@imap.example.net
url url-imap://user:***@imap.example.net
304: url.at:462 Url: imap://user
auth=*@imap.example.net
305: url.at:473 Url: imap://imap.example.net:111
url url-imap://imap.example.net:111
306: url.at:484 Url: imap://***@imap.example.net:111
url url-imap://***@imap.example.net:111
307: url.at:495 Url: imap://user:***@imap.example.net:111
url url-imap://user:***@imap.example.net:111
308: url.at:506 Url: imap://user
auth=*@imap.example.net:111
309: url.at:517 Url: imap://imap.example.net/mbox
url url-imap://imap.example.net/mbox
310: url.at:528 Url: imap://***@imap.example.net/mbox
url url-imap://***@imap.example.net/mbox
311: url.at:539 Url: imap://user:***@imap.example.net/mbox
url url-imap://user:***@imap.example.net/mbox
312: url.at:550 Url: imap://user
auth=*@imap.example.net/mbox
313: url.at:561 Url: imap://imap.example.net:111/mbox
url url-imap://imap.example.net:111/mbox
314: url.at:572 Url: imap://***@imap.example.net:111/mbox
url url-imap://***@imap.example.net:111/mbox
315: url.at:583 Url: imap://user:***@imap.example.net:111/mbox
url url-imap://user:***@imap.example.net:111/mbox
316: url.at:594 Url: imap://user
auth=*@imap.example.net:111/mbox
317: url.at:605 Url: imap://imap.example.net/mbox/***@host
url url-imap://imap.example.net/mbox/***@host
318: url.at:616 Url: imap://***@imap.example.net/mbox/***@host
url url-imap://***@imap.example.net/mbox/***@host
319: url.at:627 Url: imap://user:***@imap.example.net/mbox/***@host
url url-imap://user:***@imap.example.net/mbox/***@host
320: url.at:638 Url: imap://user
auth=*@imap.example.net/mbox/***@host
321: url.at:649 Url: imap://imap.example.net:111/mbox/***@host
url url-imap://imap.example.net:111/mbox/***@host
322: url.at:660 Url: imap://***@imap.example.net:111/mbox/***@host
url url-imap://***@imap.example.net:111/mbox/***@host
323: url.at:671 Url: imap://user:***@imap.example.net:111/mbox/***@host
url url-imap://user:***@imap.example.net:111/mbox/***@host
324: url.at:682 Url: imap://user
auth=*@imap.example.net:111/mbox/***@host
325: url.at:693 Url: ftp://ftp.example.org/mbox/user%40host
url url-ftp://ftp.example.org/mbox/user%40host
326: url.at:704 Url: ftp://ftp.example.org:111/mbox/user%40host
url url-ftp://ftp.example.org:111/mbox/user%40host
327: url.at:715 Url: ftp://ftp.example.org:111/mbox/user%40host
type=pass
328: url.at:728 Url: mbox:/var/spool/mail
type=index
329: url.at:743 Url: mbox:///var/spool/mail
type=index
330: url.at:757 Url: http://gnu.org.ua/home/gray?prog&arg1&arg2
url url-http://gnu.org.ua/home/gray?prog&arg1&arg2
331: url.at:771 Url: http://gnu.org.ua/home/gray
foo=bar
332: url.at:787 Url: /usr/sbin/sendmail
url url-/usr/sbin/sendmail
333: url.at:798 Url: /var/spool/mail/gray%40gnu.org
url url-/var/spool/mail/gray%40gnu.org
334: url.at:810 Url: ./file.db
url url-./file.db
335: url.at:822 Url: (gdbm) ./file.db
url url-./file.db
336: url.at:835 Url: local
url url-local
337: url.at:847 Url: | /bin/mailman request list%40dom
url url-|_/bin/mailman_request_list%40dom
338: url.at:861 Url: (ext) | /bin/mailman request list%40dom
url url-|_/bin/mailman_request_list%40dom
339: url.at:875 Url: prog:///bin/mailman?request&list%40dom
url url-prog:///bin/mailman?request&list%40dom
340: url-comp.at:36 =>
url-comp url-comp-0
341: url-comp.at:37 path=foo => foo
url-comp url-comp-1
342: url-comp.at:38 scheme=file => file://
url-comp url-comp-2
343: url-comp.at:39 scheme=file path=foo => file://foo
url-comp url-comp-3
344: url-comp.at:40 scheme=smtp host=localhost port=587 => smtp://localhost:587
url-comp url-comp-4
345: url-comp.at:41 scheme=smtp host=localhost port=587 param=strip-domain param=domain=example.com => smtp://localhost:587
strip-domain
346: url-comp.at:44 scheme=imap user=gray host=localhost path=INBOX => imap://***@localhost/INBOX
url-comp url-comp-6
347: url-comp.at:46 scheme=imap user=gray pass=test host=localhost path=INBOX => imap://gray:***@localhost/INBOX
url-comp url-comp-7
348: url-comp.at:49 scheme=pop user=gray pass=test auth=+APOP host=localhost path=INBOX => pop://gray:***
AUTH=+***@localhost/INBOX
349: url-comp.at:52 scheme=prog path=/bin/mailman query=request query=list => prog:///bin/mailman?request&list
url-comp url-comp-9
350: url-comp.at:55 scheme=prog path=/bin/mailman query=request query=list param=test => prog:///bin/mailman
test?request&list
351: url-comp.at:58 url=imap://***@localhost/INBOX path= => imap://***@localhost
url-comp url-comp-11
352: url-comp.at:61 url=imap://***@localhost/INBOX path= user= => imap://localhost
url-comp url-comp-12
353: url-comp.at:64 url='prog:///bin/mailman
test?request&list' query= param= => prog:///bin/mailman
354: url-comp.at:67 url=smtp://***@localhost/test host= =>
url-comp url-comp-14
355: mailcap.at:36 Mailcap: 1
mailcap mailcap01
356: mailcap.at:45 Mailcap: 2
mailcap mailcap02
357: mailcap.at:55 Mailcap: 3
mailcap mailcap03
358: mailcap.at:67 Mailcap: 4
mailcap mailcap04
359: mailcap.at:78 Mailcap: 5
mailcap mailcap05
360: mailcap.at:91 Mailcap: 6
mailcap mailcap06
361: mailcap.at:105 Mailcap: 7
mailcap mailcap07
362: mailcap.at:114 Mailcap: 8
mailcap mailcap08
363: mailcap.at:125 Mailcap: 9
mailcap mailcap09
364: mailcap.at:136 Mailcap: 10
mailcap mailcap10
365: mailcap.at:145 Mailcap: 11
mailcap mailcap11
366: mailcap.at:156 Mailcap: 12
mailcap mailcap12
367: mailcap.at:166 Mailcap: 13
mailcap mailcap13
368: mailcap.at:176 Mailcap: 14
mailcap mailcap14
369: mailcap.at:187 Mailcap: 15
mailcap mailcap15
370: mailcap.at:198 Mailcap: 16
mailcap mailcap16
371: mailcap.at:209 Mailcap: 17
mailcap mailcap17
372: mailcap.at:220 Mailcap: 18
mailcap mailcap18
373: mailcap.at:230 Mailcap: 19
mailcap mailcap19
374: mailcap.at:241 Mailcap: 20
mailcap mailcap20
375: mailcap.at:250 Mailcap: 21
mailcap mailcap21
376: mailcap.at:259 Mailcap: 22
mailcap mailcap22
377: mailcap.at:272 Mailcap: 23
mailcap mailcap23
378: wicket.at:32 Wicket: pop://localhost
wicket wicket-00
379: wicket.at:35 Wicket: pop://***@localhost
wicket wicket-01
380: wicket.at:38 Wicket: pop://***@localhost
wicket wicket-02
381: wicket.at:41 Wicket: pop://gnu.org
wicket wicket-03
382: wicket.at:44 Wicket: smtp://gnu.org
wicket wicket-04
383: wicket.at:47 Wicket: smtp://***@gnu.org
wicket wicket-05
384: wicket.at:50 Wicket: smtp://localhost
wicket wicket-06
385: prop.at:29 prop: set
prop prop00
386: prop.at:37 prop: overwrite
prop prop01
387: prop.at:45 prop: set without overwrite
prop prop03
388: prop.at:53 prop: set/unset
prop prop04
389: prop.at:63 prop: read/save
prop prop06
390: prop.at:102 prop: clear
prop prop07
391: prop.at:113 prop: invalidate
prop prop08
392: fsfolder00.at:17 List
fsfolder folder-list
393: fsfolder01.at:17 Subscriptions
fsfolder folder-subscribe
394: fsfolder02.at:17 Rename
fsfolder folder-rename
395: base64e.at:17 base64 encoding (read)
base64 base64e base64er encode filter
396: base64e.at:29 base64 encoding (write)
base64 base64e base64ew encode filter
397: base64d.at:17 base64 decoding (read)
base64 base64d base64dr decode filter
398: base64d.at:29 base64 decoding (write)
base64 base64d base64dw decode filter
399: decode2047.at:32 Decode 2047: =?US-ASCII?Q?Keith_Moore?= <***@cs.utk.edu>
decode2047 decode decode01
400: decode2047.at:37 Decode 2047: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <***@dkuug.dk>
decode2047 decode decode02
401: decode2047.at:42 Decode 2047: =?ISO-8859-1?Q?Andr=E9?= Pirard <***@vm1.ulg.ac.be>
decode2047 decode decode03
402: decode2047.at:47 Decode 2047: =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= ... =?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
decode2047 decode decode04
403: decode2047.at:53 Decode 2047: malformed input
decode2047 decode decode05
404: encode2047.at:31 Encode 2047: 8-bit input
encode2047 encode enc01
405: encode2047.at:36 Encode 2047: padding 1
encode2047 encode enc02
406: encode2047.at:41 Encode 2047: padding 2
encode2047 encode enc03
407: encode2047.at:46 Encode 2047: padding 3
encode2047 encode enc04
408: fromflt.at:41 from filter encoding (read)
from frome fromer encode
409: fromflt.at:55 from filter encoding (write)
from frome fromew encode
410: fromflt.at:71 from filter decoding (read)
from fromd fromdr decode
411: fromflt.at:85 from filter decoding (write)
from fromd fromdw decode
412: inline-comment.at:43 inline-comment: default
filter decode inline-comment icmt icmt-dec-00
413: inline-comment.at:58 inline-comment: change comment starter
filter decode inline-comment icmt icmt-dec-01
414: inline-comment.at:73 inline-comment: remove empty lines
filter decode inline-comment icmt icmt-dec-02
415: inline-comment.at:93 inline-comment: remove empty lines/squeeze whitespace
filter decode inline-comment icmt icmt-dec-03
416: inline-comment.at:113 inline-comment: multichar comment starter
filter decode inline-comment icmt icmt-dec-04
417: inline-comment.at:125 inline-comment: multichar comment starter
follow ws
418: inline-comment.at:139 inline-comment: multichar
squeeze
419: inline-comment.at:159 inline-comment: line info facility
filter decode inline-comment icmt icmt-dec-07 line-info
420: inline-comment.at:177 inline-comment: line info: newline after comment
filter decode inline-comment icmt icmt-dec-08 line-info
421: inline-comment.at:186 inline-comment: line info with follow ws
filter decode inline-comment icmt icmt-dec-09 line-info follow-ws
422: inline-comment.at:213 inline-comment: encode
filter encode inline-comment icmt icmt-enc-00
423: inline-comment.at:223 inline-comment: encode multichar
add ws
424: hdrflt.at:17 header filter
header-filter hdrflt
425: linecon.at:17 linecon filter
filter decode linecon
426: linecon.at:50 linecon filter: line info facility
filter decode linecon line-info
427: htmlent.at:17 htmlent filter
filter decode encode htmlent
428: xml.at:17 xml filter
filter decode encode xml
429: debugspec.at:31 debugspec: mailbox
debugspec debug dbgspec debugspec00
430: debugspec.at:35 debugspec: mailbox.=trace2
debugspec debug dbgspec debugspec01
431: debugspec.at:39 debugspec: mailbox.trace3
debugspec debug dbgspec debugspec02
432: debugspec.at:43 debugspec: mailbox.!trace3
debugspec debug dbgspec debugspec03
433: debugspec.at:47 debugspec: mailbox.!=trace3
debugspec debug dbgspec debugspec04
434: debugspec.at:51 debugspec: mailbox.!=prot
debugspec debug dbgspec debugspec05
435: debugspec.at:55 debugspec: mailbox.prot,!=trace4
debugspec debug dbgspec debugspec06
436: debugspec.at:59 debugspec: mailbox.prot,!trace4
debugspec debug dbgspec debugspec07
437: debugspec.at:63 debugspec: mailbox.trace2-trace5
debugspec debug dbgspec debugspec08
438: debugspec.at:67 debugspec: mailbox.trace2-trace5,trace7-prot
debugspec debug dbgspec debugspec09
439: debugspec.at:71 debugspec: 'mailbox.error,=trace3,=trace7,=trace9
mailer.trace7,!trace2'
440: debugspec.at:76 debugspec: -showunset -names='mailbox
mailer
441: imapio.at:39 imapio: simple string
imapio
442: imapio.at:49 imapio: quoted string
imapio
443: imapio.at:59 imapio: server response
imapio
444: imapio.at:69 imapio: server response with code
imapio
445: imapio.at:83 imapio: literals (client)
imapio literal
446: imapio.at:97 imapio: literals (server)
imapio literal
447: imapio.at:112 imapio: non-synchronized literals (server)
imapio literal
448: modmesg00.at:17 unmodified message
modmesg00
449: modmesg01.at:17 add headers
modmesg01
450: modmesg02.at:17 modify body
modmesg02
451: modmesg03.at:17 modify headers and body
modmesg02
452: scantime.at:33 scantime: Envelope (From) time
scantime mu_scan_datetime envelope
453: scantime.at:41 scantime: IMAP INTERNALDATE
scantime mu_scan_datetime imap-internaldate
454: scantime.at:49 scantime: IMAP INTERNALDATE (optional time)
scantime mu_scan_datetime imap-search
455: scantime.at:57 scantime: RFC-822 Strict
scantime mu_scan_datetime rfc822-strict
456: scantime.at:63 scantime: RFC-822
scantime mu_scan_datetime rfc822
457: scantime.at:75 scantime: Any char
scantime mu_scan_datetime anychar
458: scantime.at:87 scantime: Percent
scantime mu_scan_datetime percent
459: scantime.at:93 scantime: Fixed WS
scantime mu_scan_datetime fixws
460: scantime.at:102 scantime: endp return
scantime mu_scan_datetime endp
461: scantime.at:110 scantime: Optional blocks
scantime mu_scan_datetime opt
462: scantime.at:118 scantime: Nested optional blocks
scantime mu_scan_datetime nested-opt
463: scantime.at:128 scantime: Optional alternatives
scantime mu_scan_datetime opt-alt
464: scantime.at:141 scantime: Alternatives
scantime mu_scan_datetime alt
465: strftime.at:109 streamftime: %a
strftime strftime-%a
466: strftime.at:127 streamftime: %A
strftime strftime-%a
467: strftime.at:145 streamftime: %b
strftime strftime-%b
468: strftime.at:173 streamftime: %h
strftime strftime-%h
469: strftime.at:200 streamftime: %B
strftime strftime-%b
470: strftime.at:228 streamftime: %C
strftime strftime-%c
471: strftime.at:236 streamftime: %d
strftime strftime-%d
472: strftime.at:245 streamftime: %e
strftime strftime-%e
473: strftime.at:253 streamftime: %EC
strftime strftime-%ec
474: strftime.at:287 streamftime: %G
strftime strftime-%g
475: strftime.at:329 streamftime: %g
strftime strftime-%g
476: strftime.at:371 streamftime: %H
strftime strftime-%h
477: strftime.at:423 streamftime: %I
strftime strftime-%i
478: strftime.at:475 streamftime: %j
strftime strftime-%j
479: strftime.at:484 streamftime: %k
strftime strftime-%k
480: strftime.at:537 streamftime: %l
strftime strftime-%l
481: strftime.at:589 streamftime: %m
strftime strftime-%m
482: strftime.at:617 streamftime: %M
strftime strftime-%m
483: strftime.at:741 streamftime: <%n>
strftime strftime-<%n>
484: strftime.at:748 streamftime: %OC
strftime strftime-%oc
485: strftime.at:757 streamftime: %p
strftime strftime-%p
486: strftime.at:769 streamftime: %P
strftime strftime-%p
487: strftime.at:781 streamftime: %s
strftime strftime-%s
488: strftime.at:789 streamftime: %S
strftime strftime-%s
489: strftime.at:913 streamftime: <%t>
strftime strftime-<%t>
490: strftime.at:919 streamftime: %u
strftime strftime-%u
491: strftime.at:948 streamftime: %U
strftime strftime-%u
492: strftime.at:1360 streamftime: %V
strftime strftime-%v
493: strftime.at:1402 streamftime: %w
strftime strftime-%w
494: strftime.at:1422 streamftime: %W
strftime strftime-%w
495: strftime.at:1810 streamftime: %y
strftime strftime-%y
496: strftime.at:1820 streamftime: %Y
strftime strftime-%y
497: strftime.at:1832 streamftime: %z
strftime strftime-%z
498: strftime.at:1838 streamftime: %z
strftime strftime-%z
499: strftime.at:1845 streamftime: <%%>
strftime strftime-<%%>
500: strftime.at:1851 streamftime: <%5d>
strftime strftime-<%5d>
501: strftime.at:1857 streamftime: Today is %A, %B %e %Y%n%H:%M:%S (%z).
strftime strftime-today is %a, %b %e %y%n%h:%m:%s (%z).
502: strftime.at:1865 streamftime: %c
strftime strftime-%c
503: strftime.at:1871 streamftime: %D
strftime strftime-%d
504: strftime.at:1879 streamftime: %F
strftime strftime-%f
505: strftime.at:1887 streamftime: %r
strftime strftime-%r
506: strftime.at:1893 streamftime: %R
strftime strftime-%r
507: strftime.at:1899 streamftime: %T
strftime strftime-%t
508: strftime.at:1906 streamftime: %x
strftime strftime-%x
509: strftime.at:1913 streamftime: %X
strftime strftime-%x
510: fsaf.at:48 default
fsaf
511: fsaf.at:50 +awrfil
fsaf
512: fsaf.at:51 +gwrfil
fsaf
513: fsaf.at:53 +linkwrdir
fsaf
514: fsaf.at:62 +linkwrdir
fsaf
515: fsaf.at:71 +awrdir
fsaf
516: fsaf.at:79 +gwrdir
fsaf
517: fsaf.at:87 +ardfil
fsaf
518: fsaf.at:88 +grdfil
fsaf
519: fsaftomod.at:36 all
fsaf fsaftomod fsaftomode
520: fsaftomod.at:37 none
fsaf fsaftomod fsaftomode
521: fsaftomod.at:38 grdfil ardfil
fsaf fsaftomod fsaftomode
522: fsaftomod.at:39 grdfil ardfil awrfil
fsaf fsaftomod fsaftomode
523: fsaftomod.at:40 grdfil gwrfil ardfil awrfil
fsaf fsaftomod fsaftomode
524: modtofsaf.at:35 600
fsaf modtofsaf modetofsaf
525: modtofsaf.at:41 666
fsaf modtofsaf modetofsaf
526: modtofsaf.at:43 622
fsaf modtofsaf modetofsaf
527: modtofsaf.at:47 644
fsaf modtofsaf modetofsaf
528: modtofsaf.at:51 620
fsaf modtofsaf modetofsaf
529: mimehdr.at:35 mimehdr: simple
mimehdr rfc2231 mimehdr00 mimehdr-simple
530: mimehdr.at:45 mimehdr: continuation
mimehdr rfc2231 mimehdr01 mimehdr-cont mimehdr-cont-00
531: mimehdr.at:56 mimehdr: charset (2047)
mimehdr rfc2231 mimehdr02 mimehdr-charset-rfc2047 mimehdr-charset-00
532: mimehdr.at:66 mimehdr: charset with language (2047)
mimehdr rfc2231 mimehdr03 mimehdr-charset-rfc2047 mimehdr-charset-01
533: mimehdr.at:76 mimehdr: no charset (2231)
mimehdr rfc2231 mimehdr04 mimehdr-no-charset-rfc2231 mimehdr-nocharset-00
534: mimehdr.at:86 mimehdr: charset (2231)
mimehdr rfc2231 mimehdr05 mimehdr-charset-rfc2231
mimehdr-charset-rfc2231-00 mimehdr-charset-03
535: mimehdr.at:96 mimehdr: charset with language (2231)
mimehdr rfc2231 mimehdr06 mimehdr-charset-rfc2231
mimehdr-charset-rfc2231-01 mimehdr-charset-04
536: mimehdr.at:106 mimehdr: charset with language and continuation (2231)
mimehdr rfc2231 mimehdr07 mimehdr-charset-rfc2231
mimehdr-charset-rfc2231-02 mimehdr-charset-05
537: mimehdr.at:120 mimehdr: combined charset, lang and cset
mimehdr rfc2231 mimehdr08 mimehdr-comb mimehdr-charset-rfc2231
538: msgset.at:30 Aggregation: simple
msgset msgset-aggr-simple msgset-aggr
539: msgset.at:35 Aggregation: open range (1)
msgset msgset-aggr-open-1 msgset-aggr-open msgset-aggr
540: msgset.at:41 Aggregation: coalescing open ranges
msgset msgset-aggr-open-2 msgset-aggr-open msgset-aggr
541: msgset.at:47 Aggregation: open range (3)
msgset msgset-aggr-open-3 msgset-aggr-open msgset-aggr
542: msgset.at:53 Aggregation: open range (4)
msgset msgset-aggr-open-4 msgset-aggr-open msgset-aggr
543: msgset.at:59 Aggregation: open range (5)
msgset msgset-aggr-open-5 msgset-aggr-open msgset-aggr
544: msgset.at:65 Create simple set
msgset msgset-simple msgset-add
545: msgset.at:70 Create complex set
msgset msgset-complex msgset-add
546: msgset.at:75 Subtract: no match
msgset msgset-sub msgset-sub-1
547: msgset.at:80 Subtract: exact match
msgset msgset-sub msgset-sub-2
548: msgset.at:85 Subtract: contained range
msgset msgset-sub msgset-sub-3
549: msgset.at:91 Subtract: contained range (left border case)
msgset msgset-sub msgset-sub-3 msgset-sub-3-0
550: msgset.at:97 Subtract: contained range (right border case)
msgset msgset-sub msgset-sub-3 msgset-sub-3-1
551: msgset.at:103 Subtract: initial subrange
msgset msgset-sub msgset-sub-4
552: msgset.at:108 Subtract: trailing subrange
msgset msgset-sub msgset-sub-5
553: msgset.at:113 Subtract: overlapping subrange
msgset msgset-sub msgset-sub-6
554: msgset.at:118 Subtract: 4, 5 and 6 combined
msgset msgset-sub msgset-sub-4 msgset-sub-5 msgset-sub-6 msgset-sub-456
555: msgset.at:124 open range
msgset msgset-inf
556: msgset.at:129 add to open range
msgset msgset-inf-add msgset-add
557: msgset.at:134 subtract from open range
msgset msgset-inf-sub msgset-sub
558: msgset.at:139 subtract from open range an equal range
msgset msgset-inf-sub-1 msgset-sub
559: msgset.at:144 subtract from open range a broader range
msgset msgset-inf-sub-2 msgset-sub
560: msgset.at:150 subtract from open range a narrower range
msgset msgset-inf-sub-3 msgset-sub
561: msgset.at:156 subtract an open range with matching left boundary
msgset msgset-inf-sub-4 msgset-sub
562: msgset.at:162 subtract an open range with greater left boundary
msgset msgset-inf-sub-4 msgset-sub
563: msgset.at:168 subtract an open range with smaller left boundary
msgset msgset-inf-sub-4 msgset-sub
564: globtest.at:31 abab
glob
565: globtest.at:32 a*c
glob
566: globtest.at:33 a*c?d sub
glob
567: globtest.at:34 a***c
glob
568: globtest.at:35 a***c sub
glob
569: globtest.at:36 a***c sub collapse
glob
570: globtest.at:37 {$|a$$
glob
571: globtest.at:38 a[0-9A-Z]c
glob
572: globtest.at:39 a[!a-z]c
glob
573: globtest.at:40 a[!]z]
glob
574: globtest.at:41 a[cde
glob
575: globtest.at:42 a[[ba]
glob
576: globtest.at:43 *.c
glob
577: globtest.at:44 a\
glob

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

# -*- compilation -*-
1. strtoc.at:17: testing mu_str_to_c ...
./strtoc.at:18: strtoc
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/1/stderr 2017-03-07 20:02:13.384648686 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4656-lt-strtoc: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
./strtoc.at:18: exit code was 1, expected 0
1. strtoc.at:17: 1. mu_str_to_c (strtoc.at:17): FAILED (strtoc.at:18)

# -*- compilation -*-
2. wordwrap00.at:17: testing Fixed margins ...
./wordwrap00.at:21: wordwrap -l 20 -r 70 input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/2/stderr 2017-03-07 20:02:13.412647508 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4684-lt-wordwrap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.420958882 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/2/stdout 2017-03-07 20:02:13.416647340 +0330
@@ -1,22 +1 @@
- My Father had a small Estate in Nottinghamshire; I
- was the Third of five Sons. He sent me to
- Emanuel-College in Cambridge, at Fourteen Years
- old, where I resided three Years, and applyed my
- self close to my Studies: But the Charge of
- maintaining me (although I had a very scanty
- Allowance) being too great for a narrow Fortune; I
- was bound Apprentice to Mr. James Bates, an
- eminent Surgeon in London, with whom I continued
- four Years; and my Father now and then sending me
- small Sums of Money, I laid them out in learning
- Navigation, and other parts of the Mathematicks,
- useful to those who intend to travel, as I always
- believed it would be some time or other my Fortune
- to do. When I left Mr. Bates, I went down to my
- Father; where, by the Assistance of him and my
- Uncle John, and some other Relations, I got Forty
- Pounds, and a Promise of Thirty Pounds a Year to
- maintain me at Leyden: There I studied Physick two
- Years and seven Months, knowing it would be useful
- in long Voyages.

./wordwrap00.at:21: exit code was 1, expected 0
2. wordwrap00.at:17: 2. Fixed margins (wordwrap00.at:17): FAILED (wordwrap00.at:21)

# -*- compilation -*-
3. wordwrap01.at:17: testing Move margin right ...
./wordwrap01.at:23: cat input0 | tr -d '\n' | wordwrap -l 20 -r 70 - -l +8 input1
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/3/stderr 2017-03-07 20:02:13.440646330 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4717-lt-wordwrap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.449804538 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/3/stdout 2017-03-07 20:02:13.444646162 +0330
@@ -1,12 +1 @@
- My Father had a small Estate in Nottinghamshire; I
- was the Third of five Sons. He sent me to
- Emanuel-College
- in Cambridge,
- at Fourteen
- Years old,
- where I resided
- three Years,
- and applyed my
- self close to
- my Studies:

./wordwrap01.at:23: exit code was 1, expected 0
3. wordwrap01.at:17: 3. Move margin right (wordwrap01.at:17): FAILED (wordwrap01.at:23)

# -*- compilation -*-
4. wordwrap02.at:17: testing Move margin left ...
./wordwrap02.at:23: cat input0 | tr -d '\n' | wordwrap -l 20 -r 70 - -l -8 input1
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/4/stderr 2017-03-07 20:02:13.464645320 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4750-lt-wordwrap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.475269051 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/4/stdout 2017-03-07 20:02:13.468645152 +0330
@@ -1,8 +1 @@
- My Father had a small Estate in Nottinghamshire; I
- was the Third of five Sons.
- He sent me to Emanuel-College
- in Cambridge, at Fourteen Years
- old, where I resided three
- Years, and applyed my self
- close to my Studies:

./wordwrap02.at:23: exit code was 1, expected 0
4. wordwrap02.at:17: 4. Move margin left (wordwrap02.at:17): FAILED (wordwrap02.at:23)

# -*- compilation -*-
5. wordwrap03.at:16: testing Corner cases ...
./wordwrap03.at:18: echo abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz|\
wordwrap -r 10 -

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/5/stderr 2017-03-07 20:02:13.492644142 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4780-lt-wordwrap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.498626478 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/5/stdout 2017-03-07 20:02:13.492644142 +0330
@@ -1,3 +1 @@
-abcdefghijklmnopqrstuvwxyz
-abcdefghijklmnopqrstuvwxyz

./wordwrap03.at:18: exit code was 1, expected 0
5. wordwrap03.at:16: 5. Corner cases (wordwrap03.at:16): FAILED (wordwrap03.at:18)

# -*- compilation -*-
6. parseopt00.at:17: testing empty command line ...
./parseopt00.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/6/stderr 2017-03-07 20:02:13.516643133 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4809-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.525204858 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/6/stdout 2017-03-07 20:02:13.520642964 +0330
@@ -1,10 +1 @@
-rc=0
-file_name=(null)
-opt_value=initial
-x_option=0
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:

./parseopt00.at:19: exit code was 1, expected 0
6. parseopt00.at:17: 6. empty command line (parseopt00.at:17): FAILED (parseopt00.at:19)

# -*- compilation -*-
7. parseopt01.at:17: testing command line without options ...
./parseopt01.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/7/stderr 2017-03-07 20:02:13.544641955 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4838-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.552363790 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/7/stdout 2017-03-07 20:02:13.544641955 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=(null)
-opt_value=initial
-x_option=0
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt01.at:19: exit code was 1, expected 0
7. parseopt01.at:17: 7. command line without options (parseopt01.at:17): FAILED (parseopt01.at:19)

# -*- compilation -*-
8. parseopt02.at:17: testing short options ...
./parseopt02.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -f file -x -a -d command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/8/stderr 2017-03-07 20:02:13.568640945 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4867-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.577964303 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/8/stdout 2017-03-07 20:02:13.572640777 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=file
-opt_value=initial
-x_option=1
-a_option=1
-find_value=(null)
-d_option=1
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt02.at:19: exit code was 1, expected 0
8. parseopt02.at:17: 8. short options (parseopt02.at:17): FAILED (parseopt02.at:19)

# -*- compilation -*-
9. parseopt03.at:17: testing short option with argument ...
./parseopt03.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -ffile -x -a -d command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/9/stderr 2017-03-07 20:02:13.592639936 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4896-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.600920304 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/9/stdout 2017-03-07 20:02:13.592639936 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=file
-opt_value=initial
-x_option=1
-a_option=1
-find_value=(null)
-d_option=1
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt03.at:19: exit code was 1, expected 0
9. parseopt03.at:17: 9. short option with argument (parseopt03.at:17): FAILED (parseopt03.at:19)

# -*- compilation -*-
10. parseopt04.at:17: testing short option with optional argument ...
./parseopt04.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -ofile command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/10/stderr 2017-03-07 20:02:13.616638926 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4925-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.626019988 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/10/stdout 2017-03-07 20:02:13.620638758 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=(null)
-opt_value=file
-x_option=0
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt04.at:19: exit code was 1, expected 0
10. parseopt04.at:17: 10. short option with optional argument (parseopt04.at:17): FAILED (parseopt04.at:19)

# -*- compilation -*-
11. parseopt05.at:17: testing short option without optional argument ...
./parseopt05.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -o command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/11/stderr 2017-03-07 20:02:13.644637748 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4954-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.652696750 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/11/stdout 2017-03-07 20:02:13.644637748 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=(null)
-opt_value=(null)
-x_option=0
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt05.at:19: exit code was 1, expected 0
11. parseopt05.at:17: 11. short option without optional argument (parseopt05.at:17): FAILED (parseopt05.at:19)

# -*- compilation -*-
12. parseopt06.at:17: testing incremental short option ...
./parseopt06.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -d -d command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/12/stderr 2017-03-07 20:02:13.668636738 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/4983-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.679075474 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/12/stdout 2017-03-07 20:02:13.672636570 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=(null)
-opt_value=initial
-x_option=0
-a_option=0
-find_value=(null)
-d_option=2
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt06.at:19: exit code was 1, expected 0
12. parseopt06.at:17: 12. incremental short option (parseopt06.at:17): FAILED (parseopt06.at:19)

# -*- compilation -*-
13. parseopt07.at:17: testing short option clustering ...
./parseopt07.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -xffile -dado10 command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/13/stderr 2017-03-07 20:02:13.692635729 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5012-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.703424900 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/13/stdout 2017-03-07 20:02:13.696635560 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=file
-opt_value=10
-x_option=1
-a_option=1
-find_value=(null)
-d_option=2
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt07.at:19: exit code was 1, expected 0
13. parseopt07.at:17: 13. short option clustering (parseopt07.at:17): FAILED (parseopt07.at:19)

# -*- compilation -*-
14. parseopt08.at:17: testing long options ...
./parseopt08.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --file=file --all command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/14/stderr 2017-03-07 20:02:13.720634550 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5041-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.727869842 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/14/stdout 2017-03-07 20:02:13.720634550 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=file
-opt_value=initial
-x_option=0
-a_option=1
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt08.at:19: exit code was 1, expected 0
14. parseopt08.at:17: 14. long options (parseopt08.at:17): FAILED (parseopt08.at:19)

# -*- compilation -*-
15. parseopt09.at:17: testing long option with argument ...
./parseopt09.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --file file command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/15/stderr 2017-03-07 20:02:13.748633372 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5070-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.757261798 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/15/stdout 2017-03-07 20:02:13.748633372 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=file
-opt_value=initial
-x_option=0
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt09.at:19: exit code was 1, expected 0
15. parseopt09.at:17: 15. long option with argument (parseopt09.at:17): FAILED (parseopt09.at:19)

# -*- compilation -*-
16. parseopt10.at:17: testing long option with optional argument ...
./parseopt10.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --optional=file command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/16/stderr 2017-03-07 20:02:13.780632027 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5099-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.787876275 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/16/stdout 2017-03-07 20:02:13.780632027 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=(null)
-opt_value=file
-x_option=0
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt10.at:19: exit code was 1, expected 0
16. parseopt10.at:17: 16. long option with optional argument (parseopt10.at:17): FAILED (parseopt10.at:19)

# -*- compilation -*-
17. parseopt11.at:17: testing long option without optional argument ...
./parseopt11.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --optional command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/17/stderr 2017-03-07 20:02:13.808630848 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5128-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.816363445 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/17/stdout 2017-03-07 20:02:13.808630848 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=(null)
-opt_value=(null)
-x_option=0
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt11.at:19: exit code was 1, expected 0
17. parseopt11.at:17: 17. long option without optional argument (parseopt11.at:17): FAILED (parseopt11.at:19)

# -*- compilation -*-
18. parseopt12.at:17: testing incremental long option ...
./parseopt12.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --debug --debug command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/18/stderr 2017-03-07 20:02:13.836629670 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5157-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.843869621 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/18/stdout 2017-03-07 20:02:13.836629670 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=(null)
-opt_value=initial
-x_option=0
-a_option=0
-find_value=(null)
-d_option=2
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt12.at:19: exit code was 1, expected 0
18. parseopt12.at:17: 18. incremental long option (parseopt12.at:17): FAILED (parseopt12.at:19)

# -*- compilation -*-
19. parseopt13.at:17: testing abbreviated long options ...
./parseopt13.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --fil=file --fin=Word command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/19/stderr 2017-03-07 20:02:13.864628492 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5186-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.871524912 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/19/stdout 2017-03-07 20:02:13.864628492 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=file
-opt_value=initial
-x_option=0
-a_option=0
-find_value=Word
-d_option=0
-jobs=0
-argv:
-0: command
-1: line
-2: arguments

./parseopt13.at:19: exit code was 1, expected 0
19. parseopt13.at:17: 19. abbreviated long options (parseopt13.at:17): FAILED (parseopt13.at:19)

# -*- compilation -*-
20. parseopt14.at:17: testing ambiguous abbreviated long options ...
./parseopt14.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --fi=file --fi=Word command line arguments

--- - 2017-03-07 20:02:13.894718017 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/20/stderr 2017-03-07 20:02:13.888627482 +0330
@@ -1,4 +1,2 @@
-parseopt: option '--fi' is ambiguous; possibilities:
---file
---find
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5215-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
20. parseopt14.at:17: 20. ambiguous abbreviated long options (parseopt14.at:17): FAILED (parseopt14.at:19)

# -*- compilation -*-
21. parseopt15.at:17: testing mixed long and short options ...
./parseopt15.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --file=filename -o -xa --find word -j10 command line arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/21/stderr 2017-03-07 20:02:13.916626304 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5243-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.924843687 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/21/stdout 2017-03-07 20:02:13.916626304 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=filename
-opt_value=(null)
-x_option=1
-a_option=1
-find_value=word
-d_option=0
-jobs=10
-argv:
-0: command
-1: line
-2: arguments

./parseopt15.at:19: exit code was 1, expected 0
21. parseopt15.at:17: 21. mixed long and short options (parseopt15.at:17): FAILED (parseopt15.at:19)

# -*- compilation -*-
22. parseopt16.at:17: testing option aliases ...
./parseopt16.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -vvv

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/22/stderr 2017-03-07 20:02:13.976623780 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5272-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:13.985600760 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/22/stdout 2017-03-07 20:02:13.980623612 +0330
@@ -1,10 +1 @@
-rc=0
-file_name=(null)
-opt_value=initial
-x_option=0
-a_option=0
-find_value=(null)
-d_option=3
-jobs=0
-argv:

./parseopt16.at:19: exit code was 1, expected 0
22. parseopt16.at:17: 22. option aliases (parseopt16.at:17): FAILED (parseopt16.at:19)

# -*- compilation -*-
23. parseopt17.at:17: testing argument permutation ...
./parseopt17.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt more --file=file arguments follow -x -o options

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/23/stderr 2017-03-07 20:02:14.160616043 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5301-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.168416255 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/23/stdout 2017-03-07 20:02:14.160616043 +0330
@@ -1,14 +1 @@
-rc=0
-file_name=file
-opt_value=(null)
-x_option=1
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: more
-1: arguments
-2: follow
-3: options

./parseopt17.at:19: exit code was 1, expected 0
23. parseopt17.at:17: 23. argument permutation (parseopt17.at:17): FAILED (parseopt17.at:19)

# -*- compilation -*-
24. parseopt18.at:17: testing double-dash ...
./parseopt18.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -x --file=foobar -- -a --optional arg

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/24/stderr 2017-03-07 20:02:14.196614530 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5330-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.209450804 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/24/stdout 2017-03-07 20:02:14.204614193 +0330
@@ -1,13 +1 @@
-rc=0
-file_name=foobar
-opt_value=initial
-x_option=1
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: -a
-1: --optional
-2: arg

./parseopt18.at:19: exit code was 1, expected 0
24. parseopt18.at:17: 24. double-dash (parseopt18.at:17): FAILED (parseopt18.at:19)

# -*- compilation -*-
25. parseopt19.at:17: testing double-dash with permutation ...
./parseopt19.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -x more --file=foobar -- -a --optional arg

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/25/stderr 2017-03-07 20:02:14.224613352 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5359-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.230706018 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/25/stdout 2017-03-07 20:02:14.224613352 +0330
@@ -1,14 +1 @@
-rc=0
-file_name=foobar
-opt_value=initial
-x_option=1
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: more
-1: -a
-2: --optional
-3: arg

./parseopt19.at:19: exit code was 1, expected 0
25. parseopt19.at:17: 25. double-dash with permutation (parseopt19.at:17): FAILED (parseopt19.at:19)

# -*- compilation -*-
26. parseopt20.at:17: testing short option without required argument ...
./parseopt20.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -f

--- - 2017-03-07 20:02:14.257246658 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/26/stderr 2017-03-07 20:02:14.248612344 +0330
@@ -1,2 +1,2 @@
-parseopt: option '-f' requires an argument
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5388-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
26. parseopt20.at:17: 26. short option without required argument (parseopt20.at:17): FAILED (parseopt20.at:19)

# -*- compilation -*-
27. parseopt21.at:17: testing long option without required argument ...
./parseopt21.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --file

--- - 2017-03-07 20:02:14.282722133 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/27/stderr 2017-03-07 20:02:14.276611166 +0330
@@ -1,2 +1,2 @@
-parseopt: option '--file' requires an argument
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5416-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
27. parseopt21.at:17: 27. long option without required argument (parseopt21.at:17): FAILED (parseopt21.at:19)

# -*- compilation -*-
28. parseopt22.at:17: testing unrecognized option ...
./parseopt22.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt -X

--- - 2017-03-07 20:02:14.306399680 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/28/stderr 2017-03-07 20:02:14.300610157 +0330
@@ -1,2 +1,2 @@
-parseopt: unrecognized option '-X'
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5444-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
28. parseopt22.at:17: 28. unrecognized option (parseopt22.at:17): FAILED (parseopt22.at:19)

# -*- compilation -*-
29. parseopt23.at:17: testing in order parsing ...
./parseopt23.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_IN_ORDER=1 parseopt --file=filename more -a -x arguments

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/29/stderr 2017-03-07 20:02:14.320609317 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5472-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.328388284 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/29/stdout 2017-03-07 20:02:14.320609317 +0330
@@ -1,14 +1 @@
-rc=0
-file_name=filename
-opt_value=initial
-x_option=0
-a_option=0
-find_value=(null)
-d_option=0
-jobs=0
-argv:
-0: more
-1: -a
-2: -x
-3: arguments

./parseopt23.at:19: exit code was 1, expected 0
29. parseopt23.at:17: 29. in order parsing (parseopt23.at:17): FAILED (parseopt23.at:19)

# -*- compilation -*-
30. parseopt24.at:17: testing MU_PARSEOPT_EXIT_ERROR ...
./parseopt24.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_EXIT_ERROR=64 parseopt -X

--- - 2017-03-07 20:02:14.354853741 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/30/stderr 2017-03-07 20:02:14.348608139 +0330
@@ -1,2 +1,2 @@
-parseopt: unrecognized option '-X'
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5501-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
./parseopt24.at:19: exit code was 1, expected 64
30. parseopt24.at:17: 30. MU_PARSEOPT_EXIT_ERROR (parseopt24.at:17): FAILED (parseopt24.at:19)

# -*- compilation -*-
31. parseopt25.at:17: testing MU_PARSEOPT_VERSION_HOOK ...
./parseopt25.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_VERSION_HOOK=1 parseopt -V

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/31/stderr 2017-03-07 20:02:14.372607130 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5529-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.382468967 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/31/stdout 2017-03-07 20:02:14.376606962 +0330
@@ -1,2 +1 @@
-version hook called

./parseopt25.at:19: exit code was 1, expected 0
31. parseopt25.at:17: 31. MU_PARSEOPT_VERSION_HOOK (parseopt25.at:17): FAILED (parseopt25.at:19)

# -*- compilation -*-
32. parseopt_help00.at:17: testing standard help output ...
./parseopt_help00.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --help

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/32/stderr 2017-03-07 20:02:14.400605952 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5558-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.407349805 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/32/stdout 2017-03-07 20:02:14.400605952 +0330
@@ -1,20 +1 @@
-Usage: parseopt [OPTION...]
-
- Group A
- -a, --all no arguments to this one
- -f, --file=FILE set file name
- -o, --optional[=FILE] optional argument
- -x short-only option
-
- Group B
- -d, -v, --debug, --verbose another option
- -F, --find=VALUE find VALUE
- -j, --jobs=N sets numeric value
-
- -?, --help give this help list
- --usage give a short usage message
-
-Mandatory or optional arguments to long options are also mandatory or optional
-for any corresponding short options.
-

./parseopt_help00.at:19: exit code was 1, expected 0
32. parseopt_help00.at:17: 32. standard help output (parseopt_help00.at:17): FAILED (parseopt_help00.at:19)

# -*- compilation -*-
33. parseopt_help01.at:17: testing standard usage output ...
./parseopt_help01.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

parseopt --usage

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/33/stderr 2017-03-07 20:02:14.420605112 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5587-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.427361545 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/33/stdout 2017-03-07 20:02:14.420605112 +0330
@@ -1,4 +1 @@
-Usage: parseopt [-advx?] [-f FILE] [-F VALUE] [-j N] [-o[FILE]] [--all]
- [--debug] [--file=FILE] [--find=VALUE] [--help] [--jobs=N]
- [--optional[=FILE]] [--usage] [--verbose]

./parseopt_help01.at:19: exit code was 1, expected 0
33. parseopt_help01.at:17: 33. standard usage output (parseopt_help01.at:17): FAILED (parseopt_help01.at:19)

# -*- compilation -*-
34. parseopt_help02.at:17: testing MU_PARSEOPT_PROG_NAME ...
./parseopt_help02.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_PROG_NAME=newname parseopt --help

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/34/stderr 2017-03-07 20:02:14.444604102 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5616-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.454640545 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/34/stdout 2017-03-07 20:02:14.448603934 +0330
@@ -1,20 +1 @@
-Usage: newname [OPTION...]
-
- Group A
- -a, --all no arguments to this one
- -f, --file=FILE set file name
- -o, --optional[=FILE] optional argument
- -x short-only option
-
- Group B
- -d, -v, --debug, --verbose another option
- -F, --find=VALUE find VALUE
- -j, --jobs=N sets numeric value
-
- -?, --help give this help list
- --usage give a short usage message
-
-Mandatory or optional arguments to long options are also mandatory or optional
-for any corresponding short options.
-

./parseopt_help02.at:19: exit code was 1, expected 0
34. parseopt_help02.at:17: 34. MU_PARSEOPT_PROG_NAME (parseopt_help02.at:17): FAILED (parseopt_help02.at:19)

# -*- compilation -*-
35. parseopt_help03.at:17: testing MU_PARSEOPT_PROG_DOC ...
./parseopt_help03.at:19:
unset ARGP_HELP_FMT
MU_PARSEOPT_PROG_DOC="Tests option parsing" parseopt --help

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/35/stderr 2017-03-07 20:02:14.476602757 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5645-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.485032286 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/35/stdout 2017-03-07 20:02:14.480602589 +0330
@@ -1,21 +1 @@
-Usage: parseopt [OPTION...]
-Tests option parsing
-
- Group A
- -a, --all no arguments to this one
- -f, --file=FILE set file name
- -o, --optional[=FILE] optional argument
- -x short-only option
-
- Group B
- -d, -v, --debug, --verbose another option
- -F, --find=VALUE find VALUE
- -j, --jobs=N sets numeric value
-
- -?, --help give this help list
- --usage give a short usage message
-
-Mandatory or optional arguments to long options are also mandatory or optional
-for any corresponding short options.
-

./parseopt_help03.at:19: exit code was 1, expected 0
35. parseopt_help03.at:17: 35. MU_PARSEOPT_PROG_DOC (parseopt_help03.at:17): FAILED (parseopt_help03.at:19)

# -*- compilation -*-
36. parseopt_help04.at:17: testing MU_PARSEOPT_PROG_ARGS ...
./parseopt_help04.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_PROG_ARGS="SOME MORE ARGS" parseopt --help

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/36/stderr 2017-03-07 20:02:14.504601579 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5674-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.512410677 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/36/stdout 2017-03-07 20:02:14.504601579 +0330
@@ -1,20 +1 @@
-Usage: parseopt [OPTION...] SOME MORE ARGS
-
- Group A
- -a, --all no arguments to this one
- -f, --file=FILE set file name
- -o, --optional[=FILE] optional argument
- -x short-only option
-
- Group B
- -d, -v, --debug, --verbose another option
- -F, --find=VALUE find VALUE
- -j, --jobs=N sets numeric value
-
- -?, --help give this help list
- --usage give a short usage message
-
-Mandatory or optional arguments to long options are also mandatory or optional
-for any corresponding short options.
-

./parseopt_help04.at:19: exit code was 1, expected 0
36. parseopt_help04.at:17: 36. MU_PARSEOPT_PROG_ARGS (parseopt_help04.at:17): FAILED (parseopt_help04.at:19)

# -*- compilation -*-
37. parseopt_help05.at:17: testing MU_PARSEOPT_BUG_ADDRESS ...
./parseopt_help05.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_BUG_ADDRESS='***@gnu.org' parseopt --help

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/37/stderr 2017-03-07 20:02:14.528600571 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5706-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.538536889 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/37/stdout 2017-03-07 20:02:14.532600402 +0330
@@ -1,21 +1 @@
-Usage: parseopt [OPTION...]
-
- Group A
- -a, --all no arguments to this one
- -f, --file=FILE set file name
- -o, --optional[=FILE] optional argument
- -x short-only option
-
- Group B
- -d, -v, --debug, --verbose another option
- -F, --find=VALUE find VALUE
- -j, --jobs=N sets numeric value
-
- -?, --help give this help list
- --usage give a short usage message
-
-Mandatory or optional arguments to long options are also mandatory or optional
-for any corresponding short options.
-
-Report bugs to <***@gnu.org>.

./parseopt_help05.at:19: exit code was 1, expected 0
37. parseopt_help05.at:17: 37. MU_PARSEOPT_BUG_ADDRESS (parseopt_help05.at:17): FAILED (parseopt_help05.at:19)

# -*- compilation -*-
38. parseopt_help06.at:17: testing MU_PARSEOPT_PACKAGE_NAME and MU_PARSEOPT_PACKAGE_URL ...
./parseopt_help06.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_PACKAGE_NAME='GNU Mailutils' MU_PARSEOPT_PACKAGE_URL='http://mailutils.org' parseopt --help

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/38/stderr 2017-03-07 20:02:14.560599226 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5736-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.569051261 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/38/stdout 2017-03-07 20:02:14.564599057 +0330
@@ -1,21 +1 @@
-Usage: parseopt [OPTION...]
-
- Group A
- -a, --all no arguments to this one
- -f, --file=FILE set file name
- -o, --optional[=FILE] optional argument
- -x short-only option
-
- Group B
- -d, -v, --debug, --verbose another option
- -F, --find=VALUE find VALUE
- -j, --jobs=N sets numeric value
-
- -?, --help give this help list
- --usage give a short usage message
-
-Mandatory or optional arguments to long options are also mandatory or optional
-for any corresponding short options.
-
-GNU Mailutils home page: <http://mailutils.org>

./parseopt_help06.at:19: exit code was 1, expected 0
38. parseopt_help06.at:17: 38. MU_PARSEOPT_PACKAGE_NAME and MU_PARSEOPT_PACKAGE_URL (parseopt_help06.at:17): FAILED (parseopt_help06.at:19)

# -*- compilation -*-
39. parseopt_help07.at:17: testing all data ...
./parseopt_help07.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_PROG_DOC="Tests option parsing"\
MU_PARSEOPT_PROG_ARGS="SOME MORE ARGS"\
MU_PARSEOPT_BUG_ADDRESS='***@gnu.org'\
MU_PARSEOPT_PACKAGE_NAME='GNU Mailutils'\
MU_PARSEOPT_PACKAGE_URL='http://mailutils.org'\
MU_PARSEOPT_EXTRA_INFO='General help using GNU software: <http://www.gnu.org/gethelp/>'\
parseopt --help

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/39/stderr 2017-03-07 20:02:14.584598216 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5765-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.596590223 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/39/stdout 2017-03-07 20:02:14.588598048 +0330
@@ -1,24 +1 @@
-Usage: parseopt [OPTION...] SOME MORE ARGS
-Tests option parsing
-
- Group A
- -a, --all no arguments to this one
- -f, --file=FILE set file name
- -o, --optional[=FILE] optional argument
- -x short-only option
-
- Group B
- -d, -v, --debug, --verbose another option
- -F, --find=VALUE find VALUE
- -j, --jobs=N sets numeric value
-
- -?, --help give this help list
- --usage give a short usage message
-
-Mandatory or optional arguments to long options are also mandatory or optional
-for any corresponding short options.
-
-Report bugs to <***@gnu.org>.
-GNU Mailutils home page: <http://mailutils.org>
-General help using GNU software: <http://www.gnu.org/gethelp/>

./parseopt_help07.at:19: exit code was 1, expected 0
39. parseopt_help07.at:17: 39. all data (parseopt_help07.at:17): FAILED (parseopt_help07.at:19)

# -*- compilation -*-
40. parseopt_help08.at:17: testing ARGP_HELP_FMT compatibility ...
./parseopt_help08.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

ARGP_HELP_FMT=dup-args,no-dup-args-note,short-opt-col=1,opt-doc-col=32,header-col=10\
parseopt --help

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/40/stderr 2017-03-07 20:02:14.612597039 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5794-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.621489240 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/40/stdout 2017-03-07 20:02:14.616596871 +0330
@@ -1,17 +1 @@
-Usage: parseopt [OPTION...]
-
- Group A
- -a, --all no arguments to this one
- -f FILE, --file=FILE set file name
- -o[FILE], --optional[=FILE] optional argument
- -x short-only option
-
- Group B
- -d, -v, --debug, --verbose another option
- -F VALUE, --find=VALUE find VALUE
- -j N, --jobs=N sets numeric value
-
- -?, --help give this help list
- --usage give a short usage message
-

./parseopt_help08.at:19: exit code was 1, expected 0
40. parseopt_help08.at:17: 40. ARGP_HELP_FMT compatibility (parseopt_help08.at:17): FAILED (parseopt_help08.at:19)

# -*- compilation -*-
41. parseopt_help09.at:17: testing ARGP_HELP_FMT usage compatibility ...
./parseopt_help09.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

ARGP_HELP_FMT=rmargin=62,usage-indent=1\
parseopt --usage

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/41/stderr 2017-03-07 20:02:14.636596029 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5823-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.646620207 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/41/stdout 2017-03-07 20:02:14.640595861 +0330
@@ -1,4 +1 @@
-Usage: parseopt [-advx?] [-f FILE] [-F VALUE] [-j N]
- [-o[FILE]] [--all] [--debug] [--file=FILE] [--find=VALUE]
- [--help] [--jobs=N] [--optional[=FILE]] [--usage] [--verbose]

./parseopt_help09.at:19: exit code was 1, expected 0
41. parseopt_help09.at:17: 41. ARGP_HELP_FMT usage compatibility (parseopt_help09.at:17): FAILED (parseopt_help09.at:19)

# -*- compilation -*-
42. parseopt_help10.at:17: testing MU_PARSEOPT_VERSION_HOOK usage output ...
./parseopt_help10.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_VERSION_HOOK=1 parseopt --usage

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/42/stderr 2017-03-07 20:02:14.664594852 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5855-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.674391160 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/42/stdout 2017-03-07 20:02:14.668594684 +0330
@@ -1,4 +1 @@
-Usage: parseopt [-advVx?] [-f FILE] [-F VALUE] [-j N] [-o[FILE]] [--all]
- [--debug] [--file=FILE] [--find=VALUE] [--help] [--jobs=N]
- [--optional[=FILE]] [--usage] [--verbose] [--version]

./parseopt_help10.at:19: exit code was 1, expected 0
42. parseopt_help10.at:17: 42. MU_PARSEOPT_VERSION_HOOK usage output (parseopt_help10.at:17): FAILED (parseopt_help10.at:19)

# -*- compilation -*-
43. parseopt_help11.at:17: testing MU_PARSEOPT_VERSION_HOOK help output ...
./parseopt_help11.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_VERSION_HOOK=1 parseopt --help

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/43/stderr 2017-03-07 20:02:14.692593675 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5884-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.698461536 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/43/stdout 2017-03-07 20:02:14.692593675 +0330
@@ -1,21 +1 @@
-Usage: parseopt [OPTION...]
-
- Group A
- -a, --all no arguments to this one
- -f, --file=FILE set file name
- -o, --optional[=FILE] optional argument
- -x short-only option
-
- Group B
- -d, -v, --debug, --verbose another option
- -F, --find=VALUE find VALUE
- -j, --jobs=N sets numeric value
-
- -?, --help give this help list
- --usage give a short usage message
- -V, --version print program version
-
-Mandatory or optional arguments to long options are also mandatory or optional
-for any corresponding short options.
-

./parseopt_help11.at:19: exit code was 1, expected 0
43. parseopt_help11.at:17: 43. MU_PARSEOPT_VERSION_HOOK help output (parseopt_help11.at:17): FAILED (parseopt_help11.at:19)

# -*- compilation -*-
44. parseopt_help12.at:17: testing MU_PARSEOPT_PROG_ARGS (alternative) ...
./parseopt_help12.at:19:

unset ARGP_HELP_FMT
unset MU_PARSEOPT_ARGV0
unset MU_PARSEOPT_IGNORE_ERRORS
unset MU_PARSEOPT_IN_ORDER
unset MU_PARSEOPT_NO_STDOPT
unset MU_PARSEOPT_NO_ERREXIT
unset MU_PARSEOPT_IMMEDIATE
unset MU_PARSEOPT_NO_SORT

unset MU_PARSEOPT_PROG_NAME
unset MU_PARSEOPT_PROG_DOC
unset MU_PARSEOPT_PROG_ARGS
unset MU_PARSEOPT_BUG_ADDRESS
unset MU_PARSEOPT_PACKAGE_NAME
unset MU_PARSEOPT_PACKAGE_URL

MU_PARSEOPT_PROG_ARGS="SOME MORE ARGS|ALTERNATIVE ARGS|ANOTHER ARGS" parseopt --help

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/44/stderr 2017-03-07 20:02:14.712592834 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5913-lt-parseopt: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.723199758 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/44/stdout 2017-03-07 20:02:14.716592666 +0330
@@ -1,22 +1 @@
-Usage: parseopt [OPTION...] SOME MORE ARGS
- or: parseopt [OPTION...] ALTERNATIVE ARGS
- or: parseopt [OPTION...] ANOTHER ARGS
-
- Group A
- -a, --all no arguments to this one
- -f, --file=FILE set file name
- -o, --optional[=FILE] optional argument
- -x short-only option
-
- Group B
- -d, -v, --debug, --verbose another option
- -F, --find=VALUE find VALUE
- -j, --jobs=N sets numeric value
-
- -?, --help give this help list
- --usage give a short usage message
-
-Mandatory or optional arguments to long options are also mandatory or optional
-for any corresponding short options.
-

./parseopt_help12.at:19: exit code was 1, expected 0
44. parseopt_help12.at:17: 44. MU_PARSEOPT_PROG_ARGS (alternative) (parseopt_help12.at:17): FAILED (parseopt_help12.at:19)

# -*- compilation -*-
45. strin.at:17: testing strin ...
./strin.at:26:
strin < input

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/45/stderr 2017-03-07 20:02:14.740591657 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5943-lt-strin: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.746784406 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/45/stdout 2017-03-07 20:02:14.740591657 +0330
@@ -1,4 +1 @@
-Omnis enim res, quae dando non deficit,
-dum habetur et non datur, nondum habetur,
-quomodo habenda est.

./strin.at:26: exit code was 1, expected 0
45. strin.at:17: 45. strin (strin.at:17): FAILED (strin.at:26)

# -*- compilation -*-
46. strout.at:17: testing strout ...
./strout.at:20:
strout now is the time for all good men

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/46/stderr 2017-03-07 20:02:14.764590647 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/5973-lt-strout: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.773162567 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/46/stdout 2017-03-07 20:02:14.768590479 +0330
@@ -1,9 +1 @@
-now
-is
-the
-time
-for
-all
-good
-men

./strout.at:20: exit code was 1, expected 0
46. strout.at:17: 46. strout (strout.at:17): FAILED (strout.at:20)

# -*- compilation -*-
47. strerr.at:17: testing strerr ...
./strerr.at:20:
strout -err now is the time for all good men

--- - 2017-03-07 20:02:14.798198059 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/47/stderr 2017-03-07 20:02:14.792589471 +0330
@@ -1,9 +1,2 @@
-strout: now
-strout: is
-strout: the
-strout: time
-strout: for
-strout: all
-strout: good
-strout: men
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6002-lt-strout: Permission denied
+collect2: error: ld returned 1 exit statusn
./strerr.at:20: exit code was 1, expected 0
47. strerr.at:17: 47. strerr (strerr.at:17): FAILED (strerr.at:20)

# -*- compilation -*-
48. list.at:38: testing List: build ...
./list.at:38:
cat >input <<'_ATEOF'
add en to tre fire fem
print
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/48/stderr 2017-03-07 20:02:14.816588461 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6031-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.827122946 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/48/stdout 2017-03-07 20:02:14.820588293 +0330
@@ -1,7 +1 @@
-# items: 5
-en
-to
-tre
-fire
-fem

./list.at:38: exit code was 1, expected 0
48. list.at:38: 48. List: build (list.at:38): FAILED (list.at:38)

# -*- compilation -*-
49. list.at:49: testing List: insert after ...
./list.at:49:
cat >input <<'_ATEOF'
add en tre fire fem
ins after en to
print
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/49/stderr 2017-03-07 20:02:14.840587452 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6061-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.851638218 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/49/stdout 2017-03-07 20:02:14.844587284 +0330
@@ -1,7 +1 @@
-# items: 5
-en
-to
-tre
-fire
-fem

./list.at:49: exit code was 1, expected 0
49. list.at:49: 49. List: insert after (list.at:49): FAILED (list.at:49)

# -*- compilation -*-
50. list.at:61: testing List: insert before ...
./list.at:61:
cat >input <<'_ATEOF'
add en tre fire fem
ins before tre to
print
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/50/stderr 2017-03-07 20:02:14.868586275 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6093-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.875459973 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/50/stdout 2017-03-07 20:02:14.868586275 +0330
@@ -1,7 +1 @@
-# items: 5
-en
-to
-tre
-fire
-fem

./list.at:61: exit code was 1, expected 0
50. list.at:61: 50. List: insert before (list.at:61): FAILED (list.at:61)

# -*- compilation -*-
51. list.at:73: testing List: prepend ...
./list.at:73:
cat >input <<'_ATEOF'
add en to tre fire fem
prep null jeden dwa trzy
print
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/51/stderr 2017-03-07 20:02:14.892585266 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6123-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.903507841 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/51/stdout 2017-03-07 20:02:14.896585098 +0330
@@ -1,11 +1 @@
-# items: 9
-trzy
-dwa
-jeden
-null
-en
-to
-tre
-fire
-fem

./list.at:73: exit code was 1, expected 0
51. list.at:73: 51. List: prepend (list.at:73): FAILED (list.at:73)

# -*- compilation -*-
52. list.at:89: testing List: delete ...
./list.at:89:
cat >input <<'_ATEOF'
add en to tre fire fem
del to fire
print
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/52/stderr 2017-03-07 20:02:14.924583920 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6154-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.933463482 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/52/stdout 2017-03-07 20:02:14.928583752 +0330
@@ -1,5 +1 @@
-# items: 3
-en
-tre
-fem

./list.at:89: exit code was 1, expected 0
52. list.at:89: 52. List: delete (list.at:89): FAILED (list.at:89)

# -*- compilation -*-
53. list.at:99: testing List: push ...
./list.at:99:
cat >input <<'_ATEOF'
push en to tre
print
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/53/stderr 2017-03-07 20:02:14.952582743 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6184-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.961742773 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/53/stdout 2017-03-07 20:02:14.956582575 +0330
@@ -1,5 +1 @@
-# items: 3
-en
-to
-tre

./list.at:99: exit code was 1, expected 0
53. list.at:99: 53. List: push (list.at:99): FAILED (list.at:99)

# -*- compilation -*-
54. list.at:108: testing List: pop ...
./list.at:108:
cat >input <<'_ATEOF'
push en to tre
pop
pop
pop
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/54/stderr 2017-03-07 20:02:14.980581566 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6215-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:14.990200643 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/54/stdout 2017-03-07 20:02:14.984581398 +0330
@@ -1,4 +1 @@
-tre
-to
-en

./list.at:108: exit code was 1, expected 0
54. list.at:108: 54. List: pop (list.at:108): FAILED (list.at:108)

# -*- compilation -*-
55. list.at:118: testing List: pop-null ...
./list.at:118:
cat >input <<'_ATEOF'
pop
_ATEOF

listop < input
--- - 2017-03-07 20:02:15.015143141 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/55/stderr 2017-03-07 20:02:15.008580390 +0330
@@ -1,2 +1,2 @@
-mu_list_pop: Requested item not found
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6249-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
./list.at:118: exit code was 1, expected 0
55. list.at:118: 55. List: pop-null (list.at:118): FAILED (list.at:118)

# -*- compilation -*-
56. list.at:124: testing List: get ...
./list.at:124:
cat >input <<'_ATEOF'
add en to tre fire fem
3
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/56/stderr 2017-03-07 20:02:15.032579381 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6283-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.039058323 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/56/stdout 2017-03-07 20:02:15.032579381 +0330
@@ -1,2 +1 @@
-fire

./list.at:124: exit code was 1, expected 0
56. list.at:124: 56. List: get (list.at:124): FAILED (list.at:124)

# -*- compilation -*-
57. list.at:130: testing List: head ...
./list.at:130:
cat >input <<'_ATEOF'
add en to tre fire fem
head
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/57/stderr 2017-03-07 20:02:15.060578204 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6313-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.067521960 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/57/stdout 2017-03-07 20:02:15.060578204 +0330
@@ -1,2 +1 @@
-en

./list.at:130: exit code was 1, expected 0
57. list.at:130: 57. List: head (list.at:130): FAILED (list.at:130)

# -*- compilation -*-
58. list.at:136: testing List: tail ...
./list.at:136:
cat >input <<'_ATEOF'
add en to tre fire fem
tail
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/58/stderr 2017-03-07 20:02:15.088577027 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6343-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.095242480 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/58/stdout 2017-03-07 20:02:15.088577027 +0330
@@ -1,2 +1 @@
-fem

./list.at:136: exit code was 1, expected 0
58. list.at:136: 58. List: tail (list.at:136): FAILED (list.at:136)

# -*- compilation -*-
59. list.at:150: testing Iterator: forward ...
./list.at:150:
cat >input <<'_ATEOF'
add en to tre fire fem
first
cur
next 3
cur
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/59/stderr 2017-03-07 20:02:15.112576019 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6373-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.121186455 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/59/stdout 2017-03-07 20:02:15.116575851 +0330
@@ -1,3 +1 @@
-0:0:en
-0:3:fire

./list.at:150: exit code was 1, expected 0
59. list.at:150: 59. Iterator: forward (list.at:150): FAILED (list.at:150)

# -*- compilation -*-
60. list.at:160: testing Iterator: locate ...
./list.at:160:
cat >input <<'_ATEOF'
add en to tre fire fem
find tre
cur
_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/60/stderr 2017-03-07 20:02:15.136575010 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6407-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.147519308 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/60/stdout 2017-03-07 20:02:15.140574843 +0330
@@ -1,2 +1 @@
-0:2:tre

./list.at:160: exit code was 1, expected 0
60. list.at:160: 60. Iterator: locate (list.at:160): FAILED (list.at:160)

# -*- compilation -*-
61. list.at:167: testing Iterator: backward ...
./list.at:167:
cat >input <<'_ATEOF'
add en to tre fire fem
ictl dir backwards
find fem
cur
next
cur
next 2
cur

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/61/stderr 2017-03-07 20:02:15.164573834 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6440-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.174410603 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/61/stdout 2017-03-07 20:02:15.168573666 +0330
@@ -1,4 +1 @@
-0:4:fem
-0:3:fire
-0:1:to

./list.at:167: exit code was 1, expected 0
61. list.at:167: 61. Iterator: backward (list.at:167): FAILED (list.at:167)

# -*- compilation -*-
62. list.at:182: testing Iterator: delete ...
./list.at:182:
cat >input <<'_ATEOF'
add en to tre fire fem
find tre
cur
ictl del
cur
print

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/62/stderr 2017-03-07 20:02:15.192572657 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6473-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.201443483 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/62/stdout 2017-03-07 20:02:15.200572321 +0330
@@ -1,8 +1 @@
-0:2:tre
-0:2:fire
-# items: 4
-en
-to
-fire
-fem

./list.at:182: exit code was 1, expected 0
62. list.at:182: 62. Iterator: delete (list.at:182): FAILED (list.at:182)

# -*- compilation -*-
63. list.at:199: testing Iterator: insert ...
./list.at:199:
cat >input <<'_ATEOF'
add en to fire
find to
cur
ictl ins tre
cur
next
cur
next
cur
print

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/63/stderr 2017-03-07 20:02:15.220571480 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6504-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.228964320 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/63/stdout 2017-03-07 20:02:15.224571312 +0330
@@ -1,10 +1 @@
-0:1:to
-0:1:to
-0:2:tre
-0:3:fire
-# items: 4
-en
-to
-tre
-fire

./list.at:199: exit code was 1, expected 0
63. list.at:199: 63. Iterator: insert (list.at:199): FAILED (list.at:199)

# -*- compilation -*-
64. list.at:222: testing Iterator: replace ...
./list.at:222:
cat >input <<'_ATEOF'
add en to tre fire fem
find tre
cur
ictl repl trzy
cur
print

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/64/stderr 2017-03-07 20:02:15.244570472 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6534-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.254383025 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/64/stdout 2017-03-07 20:02:15.248570304 +0330
@@ -1,9 +1 @@
-0:2:tre
-0:2:trzy
-# items: 5
-en
-to
-trzy
-fire
-fem

./list.at:222: exit code was 1, expected 0
64. list.at:222: 64. Iterator: replace (list.at:222): FAILED (list.at:222)

# -*- compilation -*-
65. list.at:240: testing Iterator: interaction ...
./list.at:240:
cat >input <<'_ATEOF'
add en to tre fire fem
first
iter 1
find tre
cur
iter 0
cur

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/65/stderr 2017-03-07 20:02:15.272569296 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6564-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.282260535 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/65/stdout 2017-03-07 20:02:15.276569127 +0330
@@ -1,3 +1 @@
-1:2:tre
-0:0:en

./list.at:240: exit code was 1, expected 0
65. list.at:240: 65. Iterator: interaction (list.at:240): FAILED (list.at:240)

# -*- compilation -*-
66. list.at:253: testing Iterator: interaction: moves ...
./list.at:253:
cat >input <<'_ATEOF'
add en to tre fire fem
first
iter 1
find tre
iter 0
next
iter 1
next
iter 0
cur
iter 1
cur

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/66/stderr 2017-03-07 20:02:15.296568287 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6594-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.305568202 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/66/stdout 2017-03-07 20:02:15.300568119 +0330
@@ -1,3 +1 @@
-0:1:to
-1:3:fire

./list.at:253: exit code was 1, expected 0
66. list.at:253: 66. Iterator: interaction: moves (list.at:253): FAILED (list.at:253)

# -*- compilation -*-
67. list.at:271: testing Iterator: interaction: deletes ...
./list.at:271:
cat >input <<'_ATEOF'
add en to tre fire fem
find tre
iter 1
find tre
ictl del
cur
iter 0
cur

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/67/stderr 2017-03-07 20:02:15.320567278 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6624-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.330814395 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/67/stdout 2017-03-07 20:02:15.324567110 +0330
@@ -1,3 +1 @@
-1:2:fire
-0:2:fire

./list.at:271: exit code was 1, expected 0
67. list.at:271: 67. Iterator: interaction: deletes (list.at:271): FAILED (list.at:271)

# -*- compilation -*-
68. list.at:295: testing Map: even ...
./list.at:295:
cat >input <<'_ATEOF'
add null en to tre fire fem
map even

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/68/stderr 2017-03-07 20:02:15.348566101 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6654-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.358815213 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/68/stdout 2017-03-07 20:02:15.352565933 +0330
@@ -1,5 +1 @@
-# items: 3
-null
-to
-fire

./list.at:295: exit code was 1, expected 0
68. list.at:295: 68. Map: even (list.at:295): FAILED (list.at:295)

# -*- compilation -*-
69. list.at:305: testing Map: odd ...
./list.at:305:
cat >input <<'_ATEOF'
add null en to tre fire fem
map odd

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/69/stderr 2017-03-07 20:02:15.380564757 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6684-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.387947963 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/69/stdout 2017-03-07 20:02:15.380564757 +0330
@@ -1,5 +1 @@
-# items: 3
-en
-tre
-fem

./list.at:305: exit code was 1, expected 0
69. list.at:305: 69. Map: odd (list.at:305): FAILED (list.at:305)

# -*- compilation -*-
70. list.at:315: testing Map: odd0 ...
./list.at:315:
cat >input <<'_ATEOF'
add null
map odd

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/70/stderr 2017-03-07 20:02:15.408563580 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6714-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.416908729 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/70/stdout 2017-03-07 20:02:15.412563412 +0330
@@ -1,2 +1 @@
-# items: 0

./list.at:315: exit code was 1, expected 0
70. list.at:315: 70. Map: odd0 (list.at:315): FAILED (list.at:315)

# -*- compilation -*-
71. list.at:322: testing Map: concat ...
./list.at:322:
cat >input <<'_ATEOF'
add en to tre fire fem
map concat 2 -

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/71/stderr 2017-03-07 20:02:15.432562572 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6744-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.443418457 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/71/stdout 2017-03-07 20:02:15.436562404 +0330
@@ -1,5 +1 @@
-# items: 3
-en-to
-tre-fire
-fem

./list.at:322: exit code was 1, expected 0
71. list.at:322: 71. Map: concat (list.at:322): FAILED (list.at:322)

# -*- compilation -*-
72. list.at:332: testing Map: concat3 ...
./list.at:332:
cat >input <<'_ATEOF'
add en to tre fire fem
map concat 3 -

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/72/stderr 2017-03-07 20:02:15.456561563 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6774-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.465936171 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/72/stdout 2017-03-07 20:02:15.460561395 +0330
@@ -1,4 +1 @@
-# items: 2
-en-to-tre
-fire-fem

./list.at:332: exit code was 1, expected 0
72. list.at:332: 72. Map: concat3 (list.at:332): FAILED (list.at:332)

# -*- compilation -*-
73. list.at:341: testing Map: skip ...
./list.at:341:
cat >input <<'_ATEOF'
add null en to tre fire fem
map skip 3

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/73/stderr 2017-03-07 20:02:15.484560386 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6804-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.490898460 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/73/stdout 2017-03-07 20:02:15.484560386 +0330
@@ -1,5 +1 @@
-# items: 3
-tre
-fire
-fem

./list.at:341: exit code was 1, expected 0
73. list.at:341: 73. Map: skip (list.at:341): FAILED (list.at:341)

# -*- compilation -*-
74. list.at:351: testing Map: trim ...
./list.at:351:
cat >input <<'_ATEOF'
add null en to tre fire fem
map trim 3

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/74/stderr 2017-03-07 20:02:15.508559378 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6834-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.518562691 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/74/stdout 2017-03-07 20:02:15.512559210 +0330
@@ -1,5 +1 @@
-# items: 3
-null
-en
-to

./list.at:351: exit code was 1, expected 0
74. list.at:351: 74. Map: trim (list.at:351): FAILED (list.at:351)

# -*- compilation -*-
75. list.at:370: testing Slice: one limit ...
./list.at:370:
cat >input <<'_ATEOF'
add null en to tre fire
slice 3

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/75/stderr 2017-03-07 20:02:15.536558202 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6864-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.544129936 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/75/stdout 2017-03-07 20:02:15.536558202 +0330
@@ -1,4 +1 @@
-# items: 2
-tre
-fire

./list.at:370: exit code was 1, expected 0
75. list.at:370: 75. Slice: one limit (list.at:370): FAILED (list.at:370)

# -*- compilation -*-
76. list.at:379: testing Slice: two limits ...
./list.at:379:
cat >input <<'_ATEOF'
add null en to tre fire fem seks syv atte ni ti
slice 4 7

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/76/stderr 2017-03-07 20:02:15.560557193 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6894-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.569145578 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/76/stdout 2017-03-07 20:02:15.560557193 +0330
@@ -1,6 +1 @@
-# items: 4
-fire
-fem
-seks
-syv

./list.at:379: exit code was 1, expected 0
76. list.at:379: 76. Slice: two limits (list.at:379): FAILED (list.at:379)

# -*- compilation -*-
77. list.at:390: testing Slice: four limits ...
./list.at:390:
cat >input <<'_ATEOF'
add null en to tre fire fem seks syv atte ni ti
slice 4 6 9 10

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/77/stderr 2017-03-07 20:02:15.584556184 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6924-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.594280491 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/77/stdout 2017-03-07 20:02:15.588556016 +0330
@@ -1,7 +1 @@
-# items: 5
-fire
-fem
-seks
-ni
-ti

./list.at:390: exit code was 1, expected 0
77. list.at:390: 77. Slice: four limits (list.at:390): FAILED (list.at:390)

# -*- compilation -*-
78. list.at:402: testing Slice: four limits unsorted ...
./list.at:402:
cat >input <<'_ATEOF'
add null en to tre fire fem seks syv atte ni ti
slice 10 6 9 4

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/78/stderr 2017-03-07 20:02:15.612555008 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6954-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.620784510 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/78/stdout 2017-03-07 20:02:15.612555008 +0330
@@ -1,7 +1 @@
-# items: 5
-fire
-fem
-seks
-ni
-ti

./list.at:402: exit code was 1, expected 0
78. list.at:402: 78. Slice: four limits unsorted (list.at:402): FAILED (list.at:402)

# -*- compilation -*-
79. list.at:422: testing Fold: empty list ...
./list.at:422:
cat >input <<'_ATEOF'
fold

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/79/stderr 2017-03-07 20:02:15.640553831 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/6984-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.646988420 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/79/stdout 2017-03-07 20:02:15.640553831 +0330
@@ -1,2 +1 @@
-NULL

./list.at:422: exit code was 1, expected 0
79. list.at:422: 79. Fold: empty list (list.at:422): FAILED (list.at:422)

# -*- compilation -*-
80. list.at:428: testing Fold: one element ...
./list.at:428:
cat >input <<'_ATEOF'
add en
fold

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/80/stderr 2017-03-07 20:02:15.664552823 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7015-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.674123981 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/80/stdout 2017-03-07 20:02:15.668552655 +0330
@@ -1,2 +1 @@
-en

./list.at:428: exit code was 1, expected 0
80. list.at:428: 80. Fold: one element (list.at:428): FAILED (list.at:428)

# -*- compilation -*-
81. list.at:435: testing Fold: many elements ...
./list.at:435:
cat >input <<'_ATEOF'
add en to tre fire fem
fold

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/81/stderr 2017-03-07 20:02:15.696551478 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7045-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.704552843 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/81/stdout 2017-03-07 20:02:15.696551478 +0330
@@ -1,2 +1 @@
-entotrefirefem

./list.at:435: exit code was 1, expected 0
81. list.at:435: 81. Fold: many elements (list.at:435): FAILED (list.at:435)

# -*- compilation -*-
82. list.at:450: testing Reverse Fold: empty list ...
./list.at:450:
cat >input <<'_ATEOF'
rfold

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/82/stderr 2017-03-07 20:02:15.720550469 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7075-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.733957873 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/82/stdout 2017-03-07 20:02:15.728550134 +0330
@@ -1,2 +1 @@
-NULL

./list.at:450: exit code was 1, expected 0
82. list.at:450: 82. Reverse Fold: empty list (list.at:450): FAILED (list.at:450)

# -*- compilation -*-
83. list.at:456: testing Reverse Fold: one element ...
./list.at:456:
cat >input <<'_ATEOF'
add en
rfold

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/83/stderr 2017-03-07 20:02:15.752549125 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7105-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.759597965 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/83/stdout 2017-03-07 20:02:15.752549125 +0330
@@ -1,2 +1 @@
-en

./list.at:456: exit code was 1, expected 0
83. list.at:456: 83. Reverse Fold: one element (list.at:456): FAILED (list.at:456)

# -*- compilation -*-
84. list.at:463: testing Reverse Fold: many elements ...
./list.at:463:
cat >input <<'_ATEOF'
add en to tre fire fem
rfold

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/84/stderr 2017-03-07 20:02:15.776548116 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7135-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.785950066 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/84/stdout 2017-03-07 20:02:15.780547948 +0330
@@ -1,2 +1 @@
-femfiretretoen

./list.at:463: exit code was 1, expected 0
84. list.at:463: 84. Reverse Fold: many elements (list.at:463): FAILED (list.at:463)

# -*- compilation -*-
85. list.at:479: testing Sort: empty list ...
./list.at:479:
cat >input <<'_ATEOF'
sort
print

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/85/stderr 2017-03-07 20:02:15.804546939 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7165-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.813042947 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/85/stdout 2017-03-07 20:02:15.808546771 +0330
@@ -1,2 +1 @@
-# items: 0

./list.at:479: exit code was 1, expected 0
85. list.at:479: 85. Sort: empty list (list.at:479): FAILED (list.at:479)

# -*- compilation -*-
86. list.at:486: testing Sort: sorted list asc ...
./list.at:486:
cat >input <<'_ATEOF'
add a b c d e f
sort
print

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/86/stderr 2017-03-07 20:02:15.832545763 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7195-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.839743972 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/86/stdout 2017-03-07 20:02:15.832545763 +0330
@@ -1,8 +1 @@
-# items: 6
-a
-b
-c
-d
-e
-f

./list.at:486: exit code was 1, expected 0
86. list.at:486: 86. Sort: sorted list asc (list.at:486): FAILED (list.at:486)

# -*- compilation -*-
87. list.at:500: testing Sort: sorted list desc ...
./list.at:500:
cat >input <<'_ATEOF'
add f e d c b a
sort
print

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/87/stderr 2017-03-07 20:02:15.856544755 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7225-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.865797313 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/87/stdout 2017-03-07 20:02:15.860544587 +0330
@@ -1,8 +1 @@
-# items: 6
-a
-b
-c
-d
-e
-f

./list.at:500: exit code was 1, expected 0
87. list.at:500: 87. Sort: sorted list desc (list.at:500): FAILED (list.at:500)

# -*- compilation -*-
88. list.at:514: testing Sort: unsorted list ...
./list.at:514:
cat >input <<'_ATEOF'
add en to tre fire fem seks syv atte ni ti
sort
print

_ATEOF

listop < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/88/stderr 2017-03-07 20:02:15.880543746 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7255-lt-listop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.889962923 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/88/stdout 2017-03-07 20:02:15.884543578 +0330
@@ -1,12 +1 @@
-# items: 10
-atte
-en
-fem
-fire
-ni
-seks
-syv
-ti
-to
-tre

./list.at:514: exit code was 1, expected 0
88. list.at:514: 88. Sort: unsorted list (list.at:514): FAILED (list.at:514)

# -*- compilation -*-
89. address.at:33: testing Address: Sam <@[matrix (smtp)], @[nexus: [node 12]]:sroberts@[10].[1]> ...
./address.at:33: addr 'Sam <@[matrix (smtp)], @[nexus: [node 12]]:sroberts@[10].[1]>'
--- - 2017-03-07 20:02:15.920689476 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/89/stderr 2017-03-07 20:02:15.912542401 +0330
@@ -1,2 +1,2 @@
-MU_ERR_INVALID_EMAIL
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7284-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
89. address.at:33: 89. Address: Sam <@[matrix (smtp)], @[nexus: [node 12]]:sroberts@[10].[1]> (address.at:33): FAILED (address.at:33)

# -*- compilation -*-
90. address.at:39: testing Address: ***@b,***@y ...
./address.at:39: addr '***@b,***@y'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/90/stderr 2017-03-07 20:02:15.936541392 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7312-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.946488877 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/90/stdout 2017-03-07 20:02:15.940541224 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:39: exit code was 1, expected 0
90. address.at:39: 90. Address: ***@b,***@y (address.at:39): FAILED (address.at:39)

# -*- compilation -*-
91. address.at:48: testing Address: ,***@b,***@y ...
./address.at:48: addr ',***@b,***@y'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/91/stderr 2017-03-07 20:02:15.964540216 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7341-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.971928505 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/91/stdout 2017-03-07 20:02:15.964540216 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:48: exit code was 1, expected 0
91. address.at:48: 91. Address: ,***@b,***@y (address.at:48): FAILED (address.at:48)

# -*- compilation -*-
92. address.at:57: testing Address: ***@b,***@y, ...
./address.at:57: addr '***@b,***@y,'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/92/stderr 2017-03-07 20:02:15.988539208 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7369-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:15.998164138 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/92/stdout 2017-03-07 20:02:15.992539039 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:57: exit code was 1, expected 0
92. address.at:57: 92. Address: ***@b,***@y, (address.at:57): FAILED (address.at:57)

# -*- compilation -*-
93. address.at:66: testing Address: ,***@b,***@y, ...
./address.at:66: addr ',***@b,***@y,'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/93/stderr 2017-03-07 20:02:16.016538030 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7399-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.026948784 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/93/stdout 2017-03-07 20:02:16.020537863 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:66: exit code was 1, expected 0
93. address.at:66: 93. Address: ,***@b,***@y, (address.at:66): FAILED (address.at:66)

# -*- compilation -*-
94. address.at:75: testing Address: ***@b,,***@y ...
./address.at:75: addr '***@b,,***@y'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/94/stderr 2017-03-07 20:02:16.040537023 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7428-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.049528622 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/94/stdout 2017-03-07 20:02:16.044536855 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:75: exit code was 1, expected 0
94. address.at:75: 94. Address: ***@b,,***@y (address.at:75): FAILED (address.at:75)

# -*- compilation -*-
95. address.at:84: testing Address: ***@b,,,***@y ...
./address.at:84: addr '***@b,,,***@y'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/95/stderr 2017-03-07 20:02:16.064536015 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7457-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.073957277 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/95/stdout 2017-03-07 20:02:16.068535847 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:84: exit code was 1, expected 0
95. address.at:84: 95. Address: ***@b,,,***@y (address.at:84): FAILED (address.at:84)

# -*- compilation -*-
96. address.at:93: testing Address: ,,,***@b,,, ...
./address.at:93: addr ',,,***@b,,,'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/96/stderr 2017-03-07 20:02:16.092534839 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7486-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.100566175 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/96/stdout 2017-03-07 20:02:16.092534839 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@b>:
-local-part <a> domain <b>

./address.at:93: exit code was 1, expected 0
96. address.at:93: 96. Address: ,,,***@b,,, (address.at:93): FAILED (address.at:93)

# -*- compilation -*-
97. address.at:100: testing Address: ,***@b ...
./address.at:100: addr ',***@b'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/97/stderr 2017-03-07 20:02:16.116533831 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7515-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.126197227 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/97/stdout 2017-03-07 20:02:16.120533663 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@b>:
-local-part <a> domain <b>

./address.at:100: exit code was 1, expected 0
97. address.at:100: 97. Address: ,***@b (address.at:100): FAILED (address.at:100)

# -*- compilation -*-
98. address.at:107: testing Address: ***@b, ...
./address.at:107: addr '***@b,'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/98/stderr 2017-03-07 20:02:16.140532823 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7544-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.148705567 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/98/stdout 2017-03-07 20:02:16.140532823 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@b>:
-local-part <a> domain <b>

./address.at:107: exit code was 1, expected 0
98. address.at:107: 98. Address: ***@b, (address.at:107): FAILED (address.at:107)

# -*- compilation -*-
99. address.at:114: testing Address: , ...
./address.at:114: addr ','
--- - 2017-03-07 20:02:16.173646017 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/99/stderr 2017-03-07 20:02:16.168531648 +0330
@@ -1,2 +1,2 @@
-MU_ERR_EMPTY_ADDRESS
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7573-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
99. address.at:114: 99. Address: , (address.at:114): FAILED (address.at:114)

# -*- compilation -*-
100. address.at:120: testing Address: ,, ...
./address.at:120: addr ',,'
--- - 2017-03-07 20:02:16.198315435 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/100/stderr 2017-03-07 20:02:16.192530640 +0330
@@ -1,2 +1,2 @@
-MU_ERR_EMPTY_ADDRESS
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7601-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
100. address.at:120: 100. Address: ,, (address.at:120): FAILED (address.at:120)

# -*- compilation -*-
101. address.at:126: testing Address: ,, ...
./address.at:126: addr ',,'
--- - 2017-03-07 20:02:16.223685298 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/101/stderr 2017-03-07 20:02:16.216529632 +0330
@@ -1,2 +1,2 @@
-MU_ERR_EMPTY_ADDRESS
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7629-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
101. address.at:126: 101. Address: ,, (address.at:126): FAILED (address.at:126)

# -*- compilation -*-
102. address.at:132: testing Address: a group: ***@b,***@y; ...
./address.at:132: addr 'a group: ***@b,***@y;'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/102/stderr 2017-03-07 20:02:16.236528792 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7657-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.246127506 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/102/stdout 2017-03-07 20:02:16.240528623 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:132: exit code was 1, expected 0
102. address.at:132: 102. Address: a group: ***@b,***@y; (address.at:132): FAILED (address.at:132)

# -*- compilation -*-
103. address.at:141: testing Address: a group: ,***@b,***@y; ...
./address.at:141: addr 'a group: ,***@b,***@y;'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/103/stderr 2017-03-07 20:02:16.260527784 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7686-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.271008568 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/103/stdout 2017-03-07 20:02:16.264527615 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:141: exit code was 1, expected 0
103. address.at:141: 103. Address: a group: ,***@b,***@y; (address.at:141): FAILED (address.at:141)

# -*- compilation -*-
104. address.at:150: testing Address: a group: ***@b,***@y,; ...
./address.at:150: addr 'a group: ***@b,***@y,;'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/104/stderr 2017-03-07 20:02:16.288526607 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7715-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.299733856 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/104/stdout 2017-03-07 20:02:16.292526439 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:150: exit code was 1, expected 0
104. address.at:150: 104. Address: a group: ***@b,***@y,; (address.at:150): FAILED (address.at:150)

# -*- compilation -*-
105. address.at:159: testing Address: a group: ,***@b,***@y,; ...
./address.at:159: addr 'a group: ,***@b,***@y,;'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/105/stderr 2017-03-07 20:02:16.316525431 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7744-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.324758397 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/105/stdout 2017-03-07 20:02:16.316525431 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:159: exit code was 1, expected 0
105. address.at:159: 105. Address: a group: ,***@b,***@y,; (address.at:159): FAILED (address.at:159)

# -*- compilation -*-
106. address.at:168: testing Address: a group: ***@b,,***@y; ...
./address.at:168: addr 'a group: ***@b,,***@y;'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/106/stderr 2017-03-07 20:02:16.336524591 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7773-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.347350728 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/106/stdout 2017-03-07 20:02:16.340524424 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:168: exit code was 1, expected 0
106. address.at:168: 106. Address: a group: ***@b,,***@y; (address.at:168): FAILED (address.at:168)

# -*- compilation -*-
107. address.at:177: testing Address: a group: ***@b,,,***@y; ...
./address.at:177: addr 'a group: ***@b,,,***@y;'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/107/stderr 2017-03-07 20:02:16.360523584 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7802-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.370909405 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/107/stdout 2017-03-07 20:02:16.364523416 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@b>:
-local-part <a> domain <b>
-2. email <***@y>:
-local-part <z> domain <y>

./address.at:177: exit code was 1, expected 0
107. address.at:177: 107. Address: a group: ***@b,,,***@y; (address.at:177): FAILED (address.at:177)

# -*- compilation -*-
108. address.at:186: testing Address: a group: ,,,***@b,,, ; ...
./address.at:186: addr 'a group: ,,,***@b,,, ;'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/108/stderr 2017-03-07 20:02:16.388522408 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7831-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.397271871 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/108/stdout 2017-03-07 20:02:16.392522240 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@b>:
-local-part <a> domain <b>

./address.at:186: exit code was 1, expected 0
108. address.at:186: 108. Address: a group: ,,,***@b,,, ; (address.at:186): FAILED (address.at:186)

# -*- compilation -*-
109. address.at:193: testing Address: a group: ,***@b ; ...
./address.at:193: addr 'a group: ,***@b ;'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/109/stderr 2017-03-07 20:02:16.416521232 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7860-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.424634159 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/109/stdout 2017-03-07 20:02:16.416521232 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@b>:
-local-part <a> domain <b>

./address.at:193: exit code was 1, expected 0
109. address.at:193: 109. Address: a group: ,***@b ; (address.at:193): FAILED (address.at:193)

# -*- compilation -*-
110. address.at:200: testing Address: a group: ***@b, ; ...
./address.at:200: addr 'a group: ***@b, ;'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/110/stderr 2017-03-07 20:02:16.440520224 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7889-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.451588262 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/110/stdout 2017-03-07 20:02:16.444520055 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@b>:
-local-part <a> domain <b>

./address.at:200: exit code was 1, expected 0
110. address.at:200: 110. Address: a group: ***@b, ; (address.at:200): FAILED (address.at:200)

# -*- compilation -*-
111. address.at:207: testing Address: a group: , ; ...
./address.at:207: addr 'a group: , ;'
--- - 2017-03-07 20:02:16.473613032 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/111/stderr 2017-03-07 20:02:16.468519048 +0330
@@ -1,2 +1,2 @@
-MU_ERR_EMPTY_ADDRESS
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7918-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
111. address.at:207: 111. Address: a group: , ; (address.at:207): FAILED (address.at:207)

# -*- compilation -*-
112. address.at:213: testing Address: a group: ,, ; ...
./address.at:213: addr 'a group: ,, ;'
--- - 2017-03-07 20:02:16.498942344 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/112/stderr 2017-03-07 20:02:16.492518040 +0330
@@ -1,2 +1,2 @@
-MU_ERR_EMPTY_ADDRESS
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7946-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
112. address.at:213: 112. Address: a group: ,, ; (address.at:213): FAILED (address.at:213)

# -*- compilation -*-
113. address.at:219: testing Address: a group: ,, ; ...
./address.at:219: addr 'a group: ,, ;'
--- - 2017-03-07 20:02:16.524732700 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/113/stderr 2017-03-07 20:02:16.516517032 +0330
@@ -1,2 +1,2 @@
-MU_ERR_EMPTY_ADDRESS
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/7974-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
113. address.at:219: 113. Address: a group: ,, ; (address.at:219): FAILED (address.at:219)

# -*- compilation -*-
114. address.at:225: testing Address: Sam <@[matrix (smtp)], @[nexus: [node 12]]:sroberts@[10].[1]> ; ...
./address.at:225: addr 'Sam <@[matrix (smtp)], @[nexus: [node 12]]:sroberts@[10].[1]> ;'
--- - 2017-03-07 20:02:16.549965481 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/114/stderr 2017-03-07 20:02:16.544515856 +0330
@@ -1,2 +1,2 @@
-MU_ERR_INVALID_EMAIL
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8002-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
114. address.at:225: 114. Address: Sam <@[matrix (smtp)], @[nexus: [node 12]]:sroberts@[10].[1]> ; (address.at:225): FAILED (address.at:225)

# -*- compilation -*-
115. address.at:231: testing Address: Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1]; ...
./address.at:231: addr 'Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1];'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/115/stderr 2017-03-07 20:02:16.564515016 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8030-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.574649232 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/115/stdout 2017-03-07 20:02:16.568514848 +0330
@@ -1,8 +1 @@
-naddr: 2
-1. email <***@sam>:
-personal <Sam>
-local-part <sam> domain <sam>
-route <@[matrix (smtp)]>
-2. email <sroberts@[10].[1]>:
-local-part <sroberts> domain <[10].[1]>

./address.at:231: exit code was 1, expected 0
115. address.at:231: 115. Address: Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1]; (address.at:231): FAILED (address.at:231)

# -*- compilation -*-
116. address.at:242: testing Address: ***@hi, Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1]; ...
./address.at:242: addr '***@hi, Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1];'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/116/stderr 2017-03-07 20:02:16.592513839 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8059-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.599904696 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/116/stdout 2017-03-07 20:02:16.592513839 +0330
@@ -1,10 +1 @@
-naddr: 3
-1. email <***@hi>:
-local-part <lo> domain <hi>
-2. email <***@sam>:
-personal <Sam>
-local-part <sam> domain <sam>
-route <@[matrix (smtp)]>
-3. email <sroberts@[10].[1]>:
-local-part <sroberts> domain <[10].[1]>

./address.at:242: exit code was 1, expected 0
116. address.at:242: 116. Address: ***@hi, Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1]; (address.at:242): FAILED (address.at:242)

# -*- compilation -*-
117. address.at:256: testing Address: Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1];, ***@lo ...
./address.at:256: addr 'Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1];, ***@lo'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/117/stderr 2017-03-07 20:02:16.620512664 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8088-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.628324556 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/117/stdout 2017-03-07 20:02:16.620512664 +0330
@@ -1,10 +1 @@
-naddr: 3
-1. email <***@sam>:
-personal <Sam>
-local-part <sam> domain <sam>
-route <@[matrix (smtp)]>
-2. email <sroberts@[10].[1]>:
-local-part <sroberts> domain <[10].[1]>
-3. email <***@lo>:
-local-part <hi> domain <lo>

./address.at:256: exit code was 1, expected 0
117. address.at:256: 117. Address: Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1];, ***@lo (address.at:256): FAILED (address.at:256)

# -*- compilation -*-
118. address.at:270: testing Address: ***@hi, Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1];, ***@lo ...
./address.at:270: addr '***@hi, Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1];, ***@lo'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/118/stderr 2017-03-07 20:02:16.648511488 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8117-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.655484112 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/118/stdout 2017-03-07 20:02:16.648511488 +0330
@@ -1,12 +1 @@
-naddr: 4
-1. email <***@hi>:
-local-part <lo> domain <hi>
-2. email <***@sam>:
-personal <Sam>
-local-part <sam> domain <sam>
-route <@[matrix (smtp)]>
-3. email <sroberts@[10].[1]>:
-local-part <sroberts> domain <[10].[1]>
-4. email <***@lo>:
-local-part <hi> domain <lo>

./address.at:270: exit code was 1, expected 0
118. address.at:270: 118. Address: ***@hi, Aliens: Sam <@[matrix (smtp)]: ***@sam>, sroberts@[10].[1];, ***@lo (address.at:270): FAILED (address.at:270)

# -*- compilation -*-
119. address.at:286: testing Address: Sam <@mail2.uniserve.com:***@uniserve.com> ...
./address.at:286: addr 'Sam <@mail2.uniserve.com:***@uniserve.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/119/stderr 2017-03-07 20:02:16.672510480 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8146-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.681463456 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/119/stdout 2017-03-07 20:02:16.676510312 +0330
@@ -1,6 +1 @@
-naddr: 1
-1. email <***@uniserve.com>:
-personal <Sam>
-local-part <sroberts> domain <uniserve.com>
-route <@mail2.uniserve.com>

./address.at:286: exit code was 1, expected 0
119. address.at:286: 119. Address: Sam <@mail2.uniserve.com:***@uniserve.com> (address.at:286): FAILED (address.at:286)

# -*- compilation -*-
120. address.at:295: testing Address: < (hey) @ (hey, )smtp1.sympatico.ca, mail2.uniserve.com (hoo!):***@uniserve.com> ...
./address.at:295: addr '< (hey) @ (hey, )smtp1.sympatico.ca, mail2.uniserve.com (hoo!):***@uniserve.com>'
--- - 2017-03-07 20:02:16.701961273 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/120/stderr 2017-03-07 20:02:16.696509472 +0330
@@ -1,2 +1,2 @@
-MU_ERR_INVALID_EMAIL
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8175-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
120. address.at:295: 120. Address: < (hey) @ (hey, )smtp1.sympatico.ca, mail2.uniserve.com (hoo!):***@uniserve.com> (address.at:295): FAILED (address.at:295)

# -*- compilation -*-
121. address.at:301: testing Address: ***@570.com (Hardware Support Account) ...
./address.at:301: addr '***@570.com (Hardware Support Account)'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/121/stderr 2017-03-07 20:02:16.720508463 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8203-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.727146386 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/121/stdout 2017-03-07 20:02:16.720508463 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@570.com>:
-personal <Hardware Support Account>
-local-part <hw> domain <570.com>

./address.at:301: exit code was 1, expected 0
121. address.at:301: 121. Address: ***@570.com (Hardware Support Account) (address.at:301): FAILED (address.at:301)

# -*- compilation -*-
122. address.at:309: testing Address: list-ietf-wg-apps-***@faerber.muc.de (=?ISO-8859-1?Q?Claus_F=E4rber?=) ...
./address.at:309: addr 'list-ietf-wg-apps-***@faerber.muc.de (=?ISO-8859-1?Q?Claus_F=E4rber?=)'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/122/stderr 2017-03-07 20:02:16.744507455 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8232-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.754209330 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/122/stdout 2017-03-07 20:02:16.748507288 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <list-ietf-wg-apps-***@faerber.muc.de>:
-personal <=?ISO-8859-1?Q?Claus_F=E4rber?=>
-local-part <list-ietf-wg-apps-drums> domain <faerber.muc.de>

./address.at:309: exit code was 1, expected 0
122. address.at:309: 122. Address: list-ietf-wg-apps-***@faerber.muc.de (=?ISO-8859-1?Q?Claus_F=E4rber?=) (address.at:309): FAILED (address.at:309)

# -*- compilation -*-
123. address.at:317: testing Address: <mutt-***@mutt.org>(mutt #369), guug-bugs-***@guug.de (#369) ...
./address.at:317: addr '<mutt-***@mutt.org>(mutt #369), guug-bugs-***@guug.de (#369)'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/123/stderr 2017-03-07 20:02:16.768506448 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8261-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.779806979 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/123/stdout 2017-03-07 20:02:16.772506280 +0330
@@ -1,7 +1 @@
-naddr: 2
-1. email <mutt-***@mutt.org>:
-local-part <mutt-dev> domain <mutt.org>
-2. email <guug-bugs-***@guug.de>:
-personal <#369>
-local-part <guug-bugs-closed> domain <guug.de>

./address.at:317: exit code was 1, expected 0
123. address.at:317: 123. Address: <mutt-***@mutt.org>(mutt #369), guug-bugs-***@guug.de (#369) (address.at:317): FAILED (address.at:317)

# -*- compilation -*-
124. address.at:327: testing Address: "'Aernoudt Bottemanne'" <***@Informix.com> ...
./address.at:327: cat >input <<'_ATEOF'
"'Aernoudt Bottemanne'" <***@Informix.com>
_ATEOF

addr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/124/stderr 2017-03-07 20:02:16.796505272 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8291-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.804301901 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/124/stdout 2017-03-07 20:02:16.796505272 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@Informix.com>:
-personal <'Aernoudt Bottemanne'>
-local-part <Aernoudt.Bottemanne> domain <Informix.com>

./address.at:327: exit code was 1, expected 0
124. address.at:327: 124. Address: "'Aernoudt Bottemanne'" <***@Informix.com> (address.at:327): FAILED (address.at:327)

# -*- compilation -*-
125. address.at:335: testing Address: "'Haag, Ullrich - MBDC'" <***@MBDC.com>, ...
./address.at:335: cat >input <<'_ATEOF'
"'Haag, Ullrich - MBDC'" <***@MBDC.com>,
_ATEOF

addr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/125/stderr 2017-03-07 20:02:16.820504264 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8321-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.827795259 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/125/stdout 2017-03-07 20:02:16.820504264 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@MBDC.com>:
-personal <'Haag, Ullrich - MBDC'>
-local-part <Ullrich.Haag> domain <MBDC.com>

./address.at:335: exit code was 1, expected 0
125. address.at:335: 125. Address: "'Haag, Ullrich - MBDC'" <***@MBDC.com>, (address.at:335): FAILED (address.at:335)

# -*- compilation -*-
126. address.at:343: testing Address: "'Michael C. Ibarra'" <***@hawk.com>, ***@q7.net, Al <***@q7.net> ...
./address.at:343: cat >input <<'_ATEOF'
"'Michael C. Ibarra'" <***@hawk.com>, ***@q7.net, Al <***@q7.net>
_ATEOF

addr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/126/stderr 2017-03-07 20:02:16.848503088 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8351-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.855019756 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/126/stdout 2017-03-07 20:02:16.848503088 +0330
@@ -1,10 +1 @@
-naddr: 3
-1. email <***@hawk.com>:
-personal <'Michael C. Ibarra'>
-local-part <ibarra> domain <hawk.com>
-2. email <***@q7.net>:
-local-part <arl> domain <q7.net>
-3. email <***@q7.net>:
-personal <Al>
-local-part <arl> domain <q7.net>

./address.at:343: exit code was 1, expected 0
126. address.at:343: 126. Address: "'Michael C. Ibarra'" <***@hawk.com>, ***@q7.net, Al <***@q7.net> (address.at:343): FAILED (address.at:343)

# -*- compilation -*-
127. address.at:357: testing Address: "'Sam Roberts'" <***@cogent.ca> ...
./address.at:357: cat >input <<'_ATEOF'
"'Sam Roberts'" <***@cogent.ca>
_ATEOF

addr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/127/stderr 2017-03-07 20:02:16.876501913 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8381-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.884938824 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/127/stdout 2017-03-07 20:02:16.880501744 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@cogent.ca>:
-personal <'Sam Roberts'>
-local-part <sam> domain <cogent.ca>

./address.at:357: exit code was 1, expected 0
127. address.at:357: 127. Address: "'Sam Roberts'" <***@cogent.ca> (address.at:357): FAILED (address.at:357)

# -*- compilation -*-
128. address.at:365: testing Address: "'***@pitbull-productions.com'" <***@pitbull-productions.com>, ...
./address.at:365: cat >input <<'_ATEOF'
"'***@pitbull-productions.com'" <***@pitbull-productions.com>,
_ATEOF

addr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/128/stderr 2017-03-07 20:02:16.904500736 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8411-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.913376135 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/128/stdout 2017-03-07 20:02:16.908500568 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@pitbull-productions.com>:
-personal <'***@pitbull-productions.com'>
-local-part <paul> domain <pitbull-productions.com>

./address.at:365: exit code was 1, expected 0
128. address.at:365: 128. Address: "'***@pitbull-productions.com'" <***@pitbull-productions.com>, (address.at:365): FAILED (address.at:365)

# -*- compilation -*-
129. address.at:373: testing Address: "'***@cogent.ca'" <***@cogent.ca>, "'***@uniserve.com'" ...
./address.at:373: cat >input <<'_ATEOF'
"'***@cogent.ca'" <***@cogent.ca>, "'***@uniserve.com'"
_ATEOF

addr < input
--- - 2017-03-07 20:02:16.943723542 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/129/stderr 2017-03-07 20:02:16.936499392 +0330
@@ -1,2 +1,2 @@
-MU_ERR_INVALID_EMAIL
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8441-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
./address.at:373: exit code was 1, expected 0
129. address.at:373: 129. Address: "'***@cogent.ca'" <***@cogent.ca>, "'***@uniserve.com'" (address.at:373): FAILED (address.at:373)

# -*- compilation -*-
130. address.at:379: testing Address: "'sroberts\@certicom\.ca'" <***@certicom.ca> ...
./address.at:379: cat >input <<'_ATEOF'
"'sroberts\@certicom\.ca'" <***@certicom.ca>
_ATEOF

addr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/130/stderr 2017-03-07 20:02:16.960498385 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8470-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.968984004 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/130/stdout 2017-03-07 20:02:16.964498217 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@certicom.ca>:
-personal <'***@certicom.ca'>
-local-part <sroberts> domain <certicom.ca>

./address.at:379: exit code was 1, expected 0
130. address.at:379: 130. Address: "'sroberts\@certicom\.ca'" <***@certicom.ca> (address.at:379): FAILED (address.at:379)

# -*- compilation -*-
131. address.at:387: testing Address: "=?iso-8859-1?Q?Juan_Carlos_Marcos_Rodr=EDguez?=" <***@datavoice.es> ...
./address.at:387: addr '"=?iso-8859-1?Q?Juan_Carlos_Marcos_Rodr=EDguez?=" <***@datavoice.es>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/131/stderr 2017-03-07 20:02:16.984497377 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8499-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:16.994236338 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/131/stdout 2017-03-07 20:02:16.988497209 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@datavoice.es>:
-personal <=?iso-8859-1?Q?Juan_Carlos_Marcos_Rodr=EDguez?=>
-local-part <jcmarcos> domain <datavoice.es>

./address.at:387: exit code was 1, expected 0
131. address.at:387: 131. Address: "=?iso-8859-1?Q?Juan_Carlos_Marcos_Rodr=EDguez?=" <***@datavoice.es> (address.at:387): FAILED (address.at:387)

# -*- compilation -*-
132. address.at:395: testing Address: "Christian Edward Gruber" <***@gmx.net>, ...
./address.at:395: addr '"Christian Edward Gruber" <***@gmx.net>,'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/132/stderr 2017-03-07 20:02:17.016496033 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8528-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.024193088 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/132/stdout 2017-03-07 20:02:17.016496033 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@gmx.net>:
-personal <Christian Edward Gruber>
-local-part <christian.edward.gruber> domain <gmx.net>

./address.at:395: exit code was 1, expected 0
132. address.at:395: 132. Address: "Christian Edward Gruber" <***@gmx.net>, (address.at:395): FAILED (address.at:395)

# -*- compilation -*-
133. address.at:403: testing Address: "D. J. Bernstein" <"djb- "@cr.yp.to> ...
./address.at:403: addr '"D. J. Bernstein" <"djb- "@cr.yp.to>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/133/stderr 2017-03-07 20:02:17.040495026 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8557-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.049697543 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/133/stdout 2017-03-07 20:02:17.044494858 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <"djb- "@cr.yp.to>:
-personal <D. J. Bernstein>
-local-part <djb- > domain <cr.yp.to>

./address.at:403: exit code was 1, expected 0
133. address.at:403: 133. Address: "D. J. Bernstein" <"djb- "@cr.yp.to> (address.at:403): FAILED (address.at:403)

# -*- compilation -*-
134. address.at:411: testing Address: "D. J. Bernstein" <***@cr.yp.to>, ***@cs.utk.edu ...
./address.at:411: addr '"D. J. Bernstein" <***@cr.yp.to>, ***@cs.utk.edu'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/134/stderr 2017-03-07 20:02:17.064494018 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8586-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.074616611 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/134/stdout 2017-03-07 20:02:17.068493850 +0330
@@ -1,7 +1 @@
-naddr: 2
-1. email <***@cr.yp.to>:
-personal <D. J. Bernstein>
-local-part <djb> domain <cr.yp.to>
-2. email <***@cs.utk.edu>:
-local-part <drums> domain <cs.utk.edu>

./address.at:411: exit code was 1, expected 0
134. address.at:411: 134. Address: "D. J. Bernstein" <***@cr.yp.to>, ***@cs.utk.edu (address.at:411): FAILED (address.at:411)

# -*- compilation -*-
135. address.at:421: testing Address: "Dave Sill <de5-drums" <de5-***@sws5.ctd.ornl.gov> ...
./address.at:421: addr '"Dave Sill <de5-drums" <de5-***@sws5.ctd.ornl.gov>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/135/stderr 2017-03-07 20:02:17.088493011 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8615-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.097006398 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/135/stdout 2017-03-07 20:02:17.092492843 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <de5-***@sws5.ctd.ornl.gov>:
-personal <Dave Sill <de5-drums>
-local-part <de5-drums> domain <sws5.ctd.ornl.gov>

./address.at:421: exit code was 1, expected 0
135. address.at:421: 135. Address: "Dave Sill <de5-drums" <de5-***@sws5.ctd.ornl.gov> (address.at:421): FAILED (address.at:421)

# -*- compilation -*-
136. address.at:429: testing Address: "Dave \(work\) Baerg \(E-mail\)" <***@SUMMedia.com> ...
./address.at:429: addr '"Dave \(work\) Baerg \(E-mail\)" <***@SUMMedia.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/136/stderr 2017-03-07 20:02:17.112492003 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8643-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.120842609 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/136/stdout 2017-03-07 20:02:17.116491835 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@SUMMedia.com>:
-personal <Dave (work) Baerg (E-mail)>
-local-part <Dave.Baerg> domain <SUMMedia.com>

./address.at:429: exit code was 1, expected 0
136. address.at:429: 136. Address: "Dave \(work\) Baerg \(E-mail\)" <***@SUMMedia.com> (address.at:429): FAILED (address.at:429)

# -*- compilation -*-
137. address.at:437: testing Address: "Demian" <***@wave.home.com> ...
./address.at:437: addr '"Demian" <***@wave.home.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/137/stderr 2017-03-07 20:02:17.144490659 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8673-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.151759291 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/137/stdout 2017-03-07 20:02:17.144490659 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@wave.home.com>:
-personal <Demian>
-local-part <damient> domain <wave.home.com>

./address.at:437: exit code was 1, expected 0
137. address.at:437: 137. Address: "Demian" <***@wave.home.com> (address.at:437): FAILED (address.at:437)

# -*- compilation -*-
138. address.at:445: testing Address: "Detailed Revision/Update of Message Standards" <***@cs.utk.edu> ...
./address.at:445: addr '"Detailed Revision/Update of Message Standards" <***@cs.utk.edu>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/138/stderr 2017-03-07 20:02:17.172489485 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8702-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.180326301 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/138/stdout 2017-03-07 20:02:17.172489485 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@cs.utk.edu>:
-personal <Detailed Revision/Update of Message Standards>
-local-part <drums> domain <cs.utk.edu>

./address.at:445: exit code was 1, expected 0
138. address.at:445: 138. Address: "Detailed Revision/Update of Message Standards" <***@cs.utk.edu> (address.at:445): FAILED (address.at:445)

# -*- compilation -*-
139. address.at:453: testing Address: "Fred" <***@__nowhere__.users.sourceforge.net> ...
./address.at:453: addr '"Fred" <***@__nowhere__.users.sourceforge.net>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/139/stderr 2017-03-07 20:02:17.192488646 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8731-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.204740690 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/139/stdout 2017-03-07 20:02:17.196488477 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@__nowhere__.users.sourceforge.net>:
-personal <Fred>
-local-part <fprog> domain <__nowhere__.users.sourceforge.net>

./address.at:453: exit code was 1, expected 0
139. address.at:453: 139. Address: "Fred" <***@__nowhere__.users.sourceforge.net> (address.at:453): FAILED (address.at:453)

# -*- compilation -*-
140. address.at:461: testing Address: "Haag, Ullrich - MBDC" <***@MBDC.com> ...
./address.at:461: addr '"Haag, Ullrich - MBDC" <***@MBDC.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/140/stderr 2017-03-07 20:02:17.220487470 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8760-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.228712597 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/140/stdout 2017-03-07 20:02:17.220487470 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@MBDC.com>:
-personal <Haag, Ullrich - MBDC>
-local-part <Ullrich.Haag> domain <MBDC.com>

./address.at:461: exit code was 1, expected 0
140. address.at:461: 140. Address: "Haag, Ullrich - MBDC" <***@MBDC.com> (address.at:461): FAILED (address.at:461)

# -*- compilation -*-
141. address.at:469: testing Address: "Jacob Palme" <***@dsv.su.se>, <***@cs.utk.edu> ...
./address.at:469: addr '"Jacob Palme" <***@dsv.su.se>, <***@cs.utk.edu>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/141/stderr 2017-03-07 20:02:17.244486463 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8789-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.253390737 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/141/stdout 2017-03-07 20:02:17.248486294 +0330
@@ -1,7 +1 @@
-naddr: 2
-1. email <***@dsv.su.se>:
-personal <Jacob Palme>
-local-part <jpalme> domain <dsv.su.se>
-2. email <***@cs.utk.edu>:
-local-part <drums> domain <cs.utk.edu>

./address.at:469: exit code was 1, expected 0
141. address.at:469: 141. Address: "Jacob Palme" <***@dsv.su.se>, <***@cs.utk.edu> (address.at:469): FAILED (address.at:469)

# -*- compilation -*-
142. address.at:479: testing Address: "Jakob 'sparky' Kaivo" <***@elijah.nodomainname.net> ...
./address.at:479: cat >input <<'_ATEOF'
"Jakob 'sparky' Kaivo" <***@elijah.nodomainname.net>
_ATEOF

addr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/142/stderr 2017-03-07 20:02:17.272485287 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8819-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.280171456 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/142/stdout 2017-03-07 20:02:17.272485287 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@elijah.nodomainname.net>:
-personal <Jakob 'sparky' Kaivo>
-local-part <jkaivo> domain <elijah.nodomainname.net>

./address.at:479: exit code was 1, expected 0
142. address.at:479: 142. Address: "Jakob 'sparky' Kaivo" <***@elijah.nodomainname.net> (address.at:479): FAILED (address.at:479)

# -*- compilation -*-
143. address.at:487: testing Address: "Lee R. Copp" <***@MichiganScientific.com> ...
./address.at:487: addr '"Lee R. Copp" <***@MichiganScientific.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/143/stderr 2017-03-07 20:02:17.292484448 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8848-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.305030068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/143/stdout 2017-03-07 20:02:17.296484279 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@MichiganScientific.com>:
-personal <Lee R. Copp>
-local-part <Lee.R.Copp> domain <MichiganScientific.com>

./address.at:487: exit code was 1, expected 0
143. address.at:487: 143. Address: "Lee R. Copp" <***@MichiganScientific.com> (address.at:487): FAILED (address.at:487)

# -*- compilation -*-
144. address.at:495: testing Address: "Lionel Johnson" <ljohnson**nospam**@sterling1.com> ...
./address.at:495: addr '"Lionel Johnson" <ljohnson**nospam**@sterling1.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/144/stderr 2017-03-07 20:02:17.320483272 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8877-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.328192219 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/144/stdout 2017-03-07 20:02:17.320483272 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <ljohnson**nospam**@sterling1.com>:
-personal <Lionel Johnson>
-local-part <ljohnson**nospam**> domain <sterling1.com>

./address.at:495: exit code was 1, expected 0
144. address.at:495: 144. Address: "Lionel Johnson" <ljohnson**nospam**@sterling1.com> (address.at:495): FAILED (address.at:495)

# -*- compilation -*-
145. address.at:503: testing Address: "Martin [Keso] Keseg" <***@slovakia.sun.com> ...
./address.at:503: addr '"Martin [Keso] Keseg" <***@slovakia.sun.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/145/stderr 2017-03-07 20:02:17.344482264 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8906-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.353913758 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/145/stdout 2017-03-07 20:02:17.348482097 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@slovakia.sun.com>:
-personal <Martin [Keso] Keseg>
-local-part <Martin.Keseg> domain <slovakia.sun.com>

./address.at:503: exit code was 1, expected 0
145. address.at:503: 145. Address: "Martin [Keso] Keseg" <***@slovakia.sun.com> (address.at:503): FAILED (address.at:503)

# -*- compilation -*-
146. address.at:511: testing Address: "}{ristoph" <***@kristoph.net> ...
./address.at:511: addr '"}{ristoph" <***@kristoph.net>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/146/stderr 2017-03-07 20:02:17.376480922 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8935-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.384398150 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/146/stdout 2017-03-07 20:02:17.376480922 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@kristoph.net>:
-personal <}{ristoph>
-local-part <news2> domain <kristoph.net>

./address.at:511: exit code was 1, expected 0
146. address.at:511: 146. Address: "}{ristoph" <***@kristoph.net> (address.at:511): FAILED (address.at:511)

# -*- compilation -*-
147. address.at:519: testing Address: "fmartens-2000" <fmartens-***@planet.nl> ...
./address.at:519: addr '"fmartens-2000" <fmartens-***@planet.nl>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/147/stderr 2017-03-07 20:02:17.404479747 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8964-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.411762037 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/147/stdout 2017-03-07 20:02:17.404479747 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <fmartens-***@planet.nl>:
-personal <fmartens-2000>
-local-part <fmartens-2000> domain <planet.nl>

./address.at:519: exit code was 1, expected 0
147. address.at:519: 147. Address: "fmartens-2000" <fmartens-***@planet.nl> (address.at:519): FAILED (address.at:519)

# -*- compilation -*-
148. address.at:527: testing Address: "g'o'tz ohnesorge" <***@lh-computertechnik.de> ...
./address.at:527: cat >input <<'_ATEOF'
"g'o'tz ohnesorge" <***@lh-computertechnik.de>
_ATEOF

addr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/148/stderr 2017-03-07 20:02:17.428478739 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/8994-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.440584406 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/148/stdout 2017-03-07 20:02:17.432478571 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@lh-computertechnik.de>:
-personal <g'o'tz ohnesorge>
-local-part <gohnesorge> domain <lh-computertechnik.de>

./address.at:527: exit code was 1, expected 0
148. address.at:527: 148. Address: "g'o'tz ohnesorge" <***@lh-computertechnik.de> (address.at:527): FAILED (address.at:527)

# -*- compilation -*-
149. address.at:535: testing Address: "gao jie" <***@public.wh.hb.cn> ...
./address.at:535: addr '"gao jie" <***@public.wh.hb.cn>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/149/stderr 2017-03-07 20:02:17.452477732 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9023-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.461629367 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/149/stdout 2017-03-07 20:02:17.456477564 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@public.wh.hb.cn>:
-personal <gao jie>
-local-part <jiegi> domain <public.wh.hb.cn>

./address.at:535: exit code was 1, expected 0
149. address.at:535: 149. Address: "gao jie" <***@public.wh.hb.cn> (address.at:535): FAILED (address.at:535)

# -*- compilation -*-
150. address.at:543: testing Address: "gnupg-***@gnupg.org" <gnupg-devel%***@f48.n48.z2.fidonet.org> ...
./address.at:543: addr '"gnupg-***@gnupg.org" <gnupg-devel%***@f48.n48.z2.fidonet.org>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/150/stderr 2017-03-07 20:02:17.476476725 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9052-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.486558028 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/150/stdout 2017-03-07 20:02:17.480476556 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <gnupg-devel%***@f48.n48.z2.fidonet.org>:
-personal <gnupg-***@gnupg.org>
-local-part <gnupg-devel%gnupg.org> domain <f48.n48.z2.fidonet.org>

./address.at:543: exit code was 1, expected 0
150. address.at:543: 150. Address: "gnupg-***@gnupg.org" <gnupg-devel%***@f48.n48.z2.fidonet.org> (address.at:543): FAILED (address.at:543)

# -*- compilation -*-
151. address.at:552: testing Address: "gpg-devel" <gnupg-***@gnupg.org> ...
./address.at:552: addr '"gpg-devel" <gnupg-***@gnupg.org>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/151/stderr 2017-03-07 20:02:17.504475549 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9081-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.514169669 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/151/stdout 2017-03-07 20:02:17.508475380 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <gnupg-***@gnupg.org>:
-personal <gpg-devel>
-local-part <gnupg-devel> domain <gnupg.org>

./address.at:552: exit code was 1, expected 0
151. address.at:552: 151. Address: "gpg-devel" <gnupg-***@gnupg.org> (address.at:552): FAILED (address.at:552)

# -*- compilation -*-
152. address.at:560: testing Address: "jigang" <***@jinglun.com.cn> ...
./address.at:560: addr '"jigang" <***@jinglun.com.cn>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/152/stderr 2017-03-07 20:02:17.532474373 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9110-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.541722720 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/152/stdout 2017-03-07 20:02:17.536474206 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@jinglun.com.cn>:
-personal <jigang>
-local-part <jigang> domain <jinglun.com.cn>

./address.at:560: exit code was 1, expected 0
152. address.at:560: 152. Address: "jigang" <***@jinglun.com.cn> (address.at:560): FAILED (address.at:560)

# -*- compilation -*-
153. address.at:568: testing Address: "***@openbsd.org" <***@openbsd.org> ...
./address.at:568: addr '"***@openbsd.org" <***@openbsd.org>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/153/stderr 2017-03-07 20:02:17.560473199 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9139-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.568786984 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/153/stdout 2017-03-07 20:02:17.560473199 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@openbsd.org>:
-personal <***@openbsd.org>
-local-part <misc> domain <openbsd.org>

./address.at:568: exit code was 1, expected 0
153. address.at:568: 153. Address: "***@openbsd.org" <***@openbsd.org> (address.at:568): FAILED (address.at:568)

# -*- compilation -*-
154. address.at:576: testing Address: "***@openbsd.org" <***@openbsd.org>, ***@Awfulhak.org ...
./address.at:576: addr '"***@openbsd.org" <***@openbsd.org>, ***@Awfulhak.org'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/154/stderr 2017-03-07 20:02:17.584472191 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9168-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.592114371 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/154/stdout 2017-03-07 20:02:17.584472191 +0330
@@ -1,7 +1 @@
-naddr: 2
-1. email <***@openbsd.org>:
-personal <***@openbsd.org>
-local-part <misc> domain <openbsd.org>
-2. email <***@Awfulhak.org>:
-local-part <brian> domain <Awfulhak.org>

./address.at:576: exit code was 1, expected 0
154. address.at:576: 154. Address: "***@openbsd.org" <***@openbsd.org>, ***@Awfulhak.org (address.at:576): FAILED (address.at:576)

# -*- compilation -*-
155. address.at:586: testing Address: "mutt-dev @ mutt . orgThomas Roessler" <***@does-not-exist.org> ...
./address.at:586: addr '"mutt-dev @ mutt . orgThomas Roessler" <***@does-not-exist.org>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/155/stderr 2017-03-07 20:02:17.608471184 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9197-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.616329439 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/155/stdout 2017-03-07 20:02:17.608471184 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@does-not-exist.org>:
-personal <mutt-dev @ mutt . orgThomas Roessler>
-local-part <roessler> domain <does-not-exist.org>

./address.at:586: exit code was 1, expected 0
155. address.at:586: 155. Address: "mutt-dev @ mutt . orgThomas Roessler" <***@does-not-exist.org> (address.at:586): FAILED (address.at:586)

# -*- compilation -*-
156. address.at:594: testing Address: "***@f36.n480.z2.fidonet.org" <zwk%***@f36.n480.z2.fidonet.org> ...
./address.at:594: addr '"***@f36.n480.z2.fidonet.org" <zwk%***@f36.n480.z2.fidonet.org>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/156/stderr 2017-03-07 20:02:17.636470009 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9226-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.643494508 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/156/stdout 2017-03-07 20:02:17.636470009 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <zwk%***@f36.n480.z2.fidonet.org>:
-personal <***@f36.n480.z2.fidonet.org>
-local-part <zwk%f36.n480.z2.fidonet.org> domain <f36.n480.z2.fidonet.org>

./address.at:594: exit code was 1, expected 0
156. address.at:594: 156. Address: "***@f36.n480.z2.fidonet.org" <zwk%***@f36.n480.z2.fidonet.org> (address.at:594): FAILED (address.at:594)

# -*- compilation -*-
157. address.at:602: testing Address: 'Dan Dall'Acqua' <***@noetic.ab.ca>, 'Dave Shyong' ...
./address.at:602: cat >input <<'_ATEOF'
'Dan Dall'Acqua' <***@noetic.ab.ca>, 'Dave Shyong'
_ATEOF

addr < input
--- - 2017-03-07 20:02:17.669191249 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/157/stderr 2017-03-07 20:02:17.660469001 +0330
@@ -1,2 +1,2 @@
-MU_ERR_INVALID_EMAIL
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9256-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
./address.at:602: exit code was 1, expected 0
157. address.at:602: 157. Address: 'Dan Dall'Acqua' <***@noetic.ab.ca>, 'Dave Shyong' (address.at:602): FAILED (address.at:602)

# -*- compilation -*-
158. address.at:608: testing Address: 0xdeadbeef-***@petting-zoo.net ...
./address.at:608: addr '0xdeadbeef-***@petting-zoo.net'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/158/stderr 2017-03-07 20:02:17.684467994 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9284-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.692548906 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/158/stdout 2017-03-07 20:02:17.684467994 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <0xdeadbeef-***@petting-zoo.net>:
-local-part <0xdeadbeef-request> domain <petting-zoo.net>

./address.at:608: exit code was 1, expected 0
158. address.at:608: 158. Address: 0xdeadbeef-***@petting-zoo.net (address.at:608): FAILED (address.at:608)

# -*- compilation -*-
159. address.at:615: testing Address: 102023-***@cnxt19932218.conexant.com ...
./address.at:615: addr '102023-***@cnxt19932218.conexant.com'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/159/stderr 2017-03-07 20:02:17.708466986 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9313-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.718860505 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/159/stdout 2017-03-07 20:02:17.712466818 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <102023-***@cnxt19932218.conexant.com>:
-local-part <102023-00406421> domain <cnxt19932218.conexant.com>

./address.at:615: exit code was 1, expected 0
159. address.at:615: 159. Address: 102023-***@cnxt19932218.conexant.com (address.at:615): FAILED (address.at:615)

# -*- compilation -*-
160. address.at:622: testing Address: ***@jobcontrolcenter.com ...
./address.at:622: addr '***@jobcontrolcenter.com'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/160/stderr 2017-03-07 20:02:17.740465642 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9342-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.746988613 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/160/stdout 2017-03-07 20:02:17.740465642 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@jobcontrolcenter.com>:
-local-part <218164.24.43> domain <jobcontrolcenter.com>

./address.at:622: exit code was 1, expected 0
160. address.at:622: 160. Address: ***@jobcontrolcenter.com (address.at:622): FAILED (address.at:622)

# -*- compilation -*-
161. address.at:629: testing Address: <0xdeadbeef-***@petting-zoo.net> ...
./address.at:629: addr '<0xdeadbeef-***@petting-zoo.net>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/161/stderr 2017-03-07 20:02:17.764464635 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9371-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.773747194 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/161/stdout 2017-03-07 20:02:17.768464468 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <0xdeadbeef-***@petting-zoo.net>:
-local-part <0xdeadbeef-request> domain <petting-zoo.net>

./address.at:629: exit code was 1, expected 0
161. address.at:629: 161. Address: <0xdeadbeef-***@petting-zoo.net> (address.at:629): FAILED (address.at:629)

# -*- compilation -*-
162. address.at:636: testing Address: <> ...
./address.at:636: addr '<>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/162/stderr 2017-03-07 20:02:17.788463627 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9400-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.801193873 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/162/stdout 2017-03-07 20:02:17.792463460 +0330
@@ -1,3 +1 @@
-naddr: 1
-1. email <>:

./address.at:636: exit code was 1, expected 0
162. address.at:636: 162. Address: <> (address.at:636): FAILED (address.at:636)

# -*- compilation -*-
163. address.at:642: testing Address: <***@nrc.ca> ...
./address.at:642: addr '<***@nrc.ca>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/163/stderr 2017-03-07 20:02:17.816462453 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9429-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.824253807 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/163/stdout 2017-03-07 20:02:17.816462453 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@nrc.ca>:
-local-part <Christia.Roberts> domain <nrc.ca>

./address.at:642: exit code was 1, expected 0
163. address.at:642: 163. Address: <***@nrc.ca> (address.at:642): FAILED (address.at:642)

# -*- compilation -*-
164. address.at:649: testing Address: <***@motorcity2.lotus.com> ...
./address.at:649: addr '<***@motorcity2.lotus.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/164/stderr 2017-03-07 20:02:17.844461277 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9459-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.851130094 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/164/stdout 2017-03-07 20:02:17.844461277 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@motorcity2.lotus.com>:
-local-part <Nick_Shelness> domain <motorcity2.lotus.com>

./address.at:649: exit code was 1, expected 0
164. address.at:649: 164. Address: <***@motorcity2.lotus.com> (address.at:649): FAILED (address.at:649)

# -*- compilation -*-
165. address.at:656: testing Address: <all: > ...
./address.at:656: addr '<all: >'
--- - 2017-03-07 20:02:17.877763764 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/165/stderr 2017-03-07 20:02:17.872460103 +0330
@@ -1,2 +1,2 @@
-MU_ERR_INVALID_EMAIL
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9488-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
165. address.at:656: 165. Address: <all: > (address.at:656): FAILED (address.at:656)

# -*- compilation -*-
166. address.at:662: testing Address: <fyi-***@emyr.net> ...
./address.at:662: addr '<fyi-***@emyr.net>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/166/stderr 2017-03-07 20:02:17.896459095 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9516-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.905617968 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/166/stdout 2017-03-07 20:02:17.900458927 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <fyi-***@emyr.net>:
-local-part <fyi-admin> domain <emyr.net>

./address.at:662: exit code was 1, expected 0
166. address.at:662: 166. Address: <fyi-***@emyr.net> (address.at:662): FAILED (address.at:662)

# -*- compilation -*-
167. address.at:669: testing Address: <***@medtronic.com>, <***@husky.ca>, ...
./address.at:669: addr '<***@medtronic.com>, <***@husky.ca>,'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/167/stderr 2017-03-07 20:02:17.928457751 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9545-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.938509799 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/167/stdout 2017-03-07 20:02:17.932457584 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <***@medtronic.com>:
-local-part <gary.stefanov> domain <medtronic.com>
-2. email <***@husky.ca>:
-local-part <HdeVisse> domain <husky.ca>

./address.at:669: exit code was 1, expected 0
167. address.at:669: 167. Address: <***@medtronic.com>, <***@husky.ca>, (address.at:669): FAILED (address.at:669)

# -*- compilation -*-
168. address.at:678: testing Address: <gnu-pop-***@nodomainname.net> ...
./address.at:678: addr '<gnu-pop-***@nodomainname.net>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/168/stderr 2017-03-07 20:02:17.952456744 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9574-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.961834887 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/168/stdout 2017-03-07 20:02:17.956456577 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <gnu-pop-***@nodomainname.net>:
-local-part <gnu-pop-list> domain <nodomainname.net>

./address.at:678: exit code was 1, expected 0
168. address.at:678: 168. Address: <gnu-pop-***@nodomainname.net> (address.at:678): FAILED (address.at:678)

# -*- compilation -*-
169. address.at:685: testing Address: <mutt-dev-owner-sroberts=***@ns.gbnet.net> ...
./address.at:685: addr '<mutt-dev-owner-sroberts=***@ns.gbnet.net>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/169/stderr 2017-03-07 20:02:17.980455569 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9603-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:17.987929397 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/169/stdout 2017-03-07 20:02:17.980455569 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <mutt-dev-owner-sroberts=***@ns.gbnet.net>:
-local-part <mutt-dev-owner-sroberts=uniserve.com> domain <ns.gbnet.net>

./address.at:685: exit code was 1, expected 0
169. address.at:685: 169. Address: <mutt-dev-owner-sroberts=***@ns.gbnet.net> (address.at:685): FAILED (address.at:685)

# -*- compilation -*-
170. address.at:692: testing Address: =?ISO-8859-1?Q?Kolbj=F8rn_Barmen?= <***@nvg.ntnu.no> ...
./address.at:692: addr '=?ISO-8859-1?Q?Kolbj=F8rn_Barmen?= <***@nvg.ntnu.no>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/170/stderr 2017-03-07 20:02:18.008454393 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9632-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.015665116 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/170/stdout 2017-03-07 20:02:18.008454393 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@nvg.ntnu.no>:
-personal <=?ISO-8859-1?Q?Kolbj=F8rn_Barmen?=>
-local-part <kolla> domain <nvg.ntnu.no>

./address.at:692: exit code was 1, expected 0
170. address.at:692: 170. Address: =?ISO-8859-1?Q?Kolbj=F8rn_Barmen?= <***@nvg.ntnu.no> (address.at:692): FAILED (address.at:692)

# -*- compilation -*-
171. address.at:700: testing Address: =?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <***@cisco.com> ...
./address.at:700: addr '=?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <***@cisco.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/171/stderr 2017-03-07 20:02:18.036453219 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9661-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.045139984 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/171/stdout 2017-03-07 20:02:18.040453051 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@cisco.com>:
-personal <=?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?=>
-local-part <paf> domain <cisco.com>

./address.at:700: exit code was 1, expected 0
171. address.at:700: 171. Address: =?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <***@cisco.com> (address.at:700): FAILED (address.at:700)

# -*- compilation -*-
172. address.at:708: testing Address: =?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <***@cisco.com>, ...
./address.at:708: addr '=?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <***@cisco.com>,'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/172/stderr 2017-03-07 20:02:18.064452044 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9690-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.072743251 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/172/stdout 2017-03-07 20:02:18.064452044 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@cisco.com>:
-personal <=?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?=>
-local-part <paf> domain <cisco.com>

./address.at:708: exit code was 1, expected 0
172. address.at:708: 172. Address: =?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <***@cisco.com>, (address.at:708): FAILED (address.at:708)

# -*- compilation -*-
173. address.at:716: testing Address: =?US-ASCII?Q?gary=5Fc?= <***@cunningham-lee.com> ...
./address.at:716: addr '=?US-ASCII?Q?gary=5Fc?= <***@cunningham-lee.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/173/stderr 2017-03-07 20:02:18.088451037 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9719-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.098403951 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/173/stdout 2017-03-07 20:02:18.092450870 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@cunningham-lee.com>:
-personal <=?US-ASCII?Q?gary=5Fc?=>
-local-part <gary_c> domain <cunningham-lee.com>

./address.at:716: exit code was 1, expected 0
173. address.at:716: 173. Address: =?US-ASCII?Q?gary=5Fc?= <***@cunningham-lee.com> (address.at:716): FAILED (address.at:716)

# -*- compilation -*-
174. address.at:724: testing Address: =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier <***@pervalidus.net> ...
./address.at:724: addr '=?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier <***@pervalidus.net>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/174/stderr 2017-03-07 20:02:18.116449862 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9748-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.124907068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/174/stdout 2017-03-07 20:02:18.116449862 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@pervalidus.net>:
-personal <=?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier>
-local-part <0> domain <pervalidus.net>

./address.at:724: exit code was 1, expected 0
174. address.at:724: 174. Address: =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier <***@pervalidus.net> (address.at:724): FAILED (address.at:724)

# -*- compilation -*-
175. address.at:732: testing Address: =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier <***@pervalidus.net>, ...
./address.at:732: addr '=?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier <***@pervalidus.net>,'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/175/stderr 2017-03-07 20:02:18.144448688 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9777-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.154880013 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/175/stdout 2017-03-07 20:02:18.148448520 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@pervalidus.net>:
-personal <=?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier>
-local-part <0> domain <pervalidus.net>

./address.at:732: exit code was 1, expected 0
175. address.at:732: 175. Address: =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier <***@pervalidus.net>, (address.at:732): FAILED (address.at:732)

# -*- compilation -*-
176. address.at:740: testing Address: =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E_Meunier?= <***@pervalidus.net> ...
./address.at:740: addr '=?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E_Meunier?= <***@pervalidus.net>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/176/stderr 2017-03-07 20:02:18.172447513 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9806-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.182888892 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/176/stdout 2017-03-07 20:02:18.176447346 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@pervalidus.net>:
-personal <=?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E_Meunier?=>
-local-part <0> domain <pervalidus.net>

./address.at:740: exit code was 1, expected 0
176. address.at:740: 176. Address: =?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E_Meunier?= <***@pervalidus.net> (address.at:740): FAILED (address.at:740)

# -*- compilation -*-
177. address.at:748: testing Address: =?iso-8859-1?Q?J=F8rgen_Thomsen?= <***@postfix.jth.net> ...
./address.at:748: addr '=?iso-8859-1?Q?J=F8rgen_Thomsen?= <***@postfix.jth.net>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/177/stderr 2017-03-07 20:02:18.204446171 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9835-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.211037576 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/177/stdout 2017-03-07 20:02:18.204446171 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@postfix.jth.net>:
-personal <=?iso-8859-1?Q?J=F8rgen_Thomsen?=>
-local-part <jth> domain <postfix.jth.net>

./address.at:748: exit code was 1, expected 0
177. address.at:748: 177. Address: =?iso-8859-1?Q?J=F8rgen_Thomsen?= <***@postfix.jth.net> (address.at:748): FAILED (address.at:748)

# -*- compilation -*-
178. address.at:756: testing Address: =?iso-8859-1?Q?Jos=3F_C=2E_Garc=EDa_Sogo?= <***@jaimedelamo.eu.org> ...
./address.at:756: addr '=?iso-8859-1?Q?Jos=3F_C=2E_Garc=EDa_Sogo?= <***@jaimedelamo.eu.org>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/178/stderr 2017-03-07 20:02:18.228445164 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9864-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.239002819 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/178/stdout 2017-03-07 20:02:18.232444997 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@jaimedelamo.eu.org>:
-personal <=?iso-8859-1?Q?Jos=3F_C=2E_Garc=EDa_Sogo?=>
-local-part <jose> domain <jaimedelamo.eu.org>

./address.at:756: exit code was 1, expected 0
178. address.at:756: 178. Address: =?iso-8859-1?Q?Jos=3F_C=2E_Garc=EDa_Sogo?= <***@jaimedelamo.eu.org> (address.at:756): FAILED (address.at:756)

# -*- compilation -*-
179. address.at:764: testing Address: =?iso-8859-1?Q?Mikko_H=E4nninen?= <***@dna.fi> ...
./address.at:764: addr '=?iso-8859-1?Q?Mikko_H=E4nninen?= <***@dna.fi>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/179/stderr 2017-03-07 20:02:18.252444157 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9893-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.263492879 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/179/stdout 2017-03-07 20:02:18.256443990 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@dna.fi>:
-personal <=?iso-8859-1?Q?Mikko_H=E4nninen?=>
-local-part <Mikko.Hanninen> domain <dna.fi>

./address.at:764: exit code was 1, expected 0
179. address.at:764: 179. Address: =?iso-8859-1?Q?Mikko_H=E4nninen?= <***@dna.fi> (address.at:764): FAILED (address.at:764)

# -*- compilation -*-
180. address.at:772: testing Address: =?iso-8859-1?Q?Mikko_H=E4nninen?= <***@iki.fi> ...
./address.at:772: addr '=?iso-8859-1?Q?Mikko_H=E4nninen?= <***@iki.fi>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/180/stderr 2017-03-07 20:02:18.280442983 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9922-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.288641035 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/180/stdout 2017-03-07 20:02:18.280442983 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@iki.fi>:
-personal <=?iso-8859-1?Q?Mikko_H=E4nninen?=>
-local-part <Mikko.Hanninen> domain <iki.fi>

./address.at:772: exit code was 1, expected 0
180. address.at:772: 180. Address: =?iso-8859-1?Q?Mikko_H=E4nninen?= <***@iki.fi> (address.at:772): FAILED (address.at:772)

# -*- compilation -*-
181. address.at:780: testing Address: =?iso-8859-1?Q?R=E9mi_Guyomarch?= <***@321.net> ...
./address.at:780: addr '=?iso-8859-1?Q?R=E9mi_Guyomarch?= <***@321.net>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/181/stderr 2017-03-07 20:02:18.304441976 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9951-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.313959240 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/181/stdout 2017-03-07 20:02:18.308441808 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@321.net>:
-personal <=?iso-8859-1?Q?R=E9mi_Guyomarch?=>
-local-part <rguyom> domain <321.net>

./address.at:780: exit code was 1, expected 0
181. address.at:780: 181. Address: =?iso-8859-1?Q?R=E9mi_Guyomarch?= <***@321.net> (address.at:780): FAILED (address.at:780)

# -*- compilation -*-
182. address.at:788: testing Address: =?iso-8859-1?Q?Ulf_M=F6ller?= <***@fitug.de> ...
./address.at:788: addr '=?iso-8859-1?Q?Ulf_M=F6ller?= <***@fitug.de>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/182/stderr 2017-03-07 20:02:18.332440801 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/9980-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.340147331 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/182/stdout 2017-03-07 20:02:18.332440801 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@fitug.de>:
-personal <=?iso-8859-1?Q?Ulf_M=F6ller?=>
-local-part <ulf> domain <fitug.de>

./address.at:788: exit code was 1, expected 0
182. address.at:788: 182. Address: =?iso-8859-1?Q?Ulf_M=F6ller?= <***@fitug.de> (address.at:788): FAILED (address.at:788)

# -*- compilation -*-
183. address.at:796: testing Address: ANDREW MARTIN <***@ee.ryerson.ca> ...
./address.at:796: addr 'ANDREW MARTIN <***@ee.ryerson.ca>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/183/stderr 2017-03-07 20:02:18.356439795 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10009-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.366075944 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/183/stdout 2017-03-07 20:02:18.360439626 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@ee.ryerson.ca>:
-personal <ANDREW MARTIN>
-local-part <amartin> domain <ee.ryerson.ca>

./address.at:796: exit code was 1, expected 0
183. address.at:796: 183. Address: ANDREW MARTIN <***@ee.ryerson.ca> (address.at:796): FAILED (address.at:796)

# -*- compilation -*-
184. address.at:804: testing Address: Abhay Ghaisas <***@sobolev.does-not-exist.org>, mutt-***@mutt.org ...
./address.at:804: addr 'Abhay Ghaisas <***@sobolev.does-not-exist.org>, mutt-***@mutt.org'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/184/stderr 2017-03-07 20:02:18.380438788 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10038-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.387870079 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/184/stdout 2017-03-07 20:02:18.380438788 +0330
@@ -1,7 +1 @@
-naddr: 2
-1. email <***@sobolev.does-not-exist.org>:
-personal <Abhay Ghaisas>
-local-part <abhay> domain <sobolev.does-not-exist.org>
-2. email <mutt-***@mutt.org>:
-local-part <mutt-dev> domain <mutt.org>

./address.at:804: exit code was 1, expected 0
184. address.at:804: 184. Address: Abhay Ghaisas <***@sobolev.does-not-exist.org>, mutt-***@mutt.org (address.at:804): FAILED (address.at:804)

# -*- compilation -*-
185. address.at:814: testing Address: Brian Salter-Duke <***@lacebark.ntu.edu.au> ...
./address.at:814: addr 'Brian Salter-Duke <***@lacebark.ntu.edu.au>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/185/stderr 2017-03-07 20:02:18.404437781 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10067-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.414369932 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/185/stdout 2017-03-07 20:02:18.408437612 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@lacebark.ntu.edu.au>:
-personal <Brian Salter-Duke>
-local-part <b_duke> domain <lacebark.ntu.edu.au>

./address.at:814: exit code was 1, expected 0
185. address.at:814: 185. Address: Brian Salter-Duke <***@lacebark.ntu.edu.au> (address.at:814): FAILED (address.at:814)

# -*- compilation -*-
186. address.at:822: testing Address: Catharine Shyong <***@t-iii.com> ...
./address.at:822: addr 'Catharine Shyong <***@t-iii.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/186/stderr 2017-03-07 20:02:18.432436606 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10096-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.442633763 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/186/stdout 2017-03-07 20:02:18.436436439 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@t-iii.com>:
-personal <Catharine Shyong>
-local-part <shyong> domain <t-iii.com>

./address.at:822: exit code was 1, expected 0
186. address.at:822: 186. Address: Catharine Shyong <***@t-iii.com> (address.at:822): FAILED (address.at:822)

# -*- compilation -*-
187. address.at:830: testing Address: DRUMS-Last-Call:; ...
./address.at:830: addr 'DRUMS-Last-Call:;'
--- - 2017-03-07 20:02:18.468593371 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/187/stderr 2017-03-07 20:02:18.460435432 +0330
@@ -1,2 +1,2 @@
-MU_ERR_EMPTY_ADDRESS
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10125-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
187. address.at:830: 187. Address: DRUMS-Last-Call:; (address.at:830): FAILED (address.at:830)

# -*- compilation -*-
188. address.at:836: testing Address: Detailed Revision/Update of Message Standards <***@cs.utk.edu> ...
./address.at:836: addr 'Detailed Revision/Update of Message Standards <***@cs.utk.edu>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/188/stderr 2017-03-07 20:02:18.484434425 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10153-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.491956946 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/188/stdout 2017-03-07 20:02:18.484434425 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@cs.utk.edu>:
-personal <Detailed Revision/Update of Message Standards>
-local-part <drums> domain <cs.utk.edu>

./address.at:836: exit code was 1, expected 0
188. address.at:836: 188. Address: Detailed Revision/Update of Message Standards <***@cs.utk.edu> (address.at:836): FAILED (address.at:836)

# -*- compilation -*-
189. address.at:844: testing Address: Eric Allman <eric+***@Sendmail.ORG> ...
./address.at:844: addr 'Eric Allman <eric+***@Sendmail.ORG>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/189/stderr 2017-03-07 20:02:18.508433418 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10182-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.517023050 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/189/stdout 2017-03-07 20:02:18.512433250 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <eric+***@Sendmail.ORG>:
-personal <Eric Allman>
-local-part <eric+ietf> domain <Sendmail.ORG>

./address.at:844: exit code was 1, expected 0
189. address.at:844: 189. Address: Eric Allman <eric+***@Sendmail.ORG> (address.at:844): FAILED (address.at:844)

# -*- compilation -*-
190. address.at:852: testing Address: Gary <***@e-c-s-uk.com> ...
./address.at:852: addr 'Gary <***@e-c-s-uk.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/190/stderr 2017-03-07 20:02:18.536432243 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10211-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.545857366 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/190/stdout 2017-03-07 20:02:18.540432076 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@e-c-s-uk.com>:
-personal <Gary>
-local-part <Gary> domain <e-c-s-uk.com>

./address.at:852: exit code was 1, expected 0
190. address.at:852: 190. Address: Gary <***@e-c-s-uk.com> (address.at:852): FAILED (address.at:852)

# -*- compilation -*-
191. address.at:860: testing Address: IETF working group on revision of mail standards <***@cs.utk.edu> ...
./address.at:860: addr 'IETF working group on revision of mail standards <***@cs.utk.edu>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/191/stderr 2017-03-07 20:02:18.564431069 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10240-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.574161269 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/191/stdout 2017-03-07 20:02:18.568430900 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@cs.utk.edu>:
-personal <IETF working group on revision of mail standards>
-local-part <drums> domain <cs.utk.edu>

./address.at:860: exit code was 1, expected 0
191. address.at:860: 191. Address: IETF working group on revision of mail standards <***@cs.utk.edu> (address.at:860): FAILED (address.at:860)

# -*- compilation -*-
192. address.at:868: testing Address: IETF-Announce:; ...
./address.at:868: addr 'IETF-Announce:;'
--- - 2017-03-07 20:02:18.600091790 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/192/stderr 2017-03-07 20:02:18.592429894 +0330
@@ -1,2 +1,2 @@
-MU_ERR_EMPTY_ADDRESS
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10269-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
192. address.at:868: 192. Address: IETF-Announce:; (address.at:868): FAILED (address.at:868)

# -*- compilation -*-
193. address.at:874: testing Address: IETF-Announce:;, ***@cs.utk.edu ...
./address.at:874: addr 'IETF-Announce:;, ***@cs.utk.edu'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/193/stderr 2017-03-07 20:02:18.616428887 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10297-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.626105952 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/193/stdout 2017-03-07 20:02:18.620428720 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@cs.utk.edu>:
-local-part <drums> domain <cs.utk.edu>

./address.at:874: exit code was 1, expected 0
193. address.at:874: 193. Address: IETF-Announce:;, ***@cs.utk.edu (address.at:874): FAILED (address.at:874)

# -*- compilation -*-
194. address.at:881: testing Address: Jean-Baptiste Marchand <Jean-***@epita.fr> ...
./address.at:881: addr 'Jean-Baptiste Marchand <Jean-***@epita.fr>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/194/stderr 2017-03-07 20:02:18.640427880 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10326-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.649986253 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/194/stdout 2017-03-07 20:02:18.644427713 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <Jean-***@epita.fr>:
-personal <Jean-Baptiste Marchand>
-local-part <Jean-Baptiste.Marchand> domain <epita.fr>

./address.at:881: exit code was 1, expected 0
194. address.at:881: 194. Address: Jean-Baptiste Marchand <Jean-***@epita.fr> (address.at:881): FAILED (address.at:881)

# -*- compilation -*-
195. address.at:889: testing Address: Jonathan Rozes <jrozes+***@vinton.com> ...
./address.at:889: addr 'Jonathan Rozes <jrozes+***@vinton.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/195/stderr 2017-03-07 20:02:18.668426706 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10355-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.676685122 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/195/stdout 2017-03-07 20:02:18.668426706 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <jrozes+***@vinton.com>:
-personal <Jonathan Rozes>
-local-part <jrozes+969649116.89117462> domain <vinton.com>

./address.at:889: exit code was 1, expected 0
195. address.at:889: 195. Address: Jonathan Rozes <jrozes+***@vinton.com> (address.at:889): FAILED (address.at:889)

# -*- compilation -*-
196. address.at:897: testing Address: Jose "C." Garcia Sogo<***@jaimedelamo.eu.org> ...
./address.at:897: addr 'Jose "C." Garcia Sogo<***@jaimedelamo.eu.org>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/196/stderr 2017-03-07 20:02:18.696425531 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10384-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.703485099 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/196/stdout 2017-03-07 20:02:18.696425531 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@jaimedelamo.eu.org>:
-personal <Jose C. Garcia Sogo>
-local-part <jose> domain <jaimedelamo.eu.org>

./address.at:897: exit code was 1, expected 0
196. address.at:897: 196. Address: Jose "C." Garcia Sogo<***@jaimedelamo.eu.org> (address.at:897): FAILED (address.at:897)

# -*- compilation -*-
197. address.at:905: testing Address: Marco d'Itri <***@Linux.IT> ...
./address.at:905: cat >input <<'_ATEOF'
Marco d'Itri <***@Linux.IT>
_ATEOF

addr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/197/stderr 2017-03-07 20:02:18.720424524 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10414-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.730252268 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/197/stdout 2017-03-07 20:02:18.724424356 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@Linux.IT>:
-personal <Marco d'Itri>
-local-part <md> domain <Linux.IT>

./address.at:905: exit code was 1, expected 0
197. address.at:905: 197. Address: Marco d'Itri <***@Linux.IT> (address.at:905): FAILED (address.at:905)

# -*- compilation -*-
198. address.at:913: testing Address: No_Reply-***@mapquest.com ...
./address.at:913: addr 'No_Reply-***@mapquest.com'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/198/stderr 2017-03-07 20:02:18.744423518 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10443-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.752510333 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/198/stdout 2017-03-07 20:02:18.744423518 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <No_Reply-***@mapquest.com>:
-local-part <No_Reply-To> domain <mapquest.com>

./address.at:913: exit code was 1, expected 0
198. address.at:913: 198. Address: No_Reply-***@mapquest.com (address.at:913): FAILED (address.at:913)

# -*- compilation -*-
199. address.at:920: testing Address: ***@rte.ie, ***@hotmail.com, boot ...
./address.at:920: addr '***@rte.ie, ***@hotmail.com, boot'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/199/stderr 2017-03-07 20:02:18.768422511 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10472-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.778487422 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/199/stdout 2017-03-07 20:02:18.772422342 +0330
@@ -1,8 +1 @@
-naddr: 3
-1. email <***@rte.ie>:
-local-part <OSULLIE> domain <rte.ie>
-2. email <***@hotmail.com>:
-local-part <skidswam> domain <hotmail.com>
-3. email <***@localhost>:
-local-part <boot> domain <localhost>

./address.at:920: exit code was 1, expected 0
199. address.at:920: 199. Address: ***@rte.ie, ***@hotmail.com, boot (address.at:920): FAILED (address.at:920)

# -*- compilation -*-
200. address.at:931: testing Address: Paul Hoffman / IMC <***@imc.org> ...
./address.at:931: addr 'Paul Hoffman / IMC <***@imc.org>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/200/stderr 2017-03-07 20:02:18.796421335 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10501-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.805674085 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/200/stdout 2017-03-07 20:02:18.800421168 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@imc.org>:
-personal <Paul Hoffman / IMC>
-local-part <phoffman> domain <imc.org>

./address.at:931: exit code was 1, expected 0
200. address.at:931: 200. Address: Paul Hoffman / IMC <***@imc.org> (address.at:931): FAILED (address.at:931)

# -*- compilation -*-
201. address.at:939: testing Address: Sam ...
./address.at:939: addr 'Sam'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/201/stderr 2017-03-07 20:02:18.828419993 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10530-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.838713517 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/201/stdout 2017-03-07 20:02:18.832419826 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@localhost>:
-local-part <Sam> domain <localhost>

./address.at:939: exit code was 1, expected 0
201. address.at:939: 201. Address: Sam (address.at:939): FAILED (address.at:939)

# -*- compilation -*-
202. address.at:946: testing Address: Sam Roberts <***@cogent.ca> ...
./address.at:946: addr 'Sam Roberts <***@cogent.ca>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/202/stderr 2017-03-07 20:02:18.856418819 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10559-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.865344292 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/202/stdout 2017-03-07 20:02:18.860418650 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@cogent.ca>:
-personal <Sam Roberts>
-local-part <sam> domain <cogent.ca>

./address.at:946: exit code was 1, expected 0
202. address.at:946: 202. Address: Sam Roberts <***@cogent.ca> (address.at:946): FAILED (address.at:946)

# -*- compilation -*-
203. address.at:954: testing Address: Sam_Roberts/Certicom%***@certicom.com ...
./address.at:954: addr 'Sam_Roberts/Certicom%***@certicom.com'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/203/stderr 2017-03-07 20:02:18.880417812 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10588-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.892808891 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/203/stdout 2017-03-07 20:02:18.884417644 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <Sam_Roberts/Certicom%***@certicom.com>:
-local-part <Sam_Roberts/Certicom%Certicom> domain <certicom.com>

./address.at:954: exit code was 1, expected 0
203. address.at:954: 203. Address: Sam_Roberts/Certicom%***@certicom.com (address.at:954): FAILED (address.at:954)

# -*- compilation -*-
204. address.at:961: testing Address: Thomas Roessler <***@does-not-exist.org>, ***@bugs.guug.de ...
./address.at:961: addr 'Thomas Roessler <***@does-not-exist.org>, ***@bugs.guug.de'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/204/stderr 2017-03-07 20:02:18.908416637 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10617-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.918301422 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/204/stdout 2017-03-07 20:02:18.912416470 +0330
@@ -1,7 +1 @@
-naddr: 2
-1. email <***@does-not-exist.org>:
-personal <Thomas Roessler>
-local-part <roessler> domain <does-not-exist.org>
-2. email <***@bugs.guug.de>:
-local-part <490> domain <bugs.guug.de>

./address.at:961: exit code was 1, expected 0
204. address.at:961: 204. Address: Thomas Roessler <***@does-not-exist.org>, ***@bugs.guug.de (address.at:961): FAILED (address.at:961)

# -*- compilation -*-
205. address.at:971: testing Address: Thomas Roessler <***@does-not-exist.org>, ***@gnupg.org ...
./address.at:971: addr 'Thomas Roessler <***@does-not-exist.org>, ***@gnupg.org'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/205/stderr 2017-03-07 20:02:18.932415630 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10646-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:18.942822574 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/205/stdout 2017-03-07 20:02:18.936415463 +0330
@@ -1,7 +1 @@
-naddr: 2
-1. email <***@does-not-exist.org>:
-personal <Thomas Roessler>
-local-part <roessler> domain <does-not-exist.org>
-2. email <***@gnupg.org>:
-local-part <g10> domain <gnupg.org>

./address.at:971: exit code was 1, expected 0
205. address.at:971: 205. Address: Thomas Roessler <***@does-not-exist.org>, ***@gnupg.org (address.at:971): FAILED (address.at:971)

# -*- compilation -*-
206. address.at:981: testing Address: ***@ip-12-22-50-150.hqglobal.net ...
./address.at:981: addr '***@ip-12-22-50-150.hqglobal.net'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/206/stderr 2017-03-07 20:02:19.000412777 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10675-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.008842460 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/206/stdout 2017-03-07 20:02:19.000412777 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@ip-12-22-50-150.hqglobal.net>:
-local-part <ddickey> domain <ip-12-22-50-150.hqglobal.net>

./address.at:981: exit code was 1, expected 0
206. address.at:981: 206. Address: ***@ip-12-22-50-150.hqglobal.net (address.at:981): FAILED (address.at:981)

# -*- compilation -*-
207. address.at:988: testing Address: ktb <***@home.com> ...
./address.at:988: addr 'ktb <***@home.com>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/207/stderr 2017-03-07 20:02:19.028411604 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10704-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.037878013 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/207/stdout 2017-03-07 20:02:19.032411435 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@home.com>:
-personal <ktb>
-local-part <x.y.f> domain <home.com>

./address.at:988: exit code was 1, expected 0
207. address.at:988: 207. Address: ktb <***@home.com> (address.at:988): FAILED (address.at:988)

# -*- compilation -*-
208. address.at:996: testing Address: ***@eudoramail.com, ***@usaid.gov, Kieran.O'***@anpost.ie ...
./address.at:996: cat >input <<'_ATEOF'
***@eudoramail.com, ***@usaid.gov, Kieran.O'***@anpost.ie
_ATEOF

addr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/208/stderr 2017-03-07 20:02:19.056410429 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10734-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.065781173 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/208/stdout 2017-03-07 20:02:19.060410262 +0330
@@ -1,8 +1 @@
-naddr: 3
-1. email <***@eudoramail.com>:
-local-part <mcaustin> domain <eudoramail.com>
-2. email <***@usaid.gov>:
-local-part <aposner> domain <usaid.gov>
-3. email <Kieran.O'***@anpost.ie>:
-local-part <Kieran.O'Leary> domain <anpost.ie>

./address.at:996: exit code was 1, expected 0
208. address.at:996: 208. Address: ***@eudoramail.com, ***@usaid.gov, Kieran.O'***@anpost.ie (address.at:996): FAILED (address.at:996)

# -*- compilation -*-
209. address.at:1007: testing Address: ***@wks.uts.ohio-state.eduofflinemailer-***@dikke.penguin.nl ...
./address.at:1007: addr '***@wks.uts.ohio-state.eduofflinemailer-***@dikke.penguin.nl'
--- - 2017-03-07 20:02:19.090850545 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/209/stderr 2017-03-07 20:02:19.084409256 +0330
@@ -1,2 +1,2 @@
-MU_ERR_INVALID_EMAIL
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10763-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
209. address.at:1007: 209. Address: ***@wks.uts.ohio-state.eduofflinemailer-***@dikke.penguin.nl (address.at:1007): FAILED (address.at:1007)

# -*- compilation -*-
210. address.at:1013: testing Address: root ...
./address.at:1013: addr 'root'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/210/stderr 2017-03-07 20:02:19.104408417 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10791-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.114715491 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/210/stdout 2017-03-07 20:02:19.108408250 +0330
@@ -1,4 +1 @@
-naddr: 1
-1. email <***@localhost>:
-local-part <root> domain <localhost>

./address.at:1013: exit code was 1, expected 0
210. address.at:1013: 210. Address: root (address.at:1013): FAILED (address.at:1013)

# -*- compilation -*-
211. address.at:1020: testing Address: whom it may concern: ;;whom.it.may.concern: ; ...
./address.at:1020: addr 'whom it may concern: ;;whom.it.may.concern: ;'
--- - 2017-03-07 20:02:19.136038975 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/211/stderr 2017-03-07 20:02:19.128407411 +0330
@@ -1,2 +1,2 @@
-MU_ERR_INVALID_EMAIL
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10820-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
211. address.at:1020: 211. Address: whom it may concern: ;;whom.it.may.concern: ; (address.at:1020): FAILED (address.at:1020)

# -*- compilation -*-
212. address.at:1026: testing Address: whom it may concern: mutt-***@mutt.org, mutt-***@mutt.org; ...
./address.at:1026: addr 'whom it may concern: mutt-***@mutt.org, mutt-***@mutt.org;'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/212/stderr 2017-03-07 20:02:19.156406236 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10848-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.164378273 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/212/stdout 2017-03-07 20:02:19.156406236 +0330
@@ -1,6 +1 @@
-naddr: 2
-1. email <mutt-***@mutt.org>:
-local-part <mutt-dev> domain <mutt.org>
-2. email <mutt-***@mutt.org>:
-local-part <mutt-users> domain <mutt.org>

./address.at:1026: exit code was 1, expected 0
212. address.at:1026: 212. Address: whom it may concern: mutt-***@mutt.org, mutt-***@mutt.org; (address.at:1026): FAILED (address.at:1026)

# -*- compilation -*-
213. address.at:1035: testing Address: Sergey V. Poznyakoff <***@gnu.org> ...
./address.at:1035: addr 'Sergey V. Poznyakoff <***@gnu.org>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/213/stderr 2017-03-07 20:02:19.180405230 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10877-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.190056791 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/213/stdout 2017-03-07 20:02:19.184405063 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@gnu.org>:
-personal <Sergey V. Poznyakoff>
-local-part <gray> domain <gnu.org>

./address.at:1035: exit code was 1, expected 0
213. address.at:1035: 213. Address: Sergey V. Poznyakoff <***@gnu.org> (address.at:1035): FAILED (address.at:1035)

# -*- compilation -*-
214. address.at:1043: testing Address: P. D. Q. Bach <***@somewhere.org> ...
./address.at:1043: addr 'P. D. Q. Bach <***@somewhere.org>'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/214/stderr 2017-03-07 20:02:19.208404057 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10906-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.217466470 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/214/stdout 2017-03-07 20:02:19.212403888 +0330
@@ -1,5 +1 @@
-naddr: 1
-1. email <***@somewhere.org>:
-personal <P. D. Q. Bach>
-local-part <bach> domain <somewhere.org>

./address.at:1043: exit code was 1, expected 0
214. address.at:1043: 214. Address: P. D. Q. Bach <***@somewhere.org> (address.at:1043): FAILED (address.at:1043)

# -*- compilation -*-
215. address.at:1051: testing Address: "A bad quote\" <***@localhost> ...
./address.at:1051: addr '"A bad quote\" <***@localhost>'
--- - 2017-03-07 20:02:19.239807033 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/215/stderr 2017-03-07 20:02:19.232403051 +0330
@@ -1,2 +1,2 @@
-MU_ERR_INVALID_EMAIL
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10935-lt-addr: Permission denied
+collect2: error: ld returned 1 exit statusn
215. address.at:1051: 215. Address: "A bad quote\" <***@localhost> (address.at:1051): FAILED (address.at:1051)

# -*- compilation -*-
216. wordsplit.at:37: testing Wordsplit: simple input ...
./wordsplit.at:37:
cat >input <<'_ATEOF'
1 2 3
_ATEOF

wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/216/stderr 2017-03-07 20:02:19.260401876 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10964-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.267372423 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/216/stdout 2017-03-07 20:02:19.260401876 +0330
@@ -1,5 +1 @@
-NF: 3
-0: 1
-1: 2
-2: 3

./wordsplit.at:37: exit code was 1, expected 0
216. wordsplit.at:37: 216. Wordsplit: simple input (wordsplit.at:37): FAILED (wordsplit.at:37)

# -*- compilation -*-
217. wordsplit.at:45: testing Wordsplit: quoted space ...
./wordsplit.at:45:
cat >input <<'_ATEOF'
quoted\ space
_ATEOF

wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/217/stderr 2017-03-07 20:02:19.304400031 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/10994-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.314699191 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/217/stdout 2017-03-07 20:02:19.308399864 +0330
@@ -1,3 +1 @@
-NF: 1
-0: "quoted space"

./wordsplit.at:45: exit code was 1, expected 0
217. wordsplit.at:45: 217. Wordsplit: quoted space (wordsplit.at:45): FAILED (wordsplit.at:45)

# -*- compilation -*-
218. wordsplit.at:51: testing Wordsplit: tab character ...
./wordsplit.at:51:
cat >input <<'_ATEOF'
a "tab character"
_ATEOF

wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/218/stderr 2017-03-07 20:02:19.328399025 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11024-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.339852535 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/218/stdout 2017-03-07 20:02:19.332398858 +0330
@@ -1,4 +1 @@
-NF: 2
-0: a
-1: tab\tcharacter

./wordsplit.at:51: exit code was 1, expected 0
218. wordsplit.at:51: 218. Wordsplit: tab character (wordsplit.at:51): FAILED (wordsplit.at:51)

# -*- compilation -*-
219. wordsplit.at:58: testing Wordsplit: octal and hex escapes ...
./wordsplit.at:58:
cat >input <<'_ATEOF'
\157\143\164\141\154\40and\x20\x68\x65\x78
_ATEOF

wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/219/stderr 2017-03-07 20:02:19.356397852 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11054-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.366038552 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/219/stdout 2017-03-07 20:02:19.360397683 +0330
@@ -1,3 +1 @@
-NF: 1
-0: "octal and hex"

./wordsplit.at:58: exit code was 1, expected 0
219. wordsplit.at:58: 219. Wordsplit: octal and hex escapes (wordsplit.at:58): FAILED (wordsplit.at:58)

# -*- compilation -*-
220. wordsplit.at:64: testing Wordsplit: octal and hex escapes 2 ...
./wordsplit.at:64:
cat >input <<'_ATEOF'
\157\143\164\141\154\40 and \x20\x68\x65\x78
_ATEOF

wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/220/stderr 2017-03-07 20:02:19.384396677 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11084-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.394810433 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/220/stdout 2017-03-07 20:02:19.388396510 +0330
@@ -1,5 +1 @@
-NF: 3
-0: "octal "
-1: and
-2: " hex"

./wordsplit.at:64: exit code was 1, expected 0
220. wordsplit.at:64: 220. Wordsplit: octal and hex escapes 2 (wordsplit.at:64): FAILED (wordsplit.at:64)

# -*- compilation -*-
221. wordsplit.at:72: testing Wordsplit: escape representation ...
./wordsplit.at:72:
cat >input <<'_ATEOF'
A\x3-\48\39
_ATEOF

wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/221/stderr 2017-03-07 20:02:19.412395504 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11114-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.422050513 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/221/stdout 2017-03-07 20:02:19.416395335 +0330
@@ -1,3 +1 @@
-NF: 1
-0: A\003-\0048\0039

./wordsplit.at:72: exit code was 1, expected 0
221. wordsplit.at:72: 221. Wordsplit: escape representation (wordsplit.at:72): FAILED (wordsplit.at:72)

# -*- compilation -*-
222. wordsplit.at:81: testing Wordsplit: append ...
./wordsplit.at:81:
cat >input <<'_ATEOF'
jeden dwa trzy
cztery
piec szesc
_ATEOF

wsp append < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/222/stderr 2017-03-07 20:02:19.436394496 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11144-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.448299314 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/222/stdout 2017-03-07 20:02:19.440394329 +0330
@@ -1,17 +1 @@
-NF: 3
-0: jeden
-1: dwa
-2: trzy
-NF: 4
-0: jeden
-1: dwa
-2: trzy
-3: cztery
-NF: 6
-0: jeden
-1: dwa
-2: trzy
-3: cztery
-4: piec
-5: szesc

./wordsplit.at:81: exit code was 1, expected 0
222. wordsplit.at:81: 222. Wordsplit: append (wordsplit.at:81): FAILED (wordsplit.at:81)

# -*- compilation -*-
223. wordsplit.at:103: testing Wordsplit: dooffs ...
./wordsplit.at:103:
cat >input <<'_ATEOF'
cztery piec
_ATEOF

wsp dooffs 3 jeden dwa trzy < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/223/stderr 2017-03-07 20:02:19.464393323 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11174-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.475945940 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/223/stdout 2017-03-07 20:02:19.468393156 +0330
@@ -1,7 +1 @@
-NF: 2 (3)
-(0): jeden
-(1): dwa
-(2): trzy
-3: cztery
-4: piec

./wordsplit.at:103: exit code was 1, expected 0
223. wordsplit.at:103: 223. Wordsplit: dooffs (wordsplit.at:103): FAILED (wordsplit.at:103)

# -*- compilation -*-
224. wordsplit.at:113: testing Wordsplit: variable substitutions: single var ...
./wordsplit.at:113:
cat >input <<'_ATEOF'
a $FOO test
_ATEOF

FOO=bar wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/224/stderr 2017-03-07 20:02:19.492392148 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11204-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.500353694 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/224/stdout 2017-03-07 20:02:19.492392148 +0330
@@ -1,5 +1 @@
-NF: 3
-0: a
-1: bar
-2: test

./wordsplit.at:113: exit code was 1, expected 0
224. wordsplit.at:113: 224. Wordsplit: variable substitutions: single var (wordsplit.at:113): FAILED (wordsplit.at:113)

# -*- compilation -*-
225. wordsplit.at:123: testing Wordsplit: variable substitutions: concatenated vars ...
./wordsplit.at:123:
cat >input <<'_ATEOF'
a $FOO${BAR}ent test
_ATEOF

FOO=str BAR=ing wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/225/stderr 2017-03-07 20:02:19.520390975 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11234-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.526806012 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/225/stdout 2017-03-07 20:02:19.520390975 +0330
@@ -1,5 +1 @@
-NF: 3
-0: a
-1: stringent
-2: test

./wordsplit.at:123: exit code was 1, expected 0
225. wordsplit.at:123: 225. Wordsplit: variable substitutions: concatenated vars (wordsplit.at:123): FAILED (wordsplit.at:123)

# -*- compilation -*-
226. wordsplit.at:133: testing Wordsplit: variable substitutions: field splitting ...
./wordsplit.at:133:
cat >input <<'_ATEOF'
a $FOO test
_ATEOF

FOO="variable substitution" wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/226/stderr 2017-03-07 20:02:19.548389801 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11264-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.555048885 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/226/stdout 2017-03-07 20:02:19.548389801 +0330
@@ -1,6 +1 @@
-NF: 4
-0: a
-1: variable
-2: substitution
-3: test

./wordsplit.at:133: exit code was 1, expected 0
226. wordsplit.at:133: 226. Wordsplit: variable substitutions: field splitting (wordsplit.at:133): FAILED (wordsplit.at:133)

# -*- compilation -*-
227. wordsplit.at:144: testing Wordsplit: variable substitutions: double-quoted variable ...
./wordsplit.at:144:
cat >input <<'_ATEOF'
a "$FOO" test
_ATEOF

FOO="variable substitution" wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/227/stderr 2017-03-07 20:02:19.576388627 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11294-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.583733890 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/227/stdout 2017-03-07 20:02:19.576388627 +0330
@@ -1,5 +1 @@
-NF: 3
-0: a
-1: "variable substitution"
-2: test

./wordsplit.at:144: exit code was 1, expected 0
227. wordsplit.at:144: 227. Wordsplit: variable substitutions: double-quoted variable (wordsplit.at:144): FAILED (wordsplit.at:144)

# -*- compilation -*-
228. wordsplit.at:154: testing Wordsplit: variable substitutions: single-quoted variable ...
./wordsplit.at:154:
cat >input <<'_ATEOF'
a '$FOO' test
_ATEOF

FOO="variable substitution" wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/228/stderr 2017-03-07 20:02:19.600387621 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11324-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.611618515 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/228/stdout 2017-03-07 20:02:19.604387453 +0330
@@ -1,5 +1 @@
-NF: 3
-0: a
-1: $FOO
-2: test

./wordsplit.at:154: exit code was 1, expected 0
228. wordsplit.at:154: 228. Wordsplit: variable substitutions: single-quoted variable (wordsplit.at:154): FAILED (wordsplit.at:154)

# -*- compilation -*-
229. wordsplit.at:164: testing Wordsplit: undefined variables 1 ...
./wordsplit.at:164:
cat >input <<'_ATEOF'
a $FOO test a${FOO}b
_ATEOF

unset FOO; wsp < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/229/stderr 2017-03-07 20:02:19.624386615 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11354-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.635478761 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/229/stdout 2017-03-07 20:02:19.628386446 +0330
@@ -1,5 +1 @@
-NF: 3
-0: a
-1: test
-2: ab

./wordsplit.at:164: exit code was 1, expected 0
229. wordsplit.at:164: 229. Wordsplit: undefined variables 1 (wordsplit.at:164): FAILED (wordsplit.at:164)

# -*- compilation -*-
230. wordsplit.at:174: testing Wordsplit: undefined variables 2 ...
./wordsplit.at:174:
cat >input <<'_ATEOF'
a $FOO test a${FOO}b
_ATEOF

unset FOO; wsp keepundef < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/230/stderr 2017-03-07 20:02:19.652385440 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11384-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.660884324 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/230/stdout 2017-03-07 20:02:19.656385273 +0330
@@ -1,6 +1 @@
-NF: 4
-0: a
-1: $FOO
-2: test
-3: a${FOO}b

./wordsplit.at:174: exit code was 1, expected 0
230. wordsplit.at:174: 230. Wordsplit: undefined variables 2 (wordsplit.at:174): FAILED (wordsplit.at:174)

# -*- compilation -*-
231. wordsplit.at:185: testing Wordsplit: warn about undefined variables ...
./wordsplit.at:185:
cat >input <<'_ATEOF'
$FOO
_ATEOF

unset FOO; wsp warnundef < input
--- - 2017-03-07 20:02:19.688090997 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/231/stderr 2017-03-07 20:02:19.680384266 +0330
@@ -1,2 +1,2 @@
-warning: undefined variable `FOO'
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11414-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
--- - 2017-03-07 20:02:19.689105472 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/231/stdout 2017-03-07 20:02:19.684384099 +0330
@@ -1,2 +1 @@
-NF: 0

./wordsplit.at:185: exit code was 1, expected 0
231. wordsplit.at:185: 231. Wordsplit: warn about undefined variables (wordsplit.at:185): FAILED (wordsplit.at:185)

# -*- compilation -*-
232. wordsplit.at:193: testing Wordsplit: bail out on undefined variables ...
./wordsplit.at:193:
cat >input <<'_ATEOF'
$FOO
_ATEOF

unset FOO; wsp undef < input
--- - 2017-03-07 20:02:19.717131056 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/232/stderr 2017-03-07 20:02:19.712382925 +0330
@@ -1,2 +1,2 @@
-undefined variable
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11445-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
./wordsplit.at:193: exit code was 1, expected 0
232. wordsplit.at:193: 232. Wordsplit: bail out on undefined variables (wordsplit.at:193): FAILED (wordsplit.at:193)

# -*- compilation -*-
233. wordsplit.at:200: testing Wordsplit: disable variable expansion ...
./wordsplit.at:200:
cat >input <<'_ATEOF'
$FOO
_ATEOF

FOO=bar wsp novar < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/233/stderr 2017-03-07 20:02:19.736381918 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11474-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.744837046 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/233/stdout 2017-03-07 20:02:19.740381751 +0330
@@ -1,3 +1 @@
-NF: 1
-0: $FOO

./wordsplit.at:200: exit code was 1, expected 0
233. wordsplit.at:200: 233. Wordsplit: disable variable expansion (wordsplit.at:200): FAILED (wordsplit.at:200)

# -*- compilation -*-
234. wordsplit.at:208: testing Wordsplit: K/V environment ...
./wordsplit.at:208:
cat >input <<'_ATEOF'
$FOO a$BAZ
_ATEOF

FOO=bar BAZ=qux wsp env_kv < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/234/stderr 2017-03-07 20:02:19.760380913 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11504-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.771986157 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/234/stdout 2017-03-07 20:02:19.764380744 +0330
@@ -1,4 +1 @@
-NF: 2
-0: bar
-1: aqux

./wordsplit.at:208: exit code was 1, expected 0
234. wordsplit.at:208: 234. Wordsplit: K/V environment (wordsplit.at:208): FAILED (wordsplit.at:208)

# -*- compilation -*-
235. wordsplit.at:217: testing Wordsplit: nosplit with expansion ...
./wordsplit.at:217:
cat >input <<'_ATEOF'
a $FOO test
_ATEOF

FOO="variable expansion" wsp nosplit < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/235/stderr 2017-03-07 20:02:19.788379738 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11534-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.799019509 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/235/stdout 2017-03-07 20:02:19.792379570 +0330
@@ -1,3 +1 @@
-NF: 1
-0: "a variable expansion test\n"

./wordsplit.at:217: exit code was 1, expected 0
235. wordsplit.at:217: 235. Wordsplit: nosplit with expansion (wordsplit.at:217): FAILED (wordsplit.at:217)

# -*- compilation -*-
236. wordsplit.at:225: testing Wordsplit: nosplit without expansion ...
./wordsplit.at:225:
cat >input <<'_ATEOF'
a $FOO test
_ATEOF

FOO="variable expansion" wsp nosplit novar < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/236/stderr 2017-03-07 20:02:19.820378396 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11564-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.827602097 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/236/stdout 2017-03-07 20:02:19.820378396 +0330
@@ -1,3 +1 @@
-NF: 1
-0: "a $FOO test\n"

./wordsplit.at:225: exit code was 1, expected 0
236. wordsplit.at:225: 236. Wordsplit: nosplit without expansion (wordsplit.at:225): FAILED (wordsplit.at:225)

# -*- compilation -*-
237. wordsplit.at:233: testing Wordsplit: ignore quotes ...
./wordsplit.at:233:
cat >input <<'_ATEOF'
"a text"
_ATEOF

wsp -quote < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/237/stderr 2017-03-07 20:02:19.848377222 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11594-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.857729858 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/237/stdout 2017-03-07 20:02:19.852377056 +0330
@@ -1,4 +1 @@
-NF: 2
-0: "\"a"
-1: "text\""

./wordsplit.at:233: exit code was 1, expected 0
237. wordsplit.at:233: 237. Wordsplit: ignore quotes (wordsplit.at:233): FAILED (wordsplit.at:233)

# -*- compilation -*-
238. wordsplit.at:240: testing Wordsplit: custom delimiters (squeeze) ...
./wordsplit.at:240:
cat >input <<'_ATEOF'
semicolon: separated::list: of :words
_ATEOF

wsp delim : -ws trimnl < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/238/stderr 2017-03-07 20:02:19.880375881 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11624-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.888514643 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/238/stdout 2017-03-07 20:02:19.880375881 +0330
@@ -1,7 +1 @@
-NF: 5
-0: semicolon
-1: " separated"
-2: list
-3: " of "
-4: words

./wordsplit.at:240: exit code was 1, expected 0
238. wordsplit.at:240: 238. Wordsplit: custom delimiters (squeeze) (wordsplit.at:240): FAILED (wordsplit.at:240)

# -*- compilation -*-
239. wordsplit.at:250: testing Wordsplit: custom delimiters (no squeeze) ...
./wordsplit.at:250:
cat >input <<'_ATEOF'
semicolon: separated::list: of :words
_ATEOF

wsp delim : -ws -squeeze_delims trimnl < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/239/stderr 2017-03-07 20:02:19.912374539 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11654-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.920363918 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/239/stdout 2017-03-07 20:02:19.912374539 +0330
@@ -1,8 +1 @@
-NF: 6
-0: semicolon
-1: " separated"
-2: ""
-3: list
-4: " of "
-5: words

./wordsplit.at:250: exit code was 1, expected 0
239. wordsplit.at:250: 239. Wordsplit: custom delimiters (no squeeze) (wordsplit.at:250): FAILED (wordsplit.at:250)

# -*- compilation -*-
240. wordsplit.at:261: testing Wordsplit: custom, with returned delimiters ...
./wordsplit.at:261:
cat >input <<'_ATEOF'
semicolon: separated::list: of :words
_ATEOF

wsp delim : -ws trimnl return_delims < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/240/stderr 2017-03-07 20:02:19.944373197 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11684-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.951080294 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/240/stdout 2017-03-07 20:02:19.944373197 +0330
@@ -1,11 +1 @@
-NF: 9
-0: semicolon
-1: :
-2: " separated"
-3: :
-4: list
-5: :
-6: " of "
-7: :
-8: words

./wordsplit.at:261: exit code was 1, expected 0
240. wordsplit.at:261: 240. Wordsplit: custom, with returned delimiters (wordsplit.at:261): FAILED (wordsplit.at:261)

# -*- compilation -*-
241. wordsplit.at:275: testing Wordsplit: custom, with returned & squeezed delimiters ...
./wordsplit.at:275:
cat >input <<'_ATEOF'
semicolon: separated::list: of :words
_ATEOF

wsp delim : -ws trimnl return_delims -squeeze_delims < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/241/stderr 2017-03-07 20:02:19.976371856 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11714-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:19.986470448 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/241/stdout 2017-03-07 20:02:19.980371688 +0330
@@ -1,12 +1 @@
-NF: 10
-0: semicolon
-1: :
-2: " separated"
-3: :
-4: :
-5: list
-6: :
-7: " of "
-8: :
-9: words

./wordsplit.at:275: exit code was 1, expected 0
241. wordsplit.at:275: 241. Wordsplit: custom, with returned & squeezed delimiters (wordsplit.at:275): FAILED (wordsplit.at:275)

# -*- compilation -*-
242. wordsplit.at:290: testing Wordsplit: sed expressions ...
./wordsplit.at:290:
cat >input <<'_ATEOF'
arg1 s/foo/bar/g;s/bar baz/quz quux/ arg2
_ATEOF

wsp sed < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/242/stderr 2017-03-07 20:02:20.016370180 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11744-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.023727831 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/242/stdout 2017-03-07 20:02:20.016370180 +0330
@@ -1,5 +1 @@
-NF: 3
-0: arg1
-1: "s/foo/bar/g;s/bar baz/quz quux/"
-2: arg2

./wordsplit.at:290: exit code was 1, expected 0
242. wordsplit.at:290: 242. Wordsplit: sed expressions (wordsplit.at:290): FAILED (wordsplit.at:290)

# -*- compilation -*-
243. wordsplit.at:298: testing Wordsplit: C escapes on ...
./wordsplit.at:298:
cat >input <<'_ATEOF'
a\ttab form\ffeed and new\nline
_ATEOF

wsp cescapes < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/243/stderr 2017-03-07 20:02:20.044369005 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11774-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.053574099 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/243/stdout 2017-03-07 20:02:20.048368838 +0330
@@ -1,6 +1 @@
-NF: 4
-0: a\ttab
-1: form\ffeed
-2: and
-3: new\nline

./wordsplit.at:298: exit code was 1, expected 0
243. wordsplit.at:298: 243. Wordsplit: C escapes on (wordsplit.at:298): FAILED (wordsplit.at:298)

# -*- compilation -*-
244. wordsplit.at:307: testing Wordsplit: C escapes off ...
./wordsplit.at:307:
cat >input <<'_ATEOF'
a\ttab form\ffeed and new\nline
_ATEOF

wsp -cescapes < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/244/stderr 2017-03-07 20:02:20.076367664 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11804-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.082880727 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/244/stdout 2017-03-07 20:02:20.076367664 +0330
@@ -1,6 +1 @@
-NF: 4
-0: attab
-1: formffeed
-2: and
-3: newnline

./wordsplit.at:307: exit code was 1, expected 0
244. wordsplit.at:307: 244. Wordsplit: C escapes off (wordsplit.at:307): FAILED (wordsplit.at:307)

# -*- compilation -*-
245. wordsplit.at:316: testing Wordsplit: ws elimination ...
./wordsplit.at:316:
cat >input <<'_ATEOF'
( list items )
_ATEOF

wsp delim ' ()' ws return_delims < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/245/stderr 2017-03-07 20:02:20.100366659 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11834-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.109979163 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/245/stdout 2017-03-07 20:02:20.104366491 +0330
@@ -1,6 +1 @@
-NF: 4
-0: (
-1: list
-2: items
-3: )

./wordsplit.at:316: exit code was 1, expected 0
245. wordsplit.at:316: 245. Wordsplit: ws elimination (wordsplit.at:316): FAILED (wordsplit.at:316)

# -*- compilation -*-
246. wordsplit.at:325: testing Wordsplit: empty quotes ...
./wordsplit.at:325:
cat >input <<'_ATEOF'
t=""
_ATEOF

wsp delim : ws return_delims < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/246/stderr 2017-03-07 20:02:20.128365486 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11864-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.138808798 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/246/stdout 2017-03-07 20:02:20.132365319 +0330
@@ -1,3 +1 @@
-NF: 1
-0: t=

./wordsplit.at:325: exit code was 1, expected 0
246. wordsplit.at:325: 246. Wordsplit: empty quotes (wordsplit.at:325): FAILED (wordsplit.at:325)

# -*- compilation -*-
247. wordsplit.at:331: testing Wordsplit: delimiter following empty quotes ...
./wordsplit.at:331:
cat >input <<'_ATEOF'
t="":r
_ATEOF

wsp delim : ws return_delims < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/247/stderr 2017-03-07 20:02:20.156364312 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11894-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.166524554 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/247/stdout 2017-03-07 20:02:20.160364145 +0330
@@ -1,5 +1 @@
-NF: 3
-0: t=
-1: :
-2: r

./wordsplit.at:331: exit code was 1, expected 0
247. wordsplit.at:331: 247. Wordsplit: delimiter following empty quotes (wordsplit.at:331): FAILED (wordsplit.at:331)

# -*- compilation -*-
248. wordsplit.at:339: testing Wordsplit: suppress ws trimming within quotes ...
./wordsplit.at:339:
cat >input <<'_ATEOF'
nocomponent,nonewline, formatfield="In message %{text}, "
_ATEOF

wsp default delim , ws return_delims < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/248/stderr 2017-03-07 20:02:20.204362301 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11924-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.213683055 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/248/stdout 2017-03-07 20:02:20.208362134 +0330
@@ -1,7 +1 @@
-NF: 5
-0: nocomponent
-1: ,
-2: nonewline
-3: ,
-4: "formatfield=In message %{text}, "

./wordsplit.at:339: exit code was 1, expected 0
248. wordsplit.at:339: 248. Wordsplit: suppress ws trimming within quotes (wordsplit.at:339): FAILED (wordsplit.at:339)

# -*- compilation -*-
249. wordsplit.at:350: testing Wordsplit: unescape ...
./wordsplit.at:350:
cat >input <<'_ATEOF'
\Seen "quote \"" "bs \\"
_ATEOF

wsp -default novar nocmd quote escape :+:'\\""' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/249/stderr 2017-03-07 20:02:20.232361127 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11954-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.240504656 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/249/stdout 2017-03-07 20:02:20.232361127 +0330
@@ -1,5 +1 @@
-NF: 3
-0: \\Seen
-1: "quote \""
-2: "bs \\"

./wordsplit.at:350: exit code was 1, expected 0
249. wordsplit.at:350: 249. Wordsplit: unescape (wordsplit.at:350): FAILED (wordsplit.at:350)

# -*- compilation -*-
250. wordsplit.at:358: testing Wordsplit: dquote ...
./wordsplit.at:358:
cat >input <<'_ATEOF'
a "quoted example" isn't it
_ATEOF

wsp -default novar nocmd dquote < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/250/stderr 2017-03-07 20:02:20.256360122 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/11984-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.267637566 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/250/stdout 2017-03-07 20:02:20.260359954 +0330
@@ -1,6 +1 @@
-NF: 4
-0: a
-1: "quoted example"
-2: isn't
-3: it

./wordsplit.at:358: exit code was 1, expected 0
250. wordsplit.at:358: 250. Wordsplit: dquote (wordsplit.at:358): FAILED (wordsplit.at:358)

# -*- compilation -*-
251. wordsplit.at:367: testing Wordsplit: squote ...
./wordsplit.at:367:
cat >input <<'_ATEOF'
a 'quoted example' isn"t it
_ATEOF

wsp -default novar nocmd squote < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/251/stderr 2017-03-07 20:02:20.288358782 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12014-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.295785895 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/251/stdout 2017-03-07 20:02:20.288358782 +0330
@@ -1,6 +1 @@
-NF: 4
-0: a
-1: "quoted example"
-2: "isn\"t"
-3: it

./wordsplit.at:367: exit code was 1, expected 0
251. wordsplit.at:367: 251. Wordsplit: squote (wordsplit.at:367): FAILED (wordsplit.at:367)

# -*- compilation -*-
252. wordsplit.at:376: testing Wordsplit: incremental ...
./wordsplit.at:376:
cat >input <<'_ATEOF'
incremental "input test" line



_ATEOF

wsp incremental < input
--- - 2017-03-07 20:02:20.320882015 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/252/stderr 2017-03-07 20:02:20.316357607 +0330
@@ -1,2 +1,2 @@
-input exhausted
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12044-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
--- - 2017-03-07 20:02:20.321755729 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/252/stdout 2017-03-07 20:02:20.316357607 +0330
@@ -1,7 +1 @@
-NF: 1
-0: incremental
-NF: 1
-0: "input test"
-NF: 1
-0: line

./wordsplit.at:376: exit code was 1, expected 0
252. wordsplit.at:376: 252. Wordsplit: incremental (wordsplit.at:376): FAILED (wordsplit.at:376)

# -*- compilation -*-
253. wordsplit.at:391: testing Wordsplit: incremental append ...
./wordsplit.at:391:
cat >input <<'_ATEOF'
incremental "input test" line



_ATEOF

wsp incremental append < input
--- - 2017-03-07 20:02:20.346553894 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/253/stderr 2017-03-07 20:02:20.340356602 +0330
@@ -1,2 +1,2 @@
-input exhausted
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12075-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
--- - 2017-03-07 20:02:20.347333747 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/253/stdout 2017-03-07 20:02:20.340356602 +0330
@@ -1,10 +1 @@
-NF: 1
-0: incremental
-NF: 2
-0: incremental
-1: "input test"
-NF: 3
-0: incremental
-1: "input test"
-2: line

./wordsplit.at:391: exit code was 1, expected 0
253. wordsplit.at:391: 253. Wordsplit: incremental append (wordsplit.at:391): FAILED (wordsplit.at:391)

# -*- compilation -*-
254. wordsplit.at:409: testing Wordsplit: incremental ws ...
./wordsplit.at:409:
cat >input <<'_ATEOF'
a list test



_ATEOF

wsp return_delims -squeeze_delims incremental ws < input
--- - 2017-03-07 20:02:20.374154406 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/254/stderr 2017-03-07 20:02:20.368355429 +0330
@@ -1,2 +1,2 @@
-input exhausted
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12106-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
--- - 2017-03-07 20:02:20.375069824 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/254/stdout 2017-03-07 20:02:20.368355429 +0330
@@ -1,7 +1 @@
-NF: 1
-0: a
-NF: 1
-0: list
-NF: 1
-0: test

./wordsplit.at:409: exit code was 1, expected 0
254. wordsplit.at:409: 254. Wordsplit: incremental ws (wordsplit.at:409): FAILED (wordsplit.at:409)

# -*- compilation -*-
255. wordsplit.at:426: testing simple command substitution ...
./wordsplit.at:428:
mkdir dir
dir/file
wsp -nocmd <<'EOT'
begin $(find dir) end
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/255/stderr 2017-03-07 20:02:20.392354423 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12137-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.401850908 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/255/stdout 2017-03-07 20:02:20.396354255 +0330
@@ -1,6 +1 @@
-NF: 4
-0: begin
-1: dir
-2: dir/file
-3: end

./wordsplit.at:428: exit code was 1, expected 0
255. wordsplit.at:426: 255. simple command substitution (wordsplit.at:426): FAILED (wordsplit.at:428)

# -*- compilation -*-
256. wordsplit.at:445: testing quoted command substitution ...
./wordsplit.at:447:
mkdir dir
dir/file
wsp -nocmd <<'EOT'
begin "$(find dir)" end
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/256/stderr 2017-03-07 20:02:20.416353417 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12167-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.423809960 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/256/stdout 2017-03-07 20:02:20.416353417 +0330
@@ -1,5 +1 @@
-NF: 3
-0: begin
-1: "dir dir/file"
-2: end

./wordsplit.at:447: exit code was 1, expected 0
256. wordsplit.at:445: 256. quoted command substitution (wordsplit.at:445): FAILED (wordsplit.at:447)

# -*- compilation -*-
257. wordsplit.at:463: testing coalesced command substitution ...
./wordsplit.at:465:
mkdir dir
dir/file
wsp -nocmd <<'EOT'
begin($(find dir))end
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/257/stderr 2017-03-07 20:02:20.444352245 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12197-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.451558903 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/257/stdout 2017-03-07 20:02:20.444352245 +0330
@@ -1,4 +1 @@
-NF: 2
-0: begin(dir
-1: dir/file)end

./wordsplit.at:465: exit code was 1, expected 0
257. wordsplit.at:463: 257. coalesced command substitution (wordsplit.at:463): FAILED (wordsplit.at:465)

# -*- compilation -*-
258. wordsplit.at:480: testing quoted coalesced command substitution ...
./wordsplit.at:482:
mkdir dir
dir/file
wsp -nocmd <<'EOT'
"begin($(find dir))end"
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/258/stderr 2017-03-07 20:02:20.472351070 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12227-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.480632521 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/258/stdout 2017-03-07 20:02:20.472351070 +0330
@@ -1,3 +1 @@
-NF: 1
-0: "begin(dir dir/file)end"

./wordsplit.at:482: exit code was 1, expected 0
258. wordsplit.at:480: 258. quoted coalesced command substitution (wordsplit.at:480): FAILED (wordsplit.at:482)

# -*- compilation -*-
259. wordsplit.at:496: testing variable and command substitution ...
./wordsplit.at:498:
mkdir dir
dir/file
DIR=dir wsp -nocmd -novar<<'EOT'
begin $DIR $(find $DIR) end
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/259/stderr 2017-03-07 20:02:20.500349897 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12257-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.510352743 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/259/stdout 2017-03-07 20:02:20.504349730 +0330
@@ -1,7 +1 @@
-NF: 5
-0: begin
-1: dir
-2: dir
-3: dir/file
-4: end

./wordsplit.at:498: exit code was 1, expected 0
259. wordsplit.at:496: 259. variable and command substitution (wordsplit.at:496): FAILED (wordsplit.at:498)

# -*- compilation -*-
260. wordsplit.at:516: testing variable expansion and command substitution in quotes ...
./wordsplit.at:518:
mkdir dir
dir/file
DIR=dir BEGIN=begin wsp -nocmd -novar<<'EOT'
"${BEGIN}($(find $DIR))end"
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/260/stderr 2017-03-07 20:02:20.528348724 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12287-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.538358195 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/260/stdout 2017-03-07 20:02:20.532348556 +0330
@@ -1,3 +1 @@
-NF: 1
-0: "begin(dir dir/file)end"

./wordsplit.at:518: exit code was 1, expected 0
260. wordsplit.at:516: 260. variable expansion and command substitution in quotes (wordsplit.at:516): FAILED (wordsplit.at:518)

# -*- compilation -*-
261. wordsplit.at:532: testing nested commands ...
./wordsplit.at:534:
cat >input <<'_ATEOF'
foo
bar
baz
_ATEOF

SUFFIX=put wsp -nocmd -novar <<'EOT'
$(echo output $(cat in$SUFFIX))
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/261/stderr 2017-03-07 20:02:20.560347383 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12317-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.567731672 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/261/stdout 2017-03-07 20:02:20.560347383 +0330
@@ -1,6 +1 @@
-NF: 4
-0: output
-1: foo
-2: bar
-3: baz

./wordsplit.at:534: exit code was 1, expected 0
261. wordsplit.at:532: 261. nested commands (wordsplit.at:532): FAILED (wordsplit.at:534)

# -*- compilation -*-
262. wordsplit.at:552: testing pathname expansion ...
./wordsplit.at:554:
mkdir dir
dir/1.c
dir/2.c
dir/3.b
wsp pathexpand<<'EOT'
begin dir/*.c end
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/262/stderr 2017-03-07 20:02:20.584346378 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12347-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.595797632 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/262/stdout 2017-03-07 20:02:20.588346209 +0330
@@ -1,6 +1 @@
-NF: 4
-0: begin
-1: dir/1.c
-2: dir/2.c
-3: end

./wordsplit.at:554: exit code was 1, expected 0
262. wordsplit.at:552: 262. pathname expansion (wordsplit.at:552): FAILED (wordsplit.at:554)

# -*- compilation -*-
263. wordsplit.at:573: testing pathname expansion: no match ...
./wordsplit.at:575:
mkdir dir
dir/1.c
dir/2.b
wsp pathexpand<<'EOT'
begin dir/*.d end
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/263/stderr 2017-03-07 20:02:20.612345204 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12377-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.622290828 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/263/stdout 2017-03-07 20:02:20.616345036 +0330
@@ -1,5 +1 @@
-NF: 3
-0: begin
-1: dir/*.d
-2: end

./wordsplit.at:575: exit code was 1, expected 0
263. wordsplit.at:573: 263. pathname expansion: no match (wordsplit.at:573): FAILED (wordsplit.at:575)

# -*- compilation -*-
264. wordsplit.at:592: testing pathname expansion: nullglob ...
./wordsplit.at:594:
mkdir dir
dir/1.c
dir/2.b
wsp pathexpand nullglob<<'EOT'
begin dir/*.d end
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/264/stderr 2017-03-07 20:02:20.640344031 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12407-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.649997401 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/264/stdout 2017-03-07 20:02:20.644343863 +0330
@@ -1,4 +1 @@
-NF: 2
-0: begin
-1: end

./wordsplit.at:594: exit code was 1, expected 0
264. wordsplit.at:592: 264. pathname expansion: nullglob (wordsplit.at:592): FAILED (wordsplit.at:594)

# -*- compilation -*-
265. wordsplit.at:610: testing pathname expansion: failglob ...
./wordsplit.at:612:
mkdir dir
dir/1.c
dir/2.b
wsp pathexpand failglob<<'EOT'
begin dir/*.d end
EOT

--- - 2017-03-07 20:02:20.676585391 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/265/stderr 2017-03-07 20:02:20.668342857 +0330
@@ -1,2 +1,2 @@
-no files match pattern dir/*.d
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12437-lt-wsp: Permission denied
+collect2: error: ld returned 1 exit statusn
./wordsplit.at:612: exit code was 1, expected 0
265. wordsplit.at:610: 265. pathname expansion: failglob (wordsplit.at:610): FAILED (wordsplit.at:612)

# -*- compilation -*-
266. url.at:39: testing Url: scheme: ...
./url.at:39:
cat >input <<'_ATEOF'
scheme:
_ATEOF

url-parse default dslash_optional < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/266/stderr 2017-03-07 20:02:20.700341517 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12466-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.710118911 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/266/stdout 2017-03-07 20:02:20.704341348 +0330
@@ -1,8 +1 @@
-scheme <scheme>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path <>

./url.at:39: exit code was 1, expected 0
266. url.at:39: 266. Url: scheme: (url.at:39): FAILED (url.at:39)

# -*- compilation -*-
267. url.at:50: testing Url: scheme:/absolute/path ...
./url.at:50:
cat >input <<'_ATEOF'
scheme:/absolute/path
_ATEOF

url-parse default dslash_optional < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/267/stderr 2017-03-07 20:02:20.728340343 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12496-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.737371711 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/267/stdout 2017-03-07 20:02:20.732340175 +0330
@@ -1,8 +1 @@
-scheme <scheme>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </absolute/path>

./url.at:50: exit code was 1, expected 0
267. url.at:50: 267. Url: scheme:/absolute/path (url.at:50): FAILED (url.at:50)

# -*- compilation -*-
268. url.at:61: testing Url: scheme:relative/path ...
./url.at:61:
cat >input <<'_ATEOF'
scheme:relative/path
_ATEOF

url-parse default dslash_optional < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/268/stderr 2017-03-07 20:02:20.756339170 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12526-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.766500450 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/268/stdout 2017-03-07 20:02:20.760339003 +0330
@@ -1,8 +1 @@
-scheme <scheme>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path <relative/path>

./url.at:61: exit code was 1, expected 0
268. url.at:61: 268. Url: scheme:relative/path (url.at:61): FAILED (url.at:61)

# -*- compilation -*-
269. url.at:72: testing Url: scheme:///absolute/path ...
./url.at:72:
cat >input <<'_ATEOF'
scheme:///absolute/path
_ATEOF

url-parse default dslash_optional < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/269/stderr 2017-03-07 20:02:20.784337996 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12556-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.793502471 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/269/stdout 2017-03-07 20:02:20.788337829 +0330
@@ -1,8 +1 @@
-scheme <scheme>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </absolute/path>

./url.at:72: exit code was 1, expected 0
269. url.at:72: 269. Url: scheme:///absolute/path (url.at:72): FAILED (url.at:72)

# -*- compilation -*-
270. url.at:87: testing Url: scheme://%75%73%65%72:%70%61%73%73@%68%6f%73%74 ...
./url.at:87:
cat >input <<'_ATEOF'
scheme://%75%73%65%72:%70%61%73%73@%68%6f%73%74
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/270/stderr 2017-03-07 20:02:20.812336823 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12586-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.824830437 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/270/stdout 2017-03-07 20:02:20.820336487 +0330
@@ -1,8 +1 @@
-scheme <scheme>
-user <user>
-passwd <pass>
-auth <>
-host <host>
-port 0
-path <>

./url.at:87: exit code was 1, expected 0
270. url.at:87: 270. Url: scheme://%75%73%65%72:%70%61%73%73@%68%6f%73%74 (url.at:87): FAILED (url.at:87)

# -*- compilation -*-
271. url.at:98: testing Url: ftp://user:***@host//a/path ...
./url.at:98:
cat >input <<'_ATEOF'
ftp://user:***@host//a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/271/stderr 2017-03-07 20:02:20.840335649 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12616-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.848040698 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/271/stdout 2017-03-07 20:02:20.840335649 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <user>
-passwd <pass>
-auth <>
-host <host>
-port 0
-path </a/path>

./url.at:98: exit code was 1, expected 0
271. url.at:98: 271. Url: ftp://user:***@host//a/path (url.at:98): FAILED (url.at:98)

# -*- compilation -*-
272. url.at:109: testing Url: ftp://:***@host//a/path ...
./url.at:109:
cat >input <<'_ATEOF'
ftp://:***@host//a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/272/stderr 2017-03-07 20:02:20.864334644 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12646-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.872633218 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/272/stdout 2017-03-07 20:02:20.864334644 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <pass>
-auth <>
-host <host>
-port 0
-path </a/path>

./url.at:109: exit code was 1, expected 0
272. url.at:109: 272. Url: ftp://:***@host//a/path (url.at:109): FAILED (url.at:109)

# -*- compilation -*-
273. url.at:120: testing Url: ftp://user:@host//a/path ...
./url.at:120:
cat >input <<'_ATEOF'
ftp://user:@host//a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/273/stderr 2017-03-07 20:02:20.892333471 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12676-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.901923214 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/273/stdout 2017-03-07 20:02:20.896333304 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <user>
-passwd <>
-auth <>
-host <host>
-port 0
-path </a/path>

./url.at:120: exit code was 1, expected 0
273. url.at:120: 273. Url: ftp://user:@host//a/path (url.at:120): FAILED (url.at:120)

# -*- compilation -*-
274. url.at:131: testing Url: ftp://user:pass@//a/path ...
./url.at:131:
cat >input <<'_ATEOF'
ftp://user:pass@//a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/274/stderr 2017-03-07 20:02:20.924332130 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12706-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.931286175 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/274/stdout 2017-03-07 20:02:20.924332130 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <user>
-passwd <pass>
-auth <>
-host <>
-port 0
-path </a/path>

./url.at:131: exit code was 1, expected 0
274. url.at:131: 274. Url: ftp://user:pass@//a/path (url.at:131): FAILED (url.at:131)

# -*- compilation -*-
275. url.at:142: testing Url: ftp://user:@//a/path ...
./url.at:142:
cat >input <<'_ATEOF'
ftp://user:@//a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/275/stderr 2017-03-07 20:02:20.952330956 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12736-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.960073819 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/275/stdout 2017-03-07 20:02:20.952330956 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <user>
-passwd <>
-auth <>
-host <>
-port 0
-path </a/path>

./url.at:142: exit code was 1, expected 0
275. url.at:142: 275. Url: ftp://user:@//a/path (url.at:142): FAILED (url.at:142)

# -*- compilation -*-
276. url.at:153: testing Url: ftp://:@host//a/path ...
./url.at:153:
cat >input <<'_ATEOF'
ftp://:@host//a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/276/stderr 2017-03-07 20:02:20.976329950 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12766-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:20.987903220 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/276/stdout 2017-03-07 20:02:20.980329783 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <host>
-port 0
-path </a/path>

./url.at:153: exit code was 1, expected 0
276. url.at:153: 276. Url: ftp://:@host//a/path (url.at:153): FAILED (url.at:153)

# -*- compilation -*-
277. url.at:164: testing Url: ftp://:pass@//a/path ...
./url.at:164:
cat >input <<'_ATEOF'
ftp://:pass@//a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/277/stderr 2017-03-07 20:02:21.008328610 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12796-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.022408870 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/277/stdout 2017-03-07 20:02:21.012328442 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <pass>
-auth <>
-host <>
-port 0
-path </a/path>

./url.at:164: exit code was 1, expected 0
277. url.at:164: 277. Url: ftp://:pass@//a/path (url.at:164): FAILED (url.at:164)

# -*- compilation -*-
278. url.at:175: testing Url: ftp://:@//a/path ...
./url.at:175:
cat >input <<'_ATEOF'
ftp://:@//a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/278/stderr 2017-03-07 20:02:21.052326767 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12826-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.062545006 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/278/stdout 2017-03-07 20:02:21.056326599 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </a/path>

./url.at:175: exit code was 1, expected 0
278. url.at:175: 278. Url: ftp://:@//a/path (url.at:175): FAILED (url.at:175)

# -*- compilation -*-
279. url.at:186: testing Url: ftp://://a/path ...
./url.at:186:
cat >input <<'_ATEOF'
ftp://://a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/279/stderr 2017-03-07 20:02:21.080325594 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12856-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.090341598 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/279/stdout 2017-03-07 20:02:21.084325427 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </a/path>

./url.at:186: exit code was 1, expected 0
279. url.at:186: 279. Url: ftp://://a/path (url.at:186): FAILED (url.at:186)

# -*- compilation -*-
280. url.at:197: testing Url: ftp://@//a/path ...
./url.at:197:
cat >input <<'_ATEOF'
ftp://@//a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/280/stderr 2017-03-07 20:02:21.108324422 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12886-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.118308784 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/280/stdout 2017-03-07 20:02:21.112324254 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </a/path>

./url.at:197: exit code was 1, expected 0
280. url.at:197: 280. Url: ftp://@//a/path (url.at:197): FAILED (url.at:197)

# -*- compilation -*-
281. url.at:208: testing Url: ftp:///a/path ...
./url.at:208:
cat >input <<'_ATEOF'
ftp:///a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/281/stderr 2017-03-07 20:02:21.136323249 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12916-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.143444960 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/281/stdout 2017-03-07 20:02:21.136323249 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </a/path>

./url.at:208: exit code was 1, expected 0
281. url.at:208: 281. Url: ftp:///a/path (url.at:208): FAILED (url.at:208)

# -*- compilation -*-
282. url.at:219: testing Url: ftp://user:***@host/a/path ...
./url.at:219:
cat >input <<'_ATEOF'
ftp://user:***@host/a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/282/stderr 2017-03-07 20:02:21.164322076 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12946-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.172356744 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/282/stdout 2017-03-07 20:02:21.164322076 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <user>
-passwd <pass>
-auth <>
-host <host>
-port 0
-path <a/path>

./url.at:219: exit code was 1, expected 0
282. url.at:219: 282. Url: ftp://user:***@host/a/path (url.at:219): FAILED (url.at:219)

# -*- compilation -*-
283. url.at:231: testing Url: ftp://:***@host/a/path ...
./url.at:231:
cat >input <<'_ATEOF'
ftp://:***@host/a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/283/stderr 2017-03-07 20:02:21.192320904 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/12976-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.200025459 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/283/stdout 2017-03-07 20:02:21.192320904 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <pass>
-auth <>
-host <host>
-port 0
-path <a/path>

./url.at:231: exit code was 1, expected 0
283. url.at:231: 283. Url: ftp://:***@host/a/path (url.at:231): FAILED (url.at:231)

# -*- compilation -*-
284. url.at:242: testing Url: ftp://user:@host/a/path ...
./url.at:242:
cat >input <<'_ATEOF'
ftp://user:@host/a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/284/stderr 2017-03-07 20:02:21.224319563 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13006-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.231427908 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/284/stdout 2017-03-07 20:02:21.224319563 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <user>
-passwd <>
-auth <>
-host <host>
-port 0
-path <a/path>

./url.at:242: exit code was 1, expected 0
284. url.at:242: 284. Url: ftp://user:@host/a/path (url.at:242): FAILED (url.at:242)

# -*- compilation -*-
285. url.at:253: testing Url: ftp://user:pass@/a/path ...
./url.at:253:
cat >input <<'_ATEOF'
ftp://user:pass@/a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/285/stderr 2017-03-07 20:02:21.252318391 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13036-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.259125878 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/285/stdout 2017-03-07 20:02:21.252318391 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <user>
-passwd <pass>
-auth <>
-host <>
-port 0
-path <a/path>

./url.at:253: exit code was 1, expected 0
285. url.at:253: 285. Url: ftp://user:pass@/a/path (url.at:253): FAILED (url.at:253)

# -*- compilation -*-
286. url.at:264: testing Url: ftp://user:@/a/path ...
./url.at:264:
cat >input <<'_ATEOF'
ftp://user:@/a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/286/stderr 2017-03-07 20:02:21.276317385 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13066-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.285346207 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/286/stdout 2017-03-07 20:02:21.280317218 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <user>
-passwd <>
-auth <>
-host <>
-port 0
-path <a/path>

./url.at:264: exit code was 1, expected 0
286. url.at:264: 286. Url: ftp://user:@/a/path (url.at:264): FAILED (url.at:264)

# -*- compilation -*-
287. url.at:275: testing Url: ftp://:@host/a/path ...
./url.at:275:
cat >input <<'_ATEOF'
ftp://:@host/a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/287/stderr 2017-03-07 20:02:21.300316380 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13096-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.315053011 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/287/stdout 2017-03-07 20:02:21.308316045 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <host>
-port 0
-path <a/path>

./url.at:275: exit code was 1, expected 0
287. url.at:275: 287. Url: ftp://:@host/a/path (url.at:275): FAILED (url.at:275)

# -*- compilation -*-
288. url.at:286: testing Url: ftp://:pass@/a/path ...
./url.at:286:
cat >input <<'_ATEOF'
ftp://:pass@/a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/288/stderr 2017-03-07 20:02:21.332315040 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13126-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.339947514 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/288/stdout 2017-03-07 20:02:21.332315040 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <pass>
-auth <>
-host <>
-port 0
-path <a/path>

./url.at:286: exit code was 1, expected 0
288. url.at:286: 288. Url: ftp://:pass@/a/path (url.at:286): FAILED (url.at:286)

# -*- compilation -*-
289. url.at:297: testing Url: ftp://:@/a/path ...
./url.at:297:
cat >input <<'_ATEOF'
ftp://:@/a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/289/stderr 2017-03-07 20:02:21.356314035 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13156-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.366055005 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/289/stdout 2017-03-07 20:02:21.360313867 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path <a/path>

./url.at:297: exit code was 1, expected 0
289. url.at:297: 289. Url: ftp://:@/a/path (url.at:297): FAILED (url.at:297)

# -*- compilation -*-
290. url.at:308: testing Url: ftp://:/a/path ...
./url.at:308:
cat >input <<'_ATEOF'
ftp://:/a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/290/stderr 2017-03-07 20:02:21.384312862 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13186-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.393681284 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/290/stdout 2017-03-07 20:02:21.388312695 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path <a/path>

./url.at:308: exit code was 1, expected 0
290. url.at:308: 290. Url: ftp://:/a/path (url.at:308): FAILED (url.at:308)

# -*- compilation -*-
291. url.at:319: testing Url: ftp://@/a/path ...
./url.at:319:
cat >input <<'_ATEOF'
ftp://@/a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/291/stderr 2017-03-07 20:02:21.416311523 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13216-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.423111741 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/291/stdout 2017-03-07 20:02:21.416311523 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path <a/path>

./url.at:319: exit code was 1, expected 0
291. url.at:319: 291. Url: ftp://@/a/path (url.at:319): FAILED (url.at:319)

# -*- compilation -*-
292. url.at:330: testing Url: ftp:///a/path ...
./url.at:330:
cat >input <<'_ATEOF'
ftp:///a/path
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/292/stderr 2017-03-07 20:02:21.444310349 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13246-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.452205965 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/292/stdout 2017-03-07 20:02:21.444310349 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </a/path>

./url.at:330: exit code was 1, expected 0
292. url.at:330: 292. Url: ftp:///a/path (url.at:330): FAILED (url.at:330)

# -*- compilation -*-
293. url.at:341: testing Url: pop://pop.example.net ...
./url.at:341:
cat >input <<'_ATEOF'
pop://pop.example.net
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/293/stderr 2017-03-07 20:02:21.472309177 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13276-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.479669159 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/293/stdout 2017-03-07 20:02:21.472309177 +0330
@@ -1,8 +1 @@
-scheme <pop>
-user <>
-passwd <>
-auth <>
-host <pop.example.net>
-port 0
-path <>

./url.at:341: exit code was 1, expected 0
293. url.at:341: 293. Url: pop://pop.example.net (url.at:341): FAILED (url.at:341)

# -*- compilation -*-
294. url.at:352: testing Url: pop://***@pop.example.net ...
./url.at:352:
cat >input <<'_ATEOF'
pop://***@pop.example.net
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/294/stderr 2017-03-07 20:02:21.496308172 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13306-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.509184515 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/294/stdout 2017-03-07 20:02:21.500308005 +0330
@@ -1,8 +1 @@
-scheme <pop>
-user <user>
-passwd <>
-auth <>
-host <pop.example.net>
-port 0
-path <>

./url.at:352: exit code was 1, expected 0
294. url.at:352: 294. Url: pop://***@pop.example.net (url.at:352): FAILED (url.at:352)

# -*- compilation -*-
295. url.at:363: testing Url: pop://user:***@pop.example.net ...
./url.at:363:
cat >input <<'_ATEOF'
pop://user:***@pop.example.net
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/295/stderr 2017-03-07 20:02:21.520307167 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13336-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.530415916 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/295/stdout 2017-03-07 20:02:21.524306999 +0330
@@ -1,8 +1 @@
-scheme <pop>
-user <user>
-passwd <passwd>
-auth <>
-host <pop.example.net>
-port 0
-path <>

./url.at:363: exit code was 1, expected 0
295. url.at:363: 295. Url: pop://user:***@pop.example.net (url.at:363): FAILED (url.at:363)

# -*- compilation -*-
296. url.at:374: testing Url: pop://user;auth=*@pop.example.net ...
./url.at:374:
cat >input <<'_ATEOF'
pop://user;auth=*@pop.example.net
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/296/stderr 2017-03-07 20:02:21.552305827 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13366-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.558825776 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/296/stdout 2017-03-07 20:02:21.552305827 +0330
@@ -1,8 +1 @@
-scheme <pop>
-user <user>
-passwd <>
-auth <*>
-host <pop.example.net>
-port 0
-path <>

./url.at:374: exit code was 1, expected 0
296. url.at:374: 296. Url: pop://user;auth=*@pop.example.net (url.at:374): FAILED (url.at:374)

# -*- compilation -*-
297. url.at:385: testing Url: pop://pop.example.net:111 ...
./url.at:385:
cat >input <<'_ATEOF'
pop://pop.example.net:111
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/297/stderr 2017-03-07 20:02:21.580304653 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13396-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.590636399 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/297/stdout 2017-03-07 20:02:21.584304485 +0330
@@ -1,8 +1 @@
-scheme <pop>
-user <>
-passwd <>
-auth <>
-host <pop.example.net>
-port 111
-path <>

./url.at:385: exit code was 1, expected 0
297. url.at:385: 297. Url: pop://pop.example.net:111 (url.at:385): FAILED (url.at:385)

# -*- compilation -*-
298. url.at:396: testing Url: pop://***@pop.example.net:111 ...
./url.at:396:
cat >input <<'_ATEOF'
pop://***@pop.example.net:111
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/298/stderr 2017-03-07 20:02:21.608303481 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13426-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.618625875 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/298/stdout 2017-03-07 20:02:21.612303313 +0330
@@ -1,8 +1 @@
-scheme <pop>
-user <user>
-passwd <>
-auth <>
-host <pop.example.net>
-port 111
-path <>

./url.at:396: exit code was 1, expected 0
298. url.at:396: 298. Url: pop://***@pop.example.net:111 (url.at:396): FAILED (url.at:396)

# -*- compilation -*-
299. url.at:407: testing Url: pop://user:***@pop.example.net:111 ...
./url.at:407:
cat >input <<'_ATEOF'
pop://user:***@pop.example.net:111
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/299/stderr 2017-03-07 20:02:21.640302141 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13456-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.649337092 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/299/stdout 2017-03-07 20:02:21.644301973 +0330
@@ -1,8 +1 @@
-scheme <pop>
-user <user>
-passwd <passwd>
-auth <>
-host <pop.example.net>
-port 111
-path <>

./url.at:407: exit code was 1, expected 0
299. url.at:407: 299. Url: pop://user:***@pop.example.net:111 (url.at:407): FAILED (url.at:407)

# -*- compilation -*-
300. url.at:418: testing Url: pop://user;auth=*@pop.example.net:111 ...
./url.at:418:
cat >input <<'_ATEOF'
pop://user;auth=*@pop.example.net:111
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/300/stderr 2017-03-07 20:02:21.668300968 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13486-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.679210505 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/300/stdout 2017-03-07 20:02:21.672300801 +0330
@@ -1,8 +1 @@
-scheme <pop>
-user <user>
-passwd <>
-auth <*>
-host <pop.example.net>
-port 111
-path <>

./url.at:418: exit code was 1, expected 0
300. url.at:418: 300. Url: pop://user;auth=*@pop.example.net:111 (url.at:418): FAILED (url.at:418)

# -*- compilation -*-
301. url.at:429: testing Url: imap://imap.example.net ...
./url.at:429:
cat >input <<'_ATEOF'
imap://imap.example.net
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/301/stderr 2017-03-07 20:02:21.700299628 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13516-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.709153320 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/301/stdout 2017-03-07 20:02:21.704299461 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <>
-passwd <>
-auth <>
-host <imap.example.net>
-port 0
-path <>

./url.at:429: exit code was 1, expected 0
301. url.at:429: 301. Url: imap://imap.example.net (url.at:429): FAILED (url.at:429)

# -*- compilation -*-
302. url.at:440: testing Url: imap://***@imap.example.net ...
./url.at:440:
cat >input <<'_ATEOF'
imap://***@imap.example.net
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/302/stderr 2017-03-07 20:02:21.732298287 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13546-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.739885649 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/302/stdout 2017-03-07 20:02:21.732298287 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <>
-host <imap.example.net>
-port 0
-path <>

./url.at:440: exit code was 1, expected 0
302. url.at:440: 302. Url: imap://***@imap.example.net (url.at:440): FAILED (url.at:440)

# -*- compilation -*-
303. url.at:451: testing Url: imap://user:***@imap.example.net ...
./url.at:451:
cat >input <<'_ATEOF'
imap://user:***@imap.example.net
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/303/stderr 2017-03-07 20:02:21.756297282 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13576-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.769994039 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/303/stdout 2017-03-07 20:02:21.764296947 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <passwd>
-auth <>
-host <imap.example.net>
-port 0
-path <>

./url.at:451: exit code was 1, expected 0
303. url.at:451: 303. Url: imap://user:***@imap.example.net (url.at:451): FAILED (url.at:451)

# -*- compilation -*-
304. url.at:462: testing Url: imap://user;auth=*@imap.example.net ...
./url.at:462:
cat >input <<'_ATEOF'
imap://user;auth=*@imap.example.net
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/304/stderr 2017-03-07 20:02:21.784296110 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13606-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.798276229 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/304/stdout 2017-03-07 20:02:21.792295775 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <*>
-host <imap.example.net>
-port 0
-path <>

./url.at:462: exit code was 1, expected 0
304. url.at:462: 304. Url: imap://user;auth=*@imap.example.net (url.at:462): FAILED (url.at:462)

# -*- compilation -*-
305. url.at:473: testing Url: imap://imap.example.net:111 ...
./url.at:473:
cat >input <<'_ATEOF'
imap://imap.example.net:111
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/305/stderr 2017-03-07 20:02:21.816294770 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13636-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.825645866 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/305/stdout 2017-03-07 20:02:21.820294602 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <>
-passwd <>
-auth <>
-host <imap.example.net>
-port 111
-path <>

./url.at:473: exit code was 1, expected 0
305. url.at:473: 305. Url: imap://imap.example.net:111 (url.at:473): FAILED (url.at:473)

# -*- compilation -*-
306. url.at:484: testing Url: imap://***@imap.example.net:111 ...
./url.at:484:
cat >input <<'_ATEOF'
imap://***@imap.example.net:111
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/306/stderr 2017-03-07 20:02:21.844293597 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13666-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.853372370 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/306/stdout 2017-03-07 20:02:21.848293430 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <>
-host <imap.example.net>
-port 111
-path <>

./url.at:484: exit code was 1, expected 0
306. url.at:484: 306. Url: imap://***@imap.example.net:111 (url.at:484): FAILED (url.at:484)

# -*- compilation -*-
307. url.at:495: testing Url: imap://user:***@imap.example.net:111 ...
./url.at:495:
cat >input <<'_ATEOF'
imap://user:***@imap.example.net:111
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/307/stderr 2017-03-07 20:02:21.872292424 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13696-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.881874782 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/307/stdout 2017-03-07 20:02:21.876292257 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <passwd>
-auth <>
-host <imap.example.net>
-port 111
-path <>

./url.at:495: exit code was 1, expected 0
307. url.at:495: 307. Url: imap://user:***@imap.example.net:111 (url.at:495): FAILED (url.at:495)

# -*- compilation -*-
308. url.at:506: testing Url: imap://user;auth=*@imap.example.net:111 ...
./url.at:506:
cat >input <<'_ATEOF'
imap://user;auth=*@imap.example.net:111
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/308/stderr 2017-03-07 20:02:21.900291252 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13726-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.910682951 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/308/stdout 2017-03-07 20:02:21.904291084 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <*>
-host <imap.example.net>
-port 111
-path <>

./url.at:506: exit code was 1, expected 0
308. url.at:506: 308. Url: imap://user;auth=*@imap.example.net:111 (url.at:506): FAILED (url.at:506)

# -*- compilation -*-
309. url.at:517: testing Url: imap://imap.example.net/mbox ...
./url.at:517:
cat >input <<'_ATEOF'
imap://imap.example.net/mbox
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/309/stderr 2017-03-07 20:02:21.928290080 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13756-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.938162930 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/309/stdout 2017-03-07 20:02:21.932289911 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <>
-passwd <>
-auth <>
-host <imap.example.net>
-port 0
-path <mbox>

./url.at:517: exit code was 1, expected 0
309. url.at:517: 309. Url: imap://imap.example.net/mbox (url.at:517): FAILED (url.at:517)

# -*- compilation -*-
310. url.at:528: testing Url: imap://***@imap.example.net/mbox ...
./url.at:528:
cat >input <<'_ATEOF'
imap://***@imap.example.net/mbox
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/310/stderr 2017-03-07 20:02:21.952289074 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13786-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.963896069 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/310/stdout 2017-03-07 20:02:21.956288906 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <>
-host <imap.example.net>
-port 0
-path <mbox>

./url.at:528: exit code was 1, expected 0
310. url.at:528: 310. Url: imap://***@imap.example.net/mbox (url.at:528): FAILED (url.at:528)

# -*- compilation -*-
311. url.at:539: testing Url: imap://user:***@imap.example.net/mbox ...
./url.at:539:
cat >input <<'_ATEOF'
imap://user:***@imap.example.net/mbox
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/311/stderr 2017-03-07 20:02:21.980287901 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13816-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:21.992335616 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/311/stdout 2017-03-07 20:02:21.984287734 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <passwd>
-auth <>
-host <imap.example.net>
-port 0
-path <mbox>

./url.at:539: exit code was 1, expected 0
311. url.at:539: 311. Url: imap://user:***@imap.example.net/mbox (url.at:539): FAILED (url.at:539)

# -*- compilation -*-
312. url.at:550: testing Url: imap://user;auth=*@imap.example.net/mbox ...
./url.at:550:
cat >input <<'_ATEOF'
imap://user;auth=*@imap.example.net/mbox
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/312/stderr 2017-03-07 20:02:22.012286562 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13846-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.021845600 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/312/stdout 2017-03-07 20:02:22.016286395 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <*>
-host <imap.example.net>
-port 0
-path <mbox>

./url.at:550: exit code was 1, expected 0
312. url.at:550: 312. Url: imap://user;auth=*@imap.example.net/mbox (url.at:550): FAILED (url.at:550)

# -*- compilation -*-
313. url.at:561: testing Url: imap://imap.example.net:111/mbox ...
./url.at:561:
cat >input <<'_ATEOF'
imap://imap.example.net:111/mbox
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/313/stderr 2017-03-07 20:02:22.044285223 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13876-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.052140184 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/313/stdout 2017-03-07 20:02:22.044285223 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <>
-passwd <>
-auth <>
-host <imap.example.net>
-port 111
-path <mbox>

./url.at:561: exit code was 1, expected 0
313. url.at:561: 313. Url: imap://imap.example.net:111/mbox (url.at:561): FAILED (url.at:561)

# -*- compilation -*-
314. url.at:572: testing Url: imap://***@imap.example.net:111/mbox ...
./url.at:572:
cat >input <<'_ATEOF'
imap://***@imap.example.net:111/mbox
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/314/stderr 2017-03-07 20:02:22.076283883 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13906-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.084712005 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/314/stdout 2017-03-07 20:02:22.076283883 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <>
-host <imap.example.net>
-port 111
-path <mbox>

./url.at:572: exit code was 1, expected 0
314. url.at:572: 314. Url: imap://***@imap.example.net:111/mbox (url.at:572): FAILED (url.at:572)

# -*- compilation -*-
315. url.at:583: testing Url: imap://user:***@imap.example.net:111/mbox ...
./url.at:583:
cat >input <<'_ATEOF'
imap://user:***@imap.example.net:111/mbox
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/315/stderr 2017-03-07 20:02:22.104282711 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13936-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.111811857 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/315/stdout 2017-03-07 20:02:22.104282711 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <passwd>
-auth <>
-host <imap.example.net>
-port 111
-path <mbox>

./url.at:583: exit code was 1, expected 0
315. url.at:583: 315. Url: imap://user:***@imap.example.net:111/mbox (url.at:583): FAILED (url.at:583)

# -*- compilation -*-
316. url.at:594: testing Url: imap://user;auth=*@imap.example.net:111/mbox ...
./url.at:594:
cat >input <<'_ATEOF'
imap://user;auth=*@imap.example.net:111/mbox
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/316/stderr 2017-03-07 20:02:22.136281372 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13966-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.144414530 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/316/stdout 2017-03-07 20:02:22.136281372 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <*>
-host <imap.example.net>
-port 111
-path <mbox>

./url.at:594: exit code was 1, expected 0
316. url.at:594: 316. Url: imap://user;auth=*@imap.example.net:111/mbox (url.at:594): FAILED (url.at:594)

# -*- compilation -*-
317. url.at:605: testing Url: imap://imap.example.net/mbox/***@host ...
./url.at:605:
cat >input <<'_ATEOF'
imap://imap.example.net/mbox/***@host
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/317/stderr 2017-03-07 20:02:22.164280199 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/13996-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.173716540 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/317/stdout 2017-03-07 20:02:22.168280032 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <imap.example.net/mbox/user>
-passwd <>
-auth <>
-host <host>
-port 0
-path <>

./url.at:605: exit code was 1, expected 0
317. url.at:605: 317. Url: imap://imap.example.net/mbox/***@host (url.at:605): FAILED (url.at:605)

# -*- compilation -*-
318. url.at:616: testing Url: imap://***@imap.example.net/mbox/***@host ...
./url.at:616:
cat >input <<'_ATEOF'
imap://***@imap.example.net/mbox/***@host
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/318/stderr 2017-03-07 20:02:22.192279028 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14026-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.199352599 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/318/stdout 2017-03-07 20:02:22.192279028 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <>
-host <imap.example.net>
-port 0
-path <mbox/***@host>

./url.at:616: exit code was 1, expected 0
318. url.at:616: 318. Url: imap://***@imap.example.net/mbox/***@host (url.at:616): FAILED (url.at:616)

# -*- compilation -*-
319. url.at:627: testing Url: imap://user:***@imap.example.net/mbox/***@host ...
./url.at:627:
cat >input <<'_ATEOF'
imap://user:***@imap.example.net/mbox/***@host
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/319/stderr 2017-03-07 20:02:22.216278023 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14056-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.228524757 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/319/stdout 2017-03-07 20:02:22.220277856 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <passwd>
-auth <>
-host <imap.example.net>
-port 0
-path <mbox/***@host>

./url.at:627: exit code was 1, expected 0
319. url.at:627: 319. Url: imap://user:***@imap.example.net/mbox/***@host (url.at:627): FAILED (url.at:627)

# -*- compilation -*-
320. url.at:638: testing Url: imap://user;auth=*@imap.example.net/mbox/***@host ...
./url.at:638:
cat >input <<'_ATEOF'
imap://user;auth=*@imap.example.net/mbox/***@host
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/320/stderr 2017-03-07 20:02:22.244276850 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14086-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.254192284 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/320/stdout 2017-03-07 20:02:22.248276684 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <*>
-host <imap.example.net>
-port 0
-path <mbox/***@host>

./url.at:638: exit code was 1, expected 0
320. url.at:638: 320. Url: imap://user;auth=*@imap.example.net/mbox/***@host (url.at:638): FAILED (url.at:638)

# -*- compilation -*-
321. url.at:649: testing Url: imap://imap.example.net:111/mbox/***@host ...
./url.at:649:
cat >input <<'_ATEOF'
imap://imap.example.net:111/mbox/***@host
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/321/stderr 2017-03-07 20:02:22.272275679 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14116-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.281904426 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/321/stdout 2017-03-07 20:02:22.276275511 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <imap.example.net>
-passwd <111/mbox/user>
-auth <>
-host <host>
-port 0
-path <>

./url.at:649: exit code was 1, expected 0
321. url.at:649: 321. Url: imap://imap.example.net:111/mbox/***@host (url.at:649): FAILED (url.at:649)

# -*- compilation -*-
322. url.at:660: testing Url: imap://***@imap.example.net:111/mbox/***@host ...
./url.at:660:
cat >input <<'_ATEOF'
imap://***@imap.example.net:111/mbox/***@host
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/322/stderr 2017-03-07 20:02:22.300274507 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14146-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.309976710 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/322/stdout 2017-03-07 20:02:22.304274340 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <>
-host <imap.example.net>
-port 111
-path <mbox/***@host>

./url.at:660: exit code was 1, expected 0
322. url.at:660: 322. Url: imap://***@imap.example.net:111/mbox/***@host (url.at:660): FAILED (url.at:660)

# -*- compilation -*-
323. url.at:671: testing Url: imap://user:***@imap.example.net:111/mbox/***@host ...
./url.at:671:
cat >input <<'_ATEOF'
imap://user:***@imap.example.net:111/mbox/***@host
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/323/stderr 2017-03-07 20:02:22.332273168 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14176-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.340361988 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/323/stdout 2017-03-07 20:02:22.332273168 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <passwd>
-auth <>
-host <imap.example.net>
-port 111
-path <mbox/***@host>

./url.at:671: exit code was 1, expected 0
323. url.at:671: 323. Url: imap://user:***@imap.example.net:111/mbox/***@host (url.at:671): FAILED (url.at:671)

# -*- compilation -*-
324. url.at:682: testing Url: imap://user;auth=*@imap.example.net:111/mbox/***@host ...
./url.at:682:
cat >input <<'_ATEOF'
imap://user;auth=*@imap.example.net:111/mbox/***@host
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/324/stderr 2017-03-07 20:02:22.356272163 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14206-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.365775435 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/324/stdout 2017-03-07 20:02:22.360271995 +0330
@@ -1,8 +1 @@
-scheme <imap>
-user <user>
-passwd <>
-auth <*>
-host <imap.example.net>
-port 111
-path <mbox/***@host>

./url.at:682: exit code was 1, expected 0
324. url.at:682: 324. Url: imap://user;auth=*@imap.example.net:111/mbox/***@host (url.at:682): FAILED (url.at:682)

# -*- compilation -*-
325. url.at:693: testing Url: ftp://ftp.example.org/mbox/user%40host ...
./url.at:693:
cat >input <<'_ATEOF'
ftp://ftp.example.org/mbox/user%40host
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/325/stderr 2017-03-07 20:02:22.384270991 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14236-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.393024126 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/325/stdout 2017-03-07 20:02:22.388270824 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <ftp.example.org>
-port 0
-path <mbox/***@host>

./url.at:693: exit code was 1, expected 0
325. url.at:693: 325. Url: ftp://ftp.example.org/mbox/user%40host (url.at:693): FAILED (url.at:693)

# -*- compilation -*-
326. url.at:704: testing Url: ftp://ftp.example.org:111/mbox/user%40host ...
./url.at:704:
cat >input <<'_ATEOF'
ftp://ftp.example.org:111/mbox/user%40host
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/326/stderr 2017-03-07 20:02:22.408269986 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14266-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.419044757 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/326/stdout 2017-03-07 20:02:22.412269819 +0330
@@ -1,8 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <ftp.example.org>
-port 111
-path <mbox/***@host>

./url.at:704: exit code was 1, expected 0
326. url.at:704: 326. Url: ftp://ftp.example.org:111/mbox/user%40host (url.at:704): FAILED (url.at:704)

# -*- compilation -*-
327. url.at:715: testing Url: ftp://ftp.example.org:111/mbox/user%40host;type=pass ...
./url.at:715:
cat >input <<'_ATEOF'
ftp://ftp.example.org:111/mbox/user%40host;type=pass
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/327/stderr 2017-03-07 20:02:22.436268814 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14296-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.446972476 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/327/stdout 2017-03-07 20:02:22.440268647 +0330
@@ -1,9 +1 @@
-scheme <ftp>
-user <>
-passwd <>
-auth <>
-host <ftp.example.org>
-port 111
-path <mbox/***@host>
-param[0] <type=pass>

./url.at:715: exit code was 1, expected 0
327. url.at:715: 327. Url: ftp://ftp.example.org:111/mbox/user%40host;type=pass (url.at:715): FAILED (url.at:715)

# -*- compilation -*-
328. url.at:728: testing Url: mbox:/var/spool/mail;type=index;param=2;user=gray ...
./url.at:728:
cat >input <<'_ATEOF'
mbox:/var/spool/mail;type=index;param=2;user=gray
_ATEOF

url-parse default dslash_optional < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/328/stderr 2017-03-07 20:02:22.468267475 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14326-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.476099465 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/328/stdout 2017-03-07 20:02:22.468267475 +0330
@@ -1,11 +1 @@
-scheme <mbox>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </var/spool/mail>
-param[0] <type=index>
-param[1] <param=2>
-param[2] <user=gray>

./url.at:728: exit code was 1, expected 0
328. url.at:728: 328. Url: mbox:/var/spool/mail;type=index;param=2;user=gray (url.at:728): FAILED (url.at:728)

# -*- compilation -*-
329. url.at:743: testing Url: mbox:///var/spool/mail;type=index;param=2;user=gray ...
./url.at:743:
cat >input <<'_ATEOF'
mbox:///var/spool/mail;type=index;param=2;user=gray
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/329/stderr 2017-03-07 20:02:22.496266303 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14356-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.503926763 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/329/stdout 2017-03-07 20:02:22.496266303 +0330
@@ -1,11 +1 @@
-scheme <mbox>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </var/spool/mail>
-param[0] <type=index>
-param[1] <param=2>
-param[2] <user=gray>

./url.at:743: exit code was 1, expected 0
329. url.at:743: 329. Url: mbox:///var/spool/mail;type=index;param=2;user=gray (url.at:743): FAILED (url.at:743)

# -*- compilation -*-
330. url.at:757: testing Url: http://gnu.org.ua/home/gray?prog&arg1&arg2 ...
./url.at:757:
cat >input <<'_ATEOF'
http://gnu.org.ua/home/gray?prog&arg1&arg2
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/330/stderr 2017-03-07 20:02:22.524265131 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14386-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.532933040 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/330/stdout 2017-03-07 20:02:22.528264963 +0330
@@ -1,11 +1 @@
-scheme <http>
-user <>
-passwd <>
-auth <>
-host <gnu.org.ua>
-port 0
-path <home/gray>
-query[0] <prog>
-query[1] <arg1>
-query[2] <arg2>

./url.at:757: exit code was 1, expected 0
330. url.at:757: 330. Url: http://gnu.org.ua/home/gray?prog&arg1&arg2 (url.at:757): FAILED (url.at:757)

# -*- compilation -*-
331. url.at:771: testing Url: http://gnu.org.ua/home/gray;foo=bar;baz=qux?prog&arg%201&arg%202 ...
./url.at:771:
cat >input <<'_ATEOF'
http://gnu.org.ua/home/gray;foo=bar;baz=qux?prog&arg%201&arg%202
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/331/stderr 2017-03-07 20:02:22.552263959 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14416-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.561050739 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/331/stdout 2017-03-07 20:02:22.556263791 +0330
@@ -1,13 +1 @@
-scheme <http>
-user <>
-passwd <>
-auth <>
-host <gnu.org.ua>
-port 0
-path <home/gray>
-param[0] <foo=bar>
-param[1] <baz=qux>
-query[0] <prog>
-query[1] <arg 1>
-query[2] <arg 2>

./url.at:771: exit code was 1, expected 0
331. url.at:771: 331. Url: http://gnu.org.ua/home/gray;foo=bar;baz=qux?prog&arg%201&arg%202 (url.at:771): FAILED (url.at:771)

# -*- compilation -*-
332. url.at:787: testing Url: /usr/sbin/sendmail ...
./url.at:787:
cat >input <<'_ATEOF'
/usr/sbin/sendmail
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/332/stderr 2017-03-07 20:02:22.576262955 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14446-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.584153443 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/332/stdout 2017-03-07 20:02:22.576262955 +0330
@@ -1,8 +1 @@
-scheme <file>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </usr/sbin/sendmail>

./url.at:787: exit code was 1, expected 0
332. url.at:787: 332. Url: /usr/sbin/sendmail (url.at:787): FAILED (url.at:787)

# -*- compilation -*-
333. url.at:798: testing Url: /var/spool/mail/gray%40gnu.org ...
./url.at:798:
cat >input <<'_ATEOF'
/var/spool/mail/gray%40gnu.org
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/333/stderr 2017-03-07 20:02:22.604261782 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14476-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.612380300 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/333/stdout 2017-03-07 20:02:22.604261782 +0330
@@ -1,8 +1 @@
-scheme <file>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </var/spool/mail/gray%40gnu.org>

./url.at:798: exit code was 1, expected 0
333. url.at:798: 333. Url: /var/spool/mail/gray%40gnu.org (url.at:798): FAILED (url.at:798)

# -*- compilation -*-
334. url.at:810: testing Url: ./file.db ...
./url.at:810:
cat >input <<'_ATEOF'
./file.db
_ATEOF

url-parse slash < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/334/stderr 2017-03-07 20:02:22.632260610 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14506-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.640642437 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/334/stdout 2017-03-07 20:02:22.632260610 +0330
@@ -1,8 +1 @@
-scheme <file>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path <./file.db>

./url.at:810: exit code was 1, expected 0
334. url.at:810: 334. Url: ./file.db (url.at:810): FAILED (url.at:810)

# -*- compilation -*-
335. url.at:822: testing Url: (gdbm) ./file.db ...
./url.at:822:
cat >input <<'_ATEOF'
./file.db
_ATEOF

url-parse slash hint=gdbm:// < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/335/stderr 2017-03-07 20:02:22.664259271 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14536-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.672174015 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/335/stdout 2017-03-07 20:02:22.664259271 +0330
@@ -1,8 +1 @@
-scheme <gdbm>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path <./file.db>

./url.at:822: exit code was 1, expected 0
335. url.at:822: 335. Url: (gdbm) ./file.db (url.at:822): FAILED (url.at:822)

# -*- compilation -*-
336. url.at:835: testing Url: local ...
./url.at:835:
cat >input <<'_ATEOF'
local
_ATEOF

url-parse local hint=db:// < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/336/stderr 2017-03-07 20:02:22.692258098 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14566-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.700148447 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/336/stdout 2017-03-07 20:02:22.692258098 +0330
@@ -1,8 +1 @@
-scheme <db>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path <local>

./url.at:835: exit code was 1, expected 0
336. url.at:835: 336. Url: local (url.at:835): FAILED (url.at:835)

# -*- compilation -*-
337. url.at:847: testing Url: | /bin/mailman request list%40dom ...
./url.at:847:
cat >input <<'_ATEOF'
| /bin/mailman request list%40dom
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/337/stderr 2017-03-07 20:02:22.720256927 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14596-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.727255163 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/337/stdout 2017-03-07 20:02:22.720256927 +0330
@@ -1,10 +1 @@
-scheme <prog>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </bin/mailman>
-query[0] <request>
-query[1] <list%40dom>

./url.at:847: exit code was 1, expected 0
337. url.at:847: 337. Url: | /bin/mailman request list%40dom (url.at:847): FAILED (url.at:847)

# -*- compilation -*-
338. url.at:861: testing Url: (ext) | /bin/mailman request list%40dom ...
./url.at:861:
cat >input <<'_ATEOF'
| /bin/mailman request list%40dom
_ATEOF

url-parse pipe hint=ext:// < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/338/stderr 2017-03-07 20:02:22.748255755 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14626-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.754806966 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/338/stdout 2017-03-07 20:02:22.748255755 +0330
@@ -1,10 +1 @@
-scheme <ext>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </bin/mailman>
-query[0] <request>
-query[1] <list%40dom>

./url.at:861: exit code was 1, expected 0
338. url.at:861: 338. Url: (ext) | /bin/mailman request list%40dom (url.at:861): FAILED (url.at:861)

# -*- compilation -*-
339. url.at:875: testing Url: prog:///bin/mailman?request&list%40dom ...
./url.at:875:
cat >input <<'_ATEOF'
prog:///bin/mailman?request&list%40dom
_ATEOF

url-parse default < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/339/stderr 2017-03-07 20:02:22.768254917 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14656-lt-url-parse: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.778511873 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/339/stdout 2017-03-07 20:02:22.772254749 +0330
@@ -1,10 +1 @@
-scheme <prog>
-user <>
-passwd <>
-auth <>
-host <>
-port 0
-path </bin/mailman>
-query[0] <request>
-query[1] <***@dom>

./url.at:875: exit code was 1, expected 0
339. url.at:875: 339. Url: prog:///bin/mailman?request&list%40dom (url.at:875): FAILED (url.at:875)

# -*- compilation -*-
340. url-comp.at:36: testing => ...
./url-comp.at:36: url-comp
--- - 2017-03-07 20:02:22.803913793 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/340/stderr 2017-03-07 20:02:22.796253746 +0330
@@ -1,2 +1,2 @@
-url-comp: URL missing required parts
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14685-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
340. url-comp.at:36: 340. => (url-comp.at:36): FAILED (url-comp.at:36)

# -*- compilation -*-
341. url-comp.at:37: testing path=foo => foo ...
./url-comp.at:37: url-comp path=foo
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/341/stderr 2017-03-07 20:02:22.824252574 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14713-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.832619416 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/341/stdout 2017-03-07 20:02:22.824252574 +0330
@@ -1,2 +1 @@
-foo

./url-comp.at:37: exit code was 1, expected 0
341. url-comp.at:37: 341. path=foo => foo (url-comp.at:37): FAILED (url-comp.at:37)

# -*- compilation -*-
342. url-comp.at:38: testing scheme=file => file:// ...
./url-comp.at:38: url-comp scheme=file
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/342/stderr 2017-03-07 20:02:22.848251569 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14742-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.858112807 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/342/stdout 2017-03-07 20:02:22.852251401 +0330
@@ -1,2 +1 @@
-file://

./url-comp.at:38: exit code was 1, expected 0
342. url-comp.at:38: 342. scheme=file => file:// (url-comp.at:38): FAILED (url-comp.at:38)

# -*- compilation -*-
343. url-comp.at:39: testing scheme=file path=foo => file://foo ...
./url-comp.at:39: url-comp scheme=file path=foo
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/343/stderr 2017-03-07 20:02:22.872250565 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14771-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.882880517 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/343/stdout 2017-03-07 20:02:22.876250397 +0330
@@ -1,2 +1 @@
-file://foo

./url-comp.at:39: exit code was 1, expected 0
343. url-comp.at:39: 343. scheme=file path=foo => file://foo (url-comp.at:39): FAILED (url-comp.at:39)

# -*- compilation -*-
344. url-comp.at:40: testing scheme=smtp host=localhost port=587 => smtp://localhost:587 ...
./url-comp.at:40: url-comp scheme=smtp host=localhost port=587
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/344/stderr 2017-03-07 20:02:22.896249560 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14800-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.905276077 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/344/stdout 2017-03-07 20:02:22.900249392 +0330
@@ -1,2 +1 @@
-smtp://localhost:587

./url-comp.at:40: exit code was 1, expected 0
344. url-comp.at:40: 344. scheme=smtp host=localhost port=587 => smtp://localhost:587 (url-comp.at:40): FAILED (url-comp.at:40)

# -*- compilation -*-
345. url-comp.at:41: testing scheme=smtp host=localhost port=587 param=strip-domain param=domain=example.com => smtp://localhost:587;strip-domain;domain=example.com ...
./url-comp.at:41: url-comp scheme=smtp host=localhost port=587 param=strip-domain param=domain=example.com
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/345/stderr 2017-03-07 20:02:22.924248388 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14829-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.932839914 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/345/stdout 2017-03-07 20:02:22.928248220 +0330
@@ -1,2 +1 @@
-smtp://localhost:587;strip-domain;domain=example.com

./url-comp.at:41: exit code was 1, expected 0
345. url-comp.at:41: 345. scheme=smtp host=localhost port=587 param=strip-domain param=domain=example.com => smtp://localhost:587;strip-domain;domain=example.com (url-comp.at:41): FAILED (url-comp.at:41)

# -*- compilation -*-
346. url-comp.at:44: testing scheme=imap user=gray host=localhost path=INBOX => imap://***@localhost/INBOX ...
./url-comp.at:44: url-comp scheme=imap user=gray host=localhost path=INBOX
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/346/stderr 2017-03-07 20:02:22.952247216 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14858-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.961251410 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/346/stdout 2017-03-07 20:02:22.956247049 +0330
@@ -1,2 +1 @@
-imap://***@localhost/INBOX

./url-comp.at:44: exit code was 1, expected 0
346. url-comp.at:44: 346. scheme=imap user=gray host=localhost path=INBOX => imap://***@localhost/INBOX (url-comp.at:44): FAILED (url-comp.at:44)

# -*- compilation -*-
347. url-comp.at:46: testing scheme=imap user=gray pass=test host=localhost path=INBOX => imap://gray:***@localhost/INBOX ...
./url-comp.at:46: url-comp scheme=imap user=gray pass=test host=localhost path=INBOX
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/347/stderr 2017-03-07 20:02:22.980246044 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14887-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:22.987673902 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/347/stdout 2017-03-07 20:02:22.980246044 +0330
@@ -1,2 +1 @@
-imap://gray:***@localhost/INBOX

./url-comp.at:46: exit code was 1, expected 0
347. url-comp.at:46: 347. scheme=imap user=gray pass=test host=localhost path=INBOX => imap://gray:***@localhost/INBOX (url-comp.at:46): FAILED (url-comp.at:46)

# -*- compilation -*-
348. url-comp.at:49: testing scheme=pop user=gray pass=test auth=+APOP host=localhost path=INBOX => pop://gray:***;AUTH=+***@localhost/INBOX ...
./url-comp.at:49: url-comp scheme=pop user=gray pass=test auth=+APOP host=localhost path=INBOX
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/348/stderr 2017-03-07 20:02:23.008244872 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14916-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.018404396 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/348/stdout 2017-03-07 20:02:23.012244704 +0330
@@ -1,2 +1 @@
-pop://gray:***;AUTH=+***@localhost/INBOX

./url-comp.at:49: exit code was 1, expected 0
348. url-comp.at:49: 348. scheme=pop user=gray pass=test auth=+APOP host=localhost path=INBOX => pop://gray:***;AUTH=+***@localhost/INBOX (url-comp.at:49): FAILED (url-comp.at:49)

# -*- compilation -*-
349. url-comp.at:52: testing scheme=prog path=/bin/mailman query=request query=list => prog:///bin/mailman?request&list ...
./url-comp.at:52: url-comp scheme=prog path=/bin/mailman query=request query=list
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/349/stderr 2017-03-07 20:02:23.036243701 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14944-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.048947203 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/349/stdout 2017-03-07 20:02:23.040243533 +0330
@@ -1,2 +1 @@
-prog:///bin/mailman?request&list

./url-comp.at:52: exit code was 1, expected 0
349. url-comp.at:52: 349. scheme=prog path=/bin/mailman query=request query=list => prog:///bin/mailman?request&list (url-comp.at:52): FAILED (url-comp.at:52)

# -*- compilation -*-
350. url-comp.at:55: testing scheme=prog path=/bin/mailman query=request query=list param=test => prog:///bin/mailman;test?request&list ...
./url-comp.at:55: url-comp scheme=prog path=/bin/mailman query=request query=list param=test
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/350/stderr 2017-03-07 20:02:23.064242529 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/14974-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.074024134 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/350/stdout 2017-03-07 20:02:23.068242362 +0330
@@ -1,2 +1 @@
-prog:///bin/mailman;test?request&list

./url-comp.at:55: exit code was 1, expected 0
350. url-comp.at:55: 350. scheme=prog path=/bin/mailman query=request query=list param=test => prog:///bin/mailman;test?request&list (url-comp.at:55): FAILED (url-comp.at:55)

# -*- compilation -*-
351. url-comp.at:58: testing url=imap://***@localhost/INBOX path= => imap://***@localhost ...
./url-comp.at:58: url-comp url=imap://***@localhost/INBOX path=
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/351/stderr 2017-03-07 20:02:23.092241357 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15003-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.100084484 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/351/stdout 2017-03-07 20:02:23.092241357 +0330
@@ -1,2 +1 @@
-imap://***@localhost

./url-comp.at:58: exit code was 1, expected 0
351. url-comp.at:58: 351. url=imap://***@localhost/INBOX path= => imap://***@localhost (url-comp.at:58): FAILED (url-comp.at:58)

# -*- compilation -*-
352. url-comp.at:61: testing url=imap://***@localhost/INBOX path= user= => imap://localhost ...
./url-comp.at:61: url-comp url=imap://***@localhost/INBOX path= user=
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/352/stderr 2017-03-07 20:02:23.116240354 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15032-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.126579252 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/352/stdout 2017-03-07 20:02:23.120240186 +0330
@@ -1,2 +1 @@
-imap://localhost

./url-comp.at:61: exit code was 1, expected 0
352. url-comp.at:61: 352. url=imap://***@localhost/INBOX path= user= => imap://localhost (url-comp.at:61): FAILED (url-comp.at:61)

# -*- compilation -*-
353. url-comp.at:64: testing url='prog:///bin/mailman;test?request&list' query= param= => prog:///bin/mailman ...
./url-comp.at:64: url-comp url='prog:///bin/mailman;test?request&list' query= param=
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/353/stderr 2017-03-07 20:02:23.144239183 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15061-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.154877988 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/353/stdout 2017-03-07 20:02:23.148239015 +0330
@@ -1,2 +1 @@
-prog:///bin/mailman

./url-comp.at:64: exit code was 1, expected 0
353. url-comp.at:64: 353. url='prog:///bin/mailman;test?request&list' query= param= => prog:///bin/mailman (url-comp.at:64): FAILED (url-comp.at:64)

# -*- compilation -*-
354. url-comp.at:67: testing url=smtp://***@localhost/test host= => ...
./url-comp.at:67: url-comp url=smtp://***@localhost/test host=
--- - 2017-03-07 20:02:23.184425460 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/354/stderr 2017-03-07 20:02:23.176237844 +0330
@@ -1,2 +1,2 @@
-url-comp: URL missing required parts
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15090-lt-url-comp: Permission denied
+collect2: error: ld returned 1 exit statusn
354. url-comp.at:67: 354. url=smtp://***@localhost/test host= => (url-comp.at:67): FAILED (url-comp.at:67)

# -*- compilation -*-
355. mailcap.at:36: testing Mailcap: 1 ...
./mailcap.at:36:
cat >input <<'_ATEOF'
text/plain; less '%s'; needsterminal
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/355/stderr 2017-03-07 20:02:23.200236840 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15119-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.214799577 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/355/stdout 2017-03-07 20:02:23.208236505 +0330
@@ -1,6 +1 @@
-entry[1]
- typefield: text/plain
- view-command: less '%s'
- fields[1]: needsterminal
-

./mailcap.at:36: exit code was 1, expected 0
355. mailcap.at:36: 355. Mailcap: 1 (mailcap.at:36): FAILED (mailcap.at:36)

# -*- compilation -*-
356. mailcap.at:45: testing Mailcap: 2 ...
./mailcap.at:45:
cat >input <<'_ATEOF'
text/html; gnome-help-browser '%s'; nametemplate=%s.html; test=test -n "$DISPLAY"
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/356/stderr 2017-03-07 20:02:23.228235668 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15149-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.239232080 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/356/stdout 2017-03-07 20:02:23.232235501 +0330
@@ -1,7 +1 @@
-entry[1]
- typefield: text/html
- view-command: gnome-help-browser '%s'
- fields[1]: nametemplate=%s.html
- fields[2]: test=test -n "$DISPLAY"
-

./mailcap.at:45: exit code was 1, expected 0
356. mailcap.at:45: 356. Mailcap: 2 (mailcap.at:45): FAILED (mailcap.at:45)

# -*- compilation -*-
357. mailcap.at:55: testing Mailcap: 3 ...
./mailcap.at:55:
cat >input <<'_ATEOF'
application/x-troff-man; /usr/bin/nroff -mandoc -Tlatin1; \
copiousoutput; print=/usr/bin/nroff -mandoc -Tlatin1 | print text/plain:-

_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/357/stderr 2017-03-07 20:02:23.260234330 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15179-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.268297490 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/357/stdout 2017-03-07 20:02:23.260234330 +0330
@@ -1,7 +1 @@
-entry[1]
- typefield: application/x-troff-man
- view-command: /usr/bin/nroff -mandoc -Tlatin1
- fields[1]: copiousoutput
- fields[2]: print=/usr/bin/nroff -mandoc -Tlatin1 | print text/plain:-
-

./mailcap.at:55: exit code was 1, expected 0
357. mailcap.at:55: 357. Mailcap: 3 (mailcap.at:55): FAILED (mailcap.at:55)

# -*- compilation -*-
358. mailcap.at:67: testing Mailcap: 4 ...
./mailcap.at:67:
cat >input <<'_ATEOF'
text/plain; shownonascii iso-8859-1 '%s'; description="Plain ASCII Text"; \
test=test "$(echo %{charset} | tr "A-Z" "a-z")" = iso-8859-1 -a "$DISPLAY" != ""
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/358/stderr 2017-03-07 20:02:23.288233159 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15209-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.296813961 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/358/stdout 2017-03-07 20:02:23.292232991 +0330
@@ -1,7 +1 @@
-entry[1]
- typefield: text/plain
- view-command: shownonascii iso-8859-1 '%s'
- fields[1]: description="Plain ASCII Text"
- fields[2]: test=test "$(echo %{charset} | tr "A-Z" "a-z")" = iso-8859-1 -a "$DISPLAY" != ""
-

./mailcap.at:67: exit code was 1, expected 0
358. mailcap.at:67: 358. Mailcap: 4 (mailcap.at:67): FAILED (mailcap.at:67)

# -*- compilation -*-
359. mailcap.at:78: testing Mailcap: 5 ...
./mailcap.at:78:
cat >input <<'_ATEOF'
text/richtext; shownonascii iso-8859-1 -e richtext -p '%s'; \
description="Richtext"; copiousoutput; \
test=test "$(echo %{charset} | tr "A-Z" "a-z")" = iso-8859-1 -a "$DISPLAY" != ""
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/359/stderr 2017-03-07 20:02:23.316231986 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15239-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.326831238 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/359/stdout 2017-03-07 20:02:23.320231820 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: text/richtext
- view-command: shownonascii iso-8859-1 -e richtext -p '%s'
- fields[1]: description="Richtext"
- fields[2]: copiousoutput
- fields[3]: test=test "$(echo %{charset} | tr "A-Z" "a-z")" = iso-8859-1 -a "$DISPLAY" != ""
-

./mailcap.at:78: exit code was 1, expected 0
359. mailcap.at:78: 359. Mailcap: 5 (mailcap.at:78): FAILED (mailcap.at:78)

# -*- compilation -*-
360. mailcap.at:91: testing Mailcap: 6 ...
./mailcap.at:91:
cat >input <<'_ATEOF'
text/enriched; shownonascii iso-8859-1 -e richtext -e -p '%s'; \
description="Enriched Text"; \
copiousoutput; \
test=test "$(echo %{charset} | tr "A-Z" "a-z")" = iso-8859-1 -a "$DISPLAY" != ""
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/360/stderr 2017-03-07 20:02:23.348230649 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15269-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.358421799 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/360/stdout 2017-03-07 20:02:23.352230481 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: text/enriched
- view-command: shownonascii iso-8859-1 -e richtext -e -p '%s'
- fields[1]: description="Enriched Text"
- fields[2]: copiousoutput
- fields[3]: test=test "$(echo %{charset} | tr "A-Z" "a-z")" = iso-8859-1 -a "$DISPLAY" != ""
-

./mailcap.at:91: exit code was 1, expected 0
360. mailcap.at:91: 360. Mailcap: 6 (mailcap.at:91): FAILED (mailcap.at:91)

# -*- compilation -*-
361. mailcap.at:105: testing Mailcap: 7 ...
./mailcap.at:105:
cat >input <<'_ATEOF'
message/partial; showpartial '%s' %{id} %{number} %{total}; description="An incomplete message"
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/361/stderr 2017-03-07 20:02:23.380229309 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15299-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.387361109 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/361/stdout 2017-03-07 20:02:23.380229309 +0330
@@ -1,6 +1 @@
-entry[1]
- typefield: message/partial
- view-command: showpartial '%s' %{id} %{number} %{total}
- fields[1]: description="An incomplete message"
-

./mailcap.at:105: exit code was 1, expected 0
361. mailcap.at:105: 361. Mailcap: 7 (mailcap.at:105): FAILED (mailcap.at:105)

# -*- compilation -*-
362. mailcap.at:114: testing Mailcap: 8 ...
./mailcap.at:114:
cat >input <<'_ATEOF'
message/external-body; showexternal '%s' %{access-type} %{name} %{site} %{directory} %{mode} %{server}; needsterminal; description="A reference to data stored in an external location"; composetyped="extcompose '%s"'
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/362/stderr 2017-03-07 20:02:23.408228138 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15329-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.416371752 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/362/stdout 2017-03-07 20:02:23.408228138 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: message/external-body
- view-command: showexternal '%s' %{access-type} %{name} %{site} %{directory} %{mode} %{server}
- fields[1]: needsterminal
- fields[2]: description="A reference to data stored in an external location"
- fields[3]: composetyped="extcompose '%s"'
-

./mailcap.at:114: exit code was 1, expected 0
362. mailcap.at:114: 362. Mailcap: 8 (mailcap.at:114): FAILED (mailcap.at:114)

# -*- compilation -*-
363. mailcap.at:125: testing Mailcap: 9 ...
./mailcap.at:125:
cat >input <<'_ATEOF'
application/x-dvi; /usr/bin/xdvi '%s'; test=test -n "$DISPLAY"; description=TeX DVI file; nametemplate=%s.dvi
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/363/stderr 2017-03-07 20:02:23.432227134 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15359-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.445664551 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/363/stdout 2017-03-07 20:02:23.436226967 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: application/x-dvi
- view-command: /usr/bin/xdvi '%s'
- fields[1]: test=test -n "$DISPLAY"
- fields[2]: description=TeX DVI file
- fields[3]: nametemplate=%s.dvi
-

./mailcap.at:125: exit code was 1, expected 0
363. mailcap.at:125: 363. Mailcap: 9 (mailcap.at:125): FAILED (mailcap.at:125)

# -*- compilation -*-
364. mailcap.at:136: testing Mailcap: 10 ...
./mailcap.at:136:
cat >input <<'_ATEOF'
text/plain; more '%s'; needsterminal
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/364/stderr 2017-03-07 20:02:23.460225962 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15389-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.469049839 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/364/stdout 2017-03-07 20:02:23.460225962 +0330
@@ -1,6 +1 @@
-entry[1]
- typefield: text/plain
- view-command: more '%s'
- fields[1]: needsterminal
-

./mailcap.at:136: exit code was 1, expected 0
364. mailcap.at:136: 364. Mailcap: 10 (mailcap.at:136): FAILED (mailcap.at:136)

# -*- compilation -*-
365. mailcap.at:145: testing Mailcap: 11 ...
./mailcap.at:145:
cat >input <<'_ATEOF'
text/html; /usr/bin/links '%s'; needsterminal; description=HTML Text; nametemplate=%s.html
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/365/stderr 2017-03-07 20:02:23.488224791 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15419-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.496026474 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/365/stdout 2017-03-07 20:02:23.488224791 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: text/html
- view-command: /usr/bin/links '%s'
- fields[1]: needsterminal
- fields[2]: description=HTML Text
- fields[3]: nametemplate=%s.html
-

./mailcap.at:145: exit code was 1, expected 0
365. mailcap.at:145: 365. Mailcap: 11 (mailcap.at:145): FAILED (mailcap.at:145)

# -*- compilation -*-
366. mailcap.at:156: testing Mailcap: 12 ...
./mailcap.at:156:
cat >input <<'_ATEOF'
text/richtext; richtext '%s'; description="Richtext"; copiousoutput
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/366/stderr 2017-03-07 20:02:23.516223620 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15449-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.524385861 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/366/stdout 2017-03-07 20:02:23.516223620 +0330
@@ -1,7 +1 @@
-entry[1]
- typefield: text/richtext
- view-command: richtext '%s'
- fields[1]: description="Richtext"
- fields[2]: copiousoutput
-

./mailcap.at:156: exit code was 1, expected 0
366. mailcap.at:156: 366. Mailcap: 12 (mailcap.at:156): FAILED (mailcap.at:156)

# -*- compilation -*-
367. mailcap.at:166: testing Mailcap: 13 ...
./mailcap.at:166:
cat >input <<'_ATEOF'
text/enriched; richtext -e '%s'; description="Enriched Text"; copiousoutput
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/367/stderr 2017-03-07 20:02:23.548222281 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15479-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.555173158 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/367/stdout 2017-03-07 20:02:23.548222281 +0330
@@ -1,7 +1 @@
-entry[1]
- typefield: text/enriched
- view-command: richtext -e '%s'
- fields[1]: description="Enriched Text"
- fields[2]: copiousoutput
-

./mailcap.at:166: exit code was 1, expected 0
367. mailcap.at:166: 367. Mailcap: 13 (mailcap.at:166): FAILED (mailcap.at:166)

# -*- compilation -*-
368. mailcap.at:176: testing Mailcap: 14 ...
./mailcap.at:176:
cat >input <<'_ATEOF'
text/html; /usr/bin/w3m -T text/html '%s'; needsterminal; description=HTML Text; nametemplate=%s.html
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/368/stderr 2017-03-07 20:02:23.576221110 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15509-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.583254437 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/368/stdout 2017-03-07 20:02:23.576221110 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: text/html
- view-command: /usr/bin/w3m -T text/html '%s'
- fields[1]: needsterminal
- fields[2]: description=HTML Text
- fields[3]: nametemplate=%s.html
-

./mailcap.at:176: exit code was 1, expected 0
368. mailcap.at:176: 368. Mailcap: 14 (mailcap.at:176): FAILED (mailcap.at:176)

# -*- compilation -*-
369. mailcap.at:187: testing Mailcap: 15 ...
./mailcap.at:187:
cat >input <<'_ATEOF'
text/html; /usr/bin/links -dump '%s'; copiousoutput; description=HTML Text; nametemplate=%s.html
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/369/stderr 2017-03-07 20:02:23.600220106 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15539-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.610828794 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/369/stdout 2017-03-07 20:02:23.604219938 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: text/html
- view-command: /usr/bin/links -dump '%s'
- fields[1]: copiousoutput
- fields[2]: description=HTML Text
- fields[3]: nametemplate=%s.html
-

./mailcap.at:187: exit code was 1, expected 0
369. mailcap.at:187: 369. Mailcap: 15 (mailcap.at:187): FAILED (mailcap.at:187)

# -*- compilation -*-
370. mailcap.at:198: testing Mailcap: 16 ...
./mailcap.at:198:
cat >input <<'_ATEOF'
text/html; /usr/bin/lynx -force_html '%s'; needsterminal; description=HTML Text; nametemplate=%s.html
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/370/stderr 2017-03-07 20:02:23.636218599 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15569-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.645113622 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/370/stdout 2017-03-07 20:02:23.640218433 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: text/html
- view-command: /usr/bin/lynx -force_html '%s'
- fields[1]: needsterminal
- fields[2]: description=HTML Text
- fields[3]: nametemplate=%s.html
-

./mailcap.at:198: exit code was 1, expected 0
370. mailcap.at:198: 370. Mailcap: 16 (mailcap.at:198): FAILED (mailcap.at:198)

# -*- compilation -*-
371. mailcap.at:209: testing Mailcap: 17 ...
./mailcap.at:209:
cat >input <<'_ATEOF'
text/html; /usr/bin/w3m -dump -T text/html '%s'; copiousoutput; description=HTML Text; nametemplate=%s.html
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/371/stderr 2017-03-07 20:02:23.672217094 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15599-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.679938523 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/371/stdout 2017-03-07 20:02:23.672217094 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: text/html
- view-command: /usr/bin/w3m -dump -T text/html '%s'
- fields[1]: copiousoutput
- fields[2]: description=HTML Text
- fields[3]: nametemplate=%s.html
-

./mailcap.at:209: exit code was 1, expected 0
371. mailcap.at:209: 371. Mailcap: 17 (mailcap.at:209): FAILED (mailcap.at:209)

# -*- compilation -*-
372. mailcap.at:220: testing Mailcap: 18 ...
./mailcap.at:220:
cat >input <<'_ATEOF'
text/html; /usr/bin/html2text '%s'; copiousoutput; description=HTML Text
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/372/stderr 2017-03-07 20:02:23.696216090 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15629-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.708247666 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/372/stdout 2017-03-07 20:02:23.700215922 +0330
@@ -1,7 +1 @@
-entry[1]
- typefield: text/html
- view-command: /usr/bin/html2text '%s'
- fields[1]: copiousoutput
- fields[2]: description=HTML Text
-

./mailcap.at:220: exit code was 1, expected 0
372. mailcap.at:220: 372. Mailcap: 18 (mailcap.at:220): FAILED (mailcap.at:220)

# -*- compilation -*-
373. mailcap.at:230: testing Mailcap: 19 ...
./mailcap.at:230:
cat >input <<'_ATEOF'
text/html; /usr/bin/lynx -dump -force_html '%s'; copiousoutput; description=HTML Text; nametemplate=%s.html
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/373/stderr 2017-03-07 20:02:23.728214751 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15659-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.739149488 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/373/stdout 2017-03-07 20:02:23.732214583 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: text/html
- view-command: /usr/bin/lynx -dump -force_html '%s'
- fields[1]: copiousoutput
- fields[2]: description=HTML Text
- fields[3]: nametemplate=%s.html
-

./mailcap.at:230: exit code was 1, expected 0
373. mailcap.at:230: 373. Mailcap: 19 (mailcap.at:230): FAILED (mailcap.at:230)

# -*- compilation -*-
374. mailcap.at:241: testing Mailcap: 20 ...
./mailcap.at:241:
cat >input <<'_ATEOF'
text/*; less '%s'; needsterminal
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/374/stderr 2017-03-07 20:02:23.764213244 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15689-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.772805757 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/374/stdout 2017-03-07 20:02:23.764213244 +0330
@@ -1,6 +1 @@
-entry[1]
- typefield: text/*
- view-command: less '%s'
- fields[1]: needsterminal
-

./mailcap.at:241: exit code was 1, expected 0
374. mailcap.at:241: 374. Mailcap: 20 (mailcap.at:241): FAILED (mailcap.at:241)

# -*- compilation -*-
375. mailcap.at:250: testing Mailcap: 21 ...
./mailcap.at:250:
cat >input <<'_ATEOF'
text/*; more '%s'; needsterminal
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/375/stderr 2017-03-07 20:02:23.796211906 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15719-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.803744231 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/375/stdout 2017-03-07 20:02:23.796211906 +0330
@@ -1,6 +1 @@
-entry[1]
- typefield: text/*
- view-command: more '%s'
- fields[1]: needsterminal
-

./mailcap.at:250: exit code was 1, expected 0
375. mailcap.at:250: 375. Mailcap: 21 (mailcap.at:250): FAILED (mailcap.at:250)

# -*- compilation -*-
376. mailcap.at:259: testing Mailcap: 22 ...
./mailcap.at:259:
cat >input <<'_ATEOF'
application/x-debian-package; /usr/lib/mime/debian-view '%s'; \
needsterminal; description=Debian GNU/Linux Package; \
nametemplate=%s.deb
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/376/stderr 2017-03-07 20:02:23.820210903 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15749-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.829405648 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/376/stdout 2017-03-07 20:02:23.824210735 +0330
@@ -1,8 +1 @@
-entry[1]
- typefield: application/x-debian-package
- view-command: /usr/lib/mime/debian-view '%s'
- fields[1]: needsterminal
- fields[2]: description=Debian GNU/Linux Package
- fields[3]: nametemplate=%s.deb
-

./mailcap.at:259: exit code was 1, expected 0
376. mailcap.at:259: 376. Mailcap: 22 (mailcap.at:259): FAILED (mailcap.at:259)

# -*- compilation -*-
377. mailcap.at:272: testing Mailcap: 23 ...
./mailcap.at:272:
cat >input <<'_ATEOF'
audio/basic; /usr/lib/mime/playaudio '%s'; description=Basic uLaw Audio; \
nametemplate=%s.au
_ATEOF

mailcap < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/377/stderr 2017-03-07 20:02:23.848209730 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15779-lt-mailcap: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.856120199 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/377/stdout 2017-03-07 20:02:23.848209730 +0330
@@ -1,7 +1 @@
-entry[1]
- typefield: audio/basic
- view-command: /usr/lib/mime/playaudio '%s'
- fields[1]: description=Basic uLaw Audio
- fields[2]: nametemplate=%s.au
-

./mailcap.at:272: exit code was 1, expected 0
377. mailcap.at:272: 377. Mailcap: 23 (mailcap.at:272): FAILED (mailcap.at:272)

# -*- compilation -*-
378. wicket.at:32: testing Wicket: pop://localhost ...
./wicket.at:32: wicket $abs_top_srcdir/libmailutils/tests/Wicketfile "pop://localhost" | \
sed "s|$abs_top_srcdir/libmailutils/tests/Wicketfile|Wicketfile|"
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/378/stderr 2017-03-07 20:02:23.876208560 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15808-lt-wicket: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.883438424 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/378/stdout 2017-03-07 20:02:23.876208560 +0330
@@ -1,2 +1 @@
-pop://localhost matches pop://gray:***@localhost at Wicketfile:4

378. wicket.at:32: 378. Wicket: pop://localhost (wicket.at:32): FAILED (wicket.at:32)

# -*- compilation -*-
379. wicket.at:35: testing Wicket: pop://***@localhost ...
./wicket.at:35: wicket $abs_top_srcdir/libmailutils/tests/Wicketfile "pop://***@localhost" | \
sed "s|$abs_top_srcdir/libmailutils/tests/Wicketfile|Wicketfile|"
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/379/stderr 2017-03-07 20:02:23.900207556 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15838-lt-wicket: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.909403459 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/379/stdout 2017-03-07 20:02:23.900207556 +0330
@@ -1,2 +1 @@
-pop://***@localhost matches pop://*:***;AUTH=+***@localhost at Wicketfile:3

379. wicket.at:35: 379. Wicket: pop://***@localhost (wicket.at:35): FAILED (wicket.at:35)

# -*- compilation -*-
380. wicket.at:38: testing Wicket: pop://***@localhost ...
./wicket.at:38: wicket $abs_top_srcdir/libmailutils/tests/Wicketfile "pop://***@localhost" | \
sed "s|$abs_top_srcdir/libmailutils/tests/Wicketfile|Wicketfile|"
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/380/stderr 2017-03-07 20:02:23.932206217 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15868-lt-wicket: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:23.942124827 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/380/stdout 2017-03-07 20:02:23.936206050 +0330
@@ -1,2 +1 @@
-pop://***@localhost matches *://foo:***@localhost at Wicketfile:2

380. wicket.at:38: 380. Wicket: pop://***@localhost (wicket.at:38): FAILED (wicket.at:38)

# -*- compilation -*-
381. wicket.at:41: testing Wicket: pop://gnu.org ...
./wicket.at:41: wicket $abs_top_srcdir/libmailutils/tests/Wicketfile "pop://gnu.org" | \
sed "s|$abs_top_srcdir/libmailutils/tests/Wicketfile|Wicketfile|"
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/381/stderr 2017-03-07 20:02:24.004203204 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15898-lt-wicket: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.013139621 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/381/stdout 2017-03-07 20:02:24.004203204 +0330
@@ -1,2 +1 @@
-pop://gnu.org matches pop://gray:***@gnu.org at Wicketfile:7

381. wicket.at:41: 381. Wicket: pop://gnu.org (wicket.at:41): FAILED (wicket.at:41)

# -*- compilation -*-
382. wicket.at:44: testing Wicket: smtp://gnu.org ...
./wicket.at:44: wicket $abs_top_srcdir/libmailutils/tests/Wicketfile "smtp://gnu.org" | \
sed "s|$abs_top_srcdir/libmailutils/tests/Wicketfile|Wicketfile|"
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/382/stderr 2017-03-07 20:02:24.088199694 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15928-lt-wicket: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.095572763 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/382/stdout 2017-03-07 20:02:24.088199694 +0330
@@ -1,2 +1 @@
-smtp://gnu.org matches smtp://gray:***@gnu.org at Wicketfile:6

382. wicket.at:44: 382. Wicket: smtp://gnu.org (wicket.at:44): FAILED (wicket.at:44)

# -*- compilation -*-
383. wicket.at:47: testing Wicket: smtp://***@gnu.org ...
./wicket.at:47: wicket $abs_top_srcdir/libmailutils/tests/Wicketfile "smtp://***@gnu.org" | \
sed "s|$abs_top_srcdir/libmailutils/tests/Wicketfile|Wicketfile|"
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/383/stderr 2017-03-07 20:02:24.112198689 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15958-lt-wicket: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.121927069 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/383/stdout 2017-03-07 20:02:24.116198521 +0330
@@ -1,2 +1 @@
-smtp://***@gnu.org matches smtp://gray:***@gnu.org at Wicketfile:6

383. wicket.at:47: 383. Wicket: smtp://***@gnu.org (wicket.at:47): FAILED (wicket.at:47)

# -*- compilation -*-
384. wicket.at:50: testing Wicket: smtp://localhost ...
./wicket.at:50: wicket $abs_top_srcdir/libmailutils/tests/Wicketfile "smtp://localhost" | \
sed "s|$abs_top_srcdir/libmailutils/tests/Wicketfile|Wicketfile|"
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/384/stderr 2017-03-07 20:02:24.144197351 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/15988-lt-wicket: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.153566986 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/384/stdout 2017-03-07 20:02:24.148197184 +0330
@@ -1,2 +1 @@
-smtp://localhost matches smtp://gray:***@localhost at Wicketfile:5

384. wicket.at:50: 384. Wicket: smtp://localhost (wicket.at:50): FAILED (wicket.at:50)

# -*- compilation -*-
385. prop.at:29: testing prop: set ...
./prop.at:29:
prop foo=bar ?foo +foo

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/385/stderr 2017-03-07 20:02:24.172196181 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16018-lt-prop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.182986342 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/385/stdout 2017-03-07 20:02:24.176196013 +0330
@@ -1,4 +1 @@
-0: foo=bar: Success
-1: foo is set
-2: foo=bar

./prop.at:29: exit code was 1, expected 0
385. prop.at:29: 385. prop: set (prop.at:29): FAILED (prop.at:29)

# -*- compilation -*-
386. prop.at:37: testing prop: overwrite ...
./prop.at:37:
prop foo=bar foo=baz +foo

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/386/stderr 2017-03-07 20:02:24.200195010 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16047-lt-prop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.207931495 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/386/stdout 2017-03-07 20:02:24.200195010 +0330
@@ -1,4 +1 @@
-0: foo=bar: Success
-1: foo=baz: Success
-2: foo=baz

./prop.at:37: exit code was 1, expected 0
386. prop.at:37: 386. prop: overwrite (prop.at:37): FAILED (prop.at:37)

# -*- compilation -*-
387. prop.at:45: testing prop: set without overwrite ...
./prop.at:45:
prop foo=bar foo:=baz +foo

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/387/stderr 2017-03-07 20:02:24.224194006 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16076-lt-prop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.234164729 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/387/stdout 2017-03-07 20:02:24.228193839 +0330
@@ -1,4 +1 @@
-0: foo=bar: Success
-1: foo=baz: Item already exists
-2: foo=bar

./prop.at:45: exit code was 1, expected 0
387. prop.at:45: 387. prop: set without overwrite (prop.at:45): FAILED (prop.at:45)

# -*- compilation -*-
388. prop.at:53: testing prop: set/unset ...
./prop.at:53:
prop foo=bar ?foo +foo -foo ?foo

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/388/stderr 2017-03-07 20:02:24.248193003 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16105-lt-prop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.257882362 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/388/stdout 2017-03-07 20:02:24.252192836 +0330
@@ -1,6 +1 @@
-0: foo=bar: Success
-1: foo is set
-2: foo=bar
-3: unset foo: Success
-4: foo is not set

./prop.at:53: exit code was 1, expected 0
388. prop.at:53: 388. prop: set/unset (prop.at:53): FAILED (prop.at:53)

# -*- compilation -*-
389. prop.at:63: testing prop: read/save ...
./prop.at:63:
prop --file=db user=gray package=mailutils org=GNU test=6.a
if test -f db; then
prop --file=db | sort
else
echo 2>&1 "failed to create file"
exit 1
fi

prop --file=db -test
prop --file=db | sort

prop --file=db test=6.b descr="New test"
prop --file=db | sort

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/389/stderr 2017-03-07 20:02:24.276191831 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16134-lt-prop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.287386247 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/389/stdout 2017-03-07 20:02:24.284191498 +0330
@@ -1,23 +1,2 @@
-0: user=gray: Success
-1: package=mailutils: Success
-2: org=GNU: Success
-3: test=6.a: Success
-Property dump:
-org=GNU
-package=mailutils
-test=6.a
-user=gray
-0: unset test: Success
-Property dump:
-org=GNU
-package=mailutils
-user=gray
-0: test=6.b: Success
-1: descr=New test: Success
-Property dump:
-descr=New test
-org=GNU
-package=mailutils
-test=6.b
-user=gray
+failed to create file

./prop.at:63: exit code was 1, expected 0
389. prop.at:63: 389. prop: read/save (prop.at:63): FAILED (prop.at:63)

# -*- compilation -*-
390. prop.at:102: testing prop: clear ...
./prop.at:102:
prop --dump user=gray package=mailutils org=GNU 0 ?org

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/390/stderr 2017-03-07 20:02:24.308190495 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16163-lt-prop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.315416911 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/390/stdout 2017-03-07 20:02:24.308190495 +0330
@@ -1,7 +1 @@
-0: user=gray: Success
-1: package=mailutils: Success
-2: org=GNU: Success
-3: clear: Success
-4: org is not set
-Property dump:

./prop.at:102: exit code was 1, expected 0
390. prop.at:102: 390. prop: clear (prop.at:102): FAILED (prop.at:102)

# -*- compilation -*-
391. prop.at:113: testing prop: invalidate ...
./prop.at:113:
prop --file=db user=foo
prop --file=db ?user user=bar +user '!' +user

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/391/stderr 2017-03-07 20:02:24.344188988 +0330
@@ -0,0 +1,3 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16192-lt-prop: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16210-lt-prop: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.355944598 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/391/stdout 2017-03-07 20:02:24.348188822 +0330
@@ -1,7 +1 @@
-0: user=foo: Success
-0: user is set
-1: user=bar: Success
-2: user=bar
-3: invalidate: Success
-4: user=foo

./prop.at:113: exit code was 1, expected 0
391. prop.at:113: 391. prop: invalidate (prop.at:113): FAILED (prop.at:113)

# -*- compilation -*-
392. fsfolder00.at:17: testing List ...
./fsfolder00.at:20:
mkdir dir
dir/foo
dir/bar
dir/foo.mbox
mkdir dir/subdir
dir/subdir/file
dir/subdir/baz.mbox
fsfolder -name=dir -sort list "" "*" list subdir "*" list "" "*.mbox" list "subdir" "*.mbox"

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/392/stderr 2017-03-07 20:02:24.372187818 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16241-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.380508919 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/392/stdout 2017-03-07 20:02:24.372187818 +0330
@@ -1,16 +1 @@
-listing '' '*'
-d- / 0 dir/bar
-d- / 0 dir/foo
-d- / 0 dir/foo.mbox
-d- / 0 dir/subdir
-d- / 1 dir/subdir/baz.mbox
-d- / 1 dir/subdir/file
-listing 'subdir' '*'
-d- / 0 dir/subdir/baz.mbox
-d- / 0 dir/subdir/file
-listing '' '*.mbox'
-d- / 0 dir/foo.mbox
-d- / 1 dir/subdir/baz.mbox
-listing 'subdir' '*.mbox'
-d- / 0 dir/subdir/baz.mbox

./fsfolder00.at:20: exit code was 1, expected 0
392. fsfolder00.at:17: 392. List (fsfolder00.at:17): FAILED (fsfolder00.at:20)

# -*- compilation -*-
393. fsfolder01.at:17: testing Subscriptions ...
./fsfolder01.at:20:
mkdir dir
fsfolder -name=dir -sort lsub "" "*"
fsfolder -name=dir subscribe foo
fsfolder -name=dir -sort lsub "" "*"
fsfolder -name=dir subscribe baz subscribe foo/baz subscribe foo/bar
fsfolder -name=dir -sort lsub "" "*"
fsfolder -name=dir -sort lsub foo "*"
fsfolder -name=dir -sort lsub "" 'foo*'
fsfolder -name=dir unsubscribe baz
fsfolder -name=dir -sort lsub "" "*"
fsfolder -name=dir unsubscribe foo
fsfolder -name=dir -sort lsub "" "*"

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/393/stderr 2017-03-07 20:02:24.528181296 +0330
@@ -0,0 +1,12 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16271-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16289-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16307-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16325-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16343-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16361-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16379-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16397-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16415-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16433-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16451-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.537740795 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/393/stdout 2017-03-07 20:02:24.532181129 +0330
@@ -1,35 +1 @@
-listing subscriptions for '' '*'
-subscribing foo
-subscribe successful
-listing subscriptions for '' '*'
--f / 0 foo
-subscribing baz
-subscribe successful
-subscribing foo/baz
-subscribe successful
-subscribing foo/bar
-subscribe successful
-listing subscriptions for '' '*'
--f / 0 baz
--f / 0 foo
--f / 0 foo/bar
--f / 0 foo/baz
-listing subscriptions for 'foo' '*'
--f / 0 foo/bar
--f / 0 foo/baz
-listing subscriptions for '' 'foo*'
--f / 0 foo
--f / 0 foo/bar
--f / 0 foo/baz
-unsubscribing baz
-unsubscribe successful
-listing subscriptions for '' '*'
--f / 0 foo
--f / 0 foo/bar
--f / 0 foo/baz
-unsubscribing foo
-unsubscribe successful
-listing subscriptions for '' '*'
--f / 0 foo/bar
--f / 0 foo/baz

./fsfolder01.at:20: exit code was 1, expected 0
393. fsfolder01.at:17: 393. Subscriptions (fsfolder01.at:17): FAILED (fsfolder01.at:20)

# -*- compilation -*-
394. fsfolder02.at:17: testing Rename ...
./fsfolder02.at:20:
mkdir dir
dir/foo
fsfolder -name=dir rename foo bar
fsfolder -name=dir list "" "*"
dir/baz
fsfolder -name=dir rename bar baz

--- - 2017-03-07 20:02:24.584847817 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/394/stderr 2017-03-07 20:02:24.576179288 +0330
@@ -1,2 +1,4 @@
-fsfolder: mu_folder_rename(bar) failed: File exists
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16481-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16499-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16517-lt-fsfolder: Permission denied
+collect2: error: ld returned 1 exit statusn
--- - 2017-03-07 20:02:24.585835841 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/394/stdout 2017-03-07 20:02:24.580179122 +0330
@@ -1,6 +1 @@
-renaming foo to bar
-rename successful
-listing '' '*'
-d- / 0 dir/bar
-renaming bar to baz

./fsfolder02.at:20: exit code was 1, expected 0
394. fsfolder02.at:17: 394. Rename (fsfolder02.at:17): FAILED (fsfolder02.at:20)

# -*- compilation -*-
395. base64e.at:17: testing base64 encoding (read) ...
./base64e.at:20:
cp $abs_top_srcdir/libmailutils/tests/Decode expout
fltst base64 encode read nl < $abs_top_srcdir/libmailutils/tests/Encode
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/395/stderr 2017-03-07 20:02:24.604178118 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16548-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:24.588178788 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/395/stdout 2017-03-07 20:02:24.588178788 +0330
@@ -1,5 +0,0 @@
-AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4
-OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3Bx
-cnN0dXZ3eHl6e3x9fn+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmq
-q6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj
-5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/w==
./base64e.at:20: exit code was 1, expected 0
395. base64e.at:17: 395. base64 encoding (read) (base64e.at:17): FAILED (base64e.at:20)

# -*- compilation -*-
396. base64e.at:29: testing base64 encoding (write) ...
./base64e.at:32:
cp $abs_top_srcdir/libmailutils/tests/Decode expout
fltst base64 encode write nl < $abs_top_srcdir/libmailutils/tests/Encode
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/396/stderr 2017-03-07 20:02:24.632176948 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16577-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:24.616177616 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/396/stdout 2017-03-07 20:02:24.616177616 +0330
@@ -1,5 +0,0 @@
-AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4
-OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3Bx
-cnN0dXZ3eHl6e3x9fn+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmq
-q6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj
-5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/w==
./base64e.at:32: exit code was 1, expected 0
396. base64e.at:29: 396. base64 encoding (write) (base64e.at:29): FAILED (base64e.at:32)

# -*- compilation -*-
397. base64d.at:17: testing base64 decoding (read) ...
./base64d.at:20:
cp $abs_top_srcdir/libmailutils/tests/Encode expout
fltst base64 decode read < $abs_top_srcdir/libmailutils/tests/Decode
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/397/stderr 2017-03-07 20:02:24.660175777 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16606-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
Binary files expout and /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/397/stdout differ
./base64d.at:20: exit code was 1, expected 0
397. base64d.at:17: 397. base64 decoding (read) (base64d.at:17): FAILED (base64d.at:20)

# -*- compilation -*-
398. base64d.at:29: testing base64 decoding (write) ...
./base64d.at:32:
cp $abs_top_srcdir/libmailutils/tests/Encode expout
fltst base64 decode write < $abs_top_srcdir/libmailutils/tests/Decode
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/398/stderr 2017-03-07 20:02:24.684174773 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16635-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
Binary files expout and /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/398/stdout differ
./base64d.at:32: exit code was 1, expected 0
398. base64d.at:29: 398. base64 decoding (write) (base64d.at:29): FAILED (base64d.at:32)

# -*- compilation -*-
399. decode2047.at:32: testing Decode 2047: =?US-ASCII?Q?Keith_Moore?= <***@cs.utk.edu> ...
./decode2047.at:32:
cat >input <<'_ATEOF'
=?US-ASCII?Q?Keith_Moore?= <***@cs.utk.edu>
_ATEOF

decode2047 -p < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/399/stderr 2017-03-07 20:02:24.712173603 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16664-lt-decode2047: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.721667332 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/399/stdout 2017-03-07 20:02:24.716173435 +0330
@@ -1,2 +1 @@
-Keith Moore <***@cs.utk.edu>

./decode2047.at:32: exit code was 1, expected 0
399. decode2047.at:32: 399. Decode 2047: =?US-ASCII?Q?Keith_Moore?= <***@cs.utk.edu> (decode2047.at:32): FAILED (decode2047.at:32)

# -*- compilation -*-
400. decode2047.at:37: testing Decode 2047: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <***@dkuug.dk> ...
./decode2047.at:37:
cat >input <<'_ATEOF'
=?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <***@dkuug.dk>
_ATEOF

decode2047 -p < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/400/stderr 2017-03-07 20:02:24.740172432 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16694-lt-decode2047: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.749989949 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/400/stdout 2017-03-07 20:02:24.744172264 +0330
@@ -1,2 +1 @@
-Keld J\370rn Simonsen <***@dkuug.dk>

./decode2047.at:37: exit code was 1, expected 0
400. decode2047.at:37: 400. Decode 2047: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <***@dkuug.dk> (decode2047.at:37): FAILED (decode2047.at:37)

# -*- compilation -*-
401. decode2047.at:42: testing Decode 2047: =?ISO-8859-1?Q?Andr=E9?= Pirard <***@vm1.ulg.ac.be> ...
./decode2047.at:42:
cat >input <<'_ATEOF'
=?ISO-8859-1?Q?Andr=E9?= Pirard <***@vm1.ulg.ac.be>
_ATEOF

decode2047 -p < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/401/stderr 2017-03-07 20:02:24.768171262 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16724-lt-decode2047: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.775756062 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/401/stdout 2017-03-07 20:02:24.768171262 +0330
@@ -1,2 +1 @@
-Andr\351 Pirard <***@vm1.ulg.ac.be>

./decode2047.at:42: exit code was 1, expected 0
401. decode2047.at:42: 401. Decode 2047: =?ISO-8859-1?Q?Andr=E9?= Pirard <***@vm1.ulg.ac.be> (decode2047.at:42): FAILED (decode2047.at:42)

# -*- compilation -*-
402. decode2047.at:47: testing Decode 2047: =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= ... =?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?= ...
./decode2047.at:47:
cat >input <<'_ATEOF'
=?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= ... =?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
_ATEOF

decode2047 -p < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/402/stderr 2017-03-07 20:02:24.792170258 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16754-lt-decode2047: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.803788308 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/402/stdout 2017-03-07 20:02:24.796170090 +0330
@@ -1,2 +1 @@
-If you can read this yo ... u understand the example.

./decode2047.at:47: exit code was 1, expected 0
402. decode2047.at:47: 402. Decode 2047: =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= ... =?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?= (decode2047.at:47): FAILED (decode2047.at:47)

# -*- compilation -*-
403. decode2047.at:53: testing Decode 2047: malformed input ...
./decode2047.at:53:
cat >input <<'_ATEOF'
=?koi8-r?B?RndkOiDSxcfJ09TSwcPJ0SDEz83FzsE?=
_ATEOF

decode2047 -p < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/403/stderr 2017-03-07 20:02:24.820169087 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16784-lt-decode2047: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.831532472 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/403/stdout 2017-03-07 20:02:24.824168919 +0330
@@ -1,2 +1 @@
-Fwd: \322\305\307\311\323\324\322\301\303\311\321 \304\317\315\305

./decode2047.at:53: exit code was 1, expected 0
403. decode2047.at:53: 403. Decode 2047: malformed input (decode2047.at:53): FAILED (decode2047.at:53)

# -*- compilation -*-
404. encode2047.at:31: testing Encode 2047: 8-bit input ...
./encode2047.at:31:
cat >input <<'_ATEOF'
\\345\326\305\304\316\305\327\316\331\312\040\317\324\336\305\324
_ATEOF

encode2047 -eB -c koi8-r -o < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/404/stderr 2017-03-07 20:02:24.848167917 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16814-lt-encode2047: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.856206000 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/404/stdout 2017-03-07 20:02:24.848167917 +0330
@@ -1,2 +1 @@
-=?koi8-r?B?5dbFxM7F187ZyiDP1N7F1A==?=

./encode2047.at:31: exit code was 1, expected 0
404. encode2047.at:31: 404. Encode 2047: 8-bit input (encode2047.at:31): FAILED (encode2047.at:31)

# -*- compilation -*-
405. encode2047.at:36: testing Encode 2047: padding 1 ...
./encode2047.at:36:
cat >input <<'_ATEOF'
abcd
_ATEOF

encode2047 -eB < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/405/stderr 2017-03-07 20:02:24.876166745 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16844-lt-encode2047: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.884284504 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/405/stdout 2017-03-07 20:02:24.876166745 +0330
@@ -1,2 +1 @@
-=?iso-8859-1?B?YWJjZA==?=

./encode2047.at:36: exit code was 1, expected 0
405. encode2047.at:36: 405. Encode 2047: padding 1 (encode2047.at:36): FAILED (encode2047.at:36)

# -*- compilation -*-
406. encode2047.at:41: testing Encode 2047: padding 2 ...
./encode2047.at:41:
cat >input <<'_ATEOF'
abcdef
_ATEOF

encode2047 -eB < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/406/stderr 2017-03-07 20:02:24.904165574 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16874-lt-encode2047: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.914055290 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/406/stdout 2017-03-07 20:02:24.908165408 +0330
@@ -1,2 +1 @@
-=?iso-8859-1?B?YWJjZGVm?=

./encode2047.at:41: exit code was 1, expected 0
406. encode2047.at:41: 406. Encode 2047: padding 2 (encode2047.at:41): FAILED (encode2047.at:41)

# -*- compilation -*-
407. encode2047.at:46: testing Encode 2047: padding 3 ...
./encode2047.at:46:
cat >input <<'_ATEOF'
Wichtige Mitteilung zur Schaltung Ihres Anschlusses
_ATEOF

encode2047 -eB -cUTF-8 < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/407/stderr 2017-03-07 20:02:24.936164236 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16904-lt-encode2047: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.943517607 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/407/stdout 2017-03-07 20:02:24.936164236 +0330
@@ -1,2 +1 @@
-=?UTF-8?B?V2ljaHRpZ2UgTWl0dGVpbHVuZyB6dXIgU2NoYWx0dW5nIElocmVzIEFuc2NobHVzc2Vz?=

./encode2047.at:46: exit code was 1, expected 0
407. encode2047.at:46: 407. Encode 2047: padding 3 (encode2047.at:46): FAILED (encode2047.at:46)

# -*- compilation -*-
408. fromflt.at:41: testing from filter encoding (read) ...
./fromflt.at:44:
cat >input <<'_ATEOF'
From this time on
from that source
From stdin
and
From them
_ATEOF

fltst from encode read < input

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/408/stderr 2017-03-07 20:02:24.964163066 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16934-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.971257248 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/408/stdout 2017-03-07 20:02:24.964163066 +0330
@@ -1,6 +1 @@
->From this time on
-from that source
- From stdin
-and
->From them

./fromflt.at:44: exit code was 1, expected 0
408. fromflt.at:41: 408. from filter encoding (read) (fromflt.at:41): FAILED (fromflt.at:44)

# -*- compilation -*-
409. fromflt.at:55: testing from filter encoding (write) ...
./fromflt.at:58:
cat >input <<'_ATEOF'
From this time on
from that source
From stdin
and
From them
_ATEOF

fltst from encode write < input

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/409/stderr 2017-03-07 20:02:24.988162063 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16964-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:24.998899912 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/409/stdout 2017-03-07 20:02:24.992161896 +0330
@@ -1,6 +1 @@
->From this time on
-from that source
- From stdin
-and
->From them

./fromflt.at:58: exit code was 1, expected 0
409. fromflt.at:55: 409. from filter encoding (write) (fromflt.at:55): FAILED (fromflt.at:58)

# -*- compilation -*-
410. fromflt.at:71: testing from filter decoding (read) ...
./fromflt.at:74:
cat >input <<'_ATEOF'
From this time on
from that source
From stdin
and
From them
_ATEOF

fltst from decode read < input

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/410/stderr 2017-03-07 20:02:25.016160893 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/16994-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.028180631 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/410/stdout 2017-03-07 20:02:25.020160724 +0330
@@ -1,6 +1 @@
-From this time on
-from that source
- From stdin
-and
-From them

./fromflt.at:74: exit code was 1, expected 0
410. fromflt.at:71: 410. from filter decoding (read) (fromflt.at:71): FAILED (fromflt.at:74)

# -*- compilation -*-
411. fromflt.at:85: testing from filter decoding (write) ...
./fromflt.at:88:
cat >input <<'_ATEOF'
From this time on
from that source
From stdin
and
From them
_ATEOF

fltst from decode write < input

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/411/stderr 2017-03-07 20:02:25.048159555 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17024-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.057963177 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/411/stdout 2017-03-07 20:02:25.048159555 +0330
@@ -1,6 +1 @@
-From this time on
-from that source
- From stdin
-and
-From them

./fromflt.at:88: exit code was 1, expected 0
411. fromflt.at:85: 411. from filter decoding (write) (fromflt.at:85): FAILED (fromflt.at:88)

# -*- compilation -*-
412. inline-comment.at:43: testing inline-comment: default ...
./inline-comment.at:43: fltst inline-comment decode read < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/412/stderr 2017-03-07 20:02:25.076158385 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17055-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.064158886 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/412/stdout 2017-03-07 20:02:25.064158886 +0330
@@ -1,5 +0,0 @@
-text 1
-text 2
-
-text 3
-
./inline-comment.at:43: exit code was 1, expected 0
412. inline-comment.at:43: 412. inline-comment: default (inline-comment.at:43): FAILED (inline-comment.at:43)

# -*- compilation -*-
413. inline-comment.at:58: testing inline-comment: change comment starter ...
./inline-comment.at:58: fltst inline-comment decode read -- % < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/413/stderr 2017-03-07 20:02:25.108157047 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17085-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.092157716 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/413/stdout 2017-03-07 20:02:25.096157550 +0330
@@ -1,5 +0,0 @@
-text 1
-text 2
-
-text 3
-
./inline-comment.at:58: exit code was 1, expected 0
413. inline-comment.at:58: 413. inline-comment: change comment starter (inline-comment.at:58): FAILED (inline-comment.at:58)

# -*- compilation -*-
414. inline-comment.at:73: testing inline-comment: remove empty lines ...
./inline-comment.at:73: fltst inline-comment decode read -- -r < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/414/stderr 2017-03-07 20:02:25.136155877 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17115-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.124156380 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/414/stdout 2017-03-07 20:02:25.124156380 +0330
@@ -1,5 +0,0 @@
-text 1
-text 2
- text 3
-text 4
- text 5
./inline-comment.at:73: exit code was 1, expected 0
414. inline-comment.at:73: 414. inline-comment: remove empty lines (inline-comment.at:73): FAILED (inline-comment.at:73)

# -*- compilation -*-
415. inline-comment.at:93: testing inline-comment: remove empty lines/squeeze whitespace ...
./inline-comment.at:93: fltst inline-comment decode read -- -r -s < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/415/stderr 2017-03-07 20:02:25.168154541 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17145-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.152155208 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/415/stdout 2017-03-07 20:02:25.152155208 +0330
@@ -1,5 +0,0 @@
-text 1
-text 2
- text 3
-text 4
- text 5
./inline-comment.at:93: exit code was 1, expected 0
415. inline-comment.at:93: 415. inline-comment: remove empty lines/squeeze whitespace (inline-comment.at:93): FAILED (inline-comment.at:93)

# -*- compilation -*-
416. inline-comment.at:113: testing inline-comment: multichar comment starter ...
./inline-comment.at:113: fltst inline-comment decode read -- rem < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/416/stderr 2017-03-07 20:02:25.196153370 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17175-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.184153872 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/416/stdout 2017-03-07 20:02:25.184153872 +0330
@@ -1,4 +0,0 @@
-Text line 1
-Text line 2
-Text line 3
-
./inline-comment.at:113: exit code was 1, expected 0
416. inline-comment.at:113: 416. inline-comment: multichar comment starter (inline-comment.at:113): FAILED (inline-comment.at:113)

# -*- compilation -*-
417. inline-comment.at:125: testing inline-comment: multichar comment starter; follow ws; follow ws mode ...
./inline-comment.at:125: fltst inline-comment decode read -- rem -S < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/417/stderr 2017-03-07 20:02:25.228152033 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17205-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.212152702 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/417/stdout 2017-03-07 20:02:25.212152702 +0330
@@ -1,5 +0,0 @@
-Text line 1
-Text line 2
-remark text (sic!)
-Text line 3
-
./inline-comment.at:125: exit code was 1, expected 0
417. inline-comment.at:125: 417. inline-comment: multichar comment starter; follow ws; follow ws mode (inline-comment.at:125): FAILED (inline-comment.at:125)

# -*- compilation -*-
418. inline-comment.at:139: testing inline-comment: multichar; squeeze; remove empty ...
./inline-comment.at:139: fltst inline-comment decode read -- rem -S -r < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/418/stderr 2017-03-07 20:02:25.260150695 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17235-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.244151364 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/418/stdout 2017-03-07 20:02:25.244151364 +0330
@@ -1,5 +0,0 @@
-text 1
-text 2
- text 3
-text 4
- text 5
./inline-comment.at:139: exit code was 1, expected 0
418. inline-comment.at:139: 418. inline-comment: multichar; squeeze; remove empty (inline-comment.at:139): FAILED (inline-comment.at:139)

# -*- compilation -*-
419. inline-comment.at:159: testing inline-comment: line info facility ...
./inline-comment.at:159: fltst inline-comment decode read -- -i ';line' ';' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/419/stderr 2017-03-07 20:02:25.288149525 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17265-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.272150194 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/419/stdout 2017-03-07 20:02:25.272150194 +0330
@@ -1,6 +0,0 @@
-;line 2
-this is line 2
-this is line 3
-;line 9
-this is line 9
-
./inline-comment.at:159: exit code was 1, expected 0
419. inline-comment.at:159: 419. inline-comment: line info facility (inline-comment.at:159): FAILED (inline-comment.at:159)

# -*- compilation -*-
420. inline-comment.at:177: testing inline-comment: line info: newline after comment ...
./inline-comment.at:177: fltst inline-comment decode read -- -i ';line' -S ';' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/420/stderr 2017-03-07 20:02:25.316148355 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17295-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.300149025 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/420/stdout 2017-03-07 20:02:25.300149025 +0330
@@ -1,3 +0,0 @@
-;line 2
-text
-
./inline-comment.at:177: exit code was 1, expected 0
420. inline-comment.at:177: 420. inline-comment: line info: newline after comment (inline-comment.at:177): FAILED (inline-comment.at:177)

# -*- compilation -*-
421. inline-comment.at:186: testing inline-comment: line info with follow ws ...
./inline-comment.at:186: fltst inline-comment decode read -- ';' -S -i ';' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/421/stderr 2017-03-07 20:02:25.344147186 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17325-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.328147855 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/421/stdout 2017-03-07 20:02:25.328147855 +0330
@@ -1,10 +0,0 @@
-; 2
-;:directive=1
-first line
-; 5
-second line
-;:directive=2
-; 8
-;:directive=3
-last line
-
./inline-comment.at:186: exit code was 1, expected 0
421. inline-comment.at:186: 421. inline-comment: line info with follow ws (inline-comment.at:186): FAILED (inline-comment.at:186)

# -*- compilation -*-
422. inline-comment.at:213: testing inline-comment: encode ...
./inline-comment.at:213: fltst inline-comment encode read < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/422/stderr 2017-03-07 20:02:25.372146016 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17355-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.360146517 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/422/stdout 2017-03-07 20:02:25.360146517 +0330
@@ -1,4 +0,0 @@
-;C'est dans dix ans je m'en irai
-;J'entends le loup et le renard chanter
-;J'entends le loup, le renard et la belette
-;J'entends le loup et le renard chanter
./inline-comment.at:213: exit code was 1, expected 0
422. inline-comment.at:213: 422. inline-comment: encode (inline-comment.at:213): FAILED (inline-comment.at:213)

# -*- compilation -*-
423. inline-comment.at:223: testing inline-comment: encode multichar; add ws ...
./inline-comment.at:223: fltst inline-comment encode read -- NB: -S < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/423/stderr 2017-03-07 20:02:25.400144846 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17385-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.388145347 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/423/stdout 2017-03-07 20:02:25.388145347 +0330
@@ -1,4 +0,0 @@
-NB: Tri martolod yaouank
-NB: O voned da voyagi
-NB: Gant'el oant bet kaset
-NB: Betek an douar nevez
./inline-comment.at:223: exit code was 1, expected 0
423. inline-comment.at:223: 423. inline-comment: encode multichar; add ws (inline-comment.at:223): FAILED (inline-comment.at:223)

# -*- compilation -*-
424. hdrflt.at:17: testing header filter ...
./hdrflt.at:39: fltst header decode read < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/424/stderr 2017-03-07 20:02:25.432143508 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17415-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.416144177 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/424/stdout 2017-03-07 20:02:25.416144177 +0330
@@ -1,3 +0,0 @@
-From: ***@gnu.org
-To: ***@example.com
-Subject: test
./hdrflt.at:39: exit code was 1, expected 0
424. hdrflt.at:17: 424. header filter (hdrflt.at:17): FAILED (hdrflt.at:39)

# -*- compilation -*-
425. linecon.at:17: testing linecon filter ...
./linecon.at:38: fltst linecon decode read < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/425/stderr 2017-03-07 20:02:25.460142339 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17445-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.448142839 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/425/stdout 2017-03-07 20:02:25.448142839 +0330
@@ -1,5 +0,0 @@
-input line 1
-input line 2
-a very long logical line split over several physical ones
-a li\ne with \escapes
-backslash followed by a space \
./linecon.at:38: exit code was 1, expected 0
425. linecon.at:17: 425. linecon filter (linecon.at:17): FAILED (linecon.at:38)

# -*- compilation -*-
426. linecon.at:50: testing linecon filter: line info facility ...
./linecon.at:78: fltst linecon decode read -- -i ';line' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/426/stderr 2017-03-07 20:02:25.488141169 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17475-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- expout 2017-03-07 20:02:25.476141669 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/426/stdout 2017-03-07 20:02:25.476141669 +0330
@@ -1,9 +0,0 @@
-input line 1
-input line 2
-a very long logical line split over several physical ones
-;line 8
-a li\ne with \escapes
-backslash followed by a space \
-another split line\\\n
-;line 12
-end of test
./linecon.at:78: exit code was 1, expected 0
426. linecon.at:50: 426. linecon filter: line info facility (linecon.at:50): FAILED (linecon.at:78)

# -*- compilation -*-
427. htmlent.at:17: testing htmlent filter ...
./htmlent.at:21: fltst htmlent encode read <<EOT
<html>
<head>
<title>Foo</title>
</head>
<body>
Text & more text
</body>
</html>
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/427/stderr 2017-03-07 20:02:25.520139831 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17503-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.527657365 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/427/stdout 2017-03-07 20:02:25.520139831 +0330
@@ -1,9 +1 @@
-&lt;html&gt;
-&lt;head&gt;
- &lt;title&gt;Foo&lt;/title&gt;
-&lt;/head&gt;
-&lt;body&gt;
- Text &amp; more text
-&lt;/body&gt;
-&lt;/html&gt;

./htmlent.at:21: exit code was 1, expected 0
427. htmlent.at:17: 427. htmlent filter (htmlent.at:17): FAILED (htmlent.at:21)

# -*- compilation -*-
428. xml.at:17: testing xml filter ...
./xml.at:21: fltst xml encode read <<EOT
<body>
Text & more text
</body>
EOT

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/428/stderr 2017-03-07 20:02:25.548138661 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17532-lt-fltst: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.555346874 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/428/stdout 2017-03-07 20:02:25.548138661 +0330
@@ -1,4 +1 @@
-&lt;body&gt;
- Text &amp; more&#xc;text
-&lt;/body&gt;

./xml.at:21: exit code was 1, expected 0
428. xml.at:17: 428. xml filter (xml.at:17): FAILED (xml.at:21)

# -*- compilation -*-
429. debugspec.at:31: testing debugspec: mailbox ...
./debugspec.at:31: debugspec mailbox
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/429/stderr 2017-03-07 20:02:25.576137491 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17561-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.584158296 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/429/stdout 2017-03-07 20:02:25.576137491 +0330
@@ -1,2 +1 @@
-mailbox

./debugspec.at:31: exit code was 1, expected 0
429. debugspec.at:31: 429. debugspec: mailbox (debugspec.at:31): FAILED (debugspec.at:31)

# -*- compilation -*-
430. debugspec.at:35: testing debugspec: mailbox.=trace2 ...
./debugspec.at:35: debugspec mailbox.=trace2
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/430/stderr 2017-03-07 20:02:25.600136488 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17590-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.611141870 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/430/stdout 2017-03-07 20:02:25.604136321 +0330
@@ -1,2 +1 @@
-mailbox.=trace2

./debugspec.at:35: exit code was 1, expected 0
430. debugspec.at:35: 430. debugspec: mailbox.=trace2 (debugspec.at:35): FAILED (debugspec.at:35)

# -*- compilation -*-
431. debugspec.at:39: testing debugspec: mailbox.trace3 ...
./debugspec.at:39: debugspec mailbox.trace3
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/431/stderr 2017-03-07 20:02:25.624135485 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17619-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.635722317 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/431/stdout 2017-03-07 20:02:25.628135318 +0330
@@ -1,2 +1 @@
-mailbox.trace3

./debugspec.at:39: exit code was 1, expected 0
431. debugspec.at:39: 431. debugspec: mailbox.trace3 (debugspec.at:39): FAILED (debugspec.at:39)

# -*- compilation -*-
432. debugspec.at:43: testing debugspec: mailbox.!trace3 ...
./debugspec.at:43: debugspec mailbox.!trace3
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/432/stderr 2017-03-07 20:02:25.652134315 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17648-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.661606740 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/432/stdout 2017-03-07 20:02:25.656134148 +0330
@@ -1,2 +1 @@
-mailbox.trace4-prot

./debugspec.at:43: exit code was 1, expected 0
432. debugspec.at:43: 432. debugspec: mailbox.!trace3 (debugspec.at:43): FAILED (debugspec.at:43)

# -*- compilation -*-
433. debugspec.at:47: testing debugspec: mailbox.!=trace3 ...
./debugspec.at:47: debugspec mailbox.!=trace3
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/433/stderr 2017-03-07 20:02:25.680133145 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17677-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.689091577 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/433/stdout 2017-03-07 20:02:25.684132978 +0330
@@ -1,2 +1 @@
-mailbox.trace2,trace4-prot

./debugspec.at:47: exit code was 1, expected 0
433. debugspec.at:47: 433. debugspec: mailbox.!=trace3 (debugspec.at:47): FAILED (debugspec.at:47)

# -*- compilation -*-
434. debugspec.at:51: testing debugspec: mailbox.!=prot ...
./debugspec.at:51: debugspec mailbox.!=prot
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/434/stderr 2017-03-07 20:02:25.708131975 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17706-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.716738805 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/434/stdout 2017-03-07 20:02:25.708131975 +0330
@@ -1,2 +1 @@
-mailbox.trace9

./debugspec.at:51: exit code was 1, expected 0
434. debugspec.at:51: 434. debugspec: mailbox.!=prot (debugspec.at:51): FAILED (debugspec.at:51)

# -*- compilation -*-
435. debugspec.at:55: testing debugspec: mailbox.prot,!=trace4 ...
./debugspec.at:55: debugspec mailbox.prot,!=trace4
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/435/stderr 2017-03-07 20:02:25.736130805 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17735-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.744956010 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/435/stdout 2017-03-07 20:02:25.740130637 +0330
@@ -1,2 +1 @@
-mailbox.trace3,trace5-prot

./debugspec.at:55: exit code was 1, expected 0
435. debugspec.at:55: 435. debugspec: mailbox.prot,!=trace4 (debugspec.at:55): FAILED (debugspec.at:55)

# -*- compilation -*-
436. debugspec.at:59: testing debugspec: mailbox.prot,!trace4 ...
./debugspec.at:59: debugspec mailbox.prot,!trace4
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/436/stderr 2017-03-07 20:02:25.764129635 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17764-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.774502506 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/436/stdout 2017-03-07 20:02:25.768129467 +0330
@@ -1,2 +1 @@
-mailbox.trace5-prot

./debugspec.at:59: exit code was 1, expected 0
436. debugspec.at:59: 436. debugspec: mailbox.prot,!trace4 (debugspec.at:59): FAILED (debugspec.at:59)

# -*- compilation -*-
437. debugspec.at:63: testing debugspec: mailbox.trace2-trace5 ...
./debugspec.at:63: debugspec mailbox.trace2-trace5
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/437/stderr 2017-03-07 20:02:25.788128632 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17793-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.802922661 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/437/stdout 2017-03-07 20:02:25.796128297 +0330
@@ -1,2 +1 @@
-mailbox.trace2-trace5

./debugspec.at:63: exit code was 1, expected 0
437. debugspec.at:63: 437. debugspec: mailbox.trace2-trace5 (debugspec.at:63): FAILED (debugspec.at:63)

# -*- compilation -*-
438. debugspec.at:67: testing debugspec: mailbox.trace2-trace5,trace7-prot ...
./debugspec.at:67: debugspec mailbox.trace2-trace5,trace7-prot
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/438/stderr 2017-03-07 20:02:25.820127294 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17822-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.829093300 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/438/stdout 2017-03-07 20:02:25.820127294 +0330
@@ -1,2 +1 @@
-mailbox.trace2-trace5,trace7-prot

./debugspec.at:67: exit code was 1, expected 0
438. debugspec.at:67: 438. debugspec: mailbox.trace2-trace5,trace7-prot (debugspec.at:67): FAILED (debugspec.at:67)

# -*- compilation -*-
439. debugspec.at:71: testing debugspec: 'mailbox.error,=trace3,=trace7,=trace9;mailer.trace7,!trace2' ...
./debugspec.at:71: debugspec 'mailbox.error,=trace3,=trace7,=trace9;mailer.trace7,!trace2'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/439/stderr 2017-03-07 20:02:25.848126124 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17851-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.857178411 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/439/stdout 2017-03-07 20:02:25.852125958 +0330
@@ -1,2 +1 @@
-mailbox.=error,=trace3,=trace7,=trace9;mailer.trace3-trace7

./debugspec.at:71: exit code was 1, expected 0
439. debugspec.at:71: 439. debugspec: 'mailbox.error,=trace3,=trace7,=trace9;mailer.trace7,!trace2' (debugspec.at:71): FAILED (debugspec.at:71)

# -*- compilation -*-
440. debugspec.at:76: testing debugspec: -showunset -names='mailbox;mailer;filter' 'mailbox.error,=trace3,=trace7,=trace9;mailer.trace7,!trace2' ...
./debugspec.at:76: debugspec -showunset -names='mailbox;mailer;filter' 'mailbox.error,=trace3,=trace7,=trace9;mailer.trace7,!trace2'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/440/stderr 2017-03-07 20:02:25.876124954 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17880-lt-debugspec: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:25.886733057 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/440/stdout 2017-03-07 20:02:25.880124788 +0330
@@ -1,2 +1 @@
-!filter;mailbox.=error,=trace3,=trace7,=trace9;mailer.trace3-trace7

./debugspec.at:76: exit code was 1, expected 0
440. debugspec.at:76: 440. debugspec: -showunset -names='mailbox;mailer;filter' 'mailbox.error,=trace3,=trace7,=trace9;mailer.trace7,!trace2' (debugspec.at:76): FAILED (debugspec.at:76)

# -*- compilation -*-
441. imapio.at:39: testing imapio: simple string ...
./imapio.at:39:
cat >input <<'_ATEOF'
1 select INBOX

_ATEOF

imapio < input
--- - 2017-03-07 20:02:25.917304558 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/441/stderr 2017-03-07 20:02:25.912123450 +0330
@@ -1,5 +1,2 @@
-3
-0: '1'
-1: 'select'
-2: 'INBOX'
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17910-lt-imapio: Permission denied
+collect2: error: ld returned 1 exit statusn
./imapio.at:39: exit code was 1, expected 0
441. imapio.at:39: 441. imapio: simple string (imapio.at:39): FAILED (imapio.at:39)

# -*- compilation -*-
442. imapio.at:49: testing imapio: quoted string ...
./imapio.at:49:
cat >input <<'_ATEOF'
1 select "Test mailbox"

_ATEOF

imapio < input
--- - 2017-03-07 20:02:25.948019571 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/442/stderr 2017-03-07 20:02:25.940122281 +0330
@@ -1,5 +1,2 @@
-3
-0: '1'
-1: 'select'
-2: 'Test mailbox'
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17939-lt-imapio: Permission denied
+collect2: error: ld returned 1 exit statusn
./imapio.at:49: exit code was 1, expected 0
442. imapio.at:49: 442. imapio: quoted string (imapio.at:49): FAILED (imapio.at:49)

# -*- compilation -*-
443. imapio.at:59: testing imapio: server response ...
./imapio.at:59:
cat >input <<'_ATEOF'
1 OK That's OK

_ATEOF

imapio < input
--- - 2017-03-07 20:02:25.978720133 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/443/stderr 2017-03-07 20:02:25.972120943 +0330
@@ -1,5 +1,2 @@
-3
-0: '1'
-1: 'OK'
-2: 'That's OK'
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17968-lt-imapio: Permission denied
+collect2: error: ld returned 1 exit statusn
./imapio.at:59: exit code was 1, expected 0
443. imapio.at:59: 443. imapio: server response (imapio.at:59): FAILED (imapio.at:59)

# -*- compilation -*-
444. imapio.at:69: testing imapio: server response with code ...
./imapio.at:69:
cat >input <<'_ATEOF'
* OK [UIDNEXT 61] Predicted next uid

_ATEOF

imapio < input
--- - 2017-03-07 20:02:26.007040833 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/444/stderr 2017-03-07 20:02:26.000119773 +0330
@@ -1,9 +1,2 @@
-7
-0: '*'
-1: 'OK'
-2: '['
-3: 'UIDNEXT'
-4: '61'
-5: ']'
-6: 'Predicted next uid'
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/17997-lt-imapio: Permission denied
+collect2: error: ld returned 1 exit statusn
./imapio.at:69: exit code was 1, expected 0
444. imapio.at:69: 444. imapio: server response with code (imapio.at:69): FAILED (imapio.at:69)

# -*- compilation -*-
445. imapio.at:83: testing imapio: literals (client) ...
./imapio.at:83:
cat >input <<'_ATEOF'
A001 LOGIN {11}
FRED FOOBAR {7}
fat man

_ATEOF

imapio < input
--- - 2017-03-07 20:02:26.039641216 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/445/stderr 2017-03-07 20:02:26.032118437 +0330
@@ -1,6 +1,2 @@
-4
-0: 'A001'
-1: 'LOGIN'
-2: 'FRED FOOBAR'
-3: 'fat man'
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18026-lt-imapio: Permission denied
+collect2: error: ld returned 1 exit statusn
./imapio.at:83: exit code was 1, expected 0
445. imapio.at:83: 445. imapio: literals (client) (imapio.at:83): FAILED (imapio.at:83)

# -*- compilation -*-
446. imapio.at:97: testing imapio: literals (server) ...
./imapio.at:97:
cat >input <<'_ATEOF'
A001 LOGIN {11}
FRED FOOBAR {7}
fat man

_ATEOF

imapio -server < input
--- - 2017-03-07 20:02:26.080405433 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/446/stderr 2017-03-07 20:02:26.072116766 +0330
@@ -1,6 +1,2 @@
-4
-0: 'A001'
-1: 'LOGIN'
-2: 'FRED FOOBAR'
-3: 'fat man'
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18055-lt-imapio: Permission denied
+collect2: error: ld returned 1 exit statusn
--- - 2017-03-07 20:02:26.082022342 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/446/stdout 2017-03-07 20:02:26.076116598 +0330
@@ -1,3 +1 @@
-+ GO AHEAD
-+ GO AHEAD

./imapio.at:97: exit code was 1, expected 0
446. imapio.at:97: 446. imapio: literals (server) (imapio.at:97): FAILED (imapio.at:97)

# -*- compilation -*-
447. imapio.at:112: testing imapio: non-synchronized literals (server) ...
./imapio.at:112:
cat >input <<'_ATEOF'
A001 LOGIN {11+}
FRED FOOBAR {7+}
fat man

_ATEOF

imapio -server < input
--- - 2017-03-07 20:02:26.113530181 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/447/stderr 2017-03-07 20:02:26.108115262 +0330
@@ -1,6 +1,2 @@
-4
-0: 'A001'
-1: 'LOGIN'
-2: 'FRED FOOBAR'
-3: 'fat man'
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18086-lt-imapio: Permission denied
+collect2: error: ld returned 1 exit statusn
./imapio.at:112: exit code was 1, expected 0
447. imapio.at:112: 447. imapio: non-synchronized literals (server) (imapio.at:112): FAILED (imapio.at:112)

# -*- compilation -*-
448. modmesg00.at:17: testing unmodified message ...
./modmesg00.at:20: modmesg
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/448/stderr 2017-03-07 20:02:26.136114093 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18114-lt-modmesg: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.146329533 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/448/stdout 2017-03-07 20:02:26.140113925 +0330
@@ -1,5 +1 @@
-From: root
-
-This is a test message.
-oo

./modmesg00.at:20: exit code was 1, expected 0
448. modmesg00.at:17: 448. unmodified message (modmesg00.at:17): FAILED (modmesg00.at:20)

# -*- compilation -*-
449. modmesg01.at:17: testing add headers ...
./modmesg01.at:20: modmesg -a To:***@localhost -a Subject:test
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/449/stderr 2017-03-07 20:02:26.168112756 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18143-lt-modmesg: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.178030074 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/449/stdout 2017-03-07 20:02:26.172112589 +0330
@@ -1,7 +1 @@
-Subject: test
-To: ***@localhost
-From: root
-
-This is a test message.
-oo

./modmesg01.at:20: exit code was 1, expected 0
449. modmesg01.at:17: 449. add headers (modmesg01.at:17): FAILED (modmesg01.at:20)

# -*- compilation -*-
450. modmesg02.at:17: testing modify body ...
./modmesg02.at:20: modmesg -t "word\n"
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/450/stderr 2017-03-07 20:02:26.200111420 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18172-lt-modmesg: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.208493662 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/450/stdout 2017-03-07 20:02:26.200111420 +0330
@@ -1,6 +1 @@
-From: root
-
-This is a test message.
-oo
-word

./modmesg02.at:20: exit code was 1, expected 0
450. modmesg02.at:17: 450. modify body (modmesg02.at:17): FAILED (modmesg02.at:20)

# -*- compilation -*-
451. modmesg03.at:17: testing modify headers and body ...
./modmesg03.at:20: modmesg -a To:***@localhost -a Subject:test -l 0 -t "That"
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/451/stderr 2017-03-07 20:02:26.228110250 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18201-lt-modmesg: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.235603209 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/451/stdout 2017-03-07 20:02:26.228110250 +0330
@@ -1,7 +1 @@
-Subject: test
-To: ***@localhost
-From: root
-
-That is a test message.
-oo

./modmesg03.at:20: exit code was 1, expected 0
451. modmesg03.at:17: 451. modify headers and body (modmesg03.at:17): FAILED (modmesg03.at:20)

# -*- compilation -*-
452. scantime.at:33: testing scantime: Envelope (From) time ...
./scantime.at:33:
cat >input <<'_ATEOF'
Tue May 3 13:25:26 2011
Fri Nov 11 11:55:01 2011
_ATEOF

TZ=0 scantime -format='%a %b %e %H:%M:%S %Y' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/452/stderr 2017-03-07 20:02:26.264108747 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18231-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.272479267 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/452/stdout 2017-03-07 20:02:26.264108747 +0330
@@ -1,3 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=0
-sec=1,min=55,hour=11,mday=11,mon=10,year=111,wday=5,yday=314,tz=0

./scantime.at:33: exit code was 1, expected 0
452. scantime.at:33: 452. scantime: Envelope (From) time (scantime.at:33): FAILED (scantime.at:33)

# -*- compilation -*-
453. scantime.at:41: testing scantime: IMAP INTERNALDATE ...
./scantime.at:41:
cat >input <<'_ATEOF'
03-May-2011 13:25:26 +0100
11-Nov-2011 11:55:01 +0100
_ATEOF

TZ=0 scantime -format='%d-%b-%Y %H:%M:%S %z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/453/stderr 2017-03-07 20:02:26.292107577 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18261-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.299916545 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/453/stdout 2017-03-07 20:02:26.292107577 +0330
@@ -1,3 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=3600
-sec=1,min=55,hour=11,mday=11,mon=10,year=111,wday=5,yday=314,tz=3600

./scantime.at:41: exit code was 1, expected 0
453. scantime.at:41: 453. scantime: IMAP INTERNALDATE (scantime.at:41): FAILED (scantime.at:41)

# -*- compilation -*-
454. scantime.at:49: testing scantime: IMAP INTERNALDATE (optional time) ...
./scantime.at:49:
cat >input <<'_ATEOF'
03-May-2011 13:25:26 +0100
03-May-2011
_ATEOF

TZ=0 scantime -format='%d-%b-%Y%$ %H:%M:%S %z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/454/stderr 2017-03-07 20:02:26.316106575 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18291-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.328684990 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/454/stdout 2017-03-07 20:02:26.324106242 +0330
@@ -1,3 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=3600
-sec=0,min=0,hour=0,mday=3,mon=4,year=111,wday=2,yday=122,tz=0

./scantime.at:49: exit code was 1, expected 0
454. scantime.at:49: 454. scantime: IMAP INTERNALDATE (optional time) (scantime.at:49): FAILED (scantime.at:49)

# -*- compilation -*-
455. scantime.at:57: testing scantime: RFC-822 Strict ...
./scantime.at:57:
cat >input <<'_ATEOF'
Tue, 03 May 2011 13:25:26 +0200
_ATEOF

TZ=0 scantime -format='%a, %d %b %Y %H:%M:%S %z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/455/stderr 2017-03-07 20:02:26.344105405 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18321-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.353357596 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/455/stdout 2017-03-07 20:02:26.348105239 +0330
@@ -1,2 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200

./scantime.at:57: exit code was 1, expected 0
455. scantime.at:57: 455. scantime: RFC-822 Strict (scantime.at:57): FAILED (scantime.at:57)

# -*- compilation -*-
456. scantime.at:63: testing scantime: RFC-822 ...
./scantime.at:63:
cat >input <<'_ATEOF'
Tue, 03 May 2011 13:25:26 +0200
03 May 2011 13:25:26 +0200
Tue, 03 May 2011 13:25 +0200
03 May 2011 13:25 +0200
_ATEOF

TZ=0 scantime -format='%[%a, %]%d %b %Y %H:%M%[:%S%] %z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/456/stderr 2017-03-07 20:02:26.388103568 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18351-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.399128002 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/456/stdout 2017-03-07 20:02:26.392103402 +0330
@@ -1,5 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=0,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=0,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200

./scantime.at:63: exit code was 1, expected 0
456. scantime.at:63: 456. scantime: RFC-822 (scantime.at:63): FAILED (scantime.at:63)

# -*- compilation -*-
457. scantime.at:75: testing scantime: Any char ...
./scantime.at:75:
cat >input <<'_ATEOF'
Tue, 03 May 2011 13:25:26 +0200
Tue: 03 May 2011 13:25:26 +0200
Tue; 03 May 2011 13:25:26 +0200
Tue 03 May 2011 13:25:26 +0200
_ATEOF

TZ=0 scantime -format='%a%? %d %b %Y %H:%M:%S %z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/457/stderr 2017-03-07 20:02:26.416102399 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18381-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.426207340 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/457/stdout 2017-03-07 20:02:26.420102231 +0330
@@ -1,5 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200

./scantime.at:75: exit code was 1, expected 0
457. scantime.at:75: 457. scantime: Any char (scantime.at:75): FAILED (scantime.at:75)

# -*- compilation -*-
458. scantime.at:87: testing scantime: Percent ...
./scantime.at:87:
cat >input <<'_ATEOF'
03%May%2011 13:25:26 +0100
_ATEOF

TZ=0 scantime -format='%d%%%b%%%Y %H:%M:%S %z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/458/stderr 2017-03-07 20:02:26.440101396 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18411-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.451460658 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/458/stdout 2017-03-07 20:02:26.444101230 +0330
@@ -1,2 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=3600

./scantime.at:87: exit code was 1, expected 0
458. scantime.at:87: 458. scantime: Percent (scantime.at:87): FAILED (scantime.at:87)

# -*- compilation -*-
459. scantime.at:93: testing scantime: Fixed WS ...
./scantime.at:93:
cat >input <<'_ATEOF'
03-May-2011 13:25:26 +0100
03-May-2011 13:25:26 +0100
_ATEOF

TZ=0 scantime -format='%d-%b-%Y%\ %H:%M:%S %z' < input
--- - 2017-03-07 20:02:26.479322957 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/459/stderr 2017-03-07 20:02:26.472100061 +0330
@@ -1,2 +1,2 @@
-scantime: 2: parse failed near 13:25:26 +0100
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18441-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
--- - 2017-03-07 20:02:26.480740468 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/459/stdout 2017-03-07 20:02:26.472100061 +0330
@@ -1,2 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=3600

./scantime.at:93: exit code was 1, expected 0
459. scantime.at:93: 459. scantime: Fixed WS (scantime.at:93): FAILED (scantime.at:93)

# -*- compilation -*-
460. scantime.at:102: testing scantime: endp return ...
./scantime.at:102:
cat >input <<'_ATEOF'
Tue, 03 May 2011 13:25:26 +0100 other data

_ATEOF

TZ=0 scantime -format='%a, %d %b %Y %H:%M:%S %z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/460/stderr 2017-03-07 20:02:26.500098890 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18472-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.508040106 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/460/stdout 2017-03-07 20:02:26.500098890 +0330
@@ -1,3 +1 @@
-# 1: stopped at other data
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=3600

./scantime.at:102: exit code was 1, expected 0
460. scantime.at:102: 460. scantime: endp return (scantime.at:102): FAILED (scantime.at:102)

# -*- compilation -*-
461. scantime.at:110: testing scantime: Optional blocks ...
./scantime.at:110:
cat >input <<'_ATEOF'
Tue, 03 May 2011 13:25:26 +0200
03 May 2011 13:25:26 +0200
_ATEOF

TZ=0 scantime -format='%[%a, %]%d %b %Y %H:%M:%S %z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/461/stderr 2017-03-07 20:02:26.528097721 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18502-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.535086539 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/461/stdout 2017-03-07 20:02:26.528097721 +0330
@@ -1,3 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200

./scantime.at:110: exit code was 1, expected 0
461. scantime.at:110: 461. scantime: Optional blocks (scantime.at:110): FAILED (scantime.at:110)

# -*- compilation -*-
462. scantime.at:118: testing scantime: Nested optional blocks ...
./scantime.at:118:
cat >input <<'_ATEOF'
Tue, 03 May 2011 13:25:26 +0200
Tue 03 May 2011 13:25:26 +0200
03 May 2011 13:25:26 +0200
_ATEOF

TZ=0 scantime -format='%[%a%[,%] %]%d %b %Y %H:%M:%S %z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/462/stderr 2017-03-07 20:02:26.556096551 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18532-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.564362552 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/462/stdout 2017-03-07 20:02:26.556096551 +0330
@@ -1,4 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200

./scantime.at:118: exit code was 1, expected 0
462. scantime.at:118: 462. scantime: Nested optional blocks (scantime.at:118): FAILED (scantime.at:118)

# -*- compilation -*-
463. scantime.at:128: testing scantime: Optional alternatives ...
./scantime.at:128:
cat >input <<'_ATEOF'
Tue, 03 May 2011 13:25:26 +0200
Tue: 03 May 2011 13:25:26 +0200
Tue 03 May 2011 13:25:26 +0200
Tue; 03 May 2011 13:25:26 +0200
_ATEOF

TZ=0 scantime -format='%a%[,%|:%] %d %b %Y %H:%M:%S %z' < input
--- - 2017-03-07 20:02:26.590878383 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/463/stderr 2017-03-07 20:02:26.584095382 +0330
@@ -1,2 +1,2 @@
-scantime: 4: parse failed near ; 03 May 2011 13:25:26 +0200
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18562-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
--- - 2017-03-07 20:02:26.591751559 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/463/stdout 2017-03-07 20:02:26.584095382 +0330
@@ -1,4 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200

./scantime.at:128: exit code was 1, expected 0
463. scantime.at:128: 463. scantime: Optional alternatives (scantime.at:128): FAILED (scantime.at:128)

# -*- compilation -*-
464. scantime.at:141: testing scantime: Alternatives ...
./scantime.at:141:
cat >input <<'_ATEOF'
Tue, 03 May 2011 13:25:26 +0200
Tue: 03 May 2011 13:25:26 +0200
Tue/ 03 May 2011 13:25:26 +0200
Tue 03 May 2011 13:25:26 +0200
Tue; 03 May 2011 13:25:26 +0200
_ATEOF

TZ=0 scantime -format='%a%(,%|:%|/%) %d %b %Y %H:%M:%S %z' < input
--- - 2017-03-07 20:02:26.619979689 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/464/stderr 2017-03-07 20:02:26.612094213 +0330
@@ -1,3 +1,2 @@
-scantime: 4: parse failed near 03 May 2011 13:25:26 +0200
-scantime: 5: parse failed near ; 03 May 2011 13:25:26 +0200
-
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18593-lt-scantime: Permission denied
+collect2: error: ld returned 1 exit statusn
--- - 2017-03-07 20:02:26.621639435 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/464/stdout 2017-03-07 20:02:26.616094046 +0330
@@ -1,4 +1 @@
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200
-sec=26,min=25,hour=13,mday=3,mon=4,year=111,wday=2,yday=122,tz=7200

./scantime.at:141: exit code was 1, expected 0
464. scantime.at:141: 464. scantime: Alternatives (scantime.at:141): FAILED (scantime.at:141)

# -*- compilation -*-
465. strftime.at:109: testing streamftime: %a ...
./strftime.at:109:
cat >input <<'_ATEOF'
26265600
26352000
26438400
26524800
26611200
26697600
26784000
_ATEOF

strftime -tz=0 -format='%a' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/465/stderr 2017-03-07 20:02:26.640093043 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18624-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.652360103 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/465/stdout 2017-03-07 20:02:26.644092877 +0330
@@ -1,8 +1 @@
-Sun
-Mon
-Tue
-Wed
-Thu
-Fri
-Sat

./strftime.at:109: exit code was 1, expected 0
465. strftime.at:109: 465. streamftime: %a (strftime.at:109): FAILED (strftime.at:109)

# -*- compilation -*-
466. strftime.at:127: testing streamftime: %A ...
./strftime.at:127:
cat >input <<'_ATEOF'
26265600
26352000
26438400
26524800
26611200
26697600
26784000
_ATEOF

strftime -tz=0 -format='%A' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/466/stderr 2017-03-07 20:02:26.668091874 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18654-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.678888853 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/466/stdout 2017-03-07 20:02:26.672091708 +0330
@@ -1,8 +1 @@
-Sunday
-Monday
-Tuesday
-Wednesday
-Thursday
-Friday
-Saturday

./strftime.at:127: exit code was 1, expected 0
466. strftime.at:127: 466. streamftime: %A (strftime.at:127): FAILED (strftime.at:127)

# -*- compilation -*-
467. strftime.at:145: testing streamftime: %b ...
./strftime.at:145:
cat >input <<'_ATEOF'
0
2678400
5097600
7776000
10368000
13046400
15638400
18316800
20995200
23587200
26265600
28857600
_ATEOF

strftime -tz=0 -format='%b' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/467/stderr 2017-03-07 20:02:26.696090705 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18684-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.705055100 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/467/stdout 2017-03-07 20:02:26.700090537 +0330
@@ -1,13 +1 @@
-Jan
-Feb
-Mar
-Apr
-May
-Jun
-Jul
-Aug
-Sep
-Oct
-Nov
-Dec

./strftime.at:145: exit code was 1, expected 0
467. strftime.at:145: 467. streamftime: %b (strftime.at:145): FAILED (strftime.at:145)

# -*- compilation -*-
468. strftime.at:173: testing streamftime: %h ...
./strftime.at:173:
cat >input <<'_ATEOF'
0
2678400
5097600
7776000
10368000
13046400
15638400
18316800
20995200
23587200
26265600
28857600
_ATEOF

strftime -tz=0 -format='%h' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/468/stderr 2017-03-07 20:02:26.724089536 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18714-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.734124193 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/468/stdout 2017-03-07 20:02:26.728089368 +0330
@@ -1,13 +1 @@
-Jan
-Feb
-Mar
-Apr
-May
-Jun
-Jul
-Aug
-Sep
-Oct
-Nov
-Dec

./strftime.at:173: exit code was 1, expected 0
468. strftime.at:173: 468. streamftime: %h (strftime.at:173): FAILED (strftime.at:173)

# -*- compilation -*-
469. strftime.at:200: testing streamftime: %B ...
./strftime.at:200:
cat >input <<'_ATEOF'
0
2678400
5097600
7776000
10368000
13046400
15638400
18316800
20995200
23587200
26265600
28857600
_ATEOF

strftime -tz=0 -format='%B' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/469/stderr 2017-03-07 20:02:26.756088198 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18744-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.764354715 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/469/stdout 2017-03-07 20:02:26.756088198 +0330
@@ -1,13 +1 @@
-January
-February
-March
-April
-May
-June
-July
-August
-September
-October
-November
-December

./strftime.at:200: exit code was 1, expected 0
469. strftime.at:200: 469. streamftime: %B (strftime.at:200): FAILED (strftime.at:200)

# -*- compilation -*-
470. strftime.at:228: testing streamftime: %C ...
./strftime.at:228:
cat >input <<'_ATEOF'
26697600
1322872282
_ATEOF

strftime -tz=0 -format='%C' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/470/stderr 2017-03-07 20:02:26.784087029 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18774-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.794916840 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/470/stdout 2017-03-07 20:02:26.788086862 +0330
@@ -1,3 +1 @@
-19
-20

./strftime.at:228: exit code was 1, expected 0
470. strftime.at:228: 470. streamftime: %C (strftime.at:228): FAILED (strftime.at:228)

# -*- compilation -*-
471. strftime.at:236: testing streamftime: %d ...
./strftime.at:236:
cat >input <<'_ATEOF'
26265600
28771200
_ATEOF

strftime -tz=0 -format='%d' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/471/stderr 2017-03-07 20:02:26.816085693 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18804-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.823676393 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/471/stdout 2017-03-07 20:02:26.816085693 +0330
@@ -1,3 +1 @@
-01
-30

./strftime.at:236: exit code was 1, expected 0
471. strftime.at:236: 471. streamftime: %d (strftime.at:236): FAILED (strftime.at:236)

# -*- compilation -*-
472. strftime.at:245: testing streamftime: %e ...
./strftime.at:245:
cat >input <<'_ATEOF'
26265600
28771200
_ATEOF

strftime -tz=0 -format='%e' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/472/stderr 2017-03-07 20:02:26.844084523 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18834-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.850502192 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/472/stdout 2017-03-07 20:02:26.844084523 +0330
@@ -1,3 +1 @@
- 1
-30

./strftime.at:245: exit code was 1, expected 0
472. strftime.at:245: 472. streamftime: %e (strftime.at:245): FAILED (strftime.at:245)

# -*- compilation -*-
473. strftime.at:253: testing streamftime: %EC ...
./strftime.at:253:
cat >input <<'_ATEOF'
26697600
1322872282
_ATEOF

strftime -tz=0 -format='%EC' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/473/stderr 2017-03-07 20:02:26.864083688 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18864-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.877948849 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/473/stdout 2017-03-07 20:02:26.872083354 +0330
@@ -1,3 +1 @@
-19
-20

./strftime.at:253: exit code was 1, expected 0
473. strftime.at:253: 473. streamftime: %EC (strftime.at:253): FAILED (strftime.at:253)

# -*- compilation -*-
474. strftime.at:287: testing streamftime: %G ...
./strftime.at:287:
cat >input <<'_ATEOF'
;1972
94608000
;1973
94694400
123552000
126057600
126144000
;1975
157766400
188956800
189043200
189216000
;1977
220924800
221011200
221097600
251856000
251942400
252374400
_ATEOF

strftime -tz=0 -format='%G' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/474/stderr 2017-03-07 20:02:26.892082519 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18894-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.903014536 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/474/stdout 2017-03-07 20:02:26.896082352 +0330
@@ -1,20 +1 @@
-;1972
-1972
-;1973
-1973
-1973
-1973
-1974
-;1975
-1975
-1975
-1976
-1976
-;1977
-1976
-1976
-1977
-1977
-1977
-1977

./strftime.at:287: exit code was 1, expected 0
474. strftime.at:287: 474. streamftime: %G (strftime.at:287): FAILED (strftime.at:287)

# -*- compilation -*-
475. strftime.at:329: testing streamftime: %g ...
./strftime.at:329:
cat >input <<'_ATEOF'
;1972
94608000
;1973
94694400
123552000
126057600
126144000
;1975
157766400
188956800
189043200
189216000
;1977
220924800
221011200
221097600
251856000
251942400
252374400
_ATEOF

strftime -tz=0 -format='%g' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/475/stderr 2017-03-07 20:02:26.920081349 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18924-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.929780770 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/475/stdout 2017-03-07 20:02:26.924081183 +0330
@@ -1,20 +1 @@
-;1972
-72
-;1973
-73
-73
-73
-74
-;1975
-75
-75
-76
-76
-;1977
-76
-76
-77
-77
-77
-77

./strftime.at:329: exit code was 1, expected 0
475. strftime.at:329: 475. streamftime: %g (strftime.at:329): FAILED (strftime.at:329)

# -*- compilation -*-
476. strftime.at:371: testing streamftime: %H ...
./strftime.at:371:
cat >input <<'_ATEOF'
1322870400
1322874000
1322877600
1322881200
1322884800
1322888400
1322892000
1322895600
1322899200
1322902800
1322906400
1322910000
1322913600
1322917200
1322920800
1322924400
1322928000
1322931600
1322935200
1322938800
1322942400
1322946000
1322949600
1322953200
_ATEOF

strftime -tz=0 -format='%H' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/476/stderr 2017-03-07 20:02:26.952080012 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18954-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.959259818 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/476/stdout 2017-03-07 20:02:26.952080012 +0330
@@ -1,25 +1 @@
-00
-01
-02
-03
-04
-05
-06
-07
-08
-09
-10
-11
-12
-13
-14
-15
-16
-17
-18
-19
-20
-21
-22
-23

./strftime.at:371: exit code was 1, expected 0
476. strftime.at:371: 476. streamftime: %H (strftime.at:371): FAILED (strftime.at:371)

# -*- compilation -*-
477. strftime.at:423: testing streamftime: %I ...
./strftime.at:423:
cat >input <<'_ATEOF'
1322870400
1322874000
1322877600
1322881200
1322884800
1322888400
1322892000
1322895600
1322899200
1322902800
1322906400
1322910000
1322913600
1322917200
1322920800
1322924400
1322928000
1322931600
1322935200
1322938800
1322942400
1322946000
1322949600
1322953200
_ATEOF

strftime -tz=0 -format='%I' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/477/stderr 2017-03-07 20:02:26.980078843 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/18984-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:26.990000335 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/477/stdout 2017-03-07 20:02:26.984078676 +0330
@@ -1,25 +1 @@
-12
-01
-02
-03
-04
-05
-06
-07
-08
-09
-10
-11
-12
-01
-02
-03
-04
-05
-06
-07
-08
-09
-10
-11

./strftime.at:423: exit code was 1, expected 0
477. strftime.at:423: 477. streamftime: %I (strftime.at:423): FAILED (strftime.at:423)

# -*- compilation -*-
478. strftime.at:475: testing streamftime: %j ...
./strftime.at:475:
cat >input <<'_ATEOF'
1322872282
1204329600
_ATEOF

strftime -tz=0 -format='%j' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/478/stderr 2017-03-07 20:02:27.008077674 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19014-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.018653723 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/478/stdout 2017-03-07 20:02:27.012077507 +0330
@@ -1,3 +1 @@
-337
-061

./strftime.at:475: exit code was 1, expected 0
478. strftime.at:475: 478. streamftime: %j (strftime.at:475): FAILED (strftime.at:475)

# -*- compilation -*-
479. strftime.at:484: testing streamftime: %k ...
./strftime.at:484:
cat >input <<'_ATEOF'
1322870400
1322874000
1322877600
1322881200
1322884800
1322888400
1322892000
1322895600
1322899200
1322902800
1322906400
1322910000
1322913600
1322917200
1322920800
1322924400
1322928000
1322931600
1322935200
1322938800
1322942400
1322946000
1322949600
1322953200
_ATEOF

strftime -tz=0 -format='%k' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/479/stderr 2017-03-07 20:02:27.040076338 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19044-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.047606504 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/479/stdout 2017-03-07 20:02:27.040076338 +0330
@@ -1,25 +1 @@
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-10
-11
-12
-13
-14
-15
-16
-17
-18
-19
-20
-21
-22
-23

./strftime.at:484: exit code was 1, expected 0
479. strftime.at:484: 479. streamftime: %k (strftime.at:484): FAILED (strftime.at:484)

# -*- compilation -*-
480. strftime.at:537: testing streamftime: %l ...
./strftime.at:537:
cat >input <<'_ATEOF'
1322870400
1322874000
1322877600
1322881200
1322884800
1322888400
1322892000
1322895600
1322899200
1322902800
1322906400
1322910000
1322913600
1322917200
1322920800
1322924400
1322928000
1322931600
1322935200
1322938800
1322942400
1322946000
1322949600
1322953200
_ATEOF

strftime -tz=0 -format='%l' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/480/stderr 2017-03-07 20:02:27.068075169 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19074-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.078197396 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/480/stdout 2017-03-07 20:02:27.072075002 +0330
@@ -1,25 +1 @@
-12
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-10
-11
-12
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-10
-11

./strftime.at:537: exit code was 1, expected 0
480. strftime.at:537: 480. streamftime: %l (strftime.at:537): FAILED (strftime.at:537)

# -*- compilation -*-
481. strftime.at:589: testing streamftime: %m ...
./strftime.at:589:
cat >input <<'_ATEOF'
0
2678400
5097600
7776000
10368000
13046400
15638400
18316800
20995200
23587200
26265600
28857600
_ATEOF

strftime -tz=0 -format='%m' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/481/stderr 2017-03-07 20:02:27.108073500 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19104-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.116524874 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/481/stdout 2017-03-07 20:02:27.108073500 +0330
@@ -1,13 +1 @@
-01
-02
-03
-04
-05
-06
-07
-08
-09
-10
-11
-12

./strftime.at:589: exit code was 1, expected 0
481. strftime.at:589: 481. streamftime: %m (strftime.at:589): FAILED (strftime.at:589)

# -*- compilation -*-
482. strftime.at:617: testing streamftime: %M ...
./strftime.at:617:
cat >input <<'_ATEOF'
1322870400
1322870460
1322870520
1322870580
1322870640
1322870700
1322870760
1322870820
1322870880
1322870940
1322871000
1322871060
1322871120
1322871180
1322871240
1322871300
1322871360
1322871420
1322871480
1322871540
1322871600
1322871660
1322871720
1322871780
1322871840
1322871900
1322871960
1322872020
1322872080
1322872140
1322872200
1322872260
1322872320
1322872380
1322872440
1322872500
1322872560
1322872620
1322872680
1322872740
1322872800
1322872860
1322872920
1322872980
1322873040
1322873100
1322873160
1322873220
1322873280
1322873340
1322873400
1322873460
1322873520
1322873580
1322873640
1322873700
1322873760
1322873820
1322873880
1322873940
_ATEOF

strftime -tz=0 -format='%M' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/482/stderr 2017-03-07 20:02:27.144071997 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19134-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.152751100 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/482/stdout 2017-03-07 20:02:27.144071997 +0330
@@ -1,61 +1 @@
-00
-01
-02
-03
-04
-05
-06
-07
-08
-09
-10
-11
-12
-13
-14
-15
-16
-17
-18
-19
-20
-21
-22
-23
-24
-25
-26
-27
-28
-29
-30
-31
-32
-33
-34
-35
-36
-37
-38
-39
-40
-41
-42
-43
-44
-45
-46
-47
-48
-49
-50
-51
-52
-53
-54
-55
-56
-57
-58
-59

./strftime.at:617: exit code was 1, expected 0
482. strftime.at:617: 482. streamftime: %M (strftime.at:617): FAILED (strftime.at:617)

# -*- compilation -*-
483. strftime.at:741: testing streamftime: <%n> ...
./strftime.at:741:
cat >input <<'_ATEOF'
0
_ATEOF

strftime -tz=0 -format='<%n>' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/483/stderr 2017-03-07 20:02:27.176070661 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19164-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.183364097 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/483/stdout 2017-03-07 20:02:27.176070661 +0330
@@ -1,3 +1 @@
-<
->

./strftime.at:741: exit code was 1, expected 0
483. strftime.at:741: 483. streamftime: <%n> (strftime.at:741): FAILED (strftime.at:741)

# -*- compilation -*-
484. strftime.at:748: testing streamftime: %OC ...
./strftime.at:748:
cat >input <<'_ATEOF'
26697600
1322872282
_ATEOF

strftime -tz=0 -format='%OC' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/484/stderr 2017-03-07 20:02:27.204069493 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19194-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.213509404 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/484/stdout 2017-03-07 20:02:27.208069326 +0330
@@ -1,3 +1 @@
-19
-20

./strftime.at:748: exit code was 1, expected 0
484. strftime.at:748: 484. streamftime: %OC (strftime.at:748): FAILED (strftime.at:748)

# -*- compilation -*-
485. strftime.at:757: testing streamftime: %p ...
./strftime.at:757:
cat >input <<'_ATEOF'
1322870400
1322910000
1322913600
1322917200
_ATEOF

strftime -tz=0 -format='%p' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/485/stderr 2017-03-07 20:02:27.232068324 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19224-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.242424316 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/485/stdout 2017-03-07 20:02:27.236068157 +0330
@@ -1,5 +1 @@
-AM
-AM
-PM
-PM

./strftime.at:757: exit code was 1, expected 0
485. strftime.at:757: 485. streamftime: %p (strftime.at:757): FAILED (strftime.at:757)

# -*- compilation -*-
486. strftime.at:769: testing streamftime: %P ...
./strftime.at:769:
cat >input <<'_ATEOF'
1322870400
1322910000
1322913600
1322917200
_ATEOF

strftime -tz=0 -format='%P' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/486/stderr 2017-03-07 20:02:27.264066988 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19254-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.271474323 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/486/stdout 2017-03-07 20:02:27.264066988 +0330
@@ -1,5 +1 @@
-am
-am
-pm
-pm

./strftime.at:769: exit code was 1, expected 0
486. strftime.at:769: 486. streamftime: %P (strftime.at:769): FAILED (strftime.at:769)

# -*- compilation -*-
487. strftime.at:781: testing streamftime: %s ...
./strftime.at:781:
cat >input <<'_ATEOF'
0
1322913600
_ATEOF

strftime -tz=0 -format='%s' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/487/stderr 2017-03-07 20:02:27.296065653 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19284-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.301959169 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/487/stdout 2017-03-07 20:02:27.296065653 +0330
@@ -1,3 +1 @@
-0
-1322913600

./strftime.at:781: exit code was 1, expected 0
487. strftime.at:781: 487. streamftime: %s (strftime.at:781): FAILED (strftime.at:781)

# -*- compilation -*-
488. strftime.at:789: testing streamftime: %S ...
./strftime.at:789:
cat >input <<'_ATEOF'
1322870400
1322870401
1322870402
1322870403
1322870404
1322870405
1322870406
1322870407
1322870408
1322870409
1322870410
1322870411
1322870412
1322870413
1322870414
1322870415
1322870416
1322870417
1322870418
1322870419
1322870420
1322870421
1322870422
1322870423
1322870424
1322870425
1322870426
1322870427
1322870428
1322870429
1322870430
1322870431
1322870432
1322870433
1322870434
1322870435
1322870436
1322870437
1322870438
1322870439
1322870440
1322870441
1322870442
1322870443
1322870444
1322870445
1322870446
1322870447
1322870448
1322870449
1322870450
1322870451
1322870452
1322870453
1322870454
1322870455
1322870456
1322870457
1322870458
1322870459
_ATEOF

strftime -tz=0 -format='%S' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/488/stderr 2017-03-07 20:02:27.320064650 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19314-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.330530442 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/488/stdout 2017-03-07 20:02:27.324064483 +0330
@@ -1,61 +1 @@
-00
-01
-02
-03
-04
-05
-06
-07
-08
-09
-10
-11
-12
-13
-14
-15
-16
-17
-18
-19
-20
-21
-22
-23
-24
-25
-26
-27
-28
-29
-30
-31
-32
-33
-34
-35
-36
-37
-38
-39
-40
-41
-42
-43
-44
-45
-46
-47
-48
-49
-50
-51
-52
-53
-54
-55
-56
-57
-58
-59

./strftime.at:789: exit code was 1, expected 0
488. strftime.at:789: 488. streamftime: %S (strftime.at:789): FAILED (strftime.at:789)

# -*- compilation -*-
489. strftime.at:913: testing streamftime: <%t> ...
./strftime.at:913:
cat >input <<'_ATEOF'
0
_ATEOF

strftime -tz=0 -format='<%t>' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/489/stderr 2017-03-07 20:02:27.348063483 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19344-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.358344296 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/489/stdout 2017-03-07 20:02:27.352063315 +0330
@@ -1,2 +1 @@
-< >

./strftime.at:913: exit code was 1, expected 0
489. strftime.at:913: 489. streamftime: <%t> (strftime.at:913): FAILED (strftime.at:913)

# -*- compilation -*-
490. strftime.at:919: testing streamftime: %u ...
./strftime.at:919:
cat >input <<'_ATEOF'
26265600
26352000
26438400
26524800
26611200
26697600
26784000
_ATEOF

strftime -tz=0 -format='%u' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/490/stderr 2017-03-07 20:02:27.376062314 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19374-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.385086458 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/490/stdout 2017-03-07 20:02:27.380062146 +0330
@@ -1,8 +1 @@
-7
-1
-2
-3
-4
-5
-6

./strftime.at:919: exit code was 1, expected 0
490. strftime.at:919: 490. streamftime: %u (strftime.at:919): FAILED (strftime.at:919)

# -*- compilation -*-
491. strftime.at:948: testing streamftime: %U ...
./strftime.at:948:
cat >input <<'_ATEOF'
; 1973 - Monday
94694400
94780800
94867200
94953600
95040000
95126400
95212800
95299200
95385600
95472000
95558400
95644800
95731200
95817600
95904000
95990400
96076800
96163200
96249600
96336000
96422400
96508800
96595200
96681600
96768000
96854400
96940800
97027200
97113600
97200000
97286400
; 1974 - Tuesday
126230400
126316800
126403200
126489600
126576000
126662400
126748800
126835200
126921600
127008000
127094400
127180800
127267200
127353600
127440000
127526400
127612800
127699200
127785600
127872000
127958400
128044800
128131200
128217600
128304000
128390400
128476800
128563200
128649600
128736000
128822400
; 1975 - Wednesday
157766400
157852800
157939200
158025600
158112000
158198400
158284800
158371200
158457600
158544000
158630400
158716800
158803200
158889600
158976000
159062400
159148800
159235200
159321600
159408000
159494400
159580800
159667200
159753600
159840000
159926400
160012800
160099200
160185600
160272000
160358400
; 1976 - Thursday
189302400
189388800
189475200
189561600
189648000
189734400
189820800
189907200
189993600
190080000
190166400
190252800
190339200
190425600
190512000
190598400
190684800
190771200
190857600
190944000
191030400
191116800
191203200
191289600
191376000
191462400
191548800
191635200
191721600
191808000
191894400
; 1977 - Saturday
220924800
221011200
221097600
221184000
221270400
221356800
221443200
221529600
221616000
221702400
221788800
221875200
221961600
222048000
222134400
222220800
222307200
222393600
222480000
222566400
222652800
222739200
222825600
222912000
222998400
223084800
223171200
223257600
223344000
223430400
223516800
; 1978 - Sunday
252460800
252547200
252633600
252720000
252806400
252892800
252979200
253065600
253152000
253238400
253324800
253411200
253497600
253584000
253670400
253756800
253843200
253929600
254016000
254102400
254188800
254275200
254361600
254448000
254534400
254620800
254707200
254793600
254880000
254966400
255052800
_ATEOF

strftime -tz=0 -format='%U' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/491/stderr 2017-03-07 20:02:27.404061145 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19404-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.413008423 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/491/stdout 2017-03-07 20:02:27.408060977 +0330
@@ -1,193 +1 @@
-; 1973 - Monday
-00
-00
-00
-00
-00
-00
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-; 1974 - Tuesday
-00
-00
-00
-00
-00
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-04
-; 1975 - Wednesday
-00
-00
-00
-00
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-04
-04
-; 1976 - Thursday
-00
-00
-00
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-04
-04
-04
-; 1977 - Saturday
-00
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-04
-04
-04
-05
-05
-; 1978 - Sunday
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-04
-04
-04
-05
-05
-05

./strftime.at:948: exit code was 1, expected 0
491. strftime.at:948: 491. streamftime: %U (strftime.at:948): FAILED (strftime.at:948)

# -*- compilation -*-
492. strftime.at:1360: testing streamftime: %V ...
./strftime.at:1360:
cat >input <<'_ATEOF'
;1972
94608000
;1973
94694400
123552000
126057600
126144000
;1975
157766400
188956800
189043200
189216000
;1977
220924800
221011200
221097600
251856000
251942400
252374400
_ATEOF

strftime -tz=0 -format='%V' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/492/stderr 2017-03-07 20:02:27.432059975 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19434-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.442774981 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/492/stdout 2017-03-07 20:02:27.436059808 +0330
@@ -1,20 +1 @@
-;1972
-52
-;1973
-01
-48
-52
-01
-;1975
-01
-52
-01
-01
-;1977
-53
-53
-01
-51
-52
-52

./strftime.at:1360: exit code was 1, expected 0
492. strftime.at:1360: 492. streamftime: %V (strftime.at:1360): FAILED (strftime.at:1360)

# -*- compilation -*-
493. strftime.at:1402: testing streamftime: %w ...
./strftime.at:1402:
cat >input <<'_ATEOF'
26265600
26352000
26438400
26524800
26611200
26697600
26784000
_ATEOF

strftime -tz=0 -format='%w' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/493/stderr 2017-03-07 20:02:27.468058473 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19464-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.473051815 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/493/stdout 2017-03-07 20:02:27.468058473 +0330
@@ -1,8 +1 @@
-0
-1
-2
-3
-4
-5
-6

./strftime.at:1402: exit code was 1, expected 0
493. strftime.at:1402: 493. streamftime: %w (strftime.at:1402): FAILED (strftime.at:1402)

# -*- compilation -*-
494. strftime.at:1422: testing streamftime: %W ...
./strftime.at:1422:
cat >input <<'_ATEOF'
; 1973 - Monday
94694400
94780800
94867200
94953600
95040000
95126400
95212800
95299200
95385600
95472000
95558400
95644800
95731200
95817600
95904000
95990400
96076800
96163200
96249600
96336000
96422400
96508800
96595200
96681600
96768000
96854400
96940800
97027200
97113600
97200000
97286400
; 1974 - Tuesday
126230400
126316800
126403200
126489600
126576000
126662400
126748800
126835200
126921600
127008000
127094400
127180800
127267200
127353600
127440000
127526400
127612800
127699200
127785600
127872000
127958400
128044800
128131200
128217600
128304000
128390400
128476800
128563200
128649600
128736000
128822400
; 1975 - Wednesday
157766400
157852800
157939200
158025600
158112000
158198400
158284800
158371200
158457600
158544000
158630400
158716800
158803200
158889600
158976000
159062400
159148800
159235200
159321600
159408000
159494400
159580800
159667200
159753600
159840000
159926400
160012800
160099200
160185600
160272000
160358400
; 1976 - Thursday
189302400
189388800
189475200
189561600
189648000
189734400
189820800
189907200
189993600
190080000
190166400
190252800
190339200
190425600
190512000
190598400
190684800
190771200
190857600
190944000
191030400
191116800
191203200
191289600
191376000
191462400
191548800
191635200
191721600
191808000
191894400
; 1977 - Saturday
220924800
221011200
221097600
221184000
221270400
221356800
221443200
221529600
221616000
221702400
221788800
221875200
221961600
222048000
222134400
222220800
222307200
222393600
222480000
222566400
222652800
222739200
222825600
222912000
222998400
223084800
223171200
223257600
223344000
223430400
223516800
; 1978 - Sunday
252460800
252547200
252633600
252720000
252806400
252892800
252979200
253065600
253152000
253238400
253324800
253411200
253497600
253584000
253670400
253756800
253843200
253929600
254016000
254102400
254188800
254275200
254361600
254448000
254534400
254620800
254707200
254793600
254880000
254966400
255052800
_ATEOF

strftime -tz=0 -format='%W' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/494/stderr 2017-03-07 20:02:27.496057304 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19494-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.503357295 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/494/stdout 2017-03-07 20:02:27.496057304 +0330
@@ -1,193 +1 @@
-; 1973 - Monday
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-04
-04
-04
-05
-05
-05
-; 1974 - Tuesday
-00
-00
-00
-00
-00
-00
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-; 1975 - Wednesday
-00
-00
-00
-00
-00
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-04
-; 1976 - Thursday
-00
-00
-00
-00
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-04
-04
-; 1977 - Saturday
-00
-00
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-04
-04
-04
-05
-; 1978 - Sunday
-00
-01
-01
-01
-01
-01
-01
-01
-02
-02
-02
-02
-02
-02
-02
-03
-03
-03
-03
-03
-03
-03
-04
-04
-04
-04
-04
-04
-04
-05
-05

./strftime.at:1422: exit code was 1, expected 0
494. strftime.at:1422: 494. streamftime: %W (strftime.at:1422): FAILED (strftime.at:1422)

# -*- compilation -*-
495. strftime.at:1810: testing streamftime: %y ...
./strftime.at:1810:
cat >input <<'_ATEOF'
10
80870400
1322870453
_ATEOF

strftime -tz=0 -format='%y' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/495/stderr 2017-03-07 20:02:27.528055968 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19524-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.531993107 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/495/stdout 2017-03-07 20:02:27.528055968 +0330
@@ -1,4 +1 @@
-70
-72
-11

./strftime.at:1810: exit code was 1, expected 0
495. strftime.at:1810: 495. streamftime: %y (strftime.at:1810): FAILED (strftime.at:1810)

# -*- compilation -*-
496. strftime.at:1820: testing streamftime: %Y ...
./strftime.at:1820:
cat >input <<'_ATEOF'
10
80870400
1322870453
_ATEOF

strftime -tz=0 -format='%Y' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/496/stderr 2017-03-07 20:02:27.552054967 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19554-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.560476809 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/496/stdout 2017-03-07 20:02:27.552054967 +0330
@@ -1,4 +1 @@
-1970
-1972
-2011

./strftime.at:1820: exit code was 1, expected 0
496. strftime.at:1820: 496. streamftime: %Y (strftime.at:1820): FAILED (strftime.at:1820)

# -*- compilation -*-
497. strftime.at:1832: testing streamftime: %z ...
./strftime.at:1832:
cat >input <<'_ATEOF'
1322870453
_ATEOF

strftime -tz=0200 -format='%z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/497/stderr 2017-03-07 20:02:27.576053965 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19584-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.587603277 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/497/stdout 2017-03-07 20:02:27.580053798 +0330
@@ -1,2 +1 @@
-+0200

./strftime.at:1832: exit code was 1, expected 0
497. strftime.at:1832: 497. streamftime: %z (strftime.at:1832): FAILED (strftime.at:1832)

# -*- compilation -*-
498. strftime.at:1838: testing streamftime: %z ...
./strftime.at:1838:
cat >input <<'_ATEOF'
1322870453
_ATEOF

strftime -tz=-0200 -format='%z' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/498/stderr 2017-03-07 20:02:27.604052796 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19614-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.614973142 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/498/stdout 2017-03-07 20:02:27.612052462 +0330
@@ -1,2 +1 @@
--0200

./strftime.at:1838: exit code was 1, expected 0
498. strftime.at:1838: 498. streamftime: %z (strftime.at:1838): FAILED (strftime.at:1838)

# -*- compilation -*-
499. strftime.at:1845: testing streamftime: <%%> ...
./strftime.at:1845:
cat >input <<'_ATEOF'
1
_ATEOF

strftime -tz=0 -format='<%%>' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/499/stderr 2017-03-07 20:02:27.640051293 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19644-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.645004440 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/499/stdout 2017-03-07 20:02:27.640051293 +0330
@@ -1,2 +1 @@
-<%>

./strftime.at:1845: exit code was 1, expected 0
499. strftime.at:1845: 499. streamftime: <%%> (strftime.at:1845): FAILED (strftime.at:1845)

# -*- compilation -*-
500. strftime.at:1851: testing streamftime: <%5d> ...
./strftime.at:1851:
cat >input <<'_ATEOF'
1
_ATEOF

strftime -tz=0 -format='<%5d>' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/500/stderr 2017-03-07 20:02:27.668050125 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19674-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.675254486 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/500/stdout 2017-03-07 20:02:27.668050125 +0330
@@ -1,2 +1 @@
-<%5d>

./strftime.at:1851: exit code was 1, expected 0
500. strftime.at:1851: 500. streamftime: <%5d> (strftime.at:1851): FAILED (strftime.at:1851)

# -*- compilation -*-
501. strftime.at:1857: testing streamftime: Today is %A, %B %e %Y%n%H:%M:%S (%z). ...
./strftime.at:1857:
cat >input <<'_ATEOF'
1322879591
_ATEOF

strftime -tz=0 -format='Today is %A, %B %e %Y%n%H:%M:%S (%z).' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/501/stderr 2017-03-07 20:02:27.696048957 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19704-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.705785937 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/501/stdout 2017-03-07 20:02:27.704048622 +0330
@@ -1,3 +1 @@
-Today is Saturday, December 3 2011
-02:33:11 (+0000).

./strftime.at:1857: exit code was 1, expected 0
501. strftime.at:1857: 501. streamftime: Today is %A, %B %e %Y%n%H:%M:%S (%z). (strftime.at:1857): FAILED (strftime.at:1857)

# -*- compilation -*-
502. strftime.at:1865: testing streamftime: %c ...
./strftime.at:1865:
cat >input <<'_ATEOF'
26697600
_ATEOF

strftime -tz=0 -format='%c' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/502/stderr 2017-03-07 20:02:27.728047620 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19734-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.733923204 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/502/stdout 2017-03-07 20:02:27.732047453 +0330
@@ -1,2 +1 @@
-Fri Nov 6 00:00:00 1970

./strftime.at:1865: exit code was 1, expected 0
502. strftime.at:1865: 502. streamftime: %c (strftime.at:1865): FAILED (strftime.at:1865)

# -*- compilation -*-
503. strftime.at:1871: testing streamftime: %D ...
./strftime.at:1871:
cat >input <<'_ATEOF'
80870400
1322872282
_ATEOF

strftime -tz=0 -format='%D' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/503/stderr 2017-03-07 20:02:27.756046451 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19764-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.762540445 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/503/stdout 2017-03-07 20:02:27.760046284 +0330
@@ -1,3 +1 @@
-07/25/72
-12/03/11

./strftime.at:1871: exit code was 1, expected 0
503. strftime.at:1871: 503. streamftime: %D (strftime.at:1871): FAILED (strftime.at:1871)

# -*- compilation -*-
504. strftime.at:1879: testing streamftime: %F ...
./strftime.at:1879:
cat >input <<'_ATEOF'
80870400
1322872282
_ATEOF

strftime -tz=0 -format='%F' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/504/stderr 2017-03-07 20:02:27.788045115 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19794-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.791974349 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/504/stdout 2017-03-07 20:02:27.788045115 +0330
@@ -1,3 +1 @@
-1972-07-25
-2011-12-03

./strftime.at:1879: exit code was 1, expected 0
504. strftime.at:1879: 504. streamftime: %F (strftime.at:1879): FAILED (strftime.at:1879)

# -*- compilation -*-
505. strftime.at:1887: testing streamftime: %r ...
./strftime.at:1887:
cat >input <<'_ATEOF'
1322872282
_ATEOF

strftime -tz=0 -format='%r' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/505/stderr 2017-03-07 20:02:27.816043947 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19824-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.821528962 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/505/stdout 2017-03-07 20:02:27.820043780 +0330
@@ -1,2 +1 @@
-12:31:22 AM

./strftime.at:1887: exit code was 1, expected 0
505. strftime.at:1887: 505. streamftime: %r (strftime.at:1887): FAILED (strftime.at:1887)

# -*- compilation -*-
506. strftime.at:1893: testing streamftime: %R ...
./strftime.at:1893:
cat >input <<'_ATEOF'
1322872282
_ATEOF

strftime -tz=0 -format='%R' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/506/stderr 2017-03-07 20:02:27.844042778 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19854-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.849271976 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/506/stdout 2017-03-07 20:02:27.844042778 +0330
@@ -1,2 +1 @@
-00:31

./strftime.at:1893: exit code was 1, expected 0
506. strftime.at:1893: 506. streamftime: %R (strftime.at:1893): FAILED (strftime.at:1893)

# -*- compilation -*-
507. strftime.at:1899: testing streamftime: %T ...
./strftime.at:1899:
cat >input <<'_ATEOF'
1322872282
_ATEOF

strftime -tz=0 -format='%T' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/507/stderr 2017-03-07 20:02:27.872041609 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19884-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.875797641 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/507/stdout 2017-03-07 20:02:27.872041609 +0330
@@ -1,2 +1 @@
-00:31:22

./strftime.at:1899: exit code was 1, expected 0
507. strftime.at:1899: 507. streamftime: %T (strftime.at:1899): FAILED (strftime.at:1899)

# -*- compilation -*-
508. strftime.at:1906: testing streamftime: %x ...
./strftime.at:1906:
cat >input <<'_ATEOF'
1322872282
_ATEOF

strftime -tz=0 -format='%x' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/508/stderr 2017-03-07 20:02:27.900040441 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19914-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.904988940 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/508/stdout 2017-03-07 20:02:27.904040274 +0330
@@ -1,2 +1 @@
-12/03/11

./strftime.at:1906: exit code was 1, expected 0
508. strftime.at:1906: 508. streamftime: %x (strftime.at:1906): FAILED (strftime.at:1906)

# -*- compilation -*-
509. strftime.at:1913: testing streamftime: %X ...
./strftime.at:1913:
cat >input <<'_ATEOF'
1322872282
_ATEOF

strftime -tz=0 -format='%X' < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/509/stderr 2017-03-07 20:02:27.928039272 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19944-lt-strftime: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.932099661 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/509/stdout 2017-03-07 20:02:27.928039272 +0330
@@ -1,2 +1 @@
-00:31:22

./strftime.at:1913: exit code was 1, expected 0
509. strftime.at:1913: 509. streamftime: %X (strftime.at:1913): FAILED (strftime.at:1913)

# -*- compilation -*-
510. fsaf.at:48: testing default ...
file
fsaf file

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/510/stderr 2017-03-07 20:02:27.956038103 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/19973-lt-fsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.959437797 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/510/stdout 2017-03-07 20:02:27.956038103 +0330
@@ -1,2 +1 @@
-file: Success

./fsaf.at:48: exit code was 1, expected 0
510. fsaf.at:48: 510. default (fsaf.at:48): FAILED (fsaf.at:48)

# -*- compilation -*-
511. fsaf.at:50: testing +awrfil ...
file
chmod o+w file
fsaf +awrfil file

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/511/stderr 2017-03-07 20:02:27.980037101 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20003-lt-fsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:27.986488506 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/511/stdout 2017-03-07 20:02:27.984036934 +0330
@@ -1,2 +1 @@
-file: World writable file

./fsaf.at:50: exit code was 1, expected 0
511. fsaf.at:50: 511. +awrfil (fsaf.at:50): FAILED (fsaf.at:50)

# -*- compilation -*-
512. fsaf.at:51: testing +gwrfil ...
file
chmod g+w file
fsaf +gwrfil file

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/512/stderr 2017-03-07 20:02:28.008035933 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20033-lt-fsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.012683223 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/512/stdout 2017-03-07 20:02:28.008035933 +0330
@@ -1,2 +1 @@
-file: Group writable file

./fsaf.at:51: exit code was 1, expected 0
512. fsaf.at:51: 512. +gwrfil (fsaf.at:51): FAILED (fsaf.at:51)

# -*- compilation -*-
513. fsaf.at:53: testing +linkwrdir ...
./fsaf.at:53:
mkdir dir
chmod g+w dir
data
cd dir
ln ../data file

fsaf +linkwrdir file

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/513/stderr 2017-03-07 20:02:28.032034931 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20065-lt-fsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.039217161 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/513/stdout 2017-03-07 20:02:28.036034764 +0330
@@ -1,2 +1 @@
-file: Linked file in a writable directory

./fsaf.at:53: exit code was 1, expected 0
513. fsaf.at:53: 513. +linkwrdir (fsaf.at:53): FAILED (fsaf.at:53)

# -*- compilation -*-
514. fsaf.at:62: testing +linkwrdir ...
./fsaf.at:62:
mkdir dir
chmod g+w dir
data
cd dir
ln -s ../data file

fsaf +linkwrdir file

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/514/stderr 2017-03-07 20:02:28.064033596 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20097-lt-fsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.069191243 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/514/stdout 2017-03-07 20:02:28.068033429 +0330
@@ -1,2 +1 @@
-file: Linked file in a writable directory

./fsaf.at:62: exit code was 1, expected 0
514. fsaf.at:62: 514. +linkwrdir (fsaf.at:62): FAILED (fsaf.at:62)

# -*- compilation -*-
515. fsaf.at:71: testing +awrdir ...
./fsaf.at:71:
mkdir dir
chmod o+w dir
cd dir
file
fsaf +awrdir file

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/515/stderr 2017-03-07 20:02:28.100032094 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20128-lt-fsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.106955421 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/515/stdout 2017-03-07 20:02:28.104031928 +0330
@@ -1,2 +1 @@
-file: File in world writable directory

./fsaf.at:71: exit code was 1, expected 0
515. fsaf.at:71: 515. +awrdir (fsaf.at:71): FAILED (fsaf.at:71)

# -*- compilation -*-
516. fsaf.at:79: testing +gwrdir ...
./fsaf.at:79:
mkdir dir
chmod g+w dir
cd dir
file
fsaf +gwrdir file

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/516/stderr 2017-03-07 20:02:28.132030759 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20159-lt-fsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.135749853 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/516/stdout 2017-03-07 20:02:28.132030759 +0330
@@ -1,2 +1 @@
-file: File in group writable directory

./fsaf.at:79: exit code was 1, expected 0
516. fsaf.at:79: 516. +gwrdir (fsaf.at:79): FAILED (fsaf.at:79)

# -*- compilation -*-
517. fsaf.at:87: testing +ardfil ...
file
chmod o+r file
fsaf +ardfil file

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/517/stderr 2017-03-07 20:02:28.160029591 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20189-lt-fsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.166574305 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/517/stdout 2017-03-07 20:02:28.164029424 +0330
@@ -1,2 +1 @@
-file: World readable file

./fsaf.at:87: exit code was 1, expected 0
517. fsaf.at:87: 517. +ardfil (fsaf.at:87): FAILED (fsaf.at:87)

# -*- compilation -*-
518. fsaf.at:88: testing +grdfil ...
file
chmod g+r file
fsaf +grdfil file

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/518/stderr 2017-03-07 20:02:28.188028423 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20219-lt-fsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.194955529 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/518/stdout 2017-03-07 20:02:28.192028256 +0330
@@ -1,2 +1 @@
-file: Group readable file

./fsaf.at:88: exit code was 1, expected 0
518. fsaf.at:88: 518. +grdfil (fsaf.at:88): FAILED (fsaf.at:88)

# -*- compilation -*-
519. fsaftomod.at:36: testing all ...
./fsaftomod.at:36:
fsaftomod all

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/519/stderr 2017-03-07 20:02:28.216027255 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20248-lt-fsaftomod: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.222835660 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/519/stdout 2017-03-07 20:02:28.220027088 +0330
@@ -1,2 +1 @@
-600

./fsaftomod.at:36: exit code was 1, expected 0
519. fsaftomod.at:36: 519. all (fsaftomod.at:36): FAILED (fsaftomod.at:36)

# -*- compilation -*-
520. fsaftomod.at:37: testing none ...
./fsaftomod.at:37:
fsaftomod none

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/520/stderr 2017-03-07 20:02:28.248025920 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20277-lt-fsaftomod: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.251793914 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/520/stdout 2017-03-07 20:02:28.248025920 +0330
@@ -1,2 +1 @@
-666

./fsaftomod.at:37: exit code was 1, expected 0
520. fsaftomod.at:37: 520. none (fsaftomod.at:37): FAILED (fsaftomod.at:37)

# -*- compilation -*-
521. fsaftomod.at:38: testing grdfil ardfil ...
./fsaftomod.at:38:
fsaftomod grdfil ardfil

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/521/stderr 2017-03-07 20:02:28.276024752 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20306-lt-fsaftomod: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.280534709 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/521/stdout 2017-03-07 20:02:28.276024752 +0330
@@ -1,2 +1 @@
-622

./fsaftomod.at:38: exit code was 1, expected 0
521. fsaftomod.at:38: 521. grdfil ardfil (fsaftomod.at:38): FAILED (fsaftomod.at:38)

# -*- compilation -*-
522. fsaftomod.at:39: testing grdfil ardfil awrfil ...
./fsaftomod.at:39:
fsaftomod grdfil ardfil awrfil

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/522/stderr 2017-03-07 20:02:28.300023751 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20335-lt-fsaftomod: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.306183689 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/522/stdout 2017-03-07 20:02:28.304023584 +0330
@@ -1,2 +1 @@
-620

./fsaftomod.at:39: exit code was 1, expected 0
522. fsaftomod.at:39: 522. grdfil ardfil awrfil (fsaftomod.at:39): FAILED (fsaftomod.at:39)

# -*- compilation -*-
523. fsaftomod.at:40: testing grdfil gwrfil ardfil awrfil ...
./fsaftomod.at:40:
fsaftomod grdfil gwrfil ardfil awrfil

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/523/stderr 2017-03-07 20:02:28.328022583 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20364-lt-fsaftomod: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.332548365 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/523/stdout 2017-03-07 20:02:28.328022583 +0330
@@ -1,2 +1 @@
-600

./fsaftomod.at:40: exit code was 1, expected 0
523. fsaftomod.at:40: 523. grdfil gwrfil ardfil awrfil (fsaftomod.at:40): FAILED (fsaftomod.at:40)

# -*- compilation -*-
524. modtofsaf.at:35: testing 600 ...
./modtofsaf.at:35:
modtofsaf 600

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/524/stderr 2017-03-07 20:02:28.356021415 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20393-lt-modtofsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.359009043 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/524/stdout 2017-03-07 20:02:28.356021415 +0330
@@ -1,5 +1 @@
-gwrfil
-awrfil
-grdfil
-ardfil

./modtofsaf.at:35: exit code was 1, expected 0
524. modtofsaf.at:35: 524. 600 (modtofsaf.at:35): FAILED (modtofsaf.at:35)

# -*- compilation -*-
525. modtofsaf.at:41: testing 666 ...
./modtofsaf.at:41:
modtofsaf 666

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/525/stderr 2017-03-07 20:02:28.380020413 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20422-lt-modtofsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
./modtofsaf.at:41: exit code was 1, expected 0
525. modtofsaf.at:41: 525. 666 (modtofsaf.at:41): FAILED (modtofsaf.at:41)

# -*- compilation -*-
526. modtofsaf.at:43: testing 622 ...
./modtofsaf.at:43:
modtofsaf 622

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/526/stderr 2017-03-07 20:02:28.408019245 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20449-lt-modtofsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.412671760 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/526/stdout 2017-03-07 20:02:28.408019245 +0330
@@ -1,3 +1 @@
-grdfil
-ardfil

./modtofsaf.at:43: exit code was 1, expected 0
526. modtofsaf.at:43: 526. 622 (modtofsaf.at:43): FAILED (modtofsaf.at:43)

# -*- compilation -*-
527. modtofsaf.at:47: testing 644 ...
./modtofsaf.at:47:
modtofsaf 644

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/527/stderr 2017-03-07 20:02:28.432018244 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20478-lt-modtofsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.440088930 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/527/stdout 2017-03-07 20:02:28.436018077 +0330
@@ -1,3 +1 @@
-gwrfil
-awrfil

./modtofsaf.at:47: exit code was 1, expected 0
527. modtofsaf.at:47: 527. 644 (modtofsaf.at:47): FAILED (modtofsaf.at:47)

# -*- compilation -*-
528. modtofsaf.at:51: testing 620 ...
./modtofsaf.at:51:
modtofsaf 620

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/528/stderr 2017-03-07 20:02:28.456017243 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20507-lt-modtofsaf: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.463186205 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/528/stdout 2017-03-07 20:02:28.460017076 +0330
@@ -1,4 +1 @@
-awrfil
-grdfil
-ardfil

./modtofsaf.at:51: exit code was 1, expected 0
528. modtofsaf.at:51: 528. 620 (modtofsaf.at:51): FAILED (modtofsaf.at:51)

# -*- compilation -*-
529. mimehdr.at:35: testing mimehdr: simple ...
./mimehdr.at:35:
cat >input <<'_ATEOF'
message/external-body; access-type=URL;
URL="ftp://cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar"

_ATEOF

mimehdr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/529/stderr 2017-03-07 20:02:28.488015908 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20537-lt-mimehdr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.494335290 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/529/stdout 2017-03-07 20:02:28.492015741 +0330
@@ -1,4 +1 @@
-message/external-body
-access-type=URL
-URL=ftp://cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar

./mimehdr.at:35: exit code was 1, expected 0
529. mimehdr.at:35: 529. mimehdr: simple (mimehdr.at:35): FAILED (mimehdr.at:35)

# -*- compilation -*-
530. mimehdr.at:45: testing mimehdr: continuation ...
./mimehdr.at:45:
cat >input <<'_ATEOF'
message/external-body; access-type=URL;
URL*0="ftp://";
URL*1="cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar"

_ATEOF

mimehdr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/530/stderr 2017-03-07 20:02:28.516014740 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20567-lt-mimehdr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.523119918 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/530/stdout 2017-03-07 20:02:28.520014573 +0330
@@ -1,4 +1 @@
-message/external-body
-access-type=URL
-URL=ftp://cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar

./mimehdr.at:45: exit code was 1, expected 0
530. mimehdr.at:45: 530. mimehdr: continuation (mimehdr.at:45): FAILED (mimehdr.at:45)

# -*- compilation -*-
531. mimehdr.at:56: testing mimehdr: charset (2047) ...
./mimehdr.at:56:
cat >input <<'_ATEOF'
attachment; charset=utf-8;
filename==?UTF-8?B?zrHPgc+HzrXOr86/IM6zzrnOsSDPhM63zr0gzrTOv866zrnOvM6xz4POr86x==?=

_ATEOF

mimehdr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/531/stderr 2017-03-07 20:02:28.548013405 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20597-lt-mimehdr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.551851763 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/531/stdout 2017-03-07 20:02:28.548013405 +0330
@@ -1,4 +1 @@
-attachment
-charset=utf-8
-filename=αρχείο για τηΜ ΎοκιΌασία

./mimehdr.at:56: exit code was 1, expected 0
531. mimehdr.at:56: 531. mimehdr: charset (2047) (mimehdr.at:56): FAILED (mimehdr.at:56)

# -*- compilation -*-
532. mimehdr.at:66: testing mimehdr: charset with language (2047) ...
./mimehdr.at:66:
cat >input <<'_ATEOF'
attachment; charset=utf-8;
filename==?UTF-8*el?B?zrHPgc+HzrXOr86/IM6zzrnOsSDPhM63zr0gzrTOv866zrnOvM6xz4POr86x==?=

_ATEOF

mimehdr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/532/stderr 2017-03-07 20:02:28.576012237 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20627-lt-mimehdr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.582302509 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/532/stdout 2017-03-07 20:02:28.580012070 +0330
@@ -1,4 +1 @@
-attachment
-charset=utf-8
-filename(lang:el/UTF-8)=αρχείο για τηΜ ΎοκιΌασία

./mimehdr.at:66: exit code was 1, expected 0
532. mimehdr.at:66: 532. mimehdr: charset with language (2047) (mimehdr.at:66): FAILED (mimehdr.at:66)

# -*- compilation -*-
533. mimehdr.at:76: testing mimehdr: no charset (2231) ...
./mimehdr.at:76:
cat >input <<'_ATEOF'
attachment; charset=utf-8;
filename*=%CE%B1%CF%81%CF%87%CE%B5%CE%AF%CE%BF%20%CE%B3%CE%B9%CE%B1%20%CF%84%CE%B7%CE%BD%20%CE%B4%CE%BF%CE%BA%CE%B9%CE%BC%CE%B1%CF%83%CE%AF%CE%B1

_ATEOF

mimehdr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/533/stderr 2017-03-07 20:02:28.608010902 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20657-lt-mimehdr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.611884291 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/533/stdout 2017-03-07 20:02:28.608010902 +0330
@@ -1,4 +1 @@
-attachment
-charset=utf-8
-filename=αρχείο για τηΜ ΎοκιΌασία

./mimehdr.at:76: exit code was 1, expected 0
533. mimehdr.at:76: 533. mimehdr: no charset (2231) (mimehdr.at:76): FAILED (mimehdr.at:76)

# -*- compilation -*-
534. mimehdr.at:86: testing mimehdr: charset (2231) ...
./mimehdr.at:86:
cat >input <<'_ATEOF'
attachment; charset=utf-8;
filename*=UTF-8''%CE%B1%CF%81%CF%87%CE%B5%CE%AF%CE%BF%20%CE%B3%CE%B9%CE%B1%20%CF%84%CE%B7%CE%BD%20%CE%B4%CE%BF%CE%BA%CE%B9%CE%BC%CE%B1%CF%83%CE%AF%CE%B1

_ATEOF

mimehdr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/534/stderr 2017-03-07 20:02:28.636009733 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20687-lt-mimehdr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.638794763 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/534/stdout 2017-03-07 20:02:28.636009733 +0330
@@ -1,4 +1 @@
-attachment
-charset=utf-8
-filename(lang:/UTF-8)=αρχείο για τηΜ ΎοκιΌασία

./mimehdr.at:86: exit code was 1, expected 0
534. mimehdr.at:86: 534. mimehdr: charset (2231) (mimehdr.at:86): FAILED (mimehdr.at:86)

# -*- compilation -*-
535. mimehdr.at:96: testing mimehdr: charset with language (2231) ...
./mimehdr.at:96:
cat >input <<'_ATEOF'
attachment; charset=utf-8;
filename*=UTF-8'el_GR'%CE%B1%CF%81%CF%87%CE%B5%CE%AF%CE%BF%20%CE%B3%CE%B9%CE%B1%20%CF%84%CE%B7%CE%BD%20%CE%B4%CE%BF%CE%BA%CE%B9%CE%BC%CE%B1%CF%83%CE%AF%CE%B1

_ATEOF

mimehdr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/535/stderr 2017-03-07 20:02:28.660008732 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20717-lt-mimehdr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.666337084 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/535/stdout 2017-03-07 20:02:28.664008565 +0330
@@ -1,4 +1 @@
-attachment
-charset=utf-8
-filename(lang:el_GR/UTF-8)=αρχείο για τηΜ ΎοκιΌασία

./mimehdr.at:96: exit code was 1, expected 0
535. mimehdr.at:96: 535. mimehdr: charset with language (2231) (mimehdr.at:96): FAILED (mimehdr.at:96)

# -*- compilation -*-
536. mimehdr.at:106: testing mimehdr: charset with language and continuation (2231) ...
./mimehdr.at:106:
cat >input <<'_ATEOF'
attachment; charset=utf-8;
filename*00*=UTF-8'el_GR'%CE%B1%CF%81%CF%87%CE%B5;
filename*01*=%CE%AF%CE%BF%20%CE%B3%CE;
filename*02*=%B9%CE%B1%20%CF%84%CE%B7;
filename*03*=%CE%BD%20%CE%B4%CE%BF%CE;
filename*04*=%BA%CE%B9%CE%BC%CE%B1%CF%83%CE%AF%CE%B1

_ATEOF

mimehdr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/536/stderr 2017-03-07 20:02:28.688007564 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20747-lt-mimehdr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.694182878 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/536/stdout 2017-03-07 20:02:28.692007397 +0330
@@ -1,4 +1 @@
-attachment
-charset=utf-8
-filename(lang:el_GR/UTF-8)=αρχείο για τηΜ ΎοκιΌασία

./mimehdr.at:106: exit code was 1, expected 0
536. mimehdr.at:106: 536. mimehdr: charset with language and continuation (2231) (mimehdr.at:106): FAILED (mimehdr.at:106)

# -*- compilation -*-
537. mimehdr.at:120: testing mimehdr: combined charset, lang and cset ...
./mimehdr.at:120:
cat >input <<'_ATEOF'
application/x-stuff
title*0*=us-ascii'en'This%20is%20even%20more%20
title*1*=%2A%2A%2Afun%2A%2A%2A%20
title*2="isn't it!"

_ATEOF

mimehdr < input
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/537/stderr 2017-03-07 20:02:28.716006396 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20777-lt-mimehdr: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.722489348 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/537/stdout 2017-03-07 20:02:28.720006229 +0330
@@ -1,3 +1 @@
-application/x-stuff
-title(lang:en/us-ascii)=This is even more ***fun*** isn't it!

./mimehdr.at:120: exit code was 1, expected 0
537. mimehdr.at:120: 537. mimehdr: combined charset, lang and cset (mimehdr.at:120): FAILED (mimehdr.at:120)

# -*- compilation -*-
538. msgset.at:30: testing Aggregation: simple ...
./msgset.at:30: msgset -msgset='1,5:11,20:24,80:90,22:30,50:60,4:12,41:50,70:81'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/538/stderr 2017-03-07 20:02:28.744005228 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20806-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.750140386 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/538/stdout 2017-03-07 20:02:28.748005061 +0330
@@ -1,2 +1 @@
-1,4:12,20:30,41:60,70:90

./msgset.at:30: exit code was 1, expected 0
538. msgset.at:30: 538. Aggregation: simple (msgset.at:30): FAILED (msgset.at:30)

# -*- compilation -*-
539. msgset.at:35: testing Aggregation: open range (1) ...
./msgset.at:35: msgset -msgset='12:*,1'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/539/stderr 2017-03-07 20:02:28.776003893 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20835-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.779313753 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/539/stdout 2017-03-07 20:02:28.776003893 +0330
@@ -1,2 +1 @@
-1,12:*

./msgset.at:35: exit code was 1, expected 0
539. msgset.at:35: 539. Aggregation: open range (1) (msgset.at:35): FAILED (msgset.at:35)

# -*- compilation -*-
540. msgset.at:41: testing Aggregation: coalescing open ranges ...
./msgset.at:41: msgset -msgset='12:*,1,15:*,8:*'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/540/stderr 2017-03-07 20:02:28.800002892 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20864-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.806903166 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/540/stdout 2017-03-07 20:02:28.804002725 +0330
@@ -1,2 +1 @@
-1,8:*

./msgset.at:41: exit code was 1, expected 0
540. msgset.at:41: 540. Aggregation: coalescing open ranges (msgset.at:41): FAILED (msgset.at:41)

# -*- compilation -*-
541. msgset.at:47: testing Aggregation: open range (3) ...
./msgset.at:47: msgset -msgset='1,12:*,12:13'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/541/stderr 2017-03-07 20:02:28.832001557 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20893-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.838289756 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/541/stdout 2017-03-07 20:02:28.836001390 +0330
@@ -1,2 +1 @@
-1,12:*

./msgset.at:47: exit code was 1, expected 0
541. msgset.at:47: 541. Aggregation: open range (3) (msgset.at:47): FAILED (msgset.at:47)

# -*- compilation -*-
542. msgset.at:53: testing Aggregation: open range (4) ...
./msgset.at:53: msgset -msgset='1,12:*,13:40'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/542/stderr 2017-03-07 20:02:28.860000389 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20922-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.865017750 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/542/stdout 2017-03-07 20:02:28.864000222 +0330
@@ -1,2 +1 @@
-1,12:*

./msgset.at:53: exit code was 1, expected 0
542. msgset.at:53: 542. Aggregation: open range (4) (msgset.at:53): FAILED (msgset.at:53)

# -*- compilation -*-
543. msgset.at:59: testing Aggregation: open range (5) ...
./msgset.at:59: msgset -msgset='10:*,3,5:9'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/543/stderr 2017-03-07 20:02:28.887999220 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20951-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.895366879 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/543/stdout 2017-03-07 20:02:28.891999054 +0330
@@ -1,2 +1 @@
-3,5:*

./msgset.at:59: exit code was 1, expected 0
543. msgset.at:59: 543. Aggregation: open range (5) (msgset.at:59): FAILED (msgset.at:59)

# -*- compilation -*-
544. msgset.at:65: testing Create simple set ...
./msgset.at:65: msgset -add=1:10
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/544/stderr 2017-03-07 20:02:28.915998052 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/20980-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.924439708 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/544/stdout 2017-03-07 20:02:28.919997885 +0330
@@ -1,2 +1 @@
-1:10

./msgset.at:65: exit code was 1, expected 0
544. msgset.at:65: 544. Create simple set (msgset.at:65): FAILED (msgset.at:65)

# -*- compilation -*-
545. msgset.at:70: testing Create complex set ...
./msgset.at:70: msgset -add=1 -add=2 -add=3 -add=4 -add=10:20 -add=15:35 -add=36:40
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/545/stderr 2017-03-07 20:02:28.947996717 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21009-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:28.957607350 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/545/stdout 2017-03-07 20:02:28.955996384 +0330
@@ -1,2 +1 @@
-1:4,10:40

./msgset.at:70: exit code was 1, expected 0
545. msgset.at:70: 545. Create complex set (msgset.at:70): FAILED (msgset.at:70)

# -*- compilation -*-
546. msgset.at:75: testing Subtract: no match ...
./msgset.at:75: msgset -msgset=20:40 -sub=1:10
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/546/stderr 2017-03-07 20:02:29.003994381 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21038-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.010486728 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/546/stdout 2017-03-07 20:02:29.007994215 +0330
@@ -1,2 +1 @@
-20:40

./msgset.at:75: exit code was 1, expected 0
546. msgset.at:75: 546. Subtract: no match (msgset.at:75): FAILED (msgset.at:75)

# -*- compilation -*-
547. msgset.at:80: testing Subtract: exact match ...
./msgset.at:80: msgset -msgset=1,4:9,11 -sub=4:9
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/547/stderr 2017-03-07 20:02:29.051992380 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21067-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.058755844 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/547/stdout 2017-03-07 20:02:29.055992214 +0330
@@ -1,2 +1 @@
-1,11

./msgset.at:80: exit code was 1, expected 0
547. msgset.at:80: 547. Subtract: exact match (msgset.at:80): FAILED (msgset.at:80)

# -*- compilation -*-
548. msgset.at:85: testing Subtract: contained range ...
./msgset.at:85: msgset -msgset=1:40 -sub=5:15

--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/548/stderr 2017-03-07 20:02:29.083991046 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21096-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.086707563 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/548/stdout 2017-03-07 20:02:29.083991046 +0330
@@ -1,2 +1 @@
-1:4,16:40

./msgset.at:85: exit code was 1, expected 0
548. msgset.at:85: 548. Subtract: contained range (msgset.at:85): FAILED (msgset.at:85)

# -*- compilation -*-
549. msgset.at:91: testing Subtract: contained range (left border case) ...
./msgset.at:91: msgset -msgset=1:40 -sub=1:20
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/549/stderr 2017-03-07 20:02:29.115989712 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21125-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.120727903 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/549/stdout 2017-03-07 20:02:29.115989712 +0330
@@ -1,2 +1 @@
-21:40

./msgset.at:91: exit code was 1, expected 0
549. msgset.at:91: 549. Subtract: contained range (left border case) (msgset.at:91): FAILED (msgset.at:91)

# -*- compilation -*-
550. msgset.at:97: testing Subtract: contained range (right border case) ...
./msgset.at:97: msgset -msgset=1:40 -sub=30:40
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/550/stderr 2017-03-07 20:02:29.143988544 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21154-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.149180776 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/550/stdout 2017-03-07 20:02:29.147988377 +0330
@@ -1,2 +1 @@
-1:29

./msgset.at:97: exit code was 1, expected 0
550. msgset.at:97: 550. Subtract: contained range (right border case) (msgset.at:97): FAILED (msgset.at:97)

# -*- compilation -*-
551. msgset.at:103: testing Subtract: initial subrange ...
./msgset.at:103: msgset -msgset=1:40,50:60,80:200 -sub=55:65
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/551/stderr 2017-03-07 20:02:29.171987377 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21183-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.179816931 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/551/stdout 2017-03-07 20:02:29.175987210 +0330
@@ -1,2 +1 @@
-1:40,50:54,80:200

./msgset.at:103: exit code was 1, expected 0
551. msgset.at:103: 551. Subtract: initial subrange (msgset.at:103): FAILED (msgset.at:103)

# -*- compilation -*-
552. msgset.at:108: testing Subtract: trailing subrange ...
./msgset.at:108: msgset -msgset=1:40,50:60,80:200 -sub=45:55
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/552/stderr 2017-03-07 20:02:29.199986209 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21212-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.203690147 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/552/stdout 2017-03-07 20:02:29.199986209 +0330
@@ -1,2 +1 @@
-1:40,56:60,80:200

./msgset.at:108: exit code was 1, expected 0
552. msgset.at:108: 552. Subtract: trailing subrange (msgset.at:108): FAILED (msgset.at:108)

# -*- compilation -*-
553. msgset.at:113: testing Subtract: overlapping subrange ...
./msgset.at:113: msgset -msgset=1:40,50:60,80:200 -sub=41:70
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/553/stderr 2017-03-07 20:02:29.227985042 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21241-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.231274114 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/553/stdout 2017-03-07 20:02:29.227985042 +0330
@@ -1,2 +1 @@
-1:40,80:200

./msgset.at:113: exit code was 1, expected 0
553. msgset.at:113: 553. Subtract: overlapping subrange (msgset.at:113): FAILED (msgset.at:113)

# -*- compilation -*-
554. msgset.at:118: testing Subtract: 4, 5 and 6 combined ...
./msgset.at:118: msgset -msgset=1:40,50:60,80:200 -sub=30:100
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/554/stderr 2017-03-07 20:02:29.251984041 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21270-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.258269565 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/554/stdout 2017-03-07 20:02:29.255983874 +0330
@@ -1,2 +1 @@
-1:29,101:200

./msgset.at:118: exit code was 1, expected 0
554. msgset.at:118: 554. Subtract: 4, 5 and 6 combined (msgset.at:118): FAILED (msgset.at:118)

# -*- compilation -*-
555. msgset.at:124: testing open range ...
./msgset.at:124: msgset -msgset='1:*'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/555/stderr 2017-03-07 20:02:29.299982040 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21299-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.306262658 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/555/stdout 2017-03-07 20:02:29.303981873 +0330
@@ -1,2 +1 @@
-1:*

./msgset.at:124: exit code was 1, expected 0
555. msgset.at:124: 555. open range (msgset.at:124): FAILED (msgset.at:124)

# -*- compilation -*-
556. msgset.at:129: testing add to open range ...
./msgset.at:129: msgset -msgset='10:*' -add=3 -add=5:9
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/556/stderr 2017-03-07 20:02:29.323981039 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21328-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.330887984 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/556/stdout 2017-03-07 20:02:29.327980872 +0330
@@ -1,2 +1 @@
-3,5:*

./msgset.at:129: exit code was 1, expected 0
556. msgset.at:129: 556. add to open range (msgset.at:129): FAILED (msgset.at:129)

# -*- compilation -*-
557. msgset.at:134: testing subtract from open range ...
./msgset.at:134: msgset -msgset='3,10:*' -sub=5:11
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/557/stderr 2017-03-07 20:02:29.355979705 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21357-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.359669487 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/557/stdout 2017-03-07 20:02:29.355979705 +0330
@@ -1,2 +1 @@
-3,12:*

./msgset.at:134: exit code was 1, expected 0
557. msgset.at:134: 557. subtract from open range (msgset.at:134): FAILED (msgset.at:134)

# -*- compilation -*-
558. msgset.at:139: testing subtract from open range an equal range ...
./msgset.at:139: msgset -msgset='3,10:*' -sub=10:*
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/558/stderr 2017-03-07 20:02:29.379978704 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21386-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.386845312 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/558/stdout 2017-03-07 20:02:29.383978537 +0330
@@ -1,2 +1 @@
-3

./msgset.at:139: exit code was 1, expected 0
558. msgset.at:139: 558. subtract from open range an equal range (msgset.at:139): FAILED (msgset.at:139)

# -*- compilation -*-
559. msgset.at:144: testing subtract from open range a broader range ...
./msgset.at:144: msgset -msgset='3,10:*' -sub=20:*
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/559/stderr 2017-03-07 20:02:29.415977203 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21415-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.420752407 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/559/stdout 2017-03-07 20:02:29.415977203 +0330
@@ -1,2 +1 @@
-3,10:*

./msgset.at:144: exit code was 1, expected 0
559. msgset.at:144: 559. subtract from open range a broader range (msgset.at:144): FAILED (msgset.at:144)

# -*- compilation -*-
560. msgset.at:150: testing subtract from open range a narrower range ...
./msgset.at:150: msgset -msgset='3,10:*' -sub=5:*
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/560/stderr 2017-03-07 20:02:29.443976036 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21444-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.447716112 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/560/stdout 2017-03-07 20:02:29.443976036 +0330
@@ -1,2 +1 @@
-3

./msgset.at:150: exit code was 1, expected 0
560. msgset.at:150: 560. subtract from open range a narrower range (msgset.at:150): FAILED (msgset.at:150)

# -*- compilation -*-
561. msgset.at:156: testing subtract an open range with matching left boundary ...
./msgset.at:156: msgset -msgset='3,10:20' -sub=10:*
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/561/stderr 2017-03-07 20:02:29.475974701 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21473-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.480110068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/561/stdout 2017-03-07 20:02:29.475974701 +0330
@@ -1,2 +1 @@
-3

./msgset.at:156: exit code was 1, expected 0
561. msgset.at:156: 561. subtract an open range with matching left boundary (msgset.at:156): FAILED (msgset.at:156)

# -*- compilation -*-
562. msgset.at:162: testing subtract an open range with greater left boundary ...
./msgset.at:162: msgset -msgset='3,10:20' -sub=11:*
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/562/stderr 2017-03-07 20:02:29.503973534 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21502-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.507337001 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/562/stdout 2017-03-07 20:02:29.503973534 +0330
@@ -1,2 +1 @@
-3,10:20

./msgset.at:162: exit code was 1, expected 0
562. msgset.at:162: 562. subtract an open range with greater left boundary (msgset.at:162): FAILED (msgset.at:162)

# -*- compilation -*-
563. msgset.at:168: testing subtract an open range with smaller left boundary ...
./msgset.at:168: msgset -msgset='3,10:20' -sub=8:*
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/563/stderr 2017-03-07 20:02:29.523972700 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21531-lt-msgset: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.530978839 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/563/stdout 2017-03-07 20:02:29.527972533 +0330
@@ -1,2 +1 @@
-3

./msgset.at:168: exit code was 1, expected 0
563. msgset.at:168: 563. subtract an open range with smaller left boundary (msgset.at:168): FAILED (msgset.at:168)

# -*- compilation -*-
564. globtest.at:31: testing abab ...
./globtest.at:31: globtest -c 'abab'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/564/stderr 2017-03-07 20:02:29.551971533 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21560-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.556431809 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/564/stdout 2017-03-07 20:02:29.551971533 +0330
@@ -1,2 +1 @@
-^abab$

./globtest.at:31: exit code was 1, expected 0
564. globtest.at:31: 564. abab (globtest.at:31): FAILED (globtest.at:31)

# -*- compilation -*-
565. globtest.at:32: testing a*c ...
./globtest.at:32: globtest -c 'a*c'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/565/stderr 2017-03-07 20:02:29.579970365 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21589-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.583266642 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/565/stdout 2017-03-07 20:02:29.579970365 +0330
@@ -1,2 +1 @@
-^a.*c$

./globtest.at:32: exit code was 1, expected 0
565. globtest.at:32: 565. a*c (globtest.at:32): FAILED (globtest.at:32)

# -*- compilation -*-
566. globtest.at:33: testing a*c?d sub ...
./globtest.at:33: globtest -s 'a*c?d'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/566/stderr 2017-03-07 20:02:29.607969198 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21618-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.612501721 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/566/stdout 2017-03-07 20:02:29.607969198 +0330
@@ -1,2 +1 @@
-^a(.*)c(.)d$

./globtest.at:33: exit code was 1, expected 0
566. globtest.at:33: 566. a*c?d sub (globtest.at:33): FAILED (globtest.at:33)

# -*- compilation -*-
567. globtest.at:34: testing a***c ...
./globtest.at:34: globtest -c 'a***c'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/567/stderr 2017-03-07 20:02:29.635968030 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21647-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.639737766 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/567/stdout 2017-03-07 20:02:29.635968030 +0330
@@ -1,2 +1 @@
-^a.*c$

./globtest.at:34: exit code was 1, expected 0
567. globtest.at:34: 567. a***c (globtest.at:34): FAILED (globtest.at:34)

# -*- compilation -*-
568. globtest.at:35: testing a***c sub ...
./globtest.at:35: globtest -s 'a***c'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/568/stderr 2017-03-07 20:02:29.663966863 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21676-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.669251257 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/568/stdout 2017-03-07 20:02:29.667966696 +0330
@@ -1,2 +1 @@
-^a()()(.*)c$

./globtest.at:35: exit code was 1, expected 0
568. globtest.at:35: 568. a***c sub (globtest.at:35): FAILED (globtest.at:35)

# -*- compilation -*-
569. globtest.at:36: testing a***c sub collapse ...
./globtest.at:36: globtest -s -c 'a***c'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/569/stderr 2017-03-07 20:02:29.691965695 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21705-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.699455176 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/569/stdout 2017-03-07 20:02:29.695965528 +0330
@@ -1,2 +1 @@
-^a(.*)c$

./globtest.at:36: exit code was 1, expected 0
569. globtest.at:36: 569. a***c sub collapse (globtest.at:36): FAILED (globtest.at:36)

# -*- compilation -*-
570. globtest.at:37: testing {$|a$$ ...
./globtest.at:37: globtest -c '{$|a$$'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/570/stderr 2017-03-07 20:02:29.719964528 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21734-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.728854280 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/570/stdout 2017-03-07 20:02:29.723964361 +0330
@@ -1,2 +1 @@
-^\{\$\|a\$\$$

./globtest.at:37: exit code was 1, expected 0
570. globtest.at:37: 570. {$|a$$ (globtest.at:37): FAILED (globtest.at:37)

# -*- compilation -*-
571. globtest.at:38: testing a[0-9A-Z]c ...
./globtest.at:38: globtest -c 'a[0-9A-Z]c'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/571/stderr 2017-03-07 20:02:29.747963360 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21763-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.754175141 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/571/stdout 2017-03-07 20:02:29.751963193 +0330
@@ -1,2 +1 @@
-^a[0-9A-Z]c$

./globtest.at:38: exit code was 1, expected 0
571. globtest.at:38: 571. a[0-9A-Z]c (globtest.at:38): FAILED (globtest.at:38)

# -*- compilation -*-
572. globtest.at:39: testing a[!a-z]c ...
./globtest.at:39: globtest -c 'a[!a-z]c'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/572/stderr 2017-03-07 20:02:29.775962193 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21792-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.781814344 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/572/stdout 2017-03-07 20:02:29.779962026 +0330
@@ -1,2 +1 @@
-^a[^a-z]c$

./globtest.at:39: exit code was 1, expected 0
572. globtest.at:39: 572. a[!a-z]c (globtest.at:39): FAILED (globtest.at:39)

# -*- compilation -*-
573. globtest.at:40: testing a[!]z] ...
./globtest.at:40: globtest -c 'a[!]z]'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/573/stderr 2017-03-07 20:02:29.807960858 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21821-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.811079210 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/573/stdout 2017-03-07 20:02:29.807960858 +0330
@@ -1,2 +1 @@
-^a[^]z]$

./globtest.at:40: exit code was 1, expected 0
573. globtest.at:40: 573. a[!]z] (globtest.at:40): FAILED (globtest.at:40)

# -*- compilation -*-
574. globtest.at:41: testing a[cde ...
./globtest.at:41: globtest -c 'a[cde'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/574/stderr 2017-03-07 20:02:29.835959691 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21850-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.841644498 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/574/stdout 2017-03-07 20:02:29.839959525 +0330
@@ -1,2 +1 @@
-^a\[cde$

./globtest.at:41: exit code was 1, expected 0
574. globtest.at:41: 574. a[cde (globtest.at:41): FAILED (globtest.at:41)

# -*- compilation -*-
575. globtest.at:42: testing a[[ba] ...
./globtest.at:42: globtest -c 'a[[ba]'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/575/stderr 2017-03-07 20:02:29.867958357 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21879-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.871381358 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/575/stdout 2017-03-07 20:02:29.867958357 +0330
@@ -1,2 +1 @@
-^a[\[ba]$

./globtest.at:42: exit code was 1, expected 0
575. globtest.at:42: 575. a[[ba] (globtest.at:42): FAILED (globtest.at:42)

# -*- compilation -*-
576. globtest.at:43: testing *.c ...
./globtest.at:43: globtest -c '*.c'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/576/stderr 2017-03-07 20:02:29.895957190 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21908-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.899441951 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/576/stdout 2017-03-07 20:02:29.895957190 +0330
@@ -1,2 +1 @@
-^.*\.c$

./globtest.at:43: exit code was 1, expected 0
576. globtest.at:43: 576. *.c (globtest.at:43): FAILED (globtest.at:43)

# -*- compilation -*-
577. globtest.at:44: testing a\ ...
./globtest.at:44: globtest -c 'a\'
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/577/stderr 2017-03-07 20:02:29.923956022 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/.libs/21937-lt-globtest: Permission denied
+collect2: error: ld returned 1 exit statusn
\ No newline at end of file
--- - 2017-03-07 20:02:29.928022752 +0330
+++ /home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/577/stdout 2017-03-07 20:02:29.923956022 +0330
@@ -1,2 +1 @@
-^a\\$

./globtest.at:44: exit code was 1, expected 0
577. globtest.at:44: 577. a\ (globtest.at:44): FAILED (globtest.at:44)


## ---------------- ##
## ../../config.log ##
## ---------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
|
| It was created by GNU Mailutils configure 3.1.1, which was
| generated by GNU Autoconf 2.69. Invocation command line was
|
| $ ./configure
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = laptop
| uname -m = x86_64
| uname -r = 4.4.0-62-generic
| uname -s = Linux
| uname -v = #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017
|
| /usr/bin/uname -p = unknown
| /bin/uname -X = unknown
|
| /bin/arch = unknown
| /usr/bin/arch -k = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo = unknown
| /bin/machine = unknown
| /usr/bin/oslevel = unknown
| /bin/universe = unknown
|
| PATH: /home/sombody/bin
| PATH: /home/sombody/.local/bin
| PATH: /usr/local/sbin
| PATH: /usr/local/bin
| PATH: /usr/sbin
| PATH: /usr/bin
| PATH: /sbin
| PATH: /bin
| PATH: /usr/games
| PATH: /usr/local/games
| PATH: /snap/bin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:3591: checking for a BSD-compatible install
| configure:3659: result: /usr/bin/install -c
| configure:3670: checking whether build environment is sane
| configure:3725: result: yes
| configure:3876: checking for a thread-safe mkdir -p
| configure:3915: result: /bin/mkdir -p
| configure:3922: checking for gawk
| configure:3952: result: no
| configure:3922: checking for mawk
| configure:3938: found /usr/bin/mawk
| configure:3949: result: mawk
| configure:3960: checking whether make sets $(MAKE)
| configure:3982: result: yes
| configure:4011: checking whether make supports nested variables
| configure:4028: result: yes
| configure:4169: checking whether make supports nested variables
| configure:4186: result: yes
| configure:4202: checking build system type
| configure:4216: result: x86_64-pc-linux-gnu
| configure:4236: checking host system type
| configure:4249: result: x86_64-pc-linux-gnu
| configure:4276: autobuild project... GNU Mailutils
| configure:4282: autobuild revision... 3.1.1
| configure:4287: autobuild hostname... laptop
| configure:4298: autobuild timestamp... 20170307T162820Z
| configure:4404: checking for gcc
| configure:4420: found /usr/bin/gcc
| configure:4431: result: gcc
| configure:4660: checking for C compiler version
| configure:4669: gcc --version >&5
| gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
| Copyright (C) 2015 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| configure:4680: $? = 0
| configure:4669: gcc -v >&5
| Using built-in specs.
| COLLECT_GCC=gcc
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
| Target: x86_64-linux-gnu
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
| Thread model: posix
| gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
| configure:4680: $? = 0
| configure:4669: gcc -V >&5
| gcc: error: unrecognized command line option '-V'
| gcc: fatal error: no input files
| compilation terminated.
| configure:4680: $? = 1
| configure:4669: gcc -qversion >&5
| gcc: error: unrecognized command line option '-qversion'
| gcc: fatal error: no input files
| compilation terminated.
| configure:4680: $? = 1
| configure:4700: checking whether the C compiler works
| configure:4722: gcc conftest.c >&5
| configure:4726: $? = 0
| configure:4774: result: yes
| configure:4777: checking for C compiler default output file name
| configure:4779: result: a.out
| configure:4785: checking for suffix of executables
| configure:4792: gcc -o conftest conftest.c >&5
| configure:4796: $? = 0
| configure:4818: result:
| configure:4840: checking whether we are cross compiling
| configure:4848: gcc -o conftest conftest.c >&5
| configure:4852: $? = 0
| configure:4859: ./conftest
| configure:4863: $? = 0
| configure:4878: result: no
| configure:4883: checking for suffix of object files
| configure:4905: gcc -c conftest.c >&5
| configure:4909: $? = 0
| configure:4930: result: o
| configure:4934: checking whether we are using the GNU C compiler
| configure:4953: gcc -c conftest.c >&5
| configure:4953: $? = 0
| configure:4962: result: yes
| configure:4971: checking whether gcc accepts -g
| configure:4991: gcc -c -g conftest.c >&5
| configure:4991: $? = 0
| configure:5032: result: yes
| configure:5049: checking for gcc option to accept ISO C89
| configure:5112: gcc -c -g -O2 conftest.c >&5
| configure:5112: $? = 0
| configure:5125: result: none needed
| configure:5150: checking whether gcc understands -c and -o together
| configure:5172: gcc -c conftest.c -o conftest2.o
| configure:5175: $? = 0
| configure:5172: gcc -c conftest.c -o conftest2.o
| configure:5175: $? = 0
| configure:5187: result: yes
| configure:5215: checking for style of include used by make
| configure:5243: result: GNU
| configure:5269: checking dependency style of gcc
| configure:5380: result: gcc3
| configure:5402: checking how to run the C preprocessor
| configure:5433: gcc -E conftest.c
| configure:5433: $? = 0
| configure:5447: gcc -E conftest.c
| conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
| compilation terminated.
| configure:5447: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | /* end confdefs.h. */
| | #include <ac_nonexistent.h>
| configure:5472: result: gcc -E
| configure:5492: gcc -E conftest.c
| configure:5492: $? = 0
| configure:5506: gcc -E conftest.c
| conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
| compilation terminated.
| configure:5506: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | /* end confdefs.h. */
| | #include <ac_nonexistent.h>
| configure:5535: checking for grep that handles long lines and -e
| configure:5593: result: /bin/grep
| configure:5598: checking for egrep
| configure:5660: result: /bin/grep -E
| configure:5665: checking for ANSI C header files
| configure:5685: gcc -c -g -O2 conftest.c >&5
| configure:5685: $? = 0
| configure:5758: gcc -o conftest -g -O2 conftest.c >&5
| configure:5758: $? = 0
| configure:5758: ./conftest
| configure:5758: $? = 0
| configure:5769: result: yes
| configure:5782: checking for sys/types.h
| configure:5782: gcc -c -g -O2 conftest.c >&5
| configure:5782: $? = 0
| configure:5782: result: yes
| configure:5782: checking for sys/stat.h
| configure:5782: gcc -c -g -O2 conftest.c >&5
| configure:5782: $? = 0
| configure:5782: result: yes
| configure:5782: checking for stdlib.h
| configure:5782: gcc -c -g -O2 conftest.c >&5
| configure:5782: $? = 0
| configure:5782: result: yes
| configure:5782: checking for string.h
| configure:5782: gcc -c -g -O2 conftest.c >&5
| configure:5782: $? = 0
| configure:5782: result: yes
| configure:5782: checking for memory.h
| configure:5782: gcc -c -g -O2 conftest.c >&5
| configure:5782: $? = 0
| configure:5782: result: yes
| configure:5782: checking for strings.h
| configure:5782: gcc -c -g -O2 conftest.c >&5
| configure:5782: $? = 0
| configure:5782: result: yes
| configure:5782: checking for inttypes.h
| configure:5782: gcc -c -g -O2 conftest.c >&5
| configure:5782: $? = 0
| configure:5782: result: yes
| configure:5782: checking for stdint.h
| configure:5782: gcc -c -g -O2 conftest.c >&5
| configure:5782: $? = 0
| configure:5782: result: yes
| configure:5782: checking for unistd.h
| configure:5782: gcc -c -g -O2 conftest.c >&5
| configure:5782: $? = 0
| configure:5782: result: yes
| configure:5795: checking minix/config.h usability
| configure:5795: gcc -c -g -O2 conftest.c >&5
| conftest.c:54:26: fatal error: minix/config.h: No such file or directory
| compilation terminated.
| configure:5795: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <minix/config.h>
| configure:5795: result: no
| configure:5795: checking minix/config.h presence
| configure:5795: gcc -E conftest.c
| conftest.c:21:26: fatal error: minix/config.h: No such file or directory
| compilation terminated.
| configure:5795: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h. */
| | #include <minix/config.h>
| configure:5795: result: no
| configure:5795: checking for minix/config.h
| configure:5795: result: no
| configure:5819: checking whether it is safe to define __EXTENSIONS__
| configure:5837: gcc -c -g -O2 conftest.c >&5
| configure:5837: $? = 0
| configure:5844: result: yes
| configure:5873: checking whether _XOPEN_SOURCE should be defined
| configure:5892: gcc -c -g -O2 conftest.c >&5
| configure:5892: $? = 0
| configure:5916: result: no
| configure:5931: checking for Minix Amsterdam compiler
| configure:5955: result: no
| configure:6015: checking for ar
| configure:6031: found /usr/bin/ar
| configure:6042: result: ar
| configure:6068: checking the archiver (ar) interface
| configure:6084: gcc -c -g -O2 conftest.c >&5
| configure:6084: $? = 0
| configure:6086: ar cru libconftest.a conftest.o >&5
| ar: `u' modifier ignored since `D' is the default (see `U')
| configure:6089: $? = 0
| configure:6117: result: ar
| configure:6182: checking for ar
| configure:6209: result: ar
| configure:6284: checking for ranlib
| configure:6300: found /usr/bin/ranlib
| configure:6311: result: ranlib
| configure:6354: autobuild project... GNU Mailutils
| configure:6360: autobuild revision... 3.1.1
| configure:6365: autobuild hostname... laptop
| configure:6376: autobuild timestamp... 20170307T162822Z
| configure:6488: checking for g++
| configure:6504: found /usr/bin/g++
| configure:6515: result: g++
| configure:6542: checking for C++ compiler version
| configure:6551: g++ --version >&5
| g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
| Copyright (C) 2015 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| configure:6562: $? = 0
| configure:6551: g++ -v >&5
| Using built-in specs.
| COLLECT_GCC=g++
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
| Target: x86_64-linux-gnu
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
| Thread model: posix
| gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
| configure:6562: $? = 0
| configure:6551: g++ -V >&5
| g++: error: unrecognized command line option '-V'
| g++: fatal error: no input files
| compilation terminated.
| configure:6562: $? = 1
| configure:6551: g++ -qversion >&5
| g++: error: unrecognized command line option '-qversion'
| g++: fatal error: no input files
| compilation terminated.
| configure:6562: $? = 1
| configure:6566: checking whether we are using the GNU C++ compiler
| configure:6585: g++ -c conftest.cpp >&5
| configure:6585: $? = 0
| configure:6594: result: yes
| configure:6603: checking whether g++ accepts -g
| configure:6623: g++ -c -g conftest.cpp >&5
| configure:6623: $? = 0
| configure:6664: result: yes
| configure:6689: checking dependency style of g++
| configure:6800: result: gcc3
| configure:6816: checking whether ln -s works
| configure:6820: result: yes
| configure:6877: checking how to print strings
| configure:6904: result: printf
| configure:6925: checking for a sed that does not truncate output
| configure:6989: result: /bin/sed
| configure:7007: checking for fgrep
| configure:7069: result: /bin/grep -F
| configure:7104: checking for ld used by gcc
| configure:7171: result: /usr/bin/ld
| configure:7178: checking if the linker (/usr/bin/ld) is GNU ld
| configure:7193: result: yes
| configure:7205: checking for BSD- or MS-compatible name lister (nm)
| configure:7254: result: /usr/bin/nm -B
| configure:7384: checking the name lister (/usr/bin/nm -B) interface
| configure:7391: gcc -c -g -O2 conftest.c >&5
| configure:7394: /usr/bin/nm -B "conftest.o"
| configure:7397: output
| 0000000000000000 B some_variable
| configure:7404: result: BSD nm
| configure:7408: checking the maximum length of command line arguments
| configure:7538: result: 1572864
| configure:7555: checking whether the shell understands some XSI constructs
| configure:7565: result: yes
| configure:7569: checking whether the shell understands "+="
| configure:7575: result: yes
| configure:7610: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
| configure:7650: result: func_convert_file_noop
| configure:7657: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
| configure:7677: result: func_convert_file_noop
| configure:7684: checking for /usr/bin/ld option to reload object files
| configure:7691: result: -r
| configure:7765: checking for objdump
| configure:7781: found /usr/bin/objdump
| configure:7792: result: objdump
| configure:7824: checking how to recognize dependent libraries
| configure:8026: result: pass_all
| configure:8111: checking for dlltool
| configure:8141: result: no
| configure:8171: checking how to associate runtime and link libraries
| configure:8198: result: printf %s\n
| configure:8322: checking for archiver @FILE support
| configure:8339: gcc -c -g -O2 conftest.c >&5
| configure:8339: $? = 0
| configure:8342: ar cru libconftest.a @conftest.lst >&5
| ar: `u' modifier ignored since `D' is the default (see `U')
| configure:8345: $? = 0
| configure:8350: ar cru libconftest.a @conftest.lst >&5
| ar: `u' modifier ignored since `D' is the default (see `U')
| ar: conftest.o: No such file or directory
| configure:8353: $? = 1
| configure:8365: result: @
| configure:8423: checking for strip
| configure:8439: found /usr/bin/strip
| configure:8450: result: strip
| configure:8522: checking for ranlib
| configure:8549: result: ranlib
| configure:8651: checking command to parse /usr/bin/nm -B output from gcc object
| configure:8771: gcc -c -g -O2 conftest.c >&5
| configure:8774: $? = 0
| configure:8778: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
| configure:8781: $? = 0
| configure:8847: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
| configure:8850: $? = 0
| configure:8888: result: ok
| configure:8925: checking for sysroot
| configure:8955: result: no
| configure:9032: gcc -c -g -O2 conftest.c >&5
| configure:9035: $? = 0
| configure:9211: checking for mt
| configure:9227: found /bin/mt
| configure:9238: result: mt
| configure:9261: checking if mt is a manifest tool
| configure:9267: mt '-?'
| configure:9275: result: no
| configure:9914: checking for dlfcn.h
| configure:9914: gcc -c -g -O2 conftest.c >&5
| configure:9914: $? = 0
| configure:9914: result: yes
| configure:10129: checking for objdir
| configure:10144: result: .libs
| configure:10415: checking if gcc supports -fno-rtti -fno-exceptions
| configure:10433: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
| cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
| configure:10437: $? = 0
| configure:10450: result: no
| configure:10777: checking for gcc option to produce PIC
| configure:10784: result: -fPIC -DPIC
| configure:10792: checking if gcc PIC flag -fPIC -DPIC works
| configure:10810: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
| configure:10814: $? = 0
| configure:10827: result: yes
| configure:10856: checking if gcc static flag -static works
| configure:10884: result: yes
| configure:10899: checking if gcc supports -c -o file.o
| configure:10920: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
| configure:10924: $? = 0
| configure:10946: result: yes
| configure:10954: checking if gcc supports -c -o file.o
| configure:11001: result: yes
| configure:11034: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
| configure:12187: result: yes
| configure:12224: checking whether -lc should be explicitly linked in
| configure:12232: gcc -c -g -O2 conftest.c >&5
| configure:12235: $? = 0
| configure:12250: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
| configure:12253: $? = 0
| configure:12267: result: no
| configure:12427: checking dynamic linker characteristics
| configure:12938: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
| configure:12938: $? = 0
| configure:13160: result: GNU/Linux ld.so
| configure:13267: checking how to hardcode library paths into programs
| configure:13292: result: immediate
| configure:13386: checking for shl_load
| configure:13386: gcc -o conftest -g -O2 conftest.c >&5
| /tmp/cc17Lly7.o: In function `main':
| /home/sombody/Downloads/mailutils-3.1.1/conftest.c:70: undefined reference to `shl_load'
| collect2: error: ld returned 1 exit status
| configure:13386: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */
| | #define shl_load innocuous_shl_load
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char shl_load (); below.
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| | <limits.h> exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| |
| | #undef shl_load
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char shl_load ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_shl_load || defined __stub___shl_load
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return shl_load ();
| | ;
| | return 0;
| | }
| configure:13386: result: no
| configure:13390: checking for shl_load in -ldld
| configure:13415: gcc -o conftest -g -O2 conftest.c -ldld >&5
| /usr/bin/ld: cannot find -ldld
| collect2: error: ld returned 1 exit status
| configure:13415: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char shl_load ();
| | int
| | main ()
| | {
| | return shl_load ();
| | ;
| | return 0;
| | }
| configure:13424: result: no
| configure:13429: checking for dlopen
| configure:13429: gcc -o conftest -g -O2 conftest.c >&5
| /tmp/cctNur3e.o: In function `main':
| /home/sombody/Downloads/mailutils-3.1.1/conftest.c:70: undefined reference to `dlopen'
| collect2: error: ld returned 1 exit status
| configure:13429: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */
| | #define dlopen innocuous_dlopen
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char dlopen (); below.
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| | <limits.h> exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| |
| | #undef dlopen
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char dlopen ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_dlopen || defined __stub___dlopen
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return dlopen ();
| | ;
| | return 0;
| | }
| configure:13429: result: no
| configure:13433: checking for dlopen in -ldl
| configure:13458: gcc -o conftest -g -O2 conftest.c -ldl >&5
| configure:13458: $? = 0
| configure:13467: result: yes
| configure:13586: checking whether a program can dlopen itself
| configure:13666: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
| configure:13669: $? = 0
| configure:13687: result: yes
| configure:13692: checking whether a statically linked program can dlopen itself
| configure:13772: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
| /tmp/cck9YvUo.o: In function `main':
| /home/sombody/Downloads/mailutils-3.1.1/configure:13751: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
| /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
| collect2: error: ld returned 1 exit status
| configure:13775: $? = 1
| configure:13793: result: no
| configure:13832: checking whether stripping libraries is possible
| configure:13837: result: yes
| configure:13872: checking if libtool supports shared libraries
| configure:13874: result: yes
| configure:13877: checking whether to build shared libraries
| configure:13898: result: yes
| configure:13901: checking whether to build static libraries
| configure:13905: result: yes
| configure:13928: checking how to run the C++ preprocessor
| configure:13955: g++ -E conftest.cpp
| configure:13955: $? = 0
| configure:13969: g++ -E conftest.cpp
| conftest.cpp:36:28: fatal error: ac_nonexistent.h: No such file or directory
| compilation terminated.
| configure:13969: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| | #include <ac_nonexistent.h>
| configure:13994: result: g++ -E
| configure:14014: g++ -E conftest.cpp
| configure:14014: $? = 0
| configure:14028: g++ -E conftest.cpp
| conftest.cpp:36:28: fatal error: ac_nonexistent.h: No such file or directory
| compilation terminated.
| configure:14028: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| | #include <ac_nonexistent.h>
| configure:14197: checking for ld used by g++
| configure:14264: result: /usr/bin/ld -m elf_x86_64
| configure:14271: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
| configure:14286: result: yes
| configure:14341: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
| configure:15346: result: yes
| configure:15382: g++ -c -g -O2 conftest.cpp >&5
| configure:15385: $? = 0
| configure:15905: checking for g++ option to produce PIC
| configure:15912: result: -fPIC -DPIC
| configure:15920: checking if g++ PIC flag -fPIC -DPIC works
| configure:15938: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
| configure:15942: $? = 0
| configure:15955: result: yes
| configure:15978: checking if g++ static flag -static works
| configure:16006: result: yes
| configure:16018: checking if g++ supports -c -o file.o
| configure:16039: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
| configure:16043: $? = 0
| configure:16065: result: yes
| configure:16070: checking if g++ supports -c -o file.o
| configure:16117: result: yes
| configure:16147: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
| configure:16183: result: yes
| configure:16324: checking dynamic linker characteristics
| configure:16991: result: GNU/Linux ld.so
| configure:17044: checking how to hardcode library paths into programs
| configure:17069: result: immediate
| configure:17134: checking for bison
| configure:17164: result: no
| configure:17134: checking for byacc
| configure:17164: result: no
| configure:17177: checking for flex
| configure:17207: result: no
| configure:17177: checking for lex
| configure:17207: result: no
| configure:17349: checking whether NLS is requested
| configure:17358: result: yes
| configure:17398: checking for msgfmt
| configure: trying /usr/bin/msgfmt...
| 0 translated messages.
| configure:17430: result: /usr/bin/msgfmt
| configure:17439: checking for gmsgfmt
| configure:17470: result: /usr/bin/msgfmt
| configure:17520: checking for xgettext
| configure: trying /usr/bin/xgettext...
| /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
| configure:17552: result: /usr/bin/xgettext
| configure:17597: checking for msgmerge
| configure: trying /usr/bin/msgmerge...
| configure:17628: result: /usr/bin/msgmerge
| configure:17686: checking for ld used by gcc
| configure:17753: result: /usr/bin/ld -m elf_x86_64
| configure:17760: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
| configure:17775: result: yes
| configure:17782: checking for shared library run path origin
| configure:17795: result: done
| configure:18367: checking for CFPreferencesCopyAppValue
| configure:18385: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:36:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
| compilation terminated.
| configure:18385: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| | #include <CoreFoundation/CFPreferences.h>
| | int
| | main ()
| | {
| | CFPreferencesCopyAppValue(NULL, NULL)
| | ;
| | return 0;
| | }
| configure:18394: result: no
| configure:18401: checking for CFLocaleCopyCurrent
| configure:18419: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:36:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
| compilation terminated.
| configure:18419: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | /* end confdefs.h. */
| | #include <CoreFoundation/CFLocale.h>
| | int
| | main ()
| | {
| | CFLocaleCopyCurrent();
| | ;
| | return 0;
| | }
| configure:18428: result: no
| configure:18477: checking for GNU gettext in libc
| configure:18506: gcc -o conftest -g -O2 conftest.c >&5
| configure:18506: $? = 0
| configure:18515: result: yes
| configure:19362: checking whether to use NLS
| configure:19364: result: yes
| configure:19367: checking where the gettext function comes from
| configure:19378: result: libc
| configure:19466: checking for iconv
| configure:19490: gcc -o conftest -g -O2 conftest.c >&5
| configure:19490: $? = 0
| configure:19524: result: yes
| configure:19527: checking for working iconv
| configure:19656: gcc -o conftest -g -O2 conftest.c >&5
| configure:19656: $? = 0
| configure:19656: ./conftest
| configure:19656: $? = 0
| configure:19668: result: yes
| configure:19696: checking for iconv declaration
| configure:19725: gcc -c -g -O2 conftest.c >&5
| configure:19725: $? = 0
| configure:19736: result:
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
| configure:19749: checking iconv.h usability
| configure:19749: gcc -c -g -O2 conftest.c >&5
| configure:19749: $? = 0
| configure:19749: result: yes
| configure:19749: checking iconv.h presence
| configure:19749: gcc -E conftest.c
| configure:19749: $? = 0
| configure:19749: result: yes
| configure:19749: checking for iconv.h
| configure:19749: result: yes
| configure:19759: checking for iconv_t
| configure:19759: gcc -c -g -O2 conftest.c >&5
| configure:19759: $? = 0
| configure:19759: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:51:22: error: expected expression before ')' token
| if (sizeof ((iconv_t)))
| ^
| configure:19759: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h. */
| |
| | #ifdef HAVE_ICONV_H
| | # include <iconv.h>
| | #endif
| |
| |
| | int
| | main ()
| | {
| | if (sizeof ((iconv_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:19759: result: yes
| configure:19797: checking for special C compiler options needed for large files
| configure:19842: result: no
| configure:19848: checking for _FILE_OFFSET_BITS value needed for large files
| configure:19873: gcc -c -g -O2 conftest.c >&5
| configure:19873: $? = 0
| configure:19905: result: no
| configure:19999: checking for size_t
| configure:19999: gcc -c -g -O2 conftest.c >&5
| configure:19999: $? = 0
| configure:19999: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:78:21: error: expected expression before ')' token
| if (sizeof ((size_t)))
| ^
| configure:19999: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((size_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:19999: result: yes
| configure:20012: checking for working alloca.h
| configure:20029: gcc -o conftest -g -O2 conftest.c >&5
| configure:20029: $? = 0
| configure:20037: result: yes
| configure:20045: checking for alloca
| configure:20082: gcc -o conftest -g -O2 conftest.c >&5
| configure:20082: $? = 0
| configure:20090: result: yes
| configure:20332: checking for unistd.h
| configure:20332: result: yes
| configure:20332: checking for wctype.h
| configure:20332: gcc -c -g -O2 conftest.c >&5
| configure:20332: $? = 0
| configure:20332: result: yes
| configure:20332: checking for limits.h
| configure:20332: gcc -c -g -O2 conftest.c >&5
| configure:20332: $? = 0
| configure:20332: result: yes
| configure:20332: checking for wchar.h
| configure:20332: gcc -c -g -O2 conftest.c >&5
| configure:20332: $? = 0
| configure:20332: result: yes
| configure:20332: checking for sys/mman.h
| configure:20332: gcc -c -g -O2 conftest.c >&5
| configure:20332: $? = 0
| configure:20332: result: yes
| configure:20332: checking for stdint.h
| configure:20332: result: yes
| configure:20332: checking for features.h
| configure:20332: gcc -c -g -O2 conftest.c >&5
| configure:20332: $? = 0
| configure:20332: result: yes
| configure:20332: checking for stdlib.h
| configure:20332: result: yes
| configure:20332: checking for sys/param.h
| configure:20332: gcc -c -g -O2 conftest.c >&5
| configure:20332: $? = 0
| configure:20332: result: yes
| configure:20352: checking if environ is properly declared
| configure:20375: gcc -c -g -O2 conftest.c >&5
| conftest.c:59:39: error: conflicting types for 'environ'
| extern struct { int foo; } environ;
| ^
| In file included from conftest.c:54:0:
| /usr/include/unistd.h:548:15: note: previous declaration of 'environ' was here
| extern char **environ;
| ^
| configure:20375: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #if HAVE_UNISTD_H
| | #include <unistd.h>
| | #endif
| | /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>. */
| | #include <stdlib.h>
| |
| | extern struct { int foo; } environ;
| | int
| | main ()
| | {
| | environ.foo = 1;
| | ;
| | return 0;
| | }
| configure:20383: result: yes
| configure:20399: checking for off_t
| configure:20399: gcc -c -g -O2 conftest.c >&5
| configure:20399: $? = 0
| configure:20399: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:90:20: error: expected expression before ')' token
| if (sizeof ((off_t)))
| ^
| configure:20399: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((off_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:20399: result: yes
| configure:20427: checking for iswcntrl
| configure:20427: gcc -o conftest -g -O2 conftest.c >&5
| conftest.c:77:6: warning: conflicting types for built-in function 'iswcntrl'
| char iswcntrl ();
| ^
| configure:20427: $? = 0
| configure:20427: result: yes
| configure:20427: checking for iswblank
| configure:20427: gcc -o conftest -g -O2 conftest.c >&5
| conftest.c:78:6: warning: conflicting types for built-in function 'iswblank'
| char iswblank ();
| ^
| configure:20427: $? = 0
| configure:20427: result: yes
| configure:20427: checking for symlink
| configure:20427: gcc -o conftest -g -O2 conftest.c >&5
| configure:20427: $? = 0
| configure:20427: result: yes
| configure:20427: checking for mbsinit
| configure:20427: gcc -o conftest -g -O2 conftest.c >&5
| configure:20427: $? = 0
| configure:20427: result: yes
| configure:20427: checking for mbrtowc
| configure:20427: gcc -o conftest -g -O2 conftest.c >&5
| configure:20427: $? = 0
| configure:20427: result: yes
| configure:20427: checking for mbslen
| configure:20427: gcc -o conftest -g -O2 conftest.c >&5
| /tmp/cc7VDlck.o: In function `main':
| /home/sombody/Downloads/mailutils-3.1.1/conftest.c:93: undefined reference to `mbslen'
| collect2: error: ld returned 1 exit status
| configure:20427: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | /* end confdefs.h. */
| | /* Define mbslen to an innocuous variant, in case <limits.h> declares mbslen.
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */
| | #define mbslen innocuous_mbslen
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char mbslen (); below.
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| | <limits.h> exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| |
| | #undef mbslen
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char mbslen ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_mbslen || defined __stub___mbslen
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return mbslen ();
| | ;
| | return 0;
| | }
| configure:20427: result: no
| configure:20427: checking for isascii
| configure:20427: gcc -o conftest -g -O2 conftest.c >&5
| conftest.c:82:6: warning: conflicting types for built-in function 'isascii'
| char isascii ();
| ^
| configure:20427: $? = 0
| configure:20427: result: yes
| configure:20427: checking for mprotect
| configure:20427: gcc -o conftest -g -O2 conftest.c >&5
| configure:20427: $? = 0
| configure:20427: result: yes
| configure:20427: checking for setenv
| configure:20427: gcc -o conftest -g -O2 conftest.c >&5
| configure:20427: $? = 0
| configure:20427: result: yes
| configure:20427: checking for wcwidth
| configure:20427: gcc -o conftest -g -O2 conftest.c >&5
| configure:20427: $? = 0
| configure:20427: result: yes
| configure:20439: checking for wint_t
| configure:20464: gcc -c -g -O2 conftest.c >&5
| configure:20464: $? = 0
| configure:20471: result: yes
| configure:20481: checking whether the preprocessor supports include_next
| configure:20519: gcc -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5
| configure:20519: $? = 0
| configure:20540: result: yes
| configure:20561: checking whether system header files limit the line length
| configure:20584: result: no
| configure:20695: checking whether iswcntrl works
| configure:20739: gcc -o conftest -g -O2 conftest.c >&5
| configure:20739: $? = 0
| configure:20739: ./conftest
| configure:20739: $? = 0
| configure:20750: result: yes
| configure:20774: checking for towlower
| configure:20774: gcc -o conftest -g -O2 conftest.c >&5
| conftest.c:87:6: warning: conflicting types for built-in function 'towlower'
| char towlower ();
| ^
| configure:20774: $? = 0
| configure:20774: result: yes
| configure:20822: checking for wctype_t
| configure:20850: gcc -c -g -O2 conftest.c >&5
| configure:20850: $? = 0
| configure:20858: result: yes
| configure:20864: checking for wctrans_t
| configure:20890: gcc -c -g -O2 conftest.c >&5
| configure:20890: $? = 0
| configure:20898: result: yes
| configure:20907: checking whether wctype is declared without a macro
| configure:20936: gcc -c -g -O2 conftest.c >&5
| configure:20936: $? = 0
| configure:20944: result: yes
| configure:20907: checking whether iswctype is declared without a macro
| configure:20936: gcc -c -g -O2 conftest.c >&5
| configure:20936: $? = 0
| configure:20944: result: yes
| configure:20907: checking whether wctrans is declared without a macro
| configure:20936: gcc -c -g -O2 conftest.c >&5
| configure:20936: $? = 0
| configure:20944: result: yes
| configure:20907: checking whether towctrans is declared without a macro
| configure:20936: gcc -c -g -O2 conftest.c >&5
| configure:20936: $? = 0
| configure:20944: result: yes
| configure:21040: checking whether limits.h has ULLONG_WIDTH etc.
| configure:21060: gcc -c -g -O2 conftest.c >&5
| conftest.c:73:38: error: 'ULLONG_WIDTH' undeclared here (not in a function)
| int ullw = ULLONG_WIDTH;
| ^
| configure:21060: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | /* end confdefs.h. */
| | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #endif
| | #include <limits.h>
| | int ullw = ULLONG_WIDTH;
| | int
| | main ()
| | {
| |
| | ;
| | return 0;
| | }
| configure:21067: result: no
| configure:21085: checking for nl_langinfo and CODESET
| configure:21101: gcc -o conftest -g -O2 conftest.c >&5
| configure:21101: $? = 0
| configure:21110: result: yes
| configure:21125: checking for working fcntl.h
| configure:21228: gcc -o conftest -g -O2 conftest.c >&5
| configure:21228: $? = 0
| configure:21228: ./conftest
| configure:21228: $? = 0
| configure:21243: result: yes
| configure:21266: checking whether getc_unlocked is declared
| configure:21266: gcc -c -g -O2 conftest.c >&5
| configure:21266: $? = 0
| configure:21266: result: yes
| configure:21278: checking whether we are using the GNU C Library >= 2.1 or uClibc
| configure:21308: result: yes
| configure:21317: checking for stdlib.h
| configure:21317: result: yes
| configure:21327: checking for GNU libc compatible malloc
| configure:21351: gcc -o conftest -g -O2 conftest.c >&5
| configure:21351: $? = 0
| configure:21351: ./conftest
| configure:21351: $? = 0
| configure:21361: result: yes
| configure:21376: checking for unsigned long long int
| configure:21415: gcc -o conftest -g -O2 conftest.c >&5
| configure:21415: $? = 0
| configure:21424: result: yes
| configure:21434: checking for long long int
| configure:21472: gcc -o conftest -g -O2 conftest.c >&5
| configure:21472: $? = 0
| configure:21472: ./conftest
| configure:21472: $? = 0
| configure:21484: result: yes
| configure:21494: checking for mbstate_t
| configure:21518: gcc -c -g -O2 conftest.c >&5
| configure:21518: $? = 0
| configure:21525: result: yes
| configure:21637: checking for a traditional japanese locale
| configure:21707: gcc -o conftest -g -O2 conftest.c >&5
| configure:21710: $? = 0
| configure:21768: result: none
| configure:21776: checking for a transitional chinese locale
| configure:21847: gcc -o conftest -g -O2 conftest.c >&5
| configure:21850: $? = 0
| configure:21901: result: none
| configure:21908: checking for a french Unicode locale
| configure:21980: gcc -o conftest -g -O2 conftest.c >&5
| configure:21983: $? = 0
| configure:22029: result: none
| configure:22126: checking for mmap
| configure:22126: gcc -o conftest -g -O2 conftest.c >&5
| configure:22126: $? = 0
| configure:22126: result: yes
| configure:22137: checking for MAP_ANONYMOUS
| configure:22174: result: yes
| configure:22196: checking whether memchr works
| configure:22259: gcc -o conftest -g -O2 conftest.c >&5
| configure:22259: $? = 0
| configure:22259: ./conftest
| configure:22259: $? = 0
| configure:22269: result: yes
| configure:22286: gcc -c -g -O2 conftest.c >&5
| conftest.c:80:10: error: unknown type name 'not'
| not a universal capable compiler
| ^
| conftest.c:80:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
| not a universal capable compiler
| ^
| conftest.c:80:16: error: unknown type name 'universal'
| configure:22286: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | /* end confdefs.h. */
| | #ifndef __APPLE_CC__
| | not a universal capable compiler
| | #endif
| | typedef int dummy;
| |
| configure:22398: checking whether setenv is declared
| configure:22398: gcc -c -g -O2 conftest.c >&5
| configure:22398: $? = 0
| configure:22398: result: yes
| configure:22424: checking search.h usability
| configure:22424: gcc -c -g -O2 conftest.c >&5
| configure:22424: $? = 0
| configure:22424: result: yes
| configure:22424: checking search.h presence
| configure:22424: gcc -E conftest.c
| configure:22424: $? = 0
| configure:22424: result: yes
| configure:22424: checking for search.h
| configure:22424: result: yes
| configure:22436: checking for tsearch
| configure:22436: gcc -o conftest -g -O2 conftest.c >&5
| configure:22436: $? = 0
| configure:22436: result: yes
| configure:22447: checking for stdbool.h that conforms to C99
| configure:22522: gcc -c -g -O2 conftest.c >&5
| configure:22522: $? = 0
| configure:22529: result: yes
| configure:22531: checking for _Bool
| configure:22531: gcc -c -g -O2 conftest.c >&5
| configure:22531: $? = 0
| configure:22531: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:118:20: error: expected expression before ')' token
| if (sizeof ((_Bool)))
| ^
| configure:22531: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((_Bool)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:22531: result: yes
| configure:22548: checking for wchar_t
| configure:22565: gcc -c -g -O2 conftest.c >&5
| configure:22565: $? = 0
| configure:22572: result: yes
| configure:22709: checking whether stdint.h conforms to C99
| configure:22880: gcc -c -g -O2 conftest.c >&5
| configure:22880: $? = 0
| configure:22962: gcc -o conftest -g -O2 conftest.c >&5
| configure:22962: $? = 0
| configure:22962: ./conftest
| configure:22962: $? = 0
| configure:22974: result: yes
| configure:22984: checking whether stdint.h predates C++11
| configure:23020: gcc -c -g -O2 conftest.c >&5
| configure:23020: $? = 0
| configure:23025: result: no
| configure:23036: checking whether stdint.h has UINTMAX_WIDTH etc.
| configure:23072: gcc -c -g -O2 conftest.c >&5
| conftest.c:102:22: error: 'UINTMAX_WIDTH' undeclared here (not in a function)
| int iw = UINTMAX_WIDTH;
| ^
| configure:23072: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | /* end confdefs.h. */
| |
| | /* Work if build is not clean. */
| | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1
| | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #endif
| | #include <stdint.h>
| |
| | /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| | included before <wchar.h>. */
| | #include <stddef.h>
| | #include <signal.h>
| | #if HAVE_WCHAR_H
| | # include <stdio.h>
| | # include <time.h>
| | # include <wchar.h>
| | #endif
| |
| | int iw = UINTMAX_WIDTH;
| |
| | int
| | main ()
| | {
| |
| | ;
| | return 0;
| | }
| configure:23077: result: no
| configure:23427: checking for C/C++ restrict keyword
| configure:23454: gcc -c -g -O2 conftest.c >&5
| configure:23454: $? = 0
| configure:23462: result: __restrict
| configure:23553: checking whether ffsl is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether ffsll is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether memmem is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether mempcpy is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether memrchr is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether rawmemchr is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether stpcpy is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether stpncpy is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strchrnul is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strdup is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strncat is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strndup is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strnlen is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strpbrk is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strsep is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strcasestr is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strtok_r is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strerror_r is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strsignal is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23553: checking whether strverscmp is declared without a macro
| configure:23571: gcc -c -g -O2 conftest.c >&5
| configure:23571: $? = 0
| configure:23579: result: yes
| configure:23593: checking for pid_t
| configure:23593: gcc -c -g -O2 conftest.c >&5
| configure:23593: $? = 0
| configure:23593: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:141:20: error: expected expression before ')' token
| if (sizeof ((pid_t)))
| ^
| configure:23593: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((pid_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:23593: result: yes
| configure:23604: checking for mode_t
| configure:23604: gcc -c -g -O2 conftest.c >&5
| configure:23604: $? = 0
| configure:23604: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:141:21: error: expected expression before ')' token
| if (sizeof ((mode_t)))
| ^
| configure:23604: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((mode_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:23604: result: yes
| configure:23731: checking whether <wchar.h> uses 'inline' correctly
| configure:23755: gcc -c -g -O2 conftest1.c >&5
| gcc: error: conftest1.c: No such file or directory
| gcc: fatal error: no input files
| compilation terminated.
| configure:23758: $? = 1
| configure:23792: result: yes
| configure:23848: checking for alloca as a compiler built-in
| configure:23872: result: yes
| configure:23974: checking whether iswblank is declared
| configure:23974: gcc -c -g -O2 conftest.c >&5
| configure:23974: $? = 0
| configure:23974: result: yes
| configure:24078: checking whether mbrtowc handles incomplete characters
| configure:24135: result: guessing yes
| configure:24141: checking whether mbrtowc works as well as mbtowc
| configure:24202: result: guessing yes
| configure:24253: checking whether mbrtowc handles a NULL pwc argument
| configure:24324: result: guessing yes
| configure:24330: checking whether mbrtowc handles a NULL string argument
| configure:24389: result: guessing yes
| configure:24397: checking whether mbrtowc has a correct return value
| configure:24527: result: guessing yes
| configure:24533: checking whether mbrtowc returns 0 when parsing a NUL character
| configure:24589: result: guessing yes
| configure:24594: checking whether mbrtowc works on empty input
| configure:24621: gcc -o conftest -g -O2 conftest.c >&5
| configure:24621: $? = 0
| configure:24621: ./conftest
| configure:24621: $? = 0
| configure:24632: result: yes
| configure:24636: checking whether the C locale is free of encoding errors
| configure:24676: gcc -o conftest -g -O2 conftest.c >&5
| configure:24676: $? = 0
| configure:24676: ./conftest
| configure:24676: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | /* end confdefs.h. */
| | #include <limits.h>
| | #include <locale.h>
| | #include <wchar.h>
| |
| | int
| | main ()
| | {
| |
| | int i;
| | char *locale = setlocale (LC_ALL, "C");
| | if (! locale)
| | return 1;
| | for (i = CHAR_MIN; i <= CHAR_MAX; i++)
| | {
| | char c = i;
| | wchar_t wc;
| | mbstate_t mbs = { 0, };
| | size_t ss = mbrtowc (&wc, &c, 1, &mbs);
| | if (1 < ss)
| | return 1;
| | }
| | return 0;
| |
| | ;
| | return 0;
| | }
| configure:24686: result: no
| configure:24785: checking whether mbrtowc handles incomplete characters
| configure:24842: result: guessing yes
| configure:24848: checking whether mbrtowc works as well as mbtowc
| configure:24909: result: guessing yes
| configure:25021: checking whether mbswidth is declared in <wchar.h>
| configure:25049: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:127:22: error: 'mbswidth' undeclared (first use in this function)
| char *p = (char *) mbswidth;
| ^
| conftest.c:127:22: note: each undeclared identifier is reported only once for each function it appears in
| configure:25049: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | /* end confdefs.h. */
| |
| | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
| | <wchar.h>.
| | BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
| | before <wchar.h>. */
| | #include <stddef.h>
| | #include <stdio.h>
| | #include <time.h>
| | #include <wchar.h>
| |
| | int
| | main ()
| | {
| |
| | char *p = (char *) mbswidth;
| | return !p;
| |
| | ;
| | return 0;
| | }
| configure:25056: result: no
| configure:25071: checking for mbstate_t
| configure:25102: result: yes
| configure:25167: checking whether setenv validates arguments
| configure:25211: gcc -o conftest -g -O2 conftest.c >&5
| configure:25211: $? = 0
| configure:25211: ./conftest
| configure:25211: $? = 0
| configure:25221: result: yes
| configure:25259: checking for ssize_t
| configure:25276: gcc -c -g -O2 conftest.c >&5
| configure:25276: $? = 0
| configure:25283: result: yes
| configure:25322: checking for max_align_t
| configure:25322: gcc -c -g -O2 conftest.c >&5
| configure:25322: $? = 0
| configure:25322: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:123:26: error: expected expression before ')' token
| if (sizeof ((max_align_t)))
| ^
| configure:25322: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | /* end confdefs.h. */
| | #include <stddef.h>
| |
| |
| | int
| | main ()
| | {
| | if (sizeof ((max_align_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:25322: result: yes
| configure:25335: checking whether NULL can be used in arbitrary expressions
| configure:25353: gcc -c -g -O2 conftest.c >&5
| configure:25353: $? = 0
| configure:25360: result: yes
| configure:25527: checking whether _Exit is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether atoll is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether canonicalize_file_name is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether getloadavg is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether getsubopt is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether grantpt is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether initstate is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether initstate_r is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether mkdtemp is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether mkostemp is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether mkostemps is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether mkstemp is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether mkstemps is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether posix_openpt is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether ptsname is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether ptsname_r is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether random is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether random_r is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether realpath is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether rpmatch is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether secure_getenv is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether setenv is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether setstate is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether setstate_r is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether srandom is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether srandom_r is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether strtod is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether strtoll is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether strtoull is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether unlockpt is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25527: checking whether unsetenv is declared without a macro
| configure:25551: gcc -c -g -O2 conftest.c >&5
| configure:25551: $? = 0
| configure:25559: result: yes
| configure:25671: checking whether chdir is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether chown is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether dup is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether dup2 is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether dup3 is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether environ is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether euidaccess is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether faccessat is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether fchdir is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether fchownat is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether fdatasync is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether fsync is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether ftruncate is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether getcwd is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether getdomainname is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether getdtablesize is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether getgroups is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether gethostname is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether getlogin is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether getlogin_r is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether getpagesize is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether getusershell is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether setusershell is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether endusershell is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether group_member is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether isatty is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether lchown is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether link is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether linkat is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether lseek is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether pipe is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether pipe2 is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether pread is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether pwrite is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether readlink is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether readlinkat is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether rmdir is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether sethostname is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether sleep is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether symlink is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether symlinkat is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether ttyname_r is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether unlink is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether unlinkat is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25671: checking whether usleep is declared without a macro
| configure:25701: gcc -c -g -O2 conftest.c >&5
| configure:25701: $? = 0
| configure:25709: result: yes
| configure:25905: checking whether btowc is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wctob is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether mbsinit is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether mbrtowc is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether mbrlen is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether mbsrtowcs is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether mbsnrtowcs is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcrtomb is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsrtombs is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsnrtombs is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcwidth is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wmemchr is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wmemcmp is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wmemcpy is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wmemmove is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wmemset is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcslen is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsnlen is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcscpy is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcpcpy is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsncpy is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcpncpy is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcscat is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsncat is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcscmp is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsncmp is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcscasecmp is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsncasecmp is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcscoll is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsxfrm is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsdup is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcschr is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsrchr is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcscspn is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsspn is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcspbrk is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcsstr is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcstok is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:25905: checking whether wcswidth is declared without a macro
| configure:25933: gcc -c -g -O2 conftest.c >&5
| configure:25933: $? = 0
| configure:25941: result: yes
| configure:26053: checking whether iswcntrl works
| configure:26108: result: yes
| configure:26132: checking for towlower
| configure:26132: result: yes
| configure:26180: checking for wctype_t
| configure:26216: result: yes
| configure:26222: checking for wctrans_t
| configure:26256: result: yes
| configure:26265: checking whether wctype is declared without a macro
| configure:26302: result: yes
| configure:26265: checking whether iswctype is declared without a macro
| configure:26302: result: yes
| configure:26265: checking whether wctrans is declared without a macro
| configure:26302: result: yes
| configure:26265: checking whether towctrans is declared without a macro
| configure:26302: result: yes
| configure:26325: checking whether wcwidth is declared
| configure:26325: result: yes
| configure:26354: checking whether wcwidth works reasonably in UTF-8 locales
| configure:26407: gcc -o conftest -g -O2 conftest.c >&5
| configure:26407: $? = 0
| configure:26407: ./conftest
| configure:26407: $? = 0
| configure:26418: result: yes
| configure:26492: checking for res_query in -lresolv
| configure:26517: gcc -o conftest -g -O2 conftest.c -lresolv >&5
| /tmp/ccQMPX1L.o: In function `main':
| /home/sombody/Downloads/mailutils-3.1.1/conftest.c:250: undefined reference to `res_query'
| collect2: error: ld returned 1 exit status
| configure:26517: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char res_query ();
| | int
| | main ()
| | {
| | return res_query ();
| | ;
| | return 0;
| | }
| configure:26526: result: no
| configure:26540: checking for lt_dlinit in -lltdl
| configure:26565: gcc -o conftest -g -O2 conftest.c -lltdl >&5
| /usr/bin/ld: cannot find -lltdl
| collect2: error: ld returned 1 exit status
| configure:26565: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char lt_dlinit ();
| | int
| | main ()
| | {
| | return lt_dlinit ();
| | ;
| | return 0;
| | }
| configure:26574: result: no
| configure:26618: gcc -Wall -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:243:6: warning: return type of 'main' is not 'int' [-Wmain]
| void main(){}
| ^
| conftest.c:243:6: warning: 'main' is normally a non-static function [-Wmain]
| configure:26618: $? = 0
| configure:26635: gcc -Wall -Wdeclaration-after-statement -c -g -O2 -Wall conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:243:6: warning: return type of 'main' is not 'int' [-Wmain]
| void main(){}
| ^
| conftest.c:243:6: warning: 'main' is normally a non-static function [-Wmain]
| configure:26635: $? = 0
| configure:26642: checking whether cc accepts -ggdb
| configure:26656: gcc -Wall -Wdeclaration-after-statement -ggdb -c -g -Wall -Wdeclaration-after-statement conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:243:6: warning: return type of 'main' is not 'int' [-Wmain]
| void main(){}
| ^
| conftest.c:243:6: warning: 'main' is normally a non-static function [-Wmain]
| configure:26656: $? = 0
| configure:26657: result: yes
| configure:26805: checking for main in -lwrap
| configure:26824: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lwrap >&5
| /usr/bin/ld: cannot find -lwrap
| collect2: error: ld returned 1 exit status
| configure:26824: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | /* end confdefs.h. */
| |
| |
| | int
| | main ()
| | {
| | return main ();
| | ;
| | return 0;
| | }
| configure:26833: result: no
| configure:26841: checking for main in -lnsl
| configure:26860: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lnsl >&5
| configure:26860: $? = 0
| configure:26869: result: yes
| configure:26877: checking tcpd.h usability
| configure:26877: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c:272:18: fatal error: tcpd.h: No such file or directory
| compilation terminated.
| configure:26877: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <tcpd.h>
| configure:26877: result: no
| configure:26877: checking tcpd.h presence
| configure:26877: gcc -E conftest.c
| conftest.c:239:18: fatal error: tcpd.h: No such file or directory
| compilation terminated.
| configure:26877: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | /* end confdefs.h. */
| | #include <tcpd.h>
| configure:26877: result: no
| configure:26877: checking for tcpd.h
| configure:26877: result: no
| configure:27442: checking gsasl.h usability
| configure:27442: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c:272:19: fatal error: gsasl.h: No such file or directory
| compilation terminated.
| configure:27442: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <gsasl.h>
| configure:27442: result: no
| configure:27442: checking gsasl.h presence
| configure:27442: gcc -E conftest.c
| conftest.c:239:19: fatal error: gsasl.h: No such file or directory
| compilation terminated.
| configure:27442: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | /* end confdefs.h. */
| | #include <gsasl.h>
| configure:27442: result: no
| configure:27442: checking for gsasl.h
| configure:27442: result: no
| configure:27537: checking whether to use GSASL
| configure:27539: result: no
| configure:27581: checking gnutls/gnutls.h usability
| configure:27581: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c:272:27: fatal error: gnutls/gnutls.h: No such file or directory
| compilation terminated.
| configure:27581: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <gnutls/gnutls.h>
| configure:27581: result: no
| configure:27581: checking gnutls/gnutls.h presence
| configure:27581: gcc -E conftest.c
| conftest.c:239:27: fatal error: gnutls/gnutls.h: No such file or directory
| compilation terminated.
| configure:27581: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | /* end confdefs.h. */
| | #include <gnutls/gnutls.h>
| configure:27581: result: no
| configure:27581: checking for gnutls/gnutls.h
| configure:27581: result: no
| configure:27743: checking whether to use GNU TLS
| configure:27745: result: no
| configure:27788: checking paths.h usability
| configure:27788: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:27788: $? = 0
| configure:27788: result: yes
| configure:27788: checking paths.h presence
| configure:27788: gcc -E conftest.c
| configure:27788: $? = 0
| configure:27788: result: yes
| configure:27788: checking for paths.h
| configure:27788: result: yes
| configure:27817: checking for value of PATH_SENDMAIL
| configure:27958: result: from _PATH_SENDMAIL in <paths.h>
| configure:27817: checking for value of PATH_MAILDIR
| configure:27958: result: from _PATH_MAILDIR in <paths.h>
| configure:27817: checking for value of PATH_DEV
| configure:27958: result: from _PATH_DEV in <paths.h>
| configure:27817: checking for value of PATH_TTY_PFX
| configure:27958: result: from _PATH_DEV in <paths.h>
| configure:27817: checking for value of PATH_DEVNULL
| configure:27958: result: from _PATH_DEVNULL in <paths.h>
| configure:27817: checking for value of PATH_UTMP
| configure:27958: result: from _PATH_UTMP in <paths.h>
| configure:27817: checking for value of PATH_UTMPX
| configure:27958: result: from _PATH_UTMPX in <utmpx.h>
| configure:27817: checking for value of PATH_WTMP
| configure:27958: result: from _PATH_WTMP in <paths.h>
| configure:27817: checking for value of PATH_TTY
| configure:27958: result: from _PATH_TTY in <paths.h>
| configure:28270: checking for gdbm_open in -lgdbm
| configure:28295: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lgdbm >&5
| /usr/bin/ld: cannot find -lgdbm
| collect2: error: ld returned 1 exit status
| configure:28295: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char gdbm_open ();
| | int
| | main ()
| | {
| | return gdbm_open ();
| | ;
| | return 0;
| | }
| configure:28304: result: no
| configure:28112: checking for db_create in -ldb
| configure:28137: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -ldb >&5
| /usr/bin/ld: cannot find -ldb
| collect2: error: ld returned 1 exit status
| configure:28137: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char db_create ();
| | int
| | main ()
| | {
| | return db_create ();
| | ;
| | return 0;
| | }
| configure:28147: result: no
| configure:28112: checking for db_create in -ldb
| configure:28147: result: no
| configure:28112: checking for db_open in -ldb
| configure:28137: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -ldb >&5
| /usr/bin/ld: cannot find -ldb
| collect2: error: ld returned 1 exit status
| configure:28137: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char db_open ();
| | int
| | main ()
| | {
| | return db_open ();
| | ;
| | return 0;
| | }
| configure:28147: result: no
| configure:28451: checking for tchdbnew in -ltokyocabinet
| configure:28476: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -ltokyocabinet >&5
| /usr/bin/ld: cannot find -ltokyocabinet
| collect2: error: ld returned 1 exit status
| configure:28476: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char tchdbnew ();
| | int
| | main ()
| | {
| | return tchdbnew ();
| | ;
| | return 0;
| | }
| configure:28485: result: no
| configure:28366: checking ndbm.h usability
| configure:28366: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c:273:18: fatal error: ndbm.h: No such file or directory
| compilation terminated.
| configure:28366: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <ndbm.h>
| configure:28366: result: no
| configure:28366: checking ndbm.h presence
| configure:28366: gcc -E conftest.c
| conftest.c:240:18: fatal error: ndbm.h: No such file or directory
| compilation terminated.
| configure:28366: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | /* end confdefs.h. */
| | #include <ndbm.h>
| configure:28366: result: no
| configure:28366: checking for ndbm.h
| configure:28366: result: no
| configure:28599: checking for log facility
| configure:28634: result: LOG_MAIL
| configure:28637: checking for ANSI C header files
| configure:28741: result: yes
| configure:28752: checking for dirent.h that defines DIR
| configure:28771: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28771: $? = 0
| configure:28779: result: yes
| configure:28792: checking for library containing opendir
| configure:28823: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28823: $? = 0
| configure:28840: result: none required
| configure:28913: checking errno.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking errno.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for errno.h
| configure:28913: result: yes
| configure:28913: checking fcntl.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking fcntl.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for fcntl.h
| configure:28913: result: yes
| configure:28913: checking for inttypes.h
| configure:28913: result: yes
| configure:28913: checking libgen.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking libgen.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for libgen.h
| configure:28913: result: yes
| configure:28913: checking for limits.h
| configure:28913: result: yes
| configure:28913: checking malloc.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking malloc.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for malloc.h
| configure:28913: result: yes
| configure:28913: checking obstack.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking obstack.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for obstack.h
| configure:28913: result: yes
| configure:28913: checking for paths.h
| configure:28913: result: yes
| configure:28913: checking shadow.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking shadow.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for shadow.h
| configure:28913: result: yes
| configure:28913: checking socket.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c:286:20: fatal error: socket.h: No such file or directory
| compilation terminated.
| configure:28913: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <socket.h>
| configure:28913: result: no
| configure:28913: checking socket.h presence
| configure:28913: gcc -E conftest.c
| conftest.c:253:20: fatal error: socket.h: No such file or directory
| compilation terminated.
| configure:28913: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | /* end confdefs.h. */
| | #include <socket.h>
| configure:28913: result: no
| configure:28913: checking for socket.h
| configure:28913: result: no
| configure:28913: checking sys/socket.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking sys/socket.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for sys/socket.h
| configure:28913: result: yes
| configure:28913: checking stdarg.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking stdarg.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for stdarg.h
| configure:28913: result: yes
| configure:28913: checking stdio.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking stdio.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for stdio.h
| configure:28913: result: yes
| configure:28913: checking for stdlib.h
| configure:28913: result: yes
| configure:28913: checking for string.h
| configure:28913: result: yes
| configure:28913: checking for strings.h
| configure:28913: result: yes
| configure:28913: checking sys/file.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking sys/file.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for sys/file.h
| configure:28913: result: yes
| configure:28913: checking sysexits.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking sysexits.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for sysexits.h
| configure:28913: result: yes
| configure:28913: checking syslog.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking syslog.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for syslog.h
| configure:28913: result: yes
| configure:28913: checking termcap.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c:295:21: fatal error: termcap.h: No such file or directory
| compilation terminated.
| configure:28913: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <termcap.h>
| configure:28913: result: no
| configure:28913: checking termcap.h presence
| configure:28913: gcc -E conftest.c
| conftest.c:262:21: fatal error: termcap.h: No such file or directory
| compilation terminated.
| configure:28913: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | /* end confdefs.h. */
| | #include <termcap.h>
| configure:28913: result: no
| configure:28913: checking for termcap.h
| configure:28913: result: no
| configure:28913: checking termios.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking termios.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for termios.h
| configure:28913: result: yes
| configure:28913: checking termio.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking termio.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for termio.h
| configure:28913: result: yes
| configure:28913: checking sgtty.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking sgtty.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for sgtty.h
| configure:28913: result: yes
| configure:28913: checking utmp.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking utmp.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for utmp.h
| configure:28913: result: yes
| configure:28913: checking utmpx.h usability
| configure:28913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking utmpx.h presence
| configure:28913: gcc -E conftest.c
| configure:28913: $? = 0
| configure:28913: result: yes
| configure:28913: checking for utmpx.h
| configure:28913: result: yes
| configure:28913: checking for unistd.h
| configure:28913: result: yes
| configure:28913: checking for wchar.h
| configure:28913: result: yes
| configure:28924: checking for an ANSI C-conforming const
| configure:28990: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:28990: $? = 0
| configure:28997: result: yes
| configure:29005: checking for uid_t in sys/types.h
| configure:29024: result: yes
| configure:29035: checking for mode_t
| configure:29035: result: yes
| configure:29046: checking for off_t
| configure:29046: result: yes
| configure:29057: checking for pid_t
| configure:29057: result: yes
| configure:29068: checking for size_t
| configure:29068: result: yes
| configure:29080: checking for intptr_t
| configure:29080: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29080: $? = 0
| configure:29080: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:305:23: error: expected expression before ')' token
| if (sizeof ((intptr_t)))
| ^
| configure:29080: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((intptr_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:29080: result: yes
| configure:29115: checking for ssize_t
| configure:29115: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29115: $? = 0
| configure:29115: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:306:22: error: expected expression before ')' token
| if (sizeof ((ssize_t)))
| ^
| configure:29115: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((ssize_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:29115: result: yes
| configure:29124: checking return type of signal handlers
| configure:29142: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:276:9: error: void value not ignored as it ought to be
| return *(signal (0, 0)) (0) == 1;
| ^
| configure:29142: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | /* end confdefs.h. */
| | #include <sys/types.h>
| | #include <signal.h>
| |
| | int
| | main ()
| | {
| | return *(signal (0, 0)) (0) == 1;
| | ;
| | return 0;
| | }
| configure:29149: result: void
| configure:29157: checking whether sys_siglist is declared
| configure:29157: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29157: $? = 0
| configure:29157: result: yes
| configure:29175: checking whether struct tm is in sys/time.h or time.h
| configure:29195: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29195: $? = 0
| configure:29202: result: time.h
| configure:29210: checking for struct tm.tm_zone
| configure:29210: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29210: $? = 0
| configure:29210: result: yes
| configure:29277: checking for ino_t
| configure:29277: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29277: $? = 0
| configure:29277: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:310:20: error: expected expression before ')' token
| if (sizeof ((ino_t)))
| ^
| configure:29277: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((ino_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:29277: result: yes
| configure:29286: checking for dev_t
| configure:29286: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29286: $? = 0
| configure:29286: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:310:20: error: expected expression before ')' token
| if (sizeof ((dev_t)))
| ^
| configure:29286: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((dev_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:29286: result: yes
| configure:29295: checking for socklen_t
| configure:29295: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29295: $? = 0
| configure:29295: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:289:24: error: expected expression before ')' token
| if (sizeof ((socklen_t)))
| ^
| configure:29295: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | /* end confdefs.h. */
| |
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_SOCKET_H
| | # include <sys/socket.h>
| | #endif
| | #ifdef HAVE_SOCKET_H
| | # include <socket.h>
| | #endif
| |
| |
| | int
| | main ()
| | {
| | if (sizeof ((socklen_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:29295: result: yes
| configure:29315: checking for long long
| configure:29315: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29315: $? = 0
| configure:29315: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:310:24: error: expected expression before ')' token
| if (sizeof ((long long)))
| ^
| configure:29315: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((long long)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:29315: result: yes
| configure:29324: checking for long double
| configure:29324: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29324: $? = 0
| configure:29324: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:310:26: error: expected expression before ')' token
| if (sizeof ((long double)))
| ^
| configure:29324: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((long double)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:29324: result: yes
| configure:29358: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29358: $? = 0
| configure:29358: ./conftest
| configure:29358: $? = 0
| configure:29368: checking whether struct tm is in sys/time.h or time.h
| configure:29395: result: time.h
| configure:29403: checking for struct tm.tm_zone
| configure:29403: result: yes
| configure:29414: checking for struct tm.tm_gmtoff
| configure:29414: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29414: $? = 0
| configure:29414: result: yes
| configure:29425: checking for struct tm.tm_isdst
| configure:29425: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29425: $? = 0
| configure:29425: result: yes
| configure:29449: checking size of off_t
| configure:29454: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29454: $? = 0
| configure:29454: ./conftest
| configure:29454: $? = 0
| configure:29468: result: 8
| configure:29482: checking size of long
| configure:29487: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29487: $? = 0
| configure:29487: ./conftest
| configure:29487: $? = 0
| configure:29501: result: 8
| configure:29515: checking size of long long
| configure:29520: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29520: $? = 0
| configure:29520: ./conftest
| configure:29520: $? = 0
| configure:29534: result: 8
| configure:29559: checking for getpagesize
| configure:29559: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29559: $? = 0
| configure:29559: result: yes
| configure:29568: checking for working mmap
| configure:29715: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29715: $? = 0
| configure:29715: ./conftest
| configure:29715: $? = 0
| configure:29725: result: yes
| configure:29735: checking whether strsignal is declared
| configure:29735: result: yes
| configure:29747: checking whether environ is declared
| configure:29747: result: yes
| configure:29767: checking for mkstemp
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for sigaction
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for sysconf
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for getdelim
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for setreuid
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for setresuid
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for seteuid
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for setlocale
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for vfork
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for _exit
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c:316:6: warning: conflicting types for built-in function '_exit'
| char _exit ();
| ^
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for tcgetattr
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29767: checking for tcsetattr
| configure:29767: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29767: $? = 0
| configure:29767: result: yes
| configure:29777: checking for _LARGEFILE_SOURCE value needed for large files
| configure:29796: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29796: $? = 0
| configure:29824: result: no
| configure:29857: checking for fgetpwent
| configure:29857: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29857: $? = 0
| configure:29857: result: yes
| configure:29872: checking for utmp.h
| configure:29872: result: yes
| configure:29872: checking for utmpx.h
| configure:29872: result: yes
| configure:29885: checking for getutent
| configure:29885: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29885: $? = 0
| configure:29885: result: yes
| configure:29902: checking for struct utmp.ut_user
| configure:29902: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29902: $? = 0
| configure:29902: result: yes
| configure:29913: checking for struct utmp.ut_name
| configure:29913: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29913: $? = 0
| configure:29913: result: yes
| configure:29959: checking for struct sockaddr_storage
| configure:29959: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29959: $? = 0
| configure:29959: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:308:38: error: expected expression before ')' token
| if (sizeof ((struct sockaddr_storage)))
| ^
| configure:29959: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | /* end confdefs.h. */
| | #include <sys/socket.h>
| |
| | int
| | main ()
| | {
| | if (sizeof ((struct sockaddr_storage)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:29959: result: yes
| configure:29967: checking for struct sockaddr_in6
| configure:29967: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29967: $? = 0
| configure:29967: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:309:34: error: expected expression before ')' token
| if (sizeof ((struct sockaddr_in6)))
| ^
| configure:29967: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | /* end confdefs.h. */
| | #include <sys/types.h>
| | #include <netinet/in.h>
| |
| | int
| | main ()
| | {
| | if (sizeof ((struct sockaddr_in6)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:29967: result: yes
| configure:29976: checking for struct addrinfo
| configure:29976: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29976: $? = 0
| configure:29976: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:308:30: error: expected expression before ')' token
| if (sizeof ((struct addrinfo)))
| ^
| configure:29976: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | /* end confdefs.h. */
| | #include <netdb.h>
| |
| | int
| | main ()
| | {
| | if (sizeof ((struct addrinfo)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:29976: result: yes
| configure:29984: checking for getnameinfo
| configure:29984: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:29984: $? = 0
| configure:29984: result: yes
| configure:30012: checking for wcwidth
| configure:30012: result: yes
| configure:30040: checking fribidi/fribidi.h usability
| configure:30040: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c:338:29: fatal error: fribidi/fribidi.h: No such file or directory
| compilation terminated.
| configure:30040: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <fribidi/fribidi.h>
| configure:30040: result: no
| configure:30040: checking fribidi/fribidi.h presence
| configure:30040: gcc -E conftest.c
| conftest.c:305:29: fatal error: fribidi/fribidi.h: No such file or directory
| compilation terminated.
| configure:30040: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | /* end confdefs.h. */
| | #include <fribidi/fribidi.h>
| configure:30040: result: no
| configure:30040: checking for fribidi/fribidi.h
| configure:30040: result: no
| configure:30557: checking for ldap_bind in -lldap
| configure:30582: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lldap >&5
| /usr/bin/ld: cannot find -lldap
| collect2: error: ld returned 1 exit status
| configure:30582: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char ldap_bind ();
| | int
| | main ()
| | {
| | return ldap_bind ();
| | ;
| | return 0;
| | }
| configure:30591: result: no
| configure:31028: checking radius/radius.h usability
| configure:31028: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c:346:27: fatal error: radius/radius.h: No such file or directory
| compilation terminated.
| configure:31028: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | #define ENABLE_VIRTUAL_DOMAINS 1
| | #define ENABLE_IMAP 1
| | #define ENABLE_POP 1
| | #define ENABLE_MH 1
| | #define ENABLE_MAILDIR 1
| | #define ENABLE_SMTP 1
| | #define ENABLE_SENDMAIL 1
| | #define ENABLE_PROG 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <radius/radius.h>
| configure:31028: result: no
| configure:31028: checking radius/radius.h presence
| configure:31028: gcc -E conftest.c
| conftest.c:313:27: fatal error: radius/radius.h: No such file or directory
| compilation terminated.
| configure:31028: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | #define ENABLE_VIRTUAL_DOMAINS 1
| | #define ENABLE_IMAP 1
| | #define ENABLE_POP 1
| | #define ENABLE_MH 1
| | #define ENABLE_MAILDIR 1
| | #define ENABLE_SMTP 1
| | #define ENABLE_SENDMAIL 1
| | #define ENABLE_PROG 1
| | /* end confdefs.h. */
| | #include <radius/radius.h>
| configure:31028: result: no
| configure:31028: checking for radius/radius.h
| configure:31028: result: no
| configure:31149: checking security/pam_appl.h usability
| configure:31149: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| conftest.c:346:31: fatal error: security/pam_appl.h: No such file or directory
| compilation terminated.
| configure:31149: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | #define ENABLE_VIRTUAL_DOMAINS 1
| | #define ENABLE_IMAP 1
| | #define ENABLE_POP 1
| | #define ENABLE_MH 1
| | #define ENABLE_MAILDIR 1
| | #define ENABLE_SMTP 1
| | #define ENABLE_SENDMAIL 1
| | #define ENABLE_PROG 1
| | /* end confdefs.h. */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <security/pam_appl.h>
| configure:31149: result: no
| configure:31149: checking security/pam_appl.h presence
| configure:31149: gcc -E conftest.c
| conftest.c:313:31: fatal error: security/pam_appl.h: No such file or directory
| compilation terminated.
| configure:31149: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | #define ENABLE_VIRTUAL_DOMAINS 1
| | #define ENABLE_IMAP 1
| | #define ENABLE_POP 1
| | #define ENABLE_MH 1
| | #define ENABLE_MAILDIR 1
| | #define ENABLE_SMTP 1
| | #define ENABLE_SENDMAIL 1
| | #define ENABLE_PROG 1
| | /* end confdefs.h. */
| | #include <security/pam_appl.h>
| configure:31149: result: no
| configure:31149: checking for security/pam_appl.h
| configure:31149: result: no
| configure:31252: checking crypt.h usability
| configure:31252: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:31252: $? = 0
| configure:31252: result: yes
| configure:31252: checking crypt.h presence
| configure:31252: gcc -E conftest.c
| configure:31252: $? = 0
| configure:31252: result: yes
| configure:31252: checking for crypt.h
| configure:31252: result: yes
| configure:31262: checking whether crypt is declared
| configure:31262: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:31262: $? = 0
| configure:31262: result: yes
| configure:31280: checking for crypt in -lcrypt
| configure:31305: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lcrypt >&5
| configure:31305: $? = 0
| configure:31314: result: yes
| configure:31331: checking for pthread_cancel in -lpthread
| configure:31356: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lpthread -lcrypt >&5
| configure:31356: $? = 0
| configure:31365: result: yes
| configure:31376: checking pthread.h usability
| configure:31376: gcc -c -g -Wall -Wdeclaration-after-statement -ggdb conftest.c >&5
| configure:31376: $? = 0
| configure:31376: result: yes
| configure:31376: checking pthread.h presence
| configure:31376: gcc -E conftest.c
| configure:31376: $? = 0
| configure:31376: result: yes
| configure:31376: checking for pthread.h
| configure:31376: result: yes
| configure:31394: checking for pthread_rwlock_init
| configure:31394: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lcrypt -lpthread >&5
| configure:31394: $? = 0
| configure:31394: result: yes
| configure:31490: checking for gethostbyname
| configure:31490: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lcrypt -lpthread >&5
| configure:31490: $? = 0
| configure:31490: result: yes
| configure:31537: checking for socket
| configure:31537: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lcrypt -lpthread >&5
| configure:31537: $? = 0
| configure:31537: result: yes
| configure:31587: checking for tputs in -lncurses
| configure:31612: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lncurses -lcrypt -lpthread >&5
| /usr/bin/ld: cannot find -lncurses
| collect2: error: ld returned 1 exit status
| configure:31612: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | #define ENABLE_VIRTUAL_DOMAINS 1
| | #define ENABLE_IMAP 1
| | #define ENABLE_POP 1
| | #define ENABLE_MH 1
| | #define ENABLE_MAILDIR 1
| | #define ENABLE_SMTP 1
| | #define ENABLE_SENDMAIL 1
| | #define ENABLE_PROG 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_DECL_CRYPT 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_PTHREAD_H 1
| | #define WITH_PTHREAD 1
| | #define _REENTRANT 1
| | #define HAVE_PTHREAD_RWLOCK_INIT 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char tputs ();
| | int
| | main ()
| | {
| | return tputs ();
| | ;
| | return 0;
| | }
| configure:31622: result: no
| configure:31587: checking for tputs in -lcurses
| configure:31612: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lcurses -lcrypt -lpthread >&5
| /usr/bin/ld: cannot find -lcurses
| collect2: error: ld returned 1 exit status
| configure:31612: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | #define ENABLE_VIRTUAL_DOMAINS 1
| | #define ENABLE_IMAP 1
| | #define ENABLE_POP 1
| | #define ENABLE_MH 1
| | #define ENABLE_MAILDIR 1
| | #define ENABLE_SMTP 1
| | #define ENABLE_SENDMAIL 1
| | #define ENABLE_PROG 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_DECL_CRYPT 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_PTHREAD_H 1
| | #define WITH_PTHREAD 1
| | #define _REENTRANT 1
| | #define HAVE_PTHREAD_RWLOCK_INIT 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char tputs ();
| | int
| | main ()
| | {
| | return tputs ();
| | ;
| | return 0;
| | }
| configure:31622: result: no
| configure:31587: checking for tputs in -ltermcap
| configure:31612: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -ltermcap -lcrypt -lpthread >&5
| /usr/bin/ld: cannot find -ltermcap
| collect2: error: ld returned 1 exit status
| configure:31612: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | #define ENABLE_VIRTUAL_DOMAINS 1
| | #define ENABLE_IMAP 1
| | #define ENABLE_POP 1
| | #define ENABLE_MH 1
| | #define ENABLE_MAILDIR 1
| | #define ENABLE_SMTP 1
| | #define ENABLE_SENDMAIL 1
| | #define ENABLE_PROG 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_DECL_CRYPT 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_PTHREAD_H 1
| | #define WITH_PTHREAD 1
| | #define _REENTRANT 1
| | #define HAVE_PTHREAD_RWLOCK_INIT 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char tputs ();
| | int
| | main ()
| | {
| | return tputs ();
| | ;
| | return 0;
| | }
| configure:31622: result: no
| configure:31639: checking for readline in -lreadline
| configure:31664: gcc -o conftest -g -Wall -Wdeclaration-after-statement -ggdb conftest.c -lreadline -lcrypt -lpthread >&5
| /usr/bin/ld: cannot find -lreadline
| collect2: error: ld returned 1 exit status
| configure:31664: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU Mailutils"
| | #define PACKAGE_TARNAME "mailutils"
| | #define PACKAGE_VERSION "3.1.1"
| | #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| | #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| | #define PACKAGE_URL "http://mailutils.org"
| | #define PACKAGE "mailutils"
| | #define VERSION "3.1.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define ENABLE_NLS 1
| | #define HAVE_GETTEXT 1
| | #define HAVE_DCGETTEXT 1
| | #define HAVE_ICONV 1
| | #define ICONV_CONST
| | #define HAVE_ICONV_H 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_ENVIRON_DECL 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_ISWBLANK 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_ISASCII 1
| | #define HAVE_MPROTECT 1
| | #define HAVE_SETENV 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_WINT_T 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_WORKING_O_NOATIME 1
| | #define HAVE_WORKING_O_NOFOLLOW 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MAP_ANONYMOUS 1
| | #define HAVE_DECL_SETENV 1
| | #define HAVE_SEARCH_H 1
| | #define HAVE_TSEARCH 1
| | #define HAVE__BOOL 1
| | #define HAVE_WCHAR_T 1
| | #define restrict __restrict
| | #define HAVE_RAW_DECL_FFSL 1
| | #define HAVE_RAW_DECL_FFSLL 1
| | #define HAVE_RAW_DECL_MEMMEM 1
| | #define HAVE_RAW_DECL_MEMPCPY 1
| | #define HAVE_RAW_DECL_MEMRCHR 1
| | #define HAVE_RAW_DECL_RAWMEMCHR 1
| | #define HAVE_RAW_DECL_STPCPY 1
| | #define HAVE_RAW_DECL_STPNCPY 1
| | #define HAVE_RAW_DECL_STRCHRNUL 1
| | #define HAVE_RAW_DECL_STRDUP 1
| | #define HAVE_RAW_DECL_STRNCAT 1
| | #define HAVE_RAW_DECL_STRNDUP 1
| | #define HAVE_RAW_DECL_STRNLEN 1
| | #define HAVE_RAW_DECL_STRPBRK 1
| | #define HAVE_RAW_DECL_STRSEP 1
| | #define HAVE_RAW_DECL_STRCASESTR 1
| | #define HAVE_RAW_DECL_STRTOK_R 1
| | #define HAVE_RAW_DECL_STRERROR_R 1
| | #define HAVE_RAW_DECL_STRSIGNAL 1
| | #define HAVE_RAW_DECL_STRVERSCMP 1
| | #define HAVE_ALLOCA 1
| | #define GNULIB_TEST_ENVIRON 1
| | #define HAVE_DECL_ISWBLANK 1
| | #define GNULIB_TEST_ISWBLANK 1
| | #define C_LOCALE_MAYBE_EILSEQ 1
| | #define GNULIB_TEST_MBRTOWC 1
| | #define GNULIB_TEST_MBSINIT 1
| | #define GNULIB_TEST_MBSLEN 1
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define HAVE_MBSTATE_T 1
| | #define GNULIB_TEST_MEMCHR 1
| | #define GNULIB_TEST_SETENV 1
| | #define HAVE_RAW_DECL__EXIT 1
| | #define HAVE_RAW_DECL_ATOLL 1
| | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_RAW_DECL_GETLOADAVG 1
| | #define HAVE_RAW_DECL_GETSUBOPT 1
| | #define HAVE_RAW_DECL_GRANTPT 1
| | #define HAVE_RAW_DECL_INITSTATE 1
| | #define HAVE_RAW_DECL_INITSTATE_R 1
| | #define HAVE_RAW_DECL_MKDTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMP 1
| | #define HAVE_RAW_DECL_MKOSTEMPS 1
| | #define HAVE_RAW_DECL_MKSTEMP 1
| | #define HAVE_RAW_DECL_MKSTEMPS 1
| | #define HAVE_RAW_DECL_POSIX_OPENPT 1
| | #define HAVE_RAW_DECL_PTSNAME 1
| | #define HAVE_RAW_DECL_PTSNAME_R 1
| | #define HAVE_RAW_DECL_RANDOM 1
| | #define HAVE_RAW_DECL_RANDOM_R 1
| | #define HAVE_RAW_DECL_REALPATH 1
| | #define HAVE_RAW_DECL_RPMATCH 1
| | #define HAVE_RAW_DECL_SECURE_GETENV 1
| | #define HAVE_RAW_DECL_SETENV 1
| | #define HAVE_RAW_DECL_SETSTATE 1
| | #define HAVE_RAW_DECL_SETSTATE_R 1
| | #define HAVE_RAW_DECL_SRANDOM 1
| | #define HAVE_RAW_DECL_SRANDOM_R 1
| | #define HAVE_RAW_DECL_STRTOD 1
| | #define HAVE_RAW_DECL_STRTOLL 1
| | #define HAVE_RAW_DECL_STRTOULL 1
| | #define HAVE_RAW_DECL_UNLOCKPT 1
| | #define HAVE_RAW_DECL_UNSETENV 1
| | #define HAVE_RAW_DECL_CHDIR 1
| | #define HAVE_RAW_DECL_CHOWN 1
| | #define HAVE_RAW_DECL_DUP 1
| | #define HAVE_RAW_DECL_DUP2 1
| | #define HAVE_RAW_DECL_DUP3 1
| | #define HAVE_RAW_DECL_ENVIRON 1
| | #define HAVE_RAW_DECL_EUIDACCESS 1
| | #define HAVE_RAW_DECL_FACCESSAT 1
| | #define HAVE_RAW_DECL_FCHDIR 1
| | #define HAVE_RAW_DECL_FCHOWNAT 1
| | #define HAVE_RAW_DECL_FDATASYNC 1
| | #define HAVE_RAW_DECL_FSYNC 1
| | #define HAVE_RAW_DECL_FTRUNCATE 1
| | #define HAVE_RAW_DECL_GETCWD 1
| | #define HAVE_RAW_DECL_GETDOMAINNAME 1
| | #define HAVE_RAW_DECL_GETDTABLESIZE 1
| | #define HAVE_RAW_DECL_GETGROUPS 1
| | #define HAVE_RAW_DECL_GETHOSTNAME 1
| | #define HAVE_RAW_DECL_GETLOGIN 1
| | #define HAVE_RAW_DECL_GETLOGIN_R 1
| | #define HAVE_RAW_DECL_GETPAGESIZE 1
| | #define HAVE_RAW_DECL_GETUSERSHELL 1
| | #define HAVE_RAW_DECL_SETUSERSHELL 1
| | #define HAVE_RAW_DECL_ENDUSERSHELL 1
| | #define HAVE_RAW_DECL_GROUP_MEMBER 1
| | #define HAVE_RAW_DECL_ISATTY 1
| | #define HAVE_RAW_DECL_LCHOWN 1
| | #define HAVE_RAW_DECL_LINK 1
| | #define HAVE_RAW_DECL_LINKAT 1
| | #define HAVE_RAW_DECL_LSEEK 1
| | #define HAVE_RAW_DECL_PIPE 1
| | #define HAVE_RAW_DECL_PIPE2 1
| | #define HAVE_RAW_DECL_PREAD 1
| | #define HAVE_RAW_DECL_PWRITE 1
| | #define HAVE_RAW_DECL_READLINK 1
| | #define HAVE_RAW_DECL_READLINKAT 1
| | #define HAVE_RAW_DECL_RMDIR 1
| | #define HAVE_RAW_DECL_SETHOSTNAME 1
| | #define HAVE_RAW_DECL_SLEEP 1
| | #define HAVE_RAW_DECL_SYMLINK 1
| | #define HAVE_RAW_DECL_SYMLINKAT 1
| | #define HAVE_RAW_DECL_TTYNAME_R 1
| | #define HAVE_RAW_DECL_UNLINK 1
| | #define HAVE_RAW_DECL_UNLINKAT 1
| | #define HAVE_RAW_DECL_USLEEP 1
| | #define HAVE_RAW_DECL_BTOWC 1
| | #define HAVE_RAW_DECL_WCTOB 1
| | #define HAVE_RAW_DECL_MBSINIT 1
| | #define HAVE_RAW_DECL_MBRTOWC 1
| | #define HAVE_RAW_DECL_MBRLEN 1
| | #define HAVE_RAW_DECL_MBSRTOWCS 1
| | #define HAVE_RAW_DECL_MBSNRTOWCS 1
| | #define HAVE_RAW_DECL_WCRTOMB 1
| | #define HAVE_RAW_DECL_WCSRTOMBS 1
| | #define HAVE_RAW_DECL_WCSNRTOMBS 1
| | #define HAVE_RAW_DECL_WCWIDTH 1
| | #define HAVE_RAW_DECL_WMEMCHR 1
| | #define HAVE_RAW_DECL_WMEMCMP 1
| | #define HAVE_RAW_DECL_WMEMCPY 1
| | #define HAVE_RAW_DECL_WMEMMOVE 1
| | #define HAVE_RAW_DECL_WMEMSET 1
| | #define HAVE_RAW_DECL_WCSLEN 1
| | #define HAVE_RAW_DECL_WCSNLEN 1
| | #define HAVE_RAW_DECL_WCSCPY 1
| | #define HAVE_RAW_DECL_WCPCPY 1
| | #define HAVE_RAW_DECL_WCSNCPY 1
| | #define HAVE_RAW_DECL_WCPNCPY 1
| | #define HAVE_RAW_DECL_WCSCAT 1
| | #define HAVE_RAW_DECL_WCSNCAT 1
| | #define HAVE_RAW_DECL_WCSCMP 1
| | #define HAVE_RAW_DECL_WCSNCMP 1
| | #define HAVE_RAW_DECL_WCSCASECMP 1
| | #define HAVE_RAW_DECL_WCSNCASECMP 1
| | #define HAVE_RAW_DECL_WCSCOLL 1
| | #define HAVE_RAW_DECL_WCSXFRM 1
| | #define HAVE_RAW_DECL_WCSDUP 1
| | #define HAVE_RAW_DECL_WCSCHR 1
| | #define HAVE_RAW_DECL_WCSRCHR 1
| | #define HAVE_RAW_DECL_WCSCSPN 1
| | #define HAVE_RAW_DECL_WCSSPN 1
| | #define HAVE_RAW_DECL_WCSPBRK 1
| | #define HAVE_RAW_DECL_WCSSTR 1
| | #define HAVE_RAW_DECL_WCSTOK 1
| | #define HAVE_RAW_DECL_WCSWIDTH 1
| | #define HAVE_TOWLOWER 1
| | #define HAVE_RAW_DECL_WCTYPE 1
| | #define HAVE_RAW_DECL_ISWCTYPE 1
| | #define HAVE_RAW_DECL_WCTRANS 1
| | #define HAVE_RAW_DECL_TOWCTRANS 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define GNULIB_TEST_WCWIDTH 1
| | #define HAVE_PATHS_H 1
| | #define LOG_FACILITY LOG_MAIL
| | #define LOG_FACILITY_STRING "mail"
| | #define STDC_HEADERS 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_ERRNO_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LIBGEN_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_MALLOC_H 1
| | #define HAVE_OBSTACK_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_SYS_SOCKET_H 1
| | #define HAVE_STDARG_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYS_FILE_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_SYSLOG_H 1
| | #define HAVE_TERMIOS_H 1
| | #define HAVE_TERMIO_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTPTR_T 1
| | #define RETSIGTYPE void
| | #define HAVE_DECL_SYS_SIGLIST 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_ZONE 1
| | #define HAVE_STRUCT_TM_TM_GMTOFF 1
| | #define HAVE_STRUCT_TM_TM_ISDST 1
| | #define SIZEOF_OFF_T 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_LONG_LONG 8
| | #define HAVE_GETPAGESIZE 1
| | #define HAVE_MMAP 1
| | #define HAVE_DECL_STRSIGNAL 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_GETDELIM 1
| | #define HAVE_SETREUID 1
| | #define HAVE_SETRESUID 1
| | #define HAVE_SETEUID 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_VFORK 1
| | #define HAVE__EXIT 1
| | #define HAVE_TCGETATTR 1
| | #define HAVE_TCSETATTR 1
| | #define HAVE_FSEEKO 1
| | #define HAVE_FGETPWENT 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_GETUTENT_CALLS /**/
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_NAME 1
| | #define MAILUTILS_IPV6 1
| | #define HAVE_WCWIDTH 1
| | #define ENABLE_VIRTUAL_DOMAINS 1
| | #define ENABLE_IMAP 1
| | #define ENABLE_POP 1
| | #define ENABLE_MH 1
| | #define ENABLE_MAILDIR 1
| | #define ENABLE_SMTP 1
| | #define ENABLE_SENDMAIL 1
| | #define ENABLE_PROG 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_DECL_CRYPT 1
| | #define HAVE_LIBCRYPT 1
| | #define HAVE_PTHREAD_H 1
| | #define WITH_PTHREAD 1
| | #define _REENTRANT 1
| | #define HAVE_PTHREAD_RWLOCK_INIT 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char readline ();
| | int
| | main ()
| | {
| | return readline ();
| | ;
| | return 0;
| | }
| configure:31673: result: no
| configure:31802: checking for guile-config
| configure:31833: result: no
| configure:32095: checking for emacs
| configure:32125: result: no
| configure:32095: checking for xemacs
| configure:32125: result: no
| configure:32146: checking where .elc files should go
| configure:32175: result: ${datadir}/emacs/site-lisp
| configure:32242: checking for a Python interpreter with version >= 2.5.0
| configure:32259: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.5.0'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
| configure:32262: $? = 0
| configure:32268: result: python
| configure:32276: checking for python
| configure:32294: found /usr/bin/python
| configure:32306: result: /usr/bin/python
| configure:32324: checking for python version
| configure:32331: result: 2.7
| configure:32343: checking for python platform
| configure:32350: result: linux2
| configure:32376: checking for python script directory
| configure:32411: result: ${prefix}/lib/python2.7/dist-packages
| configure:32420: checking for python extension module directory
| configure:32455: result: ${exec_prefix}/lib/python2.7/dist-packages
| configure:32472: checking for python-config
| configure:32505: result: no
| configure:33483: checking that generated files are newer than configure
| configure:33489: result: done
| configure:33732: creating ./config.status
|
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
|
| This file was extended by GNU Mailutils config.status 3.1.1, which was
| generated by GNU Autoconf 2.69. Invocation command line was
|
| CONFIG_FILES =
| CONFIG_HEADERS =
| CONFIG_LINKS =
| CONFIG_COMMANDS =
| $ ./config.status
|
| on laptop
|
| config.status:2323: creating libmailutils/tests/Makefile
| config.status:2323: creating libmailutils/tests/atlocal
| config.status:2323: creating testsuite/Makefile
| config.status:2323: creating testsuite/atlocal
| config.status:2323: creating comsat/tests/Makefile
| config.status:2323: creating comsat/tests/atlocal
| config.status:2323: creating frm/tests/Makefile
| config.status:2323: creating frm/tests/atlocal
| config.status:2323: creating imap4d/tests/Makefile
| config.status:2323: creating imap4d/tests/atlocal
| config.status:2323: creating maidag/tests/Makefile
| config.status:2323: creating maidag/tests/atlocal
| config.status:2323: creating mail/tests/Makefile
| config.status:2323: creating mail/tests/atlocal
| config.status:2323: creating messages/tests/Makefile
| config.status:2323: creating messages/tests/atlocal
| config.status:2323: creating readmsg/tests/Makefile
| config.status:2323: creating readmsg/tests/atlocal
| config.status:2323: creating sieve/tests/Makefile
| config.status:2323: creating sieve/tests/atlocal
| config.status:2323: creating mh/tests/Makefile
| config.status:2323: creating mh/tests/atlocal
| config.status:2323: creating doc/imprimatur/Makefile
| config.status:2323: creating include/confpaths.h
| config.status:2323: creating Makefile
| config.status:2323: creating sql/Makefile
| config.status:2323: creating comsat/Makefile
| config.status:2323: creating doc/Makefile
| config.status:2323: creating doc/man/Makefile
| config.status:2323: creating doc/texinfo/Makefile
| config.status:2323: creating dotlock/Makefile
| config.status:2323: creating examples/Makefile
| config.status:2323: creating examples/config/Makefile
| config.status:2323: creating examples/cpp/Makefile
| config.status:2323: creating examples/python/Makefile
| config.status:2323: creating examples/scheme/Makefile
| config.status:2323: creating gint/Makefile
| config.status:2323: creating frm/Makefile
| config.status:2323: creating scheme/Makefile
| config.status:2323: creating imap4d/Makefile
| config.status:2323: creating include/Makefile
| config.status:2323: creating include/mailutils/Makefile
| config.status:2323: creating include/mailutils/sys/Makefile
| config.status:2323: creating include/mailutils/cpp/Makefile
| config.status:2323: creating lib/Makefile
| config.status:2323: creating lib/gnu/Makefile
| config.status:2323: creating libmu_auth/Makefile
| config.status:2323: creating libmu_cpp/Makefile
| config.status:2323: creating libmu_scm/Makefile
| config.status:2323: creating libmu_scm/mailutils/Makefile
| config.status:2323: creating libmu_dbm/Makefile
| config.status:2323: creating libmu_sieve/Makefile
| config.status:2323: creating libmu_sieve/extensions/Makefile
| config.status:2323: creating libproto/Makefile
| config.status:2323: creating libproto/mbox/Makefile
| config.status:2323: creating libproto/mh/Makefile
| config.status:2323: creating libproto/maildir/Makefile
| config.status:2323: creating libproto/mailer/Makefile
| config.status:2323: creating libproto/pop/Makefile
| config.status:2323: creating libproto/nntp/Makefile
| config.status:2323: creating libproto/imap/Makefile
| config.status:2323: creating libproto/imap/tests/Makefile
| config.status:2323: creating maidag/Makefile
| config.status:2323: creating mail/Makefile
| config.status:2323: creating mail/testsuite/Makefile
| config.status:2323: creating libmailutils/auth/Makefile
| config.status:2323: creating libmailutils/base/Makefile
| config.status:2323: creating libmailutils/address/Makefile
| config.status:2323: creating libmailutils/sockaddr/Makefile
| config.status:2323: creating libmailutils/cidr/Makefile
| config.status:2323: creating libmailutils/cli/Makefile
| config.status:2323: creating libmailutils/cfg/Makefile
| config.status:2323: creating libmailutils/datetime/Makefile
| config.status:2323: creating libmailutils/diag/Makefile
| config.status:2323: creating libmailutils/filter/Makefile
| config.status:2323: creating libmailutils/imapio/Makefile
| config.status:2323: creating libmailutils/list/Makefile
| config.status:2323: creating libmailutils/mailbox/Makefile
| config.status:2323: creating libmailutils/mailer/Makefile
| config.status:2323: creating libmailutils/mime/Makefile
| config.status:2323: creating libmailutils/msgset/Makefile
| config.status:2323: creating libmailutils/opt/Makefile
| config.status:2323: creating libmailutils/property/Makefile
| config.status:2323: creating libmailutils/server/Makefile
| config.status:2323: creating libmailutils/string/Makefile
| config.status:2323: creating libmailutils/stream/Makefile
| config.status:2323: creating libmailutils/stdstream/Makefile
| config.status:2323: creating libmailutils/url/Makefile
| config.status:2323: creating libmailutils/Makefile
| config.status:2323: creating messages/Makefile
| config.status:2323: creating mh/Makefile
| config.status:2323: creating mh/etc/Makefile
| config.status:2323: creating mimeview/Makefile
| config.status:2323: creating movemail/Makefile
| config.status:2323: creating po/Makefile.in
| config.status:2323: creating pop3d/Makefile
| config.status:2323: creating pop3d/testsuite/Makefile
| config.status:2323: creating python/Makefile
| config.status:2323: creating python/libmu_py/Makefile
| config.status:2323: creating python/mailutils/Makefile
| config.status:2323: creating readmsg/Makefile
| config.status:2323: creating mu-aux/Makefile
| config.status:2323: creating mu-aux/mailutils.spec
| config.status:2323: creating sieve/Makefile
| config.status:2323: creating mu/Makefile
| config.status:2323: creating config.h
| config.status:2569: linking lib/gnu/gettext.h to include/gettext.h
| config.status:2588: executing depfiles commands
| config.status:2588: executing libtool commands
| config.status:2588: executing po-directories commands
| config.status:2588: executing libmailutils/tests/atconfig commands
| config.status:2588: executing testsuite/atconfig commands
| config.status:2588: executing frm/tests/atconfig commands
| config.status:2588: executing maidag/tests/atconfig commands
| config.status:2588: executing mail/tests/atconfig commands
| config.status:2588: executing messages/tests/atconfig commands
| config.status:2588: executing readmsg/tests/atconfig commands
| config.status:2588: executing sieve/tests/atconfig commands
| config.status:2588: executing mh/tests/atconfig commands
| config.status:2588: executing comsat/tests/atconfig commands
| config.status:2588: executing imap4d/tests/atconfig commands
| config.status:2588: executing status commands
|
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
|
| ac_cv_build=x86_64-pc-linux-gnu
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_const=yes
| ac_cv_c_restrict=__restrict
| ac_cv_cxx_compiler_gnu=yes
| ac_cv_env_CCC_set=
| ac_cv_env_CCC_value=
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=
| ac_cv_env_CFLAGS_value=
| ac_cv_env_CPPFLAGS_set=
| ac_cv_env_CPPFLAGS_value=
| ac_cv_env_CPP_set=
| ac_cv_env_CPP_value=
| ac_cv_env_CXXCPP_set=
| ac_cv_env_CXXCPP_value=
| ac_cv_env_CXXFLAGS_set=
| ac_cv_env_CXXFLAGS_value=
| ac_cv_env_CXX_set=
| ac_cv_env_CXX_value=
| ac_cv_env_DEFAULT_CUPS_CONFDIR_set=
| ac_cv_env_DEFAULT_CUPS_CONFDIR_value=
| ac_cv_env_EMACSLOADPATH_set=
| ac_cv_env_EMACSLOADPATH_value=
| ac_cv_env_EMACS_set=
| ac_cv_env_EMACS_value=
| ac_cv_env_LDFLAGS_set=
| ac_cv_env_LDFLAGS_value=
| ac_cv_env_LIBS_set=
| ac_cv_env_LIBS_value=
| ac_cv_env_MU_DEFAULT_SCHEME_set=
| ac_cv_env_MU_DEFAULT_SCHEME_value=
| ac_cv_env_PYTHON_CONFIG_set=
| ac_cv_env_PYTHON_CONFIG_value=
| ac_cv_env_PYTHON_set=
| ac_cv_env_PYTHON_value=
| ac_cv_env_YACC_set=
| ac_cv_env_YACC_value=
| ac_cv_env_YFLAGS_set=
| ac_cv_env_YFLAGS_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_func__exit=yes
| ac_cv_func_alloca_works=yes
| ac_cv_func_dlopen=no
| ac_cv_func_fgetpwent=yes
| ac_cv_func_getdelim=yes
| ac_cv_func_gethostbyname=yes
| ac_cv_func_getnameinfo=yes
| ac_cv_func_getpagesize=yes
| ac_cv_func_getutent=yes
| ac_cv_func_isascii=yes
| ac_cv_func_iswblank=yes
| ac_cv_func_iswcntrl=yes
| ac_cv_func_malloc_0_nonnull=yes
| ac_cv_func_mbrtowc=yes
| ac_cv_func_mbsinit=yes
| ac_cv_func_mbslen=no
| ac_cv_func_mkstemp=yes
| ac_cv_func_mmap=yes
| ac_cv_func_mmap_fixed_mapped=yes
| ac_cv_func_mprotect=yes
| ac_cv_func_pthread_rwlock_init=yes
| ac_cv_func_setenv=yes
| ac_cv_func_seteuid=yes
| ac_cv_func_setlocale=yes
| ac_cv_func_setresuid=yes
| ac_cv_func_setreuid=yes
| ac_cv_func_setvbuf_reversed=no
| ac_cv_func_shl_load=no
| ac_cv_func_sigaction=yes
| ac_cv_func_socket=yes
| ac_cv_func_symlink=yes
| ac_cv_func_sysconf=yes
| ac_cv_func_tcgetattr=yes
| ac_cv_func_tcsetattr=yes
| ac_cv_func_towlower=yes
| ac_cv_func_tsearch=yes
| ac_cv_func_vfork=yes
| ac_cv_func_wcwidth=yes
| ac_cv_gnu_library_2_1=yes
| ac_cv_have_decl__Exit=yes
| ac_cv_have_decl_atoll=yes
| ac_cv_have_decl_btowc=yes
| ac_cv_have_decl_canonicalize_file_name=yes
| ac_cv_have_decl_chdir=yes
| ac_cv_have_decl_chown=yes
| ac_cv_have_decl_crypt=yes
| ac_cv_have_decl_dup2=yes
| ac_cv_have_decl_dup3=yes
| ac_cv_have_decl_dup=yes
| ac_cv_have_decl_endusershell=yes
| ac_cv_have_decl_environ=yes
| ac_cv_have_decl_euidaccess=yes
| ac_cv_have_decl_faccessat=yes
| ac_cv_have_decl_fchdir=yes
| ac_cv_have_decl_fchownat=yes
| ac_cv_have_decl_fdatasync=yes
| ac_cv_have_decl_ffsl=yes
| ac_cv_have_decl_ffsll=yes
| ac_cv_have_decl_fsync=yes
| ac_cv_have_decl_ftruncate=yes
| ac_cv_have_decl_getc_unlocked=yes
| ac_cv_have_decl_getcwd=yes
| ac_cv_have_decl_getdomainname=yes
| ac_cv_have_decl_getdtablesize=yes
| ac_cv_have_decl_getgroups=yes
| ac_cv_have_decl_gethostname=yes
| ac_cv_have_decl_getloadavg=yes
| ac_cv_have_decl_getlogin=yes
| ac_cv_have_decl_getlogin_r=yes
| ac_cv_have_decl_getpagesize=yes
| ac_cv_have_decl_getsubopt=yes
| ac_cv_have_decl_getusershell=yes
| ac_cv_have_decl_grantpt=yes
| ac_cv_have_decl_group_member=yes
| ac_cv_have_decl_initstate=yes
| ac_cv_have_decl_initstate_r=yes
| ac_cv_have_decl_isatty=yes
| ac_cv_have_decl_iswblank=yes
| ac_cv_have_decl_iswctype=yes
| ac_cv_have_decl_lchown=yes
| ac_cv_have_decl_link=yes
| ac_cv_have_decl_linkat=yes
| ac_cv_have_decl_lseek=yes
| ac_cv_have_decl_mbrlen=yes
| ac_cv_have_decl_mbrtowc=yes
| ac_cv_have_decl_mbsinit=yes
| ac_cv_have_decl_mbsnrtowcs=yes
| ac_cv_have_decl_mbsrtowcs=yes
| ac_cv_have_decl_mbswidth=no
| ac_cv_have_decl_memmem=yes
| ac_cv_have_decl_mempcpy=yes
| ac_cv_have_decl_memrchr=yes
| ac_cv_have_decl_mkdtemp=yes
| ac_cv_have_decl_mkostemp=yes
| ac_cv_have_decl_mkostemps=yes
| ac_cv_have_decl_mkstemp=yes
| ac_cv_have_decl_mkstemps=yes
| ac_cv_have_decl_pipe2=yes
| ac_cv_have_decl_pipe=yes
| ac_cv_have_decl_posix_openpt=yes
| ac_cv_have_decl_pread=yes
| ac_cv_have_decl_ptsname=yes
| ac_cv_have_decl_ptsname_r=yes
| ac_cv_have_decl_pwrite=yes
| ac_cv_have_decl_random=yes
| ac_cv_have_decl_random_r=yes
| ac_cv_have_decl_rawmemchr=yes
| ac_cv_have_decl_readlink=yes
| ac_cv_have_decl_readlinkat=yes
| ac_cv_have_decl_realpath=yes
| ac_cv_have_decl_rmdir=yes
| ac_cv_have_decl_rpmatch=yes
| ac_cv_have_decl_secure_getenv=yes
| ac_cv_have_decl_setenv=yes
| ac_cv_have_decl_sethostname=yes
| ac_cv_have_decl_setstate=yes
| ac_cv_have_decl_setstate_r=yes
| ac_cv_have_decl_setusershell=yes
| ac_cv_have_decl_sleep=yes
| ac_cv_have_decl_srandom=yes
| ac_cv_have_decl_srandom_r=yes
| ac_cv_have_decl_stpcpy=yes
| ac_cv_have_decl_stpncpy=yes
| ac_cv_have_decl_strcasestr=yes
| ac_cv_have_decl_strchrnul=yes
| ac_cv_have_decl_strdup=yes
| ac_cv_have_decl_strerror_r=yes
| ac_cv_have_decl_strncat=yes
| ac_cv_have_decl_strndup=yes
| ac_cv_have_decl_strnlen=yes
| ac_cv_have_decl_strpbrk=yes
| ac_cv_have_decl_strsep=yes
| ac_cv_have_decl_strsignal=yes
| ac_cv_have_decl_strtod=yes
| ac_cv_have_decl_strtok_r=yes
| ac_cv_have_decl_strtoll=yes
| ac_cv_have_decl_strtoull=yes
| ac_cv_have_decl_strverscmp=yes
| ac_cv_have_decl_symlink=yes
| ac_cv_have_decl_symlinkat=yes
| ac_cv_have_decl_sys_siglist=yes
| ac_cv_have_decl_towctrans=yes
| ac_cv_have_decl_ttyname_r=yes
| ac_cv_have_decl_unlink=yes
| ac_cv_have_decl_unlinkat=yes
| ac_cv_have_decl_unlockpt=yes
| ac_cv_have_decl_unsetenv=yes
| ac_cv_have_decl_usleep=yes
| ac_cv_have_decl_wcpcpy=yes
| ac_cv_have_decl_wcpncpy=yes
| ac_cv_have_decl_wcrtomb=yes
| ac_cv_have_decl_wcscasecmp=yes
| ac_cv_have_decl_wcscat=yes
| ac_cv_have_decl_wcschr=yes
| ac_cv_have_decl_wcscmp=yes
| ac_cv_have_decl_wcscoll=yes
| ac_cv_have_decl_wcscpy=yes
| ac_cv_have_decl_wcscspn=yes
| ac_cv_have_decl_wcsdup=yes
| ac_cv_have_decl_wcslen=yes
| ac_cv_have_decl_wcsncasecmp=yes
| ac_cv_have_decl_wcsncat=yes
| ac_cv_have_decl_wcsncmp=yes
| ac_cv_have_decl_wcsncpy=yes
| ac_cv_have_decl_wcsnlen=yes
| ac_cv_have_decl_wcsnrtombs=yes
| ac_cv_have_decl_wcspbrk=yes
| ac_cv_have_decl_wcsrchr=yes
| ac_cv_have_decl_wcsrtombs=yes
| ac_cv_have_decl_wcsspn=yes
| ac_cv_have_decl_wcsstr=yes
| ac_cv_have_decl_wcstok=yes
| ac_cv_have_decl_wcswidth=yes
| ac_cv_have_decl_wcsxfrm=yes
| ac_cv_have_decl_wctob=yes
| ac_cv_have_decl_wctrans=yes
| ac_cv_have_decl_wctype=yes
| ac_cv_have_decl_wcwidth=yes
| ac_cv_have_decl_wmemchr=yes
| ac_cv_have_decl_wmemcmp=yes
| ac_cv_have_decl_wmemcpy=yes
| ac_cv_have_decl_wmemmove=yes
| ac_cv_have_decl_wmemset=yes
| ac_cv_header_crypt_h=yes
| ac_cv_header_dirent_dirent_h=yes
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_errno_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_features_h=yes
| ac_cv_header_fribidi_fribidi_h=no
| ac_cv_header_gnutls_gnutls_h=no
| ac_cv_header_gsasl_h=no
| ac_cv_header_iconv_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_libgen_h=yes
| ac_cv_header_limits_h=yes
| ac_cv_header_malloc_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_minix_config_h=no
| ac_cv_header_ndbm_h=no
| ac_cv_header_obstack_h=yes
| ac_cv_header_paths_h=yes
| ac_cv_header_pthread_h=yes
| ac_cv_header_radius_radius_h=no
| ac_cv_header_search_h=yes
| ac_cv_header_security_pam_appl_h=no
| ac_cv_header_sgtty_h=yes
| ac_cv_header_shadow_h=yes
| ac_cv_header_socket_h=no
| ac_cv_header_stdarg_h=yes
| ac_cv_header_stdbool_h=yes
| ac_cv_header_stdc=yes
| ac_cv_header_stdint_h=yes
| ac_cv_header_stdio_h=yes
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_sys_file_h=yes
| ac_cv_header_sys_mman_h=yes
| ac_cv_header_sys_param_h=yes
| ac_cv_header_sys_socket_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_types_h=yes
| ac_cv_header_sysexits_h=yes
| ac_cv_header_syslog_h=yes
| ac_cv_header_tcpd_h=no
| ac_cv_header_termcap_h=no
| ac_cv_header_termio_h=yes
| ac_cv_header_termios_h=yes
| ac_cv_header_unistd_h=yes
| ac_cv_header_utmp_h=yes
| ac_cv_header_utmpx_h=yes
| ac_cv_header_wchar_h=yes
| ac_cv_header_wctype_h=yes
| ac_cv_host=x86_64-pc-linux-gnu
| ac_cv_lib_crypt_crypt=yes
| ac_cv_lib_curses___tputs=no
| ac_cv_lib_db___db_create=no
| ac_cv_lib_db___db_open=no
| ac_cv_lib_dl_dlopen=yes
| ac_cv_lib_dld_shl_load=no
| ac_cv_lib_gdbm_gdbm_open=no
| ac_cv_lib_ldap_ldap_bind=no
| ac_cv_lib_ltdl_lt_dlinit=no
| ac_cv_lib_ncurses___tputs=no
| ac_cv_lib_nsl_main=yes
| ac_cv_lib_pthread_pthread_cancel=yes
| ac_cv_lib_readline_readline=no
| ac_cv_lib_resolv_res_query=no
| ac_cv_lib_termcap___tputs=no
| ac_cv_lib_tokyocabinet_tchdbnew=no
| ac_cv_lib_wrap_main=no
| ac_cv_member_struct_tm_tm_gmtoff=yes
| ac_cv_member_struct_tm_tm_isdst=yes
| ac_cv_member_struct_tm_tm_zone=yes
| ac_cv_member_struct_utmp_ut_name=yes
| ac_cv_member_struct_utmp_ut_user=yes
| ac_cv_objext=o
| ac_cv_path_EGREP='/bin/grep -E'
| ac_cv_path_FGREP='/bin/grep -F'
| ac_cv_path_GMSGFMT=/usr/bin/msgfmt
| ac_cv_path_GREP=/bin/grep
| ac_cv_path_GUILE_CONFIG=no
| ac_cv_path_MSGFMT=/usr/bin/msgfmt
| ac_cv_path_MSGMERGE=/usr/bin/msgmerge
| ac_cv_path_PYTHON=/usr/bin/python
| ac_cv_path_SED=/bin/sed
| ac_cv_path_XGETTEXT=/usr/bin/xgettext
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_path_mkdir=/bin/mkdir
| ac_cv_prog_AWK=mawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_CXXCPP='g++ -E'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_CXX=g++
| ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
| ac_cv_prog_ac_ct_OBJDUMP=objdump
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_c89=
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cxx_g=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_safe_to_define___extensions__=yes
| ac_cv_search_opendir='none required'
| ac_cv_should_define__xopen_source=no
| ac_cv_sizeof_long=8
| ac_cv_sizeof_long_long=8
| ac_cv_sizeof_off_t=8
| ac_cv_struct_tm=time.h
| ac_cv_sys_file_offset_bits=no
| ac_cv_sys_largefile_CC=no
| ac_cv_sys_largefile_source=no
| ac_cv_type__Bool=yes
| ac_cv_type_dev_t=yes
| ac_cv_type_iconv_t=yes
| ac_cv_type_ino_t=yes
| ac_cv_type_intptr_t=yes
| ac_cv_type_long_double=yes
| ac_cv_type_long_long=yes
| ac_cv_type_long_long_int=yes
| ac_cv_type_max_align_t=yes
| ac_cv_type_mbstate_t=yes
| ac_cv_type_mode_t=yes
| ac_cv_type_off_t=yes
| ac_cv_type_pid_t=yes
| ac_cv_type_signal=void
| ac_cv_type_size_t=yes
| ac_cv_type_socklen_t=yes
| ac_cv_type_ssize_t=yes
| ac_cv_type_struct_addrinfo=yes
| ac_cv_type_struct_sockaddr_in6=yes
| ac_cv_type_struct_sockaddr_storage=yes
| ac_cv_type_uid_t=yes
| ac_cv_type_unsigned_long_long_int=yes
| ac_cv_working_alloca_h=yes
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_libname_spec='lib$name'
| acl_cv_library_names_spec='$libname$shrext'
| acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=so
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_CXX_dependencies_compiler_type=gcc3
| am_cv_ar_interface=ar
| am_cv_func_iconv=yes
| am_cv_func_iconv_works=yes
| am_cv_langinfo_codeset=yes
| am_cv_lib_iconv=no
| am_cv_lispdir='${datadir}/emacs/site-lisp'
| am_cv_make_support_nested_variables=yes
| am_cv_pathless_PYTHON=python
| am_cv_prog_cc_c_o=yes
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
| am_cv_proto_iconv_arg1=
| am_cv_python_platform=linux2
| am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
| am_cv_python_pythondir='${prefix}/lib/python2.7/dist-packages'
| am_cv_python_version=2.7
| gl_cv_C_locale_sans_EILSEQ=no
| gl_cv_c_amsterdam_compiler=no
| gl_cv_c_multiarch=no
| gl_cv_decl_null_works=yes
| gl_cv_func_iswcntrl_works=yes
| gl_cv_func_malloc_0_nonnull=1
| gl_cv_func_mbrtowc_empty_input=yes
| gl_cv_func_mbrtowc_incomplete_state='guessing yes'
| gl_cv_func_mbrtowc_nul_retval='guessing yes'
| gl_cv_func_mbrtowc_null_arg1='guessing yes'
| gl_cv_func_mbrtowc_null_arg2='guessing yes'
| gl_cv_func_mbrtowc_retval='guessing yes'
| gl_cv_func_mbrtowc_sanitycheck='guessing yes'
| gl_cv_func_memchr_works=yes
| gl_cv_func_setenv_works=yes
| gl_cv_func_wcwidth_works=yes
| gl_cv_have_include_next=yes
| gl_cv_have_raw_decl__Exit=yes
| gl_cv_have_raw_decl_atoll=yes
| gl_cv_have_raw_decl_btowc=yes
| gl_cv_have_raw_decl_canonicalize_file_name=yes
| gl_cv_have_raw_decl_chdir=yes
| gl_cv_have_raw_decl_chown=yes
| gl_cv_have_raw_decl_dup2=yes
| gl_cv_have_raw_decl_dup3=yes
| gl_cv_have_raw_decl_dup=yes
| gl_cv_have_raw_decl_endusershell=yes
| gl_cv_have_raw_decl_environ=yes
| gl_cv_have_raw_decl_euidaccess=yes
| gl_cv_have_raw_decl_faccessat=yes
| gl_cv_have_raw_decl_fchdir=yes
| gl_cv_have_raw_decl_fchownat=yes
| gl_cv_have_raw_decl_fdatasync=yes
| gl_cv_have_raw_decl_ffsl=yes
| gl_cv_have_raw_decl_ffsll=yes
| gl_cv_have_raw_decl_fsync=yes
| gl_cv_have_raw_decl_ftruncate=yes
| gl_cv_have_raw_decl_getcwd=yes
| gl_cv_have_raw_decl_getdomainname=yes
| gl_cv_have_raw_decl_getdtablesize=yes
| gl_cv_have_raw_decl_getgroups=yes
| gl_cv_have_raw_decl_gethostname=yes
| gl_cv_have_raw_decl_getloadavg=yes
| gl_cv_have_raw_decl_getlogin=yes
| gl_cv_have_raw_decl_getlogin_r=yes
| gl_cv_have_raw_decl_getpagesize=yes
| gl_cv_have_raw_decl_getsubopt=yes
| gl_cv_have_raw_decl_getusershell=yes
| gl_cv_have_raw_decl_grantpt=yes
| gl_cv_have_raw_decl_group_member=yes
| gl_cv_have_raw_decl_initstate=yes
| gl_cv_have_raw_decl_initstate_r=yes
| gl_cv_have_raw_decl_isatty=yes
| gl_cv_have_raw_decl_iswctype=yes
| gl_cv_have_raw_decl_lchown=yes
| gl_cv_have_raw_decl_link=yes
| gl_cv_have_raw_decl_linkat=yes
| gl_cv_have_raw_decl_lseek=yes
| gl_cv_have_raw_decl_mbrlen=yes
| gl_cv_have_raw_decl_mbrtowc=yes
| gl_cv_have_raw_decl_mbsinit=yes
| gl_cv_have_raw_decl_mbsnrtowcs=yes
| gl_cv_have_raw_decl_mbsrtowcs=yes
| gl_cv_have_raw_decl_memmem=yes
| gl_cv_have_raw_decl_mempcpy=yes
| gl_cv_have_raw_decl_memrchr=yes
| gl_cv_have_raw_decl_mkdtemp=yes
| gl_cv_have_raw_decl_mkostemp=yes
| gl_cv_have_raw_decl_mkostemps=yes
| gl_cv_have_raw_decl_mkstemp=yes
| gl_cv_have_raw_decl_mkstemps=yes
| gl_cv_have_raw_decl_pipe2=yes
| gl_cv_have_raw_decl_pipe=yes
| gl_cv_have_raw_decl_posix_openpt=yes
| gl_cv_have_raw_decl_pread=yes
| gl_cv_have_raw_decl_ptsname=yes
| gl_cv_have_raw_decl_ptsname_r=yes
| gl_cv_have_raw_decl_pwrite=yes
| gl_cv_have_raw_decl_random=yes
| gl_cv_have_raw_decl_random_r=yes
| gl_cv_have_raw_decl_rawmemchr=yes
| gl_cv_have_raw_decl_readlink=yes
| gl_cv_have_raw_decl_readlinkat=yes
| gl_cv_have_raw_decl_realpath=yes
| gl_cv_have_raw_decl_rmdir=yes
| gl_cv_have_raw_decl_rpmatch=yes
| gl_cv_have_raw_decl_secure_getenv=yes
| gl_cv_have_raw_decl_setenv=yes
| gl_cv_have_raw_decl_sethostname=yes
| gl_cv_have_raw_decl_setstate=yes
| gl_cv_have_raw_decl_setstate_r=yes
| gl_cv_have_raw_decl_setusershell=yes
| gl_cv_have_raw_decl_sleep=yes
| gl_cv_have_raw_decl_srandom=yes
| gl_cv_have_raw_decl_srandom_r=yes
| gl_cv_have_raw_decl_stpcpy=yes
| gl_cv_have_raw_decl_stpncpy=yes
| gl_cv_have_raw_decl_strcasestr=yes
| gl_cv_have_raw_decl_strchrnul=yes
| gl_cv_have_raw_decl_strdup=yes
| gl_cv_have_raw_decl_strerror_r=yes
| gl_cv_have_raw_decl_strncat=yes
| gl_cv_have_raw_decl_strndup=yes
| gl_cv_have_raw_decl_strnlen=yes
| gl_cv_have_raw_decl_strpbrk=yes
| gl_cv_have_raw_decl_strsep=yes
| gl_cv_have_raw_decl_strsignal=yes
| gl_cv_have_raw_decl_strtod=yes
| gl_cv_have_raw_decl_strtok_r=yes
| gl_cv_have_raw_decl_strtoll=yes
| gl_cv_have_raw_decl_strtoull=yes
| gl_cv_have_raw_decl_strverscmp=yes
| gl_cv_have_raw_decl_symlink=yes
| gl_cv_have_raw_decl_symlinkat=yes
| gl_cv_have_raw_decl_towctrans=yes
| gl_cv_have_raw_decl_ttyname_r=yes
| gl_cv_have_raw_decl_unlink=yes
| gl_cv_have_raw_decl_unlinkat=yes
| gl_cv_have_raw_decl_unlockpt=yes
| gl_cv_have_raw_decl_unsetenv=yes
| gl_cv_have_raw_decl_usleep=yes
| gl_cv_have_raw_decl_wcpcpy=yes
| gl_cv_have_raw_decl_wcpncpy=yes
| gl_cv_have_raw_decl_wcrtomb=yes
| gl_cv_have_raw_decl_wcscasecmp=yes
| gl_cv_have_raw_decl_wcscat=yes
| gl_cv_have_raw_decl_wcschr=yes
| gl_cv_have_raw_decl_wcscmp=yes
| gl_cv_have_raw_decl_wcscoll=yes
| gl_cv_have_raw_decl_wcscpy=yes
| gl_cv_have_raw_decl_wcscspn=yes
| gl_cv_have_raw_decl_wcsdup=yes
| gl_cv_have_raw_decl_wcslen=yes
| gl_cv_have_raw_decl_wcsncasecmp=yes
| gl_cv_have_raw_decl_wcsncat=yes
| gl_cv_have_raw_decl_wcsncmp=yes
| gl_cv_have_raw_decl_wcsncpy=yes
| gl_cv_have_raw_decl_wcsnlen=yes
| gl_cv_have_raw_decl_wcsnrtombs=yes
| gl_cv_have_raw_decl_wcspbrk=yes
| gl_cv_have_raw_decl_wcsrchr=yes
| gl_cv_have_raw_decl_wcsrtombs=yes
| gl_cv_have_raw_decl_wcsspn=yes
| gl_cv_have_raw_decl_wcsstr=yes
| gl_cv_have_raw_decl_wcstok=yes
| gl_cv_have_raw_decl_wcswidth=yes
| gl_cv_have_raw_decl_wcsxfrm=yes
| gl_cv_have_raw_decl_wctob=yes
| gl_cv_have_raw_decl_wctrans=yes
| gl_cv_have_raw_decl_wctype=yes
| gl_cv_have_raw_decl_wcwidth=yes
| gl_cv_have_raw_decl_wmemchr=yes
| gl_cv_have_raw_decl_wmemcmp=yes
| gl_cv_have_raw_decl_wmemcpy=yes
| gl_cv_have_raw_decl_wmemmove=yes
| gl_cv_have_raw_decl_wmemset=yes
| gl_cv_header_limits_width=no
| gl_cv_header_stdint_predates_cxx11_h=no
| gl_cv_header_stdint_width=no
| gl_cv_header_wchar_h_correct_inline=yes
| gl_cv_header_working_fcntl_h=yes
| gl_cv_header_working_stdint_h=yes
| gl_cv_next_limits_h='<limits.h>'
| gl_cv_next_stdint_h='<stdint.h>'
| gl_cv_next_stdlib_h='<stdlib.h>'
| gl_cv_next_string_h='<string.h>'
| gl_cv_next_sys_types_h='<sys/types.h>'
| gl_cv_next_unistd_h='<unistd.h>'
| gl_cv_next_wchar_h='<wchar.h>'
| gl_cv_next_wctype_h='<wctype.h>'
| gl_cv_pragma_columns=no
| gl_cv_rpl_alloca=yes
| gl_cv_type_wctrans_t=yes
| gl_cv_type_wctype_t=yes
| grad_cv_radius=no
| gt_cv_c_wchar_t=yes
| gt_cv_c_wint_t=yes
| gt_cv_func_CFLocaleCopyCurrent=no
| gt_cv_func_CFPreferencesCopyAppValue=no
| gt_cv_func_gnugettext2_libc=yes
| gt_cv_locale_fr_utf8=none
| gt_cv_locale_ja=none
| gt_cv_locale_zh_CN=none
| gt_cv_ssize_t=yes
| gt_cv_var_environ_declaration=yes
| lt_cv_ar_at_file=@
| lt_cv_archive_cmds_need_lc=no
| lt_cv_deplibs_check_method=pass_all
| lt_cv_dlopen=dlopen
| lt_cv_dlopen_libs=-ldl
| lt_cv_dlopen_self=yes
| lt_cv_dlopen_self_static=no
| lt_cv_file_magic_cmd='$MAGIC_CMD'
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_nm_interface='BSD nm'
| lt_cv_objdir=.libs
| lt_cv_path_LD=/usr/bin/ld
| lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
| lt_cv_path_NM='/usr/bin/nm -B'
| lt_cv_path_mainfest_tool=no
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_c_o_CXX=yes
| lt_cv_prog_compiler_pic='-fPIC -DPIC'
| lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
| lt_cv_prog_compiler_pic_works=yes
| lt_cv_prog_compiler_pic_works_CXX=yes
| lt_cv_prog_compiler_rtti_exceptions=no
| lt_cv_prog_compiler_static_works=yes
| lt_cv_prog_compiler_static_works_CXX=yes
| lt_cv_prog_gnu_ld=yes
| lt_cv_prog_gnu_ldcxx=yes
| lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
| lt_cv_shlibpath_overrides_runpath=no
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
| lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
| lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
| lt_cv_sys_max_cmd_len=1572864
| lt_cv_to_host_file_cmd=func_convert_file_noop
| lt_cv_to_tool_file_cmd=func_convert_file_noop
| mailutils_cv_hdr_path_dev='<paths.h>'
| mailutils_cv_hdr_path_devnull='<paths.h>'
| mailutils_cv_hdr_path_maildir='<paths.h>'
| mailutils_cv_hdr_path_sendmail='<paths.h>'
| mailutils_cv_hdr_path_tty='<paths.h>'
| mailutils_cv_hdr_path_tty_pfx='<paths.h>'
| mailutils_cv_hdr_path_utmp='<paths.h>'
| mailutils_cv_hdr_path_utmpx='<utmpx.h>'
| mailutils_cv_hdr_path_wtmp='<paths.h>'
| mailutils_cv_hdr_sym_path_dev=_PATH_DEV
| mailutils_cv_hdr_sym_path_devnull=_PATH_DEVNULL
| mailutils_cv_hdr_sym_path_maildir=_PATH_MAILDIR
| mailutils_cv_hdr_sym_path_sendmail=_PATH_SENDMAIL
| mailutils_cv_hdr_sym_path_tty=_PATH_TTY
| mailutils_cv_hdr_sym_path_tty_pfx=_PATH_DEV
| mailutils_cv_hdr_sym_path_utmp=_PATH_UTMP
| mailutils_cv_hdr_sym_path_utmpx=_PATH_UTMPX
| mailutils_cv_hdr_sym_path_wtmp=_PATH_WTMP
| mu_cv_enable_build_comsat=yes
| mu_cv_enable_build_dotlock=yes
| mu_cv_enable_build_frm=yes
| mu_cv_enable_build_imap4d=yes
| mu_cv_enable_build_maidag=yes
| mu_cv_enable_build_mail=yes
| mu_cv_enable_build_messages=yes
| mu_cv_enable_build_mh=yes
| mu_cv_enable_build_mimeview=yes
| mu_cv_enable_build_movemail=yes
| mu_cv_enable_build_pop3d=yes
| mu_cv_enable_build_readmsg=yes
| mu_cv_enable_build_sieve=yes
| mu_cv_enable_cxx=no
| mu_cv_enable_imap=yes
| mu_cv_enable_maildir=yes
| mu_cv_enable_mh=yes
| mu_cv_enable_nntp=no
| mu_cv_enable_pop=yes
| mu_cv_enable_prog=yes
| mu_cv_enable_radius=no
| mu_cv_enable_sendmail=yes
| mu_cv_enable_smtp=yes
| mu_cv_enable_virtual_domains=yes
| mu_cv_lib_gnutls=no
| mu_cv_lib_gsasl=no
|
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
|
| ACLOCAL='${SHELL} /home/sombody/Downloads/mailutils-3.1.1/build-aux/missing aclocal-1.14'
| ALLOCA=''
| ALLOCA_H='alloca.h'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='$${TAR-tar}'
| AM_BACKSLASH='\'
| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
| AM_DEFAULT_VERBOSITY='0'
| AM_V='$(V)'
| APPLE_UNIVERSAL_BUILD='0'
| AR='ar'
| ARFLAGS='cr'
| AUTOCONF='${SHELL} /home/sombody/Downloads/mailutils-3.1.1/build-aux/missing autoconf'
| AUTOHEADER='${SHELL} /home/sombody/Downloads/mailutils-3.1.1/build-aux/missing autoheader'
| AUTOM4TE='${SHELL} /home/sombody/Downloads/mailutils-3.1.1/build-aux/missing autom4te'
| AUTOMAKE='${SHELL} /home/sombody/Downloads/mailutils-3.1.1/build-aux/missing automake-1.14'
| AWK='mawk'
| BITSIZEOF_PTRDIFF_T=''
| BITSIZEOF_SIG_ATOMIC_T=''
| BITSIZEOF_SIZE_T=''
| BITSIZEOF_WCHAR_T=''
| BITSIZEOF_WINT_T=''
| BUILD_SQL=''
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-g -Wall -Wdeclaration-after-statement -ggdb'
| CPP='gcc -E'
| CPPFLAGS=' -DSYSCONFDIR=\"$(sysconfdir)\"'
| CURSES_LIBS=''
| CXX='g++'
| CXXCPP='g++ -E'
| CXXDEPMODE='depmode=gcc3'
| CXXFLAGS='-g -O2'
| CYGPATH_W='echo'
| DBMINCLUDES=''
| DBMLIBS=''
| DBMLIB_DEPENDENCY=''
| DEFAULT_CUPS_CONFDIR='$(sysconfdir)/cups'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DLLTOOL='false'
| DSYMUTIL=''
| DUMPBIN=''
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/bin/grep -E'
| EMACS='no'
| EMACSLOADPATH=''
| EXEEXT=''
| FGREP='/bin/grep -F'
| FRIBIDI_LIBS=''
| GETTEXT_MACRO_VERSION='0.19'
| GINT_COND_DOC_DISTRIB_FALSE=''
| GINT_COND_DOC_DISTRIB_TRUE='#'
| GINT_COND_DOC_FALSE='#'
| GINT_COND_DOC_TRUE=''
| GINT_COND_GUILE_OK_FALSE=''
| GINT_COND_GUILE_OK_TRUE='#'
| GINT_COND_INC_FALSE=''
| GINT_COND_INC_TRUE='#'
| GINT_COND_SNARF_DOC_FILTER_FALSE=''
| GINT_COND_SNARF_DOC_FILTER_TRUE='#'
| GINT_INCLUDES=''
| GINT_LDADD=''
| GINT_MODULE_DIR='gint'
| GLIBC21='yes'
| GL_COND_LIBTOOL_FALSE='#'
| GL_COND_LIBTOOL_TRUE=''
| GL_GENERATE_ALLOCA_H_FALSE='#'
| GL_GENERATE_ALLOCA_H_TRUE=''
| GL_GENERATE_LIMITS_H_FALSE='#'
| GL_GENERATE_LIMITS_H_TRUE=''
| GL_GENERATE_STDBOOL_H_FALSE=''
| GL_GENERATE_STDBOOL_H_TRUE='#'
| GL_GENERATE_STDDEF_H_FALSE=''
| GL_GENERATE_STDDEF_H_TRUE='#'
| GL_GENERATE_STDINT_H_FALSE='#'
| GL_GENERATE_STDINT_H_TRUE=''
| GMSGFMT='/usr/bin/msgfmt'
| GMSGFMT_015='/usr/bin/msgfmt'
| GNULIB_ATOLL='0'
| GNULIB_BTOWC='0'
| GNULIB_CALLOC_POSIX='0'
| GNULIB_CANONICALIZE_FILE_NAME='0'
| GNULIB_CHDIR='0'
| GNULIB_CHOWN='0'
| GNULIB_CLOSE='0'
| GNULIB_DUP2='0'
| GNULIB_DUP3='0'
| GNULIB_DUP='0'
| GNULIB_ENVIRON='1'
| GNULIB_EUIDACCESS='0'
| GNULIB_FACCESSAT='0'
| GNULIB_FCHDIR='0'
| GNULIB_FCHOWNAT='0'
| GNULIB_FDATASYNC='0'
| GNULIB_FFSL='0'
| GNULIB_FFSLL='0'
| GNULIB_FSYNC='0'
| GNULIB_FTRUNCATE='0'
| GNULIB_GETCWD='0'
| GNULIB_GETDOMAINNAME='0'
| GNULIB_GETDTABLESIZE='0'
| GNULIB_GETGROUPS='0'
| GNULIB_GETHOSTNAME='0'
| GNULIB_GETLOADAVG='0'
| GNULIB_GETLOGIN='0'
| GNULIB_GETLOGIN_R='0'
| GNULIB_GETPAGESIZE='0'
| GNULIB_GETSUBOPT='0'
| GNULIB_GETUSERSHELL='0'
| GNULIB_GRANTPT='0'
| GNULIB_GROUP_MEMBER='0'
| GNULIB_ISATTY='0'
| GNULIB_ISWBLANK='1'
| GNULIB_ISWCTYPE='0'
| GNULIB_LCHOWN='0'
| GNULIB_LINK='0'
| GNULIB_LINKAT='0'
| GNULIB_LSEEK='0'
| GNULIB_MALLOC_POSIX='0'
| GNULIB_MBRLEN='0'
| GNULIB_MBRTOWC='1'
| GNULIB_MBSCASECMP='0'
| GNULIB_MBSCASESTR='0'
| GNULIB_MBSCHR='0'
| GNULIB_MBSCSPN='0'
| GNULIB_MBSINIT='1'
| GNULIB_MBSLEN='1'
| GNULIB_MBSNCASECMP='0'
| GNULIB_MBSNLEN='0'
| GNULIB_MBSNRTOWCS='0'
| GNULIB_MBSPBRK='0'
| GNULIB_MBSPCASECMP='0'
| GNULIB_MBSRCHR='0'
| GNULIB_MBSRTOWCS='0'
| GNULIB_MBSSEP='0'
| GNULIB_MBSSPN='0'
| GNULIB_MBSSTR='0'
| GNULIB_MBSTOK_R='0'
| GNULIB_MBTOWC='0'
| GNULIB_MEMCHR='1'
| GNULIB_MEMMEM='0'
| GNULIB_MEMPCPY='0'
| GNULIB_MEMRCHR='0'
| GNULIB_MKDTEMP='0'
| GNULIB_MKOSTEMP='0'
| GNULIB_MKOSTEMPS='0'
| GNULIB_MKSTEMP='0'
| GNULIB_MKSTEMPS='0'
| GNULIB_PIPE2='0'
| GNULIB_PIPE='0'
| GNULIB_POSIX_OPENPT='0'
| GNULIB_PREAD='0'
| GNULIB_PTSNAME='0'
| GNULIB_PTSNAME_R='0'
| GNULIB_PUTENV='0'
| GNULIB_PWRITE='0'
| GNULIB_QSORT_R='0'
| GNULIB_RANDOM='0'
| GNULIB_RANDOM_R='0'
| GNULIB_RAWMEMCHR='0'
| GNULIB_READ='0'
| GNULIB_READLINK='0'
| GNULIB_READLINKAT='0'
| GNULIB_REALLOC_POSIX='0'
| GNULIB_REALPATH='0'
| GNULIB_RMDIR='0'
| GNULIB_RPMATCH='0'
| GNULIB_SECURE_GETENV='0'
| GNULIB_SETENV='1'
| GNULIB_SETHOSTNAME='0'
| GNULIB_SLEEP='0'
| GNULIB_STPCPY='0'
| GNULIB_STPNCPY='0'
| GNULIB_STRCASESTR='0'
| GNULIB_STRCHRNUL='0'
| GNULIB_STRDUP='0'
| GNULIB_STRERROR='0'
| GNULIB_STRERROR_R='0'
| GNULIB_STRNCAT='0'
| GNULIB_STRNDUP='0'
| GNULIB_STRNLEN='0'
| GNULIB_STRPBRK='0'
| GNULIB_STRSEP='0'
| GNULIB_STRSIGNAL='0'
| GNULIB_STRSTR='0'
| GNULIB_STRTOD='0'
| GNULIB_STRTOK_R='0'
| GNULIB_STRTOLL='0'
| GNULIB_STRTOULL='0'
| GNULIB_STRVERSCMP='0'
| GNULIB_SYMLINK='0'
| GNULIB_SYMLINKAT='0'
| GNULIB_SYSTEM_POSIX='0'
| GNULIB_TOWCTRANS='0'
| GNULIB_TTYNAME_R='0'
| GNULIB_UNISTD_H_NONBLOCKING='0'
| GNULIB_UNISTD_H_SIGPIPE='0'
| GNULIB_UNLINK='0'
| GNULIB_UNLINKAT='0'
| GNULIB_UNLOCKPT='0'
| GNULIB_UNSETENV='0'
| GNULIB_USLEEP='0'
| GNULIB_WCPCPY='0'
| GNULIB_WCPNCPY='0'
| GNULIB_WCRTOMB='0'
| GNULIB_WCSCASECMP='0'
| GNULIB_WCSCAT='0'
| GNULIB_WCSCHR='0'
| GNULIB_WCSCMP='0'
| GNULIB_WCSCOLL='0'
| GNULIB_WCSCPY='0'
| GNULIB_WCSCSPN='0'
| GNULIB_WCSDUP='0'
| GNULIB_WCSLEN='0'
| GNULIB_WCSNCASECMP='0'
| GNULIB_WCSNCAT='0'
| GNULIB_WCSNCMP='0'
| GNULIB_WCSNCPY='0'
| GNULIB_WCSNLEN='0'
| GNULIB_WCSNRTOMBS='0'
| GNULIB_WCSPBRK='0'
| GNULIB_WCSRCHR='0'
| GNULIB_WCSRTOMBS='0'
| GNULIB_WCSSPN='0'
| GNULIB_WCSSTR='0'
| GNULIB_WCSTOK='0'
| GNULIB_WCSWIDTH='0'
| GNULIB_WCSXFRM='0'
| GNULIB_WCTOB='0'
| GNULIB_WCTOMB='0'
| GNULIB_WCTRANS='0'
| GNULIB_WCTYPE='0'
| GNULIB_WCWIDTH='1'
| GNULIB_WMEMCHR='0'
| GNULIB_WMEMCMP='0'
| GNULIB_WMEMCPY='0'
| GNULIB_WMEMMOVE='0'
| GNULIB_WMEMSET='0'
| GNULIB_WRITE='0'
| GNULIB__EXIT='0'
| GNU_RADIUS_LIBS=''
| GNU_RADIUS_VERSION=''
| GNU_RADIUS_VERSION_NUMBER=''
| GREP='/bin/grep'
| GUILE_BINDIR=''
| GUILE_CONFIG='no'
| GUILE_INCLUDES=''
| GUILE_LIBS=''
| GUILE_SITE=''
| GUILE_SNARF=''
| GUILE_TOOLS=''
| GUILE_VERSION=''
| GUILE_VERSION_NUMBER=''
| HAVE_ATOLL='1'
| HAVE_BTOWC='1'
| HAVE_C99_STDINT_H='1'
| HAVE_CANONICALIZE_FILE_NAME='1'
| HAVE_CHOWN='1'
| HAVE_DECL_ENVIRON='1'
| HAVE_DECL_FCHDIR='1'
| HAVE_DECL_FDATASYNC='1'
| HAVE_DECL_GETDOMAINNAME='1'
| HAVE_DECL_GETLOADAVG='1'
| HAVE_DECL_GETLOGIN_R='1'
| HAVE_DECL_GETPAGESIZE='1'
| HAVE_DECL_GETUSERSHELL='1'
| HAVE_DECL_MEMMEM='1'
| HAVE_DECL_MEMRCHR='1'
| HAVE_DECL_SETENV='1'
| HAVE_DECL_SETHOSTNAME='1'
| HAVE_DECL_STRDUP='1'
| HAVE_DECL_STRERROR_R='1'
| HAVE_DECL_STRNDUP='1'
| HAVE_DECL_STRNLEN='1'
| HAVE_DECL_STRSIGNAL='1'
| HAVE_DECL_STRTOK_R='1'
| HAVE_DECL_TTYNAME_R='1'
| HAVE_DECL_UNSETENV='1'
| HAVE_DECL_WCTOB='1'
| HAVE_DECL_WCWIDTH='1'
| HAVE_DUP2='1'
| HAVE_DUP3='1'
| HAVE_EUIDACCESS='1'
| HAVE_FACCESSAT='1'
| HAVE_FCHDIR='1'
| HAVE_FCHOWNAT='1'
| HAVE_FDATASYNC='1'
| HAVE_FEATURES_H='1'
| HAVE_FFSL='1'
| HAVE_FFSLL='1'
| HAVE_FSYNC='1'
| HAVE_FTRUNCATE='1'
| HAVE_GETDTABLESIZE='1'
| HAVE_GETGROUPS='1'
| HAVE_GETHOSTNAME='1'
| HAVE_GETLOGIN='1'
| HAVE_GETPAGESIZE='1'
| HAVE_GETSUBOPT='1'
| HAVE_GRANTPT='1'
| HAVE_GROUP_MEMBER='1'
| HAVE_INTTYPES_H='1'
| HAVE_ISWBLANK='1'
| HAVE_ISWCNTRL='1'
| HAVE_LCHOWN='1'
| HAVE_LINK='1'
| HAVE_LINKAT='1'
| HAVE_LONG_LONG_INT='1'
| HAVE_MAX_ALIGN_T='1'
| HAVE_MBRLEN='1'
| HAVE_MBRTOWC='1'
| HAVE_MBSINIT='1'
| HAVE_MBSLEN='0'
| HAVE_MBSNRTOWCS='1'
| HAVE_MBSRTOWCS='1'
| HAVE_MEMCHR='1'
| HAVE_MEMPCPY='1'
| HAVE_MKDTEMP='1'
| HAVE_MKOSTEMP='1'
| HAVE_MKOSTEMPS='1'
| HAVE_MKSTEMP='1'
| HAVE_MKSTEMPS='1'
| HAVE_OS_H='0'
| HAVE_PIPE2='1'
| HAVE_PIPE='1'
| HAVE_POSIX_OPENPT='1'
| HAVE_PREAD='1'
| HAVE_PTSNAME='1'
| HAVE_PTSNAME_R='1'
| HAVE_PWRITE='1'
| HAVE_RANDOM='1'
| HAVE_RANDOM_H='1'
| HAVE_RANDOM_R='1'
| HAVE_RAWMEMCHR='1'
| HAVE_READLINK='1'
| HAVE_READLINKAT='1'
| HAVE_REALPATH='1'
| HAVE_RPMATCH='1'
| HAVE_SECURE_GETENV='1'
| HAVE_SETENV='1'
| HAVE_SETHOSTNAME='1'
| HAVE_SIGNED_SIG_ATOMIC_T=''
| HAVE_SIGNED_WCHAR_T=''
| HAVE_SIGNED_WINT_T=''
| HAVE_SLEEP='1'
| HAVE_STDINT_H='1'
| HAVE_STPCPY='1'
| HAVE_STPNCPY='1'
| HAVE_STRCASESTR='1'
| HAVE_STRCHRNUL='1'
| HAVE_STRPBRK='1'
| HAVE_STRSEP='1'
| HAVE_STRTOD='1'
| HAVE_STRTOLL='1'
| HAVE_STRTOULL='1'
| HAVE_STRUCT_RANDOM_DATA='1'
| HAVE_STRVERSCMP='1'
| HAVE_SYMLINK='1'
| HAVE_SYMLINKAT='1'
| HAVE_SYS_BITYPES_H='0'
| HAVE_SYS_INTTYPES_H='0'
| HAVE_SYS_LOADAVG_H='0'
| HAVE_SYS_PARAM_H='0'
| HAVE_SYS_TYPES_H='1'
| HAVE_UNISTD_H='1'
| HAVE_UNLINKAT='1'
| HAVE_UNLOCKPT='1'
| HAVE_UNSIGNED_LONG_LONG_INT='1'
| HAVE_USLEEP='1'
| HAVE_WCHAR_H='1'
| HAVE_WCHAR_T='1'
| HAVE_WCPCPY='1'
| HAVE_WCPNCPY='1'
| HAVE_WCRTOMB='1'
| HAVE_WCSCASECMP='1'
| HAVE_WCSCAT='1'
| HAVE_WCSCHR='1'
| HAVE_WCSCMP='1'
| HAVE_WCSCOLL='1'
| HAVE_WCSCPY='1'
| HAVE_WCSCSPN='1'
| HAVE_WCSDUP='1'
| HAVE_WCSLEN='1'
| HAVE_WCSNCASECMP='1'
| HAVE_WCSNCAT='1'
| HAVE_WCSNCMP='1'
| HAVE_WCSNCPY='1'
| HAVE_WCSNLEN='1'
| HAVE_WCSNRTOMBS='1'
| HAVE_WCSPBRK='1'
| HAVE_WCSRCHR='1'
| HAVE_WCSRTOMBS='1'
| HAVE_WCSSPN='1'
| HAVE_WCSSTR='1'
| HAVE_WCSTOK='1'
| HAVE_WCSWIDTH='1'
| HAVE_WCSXFRM='1'
| HAVE_WCTRANS_T='1'
| HAVE_WCTYPE_H='1'
| HAVE_WCTYPE_T='1'
| HAVE_WINT_T='1'
| HAVE_WMEMCHR='1'
| HAVE_WMEMCMP='1'
| HAVE_WMEMCPY='1'
| HAVE_WMEMMOVE='1'
| HAVE_WMEMSET='1'
| HAVE__BOOL='1'
| HAVE__EXIT='1'
| IMPRIMATUR_COND_DIST_INFO_FALSE=''
| IMPRIMATUR_COND_DIST_INFO_TRUE='#'
| IMPRIMATUR_COND_FRENCHSPACING_FALSE=''
| IMPRIMATUR_COND_FRENCHSPACING_TRUE='#'
| IMPRIMATUR_COND_MAKEDOC_FALSE=''
| IMPRIMATUR_COND_MAKEDOC_TRUE='#'
| IMPRIMATUR_MAKEINFOFLAGS='-I $(top_srcdir)/doc/imprimatur -D $(RENDITION)'
| IMPRIMATUR_MODULE_DIR='doc/imprimatur'
| INCLUDE_NEXT='include_next'
| INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| INTLLIBS=''
| INTL_MACOSX_LIBS=''
| KRB5CFGPATH=''
| LD='/usr/bin/ld -m elf_x86_64'
| LDFLAGS=''
| LEX='${SHELL} /home/sombody/Downloads/mailutils-3.1.1/build-aux/missing flex'
| LEXLIB=''
| LEX_OUTPUT_ROOT=''
| LIBICONV=''
| LIBINTL=''
| LIBMU_SCM=''
| LIBMU_SCM_DEPS=''
| LIBOBJS=''
| LIBS='-lcrypt -lpthread'
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#'
| LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''
| LIBUNISTRING_UNITYPES_H='unitypes.h'
| LIBUNISTRING_UNIWIDTH_H='uniwidth.h'
| LIMITS_H='limits.h'
| LIPO=''
| LN_S='ln -s'
| LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/lib/gnu"'
| LOCALE_FR_UTF8='none'
| LOCALE_JA='none'
| LOCALE_ZH_CN='none'
| LTDL_LIB=''
| LTLIBICONV=''
| LTLIBINTL=''
| LTLIBOBJS=''
| MAILBINDIR='${bindir}'
| MAKEINFO='${SHELL} /home/sombody/Downloads/mailutils-3.1.1/build-aux/missing makeinfo'
| MANIFEST_TOOL=':'
| MH_BIN_DIR='${exec_prefix}/bin/mu-mh'
| MKDIR_P='/bin/mkdir -p'
| MSGFMT='/usr/bin/msgfmt'
| MSGFMT_015='/usr/bin/msgfmt'
| MSGMERGE='/usr/bin/msgmerge'
| MU_APP_COMMON_INCLUDES='-I${srcdir} -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/lib/gnu -I${top_builddir}/lib/gnu -I${top_builddir} -I${top_builddir}/include'
| MU_APP_LIBRARIES='${top_builddir}/lib/libmuaux.la'
| MU_AUTHINCS=''
| MU_AUTHLIBS=''
| MU_AUTHLIBS_DEPENDENCY='../libmu_auth/libmu_auth.la'
| MU_COMMON_LIBRARIES='$(LTLIBINTL) $(LTLIBICONV)'
| MU_COND_COMSAT_FALSE='#'
| MU_COND_COMSAT_TRUE=''
| MU_COND_DBM_FALSE=''
| MU_COND_DBM_TRUE='#'
| MU_COND_DOTLOCK_FALSE='#'
| MU_COND_DOTLOCK_TRUE=''
| MU_COND_FRM_FALSE='#'
| MU_COND_FRM_TRUE=''
| MU_COND_GSASL_FALSE=''
| MU_COND_GSASL_TRUE='#'
| MU_COND_GSSAPI_FALSE=''
| MU_COND_GSSAPI_TRUE='#'
| MU_COND_IMAP4D_FALSE='#'
| MU_COND_IMAP4D_TRUE=''
| MU_COND_LIBMU_SCM_FALSE=''
| MU_COND_LIBMU_SCM_TRUE='#'
| MU_COND_MAIDAG_FALSE='#'
| MU_COND_MAIDAG_TRUE=''
| MU_COND_MAIL_FALSE='#'
| MU_COND_MAIL_TRUE=''
| MU_COND_MESSAGES_FALSE='#'
| MU_COND_MESSAGES_TRUE=''
| MU_COND_MH_FALSE='#'
| MU_COND_MH_TRUE=''
| MU_COND_MIMEVIEW_FALSE='#'
| MU_COND_MIMEVIEW_TRUE=''
| MU_COND_MOVEMAIL_FALSE='#'
| MU_COND_MOVEMAIL_TRUE=''
| MU_COND_POP3D_FALSE='#'
| MU_COND_POP3D_TRUE=''
| MU_COND_PYTHON_FALSE=''
| MU_COND_PYTHON_TRUE='#'
| MU_COND_READLINE_FALSE=''
| MU_COND_READLINE_TRUE='#'
| MU_COND_READMSG_FALSE='#'
| MU_COND_READMSG_TRUE=''
| MU_COND_SIEVE_FALSE='#'
| MU_COND_SIEVE_TRUE=''
| MU_COND_SUPPORT_CXX_FALSE=''
| MU_COND_SUPPORT_CXX_TRUE='#'
| MU_COND_SUPPORT_IMAP_FALSE='#'
| MU_COND_SUPPORT_IMAP_TRUE=''
| MU_COND_SUPPORT_MAILDIR_FALSE='#'
| MU_COND_SUPPORT_MAILDIR_TRUE=''
| MU_COND_SUPPORT_MH_FALSE='#'
| MU_COND_SUPPORT_MH_TRUE=''
| MU_COND_SUPPORT_NNTP_FALSE=''
| MU_COND_SUPPORT_NNTP_TRUE='#'
| MU_COND_SUPPORT_POP_FALSE='#'
| MU_COND_SUPPORT_POP_TRUE=''
| MU_COND_SUPPORT_PROG_FALSE='#'
| MU_COND_SUPPORT_PROG_TRUE=''
| MU_COND_SUPPORT_RADIUS_FALSE=''
| MU_COND_SUPPORT_RADIUS_TRUE='#'
| MU_COND_SUPPORT_SENDMAIL_FALSE='#'
| MU_COND_SUPPORT_SENDMAIL_TRUE=''
| MU_COND_SUPPORT_SMTP_FALSE='#'
| MU_COND_SUPPORT_SMTP_TRUE=''
| MU_COND_SUPPORT_VIRTUAL_DOMAINS_FALSE='#'
| MU_COND_SUPPORT_VIRTUAL_DOMAINS_TRUE=''
| MU_CXX_EXAMPLES_BUILD=''
| MU_DEFAULT_RECORD='mu_mbox_record'
| MU_DEFAULT_SCHEME='mbox'
| MU_GUILE_SIEVE_MOD_DIR=''
| MU_LIB_AUTH='${top_builddir}/libmu_auth/libmu_auth.la'
| MU_LIB_COMMON_INCLUDES='-I${top_builddir} -I${top_srcdir}/include -I${top_builddir}/include'
| MU_LIB_CPP=''
| MU_LIB_IMAP='${top_builddir}/libproto/imap/libmu_imap.la'
| MU_LIB_MAILDIR='${top_builddir}/libproto/maildir/libmu_maildir.la'
| MU_LIB_MAILER='${top_builddir}/libproto/mailer/libmu_mailer.la'
| MU_LIB_MAILUTILS='${top_builddir}/libmailutils/libmailutils.la'
| MU_LIB_MBOX='${top_builddir}/libproto/mbox/libmu_mbox.la'
| MU_LIB_MH='${top_builddir}/libproto/mh/libmu_mh.la'
| MU_LIB_NNTP=''
| MU_LIB_POP='${top_builddir}/libproto/pop/libmu_pop.la'
| MU_LIB_PY=''
| MU_LIB_SCM=''
| MU_LIB_SIEVE='${top_builddir}/libmu_sieve/libmu_sieve.la'
| MU_LIB_SQL='${top_builddir}/sql/libsql.la'
| MU_LINK_POSTFLAGS=''
| MU_OFF_TYPE='long'
| MU_SIEVE_MODDIR='$(libdir)/$(PACKAGE)'
| MU_SMTP_DEJATOOL='$(SMTP_DEJATOOL)'
| MU_SMTP_PROGRAMS_BUILD='$(MU_SMTP_PROGRAMS_LIST)'
| MU_TCPWRAP_LIBRARIES='${top_builddir}/lib/libmutcpwrap.a '
| MU_ULONG_MAX_1='18446744073709551614'
| MYSQLLIBS=''
| NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='<limits.h>'
| NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
| NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
| NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
| NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
| NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>'
| NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
| NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>'
| NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>'
| NEXT_LIMITS_H='<limits.h>'
| NEXT_STDDEF_H=''
| NEXT_STDINT_H='<stdint.h>'
| NEXT_STDLIB_H='<stdlib.h>'
| NEXT_STRING_H='<string.h>'
| NEXT_SYS_TYPES_H='<sys/types.h>'
| NEXT_UNISTD_H='<unistd.h>'
| NEXT_WCHAR_H='<wchar.h>'
| NEXT_WCTYPE_H='<wctype.h>'
| NM='/usr/bin/nm -B'
| NMEDIT=''
| OBJDUMP='objdump'
| OBJEXT='o'
| ODBCLIBS=''
| OTOOL64=''
| OTOOL=''
| PACKAGE='mailutils'
| PACKAGE_BUGREPORT='bug-***@gnu.org'
| PACKAGE_NAME='GNU Mailutils'
| PACKAGE_STRING='GNU Mailutils 3.1.1'
| PACKAGE_TARNAME='mailutils'
| PACKAGE_URL='http://mailutils.org'
| PACKAGE_VERSION='3.1.1'
| PATH_SEPARATOR=':'
| POPAUTH=''
| POSUB='po'
| PRAGMA_COLUMNS=''
| PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
| PTRDIFF_T_SUFFIX=''
| PYTHON='/usr/bin/python'
| PYTHON_CONFIG=''
| PYTHON_EXEC_DIR=''
| PYTHON_EXEC_PREFIX='${exec_prefix}'
| PYTHON_INCLUDES=''
| PYTHON_LIBS=''
| PYTHON_PLATFORM='linux2'
| PYTHON_PREFIX='${prefix}'
| PYTHON_SITE_DIR=''
| PYTHON_VERSION='2.7'
| RANLIB='ranlib'
| READLINE_LIBS=''
| RENDITION='DISTRIB'
| REPLACE_BTOWC='0'
| REPLACE_CALLOC='0'
| REPLACE_CANONICALIZE_FILE_NAME='0'
| REPLACE_CHOWN='0'
| REPLACE_CLOSE='0'
| REPLACE_DUP2='0'
| REPLACE_DUP='0'
| REPLACE_FCHOWNAT='0'
| REPLACE_FTRUNCATE='0'
| REPLACE_GETCWD='0'
| REPLACE_GETDOMAINNAME='0'
| REPLACE_GETDTABLESIZE='0'
| REPLACE_GETGROUPS='0'
| REPLACE_GETLOGIN_R='0'
| REPLACE_GETPAGESIZE='0'
| REPLACE_ISATTY='0'
| REPLACE_ISWBLANK='0'
| REPLACE_ISWCNTRL='0'
| REPLACE_LCHOWN='0'
| REPLACE_LINK='0'
| REPLACE_LINKAT='0'
| REPLACE_LSEEK='0'
| REPLACE_MALLOC='0'
| REPLACE_MBRLEN='0'
| REPLACE_MBRTOWC='1'
| REPLACE_MBSINIT='0'
| REPLACE_MBSNRTOWCS='0'
| REPLACE_MBSRTOWCS='0'
| REPLACE_MBSTATE_T='0'
| REPLACE_MBTOWC='0'
| REPLACE_MEMCHR='0'
| REPLACE_MEMMEM='0'
| REPLACE_MKSTEMP='0'
| REPLACE_NULL='0'
| REPLACE_PREAD='0'
| REPLACE_PTSNAME='0'
| REPLACE_PTSNAME_R='0'
| REPLACE_PUTENV='0'
| REPLACE_PWRITE='0'
| REPLACE_QSORT_R='0'
| REPLACE_RANDOM_R='0'
| REPLACE_READ='0'
| REPLACE_READLINK='0'
| REPLACE_READLINKAT='0'
| REPLACE_REALLOC='0'
| REPLACE_REALPATH='0'
| REPLACE_RMDIR='0'
| REPLACE_SETENV='0'
| REPLACE_SLEEP='0'
| REPLACE_STPNCPY='0'
| REPLACE_STRCASESTR='0'
| REPLACE_STRCHRNUL='0'
| REPLACE_STRDUP='0'
| REPLACE_STRERROR='0'
| REPLACE_STRERROR_R='0'
| REPLACE_STRNCAT='0'
| REPLACE_STRNDUP='0'
| REPLACE_STRNLEN='0'
| REPLACE_STRSIGNAL='0'
| REPLACE_STRSTR='0'
| REPLACE_STRTOD='0'
| REPLACE_STRTOK_R='0'
| REPLACE_SYMLINK='0'
| REPLACE_SYMLINKAT='0'
| REPLACE_TOWLOWER='0'
| REPLACE_TTYNAME_R='0'
| REPLACE_UNLINK='0'
| REPLACE_UNLINKAT='0'
| REPLACE_UNSETENV='0'
| REPLACE_USLEEP='0'
| REPLACE_WCRTOMB='0'
| REPLACE_WCSNRTOMBS='0'
| REPLACE_WCSRTOMBS='0'
| REPLACE_WCSWIDTH='0'
| REPLACE_WCTOB='0'
| REPLACE_WCTOMB='0'
| REPLACE_WCWIDTH='0'
| REPLACE_WRITE='0'
| SED='/bin/sed'
| SERV_AUTHINCS=''
| SERV_AUTHLIBS=''
| SET_MAKE=''
| SHELL='/bin/bash'
| SIG_ATOMIC_T_SUFFIX=''
| SITE_CRAM_MD5_PWD='$(sysconfdir)/cram-md5.pwd'
| SITE_MAIL_RC='$(sysconfdir)/mail.rc'
| SITE_VIRTUAL_PWDDIR='$(sysconfdir)/domain'
| SIZE_T_SUFFIX=''
| SQLLIB=''
| SQLLIB_DEPENDENCY=''
| SQL_LIBOBJS=''
| SQL_LOADABLE_MODULES=''
| SQL_LTLIBOBJS=''
| SQL_MODULES=''
| STDBOOL_H=''
| STDDEF_H=''
| STDINT_H='stdint.h'
| STRIP='strip'
| UNDEFINE_STRTOK_R='0'
| UNISTD_H_HAVE_WINSOCK2_H='0'
| UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
| USE_NLS='yes'
| VERSION='3.1.1'
| VI_AGE='0'
| VI_CURRENT='5'
| VI_REVISION='1'
| WCHAR_T_SUFFIX=''
| WINDOWS_64_BIT_OFF_T='0'
| WINT_T_SUFFIX=''
| XGETTEXT='/usr/bin/xgettext'
| XGETTEXT_015='/usr/bin/xgettext'
| XGETTEXT_EXTRA_OPTIONS=''
| YACC='yacc'
| YFLAGS=''
| ac_ct_AR='ar'
| ac_ct_CC='gcc'
| ac_ct_CXX='g++'
| ac_ct_DUMPBIN=''
| am__EXEEXT_FALSE=''
| am__EXEEXT_TRUE='#'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__fastdepCXX_FALSE='#'
| am__fastdepCXX_TRUE=''
| am__include='include'
| am__isrc=''
| am__leading_dot='.'
| am__nodep='_no'
| am__quote=''
| am__tar='$${TAR-tar} chof - "$$tardir"'
| am__untar='$${TAR-tar} xf -'
| bindir='${exec_prefix}/bin'
| build='x86_64-pc-linux-gnu'
| build_alias=''
| build_cpu='x86_64'
| build_os='linux-gnu'
| build_vendor='pc'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| gl_LIBOBJS=' mbrtowc.o'
| gl_LTLIBOBJS=' mbrtowc.lo'
| gltests_LIBOBJS=''
| gltests_LTLIBOBJS=''
| gltests_WITNESS='IN_MAILUTILS_GNULIB_TESTS'
| host='x86_64-pc-linux-gnu'
| host_alias=''
| host_cpu='x86_64'
| host_os='linux-gnu'
| host_vendor='pc'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='${SHELL} /home/sombody/Downloads/mailutils-3.1.1/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| lisp_LISP=''
| lispdir='${datadir}/emacs/site-lisp'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='$(MKDIR_P)'
| mu_aux_dir='$(top_srcdir)/mu-aux'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| pkglibexecdir='${libexecdir}/${PACKAGE}'
| pkgpyexecdir='${pyexecdir}/mailutils'
| pkgpythondir='${pythondir}/mailutils'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
| pythondir='${prefix}/lib/python2.7/dist-packages'
| runstatedir='${localstatedir}/run'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
|
| ## ------------------- ##
| ## File substitutions. ##
| ## ------------------- ##
|
| PATHDEFS_H='pathdefs.h'
|
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
|
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.1.1"
| #define PACKAGE_STRING "GNU Mailutils 3.1.1"
| #define PACKAGE_BUGREPORT "bug-***@gnu.org"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.1.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_INITSTATE 1
| #define HAVE_RAW_DECL_INITSTATE_R 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_PTSNAME_R 1
| #define HAVE_RAW_DECL_RANDOM 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SECURE_GETENV 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_SETSTATE 1
| #define HAVE_RAW_DECL_SETSTATE_R 1
| #define HAVE_RAW_DECL_SRANDOM 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_RAW_DECL_UNSETENV 1
| #define HAVE_RAW_DECL_CHDIR 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FDATASYNC 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_ISATTY 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SETHOSTNAME 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_PATHS_H 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| #define MAILUTILS_IPV6 1
| #define HAVE_WCWIDTH 1
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_PROG 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DECL_CRYPT 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_PTHREAD_H 1
| #define WITH_PTHREAD 1
| #define _REENTRANT 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define MU_DEFAULT_SCHEME "mbox"
| #define MU_BUILD_POP3D 1
| #define MU_BUILD_IMAP4D 1
| #define MU_BUILD_COMSAT 1
| #define MU_BUILD_FRM 1
| #define MU_BUILD_MAIDAG 1
| #define MU_BUILD_MAIL 1
| #define MU_BUILD_SIEVE 1
| #define MU_BUILD_MESSAGES 1
| #define MU_BUILD_READMSG 1
| #define MU_BUILD_DOTLOCK 1
| #define MU_BUILD_MOVEMAIL 1
| #define MU_BUILD_MIMEVIEW 1
| #define MU_BUILD_MH 1
|
| configure: exit 0
Sergey Poznyakoff
2017-03-07 20:46:21 UTC
Permalink
Post by Mohsen Qazi
1. strtoc.at:17: testing mu_str_to_c ...
./strtoc.at:18: strtoc
--- /dev/null 2017-03-07 17:21:23.612452068 +0330
+++
/home/sombody/Downloads/mailutils-3.1.1/libmailutils/tests/testsuite.dir/at-groups/1/stderr 2017-03-07 20:02:13.384648686 +0330
@@ -0,0 +1,2 @@
+/usr/bin/ld: cannot open output file
Permission denied
Make sure the directory is readable.

Regards,
Sergey

Loading...