Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
cookbook
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • redox-os
  • cookbook
  • Issues
  • #137

Closed
Open
Opened Apr 13, 2018 by Jeremy Soller@jackpot51Owner

Arch Linux: core won't compile

Created by: Ploppz

Following the instructions for Arch Linux, I get lots of these compiler errors when I try to makepkg -si in libc/packages/arch/newlib:

   Compiling core v0.0.0 (file:///home/ploppz/code/redox/libc/packages/arch/newlib/src/rust/src/libcore)
error[E0204]: the trait `Copy` may not be implemented for this type
  --> /home/ploppz/code/redox/libc/packages/arch/newlib/src/rust/src/libcore/num/flt2dec/decoder.rs:24:10
   |
24 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
   |          ^^^^
...
27 |     pub mant: u64,
   |     ------------- this field does not implement `Copy`

I tried both latest nightly and latest stable. (by rustup default)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/cookbook#137