Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
redox
redox
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 211
    • Issues 211
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • 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
  • redoxredox
  • Issues
  • #1300

Closed
Open
Opened Jun 01, 2020 by Rodolfo Cavalcante@rccavalcante1 of 1 task completed1/1 task

Typo on make file

  • I agree that I have searched opened and closed issues to prevent duplicates.

Description

There's a / missing on https://gitlab.redox-os.org/redox-os/redox/-/blob/master/mk/prefix.mk#L22:

prefix/x86_64-unknown-redoxrust-install/x86_64-unknown-redox/include/c++

It should be:

prefix/x86_64-unknown-redox/rust-install/x86_64-unknown-redox/include/c++

make all
rm -rf "prefix/x86_64-unknown-redox/relibc-install.partial" "prefix/x86_64-unknown-redox/relibc-install"
cp -r "prefix/x86_64-unknown-redox/rust-install" "prefix/x86_64-unknown-redox/relibc-install.partial"
rm -rf "prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/"*
cp -r "prefix/x86_64-unknown-redoxrust-install/x86_64-unknown-redox/include/c++" "prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/c++"
cp: cannot stat 'prefix/x86_64-unknown-redoxrust-install/x86_64-unknown-redox/include/c++': No such file or directory
make: *** [mk/prefix.mk:22: prefix/x86_64-unknown-redox/relibc-install] Error 1

I didn't give any other information since this is probably just a typo on the make script.

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