Opened 10 years ago
Closed 8 years ago
#46940 closed defect (worksforme)
libgcc @4.9.2: Bootstrap comparison failure!
Reported by: | bri.cales@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | larryv (Lawrence Velázquez) | |
Port: | libgcc |
Description (last modified by larryv (Lawrence Velázquez))
Hello,
I am trying to update my macports by using the commands:
sudo port -v selfupdate sudo port upgrade outdated
The self update works without errors but when I execute the second command I get this error:
Error: org.macports.build for port libgcc returned: command execution failed Please see the log file for port libgcc for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/libgcc/main.log Error: Problem while installing libgcc
Suggestions?
Attachments (1)
Change History (4)
Changed 10 years ago by bri.cales@…
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
Cc: | larryv@… added |
---|---|
Description: | modified (diff) |
Keywords: | libgcc gcc removed |
Owner: | changed from macports-tickets@… to mww@… |
Port: | libgcc added |
comment:2 Changed 9 years ago by tedescn@…
This work around worked for me, I'm currently updating ports post OSX El Capitan install and hit this same issue. Thanks.
comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Summary: | Error: org.macports.build for port libgcc returned: command execution failed → libgcc @4.9.2: Bootstrap comparison failure! |
The log shows that libgcc from gcc49 failed to bootstrap:
:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/libgcc/work/build' :info:build Comparing stages 2 and 3 :info:build warning: gcc/cc1-checksum.o differs :info:build warning: gcc/cc1obj-checksum.o differs :info:build warning: gcc/cc1objplus-checksum.o differs :info:build warning: gcc/cc1plus-checksum.o differs :info:build Bootstrap comparison failure! :info:build libiberty/lrealpath.o differs :info:build libiberty/regex.o differs :info:build make[2]: *** [compare] Error 1
libgcc has been updated to newer versions since then, and we have packages built for 10.6 and later, so I assume whatever problem existed when this ticket was filed is either resolved or is specific to your computer.
Note: See
TracTickets for help on using
tickets.
This is not a clean build. As per the Guide, please clean, try installing again, and attach the new
main.log
if it fails.