[MacPorts] #67616: gcc 12.3.0 does not install libd10-uwfef on i386?

MacPorts noreply at macports.org
Tue Jun 13 13:43:52 UTC 2023


#67616: gcc 12.3.0 does not install libd10-uwfef on i386?
---------------------------+--------------------
  Reporter:  barracuda156  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.8.1
Resolution:                |   Keywords:  i386
      Port:  gcc12         |
---------------------------+--------------------

Comment (by kencu):

 MacPorts gcc is built using gcc’s supported multilib setup.

 This might be Iain’s bug to fix.

 gcc is telling the linker to look here
 {{{
 /opt/local/lib/gcc12/gcc/i386-apple-darwin10/12.3.0
 }}}
 but should be telling the linker to look here
 {{{
 /opt/local/lib/gcc12/gcc/x86_64-apple-darwin10/12.3.0/i386
 }}}

 the second path looks right to me, building using gcc’s multilib setup to
 build for i386 using the 64bit gcc compiler.

 As a next step, you might see if you can reproduce this bug building a
 simple “hello, world” using gcc 64bit to make an i386 executable…

-- 
Ticket URL: <https://trac.macports.org/ticket/67616#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list