Re: MacOS Build Update

Matt Broughton <[email protected]>
Newsgroups gmane.linux.printing.gimp-print.devel
Message-ID <[email protected]>

> On Jan 18, 2021, at 9:02 PM, Steve Letter via Gimp-print-devel <[email protected]> wrote:
> 
> Successfully built a Universal package on my M1 Mac. I had to package it on my x86 system due to bugs on the M1.  It packaged well and signed fine. 
> 
> However, it failed to run properly on my Intel Mac running 10.14, Mojave but did on the M1 (natively).  I am installing 10.15 and will try building on it to see if I can properly build a universal package on it. 
> 
> Steve Letter
> Sent from my Symbolics Lisp Machine using rmail. 

I also failed to print from 10.14 Mojave.  The files have the correct architecture:

Borodin:~ matt$ file /Library/Printers/Gutenprint.printerDriver/Contents/MacOS/commandtoepson 
/Library/Printers/Gutenprint.printerDriver/Contents/MacOS/commandtoepson: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]
/Library/Printers/Gutenprint.printerDriver/Contents/MacOS/commandtoepson (for architecture x86_64):	Mach-O 64-bit executable x86_64
/Library/Printers/Gutenprint.printerDriver/Contents/MacOS/commandtoepson (for architecture arm64):	Mach-O 64-bit executable arm64
Borodin:~ matt$ 

I am attaching a portion of the CUPS error log from where Gutenprint sets its parameters through the crash of the print job.  The most important part seems to be:

D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: End options
D [24/Jan/2021:09:08:12 -0600] [Job 1457] dyld: lazy symbol binding failed: Symbol not found: _cupsRasterOpen
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Referenced from: /usr/libexec/cups/filter/rastertogutenprint.5.3
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Expected in: /usr/lib/libcups.2.dylib
D [24/Jan/2021:09:08:12 -0600] [Job 1457] dyld: Symbol not found: _cupsRasterOpen
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Referenced from: /usr/libexec/cups/filter/rastertogutenprint.5.3
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Expected in: /usr/lib/libcups.2.dylib
D [24/Jan/2021:09:08:12 -0600] [Job 1457] PID 2290 (/usr/libexec/cups/filter/rastertogutenprint.5.3) crashed on signal 6.
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Sent 0 bytes...
D [24/Jan/2021:09:08:12 -0600] [Job 1457] STATE: +cups-waiting-for-job-completed
D [24/Jan/2021:09:08:12 -0600] cupsdMarkDirty(P----)


Matt

