|
From: Marc C. <cul...@gm...> - 2019-10-09 18:10:06
|
And Tcl is mentioned when you run /usr/bin/tclsh: $ /usr/bin/tclsh WARNING: This version of tcl is included in macOS for compatibility with legacy software. In future versions of macOS the tcl runtime will not be available by default, and may require you to install an additional package. On Wed, Oct 9, 2019 at 1:06 PM Marc Culler <cul...@gm...> wrote: > It is specifically mentioned when you run /usr/bin/wish > > $ /usr/bin/wish > DEPRECATION WARNING: The system version of Tk is deprecated and may be > removed in a future release. Please don't rely on it. Set > TK_SILENCE_DEPRECATION=1 to suppress this warning. > > What changes did you have to make to your package?? > > - Marc > > On Wed, Oct 9, 2019 at 12:57 PM Brad Lanam <bra...@gm...> > wrote: > >> Mac OS Catalina has a new security model. >> Anyone producing .pkg or .dmg files needs to check and make >> sure their installation process works. >> >> Fortunately, with a little research and much flailing around, my .pkg is >> working again. >> >> Python2, ruby, perl will be removed from the next release of Mac OS. >> Tcl (8.5.9) is not specifically mentioned, but I would not surprised if it >> got removed also. >> >> >> On Wed, Oct 9, 2019 at 7:20 AM Donal K. Fellows < >> don...@ma...> wrote: >> >>> On 09/10/2019 04:43, Marc Culler wrote: >>> > I am not in favor of accepting test failures. >>> >>> Nobody is, but if we can't fix (or define a way to reliably skip when >>> the test is known to fail for silly reasons unrelated to what is really >>> being tested) then what other alternative is there? >>> >>> Donal. >>> _______________________________________________ >>> Tcl-Core mailing list >>> Tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcl-core >>> >> _______________________________________________ >> Tcl-Core mailing list >> Tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcl-core >> > |