Skip to content

GitLab

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

Closed
Open
Opened Dec 15, 2017 by Jeremy Soller@jackpot51Owner

Issues building on Fedora 27

Created by: cafeclimber

Attempting to build on Fedora 27. Following steps similar to #41 (closed). I've installed those specific versions of automake and autoconf and updated my setup.sh to match what they described. However, on running ./setup newlib, I get the following:

...
info: component 'rust-src' is up to date
~/Documents/Programming/Rust/libc/newlib/newlib/libc/sys ~/Documents/Programming/Rust/libc/build/cross
main::scan_file() called too early to check prototype at /usr/local/bin/aclocal-1.11 line 644.
configure.in:20: warning: macro `AM_PROG_LIBTOOL' not found in library
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/local/bin/automake-1.11 line 4159.

Here is some basic information about my system:

$ uname -a
*********** 4.14.3-300.fc27.x86_64 #1 SMP Mon Dec 4 17:18:27 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

I've also tried cloning the most recent version of the repo, and running git submodule update --recursive --init before making those edits to setup.sh and get the same result.

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