_______________________________________________
Gimp-print-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gimp-print-devel
gutenprint_5.3.4pre1_crash.txt (text/plain, 31.3 KB)
D [24/Jan/2021:09:08:12 -0600] [Client 21] Flushing write buffer.
D [24/Jan/2021:09:08:12 -0600] [Client 21] New state is HTTP_STATE_WAITING
D [24/Jan/2021:09:08:12 -0600] [Client 21] Waiting for request.
D [24/Jan/2021:09:08:12 -0600] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: ============================================================
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: 5.3.4 Starting
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: command line: EPSON_WorkForce_1100_gp \'1457\' \'matt\' \'uninstall-gutenprint.command\' \'1\' <args>
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: using PPD file /private/etc/cups/ppd/EPSON_WorkForce_1100_gp.ppd
D [24/Jan/2021:09:08:12 -0600] [Client 21] POST / HTTP/1.1
D [24/Jan/2021:09:08:12 -0600] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Printing jobs and dirty files"
D [24/Jan/2021:09:08:12 -0600] [Client 21] Read: status=200, state=6
D [24/Jan/2021:09:08:12 -0600] [Client 21] No authentication data provided.
D [24/Jan/2021:09:08:12 -0600] [Client 21] 2.0 Get-Jobs 3
D [24/Jan/2021:09:08:12 -0600] Get-Jobs ipp://localhost:631/printers/EPSON_WorkForce_1100_gp
D [24/Jan/2021:09:08:12 -0600] [Job 1456] Loading attributes...
D [24/Jan/2021:09:08:12 -0600] [Client 21] Returning IPP successful-ok for Get-Jobs (ipp://localhost:631/printers/EPSON_WorkForce_1100_gp) from localhost.
D [24/Jan/2021:09:08:12 -0600] [Client 21] Content-Length: 1609
D [24/Jan/2021:09:08:12 -0600] [Client 21] cupsdSendHeader: code=200, type="application/ipp", auth_type=0
D [24/Jan/2021:09:08:12 -0600] [Client 21] con->http=0x7f90fd801800
D [24/Jan/2021:09:08:12 -0600] [Client 21] cupsdWriteClient error=0, used=0, state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCODING_LENGTH, data_remaining=1609, response=0x7f90fe77fb20(IPP_STATE_DATA), pipe_pid=0, file=-1
D [24/Jan/2021:09:08:12 -0600] [Client 21] Writing IPP response, ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
D [24/Jan/2021:09:08:12 -0600] [Client 21] bytes=0, http_state=0, data_remaining=1609
D [24/Jan/2021:09:08:12 -0600] [Client 21] Flushing write buffer.
D [24/Jan/2021:09:08:12 -0600] [Client 21] New state is HTTP_STATE_WAITING
D [24/Jan/2021:09:08:12 -0600] [Client 21] Waiting for request.
D [24/Jan/2021:09:08:12 -0600] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Active clients, printing jobs, and dirty files"
D [24/Jan/2021:09:08:12 -0600] [Job 1457] displayList=0x0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] drawSheet(c=0x7fd7d280c4a0, document=0x7fd7d2807f00, pageNum=2, mediaBox=[0 0 612 792], band=[0 0 612 792], nup=0x0, pageMap=0x4, fitToPage=0, preTransformP=0x0, rotation=0)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Drawing unscaled page.
D [24/Jan/2021:09:08:12 -0600] [Job 1457] docMediaBox=[0 0 612 792]
D [24/Jan/2021:09:08:12 -0600] [Job 1457] scaled rect=[0 0 612 792]
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: CUPS option count is 65 (4059 bytes)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 0 AP_ColorMatchingMode = AP_VendorColorMatching
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 1 AP_D_InputSlot = 
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 2 BookletBinding..b. = false
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 3 BookletType..n. = 0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 4 collate = false
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 5 com.apple.print.DocumentTicket.PMSpoolFormat = application/pdf
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 6 com.apple.print.JobInfo.PMApplicationName = BBEdit
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 7 com.apple.print.JobInfo.PMJobName = uninstall-gutenprint.command
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 8 com.apple.print.JobInfo.PMJobOwner = Matthew Broughton
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 9 com.apple.print.PageToPaperMappingMediaName = Letter
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 10 com.apple.print.PageToPaperMappingType..n. = 1
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 11 com.apple.print.preset.Orientation..n. = 1
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 12 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PageFormat.PMAdjustedPageRect..a.0..n. = 0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 13 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PageFormat.PMAdjustedPageRect..a.1..n. = 0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 14 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PageFormat.PMAdjustedPageRect..a.2..n. = 792
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 15 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PageFormat.PMAdjustedPageRect..a.3..n. = 612
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 16 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PageFormat.PMAdjustedPaperRect..a.0..n. = 0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 17 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PageFormat.PMAdjustedPaperRect..a.1..n. = 0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 18 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PageFormat.PMAdjustedPaperRect..a.2..n. = 792
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 19 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PageFormat.PMAdjustedPaperRect..a.3..n. = 612
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 20 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.PMCustomPaper..b. = false
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 21 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.PMPaperName = na-letter
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 22 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.PMUnadjustedPageRect..a.0..n. = 0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 23 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.PMUnadjustedPageRect..a.1..n. = 0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 24 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.PMUnadjustedPageRect..a.2..n. = 792
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 25 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.PMUnadjustedPageRect..a.3..n. = 612
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 26 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.PMUnadjustedPaperRect..a.0..n. = 0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 27 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.PMUnadjustedPaperRect..a.1..n. = 0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 28 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.PMUnadjustedPaperRect..a.2..n. = 792
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 29 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.PMUnadjustedPaperRect..a.3..n. = 612
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 30 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.PaperInfo.ppd.PMPaperName = Letter
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 31 com.apple.print.preset.PaperInfo..d.paperInfo..d.com.apple.print.ticket.type = com.apple.print.PaperInfoTicket
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 32 com.apple.print.preset.PaperInfo..d.paperInfo..d.PMPPDPaperCodeName = Letter
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 33 com.apple.print.preset.PaperInfo..d.paperInfo..d.PMPPDTranslationStringPaperName = Letter
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 34 com.apple.print.preset.PaperInfo..d.paperInfo..d.PMTiogaPaperName = na-letter
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 35 com.apple.print.preset.Scaling..n. = 100
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 36 com.apple.print.PrinterInfo.PMColorDeviceID..n. = 23776
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 37 com.apple.print.PrintSettings.PMColorSpaceModel..n. = 2
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 38 com.apple.print.PrintSettings.PMCopies..n. = 1
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 39 com.apple.print.PrintSettings.PMCopyCollate..b. = true
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 40 com.apple.print.PrintSettings.PMDestinationType..n. = 1
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 41 com.apple.print.PrintSettings.PMDuplexing..n. = 2
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 42 com.apple.print.PrintSettings.PMFirstPage..n. = 1
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 43 com.apple.print.PrintSettings.PMLastPage..n. = 2147483647
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 44 com.apple.print.PrintSettings.PMLayoutColumns..n. = 1
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 45 com.apple.print.PrintSettings.PMLayoutRows..n. = 1
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 46 com.apple.print.PrintSettings.PMPageRange..a.0..n. = 1
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 47 com.apple.print.PrintSettings.PMPageRange..a.1..n. = 2147483647
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 48 com.apple.print.PrintSettings.PMTotalBeginPages..n. = 2
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 49 com.apple.print.PrintSettings.PMTotalSidesImaged..n. = 2
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 50 date-time-at-creation = 
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 51 date-time-at-processing = 
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 52 DestinationPrinterID = EPSON_WorkForce_1100_gp
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 53 document-name-supplied = uninstall-gutenprint.command
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 54 DuplexBindingEdge..n. = 2
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 55 job-impressions = 2
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 56 job-originating-host-name = localhost
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 57 job-uuid = urn:uuid:b9d2db7f-8505-313f-6a9a-3ae7ddb36208
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 58 media = Letter
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 59 PageSize = Letter
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 60 PaperInfoIsSuggested..b. = true
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 61 pserrorhandler-requested = standard
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 62 sides = two-sided-long-edge
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 63 time-at-creation = 1611500891
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:  CUPS option 64 time-at-processing = 1611500891
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: Driver Epson WorkForce 1100
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: Using fd 0
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: Set options:
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set string DitherAlgorithm to None
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set special string DitherAlgorithm to None
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set string Quality to Standard
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set special string Quality to Standard
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting PageSize to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting MediaType to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting InputSlot to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting Duplex to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CDInnerRadius to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CDOuterDiameter to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CDInnerDiameter to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CDXAdjustment to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CDYAdjustment to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CDAllowOtherMedia to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting Resolution to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set string InkType to None
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set special string InkType to None
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting UseGloss to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting InkSet to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set string PrintingDirection to None
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set special string PrintingDirection to None
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set bool FullBleed to False (0)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set string Weave to None
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set special string Weave to None
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting OutputOrder to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting AlignmentPasses to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting AlignmentChoices to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting InkChange to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting AlternateAlignmentPasses to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting AlternateAlignmentChoices to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting SupportsPacketMode to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting InterchangeableInk to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting InkChannels to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting RawChannelNames to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting ChannelNames to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting PrintingMode to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting RawChannels to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CyanHueCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting MagentaHueCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting YellowHueCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting BlueHueCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting OrangeHueCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting RedHueCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting GreenHueCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_max_hres to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_max_vres to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_min_hres to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_min_vres to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_nozzles to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_black_nozzles to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_fast_nozzles to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_min_nozzles to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_min_black_nozzles to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_min_fast_nozzles to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_nozzle_start to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_black_nozzle_start to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_fast_nozzle_start to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_nozzle_separation to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_black_nozzle_separation to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_fast_nozzle_separation to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_separation_rows to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_max_paper_width to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_max_paper_height to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_min_paper_width to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_min_paper_height to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_max_imageable_width to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_max_imageable_height to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_extra_feed to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_pseudo_separation_rows to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_base_separation to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_resolution_scale to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_initial_vertical_offset to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_black_initial_vertical_offset to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_max_black_resolution to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_zero_margin_offset to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_extra_720dpi_separation to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_micro_left_margin to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_min_horizontal_position_alignment to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_base_horizontal_position_alignment to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_bidirectional_upper_limit to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_physical_channels to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_left_margin to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_right_margin to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_top_margin to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_bottom_margin to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_ink_type to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_bits to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_base_res to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_alignment_passes to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_alignment_choices to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_alternate_alignment_passes to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_alternate_alignment_choices to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_cd_page_width to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_cd_page_height to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_cd_x_offset to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_cd_y_offset to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_paper_extra_bottom to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_preinit_sequence to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_preinit_remote_sequence to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_postinit_remote_sequence to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting escp2_vertical_borderless_sequence to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting BandEnhancement to \'None\'
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting PaperThickness to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting VacuumIntensity to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting FeedSequence to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting PrintMethod to \'None\'
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting PlatenGap to \'None\'
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting FeedAdjustment to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set string ColorCorrection to None
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set special string ColorCorrection to None
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting ChannelBitDepth to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting InputImageType to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting STPIOutputType to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting STPIRawChannels to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting SimpleGamma to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set bool LinearContrast to False (0)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting LUTDumpFile to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CyanCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting MagentaCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting YellowCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting BlackCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting RedCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting GreenCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting BlueCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting WhiteCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting HueMap to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting SatMap to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting LumMap to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting GCRCurve to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh0 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh1 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh2 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh3 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh4 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh5 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh6 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh7 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh8 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh9 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh10 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh11 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh12 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh13 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh14 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh15 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh16 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh17 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh18 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh19 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh20 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh21 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh22 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh23 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh24 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh25 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh26 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh27 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh28 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh29 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh30 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh31 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh32 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh33 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh34 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh35 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh36 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh37 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh38 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh39 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh40 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh41 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh42 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh43 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh44 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh45 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh46 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh47 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh48 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh49 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh50 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh51 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh52 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh53 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh54 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh55 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh56 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh57 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh58 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh59 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh60 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh61 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh62 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting CurveCh63 to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set string ImageType to TextGraphics
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:   Set special string ImageType to TextGraphics
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting JobMode to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting PageNumber to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting NumCopies to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint:     Not setting Collate to (null)
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Gutenprint: End options
D [24/Jan/2021:09:08:12 -0600] [Job 1457] dyld: lazy symbol binding failed: Symbol not found: _cupsRasterOpen
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Referenced from: /usr/libexec/cups/filter/rastertogutenprint.5.3
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Expected in: /usr/lib/libcups.2.dylib
D [24/Jan/2021:09:08:12 -0600] [Job 1457] dyld: Symbol not found: _cupsRasterOpen
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Referenced from: /usr/libexec/cups/filter/rastertogutenprint.5.3
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Expected in: /usr/lib/libcups.2.dylib
D [24/Jan/2021:09:08:12 -0600] [Job 1457] PID 2290 (/usr/libexec/cups/filter/rastertogutenprint.5.3) crashed on signal 6.
D [24/Jan/2021:09:08:12 -0600] [Job 1457] Sent 0 bytes...
D [24/Jan/2021:09:08:12 -0600] [Job 1457] STATE: +cups-waiting-for-job-completed
D [24/Jan/2021:09:08:12 -0600] cupsdMarkDirty(P----)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.