Opened 3 years ago
Closed 2 years ago
#64023 closed update (fixed)
tcl @8.6.12 does not understand the configure option --enable-corefoundation
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | tiger | Cc: | chrstphrchvz (Christopher Chavez) |
Port: | tcl |
Description
Configuring package 'itcl4.2.2' configure: WARNING: unrecognized options: --enable-corefoundation checking TEA configuration... ok (TEA 3.13) … config.status: creating itclConfig.sh configure: WARNING: unrecognized options: --enable-corefoundation Configuring package 'tdbc1.1.3' configure: WARNING: unrecognized options: --enable-corefoundation checking TEA configuration... ok (TEA 3.13) configure: configuring tdbc 1.1.3 checking system version... Darwin-8.11.0 … config.status: creating tdbcConfig.sh configure: WARNING: unrecognized options: --enable-corefoundation Configuring package 'tdbcmysql1.1.3' configure: WARNING: unrecognized options: --enable-corefoundation checking TEA configuration... ok (TEA 3.13) configure: configuring tdbcmysql 1.1.3 checking system version... Darwin-8.11.0 … config.status: creating pkgIndex.tcl configure: WARNING: unrecognized options: --enable-corefoundation Configuring package 'tdbcodbc1.1.3' configure: WARNING: unrecognized options: --enable-corefoundation checking TEA configuration... ok (TEA 3.13) configure: configuring tdbcodbc 1.1.3 checking system version... Darwin-8.11.0 … config.status: creating pkgIndex.tcl configure: WARNING: unrecognized options: --enable-corefoundation Configuring package 'tdbcpostgres1.1.3' configure: WARNING: unrecognized options: --enable-corefoundation checking TEA configuration... ok (TEA 3.13) configure: configuring tdbcpostgres 1.1.3 checking system version... Darwin-8.11.0 … config.status: creating pkgIndex.tcl configure: WARNING: unrecognized options: --enable-corefoundation Configuring package 'tdbcsqlite3-1.1.3' configure: WARNING: unrecognized options: --with-tclinclude, --enable-corefoundation, --enable-shared checking TEA configuration... ok (TEA 3.13) configure: configuring tdbcsqlite3 1.1.3 checking system version... Darwin-8.11.0 … config.status: creating pkgIndex.tcl configure: WARNING: unrecognized options: --with-tclinclude, --enable-corefoundation, --enable-shared Configuring package 'thread2.8.7' configure: WARNING: unrecognized options: --enable-corefoundation checking TEA configuration... ok (TEA 3.14) configure: configuring thread 2.8.7 checking system version... Darwin-8.11.0 … config.status: creating pkgIndex.tcl configure: WARNING: unrecognized options: --enable-corefoundation Building package 'itcl4.2.2' …
Change History (6)
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | mcalhoun@… removed |
---|---|
Owner: | set to MarcusCalhoun-Lopez |
Status: | new → assigned |
comment:2 Changed 3 years ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
comment:3 Changed 3 years ago by chrstphrchvz (Christopher Chavez)
comment:4 Changed 2 years ago by ballapete (Peter "Pete" Dyballa)
Since it seems to be more of a Tcl than a MacPorts problem this ticket can be closed.
comment:6 Changed 2 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
These warnings all come from extensions bundled with core Tcl, which seem to have inherited this option as passed to Tcl configure but do not recognize it as they likely make no direct use of Core Foundation. So these warnings are harmless and expected, unless one believes Tcl should not be passing unrecognized options to bundled extensions (which would be an upstream issue).