[cups] Cannot get CUPS up at localhost:631

Jim Anderson jim_anderson at jjajava.com
Thu Jun 4 11:00:44 PDT 2015


I was thinking that these log files are not too big. I will just paste 
them into this email.

===========================================
make.log follows
===========================================
1 Using ARCHFLAGS=
   2 Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
   3 Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
   4 Using CC=cc
   5 Using CXX=cc
   6 Using DSOFLAGS=-L../cups  -Wl,-soname,all -shared -Wall 
-Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -Ws 
ign-conversion -Wno-tautological-compare -D_GNU_SOURCE
   7 Using LDFLAGS=-L../cgi-bin -L../cups -L../filter -L../ppdc 
-L../scheduler -fPIE -pie -Wall -Wno-format-y2k -Wunused     -fPIC -Os 
-g -fstack-protector -Wsign-conversion -Wno-tautological-compare 
-D_GNU_SOURCE
   8 Using LIBS=-lcups    -lpthread -lm -lcrypt
   9 Making all in cups...
  10 Compiling adminutil.c...
  11 Compiling array.c...
  12 Compiling attr.c...
  13 Compiling auth.c...
  14 Compiling backchannel.c...
  15 Compiling backend.c...
  16 Compiling conflicts.c...
  17 Compiling custom.c...
  18 Compiling debug.c...
  19 Compiling dest.c...
  20 Compiling dest-job.c...
  21 Compiling dest-localization.c...
  22 Compiling dest-options.c...
  23 Compiling dir.c...
  24 Compiling emit.c...
  25 Compiling encode.c...
  26 Compiling file.c...
  27 Compiling getdevices.c...
  28 Compiling getifaddrs.c...
  29 Compiling getputfile.c...
  30 Compiling globals.c...
  31 Compiling http.c...
  32 Compiling http-addr.c...
  33 Compiling http-addrlist.c...
  34 Compiling http-support.c...
35 Compiling ipp.c...
  36 Compiling ipp-support.c...
  37 Compiling langprintf.c...
  38 Compiling language.c...
  39 Compiling localize.c...
  40 Compiling mark.c...
  41 Compiling md5.c...
  42 Compiling md5passwd.c...
  43 Compiling notify.c...
  44 Compiling options.c...
  45 Compiling page.c...
  46 Compiling ppd.c...
  47 Compiling ppd-cache.c...
  48 Compiling pwg-media.c...
  49 Compiling request.c...
  50 Compiling sidechannel.c...
  51 Compiling snmp.c...
  52 Compiling snprintf.c...
  53 Compiling string.c...
  54 Compiling tempfile.c...
  55 Compiling thread.c...
  56 Compiling tls.c...
  57 Compiling transcode.c...
  58 Compiling usersys.c...
  59 Compiling util.c...
  60 Archiving libcups.a...
  61 a - adminutil.o
  62 a - array.o
  63 a - attr.o
  64 a - auth.o
  65 a - backchannel.o
  66 a - backend.o
  67 a - conflicts.o
  68 a - custom.o
  69 a - debug.o
  70 a - dest.o
  71 a - dest-job.o
  72 a - dest-localization.o
  73 a - dest-options.o
  74 a - dir.o
  75 a - emit.o
  76 a - encode.o
  77 a - file.o
  78 a - getdevices.o
  79 a - getifaddrs.o
  80 a - getputfile.o
  81 a - globals.o
  82 a - http.o
  83 a - http-addr.o
  84 a - http-addrlist.o
  85 a - http-support.o
  86 a - ipp.o
  87 a - ipp-support.o
  88 a - langprintf.o
  89 a - language.o
  90 a - localize.o
  91 a - mark.o
  92 a - md5.o
  93 a - md5passwd.o
  94 a - notify.o
  95 a - options.o
  96 a - page.o
  97 a - ppd.o
  98 a - ppd-cache.o
  99 a - pwg-media.o
100 a - request.o
101 a - sidechannel.o
102 a - snmp.o
103 a - snprintf.o
104 a - string.o
105 a - tempfile.o
106 a - thread.o
107 a - tls.o
108 a - transcode.o
109 a - usersys.o
110 a - util.o
111 Linking libcups.so.2...
112 Making all in test...
113 Compiling ippserver.c...
114 Linking ippserver...
115 Compiling ipptool.c...
116 Linking ipptool...
117 Linking ipptool-static...
118 Making all in filter...
119 Compiling error.c...
120 Compiling interpret.c...
121 Compiling raster.c...
122 Linking libcupsimage.so.2...
123 Archiving libcupsimage.a...
124 a - error.o
125 a - interpret.o
126 a - raster.o
127 Compiling commandtops.c...
128 Linking commandtops...
129 Compiling gziptoany.c...
130 Linking gziptoany...
131 Compiling pstops.c...
132 Compiling common.c...
133 Linking pstops...
134 Compiling rastertoepson.c...
135 Linking rastertoepson...
136 Compiling rastertohp.c...
137 Linking rastertohp...
138 Compiling rastertolabel.c...
139 Linking rastertolabel...
140 Compiling rastertopwg.c...
141 Linking rastertopwg...
142 Making all in backend...
143 Compiling ieee1284.c...
144 ieee1284.c: In function ‘backendGetDeviceID’:
145 ieee1284.c:92:19: warning: conversion to ‘unsigned int’ from ‘int’ 
may change the sign of the result [-Wsign-conver    sion]
146 ieee1284.c: At top level:
147 cc1: warning: unrecognized command line option 
"-Wno-tautological-compare" [enabled by default]
148 Compiling network.c...
149 Compiling runloop.c...
150 Compiling snmp-supplies.c...
151 Archiving libbackend.a...
152 a - ieee1284.o
153 a - network.o
154 a - runloop.o
155 a - snmp-supplies.o
156 Compiling ipp.c...
157 Linking ipp...
158 Compiling lpd.c...
159 Linking lpd...
160 Compiling snmp.c...
161 Linking snmp...
162 Compiling socket.c...
163 Linking socket...
164 Compiling usb.c...
165 Linking usb...
166 Making all in berkeley...
167 Compiling lpc.c...
168 Linking lpc...
169 Compiling lpq.c...
170 Linking lpq...
171 Compiling lpr.c...
172 Linking lpr...
173 Compiling lprm.c...
174 Linking lprm...
175 Making all in cgi-bin...
176 Compiling help-index.c...
177 Compiling html.c...
178 Compiling ipp-var.c...
179 Compiling search.c...
180 Compiling template.c...
181 Compiling var.c...
182 Archiving libcupscgi.a...
183 a - help-index.o
184 a - html.o
185 a - ipp-var.o
186 a - search.o
187 a - template.o
188 a - var.o
189 Linking libcupscgi.so.1...
190 Compiling admin.c...
191 Linking admin.cgi...
192 Compiling classes.c...
193 Linking classes.cgi...
194 Compiling help.c...
195 Linking help.cgi...
196 Compiling jobs.c...
197 Linking jobs.cgi...
198 Compiling printers.c...
199 Linking printers.cgi...
200 Making all in monitor...
201 Compiling bcp.c...
202 Linking bcp...
203 Compiling tbcp.c...
204 Linking tbcp...
205 Making all in notifier...
206 Compiling mailto.c...
207 Linking mailto...
208 Compiling rss.c...
209 Linking rss...
210 Compiling testnotify.c...
211 Linking testnotify...
212 Making all in ppdc...
213 Compiling ppdc-array.cxx...
214 Compiling ppdc-attr.cxx...
215 Compiling ppdc-catalog.cxx...
216 Compiling ppdc-choice.cxx...
217 Compiling ppdc-constraint.cxx...
218 Compiling ppdc-driver.cxx...
219 Compiling ppdc-file.cxx...
220 Compiling ppdc-filter.cxx...
221 Compiling ppdc-font.cxx...
222 Compiling ppdc-group.cxx...
223 Compiling ppdc-import.cxx...
224 Compiling ppdc-mediasize.cxx...
225 Compiling ppdc-message.cxx...
226 Compiling ppdc-option.cxx...
227 Compiling ppdc-profile.cxx...
228 Compiling ppdc-shared.cxx...
229 Compiling ppdc-source.cxx...
230 Compiling ppdc-string.cxx...
231 Compiling ppdc-variable.cxx...
232 Linking libcupsppdc.so.1...
233 Archiving libcupsppdc.a...
234 a - ppdc-array.o
235 a - ppdc-attr.o
236 a - ppdc-catalog.o
237 a - ppdc-choice.o

