[MacPorts] #65286: graphviz 2.50.0 fails to build universal on Leopard: malloc errors, intel destroot added when build is for ppc+ppc64
MacPorts
noreply at macports.org
Fri Jun 3 23:16:09 UTC 2022
#65286: graphviz 2.50.0 fails to build universal on Leopard: malloc errors, intel
destroot added when build is for ppc+ppc64
-------------------------------------+----------------------
Reporter: barracuda156 | Owner: mascguy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Keywords: powerpc, leopard, ppc64 | Port: graphviz
-------------------------------------+----------------------
Obviously I had to add `muniversal 1.0`, since it requires C++ 2011, and
`gcc11` (or any other supporting the standard) does not accept multiple
arch flags.
Then the build fails at destroot with:
{{{
xinstall: mkdir
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_graphviz/graphviz/work
/destroot-powerpc//opt/local/var/spool
xinstall: mkdir
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_graphviz/graphviz/work
/destroot-powerpc//opt/local/www
xinstall: mkdir
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_graphviz/graphviz/work
/destroot-powerpc//usr
xinstall: mkdir
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_graphviz/graphviz/work
/destroot-intel
xinstall: mkdir
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_graphviz/graphviz/work
/destroot-ppc-intel
xinstall: mkdir
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_graphviz/graphviz/work/destroot
dot(50880) malloc: *** error for object 0x10201f2c8: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201e698: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201e5b8: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201e628: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201e428: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201e2d8: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201e198: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201e238: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201e008: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201f148: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201f448: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201f458: Non-aligned pointer
being freed
*** set a breakpoint in malloc_error_break to debug
dot(50880) malloc: *** error for object 0x10201f490: Non-aligned pointer
being freed (2)
*** set a breakpoint in malloc_error_break to debug
}}}
--
Ticket URL: <https://trac.macports.org/ticket/65286>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list