YannMoisan opened a new issue, #494:
URL: https://github.com/apache/datafusion-comet/issues/494

   ### Describe the bug
   
   I've encountered errors during the installation.
   
   ### Steps to reproduce
   
   This command `make release PROFILES="-Pspark-3.4"` triggers the following 
errors
   
   ```
   error[E0554]: `#![feature]` may not be used on the stable release channel
     --> src/lib.rs:23:34
      |
   23 | #![cfg_attr(feature = "nightly", feature(core_intrinsics))]
      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^
   
   error[E0554]: `#![feature]` may not be used on the stable release channel
     --> src/lib.rs:24:1
      |
   24 | #![feature(specialization)]
      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   
   warning: the feature `core_intrinsics` is internal to the compiler or 
standard library
     --> src/lib.rs:23:42
      |
   23 | #![cfg_attr(feature = "nightly", feature(core_intrinsics))]
      |                                          ^^^^^^^^^^^^^^^
      |
      = note: using it is strongly discouraged
      = note: `#[warn(internal_features)]` on by default
   
   error[E0554]: `#![feature]` may not be used on the stable release channel
     --> src/lib.rs:23:42
      |
   23 | #![cfg_attr(feature = "nightly", feature(core_intrinsics))]
      |                                          ^^^^^^^^^^^^^^^
   
   For more information about this error, try `rustc --explain E0554`.
   warning: `comet` (lib) generated 1 warning
   error: could not compile `comet` (lib) due to 3 previous errors; 1 warning 
emitted
   make: *** [release] Error 101
   ```
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   ```
   ❯ sw_vers
   ProductName: macOS
   ProductVersion:      12.6.2
   ```
   
   ```
   ❯ cargo -V
   cargo 1.77.1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to