238 a - ppdc-constraint.o
239 a - ppdc-driver.o
240 a - ppdc-file.o
241 a - ppdc-filter.o
242 a - ppdc-font.o
243 a - ppdc-group.o
244 a - ppdc-import.o
245 a - ppdc-mediasize.o
246 a - ppdc-message.o
247 a - ppdc-option.o
248 a - ppdc-profile.o
249 a - ppdc-shared.o
250 a - ppdc-source.o
251 a - ppdc-string.o
252 a - ppdc-variable.o
253 Compiling ppdc.cxx...
254 Linking ppdc...
255 Compiling ppdhtml.cxx...
256 Linking ppdhtml...
257 Compiling ppdi.cxx...
258 Linking ppdi...
259 Compiling ppdmerge.cxx...
260 Linking ppdmerge...
261 Compiling ppdpo.cxx...
262 Linking ppdpo...
263 Compiling genstrings.cxx...
264 Linking genstrings...
265 Generating localization strings...
266 Making all in scheduler...
267 Compiling filter.c...
268 Compiling mime.c...
269 Compiling type.c...272 a - filter.o
270 Linking libcupsmime.so.1...
271 Archiving libcupsmime.a...

273 a - mime.o
274 a - type.o
275 Compiling auth.c...
276 Compiling banners.c...
277 Compiling cert.c...
278 Compiling classes.c...
279 Compiling client.c...
280 Compiling colorman.c...
281 Compiling conf.c...
282 Compiling dirsvc.c...
283 Compiling env.c...
284 Compiling file.c...
285 Compiling main.c...
286 Compiling ipp.c...
287 Compiling listen.c...
288 Compiling job.c...
289 Compiling log.c...
290 Compiling network.c...
291 Compiling policy.c...
292 Compiling printers.c...
293 Compiling process.c...
294 Compiling quotas.c...
295 Compiling select.c...
296 Compiling server.c...
297 Compiling statbuf.c...
298 Compiling subscriptions.c...
299 Compiling sysman.c...
300 Linking cupsd...
301 Compiling cupsfilter.c...306 Compiling cups-driverd.cxx...
302 Linking cupsfilter...
303 Compiling cups-deviced.c...
304 Compiling util.c...
305 Linking cups-deviced...
307 Linking cups-driverd...
308 Compiling cups-exec.c...
309 Linking cups-exec...
310 Compiling cups-lpd.c...
311 Linking cups-lpd...
312 Making all in systemv...
313 Compiling cancel.c...
314 Linking cancel...
315 Compiling cupsaccept.c...
316 Linking cupsaccept...
317 Compiling cupsaddsmb.c...
318 Linking cupsaddsmb...
319 Compiling cupsctl.c...
320 Linking cupsctl...
321 Compiling cupstestdsc.c...
322 Linking cupstestdsc...
323 Compiling cupstestppd.c...
324 Linking cupstestppd...
325 Compiling lp.c...
326 Linking lp...
327 Compiling lpadmin.c...
328 Linking lpadmin...
329 Compiling lpinfo.c...
330 Linking lpinfo...
331 Compiling lpmove.c...
332 Linking lpmove...
333 Compiling lpoptions.c...340 Making all in locale...
334 Linking lpoptions...
335 Compiling lpstat.c...
336 Linking lpstat...
337 Making all in conf...
338 Making all in data...
339 Making all in desktop...
341 Compiling checkpo.c...
342 Linking checkpo...
343 Compiling po2strings.c...
344 Linking po2strings...
345 Compiling strings2po.c...
346 Linking strings2po...
347 Making all in man...
348 Compressing cancel.man... 52.1%
349 Compressing cups.man... 57.6%
350 Compressing cups-config.man... 60.0%
351 Compressing cupstestdsc.man... 50.7%
352 Compressing cupstestppd.man... 61.1%
353 Compressing ipptool.man... 64.1%
354 Compressing lp.man... 58.7%
355 Compressing lpoptions.man... 64.5%
356 Compressing lpq.man... 52.1%
357 Compressing lprm.man... 50.9%
358 Compressing lpr.man... 57.8%
359 Compressing lpstat.man... 61.4%
360 Compressing ppdc.man... 54.6%
361 Compressing ppdhtml.man... 48.5%
362 Compressing ppdi.man... 49.3%
363 Compressing ppdmerge.man... 48.5%
364 Compressing ppdpo.man... 50.3%
365 Compressing classes.conf.man... 48.6%
366 Compressing client.conf.man... 57.6%
367 Compressing cups-files.conf.man... 64.9%
368 Compressing cups-snmp.conf.man... 53.1%
369 Compressing cupsd.conf.man... 71.5%
370 Compressing ipptoolfile.man... 75.6%374 Compressing ppdcfile.man... 
66.3%
371 Compressing mailto.conf.man... 56.0%
372 Compressing mime.convs.man... 55.9%
373 Compressing mime.types.man... 61.1%
375 Compressing printers.conf.man... 48.7%
376 Compressing subscriptions.conf.man... 49.8%
377 Compressing backend.man... 64.5%
378 Compressing filter.man... 64.7%
379 Compressing notifier.man... 47.3%
380 Compressing cupsaccept.man... 55.2%
381 Compressing cupsaddsmb.man... 55.5%
382 Compressing cupsctl.man... 56.3%
383 Compressing cupsfilter.man... 57.9%
384 Compressing cups-lpd.man... 53.6%
385 Compressing cups-snmp.man... 52.3%
386 Compressing cupsd.man... 56.4%
387 Compressing cupsd-helper.man... 54.2%
388 Compressing cupsd-logs.man... 66.7%
389 Compressing cupsenable.man... 55.1%
390 Compressing lpadmin.man... 63.4%
391 Compressing lpinfo.man... 63.9%
392 Compressing lpmove.man... 54.0%
393 Compressing lpc.man... 51.7%
394 Compiling mantohtml.c...
395 Converting man pages to HTML...
396     cancel.1.gz...
397     cups.1.gz...
398     cups-config.1.gz...
399     cupstestdsc.1.gz...408     ppdc.1.gz...
400     cupstestppd.1.gz...
401     ipptool.1.gz...
402     lp.1.gz...
403     lpoptions.1.gz...
404     lpq.1.gz...
405     lprm.1.gz...
406     lpr.1.gz...
407     lpstat.1.gz...

