[cups] Issue with cupsd undefined symbol httpAddrFamily

Michael Sweet msweet at apple.com
Fri Apr 14 08:16:41 PDT 2017


Damian,

My guess is that you still have an old libcups on the system, and for some reason the new cupsd is using it instead of the new libcups...


> On Apr 14, 2017, at 12:08 AM, Damian Halloran <dhalloran at snac.unimelb.edu.au> wrote:
> 
> I have recently installed from source version 2.2.3 upgrading from 1.7.5.
> 
> When I try to run cupsd I receive the error:
> 
> cupsd: symbol lookup error: cupsd: undefined symbol: httpAddrFamily
> 
> uname -a: Linux print2 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64 GNU/Linux
> 
> 
> 
> Output of configure, make, and make install are as follows:
> 
> root at print2:/usr/local/src/cups-2.2.3# ./configure
> checking for gawk... no
> checking for mawk... mawk
> checking for clang... no
> checking for cc... cc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables... 
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for cc option to accept ISO C89... none needed
> checking how to run the C preprocessor... cc -E
> checking for clang++... no
> checking for c++... c++
> checking whether we are using the GNU C++ compiler... yes
> checking whether c++ accepts -g... yes
> checking for ranlib... ranlib
> checking for ar... /usr/bin/ar
> checking for chmod... /bin/chmod
> checking for gzip... /bin/gzip
> checking for ld... /usr/bin/ld
> checking for ln... /bin/ln
> checking for mv... /bin/mv
> checking for rm... /bin/rm
> checking for rmdir... /bin/rmdir
> checking for sed... /bin/sed
> checking for xdg-open... no
> checking for install-sh script... using /usr/local/src/cups-2.2.3/install-sh
> checking for pkg-config... /usr/bin/pkg-config
> checking for library containing abs... none required
> checking for library containing crypt... -lcrypt
> checking for library containing fmod... -lm
> checking for library containing getspent... none required
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for stdlib.h... (cached) yes
> checking crypt.h usability... yes
> checking crypt.h presence... yes
> checking for crypt.h... yes
> checking langinfo.h usability... yes
> checking langinfo.h presence... yes
> checking for langinfo.h... yes
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking shadow.h usability... yes
> checking shadow.h presence... yes
> checking for shadow.h... yes
> checking for stdint.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking bstring.h usability... no
> checking bstring.h presence... no
> checking for bstring.h... no
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/ucred.h usability... no
> checking sys/ucred.h presence... no
> checking for sys/ucred.h... no
> checking iconv.h usability... yes
> checking iconv.h presence... yes
> checking for iconv.h... yes
> checking for library containing iconv_open... none required
> checking for library containing libiconv_open... no
> checking mxml.h usability... no
> checking mxml.h presence... no
> checking for mxml.h... no
> checking sys/mount.h usability... yes
> checking sys/mount.h presence... yes
> checking for sys/mount.h... yes
> checking sys/statfs.h usability... yes
> checking sys/statfs.h presence... yes
> checking for sys/statfs.h... yes
> checking sys/statvfs.h usability... yes
> checking sys/statvfs.h presence... yes
> checking for sys/statvfs.h... yes
> checking sys/vfs.h usability... yes
> checking sys/vfs.h presence... yes
> checking for sys/vfs.h... yes
> checking for statfs... yes
> checking for statvfs... yes
> checking for strdup... yes
> checking for strlcat... no
> checking for strlcpy... no
> checking for snprintf... yes
> checking for vsnprintf... yes
> checking for random... yes
> checking for lrand48... yes
> checking for arc4random... no
> checking for geteuid... yes
> checking for setpgid... yes
> checking for vsyslog... yes
> checking for sigaction... yes
> checking for waitpid... yes
> checking for wait3... yes
> checking for posix_spawn... yes
> checking for getgrouplist... yes
> checking for tm_gmtoff member in tm structure... yes
> checking for st_gen member in stat structure... no
> checking for removefile... no
> checking for libusb-1.0... yes
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for gzgets in -lz... yes
> checking for inflateCopy in -lz... yes
> checking for library containing acl_init... no
> checking for DBUS... yes
> checking for dbus_message_iter_init_append... yes
> checking for dbus_threads_init... yes
> checking whether compiler supports -fstack-protector... yes
> checking whether compiler supports -fPIE... yes
> checking whether compiler supports -Wno-unused-result... yes
> checking whether compiler supports -Wsign-conversion... yes
> checking whether compiler supports -Wno-tautological-compare... yes
> checking for resolv.h... yes
> checking for library containing socket... none required
> checking for library containing gethostbyaddr... none required
> checking for library containing getifaddrs... none required
> checking for library containing hstrerror... none required
> checking for library containing rresvport_af... none required
> checking for library containing __res_init... none required
> checking for library containing getaddrinfo... none required
> checking for library containing getnameinfo... none required
> checking for struct sockaddr.sa_len... no
> checking sys/sockio.h usability... no
> checking sys/sockio.h presence... no
> checking for sys/sockio.h... no
> checking for poll... yes
> checking for epoll_create... yes
> checking for kqueue... no
> checking for krb5-config... no
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking for pthread_create using -lpthreads... no
> checking for pthread_create using -lpthread... yes
> checking for libgnutls-config... no
> checking for libgcrypt-config... no
> checking for dlopen in -ldl... yes
> checking for pam_start in -lpam... no
> checking for pam_set_item in -lpam... no
> checking for pam_setcred in -lpam... no
> checking security/pam_appl.h usability... no
> checking security/pam_appl.h presence... no
> checking for security/pam_appl.h... no
> checking pam/pam_appl.h usability... no
> checking pam/pam_appl.h presence... no
> checking for pam/pam_appl.h... no
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for long long int... yes
> checking for strtoll... yes
> checking for Avahi... yes
> checking for launch_activate_socket... no
> checking launch.h usability... no
> checking launch.h presence... no
> checking for launch.h... no
> checking for libsystemd... no
> checking for default print user... lp
> checking for default print group... lp
> checking for default system groups... "lpadmin sys root"
> checking for java... no
> checking for perl... /usr/bin/perl
> checking for php-cgi... no
> checking for php... no
> checking for python... /usr/bin/python
> configure: creating ./config.status
> config.status: creating Makedefs
> config.status: creating conf/cups-files.conf
> config.status: creating conf/cupsd.conf
> config.status: creating conf/mime.convs
> config.status: creating conf/pam.std
> config.status: creating conf/snmp.conf
> config.status: creating cups-config
> config.status: creating desktop/cups.desktop
> config.status: creating doc/index.html
> config.status: creating man/client.conf.man
> config.status: creating man/cups-files.conf.man
> config.status: creating man/cups-lpd.man
> config.status: creating man/cups-snmp.man
> config.status: creating man/cupsaddsmb.man
> config.status: creating man/cupsd.conf.man
> config.status: creating man/cupsd.man
> config.status: creating man/lpoptions.man
> config.status: creating scheduler/cups-lpd.xinetd
> config.status: creating scheduler/cups.sh
> config.status: creating scheduler/cups.xml
> config.status: creating scheduler/org.cups.cups-lpd.plist
> config.status: creating scheduler/org.cups.cups-lpdAT.service
> config.status: creating scheduler/org.cups.cupsd.path
> config.status: creating scheduler/org.cups.cupsd.service
> config.status: creating scheduler/org.cups.cupsd.socket
> config.status: creating templates/header.tmpl
> config.status: creating packaging/cups.list
> config.status: creating doc/de/index.html
> config.status: creating templates/de/header.tmpl
> config.status: creating doc/es/index.html
> config.status: creating templates/es/header.tmpl
> config.status: creating doc/ja/index.html
> config.status: creating templates/ja/header.tmpl
> config.status: creating doc/pt_BR/index.html
> config.status: creating templates/pt_BR/header.tmpl
> config.status: creating doc/ru/index.html
> config.status: creating templates/ru/header.tmpl
> config.status: creating config.h
> root at print2:/usr/local/src/cups-2.2.3# less INSTALL.txt 
> root at print2:/usr/local/src/cups-2.2.3# make
> Using ARCHFLAGS=
> Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE -I/usr/include/libusb-1.0  -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -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 -Wno-unused-result -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 -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
> Using LIBS=-lcups  -lavahi-common -lavahi-client  -lz -lpthread -lm -lcrypt   -lz
> Making all in cups...
> Compiling adminutil.c...
> Compiling array.c...
> Compiling auth.c...
> Compiling backchannel.c...
> Compiling backend.c...
> Compiling debug.c...
> Compiling dest.c...
> Compiling dest-job.c...
> Compiling dest-localization.c...
> Compiling dest-options.c...
> Compiling dir.c...
> Compiling encode.c...
> Compiling file.c...
> Compiling getdevices.c...
> Compiling getifaddrs.c...
> Compiling getputfile.c...
> Compiling globals.c...
> Compiling hash.c...
> Compiling http.c...
> Compiling http-addr.c...
> Compiling http-addrlist.c...
> Compiling http-support.c...
> Compiling ipp.c...
> Compiling ipp-support.c...
> Compiling langprintf.c...
> Compiling language.c...
> Compiling md5.c...
> Compiling md5passwd.c...
> Compiling notify.c...
> Compiling options.c...
> Compiling ppd.c...
> Compiling ppd-attr.c...
> Compiling ppd-cache.c...
> Compiling ppd-conflicts.c...
> Compiling ppd-custom.c...
> Compiling ppd-emit.c...
> Compiling ppd-localize.c...
> Compiling ppd-mark.c...
> Compiling ppd-page.c...
> Compiling ppd-util.c...
> Compiling pwg-media.c...
> Compiling request.c...
> Compiling sidechannel.c...
> Compiling snmp.c...
> Compiling snprintf.c...
> Compiling string.c...
> Compiling tempfile.c...
> Compiling thread.c...
> Compiling tls.c...
> Compiling transcode.c...
> Compiling usersys.c...
> Compiling util.c...
> Archiving libcups.a...
> a - adminutil.o
> a - array.o
> a - auth.o
> a - backchannel.o
> a - backend.o
> a - debug.o
> a - dest.o
> a - dest-job.o
> a - dest-localization.o
> a - dest-options.o
> a - dir.o
> a - encode.o
> a - file.o
> a - getdevices.o
> a - getifaddrs.o
> a - getputfile.o
> a - globals.o
> a - hash.o
> a - http.o
> a - http-addr.o
> a - http-addrlist.o
> a - http-support.o
> a - ipp.o
> a - ipp-support.o
> a - langprintf.o
> a - language.o
> a - md5.o
> a - md5passwd.o
> a - notify.o
> a - options.o
> a - ppd.o
> a - ppd-attr.o
> a - ppd-cache.o
> a - ppd-conflicts.o
> a - ppd-custom.o
> a - ppd-emit.o
> a - ppd-localize.o
> a - ppd-mark.o
> a - ppd-page.o
> a - ppd-util.o
> a - pwg-media.o
> a - request.o
> a - sidechannel.o
> a - snmp.o
> a - snprintf.o
> a - string.o
> a - tempfile.o
> a - thread.o
> a - tls.o
> a - transcode.o
> a - usersys.o
> a - util.o
> Linking libcups.so.2...
> Making all in test...
> Compiling ippfind.c...
> Linking ippfind...
> Linking ippfind-static...
> Compiling ippserver.c...
> Linking ippserver...
> Compiling ipptool.c...
> Linking ipptool...
> Linking ipptool-static...
> Making all in filter...
> Compiling error.c...
> Compiling interpret.c...
> Compiling raster.c...
> Linking libcupsimage.so.2...
> Archiving libcupsimage.a...
> a - error.o
> a - interpret.o
> a - raster.o
> Compiling commandtops.c...
> Linking commandtops...
> Compiling gziptoany.c...
> Linking gziptoany...
> Compiling pstops.c...
> Compiling common.c...
> Linking pstops...
> Compiling rastertoepson.c...
> Linking rastertoepson...
> Compiling rastertohp.c...
> Linking rastertohp...
> Compiling rastertolabel.c...
> Linking rastertolabel...
> Compiling rastertopwg.c...
> Linking rastertopwg...
> Making all in backend...
> Compiling ieee1284.c...
> Compiling network.c...
> Compiling runloop.c...
> Compiling snmp-supplies.c...
> Archiving libbackend.a...
> a - ieee1284.o
> a - network.o
> a - runloop.o
> a - snmp-supplies.o
> Compiling ipp.c...
> Linking ipp...
> Compiling lpd.c...
> Linking lpd...
> Compiling dnssd.c...
> Linking dnssd...
> Compiling snmp.c...
> Linking snmp...
> Compiling socket.c...
> Linking socket...
> Compiling usb.c...
> Linking usb...
> Making all in berkeley...
> Compiling lpc.c...
> Linking lpc...
> Compiling lpq.c...
> Linking lpq...
> Compiling lpr.c...
> Linking lpr...
> Compiling lprm.c...
> Linking lprm...
> Making all in cgi-bin...
> Compiling help-index.c...
> Compiling html.c...
> Compiling ipp-var.c...
> Compiling search.c...
> Compiling template.c...
> Compiling var.c...
> Archiving libcupscgi.a...
> a - help-index.o
> a - html.o
> a - ipp-var.o
> a - search.o
> a - template.o
> a - var.o
> Linking libcupscgi.so.1...
> Compiling admin.c...
> Linking admin.cgi...
> Compiling classes.c...
> Linking classes.cgi...
> Compiling help.c...
> Linking help.cgi...
> Compiling jobs.c...
> Linking jobs.cgi...
> Compiling printers.c...
> Linking printers.cgi...
> Making all in monitor...
> Compiling bcp.c...
> Linking bcp...
> Compiling tbcp.c...
> Linking tbcp...
> Making all in notifier...
> Compiling dbus.c...
> Linking dbus...
> Compiling mailto.c...
> Linking mailto...
> Compiling rss.c...
> Linking rss...
> Compiling testnotify.c...
> Linking testnotify...
> Making all in ppdc...
> Compiling ppdc-array.cxx...
> Compiling ppdc-attr.cxx...
> Compiling ppdc-catalog.cxx...
> Compiling ppdc-choice.cxx...
> Compiling ppdc-constraint.cxx...
> Compiling ppdc-driver.cxx...
> Compiling ppdc-file.cxx...
> Compiling ppdc-filter.cxx...
> Compiling ppdc-font.cxx...
> Compiling ppdc-group.cxx...
> Compiling ppdc-import.cxx...
> Compiling ppdc-mediasize.cxx...
> Compiling ppdc-message.cxx...
> Compiling ppdc-option.cxx...
> Compiling ppdc-profile.cxx...
> Compiling ppdc-shared.cxx...
> Compiling ppdc-source.cxx...
> Compiling ppdc-string.cxx...
> Compiling ppdc-variable.cxx...
> Linking libcupsppdc.so.1...
> Archiving libcupsppdc.a...
> a - ppdc-array.o
> a - ppdc-attr.o
> a - ppdc-catalog.o
> a - ppdc-choice.o
> a - ppdc-constraint.o
> a - ppdc-driver.o
> a - ppdc-file.o
> a - ppdc-filter.o
> a - ppdc-font.o
> a - ppdc-group.o
> a - ppdc-import.o
> a - ppdc-mediasize.o
> a - ppdc-message.o
> a - ppdc-option.o
> a - ppdc-profile.o
> a - ppdc-shared.o
> a - ppdc-source.o
> a - ppdc-string.o
> a - ppdc-variable.o
> Compiling ppdc.cxx...
> Linking ppdc...
> Compiling ppdhtml.cxx...
> Linking ppdhtml...
> Compiling ppdi.cxx...
> Linking ppdi...
> Compiling ppdmerge.cxx...
> Linking ppdmerge...
> Compiling ppdpo.cxx...
> Linking ppdpo...
> Compiling genstrings.cxx...
> Linking genstrings...
> Generating localization strings...
> Making all in scheduler...
> Compiling filter.c...
> Compiling mime.c...
> Compiling type.c...
> Linking libcupsmime.so.1...
> Archiving libcupsmime.a...
> a - filter.o
> a - mime.o
> a - type.o
> Compiling auth.c...
> Compiling banners.c...
> Compiling cert.c...
> Compiling classes.c...
> Compiling client.c...
> Compiling colorman.c...
> Compiling conf.c...
> Compiling dirsvc.c...
> Compiling env.c...
> Compiling file.c...
> Compiling main.c...
> Compiling ipp.c...
> Compiling listen.c...
> Compiling job.c...
> Compiling log.c...
> Compiling network.c...
> Compiling policy.c...
> Compiling printers.c...
> Compiling process.c...
> Compiling quotas.c...
> Compiling select.c...
> Compiling server.c...
> Compiling statbuf.c...
> Compiling subscriptions.c...
> Compiling sysman.c...
> Linking cupsd...
> Compiling cupsfilter.c...
> Linking cupsfilter...
> Compiling cups-deviced.c...
> Compiling util.c...
> Linking cups-deviced...
> Compiling cups-driverd.cxx...
> Linking cups-driverd...
> Compiling cups-exec.c...
> Linking cups-exec...
> Compiling cups-lpd.c...
> Linking cups-lpd...
> Making all in systemv...
> Compiling cancel.c...
> Linking cancel...
> Compiling cupsaccept.c...
> Linking cupsaccept...
> Compiling cupsaddsmb.c...
> Linking cupsaddsmb...
> Compiling cupsctl.c...
> Linking cupsctl...
> Compiling cupstestdsc.c...
> Linking cupstestdsc...
> Compiling cupstestppd.c...
> Linking cupstestppd...
> Compiling lp.c...
> Linking lp...
> Compiling lpadmin.c...
> Linking lpadmin...
> Compiling lpinfo.c...
> Linking lpinfo...
> Compiling lpmove.c...
> Linking lpmove...
> Compiling lpoptions.c...
> Linking lpoptions...
> Compiling lpstat.c...
> Linking lpstat...
> Making all in conf...
> Making all in data...
> Making all in desktop...
> Making all in locale...
> Compiling checkpo.c...
> Linking checkpo...
> Compiling po2strings.c...
> Linking po2strings...
> Compiling strings2po.c...
> Linking strings2po...
> Making all in man...
> Compressing cancel.man... 51.4%
> Compressing cups.man... 57.5%
> Compressing cups-config.man... 59.7%
> Compressing cupstestdsc.man... 49.4%
> Compressing cupstestppd.man... 60.8%
> Compressing ippfind.man... 65.5%
> Compressing ipptool.man... 64.1%
> Compressing lp.man... 62.8%
> Compressing lpoptions.man... 64.5%
> Compressing lpq.man... 51.2%
> Compressing lprm.man... 50.0%
> Compressing lpr.man... 61.3%
> Compressing lpstat.man... 61.2%
> Compressing ppdc.man... 54.2%
> Compressing ppdhtml.man... 47.0%
> Compressing ppdi.man... 48.2%
> Compressing ppdmerge.man... 47.0%
> Compressing ppdpo.man... 49.3%
> Compressing classes.conf.man... 46.4%
> Compressing client.conf.man... 59.5%
> Compressing cups-files.conf.man... 66.9%
> Compressing cups-snmp.conf.man... 52.3%
> Compressing cupsd.conf.man... 71.4%
> Compressing cupsd-logs.man... 66.7%
> Compressing ipptoolfile.man... 75.8%
> Compressing mailto.conf.man... 55.3%
> Compressing mime.convs.man... 55.3%
> Compressing mime.types.man... 61.0%
> Compressing ppdcfile.man... 66.5%
> Compressing printers.conf.man... 46.5%
> Compressing subscriptions.conf.man... 47.2%
> Compressing backend.man... 64.5%
> Compressing filter.man... 64.8%
> Compressing notifier.man... 45.5%
> Compressing cupsaccept.man... 54.5%
> Compressing cupsaddsmb.man... 55.1%
> Compressing cupsctl.man... 56.2%
> Compressing cupsfilter.man... 57.6%
> Compressing cups-lpd.man... 53.3%
> Compressing cups-snmp.man... 51.4%
> Compressing cupsd.man... 57.5%
> Compressing cupsd-helper.man... 53.4%
> Compressing cupsenable.man... 54.7%
> Compressing lpadmin.man... 62.8%
> Compressing lpinfo.man... 63.2%
> Compressing lpmove.man... 53.3%
> Compressing lpc.man... 50.9%
> Compiling mantohtml.c...
> Converting man pages to HTML...
>    cancel.1.gz...
>    cups.1.gz...
>    cups-config.1.gz...
>    cupstestdsc.1.gz...
>    cupstestppd.1.gz...
>    ippfind.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...
>    cupsd-logs.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...
>    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...
> root at print2:/usr/local/src/cups-2.2.3# df -h
> Filesystem      Size  Used Avail Use% Mounted on
> /dev/sda1       9.3G  3.9G  5.0G  44% /
> udev             10M     0   10M   0% /dev
> tmpfs           793M   85M  709M  11% /run
> tmpfs           2.0G     0  2.0G   0% /dev/shm
> tmpfs           5.0M     0  5.0M   0% /run/lock
> tmpfs           2.0G     0  2.0G   0% /sys/fs/cgroup
> tmpfs           397M     0  397M   0% /run/user/1000
> root at print2:/usr/local/src/cups-2.2.3# less INSTALL.txt 
> root at print2:/usr/local/src/cups-2.2.3# make check
> Using ARCHFLAGS=
> Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE -I/usr/include/libusb-1.0  -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -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 -Wno-unused-result -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 -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
> Using LIBS=-lcups  -lavahi-common -lavahi-client  -lz -lpthread -lm -lcrypt   -lz
> 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...
>    ippfind.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...
>    cupsd-logs.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...
>    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 -I/usr/include/libusb-1.0  -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -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 -Wno-unused-result -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 -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
> Using LIBS=-lcups  -lavahi-common -lavahi-client  -lz -lpthread -lm -lcrypt   -lz
> 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: 36395 words in 0.458 seconds (79539 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!
> Compiling testcache.c...
> Linking testcache...
> Compiling testconflicts.c...
> Linking testconflicts...
> Compiling testcreds.c...
> Linking testcreds...
> 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(write compressed): 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 (print2.snac.unimelb.edu.au)
> httpAddrGetList(print2.snac.unimelb.edu.au): PASS (1 address(es) for print2.snac.unimelb.edu.au)
> 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_AU"
> 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
> cupsEncodeOptions2: 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)
> pwgMediaForPWG("disc_test_10x100mm"): PASS (10000x10000)
> 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...
> Compiling tlscheck.c...
> Linking tlscheck...
> 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_COMPRESSED): 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_APPLE): 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...
> 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!
> cgiInitialize: Set-Cookie: org.cups.sid=7d1de7a4e51fc04f1e6c10e905f23bd2; path=/; httponly;
> DEBUG: org.cups.sid cookie is "7d1de7a4e51fc04f1e6c10e905f23bd2"
> cgiSetVariable: MAX_FILE_SIZE="10485760"
> DEBUG: org.cups.sid form variable is not present.
> DEBUG: cgiClearVariables called.
> 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/g-code (100):
> 	[0x7fe2ea2aff00] OR (
> 		[0x7fe2ea2aff80] match(*.gcode)
> 	)
> 
> 	application/octet-stream (100):
> 
> 	application/pdf (100):
> 	[0x7fe2ea2ae890] OR (
> 		[0x7fe2ea2ae910] match(*.pdf)
> 		[0x7fe2ea2ae990] 
> 	)
> 
> 	application/postscript (100):
> 	[0x7fe2ea2aee00] OR (
> 		[0x7fe2ea2aee80] match(*.ai)
> 		[0x7fe2ea2aef00] match(*.eps)
> 		[0x7fe2ea2aef80] match(*.ps)
> 		[0x7fe2ea2af000] string(0,%!)
> 		[0x7fe2ea2af080] string(0,<04>%!)
> 		[0x7fe2ea2afa80] AND (
> 			[0x7fe2ea2af100] contains(0,128,<1B>%-12345X)
> 			[0x7fe2ea2afb00] OR (
> 				[0x7fe2ea2afb80] contains(0,4096,LANGUAGE=POSTSCRIPT)
> 				[0x7fe2ea2afc00] contains(0,4096,LANGUAGE = Postscript)
> 				[0x7fe2ea2afc80] contains(0,4096,LANGUAGE = PostScript)
> 				[0x7fe2ea2afd00] contains(0,4096,LANGUAGE = POSTSCRIPT)
> 				[0x7fe2ea2afd80] AND (
> 					[0x7fe2ea2afe00] contains(0,4096,<0A>%!)
> 					[0x7fe2ea2afe80] NOT contains(0,4096,ENTER LANGUAGE)
> 				)
> 			)
> 		)
> 	)
> 
> 	application/rss+xml (100):
> 	[0x7fe2ea2b22a0] OR (
> 		[0x7fe2ea2b2320] match(*.rss)
> 	)
> 
> 	application/sla (100):
> 	[0x7fe2ea2b0030] OR (
> 		[0x7fe2ea2b00b0] match(*.stl)
> 		[0x7fe2ea2b01b0] AND (
> 			[0x7fe2ea2b0130] string(0,solid )
> 			[0x7fe2ea2b0230] contains(0,4096,facet)
> 			[0x7fe2ea2b02b0] contains(0,4096,vertex)
> 		)
> 	)
> 
> 	application/vnd.cups-banner (100):
> 	[0x7fe2ea2b5370] OR (
> 		[0x7fe2ea2b53f0] string(0,#CUPS-BANNER)
> 	)
> 
> 	application/vnd.cups-command (100):
> 	[0x7fe2ea2b54b0] OR (
> 		[0x7fe2ea2b5530] string(0,#CUPS-COMMAND)
> 	)
> 
> 	application/vnd.cups-pdf (100):
> 
> 	application/vnd.cups-postscript (100):
> 
> 	application/vnd.cups-ppd (100):
> 	[0x7fe2ea2b5670] OR (
> 		[0x7fe2ea2b56f0] match(*.ppd)
> 		[0x7fe2ea2b5770] string(0,*PPD-Adobe:)
> 	)
> 
> 	application/vnd.cups-raster (100):
> 	[0x7fe2ea2b5830] OR (
> 		[0x7fe2ea2b58b0] string(0,RaSt)
> 		[0x7fe2ea2b5930] string(0,tSaR)
> 		[0x7fe2ea2b59b0] AND (
> 			[0x7fe2ea2b5a30] string(0,RaS2)
> 			[0x7fe2ea2b5ab0] NOT string(4,PwgRaster<00>)
> 		)
> 		[0x7fe2ea2b5b30] string(0,2SaR)
> 		[0x7fe2ea2b5bb0] string(0,RaS3)
> 		[0x7fe2ea2b5c30] string(0,3SaR)
> 	)
> 
> 	application/vnd.cups-raw (100):
> 	[0x7fe2ea2b5cf0] AND (
> 		[0x7fe2ea2b5d70] string(0,<1B>E)
> 		[0x7fe2ea2b5df0] NOT string(2,<1B>%0B)
> 	)
> 	[0x7fe2ea2b5e70] string(0,<1B>@)
> 	[0x7fe2ea2b5ef0] AND (
> 		[0x7fe2ea2b5f70] contains(0,128,<1B>%-12345X)
> 		[0x7fe2ea2b5ff0] OR (
> 			[0x7fe2ea2b6070] contains(0,4096,LANGUAGE=PCL)
> 			[0x7fe2ea2b60f0] contains(0,4096,LANGUAGE = PCL)
> 		)
> 	)
> 
> 	application/vnd.makerbot-s3g (100):
> 	[0x7fe2ea2b0370] OR (
> 		[0x7fe2ea2b03f0] match(*.x3g)
> 	)
> 
> 	application/x-cshell (100):
> 	[0x7fe2ea2b3640] OR (
> 		[0x7fe2ea2b36c0] match(*.csh)
> 		[0x7fe2ea2b37c0] AND (
> 			[0x7fe2ea2b3740] printable(0,1024)
> 			[0x7fe2ea2b3840] string(0,#!)
> 			[0x7fe2ea2b38c0] OR (
> 				[0x7fe2ea2b3940] contains(2,80,/csh)
> 				[0x7fe2ea2b39c0] contains(2,80,/tcsh)
> 			)
> 		)
> 	)
> 
> 	application/x-csource (100):
> 	[0x7fe2ea2b42e0] OR (
> 		[0x7fe2ea2b4360] match(*.c)
> 		[0x7fe2ea2b43e0] match(*.cxx)
> 		[0x7fe2ea2b4460] match(*.cpp)
> 		[0x7fe2ea2b44e0] match(*.cc)
> 		[0x7fe2ea2b4560] match(*.C)
> 		[0x7fe2ea2b45e0] match(*.h)
> 		[0x7fe2ea2b4660] match(*.hpp)
> 		[0x7fe2ea2b4760] AND (
> 			[0x7fe2ea2b46e0] printable(0,1024)
> 			[0x7fe2ea2b47e0] NOT match(*.css)
> 			[0x7fe2ea2b4860] OR (
> 				[0x7fe2ea2b48e0] string(0,/*)
> 				[0x7fe2ea2b4960] string(0,//)
> 			)
> 		)
> 	)
> 
> 	application/x-perl (100):
> 	[0x7fe2ea2b3a70] OR (
> 		[0x7fe2ea2b3af0] match(*.pl)
> 		[0x7fe2ea2b3bf0] AND (
> 			[0x7fe2ea2b3b70] printable(0,1024)
> 			[0x7fe2ea2b3c70] string(0,#!)
> 			[0x7fe2ea2b3cf0] contains(2,80,/perl)
> 		)
> 	)
> 
> 	application/x-shell (100):
> 	[0x7fe2ea2b3da0] OR (
> 		[0x7fe2ea2b3e20] match(*.sh)
> 		[0x7fe2ea2b3f20] AND (
> 			[0x7fe2ea2b3ea0] printable(0,1024)
> 			[0x7fe2ea2b3fa0] string(0,#!)
> 			[0x7fe2ea2b4020] OR (
> 				[0x7fe2ea2b40a0] contains(2,80,/bash)
> 				[0x7fe2ea2b4120] contains(2,80,/ksh)
> 				[0x7fe2ea2b41a0] contains(2,80,/sh)
> 				[0x7fe2ea2b4220] contains(2,80,/zsh)
> 			)
> 		)
> 	)
> 
> 	image/gif (100):
> 	[0x7fe2ea2b0710] OR (
> 		[0x7fe2ea2b0790] match(*.gif)
> 		[0x7fe2ea2b0810] string(0,GIF87a)
> 		[0x7fe2ea2b0890] string(0,GIF89a)
> 	)
> 
> 	image/jpeg (100):
> 	[0x7fe2ea2b0af0] OR (
> 		[0x7fe2ea2b0b70] match(*.jpeg)
> 		[0x7fe2ea2b0bf0] match(*.jpg)
> 		[0x7fe2ea2b0c70] match(*.jpe)
> 		[0x7fe2ea2b0d70] AND (
> 			[0x7fe2ea2b0cf0] string(0,<FFFFFFFF><FFFFFFD8><FFFFFFFF>)
> 			[0x7fe2ea2b0df0] OR (
> 				[0x7fe2ea2b0e70] char(3,224)
> 				[0x7fe2ea2b0ef0] char(3,225)
> 				[0x7fe2ea2b0f70] char(3,226)
> 				[0x7fe2ea2b0ff0] char(3,227)
> 				[0x7fe2ea2b1070] char(3,228)
> 				[0x7fe2ea2b10f0] char(3,229)
> 				[0x7fe2ea2b1170] char(3,230)
> 				[0x7fe2ea2b11f0] char(3,231)
> 				[0x7fe2ea2b1270] char(3,232)
> 				[0x7fe2ea2b12f0] char(3,233)
> 				[0x7fe2ea2b1370] char(3,234)
> 				[0x7fe2ea2b13f0] char(3,235)
> 				[0x7fe2ea2b1470] char(3,236)
> 				[0x7fe2ea2b14f0] char(3,237)
> 				[0x7fe2ea2b1570] char(3,238)
> 				[0x7fe2ea2b15f0] char(3,239)
> 			)
> 		)
> 	)
> 
> 	image/png (100):
> 	[0x7fe2ea2b0940] OR (
> 		[0x7fe2ea2b09c0] match(*.png)
> 		[0x7fe2ea2b0a40] string(0,<FFFFFF89>PNG)
> 	)
> 
> 	image/pwg-raster (150):
> 	[0x7fe2ea2b16b0] AND (
> 		[0x7fe2ea2b1730] string(0,RaS2)
> 		[0x7fe2ea2b17b0] string(4,PwgRaster<00>)
> 	)
> 
> 	image/tiff (100):
> 	[0x7fe2ea2b1860] OR (
> 		[0x7fe2ea2b18e0] match(*.tiff)
> 		[0x7fe2ea2b1960] match(*.tif)
> 		[0x7fe2ea2b19e0] string(0,MM<00>*)
> 		[0x7fe2ea2b1a60] string(0,II*<00>)
> 	)
> 
> 	image/urf (100):
> 	[0x7fe2ea2b2e60] OR (
> 		[0x7fe2ea2b2ee0] match(*.urf)
> 		[0x7fe2ea2b2f60] string(0,UNIRAST<00>)
> 	)
> 
> 	image/x-alias (100):
> 	[0x7fe2ea2b3010] OR (
> 		[0x7fe2ea2b3090] match(*.pix)
> 		[0x7fe2ea2b3110] short(8,8)
> 		[0x7fe2ea2b3190] short(8,24)
> 	)
> 
> 	image/x-bitmap (100):
> 	[0x7fe2ea2b3250] OR (
> 		[0x7fe2ea2b32d0] match(*.bmp)
> 		[0x7fe2ea2b33d0] AND (
> 			[0x7fe2ea2b3350] string(0,BM)
> 			[0x7fe2ea2b3450] NOT printable(2,14)
> 		)
> 	)
> 
> 	image/x-icon (100):
> 	[0x7fe2ea2b3500] OR (
> 		[0x7fe2ea2b3580] match(*.ico)
> 	)
> 
> 	image/x-photocd (100):
> 	[0x7fe2ea2b1b20] OR (
> 		[0x7fe2ea2b1ba0] match(*.pcd)
> 		[0x7fe2ea2b1c20] string(2048,PCD_IPI)
> 	)
> 
> 	image/x-portable-anymap (100):
> 	[0x7fe2ea2b1ce0] OR (
> 		[0x7fe2ea2b1d60] match(*.pnm)
> 	)
> 
> 	image/x-portable-bitmap (100):
> 	[0x7fe2ea2b1e20] OR (
> 		[0x7fe2ea2b1ea0] match(*.pbm)
> 		[0x7fe2ea2b1f20] string(0,P1)
> 		[0x7fe2ea2b1fa0] string(0,P4)
> 	)
> 
> 	image/x-portable-graymap (100):
> 	[0x7fe2ea2b2060] OR (
> 		[0x7fe2ea2b20e0] match(*.pgm)
> 		[0x7fe2ea2b2160] string(0,P2)
> 		[0x7fe2ea2b21e0] string(0,P5)
> 	)
> 
> 	image/x-portable-pixmap (100):
> 	[0x7fe2ea2ae800] OR (
> 		[0x7fe2ea2b23b0] match(*.ppm)
> 		[0x7fe2ea2b2430] string(0,P3)
> 		[0x7fe2ea2b24b0] string(0,P6)
> 	)
> 
> 	image/x-sgi-rgb (100):
> 	[0x7fe2ea2b2570] OR (
> 		[0x7fe2ea2b25f0] match(*.rgb)
> 		[0x7fe2ea2b2670] match(*.sgi)
> 		[0x7fe2ea2b26f0] match(*.bw)
> 		[0x7fe2ea2b2770] match(*.icon)
> 		[0x7fe2ea2b27f0] short(0,474)
> 	)
> 
> 	image/x-sun-raster (100):
> 	[0x7fe2ea2b2cb0] OR (
> 		[0x7fe2ea2b2d30] match(*.ras)
> 		[0x7fe2ea2b2db0] string(0,Y<FFFFFFA6>j<FFFFFF95>)
> 	)
> 
> 	image/x-xbitmap (100):
> 	[0x7fe2ea2b28b0] OR (
> 		[0x7fe2ea2b2930] match(*.xbm)
> 	)
> 
> 	image/x-xpixmap (100):
> 	[0x7fe2ea2b29f0] OR (
> 		[0x7fe2ea2b2a70] match(*.xpm)
> 		[0x7fe2ea2b2b70] AND (
> 			[0x7fe2ea2b2af0] ascii(0,1024)
> 			[0x7fe2ea2b2bf0] string(3,XPM)
> 		)
> 	)
> 
> 	model/amf (100):
> 	[0x7fe2ea2b04a0] OR (
> 		[0x7fe2ea2b0520] match(*.amf)
> 	)
> 
> 	model/vnd.collada+xml (100):
> 	[0x7fe2ea2b05e0] OR (
> 		[0x7fe2ea2b0660] match(*.dae)
> 	)
> 
> 	text/css (100):
> 	[0x7fe2ea2b4ff0] OR (
> 		[0x7fe2ea2b5070] match(*.css)
> 	)
> 
> 	text/html (100):
> 	[0x7fe2ea2b4a10] OR (
> 		[0x7fe2ea2b4a90] match(*.html)
> 		[0x7fe2ea2b4b10] match(*.htm)
> 		[0x7fe2ea2b4c10] AND (
> 			[0x7fe2ea2b4b90] printable(0,1024)
> 			[0x7fe2ea2b4c90] OR (
> 				[0x7fe2ea2b4d10] 
> 				[0x7fe2ea2b4d90] 
> 			)
> 		)
> 	)
> 
> 	text/plain (100):
> 	[0x7fe2ea2b4e40] OR (
> 		[0x7fe2ea2b4ec0] match(*.txt)
> 		[0x7fe2ea2b4f40] 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)
> 	application/vnd.cups-raster to image/urf: rastertopwg (100)
> ../doc/cups-printable.css: text/css
>    No filters to convert application/vnd.cups-postscript.
> ../doc/index.html: text/html
>    No filters to convert application/vnd.cups-postscript.
> ../doc/images/right.gif: image/gif
>    No filters to convert application/vnd.cups-postscript.
> ../doc/images/raster.png: image/png
>    No filters to convert application/vnd.cups-postscript.
> ../doc/images/wait.gif: image/gif
>    No filters to convert application/vnd.cups-postscript.
> ../doc/images/webinterface.png: image/png
>    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/left.xcf.gz: unknown
> ../doc/images/cups-icon.png: image/png
>    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/smiley.jpg: image/jpeg
>    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/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/cups-command-chain.png: image/png
>    No filters to convert application/vnd.cups-postscript.
> ../doc/images/sample-image.png: image/png
>    No filters to convert application/vnd.cups-postscript.
> ../doc/images/generic.png: image/png
>    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/raster.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/cups.svg: text/plain
>    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/cups-postscript-chain.svg: text/plain
>    No filters to convert application/vnd.cups-postscript.
> ../doc/images/cups-command-chain.svg: text/plain
>    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/sel.gif: image/gif
>    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/cups.png: image/png
>    No filters to convert application/vnd.cups-postscript.
> ../doc/cups.css: text/css
>    No filters to convert application/vnd.cups-postscript.
> ../doc/de/index.html: text/html
>    No filters to convert application/vnd.cups-postscript.
> ../doc/de/index.html.in: text/html
>    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/index.html.in: text/html
>    No filters to convert application/vnd.cups-postscript.
> ../doc/pt_BR/index.html: text/html
>    No filters to convert application/vnd.cups-postscript.
> ../doc/pt_BR/index.html.in: text/html
>    No filters to convert application/vnd.cups-postscript.
> ../doc/robots.txt: text/plain
>    No filters to convert application/vnd.cups-postscript.
> ../doc/Makefile: text/plain
>    No filters to convert application/vnd.cups-postscript.
> ../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/help/api-overview.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/man-backend.html: text/html
>    No filters to convert application/vnd.cups-postscript.
> ../doc/help/api-admin.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/man-lpadmin.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-ppdpo.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/encryption.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-cupstestdsc.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-cups-files.conf.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/man-ipptoolfile.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/cgi.html: text/html
>    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/options.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/man-lpmove.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/man-lpq.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/man-ppdc.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/glossary.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/man-lprm.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/spec-design.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/spec-ppd.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-cupstestppd.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/api-filedir.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-cups-snmp.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-ppdcfile.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.conf.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/sharing.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-cupsenable.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-cupsd.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-cupsaddsmb.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-cups-lpd.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-notifier.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-printers.conf.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-cancel.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/spec-raster.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-mailto.conf.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/spec-postscript.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/man-lpr.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/accounting.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-cups.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/translation.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/postscript-driver.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/spec-stp.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/spec-command.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-lpinfo.html: text/html
>    No filters to convert application/vnd.cups-postscript.
> ../doc/apple-touch-icon.opacity: unknown
> ../doc/apple-touch-icon.png: image/png
>    No filters to convert application/vnd.cups-postscript.
> ../doc/ru/index.html: text/html
>    No filters to convert application/vnd.cups-postscript.
> ../doc/ru/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...
> Please run this as a normal user. Not supported when run as root.
> Makefile:256: recipe for target 'check' failed
> make: *** [check] Error 1
> root at print2:/usr/local/src/cups-2.2.3# exit
> exit
> itm at print2:~$ cd /usr/local/src/cups-2.2.3/
> itm at print2:/usr/local/src/cups-2.2.3$ make check
> chmod: changing permissions of ‘cups-config’: Operation not permitted
> Makefile:29: recipe for target 'all' failed
> make: *** [all] Error 1
> itm at print2:/usr/local/src/cups-2.2.3$ sudo make check
> [sudo] password for itm: 
> Using ARCHFLAGS=
> Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE -I/usr/include/libusb-1.0  -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -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 -Wno-unused-result -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 -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
> Using LIBS=-lcups  -lavahi-common -lavahi-client  -lz -lpthread -lm -lcrypt   -lz
> 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...
>    ippfind.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...
>    cupsd-logs.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...
>    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 -I/usr/include/libusb-1.0  -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -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 -Wno-unused-result -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 -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
> Using LIBS=-lcups  -lavahi-common -lavahi-client  -lz -lpthread -lm -lcrypt   -lz
> 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...
> Please run this as a normal user. Not supported when run as root.
> Makefile:256: recipe for target 'check' failed
> make: *** [check] Error 1
> 
> root at print2:/usr/local/src/cups-2.2.3# su itm
> itm at print2:/usr/local/src/cups-2.2.3$ make check
> Using ARCHFLAGS=
> Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE -I/usr/include/libusb-1.0  -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -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 -Wno-unused-result -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 -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
> Using LIBS=-lcups  -lavahi-common -lavahi-client  -lz -lpthread -lm -lcrypt   -lz
> 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...
>    ippfind.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...
>    cupsd-logs.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...
>    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 -I/usr/include/libusb-1.0  -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -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 -Wno-unused-result -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 -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
> Using LIBS=-lcups  -lavahi-common -lavahi-client  -lz -lpthread -lm -lcrypt   -lz
> 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:
> 
> 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-itm/cupsd.conf -f >/tmp/cups-itm/log/debug_log 2>&1 &
> 
> Scheduler is PID 2548.
> 
> Running IPP compliance tests...
> Performing 4.1-requests.test: PASS
> Performing 4.2-cups-printer-ops.test: PASS
> Performing 4.3-job-ops.test: PASS
> Performing 4.4-subscription-ops.test: PASS
> Performing ipp-2.1.test: PASS
> 
> 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: PASS
> Performing 5.6-lpr.sh: PASS
> Performing 5.7-lprm.sh: PASS
> Performing 5.8-cancel.sh: PASS
> Performing 5.9-lpinfo.sh: PASS
> Performing restart test: PASS
> Test Summary
> 
> PASS: cupsd exited with no errors.
> FAIL: 62 job control files were not purged.
> PASS: Printer 'Test1' correctly produced 113 page(s).
> PASS: Printer 'Test2' correctly produced 23 page(s).
> PASS: Printer 'Test3' correctly produced 2 page(s).
> PASS: 165 requests logged.
> PASS: CUPS-Get-Default not logged.
> PASS: 0 emergency messages.
> PASS: 0 alert messages.
> PASS: 0 critical messages.
> FAIL: 35 error messages, expected 33.
> E [14/Apr/2017:11:08:49.276363 +1000] Filter \"pdftourf\" not found.
> E [14/Apr/2017:11:08:51.306813 +1000] [Client 2] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
> E [14/Apr/2017:11:08:51.307759 +1000] Missing attributes-natural-language attribute
> E [14/Apr/2017:11:08:51.307792 +1000] Missing printer-uri, job-uri, or ppd-name attribute
> E [14/Apr/2017:11:08:51.307847 +1000] [Client 2] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
> E [14/Apr/2017:11:08:51.308543 +1000] Missing attributes-charset attribute
> E [14/Apr/2017:11:08:51.308566 +1000] Missing attributes-natural-language attribute
> E [14/Apr/2017:11:08:51.308588 +1000] Missing printer-uri, job-uri, or ppd-name attribute
> E [14/Apr/2017:11:08:51.308643 +1000] [Client 2] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
> E [14/Apr/2017:11:08:51.309374 +1000] Missing attributes-charset attribute
> E [14/Apr/2017:11:08:51.309397 +1000] Missing attributes-natural-language attribute
> E [14/Apr/2017:11:08:51.309418 +1000] Missing printer-uri, job-uri, or ppd-name attribute
> E [14/Apr/2017:11:08:51.309523 +1000] [Client 2] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
> E [14/Apr/2017:11:08:51.310280 +1000] Missing printer-uri, job-uri, or ppd-name attribute
> E [14/Apr/2017:11:08:51.310343 +1000] [Client 2] Returning IPP client-error-bad-request for Get-Jobs (no URI) from localhost
> E [14/Apr/2017:11:08:51.312033 +1000] [Client 2] Returning IPP client-error-bad-request for Get-Jobs (ipp://localhost:8631/jobs) from localhost
> E [14/Apr/2017:11:08:51.312836 +1000] [Client 2] Returning IPP server-error-version-not-supported for Get-Jobs (no URI) from localhost
> E [14/Apr/2017:11:08:51.365438 +1000] [Client 4] Returning IPP client-error-bad-request for Print-Job (ipp://localhost:8631/printers/Test1) from localhost
> E [14/Apr/2017:11:08:58.407689 +1000] [Client 5] Returning IPP client-error-too-many-subscriptions for Create-Printer-Subscriptions (ipp://localhost:8631/printers/Test1) from localhost
> E [14/Apr/2017:11:08:58.413076 +1000] [Client 8] Returning IPP client-error-bad-request for Get-Printer-Attributes (no URI) from localhost
> E [14/Apr/2017:11:08:58.413946 +1000] [Client 8] Returning IPP client-error-bad-request for Get-Printer-Attributes (no URI) from localhost
> E [14/Apr/2017:11:08:58.414721 +1000] Missing attributes-natural-language attribute
> E [14/Apr/2017:11:08:58.414786 +1000] [Client 8] Returning IPP client-error-bad-request for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
> E [14/Apr/2017:11:08:58.415601 +1000] Missing attributes-charset attribute
> E [14/Apr/2017:11:08:58.415625 +1000] Missing attributes-natural-language attribute
> E [14/Apr/2017:11:08:58.415688 +1000] [Client 8] Returning IPP client-error-bad-request for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
> E [14/Apr/2017:11:08:58.416525 +1000] Missing attributes-charset attribute
> E [14/Apr/2017:11:08:58.416557 +1000] Missing attributes-natural-language attribute
> E [14/Apr/2017:11:08:58.416627 +1000] [Client 8] Returning IPP client-error-bad-request for Get-Printer-Attributes (ipp://localhost:8631/printers/Test1) from localhost
> E [14/Apr/2017:11:08:58.422022 +1000] [Client 8] Returning IPP server-error-version-not-supported for Get-Printer-Attributes (no URI) from localhost
> E [14/Apr/2017:11:08:58.422837 +1000] Missing printer-uri, job-uri, or ppd-name attribute
> E [14/Apr/2017:11:08:58.422954 +1000] [Client 8] Returning IPP client-error-bad-request for Get-Printer-Attributes (no URI) from localhost
> E [14/Apr/2017:11:08:58.451047 +1000] [Client 8] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost:8631/printers/Test1) from localhost
> E [14/Apr/2017:11:08:58.466236 +1000] [Client 8] Returning IPP client-error-bad-request for Send-Document (ipp://localhost:8631/printers/Test1) from localhost
> E [14/Apr/2017:11:09:32.399508 +1000] Filter \"pdftourf\" not found.
> PASS: 8 warning messages.
> PASS: 0 notice messages.
> PASS: 786 info messages.
> PASS: 25927 debug messages.
> PASS: 33435 debug2 messages.
> 
> 2 tests failed.
> Log files can be found in /tmp/cups-itm/log.
> A HTML report was created in /tmp/cups-itm/cups-str-2.2-2017-04-14-itm.html.
> 
> Copies of the error_log and cups-str-2.2-2017-04-14-itm.html files are in
> /usr/local/src/cups-2.2.3/test.
> 
> Makefile:256: recipe for target 'check' failed
> make: *** [check] Error 1
> 
> itm at print2:/usr/local/src/cups-2.2.3$ make install
> Making all in cups...
> Installing data files in cups...
> Installing data files in test...
> Installing sample ipptool files in /usr/share/cups/ipptool...
> chmod: changing permissions of ‘/usr/share/cups/ipptool’: Operation not permitted
> Makefile:113: recipe for target 'install-data' failed
> make[1]: *** [install-data] Error 1
> Makefile:183: recipe for target 'install-data' failed
> make: *** [install-data] Error 1
> itm at print2:/usr/local/src/cups-2.2.3$ exit
> exit
> root at print2:/usr/local/src/cups-2.2.3# make install
> Making all in cups...
> Installing data files in cups...
> Installing data files in test...
> Installing sample ipptool files in /usr/share/cups/ipptool...
> Installing data files in filter...
> Installing data files in backend...
> Installing USB quirks in /usr/share/cups/usb
> Installing data files in berkeley...
> Installing data files in cgi-bin...
> Installing data files in monitor...
> Installing data files in notifier...
> Installing data files in ppdc...
> Installing data files in scheduler...
> Creating /usr/lib/cups/driver...
> Creating /etc/cups...
> Creating /etc/cups/ppd...
> Creating /etc/cups/ssl...
> Creating /var/run/cups...
> Creating /var/run/cups/certs...
> Creating /var/log/cups...
> Creating /var/spool/cups...
> Creating /var/spool/cups/tmp...
> Creating /var/cache/cups...
> Installing init scripts...
> Installing data files in systemv...
> Installing data files in conf...
> Installing data files in data...
> Installing data files in desktop...
> Installing cups.conf in /etc/dbus-1...
> Installing desktop menu...
> Installing desktop icons...
> Installing data files in locale...
> Installing data files in man...
> Converting man pages to HTML...
>    cancel.1.gz...
>    cups.1.gz...
>    cups-config.1.gz...
>    cupstestdsc.1.gz...
>    cupstestppd.1.gz...
>    ippfind.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...
>    cupsd-logs.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...
>    cupsenable.8.gz...
>    lpadmin.8.gz...
>    lpinfo.8.gz...
>    lpmove.8.gz...
>    lpc.8.gz...
> Installing cancel.1.gz in /usr/share/man/man1...
> Installing cups.1.gz in /usr/share/man/man1...
> Installing cups-config.1.gz in /usr/share/man/man1...
> Installing cupstestdsc.1.gz in /usr/share/man/man1...
> Installing cupstestppd.1.gz in /usr/share/man/man1...
> Installing ippfind.1.gz in /usr/share/man/man1...
> Installing ipptool.1.gz in /usr/share/man/man1...
> Installing lp.1.gz in /usr/share/man/man1...
> Installing lpoptions.1.gz in /usr/share/man/man1...
> Installing lpq.1.gz in /usr/share/man/man1...
> Installing lprm.1.gz in /usr/share/man/man1...
> Installing lpr.1.gz in /usr/share/man/man1...
> Installing lpstat.1.gz in /usr/share/man/man1...
> Installing ppdc.1.gz in /usr/share/man/man1...
> Installing ppdhtml.1.gz in /usr/share/man/man1...
> Installing ppdi.1.gz in /usr/share/man/man1...
> Installing ppdmerge.1.gz in /usr/share/man/man1...
> Installing ppdpo.1.gz in /usr/share/man/man1...
> Installing classes.conf.5.gz in /usr/share/man/man5...
> Installing client.conf.5.gz in /usr/share/man/man5...
> Installing cups-files.conf.5.gz in /usr/share/man/man5...
> Installing cups-snmp.conf.5.gz in /usr/share/man/man5...
> Installing cupsd.conf.5.gz in /usr/share/man/man5...
> Installing cupsd-logs.5.gz in /usr/share/man/man5...
> Installing ipptoolfile.5.gz in /usr/share/man/man5...
> Installing mailto.conf.5.gz in /usr/share/man/man5...
> Installing mime.convs.5.gz in /usr/share/man/man5...
> Installing mime.types.5.gz in /usr/share/man/man5...
> Installing ppdcfile.5.gz in /usr/share/man/man5...
> Installing printers.conf.5.gz in /usr/share/man/man5...
> Installing subscriptions.conf.5.gz in /usr/share/man/man5...
> Installing backend.7.gz in /usr/share/man/man7...
> Installing filter.7.gz in /usr/share/man/man7...
> Installing notifier.7.gz in /usr/share/man/man7...
> Installing cupsaccept.8.gz in /usr/share/man/man8...
> Installing cupsaddsmb.8.gz in /usr/share/man/man8...
> Installing cupsctl.8.gz in /usr/share/man/man8...
> Installing cupsfilter.8.gz in /usr/share/man/man8...
> Installing cups-lpd.8.gz in /usr/share/man/man8...
> Installing cups-snmp.8.gz in /usr/share/man/man8...
> Installing cupsd.8.gz in /usr/share/man/man8...
> Installing cupsd-helper.8.gz in /usr/share/man/man8...
> Installing cupsenable.8.gz in /usr/share/man/man8...
> Installing lpadmin.8.gz in /usr/share/man/man8...
> Installing lpinfo.8.gz in /usr/share/man/man8...
> Installing lpmove.8.gz in /usr/share/man/man8...
> Installing lpc.8.gz in /usr/share/man/man8...
> Installing data files in doc...
> Installing data files in examples...
> Installing data files in templates...
> Installing cups-config script...
> Installing header files in cups...
> Installing header files into /usr/include/cups...
> Installing header files in test...
> Installing header files in filter...
> Installing header files in backend...
> Installing header files in berkeley...
> Installing header files in cgi-bin...
> Installing header files in monitor...
> Installing header files in notifier...
> Installing header files in ppdc...
> Installing header files in scheduler...
> Installing header files in systemv...
> Installing header files in conf...
> Installing header files in data...
> Installing header files in desktop...
> Installing header files in locale...
> Installing header files in man...
> Installing header files in doc...
> Installing header files in examples...
> Installing header files in templates...
> Using ARCHFLAGS=
> Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE -I/usr/include/libusb-1.0  -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -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,libs -shared -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -Wno-unused-result -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 -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
> Using LIBS=-lcups  -lavahi-common -lavahi-client  -lz -lpthread -lm -lcrypt   -lz
> Making libraries in cups...
> Making libraries in test...
> Making libraries in filter...
> Making libraries in backend...
> Making libraries in berkeley...
> Making libraries in cgi-bin...
> Making libraries in monitor...
> Making libraries in notifier...
> Making libraries in ppdc...
> Making libraries in scheduler...
> Making libraries in systemv...
> Making libraries in conf...
> Making libraries in data...
> Making libraries in desktop...
> Making libraries in locale...
> Making libraries in man...
> Making libraries in doc...
> Making libraries in examples...
> Making libraries in templates...
> Installing libraries in cups...
> Installing libraries in /usr/lib...
> Installing libraries in test...
> Installing libraries in filter...
> Installing libraries in backend...
> Installing backends in /usr/lib/cups/backend
> Installing libraries in berkeley...
> Installing libraries in cgi-bin...
> Installing libraries in /usr/lib...
> Installing libraries in monitor...
> Installing libraries in notifier...
> Installing libraries in ppdc...
> Installing libraries in /usr/lib...
> Installing libraries in scheduler...
> Installing libraries in /usr/lib...
> Installing libraries in systemv...
> Installing libraries in conf...
> Installing libraries in data...
> Installing libraries in desktop...
> Installing libraries in locale...
> Installing libraries in man...
> Installing libraries in doc...
> Installing libraries in examples...
> Installing libraries in templates...
> Using ARCHFLAGS=
> Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE -I/usr/include/libusb-1.0  -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -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 -Wno-unused-result -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 -Wno-unused-result -Wsign-conversion -Wno-tautological-compare -D_GNU_SOURCE
> Using LIBS=-lcups  -lavahi-common -lavahi-client  -lz -lpthread -lm -lcrypt   -lz
> 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...
>    ippfind.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...
>    cupsd-logs.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...
>    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...
> Installing programs in cups...
> Installing programs in test...
> Installing ipptool in /usr/bin...
> Installing programs in filter...
> Installing programs in backend...
> Installing backends in /usr/lib/cups/backend
> Installing programs in berkeley...
> Installing Berkeley user printing commands in /usr/bin...
> Installing Berkeley admin printing commands in /usr/bin...
> Installing programs in cgi-bin...
> Installing programs in monitor...
> Installing programs in notifier...
> Installing notifiers in /usr/lib/cups/notifier...
> Installing programs in ppdc...
> Installing PPD compiler programs...
> Installing programs in scheduler...
> Installing programs in /usr/sbin...
> Installing programs in /usr/lib/cups/daemon...
> Installing programs in systemv...
> Installing System V admin printing commands in /usr/sbin
> Installing System V user printing commands in /usr/bin
> Installing programs in conf...
> Installing programs in data...
> Installing programs in desktop...
> Installing programs in locale...
> Installing programs in man...
> Installing programs in doc...
> Installing programs in examples...
> Installing programs in templates...
> root at print2:/usr/local/src/cups-2.2.3# tail -f /var/log/syslog
> Apr 14 11:07:45 print2 systemd[2094]: Reached target Timers.
> Apr 14 11:07:45 print2 systemd[2094]: Starting Sockets.
> Apr 14 11:07:45 print2 systemd[2094]: Reached target Sockets.
> Apr 14 11:07:45 print2 systemd[2094]: Starting Basic System.
> Apr 14 11:07:45 print2 systemd[2094]: Reached target Basic System.
> Apr 14 11:07:45 print2 systemd[2094]: Starting Default.
> Apr 14 11:07:45 print2 systemd[2094]: Reached target Default.
> Apr 14 11:07:45 print2 systemd[2094]: Startup finished in 7ms.
> Apr 14 11:16:14 print2 dbus[429]: [system] Reloaded configuration
> Apr 14 11:16:14 print2 dbus[429]: [system] Reloaded configuration
> Apr 14 11:17:01 print2 CRON[13067]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
> Apr 14 11:17:17 print2 colord: device removed: cups-ac-level2-copier-grayscale
> Apr 14 11:17:17 print2 colord: Automatic remove of ac-level3-printer-Gray.. from cups-ac-level3-printer
> Apr 14 11:17:17 print2 colord: Profile removed: ac-level3-printer-Gray..
> Apr 14 11:17:17 print2 colord: device removed: cups-ac-level3-printer
> Apr 14 11:17:17 print2 colord: Profile removed: ac-level2-copier-grayscale-CMYK..
> Apr 14 11:17:17 print2 colord: Profile removed: ac-level2-copier-grayscale-Gray..
> Apr 14 11:17:17 print2 colord: Automatic remove of nc-office-copier-Gray.. from cups-nc-office-copier
> Apr 14 11:17:17 print2 colord: Profile removed: nc-office-copier-Gray..
> Apr 14 11:17:17 print2 colord: Automatic remove of nc-office-copier-CMYK.. from cups-nc-office-copier
> Apr 14 11:17:17 print2 colord: Profile removed: nc-office-copier-CMYK..
> Apr 14 11:17:17 print2 colord: device removed: cups-nc-office-copier
> Apr 14 11:17:17 print2 colord: Automatic remove of sc-east-printer-a4-duplex-Gray.. from cups-sc-east-printer-a4-duplex
> Apr 14 11:17:17 print2 colord: Profile removed: sc-east-printer-a4-duplex-Gray..
> Apr 14 11:17:17 print2 colord: device removed: cups-sc-east-printer-a4-duplex
> Apr 14 11:17:17 print2 colord: Automatic remove of sc-north-printer-a4-duplex-Gray.. from cups-sc-north-printer-a4-duplex
> Apr 14 11:17:17 print2 colord: Profile removed: sc-north-printer-a4-duplex-Gray..
> Apr 14 11:17:17 print2 colord: device removed: cups-sc-north-printer-a4-duplex
> Apr 14 11:17:17 print2 colord: Automatic remove of sc-south-printer-a4-duplex-Gray.. from cups-sc-south-printer-a4-duplex
> Apr 14 11:17:17 print2 colord: Profile removed: sc-south-printer-a4-duplex-Gray..
> Apr 14 11:17:17 print2 colord: device removed: cups-sc-south-printer-a4-duplex
> Apr 14 11:17:17 print2 colord: Automatic remove of sc-west-printer-a4-duplex-Gray.. from cups-sc-west-printer-a4-duplex
> Apr 14 11:17:17 print2 colord: Profile removed: sc-west-printer-a4-duplex-Gray..
> Apr 14 11:17:17 print2 colord: device removed: cups-sc-west-printer-a4-duplex
> Apr 14 11:17:17 print2 cupsd[13081]: /usr/sbin/cupsd: symbol lookup error: /usr/sbin/cupsd: undefined symbol: httpAddrFamily
> Apr 14 11:17:17 print2 systemd[1]: cups.service: main process exited, code=exited, status=127/n/a
> Apr 14 11:17:17 print2 systemd[1]: Unit cups.service entered failed state.
> 
> Thanks for any assistance.
> 
> Kind regards,
> 
> 
> 
> Damian Halloran
> IT Manager
> St Mary's Newman Academic Centre
> 887 Swanston Street Parkville Victoria 3052
> Phone: +61 3 9342 1708
> Mobile: 0419 308 036
> 
> _______________________________________________
> cups mailing list
> cups at cups.org
> https://lists.cups.org/mailman/listinfo/cups

_________________________________________________________
Michael Sweet, Senior Printing System Engineer



More information about the cups mailing list