#52393 closed defect (fixed)
gcc48 +universal build fails on OS X Sierra
Reported by: | ibethune (Iain Bethune) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | gcc48 |
Description (last modified by mf2k (Frank Schima))
Hi, doing a clean install of my ports after upgrading to Sierra, I ran into the following (minor) problem with gcc48:
Iains-MacBook-Pro:src ibethune$ sudo port install gcc48 +universal ---> Computing dependencies for gcc48 ---> Building gcc48 Error: org.macports.build for port gcc48 returned: command execution failed Please see the log file for port gcc48 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gcc48 failed
The specific cause of the bug is the file - /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/doc/gcc.texi
The build process cannot deal with the @tex ... @end tex on lines 88 and 90. I applied manually the fix described here: https://gcc.gnu.org/ml/gcc-patches/2013-09/msg02100.html i.e. replacing the @tex .. @end tex with @email{...} and the build proceeded normally.
Change History (9)
comment:1 follow-up: 4 Changed 8 years ago by mf2k (Frank Schima)
Keywords: | gcc removed |
---|---|
Owner: | changed from macports-tickets@… to mww@… |
comment:2 Changed 8 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:3 Changed 8 years ago by mf2k (Frank Schima)
Summary: | gcc48 build fails on OS X Sierra → gcc48 +universal build fails on OS X Sierra |
---|
comment:4 follow-up: 5 Changed 8 years ago by ibethune (Iain Bethune)
Replying to mf2k@…:
In the future, please use WikiFormatting and Cc the port maintainers (
port info --maintainers gcc48
), if any.
Will do, I don't think I am able to change this after submission, right? Sorry!
comment:5 Changed 8 years ago by mf2k (Frank Schima)
Replying to ibethune@…:
Will do, I don't think I am able to change this after submission, right?
That is unfortunately correct.
comment:6 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Owner: | changed from mww@… to macports-tickets@… |
---|---|
Status: | new → assigned |
comment:7 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:8 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | MarcusCalhoun-Lopez added |
---|
comment:9 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
More versions of gcc are affected and need to be fixed. See #53076.
In the future, please use WikiFormatting and Cc the port maintainers (
port info --maintainers gcc48
), if any.