From: Matt B. <wal...@ma...> - 2021-02-02 17:07:55
|
> On Feb 2, 2021, at 10:05 AM, Steve Letter <sle...@ya...> wrote: > >> >> On Feb 1, 2021, at 9:33 PM, Matt Broughton <wal...@ma...> wrote: >> >> >> >>> On Feb 1, 2021, at 11:53 AM, Steve Letter <sle...@ya... <mailto:sle...@ya...>> wrote: >>> >>> On Monday, February 1, 2021, 12:05:13 PM EST, Matt Broughton <wal...@ma... <mailto:wal...@ma...>> wrote: >>> >>> >>> >>> >>> > On Feb 1, 2021, at 10:57 AM, Steve Letter <sle...@ya... <mailto:sle...@ya...>> wrote: >>> > >>> > >>> >> On Feb 1, 2021, at 11:01 AM, Matt Broughton <wal...@ma... <mailto:wal...@ma...>> wrote: >>> >> >>> >> Success!! With macos 10.14.6 Mojave. Install log looks clean, queue PPDs are updated, and it prints. I checked a couple of binaries for the architectures included. Both x86-64 and arm64 are listed. The output of the `file` command looks a bit more wordier than before, but I'm not going to quibble. >>> >> >>> >> file /Library/Printers/Gutenprint.printerDriver/Contents/MacOS/commandtocanon >>> >> /Library/Printers/Gutenprint.printerDriver/Contents/MacOS/commandtocanon: 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/commandtocanon (for architecture x86_64): Mach-O 64-bit executable x86_64 >>> >> /Library/Printers/Gutenprint.printerDriver/Contents/MacOS/commandtocanon (for architecture arm64): Mach-O 64-bit executable arm64 >>> >> >>> >> I have my new test machine almost set up, so now I can test Lion 10.7 thru High Sierra 10.13 plus Mojave on my current MacBook Pro. I will check with at least Lion 10.7. >>> >> >>> >> Matt >>> >> >>> > >>> > I tested on 10.9 Mavericks, 10.14 Mojave, 10.15 Catalina and 11.1 BigSur (on Silicon, M1) on an unsupported printer that prints, although not quite correctly. >>> >>> I do want to test it on 10.7 Lion to make sure there are no install errors. It may not be able to handle the arm64 portion. I know that at least once they just stripped off the part the OS didn’t understand. >>> >>> Matt >>> >>> Sent from my iPad >>> >>> >>> Of course! I was just adding additional information. The more testing the better! >> >> Installs fine on Lion 10.7.5. Both x86_64 and arm64 get installed. Prints fine to my Epson WorkForce 1100. >> >> Matt >> > > So now I need to get more familiar with autotools to make some changes in configuring, a few changes in my build script, get the changes into git and I will be ready to do an official build. > > I haven’t gotten any other feedback from the other 30 something downloads, I guess that’s good news. > > If we want to do an official build before I finish the above, I can easily reproduce the hacked build. > > And by the way, there are bugs in the M1 tool chain so I am currently building on x86 (10.15) with the latest Xcode command line tools. Just to add another data point. As expected Mac OS X 10.6 cannot install the package. Feb 2 10:24:35 SL Installer[383]: Failed to verify data against certificate. Feb 2 10:24:35 SL Installer[383]: Invalid Distribution File/Package We may well want to drop 10.6. It can't connect to https:// website either. Matt |