409     ppdhtml.1.gz...
410     ppdi.1.gz...
411     ppdmerge.1.gz...
412     ppdpo.1.gz...
413     classes.conf.5.gz...
414     client.conf.5.gz...
415     cups-files.conf.5.gz...
416     cups-snmp.conf.5.gz...
417     cupsd.conf.5.gz...
418     ipptoolfile.5.gz...
419     mailto.conf.5.gz...
420     mime.convs.5.gz...
421     mime.types.5.gz...
422     ppdcfile.5.gz...
423     printers.conf.5.gz...
424     subscriptions.conf.5.gz...
425     backend.7.gz...
426     filter.7.gz...
427     notifier.7.gz...
428     cupsaccept.8.gz...
429     cupsaddsmb.8.gz...
430     cupsctl.8.gz...
431     cupsfilter.8.gz...
432     cups-lpd.8.gz...
433     cups-snmp.8.gz...
434     cupsd.8.gz...
435     cupsd-helper.8.gz...
436     cupsd-logs.8.gz...
437     cupsenable.8.gz...
438     lpadmin.8.gz...
439     lpinfo.8.gz...
440     lpmove.8.gz...
441     lpc.8.gz...442 Making all in doc...
443 Making all in examples...
444 Making all in templates...
===========================================
end make.log
===========================================


===========================================
end test3.log follows
===========================================
Using ARCHFLAGS=
Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
Using CC=cc
Using CXX=cc
Using DSOFLAGS=-L../cups  -Wl,-soname,all -shared -Wall -Wno-format-y2k 
-Wunused -fPIC -Os -g -fstack-protector -Wsign-conversion 
-Wno-tautological-compare -D_GNU_SOURCE
Using LDFLAGS=-L../cgi-bin -L../cups -L../filter -L../ppdc 
-L../scheduler -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -Os -g 
-fstack-protector -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
Using LIBS=-lcups    -lpthread -lm -lcrypt
Making all in cups...
Making all in test...
Making all in filter...
Making all in backend...
Making all in berkeley...
Making all in cgi-bin...
Making all in monitor...
Making all in notifier...
Making all in ppdc...
Making all in scheduler...
Making all in systemv...
Making all in conf...
Making all in data...
Making all in desktop...
Making all in locale...
Making all in man...
Converting man pages to HTML...
     cancel.1.gz...
     cups.1.gz...
     cups-config.1.gz...
     cupstestdsc.1.gz...
     cupstestppd.1.gz...
     ipptool.1.gz...
     lp.1.gz...
     lpoptions.1.gz...
     lpq.1.gz...
     lprm.1.gz...
     lpr.1.gz...
     lpstat.1.gz...
     ppdc.1.gz...
     ppdhtml.1.gz...
     ppdi.1.gz...
     ppdmerge.1.gz...
     ppdpo.1.gz...
     classes.conf.5.gz...
     client.conf.5.gz...
     cups-files.conf.5.gz...
     cups-snmp.conf.5.gz...
     cupsd.conf.5.gz...
     ipptoolfile.5.gz...
     mailto.conf.5.gz...
     mime.convs.5.gz...
     mime.types.5.gz...
     ppdcfile.5.gz...
     printers.conf.5.gz...
     subscriptions.conf.5.gz...
     backend.7.gz...
     filter.7.gz...
     notifier.7.gz...
     cupsaccept.8.gz...
     cupsaddsmb.8.gz...
     cupsctl.8.gz...
     cupsfilter.8.gz...
     cups-lpd.8.gz...
     cups-snmp.8.gz...
     cupsd.8.gz...
     cupsd-helper.8.gz...
     cupsd-logs.8.gz...
     cupsenable.8.gz...
     lpadmin.8.gz...
     lpinfo.8.gz...
     lpmove.8.gz...
     lpc.8.gz...
Making all in doc...
Making all in examples...
Making all in templates...
Using ARCHFLAGS=
Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
Using CC=cc
Using CXX=cc
Using DSOFLAGS=-L../cups  -Wl,-soname,unittests -shared -Wall 
-Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector 
-Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
Using LDFLAGS=-L../cgi-bin -L../cups -L../filter -L../ppdc 
-L../scheduler -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -Os -g 
-fstack-protector -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
Using LIBS=-lcups    -lpthread -lm -lcrypt
Making all in cups...
Compiling testadmin.c...
Linking testadmin...
Compiling testarray.c...
Linking testarray...
Running array API tests...
cupsArrayNew: PASS
cupsArrayUserData: PASS
cupsArrayAdd: PASS
cupsArrayCount: PASS
cupsArrayFirst: PASS
cupsArrayNext: PASS
cupsArrayLast: PASS
cupsArrayPrev: PASS
cupsArrayFind: PASS
cupsArrayCurrent: PASS
cupsArrayDup: PASS
cupsArrayRemove: PASS
cupsArrayClear: PASS
Load unique words: 34046 words in 1.220 seconds (27909 words/sec), PASS
Delete While Iterating: PASS
cupsArraySave: PASS
cupsArrayRestore: PASS
_cupsArrayNewStrings(" \t\nfoo bar\tboo\nfar", ' '): PASS
_cupsArrayAddStrings(array, "foo2,bar2", ','): PASS

ALL TESTS PASSED!
Linking testcache...
Compiling testconflicts.c...
Linking testconflicts...
Compiling testcups.c...
Linking testcups...
Compiling testdest.c...
Linking testdest...
Compiling testfile.c...
Linking testfile...
Running file API tests...
cupsFileOpen(write): PASS
cupsFileCompression(): PASS
cupsFilePuts(): PASS
cupsFilePrintf(): PASS
cupsFilePutChar(): PASS
cupsFileWrite(): PASS
cupsFilePuts("partial line"): PASS
cupsFileTell(): PASS
cupsFileClose(): PASS

cupsFileOpen(read): PASS
cupsFileGets(): PASS
cupsFileCompression(): PASS
cupsFileGetConf(): PASS
cupsFileGetChar(): PASS
cupsFileRead(): PASS
cupsFileGetChar(partial line): PASS
cupsFileTell(): PASS
cupsFileClose(): PASS

cupsFileOpen(append 0): PASS
cupsFileTell(): PASS
cupsFileWrite(256 512-byte records): PASS
cupsFileTell(): PASS

cupsFileOpen(read 0): PASS
cupsFileSeek(), cupsFileRead(): PASS

cupsFileOpen(append 1): PASS
cupsFileTell(): PASS
cupsFileWrite(256 512-byte records): PASS
cupsFileTell(): PASS

cupsFileOpen(read 1): PASS
cupsFileSeek(), cupsFileRead(): PASS

cupsFileOpen(append 2): PASS
cupsFileTell(): PASS
cupsFileWrite(256 512-byte records): PASS
cupsFileTell(): PASS

cupsFileOpen(read 2): PASS
cupsFileSeek(), cupsFileRead(): PASS

cupsFileOpen(append 3): PASS
cupsFileTell(): PASS
cupsFileWrite(256 512-byte records): PASS
cupsFileTell(): PASS

cupsFileOpen(read 3): PASS
cupsFileSeek(), cupsFileRead(): PASS

cupsFileOpenFd(fd, "r"): PASS
cupsFileClose(no read): PASS

cupsFileOpen("../data/media.defs", "r"): PASS
cupsFileGets: PASS
cupsFileRewind: PASS
cupsFileGets: PASS

cupsFileFind: PASS (/bin/cat)

