[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mozilla Software on Sparc64/Linux





On Mon, Nov 22, 2021 at 9:30 AM John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> wrote:
On 11/21/21 22:37, Connor McLaughlan wrote:
> Now it compiles unicode-xid v.0.1.0, but crashes at libc v0.2.39:
> make[5]: Entering directory

Try building with a slightly newer rustc version or use LLVM-6.0 instead
as originally intended.

Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Hello Adrian,

i now used rustc version... 1.35.0, cargo version... 1.34.0 and it went much further and compiled many rust targets.

It stopped at:

  Compiling style_traits v0.0.1 (/<<PKGBUILDDIR>>/servo/components/style_traits)
error: missing documentation for macro
   --> servo/components/style_traits/values.rs:142:1
    |
142 | macro_rules! serialize_function {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
note: lint level defined here
   --> servo/components/style_traits/lib.rs:12:22
    |
12  | #![deny(unsafe_code, missing_docs)]
    |                      ^^^^^^^^^^^^
error: missing documentation for macro
   --> servo/components/style_traits/values.rs:414:1
    |
414 | macro_rules! define_css_keyword_enum {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
error: Could not compile `style_traits`.

Should i go up or down with the rustc version? Or is there another way to fix it?

Regards,
Connor

Reply to: