[MacPorts] #71170: samba-4.20.0: 'In function 'sys_quotactl_4B' . . . quotactl' from incompatible pointer type (powerpc, 10.5.8)

MacPorts noreply at macports.org
Sun Oct 27 08:09:37 UTC 2024


#71170: samba-4.20.0: 'In function 'sys_quotactl_4B'  . . . quotactl' from
incompatible pointer type (powerpc, 10.5.8)
---------------------------+--------------------
  Reporter:  saxfun        |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.10.1
Resolution:                |   Keywords:
      Port:  samba-4.20.0  |
---------------------------+--------------------

Comment (by barracuda156):

 This looks like a minor bug in the code, regarding which gcc14 is stricter
 than earlier versions.

 A quick fix will be to add:
 {{{
 configure.cflags-append -Wno-error=incompatible-pointer-types
 }}}
 Or otherwise build it with gcc13.

 Probably has nothing to do with powerpc specifically.

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


More information about the macports-tickets mailing list