ALL TESTS PASSED!
Compiling testhttp.c...
Linking testhttp...
Running HTTP API tests...
httpGetDateString()/httpGetDateTime(): PASS
httpDecode64_2()/httpEncode64_2(): PASS
httpGetHostname(): PASS (labine)
httpAddrGetList(labine): PASS (1 address(es) for labine)
httpSeparateURI(): PASS (41 URIs tested)
httpAssembleURI(): PASS (16 URIs tested)
httpAssembleUUID: PASS (urn:uuid:54095e9c-ee9b-3a04-7566-1d3a6342da2c)

ALL TESTS PASSED!
Compiling testi18n.c...
Linking testi18n...
Running internationalization API tests...
cupsUTF8ToUTF32 of utfdemo.txt: PASS
cupsUTF8ToCharset(CUPS_EUC_JP) of utfdemo.txt: PASS
cupsUTF8ToCharset(CUPS_ISO8859_1): PASS
cupsCharsetToUTF8(CUPS_ISO8859_1): PASS
cupsUTF8ToCharset(CUPS_ISO8859_7): PASS
cupsCharsetToUTF8(CUPS_ISO8859_7): PASS
cupsUTF8ToCharset(CUPS_WINDOWS_932): PASS
cupsCharsetToUTF8(CUPS_WINDOWS_932): PASS
cupsUTF8ToCharset(CUPS_EUC_JP): PASS
cupsUTF8ToCharset(CUPS_WINDOWS_950): PASS
cupsCharsetToUTF8(CUPS_WINDOWS_950): PASS
cupsUTF8ToCharset(CUPS_EUC_TW): PASS
cupsCharsetToUTF8(CUPS_EUC_TW): PASS
Compiling testipp.c...
Linking testipp...
Running IPP API tests...
Create Sample Request: PASS
Write Sample to Memory: PASS
Read Sample from Memory: PASS
ippFindAttribute(media-col): PASS
ippFindAttribute(media-size 1): PASS
ippFindAttribute(media-size 2): PASS
ippFindAttribute(media-col/media-size/x-dimension): PASS
ippFindNextAttribute(media-col/media-size/x-dimension): PASS
ippFindNextAttribute(media-col/media-size/x-dimension) again: PASS
Read Mixed integer/rangeOfInteger from Memory: PASS
ippFindAttribute(notify-lease-duration-supported): PASS
_ippFindOption("printer-type"): PASS

Core IPP tests passed.
Compiling testlang.c...
Linking testlang...
Running language API tests...
Language = "en_US"
Encoding = "utf-8"
No       = "No"
Yes      = "Yes"
_cupsStrScand("1") number=1.000000
_cupsStrFormatd(1.000000) buffer="1"
_cupsStrScand("-1") number=-1.000000
_cupsStrFormatd(-1.000000) buffer="-1"
_cupsStrScand("3") number=3.000000
_cupsStrFormatd(3.000000) buffer="3"
_cupsStrScand("5.125") number=5.125000
_cupsStrFormatd(5.125000) buffer="5.125"
Compiling testoptions.c...
Linking testoptions...
Running option API tests...
cupsParseOptions: PASS
Compiling testppd.c...
Linking testppd...
Running PPD API tests...
ppdOpenFile(test.ppd): PASS
ppdFindAttr(wildcard): PASS
ppdFindNextAttr(wildcard): PASS
ppdFindAttr(Foo): PASS
ppdFindNextAttr(Foo): PASS
ppdMarkDefaults: PASS
ppdEmitString (defaults): PASS
ppdEmitString (custom size and string): PASS
cupsGetConflicts(InputSlot=Envelope): PASS
ppdConflicts(): PASS (2)
cupsResolveConflicts(InputSlot=Envelope): PASS (Resolved by changing 
PageSize)
cupsResolveConflicts(No option/choice): PASS (Resolved by changing 
InputSlot)
ppdInstallableConflict(): PASS
ppdPageSizeLimits: PASS
cupsMarkOptions(media=iso-a4): PASS
cupsMarkOptions(media=na_letter_8.5x11in): PASS
cupsMarkOptions(media=oe_letter-fullbleed_8.5x11in): PASS
cupsMarkOptions(media=A4): PASS
cupsMarkOptions(media=Custom.8x10in): PASS
ppdLocalizeIPPReason(text): PASS
ppdLocalizeIPPReason(http): PASS
ppdLocalizeIPPReason(help): PASS
ppdLocalizeIPPReason(file): PASS
ppdLocalizeIPPReason(fr text): PASS
ppdLocalizeIPPReason(zh_TW text): PASS
ppdLocalizeMarkerName(bogus): PASS
ppdLocalizeMarkerName(cyan): PASS
ppdLocalizeMarkerName(fr cyan): PASS
ppdLocalizeMarkerName(zh_TW cyan): PASS
ppdOpenFile(test2.ppd): PASS
ppdMarkDefaults: PASS
ppdEmitString (defaults): PASS
ppdConflicts(): PASS (1)
cupsResolveConflicts(Quality=Photo): PASS (Unable to resolve)
cupsResolveConflicts(No option/choice): PASS
cupsResolveConflicts(loop test): PASS
ppdInstallableConflict(): PASS
ppdPageSizeLimits(default): PASS
ppdPageSizeLimits(InputSlot=Manual): PASS
ppdPageSizeLimits(Quality=Photo): PASS
ppdPageSizeLimits(Quality=Photo): PASS
Compiling testpwg.c...
Linking testpwg...
Running PWG API tests...
ppdOpenFile(test.ppd): PASS
_ppdCacheCreateWithPPD(ppd): PASS
_ppdCacheWriteFile(test.pwg): PASS
_ppdCacheCreateWithFile(test.pwg): PASS
_ppdCacheGetPageSize(keyword=Letter): PASS
_ppdCacheGetPageSize(media=Letter): PASS
_ppdCacheGetPageSize(keyword=A4): PASS
_ppdCacheGetPageSize(media=A4): PASS
_ppdCacheDestroy(pc): PASS
pwgMediaForPWG("iso_a4_210x297mm"): PASS
pwgMediaForPWG("roll_max_36.1025x3622.0472in"): PASS (91700x9199999)
pwgMediaForLegacy("na-letter"): PASS
pwgMediaForPPD("4x6"): PASS
pwgMediaForPPD("10x15cm"): PASS
pwgMediaForPPD("Custom.10x15cm"): PASS
pwgMediaForSize(29700, 42000): PASS
pwgMediaForSize(9842, 19050): PASS (na_monarch_3.875x7.5in)
pwgMediaForSize(9800, 19000): PASS (jpn_you6_98x190mm)
Duplicate size test: PASS
Compiling testsnmp.c...
Linking testsnmp...
Making all in test...
Making all in filter...
Compiling rasterbench.c...
Linking rasterbench...
Compiling testraster.c...
Linking testraster...
Running raster API tests...
_cupsRasterExecPS("setpagedevice"): PASS
_cupsRasterExecPS("roll"): PASS
_cupsRasterExecPS("dup index"): PASS
_cupsRasterExecPS("%%Begin/EndFeature code"): PASS
cupsRasterOpen(CUPS_RASTER_WRITE): PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterOpen(CUPS_RASTER_READ): PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterOpen(CUPS_RASTER_WRITE_PWG): PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterOpen(CUPS_RASTER_READ): PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterOpen(CUPS_RASTER_WRITE_PWG): PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterWriteHeader2: PASS
cupsRasterWritePixels: PASS
cupsRasterOpen(CUPS_RASTER_READ): PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
cupsRasterReadHeader2: cupsRasterReadPixels: PASS
Making all in backend...
Compiling test1284.c...
In file included from test1284.c:34:0:
ieee1284.c: In function ‘backendGetDeviceID’:
ieee1284.c:92:19: warning: conversion to ‘unsigned int’ from ‘int’ may 
change the sign of the result [-Wsign-conversion]
test1284.c: At top level:
cc1: warning: unrecognized command line option 
"-Wno-tautological-compare" [enabled by default]
Linking test1284...
Compiling testbackend.c...
Linking testbackend...
Compiling testsupplies.c...
Linking testsupplies...
Making all in berkeley...
Making all in cgi-bin...
Compiling testcgi.c...
Linking testcgi...
Testing CGI API...
DEBUG: org.cups.sid cookie not found, initializing!
DEBUG: org.cups.sid cookie is "82021cc4fd8307502e1c08eadfb03ab0"
cgiSetVariable: MAX_FILE_SIZE="10485760"
DEBUG: org.cups.sid form variable is not present.
DEBUG: cgiClearVariables called.
cgiInitialize: Set-Cookie: 
org.cups.sid=82021cc4fd8307502e1c08eadfb03ab0; path=/; httponly;
FAIL (init)
Compiling testhi.c...
Linking testhi...
Testing help index API...
nodes (5 nodes):
     1: testhi.html "Test File for Help Index Code" (0 words)
     2: testhi.html#2ND "This is the Second Anchor" (6 words)
     3: testhi.html#FIRST "This is the First Anchor" (2 words)
     4: testhi.html#INLINE "This is an in-line anchor that crosses a 
