Opened 8 years ago

Last modified 7 years ago

#52393 closed defect

gcc48 build fails on OS X Sierra — at Initial Version

Reported by: ibethune (Iain Bethune) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: gcc48

Description

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 (0)

Note: See TracTickets for help on using tickets.