| Summary: | toolchain not found error when building netsurf | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | dr.ryanthach |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED MOVED | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2020.05 | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
This is a screenshot of the Ubuntu VM's terminal
.config file (zip compressed) |
||
Could you attach to this bug report the exact Buildroot .config file that allows to reproduce this issue ? Indeed, in our autobuilder infrastructure, the build of netsurf hasn't failed since July 2019. (In reply to Thomas Petazzoni from comment #1) The .config file is a little too large so I uploaded it to google drive: https://drive.google.com/file/d/1lkzMvf5SjPqrr3vTQKZxzUDiQeVj1K61/view?usp=sharing Created attachment 8531 [details]
.config file (zip compressed)
Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
|
Created attachment 8526 [details] This is a screenshot of the Ubuntu VM's terminal General summary: The bug occurred after the makefile.tools for netsurf goes to auto-detect a toolchain. Description of the bug: Overview: The bug happens when Netsurf's Makefile.tools goes to auto-detect a toolchain. (Defined beginning at line 353 of the Makefile.tools file) For unknown reasons the process failed, even though two valid toolchains were present (gcc and clang). Steps to reproduce (This is not perfect): 1. Make buildroot configure to output a Linux distro made for x86_64 PCs for EFI and in the build options enable gcc and glibc 2. Configure a distro that does not include libgtk3 in anyway 3. Enable netsurf 4. Compile Expected Results: Netsurf will compile successfully and the compilation will move on as usual Actual Results: Netsurf completely fails to detect a toolchain and fails Build Date and Hardware: July 14, 2020 10:45 AM EST on a Macbook Pro mid-2017 running MacOS 10.14.6 running a Ubuntu VM