Opened 8 years ago
Last modified 2 months ago
#51569 assigned defect
Error Building arm-none-linux-gnueabi-gcc
Reported by: | Kibabalu (Kiba Balu) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | arm-none-linux-gnueabi-gcc |
Description (last modified by mf2k (Frank Schima))
sudo port install arm-none-linux-gnueabi-gcc ---> Computing dependencies for arm-none-linux-gnueabi-gcc ---> Fetching archive for arm-none-linux-gnueabi-gcc ---> Attempting to fetch arm-none-linux-gnueabi-gcc-2005q3-2_0.darwin_15.x86_64.tbz2 from https://packages.macports.org/arm-none-linux-gnueabi-gcc ---> Attempting to fetch arm-none-linux-gnueabi-gcc-2005q3-2_0.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/arm-none-linux-gnueabi-gcc ---> Attempting to fetch arm-none-linux-gnueabi-gcc-2005q3-2_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/arm-none-linux-gnueabi-gcc ---> Fetching distfiles for arm-none-linux-gnueabi-gcc ---> Attempting to fetch gcc-2005q3-2.tar.bz2 from https://distfiles.macports.org/gcc ---> Verifying checksums for arm-none-linux-gnueabi-gcc ---> Extracting arm-none-linux-gnueabi-gcc ---> Applying patches to arm-none-linux-gnueabi-gcc ---> Configuring arm-none-linux-gnueabi-gcc ---> Building arm-none-linux-gnueabi-gcc Error: org.macports.build for port arm-none-linux-gnueabi-gcc returned: command execution failed Please see the log file for port arm-none-linux-gnueabi-gcc for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_cross_arm-none-linux-gnueabi-gcc/arm-none-linux-gnueabi-gcc/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port arm-none-linux-gnueabi-gcc failed
Attachments (1)
Change History (9)
comment:1 Changed 8 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to stuartwesterman@… |
---|
comment:2 Changed 8 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:3 Changed 8 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
You have provided no useful information to debug your problem. Please attach the main.log file after cleaning the port and re-open the ticket.
Changed 8 years ago by Kibabalu (Kiba Balu)
comment:4 Changed 8 years ago by Kibabalu (Kiba Balu)
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:5 Changed 8 years ago by mf2k (Frank Schima)
Owner: | stuartwesterman deleted |
---|---|
Status: | reopened → assigned |
comment:6 Changed 6 years ago by yplaksyuk (Yuri Plaksyuk)
Two years passed. Is anybody going to fix this? macos mojave... still cannot install arm-none-linux-gnueabi-gcc due to build failure... :-(
comment:7 Changed 6 years ago by tcwan (TC Wan)
For linux cross compilation, I think the best bet is to use Docker cross-compiler images rather than to try and compile it on macOS. Reason being that HFS+ by default does not use case-sensitive filenames, which will fail in subtle ways (notably when compiling the Linux kernel).
comment:8 Changed 2 months ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting and Cc the port maintainers (
port info --maintainers arm-none-linux-gnueabi-gcc
), if any.