Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
O
orbutils
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • 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
  • orbutils
  • Issues
  • #4

Closed
Open
Opened Jul 24, 2016 by Ian Douglas Scott@ids1024Maintainer

Fails to compile due to ransid errors

I get this trying to build orbutils on Linux:

   Compiling orbutils v0.1.10 (file:///home/ian/Devel/src/redox/orbutils)
src/terminal/console.rs:105:28: 105:38 error: attempted access of field `bold` on type `console::ransid::Block`, but no field with that name was found
src/terminal/console.rs:105                         if block.bold {
                                                       ^~~~~~~~~~
src/terminal/console.rs:105:34: 105:38 help: did you mean `bg`?
src/terminal/console.rs:105                         if block.bold {
                                                             ^~~~
src/terminal/console.rs:115:24: 115:40 error: attempted access of field `underlined` on type `console::ransid::Block`, but no field with that name was found
src/terminal/console.rs:115                     if block.underlined {
                                                   ^~~~~~~~~~~~~~~~
src/terminal/console.rs:115:30: 115:40 help: did you mean `style`?
src/terminal/console.rs:115                     if block.underlined {
                                                         ^~~~~~~~~~
error: aborting due to 2 previous errors
error: Could not compile `orbutils`.

To learn more, run the command again with --verbose.
zsh: exit 101   rustup run nightly cargo build

Moreover, the ransid github repo linked to on crates.io returns a 404.

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