line." (3 words)
     5: testhi.html#THIRD "This is the Third Anchor" (0 words)
sorted (5 nodes):
     1: testhi.html "Test File for Help Index Code" (0 words)
     2: testhi.html#INLINE "This is an in-line anchor that crosses a 
line." (3 words)
     3: testhi.html#FIRST "This is the First Anchor" (2 words)
     4: testhi.html#2ND "This is the Second Anchor" (6 words)
     5: testhi.html#THIRD "This is the Third Anchor" (0 words)
Compiling testtemplate.c...
Linking testtemplate...
Making all in monitor...
Making all in notifier...
Making all in ppdc...
Linking ppdc-static...
Testing PPD compiler...
Linking ppdi-static...
Testing PPD importer...
PPD import OK
Compiling testcatalog.cxx...
Linking testcatalog...
Making all in scheduler...
Compiling testlpd.c...
Linking testlpd...
Compiling testmime.c...
Linking testmime...
Running MIME tests...
MIME database types:
     application/octet-stream (100):

     application/pdf (100):
     [0x2b71ad954810] OR (
         [0x2b71ad954890] match(*.pdf)
         [0x2b71ad954910]
     )

     application/postscript (100):
     [0x2b71ad954de0] OR (
         [0x2b71ad954e60] match(*.ai)
         [0x2b71ad954ee0] match(*.eps)
         [0x2b71ad954f60] match(*.ps)
         [0x2b71ad954fe0] string(0,%!)
         [0x2b71ad955060] string(0,<04>%!)
         [0x2b71ad955a30] AND (
             [0x2b71ad9550e0] contains(0,128,<1B>%-12345X)
             [0x2b71ad955ab0] OR (
                 [0x2b71ad955b30] contains(0,4096,LANGUAGE=POSTSCRIPT)
                 [0x2b71ad955bb0] contains(0,4096,LANGUAGE = Postscript)
                 [0x2b71ad955c30] contains(0,4096,LANGUAGE = PostScript)
                 [0x2b71ad955cb0] contains(0,4096,LANGUAGE = POSTSCRIPT)
                 [0x2b71ad955d30] AND (
                     [0x2b71ad955db0] contains(0,4096,<0A>%!)
                     [0x2b71ad955e30] NOT contains(0,4096,ENTER LANGUAGE)
                 )
             )
         )
     )

     application/rss+xml (100):
     [0x2b71ad95a740] OR (
         [0x2b71ad95a7c0] match(*.rss)
     )

     application/vnd.cups-banner (100):
     [0x2b71ad95a880] OR (
         [0x2b71ad95a900] string(0,#CUPS-BANNER)
     )

     application/vnd.cups-command (100):
     [0x2b71ad95a9c0] OR (
         [0x2b71ad95aa40] string(0,#CUPS-COMMAND)
     )

     application/vnd.cups-pdf (100):

     application/vnd.cups-postscript (100):

     application/vnd.cups-ppd (100):
     [0x2b71ad95ab80] OR (
         [0x2b71ad95ac00] match(*.ppd)
         [0x2b71ad95ac80] string(0,*PPD-Adobe:)
     )

     application/vnd.cups-raster (100):
     [0x2b71ad9585a0] OR (
         [0x2b71ad958620] string(0,RaSt)
         [0x2b71ad95af50] string(0,tSaR)
         [0x2b71ad95afd0] AND (
             [0x2b71ad95b050] string(0,RaS2)
             [0x2b71ad95b0d0] NOT string(4,PwgRaster<00>)
         )
         [0x2b71ad95b150] string(0,2SaR)
         [0x2b71ad95b1d0] string(0,RaS3)
         [0x2b71ad95b250] string(0,3SaR)
     )

     application/vnd.cups-raw (100):
     [0x2b71ad95b310] AND (
         [0x2b71ad95b390] string(0,<1B>E)
         [0x2b71ad95b410] NOT string(2,<1B>%0B)
     )
     [0x2b71ad95b490] string(0,<1B>@)
     [0x2b71ad95b510] AND (
         [0x2b71ad95b590] contains(0,128,<1B>%-12345X)
         [0x2b71ad95b610] OR (
             [0x2b71ad95b690] contains(0,4096,LANGUAGE=PCL)
             [0x2b71ad95b710] contains(0,4096,LANGUAGE = PCL)
         )
     )

     application/x-cshell (100):
     [0x2b71ad958c60] OR (
         [0x2b71ad958ce0] match(*.csh)
         [0x2b71ad958de0] AND (
             [0x2b71ad958d60] printable(0,1024)
             [0x2b71ad958e60] string(0,#!)
             [0x2b71ad958ee0] OR (
                 [0x2b71ad958f60] contains(2,80,/csh)
                 [0x2b71ad958fe0] contains(2,80,/tcsh)
             )
         )
     )

     application/x-csource (100):
     [0x2b71ad959900] OR (
         [0x2b71ad959980] match(*.c)
         [0x2b71ad959a00] match(*.cxx)
         [0x2b71ad959a80] match(*.cpp)
         [0x2b71ad959b00] match(*.cc)
         [0x2b71ad959b80] match(*.C)
         [0x2b71ad959c00] match(*.h)
         [0x2b71ad959c80] match(*.hpp)
         [0x2b71ad959d80] AND (
             [0x2b71ad959d00] printable(0,1024)
             [0x2b71ad959e00] NOT match(*.css)
             [0x2b71ad959e80] OR (
                 [0x2b71ad959f00] string(0,/*)
                 [0x2b71ad959f80] string(0,//)
             )
         )
     )

     application/x-perl (100):
     [0x2b71ad959090] OR (
         [0x2b71ad959110] match(*.pl)
         [0x2b71ad959210] AND (
             [0x2b71ad959190] printable(0,1024)
             [0x2b71ad959290] string(0,#!)
             [0x2b71ad959310] contains(2,80,/perl)
         )
     )

     application/x-shell (100):
     [0x2b71ad9593c0] OR (
         [0x2b71ad959440] match(*.sh)
         [0x2b71ad959540] AND (
             [0x2b71ad9594c0] printable(0,1024)
             [0x2b71ad9595c0] string(0,#!)
             [0x2b71ad959640] OR (
                 [0x2b71ad9596c0] contains(2,80,/bash)
                 [0x2b71ad959740] contains(2,80,/ksh)
                 [0x2b71ad9597c0] contains(2,80,/sh)
                 [0x2b71ad959840] contains(2,80,/zsh)
             )
         )
     )

     image/gif (100):
     [0x2b71ad955ee0] OR (
         [0x2b71ad955f60] match(*.gif)
         [0x2b71ad955fe0] string(0,GIF87a)
         [0x2b71ad956060] string(0,GIF89a)
     )

     image/jpeg (100):
     [0x2b71ad9562c0] OR (
         [0x2b71ad956340] match(*.jpeg)
         [0x2b71ad9563c0] match(*.jpg)
         [0x2b71ad956440] match(*.jpe)
         [0x2b71ad956540] AND (
             [0x2b71ad9564c0] string(0,<FFFFFFFF><FFFFFFD8><FFFFFFFF>)
             [0x2b71ad9565c0] OR (
                 [0x2b71ad956640] char(3,224)
                 [0x2b71ad9566c0] char(3,225)
                 [0x2b71ad956740] char(3,226)
                 [0x2b71ad9567c0] char(3,227)
                 [0x2b71ad956840] char(3,228)
                 [0x2b71ad9568c0] char(3,229)
                 [0x2b71ad956940] char(3,230)
                 [0x2b71ad9569c0] char(3,231)
                 [0x2b71ad956a40] char(3,232)
                 [0x2b71ad956ac0] char(3,233)
                 [0x2b71ad956b40] char(3,234)
                 [0x2b71ad956bc0] char(3,235)
                 [0x2b71ad956c40] char(3,236)
                 [0x2b71ad956cc0] char(3,237)
                 [0x2b71ad956d40] char(3,238)
                 [0x2b71ad956dc0] char(3,239)
             )
         )
     )

     image/png (100):
     [0x2b71ad956110] OR (
         [0x2b71ad956190] match(*.png)
         [0x2b71ad956210] string(0,<FFFFFF89>PNG)
     )

     image/pwg-raster (150):
     [0x2b71ad956e80] AND (
         [0x2b71ad956f00] string(0,RaS2)
         [0x2b71ad956f80] string(4,PwgRaster<00>)
     )

     image/tiff (100):
     [0x2b71ad957030] OR (
         [0x2b71ad9570b0] match(*.tiff)
         [0x2b71ad957130] match(*.tif)
         [0x2b71ad9571b0] string(0,MM<00>*)
         [0x2b71ad957230] string(0,II*<00>)
     )

     image/x-alias (100):
     [0x2b71ad954780] OR (
         [0x2b71ad9586b0] match(*.pix)
         [0x2b71ad958730] short(8,8)
         [0x2b71ad9587b0] short(8,24)
     )

     image/x-bitmap (100):
     [0x2b71ad958870] OR (
         [0x2b71ad9588f0] match(*.bmp)
         [0x2b71ad9589f0] AND (
             [0x2b71ad958970] string(0,BM)
             [0x2b71ad958a70] NOT printable(2,14)
         )
     )

     image/x-icon (100):
     [0x2b71ad958b20] OR (
         [0x2b71ad958ba0] match(*.ico)
     )

     image/x-photocd (100):
     [0x2b71ad9572f0] OR (
         [0x2b71ad957370] match(*.pcd)
         [0x2b71ad9573f0] string(2048,PCD_IPI)
     )

     image/x-portable-anymap (100):
     [0x2b71ad9574b0] OR (
         [0x2b71ad957530] match(*.pnm)
     )

     image/x-portable-bitmap (100):
     [0x2b71ad9575f0] OR (
         [0x2b71ad957670] match(*.pbm)
         [0x2b71ad9576f0] string(0,P1)
         [0x2b71ad957770] string(0,P4)
     )

     image/x-portable-graymap (100):
     [0x2b71ad957830] OR (
         [0x2b71ad9578b0] match(*.pgm)
         [0x2b71ad957930] string(0,P2)
         [0x2b71ad9579b0] string(0,P5)
     )

     image/x-portable-pixmap (100):
     [0x2b71ad957a70] OR (
         [0x2b71ad957af0] match(*.ppm)
         [0x2b71ad957b70] string(0,P3)
         [0x2b71ad957bf0] string(0,P6)
     )

     image/x-sgi-rgb (100):
     [0x2b71ad957cb0] OR (
         [0x2b71ad957d30] match(*.rgb)
         [0x2b71ad957db0] match(*.sgi)
         [0x2b71ad957e30] match(*.bw)
         [0x2b71ad957eb0] match(*.icon)
         [0x2b71ad957f30] short(0,474)
     )

     image/x-sun-raster (100):
     [0x2b71ad9583f0] OR (
         [0x2b71ad958470] match(*.ras)
         [0x2b71ad9584f0] string(0,Y<FFFFFFA6>j<FFFFFF95>)
     )

     image/x-xbitmap (100):
     [0x2b71ad957ff0] OR (
         [0x2b71ad958070] match(*.xbm)
     )

     image/x-xpixmap (100):
     [0x2b71ad958130] OR (
         [0x2b71ad9581b0] match(*.xpm)
         [0x2b71ad9582b0] AND (
             [0x2b71ad958230] ascii(0,1024)
             [0x2b71ad958330] string(3,XPM)
         )
     )

     text/css (100):
     [0x2b71ad95a610] OR (
         [0x2b71ad95a690] match(*.css)
     )

     text/html (100):
     [0x2b71ad95a030] OR (
         [0x2b71ad95a0b0] match(*.html)
         [0x2b71ad95a130] match(*.htm)
         [0x2b71ad95a230] AND (
             [0x2b71ad95a1b0] printable(0,1024)
             [0x2b71ad95a2b0] OR (
                 [0x2b71ad95a330]
                 [0x2b71ad95a3b0]
             )
         )
     )

     text/plain (100):
     [0x2b71ad95a460] OR (
         [0x2b71ad95a4e0] match(*.txt)
         [0x2b71ad95a560] printable(0,1024)
     )


MIME database filters:
     application/octet-stream to application/vnd.cups-raw: - (0)
     application/postscript to application/vnd.cups-postscript: pstops (66)
     application/vnd.cups-raster to image/pwg-raster: rastertopwg (100)
../doc/apple-touch-icon.opacity: unknown
../doc/ja/index.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/ja/index.html.in: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/cups.css: text/css
     No filters to convert application/vnd.cups-postscript.
../doc/cups-printable.css: text/css
     No filters to convert application/vnd.cups-postscript.
../doc/robots.txt: text/plain
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-ppd.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/spec-ppd.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-notifier.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/spec-cmp.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-printers.conf.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-filedir.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupsd.conf.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-lpr.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/ref-ppdcfile.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-cups.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupsd-logs.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/translation.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-filter.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cups-files.conf.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-ppdcfile.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/ppd-compiler.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-filter.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/overview.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/spec-command.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/options.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cups-config.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-mime.types.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-lpstat.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-cgi.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-overview.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-ippfind.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/raster-driver.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-mailto.conf.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-ipptoolfile.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/spec-ipp.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupsd-helper.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-httpipp.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-ppdmerge.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-mime.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/postscript-driver.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cups-snmp.conf.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-client.conf.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/license.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/cgi.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/accounting.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-array.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupsctl.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/spec-raster.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/sharing.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-ppdi.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-mime.convs.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cups-lpd.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-raster.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/security.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cups-snmp.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-classes.conf.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-backend.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-driver.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/spec-pdf.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-lpq.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupstestppd.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-lpoptions.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/spec-postscript.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/policies.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/network.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupsaddsmb.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-ipptool.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupsd.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cancel.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupsfilter.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-lp.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/spec-banner.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-ppdc.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/api-ppdc.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-ppdpo.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/spec-design.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-lpinfo.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/glossary.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-lpmove.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-subscriptions.conf.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-lprm.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-lpadmin.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupsaccept.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-ppdhtml.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cups.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/spec-stp.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/kerberos.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-lpc.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupsenable.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/help/man-cupstestdsc.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/Makefile: text/plain
     No filters to convert application/vnd.cups-postscript.
../doc/index.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/images/smiley.jpg: image/jpeg
     No filters to convert application/vnd.cups-postscript.
../doc/images/left.xcf.gz: unknown
../doc/images/cups-command-chain.svg: text/plain
     No filters to convert application/vnd.cups-postscript.
../doc/images/cups-postscript-chain.svg: text/plain
     No filters to convert application/vnd.cups-postscript.
../doc/images/cups-block-diagram.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/images/right.gif: image/gif
     No filters to convert application/vnd.cups-postscript.
../doc/images/cups-raster-chain.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/images/webinterface.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/images/raster-organization.svg: text/plain
     No filters to convert application/vnd.cups-postscript.
../doc/images/raster-organization.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/images/color-wheel.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/images/raster.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/images/cups-block-diagram.svg: text/plain
     No filters to convert application/vnd.cups-postscript.
../doc/images/wait.gif: image/gif
     No filters to convert application/vnd.cups-postscript.
../doc/images/cups-postscript-chain.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/images/sel.gif: image/gif
     No filters to convert application/vnd.cups-postscript.
../doc/images/cups.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/images/cups-icon.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/images/raster.svg: text/plain
     No filters to convert application/vnd.cups-postscript.
../doc/images/cups.svg: text/plain
     No filters to convert application/vnd.cups-postscript.
../doc/images/cups-raster-chain.svg: text/plain
     No filters to convert application/vnd.cups-postscript.
../doc/images/cups-command-chain.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/images/unsel.gif: image/gif
     No filters to convert application/vnd.cups-postscript.
../doc/images/left.gif: image/gif
     No filters to convert application/vnd.cups-postscript.
../doc/images/sample-image.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/swish-e.config: text/plain
     No filters to convert application/vnd.cups-postscript.
../doc/es/index.html: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/es/index.html.in: text/html
     No filters to convert application/vnd.cups-postscript.
../doc/apple-touch-icon.png: image/png
     No filters to convert application/vnd.cups-postscript.
../doc/index.html.in: text/html
     No filters to convert application/vnd.cups-postscript.
Compiling testspeed.c...
Linking testspeed...
Compiling testsub.c...
Linking testsub...
Making all in systemv...
Making all in conf...
Making all in data...
Making all in desktop...
Making all in locale...
Making all in man...
Making all in doc...
Making all in examples...
Making all in templates...
Running CUPS test suite with defaults...
Welcome to the CUPS Automated Test Script.

Before we begin, it is important that you understand that the larger
tests require significant amounts of RAM and disk space.  If you
attempt to run one of the big tests on a system that lacks sufficient
disk and virtual memory, the UNIX kernel might decide to kill one or
more system processes that you've grown attached to, like the X
server.  The question you may want to ask yourself before running a
large test is: Do you feel lucky?

OK, now that we have the Dirty Harry quote out of the way, please
choose the type of test you wish to perform:

0 - No testing, keep the scheduler running for me (all systems)
1 - Basic conformance test, no load testing (all systems)
2 - Basic conformance test, some load testing (minimum 256MB VM, 50MB disk)
3 - Basic conformance test, extreme load testing (minimum 1GB VM, 500MB 
disk)
4 - Basic conformance test, torture load testing (minimum 2GB VM, 1GB disk)

Enter the number of the test you wish to perform: [1]
Running the timid tests (1)

Now you can choose whether to create a SSL/TLS encryption key and
certificate for testing; these tests currently require the OpenSSL
tools:

0 - Do not do SSL/TLS encryption tests
1 - Test but do not require encryption
2 - Test and require encryption

Enter the number of the SSL/TLS tests to perform: [0]
Not using SSL/TLS (0)

This test script can use the Valgrind software from:

     http://developer.kde.org/~sewardj/

Enter Y to use Valgrind or N to not use Valgrind: [N]

If CUPS was built with the --enable-debug-printfs configure option, you
can enable debug logging of the libraries.

Enter Y or a number from 0 to 9 to enable debug logging or N to not: [N]
Creating directories for test...
Creating cupsd.conf for test...
Creating printers.conf for test...
Setting up environment variables for test...
Starting scheduler:
      ../scheduler/cupsd -c /tmp/cups-jja/cupsd.conf -f 
 >/tmp/cups-jja/log/debug_log 2>&1 &

Scheduler is PID 27729.

Running IPP compliance tests...
Performing 4.1-requests.test: PASS
Performing 4.2-cups-printer-ops.test: FAIL
Performing 4.3-job-ops.test: FAIL
Performing 4.4-subscription-ops.test: FAIL
Performing ipp-2.1.test: make: *** [check] Interrupt


===========================================
end test3.log
===========================================



===========================================
end test4.log follows
===========================================
Using ARCHFLAGS=
Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
Using CC=cc
Using CXX=cc
Using DSOFLAGS=-L../cups  -Wl,-soname,all -shared -Wall -Wno-format-y2k 
-Wunused -fPIC -Os -g -fstack-protector -Wsign-conversion 
-Wno-tautological-compare -D_GNU_SOURCE
Using LDFLAGS=-L../cgi-bin -L../cups -L../filter -L../ppdc 
-L../scheduler -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -Os -g 
-fstack-protector -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
Using LIBS=-lcups    -lpthread -lm -lcrypt
Making all in cups...
Making all in test...
Making all in filter...
Making all in backend...
Making all in berkeley...
Making all in cgi-bin...
Making all in monitor...
Making all in notifier...
Making all in ppdc...
Making all in scheduler...
Making all in systemv...
Making all in conf...
Making all in data...
Making all in desktop...
Making all in locale...
Making all in man...
Converting man pages to HTML...
     cancel.1.gz...
     cups.1.gz...
     cups-config.1.gz...
     cupstestdsc.1.gz...
     cupstestppd.1.gz...
     ipptool.1.gz...
     lp.1.gz...
     lpoptions.1.gz...
     lpq.1.gz...
     lprm.1.gz...
     lpr.1.gz...
     lpstat.1.gz...
     ppdc.1.gz...
     ppdhtml.1.gz...
     ppdi.1.gz...
     ppdmerge.1.gz...
     ppdpo.1.gz...
     classes.conf.5.gz...
     client.conf.5.gz...
     cups-files.conf.5.gz...
     cups-snmp.conf.5.gz...
     cupsd.conf.5.gz...
     ipptoolfile.5.gz...
     mailto.conf.5.gz...
     mime.convs.5.gz...
     mime.types.5.gz...
     ppdcfile.5.gz...
     printers.conf.5.gz...
     subscriptions.conf.5.gz...
     backend.7.gz...
     filter.7.gz...
     notifier.7.gz...
     cupsaccept.8.gz...
     cupsaddsmb.8.gz...
     cupsctl.8.gz...
     cupsfilter.8.gz...
     cups-lpd.8.gz...
     cups-snmp.8.gz...
     cupsd.8.gz...
     cupsd-helper.8.gz...
     cupsd-logs.8.gz...
     cupsenable.8.gz...
     lpadmin.8.gz...
     lpinfo.8.gz...
     lpmove.8.gz...
     lpc.8.gz...
Making all in doc...
Making all in examples...
Making all in templates...
Using ARCHFLAGS=
Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE   -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
Using CC=cc
Using CXX=cc
Using DSOFLAGS=-L../cups  -Wl,-soname,unittests -shared -Wall 
-Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector 
-Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
Using LDFLAGS=-L../cgi-bin -L../cups -L../filter -L../ppdc 
-L../scheduler -fPIE -pie -Wall -Wno-format-y2k -Wunused -fPIC -Os -g 
-fstack-protector -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
Using LIBS=-lcups    -lpthread -lm -lcrypt
Making all in cups...
Making all in test...
Making all in filter...
Making all in backend...
Making all in berkeley...
Making all in cgi-bin...
Making all in monitor...
Making all in notifier...
Making all in ppdc...
Making all in scheduler...
Making all in systemv...
Making all in conf...
Making all in data...
Making all in desktop...
Making all in locale...
Making all in man...
Making all in doc...
Making all in examples...
Making all in templates...
Running CUPS test suite with defaults...
Welcome to the CUPS Automated Test Script.

Before we begin, it is important that you understand that the larger
tests require significant amounts of RAM and disk space.  If you
attempt to run one of the big tests on a system that lacks sufficient
disk and virtual memory, the UNIX kernel might decide to kill one or
more system processes that you've grown attached to, like the X
server.  The question you may want to ask yourself before running a
large test is: Do you feel lucky?

OK, now that we have the Dirty Harry quote out of the way, please
choose the type of test you wish to perform:

0 - No testing, keep the scheduler running for me (all systems)
1 - Basic conformance test, no load testing (all systems)
2 - Basic conformance test, some load testing (minimum 256MB VM, 50MB disk)
3 - Basic conformance test, extreme load testing (minimum 1GB VM, 500MB 
disk)
4 - Basic conformance test, torture load testing (minimum 2GB VM, 1GB disk)

Enter the number of the test you wish to perform: [1]
Running the timid tests (1)

Now you can choose whether to create a SSL/TLS encryption key and
certificate for testing; these tests currently require the OpenSSL
tools:

0 - Do not do SSL/TLS encryption tests
1 - Test but do not require encryption
2 - Test and require encryption

Enter the number of the SSL/TLS tests to perform: [0]
Not using SSL/TLS (0)

This test script can use the Valgrind software from:

     http://developer.kde.org/~sewardj/

Enter Y to use Valgrind or N to not use Valgrind: [N]

If CUPS was built with the --enable-debug-printfs configure option, you
can enable debug logging of the libraries.

Enter Y or a number from 0 to 9 to enable debug logging or N to not: [N]
Creating directories for test...
Creating cupsd.conf for test...
Creating printers.conf for test...
Setting up environment variables for test...
Starting scheduler:
      ../scheduler/cupsd -c /tmp/cups-jja/cupsd.conf -f 
 >/tmp/cups-jja/log/debug_log 2>&1 &

Scheduler is PID 28079.

Running IPP compliance tests...
Performing 4.1-requests.test: PASS
Performing 4.2-cups-printer-ops.test: FAIL
Performing 4.3-job-ops.test: FAIL
Performing 4.4-subscription-ops.test: FAIL
Performing ipp-2.1.test: FAIL

Running command tests...
Performing 5.1-lpadmin.sh: PASS
Performing 5.2-lpc.sh: PASS
Performing 5.3-lpq.sh: PASS
Performing 5.4-lpstat.sh: PASS
Performing 5.5-lp.sh: make: *** wait: No child processes.  Stop.
make: *** Waiting for unfinished jobs....
make: *** wait: No child processes.  Stop.


===========================================
end test4.log
===========================================














On 06/04/2015 01:01 PM, Jim Anderson wrote:
>
> Hi Doug,
>
> It looks like my mail from Tuesday did not go through for some reason. 
> I am attaching the
> files again, hoping they will get through (which I doubt).
>
> Is there an alternative way to get the log files into the mailing list 
> or on a share sever
> someplace?
>
> Jim
>
>
>
> On 06/02/2015 03:12 AM, Douglas Kosovic wrote:
>> Hi Jim,
>>
>> I think the log files were either stripped by the mailing list server 
>> or not attached.
>>
>>
>> Cheers,
>> Doug
>>
>> -----Original Message-----
>> From: cups-bounces at cups.org [mailto:cups-bounces at cups.org] On Behalf 
>> Of Jim Anderson
>> Sent: Tuesday, 2 June 2015 6:23 AM
>> To: The CUPS user discussion list.
>> Subject: Re: [cups] Cannot get CUPS up at localhost:631
>>
>>
>> Hi Doug,
>>
>> I installed the cups-filters and then ran 'configure' again, followed 
>> by make.
>>
>> The make.log file show the results of make. It looks ok to me.
>>
>> I then tried running 'make check' and had to run it several times and 
>> it always seems to hang at the same point. I'm including 'test3.log' 
>> and 'test4.log' whice are the log files from running 'make check'. 
>> The results in test3.log show some tests running and passing before 
>> hanging. The results in test4.log don't show the same tests passing, 
>> but it hangs at the same point.
>>
>>      Along with the package dependencies cups-filters has, you need 
>> to install additional files for your Dell 1130 printer, e.g. it needs 
>> 'rastertosamsungspl' and a PPD file :
>>          https://github.com/martensms/dell1130-ubuntu
>>
>> I downloaded the Dell 1130 files from the dell website. They worked 
>> with cups 1.5.3 and should still be valid for cups 2.0.2.
>>
>> Do you have any suggests or comments about the 'make check' failure?
>>
>> Jim
>>
>>
>> On 05/31/2015 11:35 PM, Douglas Kosovic wrote:
>>> Hi Jim,
>>>
>>>> I am in the process of moving a Dell 1130 printer to a different 
>>>> host PC on my local network.
>>>> The new host had CUPS 1.5.3 running. I tried getting the printer to 
>>>> work, but was not successful.
>>>> Before looking for help here, I decided I would upgrade to CUPS 
>>>> 2.0.2 so that cups is up to date on my system.
>>>> Do I need to install more software on my linux system?
>>> >From CUPS 1.6.0 onwards, the cups-filters package is a prerequisite 
>>> for printing on Linux, see:
>>> http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cup
>>> s-filters
>>>
>>> Along with the package dependencies cups-filters has, you need to 
>>> install additional files for your Dell 1130 printer,  e.g. it needs 
>>> 'rastertosamsungspl' and a PPD file :
>>>      https://github.com/martensms/dell1130-ubuntu
>>>
>>>
>>> Cheers,
>>> Doug
>>>
>>> _______________________________________________
>>> cups mailing list
>>> cups at cups.org
>>> https://www.cups.org/mailman/listinfo/cups
>>>
>> _______________________________________________
>> cups mailing list
>> cups at cups.org
>> https://www.cups.org/mailman/listinfo/cups
>>
>
>
>
> _______________________________________________
> cups mailing list
> cups at cups.org
> https://www.cups.org/mailman/listinfo/cups




More information about the cups mailing list