mistydemeo / tigerbrew

Experimental fork of homebrew for PPC Macs on Tiger
Other
535 stars 129 forks source link

Cairo will not build on Leopard 10.5.8 on PowerPC (___umodti3, ___udivti3, ___multi3 undefined symbols) #187

Open g8kig opened 10 years ago

g8kig commented 10 years ago

Output from HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install cairo

==> Downloading http://cairographics.org/releases/cairo-1.12.16.tar.xz Already downloaded: /Library/Caches/Homebrew/cairo-1.12.16.tar.xz ==> Verifying cairo-1.12.16.tar.xz checksum /usr/local/opt/xz/bin/xz -dc "/Library/Caches/Homebrew/cairo-1.12.16.tar.xz" | tar xf - ==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/cairo/1.12.16_1 --enable-gobject=yes --with-x --enable-xcb=no checking for gcc... /usr/bin/gcc-4.2 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc-4.2 accepts -g... yes checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for unistd.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc-4.2... none checking whether make supports nested variables... yes checking build system type... powerpc-apple-darwin9.8.0 checking host system type... powerpc-apple-darwin9.8.0 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert powerpc-apple-darwin9.8.0 file names to powerpc-apple-darwin9.8.0 format... func_convert_file_noop checking how to convert powerpc-apple-darwin9.8.0 file names to toolchain format... func_convert_file_noop checking for /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld option to reload object files... -r checking for objdump... no checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.2 object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... ld: unknown option: -force_load no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes checking if /usr/bin/gcc-4.2 static flag -static works... no checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.8.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for find... /usr/bin/find checking for xargs... /usr/bin/xargs checking for gcc... (cached) /usr/bin/gcc-4.2 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++-4.2 accepts -g... yes checking dependency style of /usr/bin/g++-4.2... none checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) is GNU ld... no checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) supports shared libraries... yes checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common -DPIC checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes checking if /usr/bin/g++-4.2 static flag -static works... no checking if /usr/bin/g++-4.2 supports -c -o file.o... yes checking if /usr/bin/g++-4.2 supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.8.0 dyld checking how to hardcode library paths into programs... immediate checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together... yes checking for inline... inline checking for pkg-config... (cached) /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for supported warning flags... checking whether /usr/bin/gcc-4.2 supports -Werror... yes checking whether /usr/bin/gcc-4.2 supports -errwarn... no checking whether /usr/bin/gcc-4.2 supports -Wall... yes checking whether /usr/bin/gcc-4.2 supports -Wextra... yes checking whether /usr/bin/gcc-4.2 supports -Wold-style-definition... yes checking whether /usr/bin/gcc-4.2 supports -Wdeclaration-after-statement... yes checking whether /usr/bin/gcc-4.2 supports -Wmissing-declarations... yes checking whether /usr/bin/gcc-4.2 supports -Werror-implicit-function-declaration... yes checking whether /usr/bin/gcc-4.2 supports -Wnested-externs... yes checking whether /usr/bin/gcc-4.2 supports -Wpointer-arith... yes checking whether /usr/bin/gcc-4.2 supports -Wwrite-strings... yes checking whether /usr/bin/gcc-4.2 supports -Wsign-compare... yes checking whether /usr/bin/gcc-4.2 supports -Wstrict-prototypes... yes checking whether /usr/bin/gcc-4.2 supports -Wmissing-prototypes... yes checking whether /usr/bin/gcc-4.2 supports -Wpacked... yes checking whether /usr/bin/gcc-4.2 supports -Wswitch-enum... yes checking whether /usr/bin/gcc-4.2 supports -Wmissing-format-attribute... yes checking whether /usr/bin/gcc-4.2 supports -Wbad-function-cast... yes checking whether /usr/bin/gcc-4.2 supports -Wvolatile-register-var... yes checking whether /usr/bin/gcc-4.2 supports -Wstrict-aliasing=2... yes checking whether /usr/bin/gcc-4.2 supports -Winit-self... yes checking whether /usr/bin/gcc-4.2 supports -Wunsafe-loop-optimizations... yes checking whether /usr/bin/gcc-4.2 supports -Wno-missing-field-initializers... yes checking whether /usr/bin/gcc-4.2 supports -Wno-unused-parameter... yes checking whether /usr/bin/gcc-4.2 supports -Wno-attributes... yes checking whether /usr/bin/gcc-4.2 supports -Wno-long-long... yes checking whether /usr/bin/gcc-4.2 supports -Winline... yes checking whether /usr/bin/gcc-4.2 supports -erroff=E_ENUM_TYPE_MISMATCH_ARG... no checking whether /usr/bin/gcc-4.2 supports -erroff=E_ENUM_TYPE_MISMATCH_OP... no checking whether /usr/bin/gcc-4.2 supports -fno-strict-aliasing... yes checking whether /usr/bin/gcc-4.2 supports -fno-common... yes checking whether /usr/bin/gcc-4.2 supports -Wp,-D_FORTIFY_SOURCE=2... yes checking whether /usr/bin/gcc-4.2 supports -Wunused-but-set-variable -Wno-unused-but-set-variable... no checking which warning flags were supported... -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2 checking how to enable unused result warnings... attribute((warn_unused_result)) checking how to allow undefined symbols in shared libraries used by test suite... checking for native atomic primitives... Intel checking whether atomic ops require a memory barrier... yes checking size of void *... 4 checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking size of size_t... 4 checking for native Win32... no checking for Sun Solaris (non-POSIX ctime_r)... no checking for sched_yield in -lrt... no checking for shm_open in -lrt... no checking for connect in -lsocket... no checking for __builtin_return_address(0)... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking sys/int_types.h usability... no checking sys/int_types.h presence... no checking for sys/int_types.h... no checking for uint64_t... yes checking for uint128_t... no checking for __uint128_t... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking for alarm... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking for sched_getaffinity... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... no checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking for feenableexcept... no checking for fedisableexcept... no checking for feclearexcept... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking for signal.h... (cached) yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking for fenv.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for ctime_r... yes checking for drand48... yes checking for flockfile... yes checking for funlockfile... yes checking for getline... no checking for link... yes checking for strndup... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for sys/stat.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking for mkdir... yes checking mkdir variant... mkdir(path, mode) checking for fork... yes checking for waitpid... yes checking for raise... yes checking for VALGRIND... no no checking for compress in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for lzo2a_decompress in -llzo2... no checking for dlsym in -ldl... yes checking for dlfcn.h... (cached) yes checking for X... libraries /usr/X11/lib, headers /usr/X11/include checking for cairo's Xlib surface backend feature... checking for xlib... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking whether shmctl IPC_RMID allowes subsequent attaches... no checking for X11/extensions/XShm.h... yes checking for X11/extensions/shmproto.h... yes checking for X11/extensions/shmstr.h... yes checking whether cairo's Xlib surface backend feature could be enabled... yes checking for cairo's Xlib Xrender surface backend feature... checking for xlib_xrender... yes checking for XRenderCreateLinearGradient... yes checking for XRenderCreateRadialGradient... yes checking for XRenderCreateConicalGradient... yes checking whether cairo's Xlib Xrender surface backend feature could be enabled... yes checking for cairo's XCB/SHM functions feature... checking whether cairo's XCB/SHM functions feature could be enabled... no (requires --enable-xcb) checking for cairo's Quartz surface backend feature... checking ApplicationServices/ApplicationServices.h usability... yes checking ApplicationServices/ApplicationServices.h presence... yes checking for ApplicationServices/ApplicationServices.h... yes checking whether cairo's Quartz surface backend feature could be enabled... yes checking for cairo's Quartz font backend feature... checking whether cairo's Quartz font backend feature could be enabled... yes checking for cairo's Microsoft Windows surface backend feature... checking whether cairo's Microsoft Windows surface backend feature could be enabled... no (requires a Win32 platform) checking for cairo's Microsoft Windows font backend feature... checking whether cairo's Microsoft Windows font backend feature could be enabled... no (requires a Win32 platform) checking for cairo's PNG functions feature... checking for png... yes checking whether cairo's PNG functions feature could be enabled... yes checking for cairo's EGL functions feature... checking whether cairo's EGL functions feature could be enabled... no (not required by any backend) checking for cairo's GLX functions feature... checking whether cairo's GLX functions feature could be enabled... no (not required by any backend) checking for cairo's WGL functions feature... checking whether cairo's WGL functions feature could be enabled... no (not required by any backend) checking for cairo's script surface backend feature... checking whether cairo's script surface backend feature could be enabled... yes checking for cairo's FreeType font backend feature... checking for FREETYPE... yes checking whether cairo's FreeType font backend feature could be enabled... yes checking for cairo's Fontconfig font backend feature... checking for FONTCONFIG... yes checking whether cairo's Fontconfig font backend feature could be enabled... yes checking for FT_Get_X11_Font_Format... yes checking for FT_GlyphSlot_Embolden... yes checking for FT_GlyphSlot_Oblique... yes checking for FT_Load_Sfnt_Table... yes checking for FT_Library_SetLcdFilter... yes checking for FcInit... yes checking for FcFini... yes checking for cairo's PostScript surface backend feature... checking whether cairo's PostScript surface backend feature could be enabled... yes checking for gs... no configure: WARNING: PS backend will not be tested since ghostscript is not available checking for LIBSPECTRE... no checking for cairo's PDF surface backend feature... checking whether cairo's PDF surface backend feature could be enabled... yes checking for POPPLER... no configure: WARNING: PDF backend will not be tested since poppler >= 0.17.4 is not available checking for cairo's SVG surface backend feature... checking whether cairo's SVG surface backend feature could be enabled... yes checking for LIBRSVG... no configure: WARNING: SVG backend will not be tested since librsvg >= 2.15.0 is not available checking for cairo's image surface backend feature... checking for pixman... yes checking whether cairo's image surface backend feature could be enabled... yes checking for cairo's mime surface backend feature... checking whether cairo's mime surface backend feature could be enabled... yes checking for cairo's recording surface backend feature... checking whether cairo's recording surface backend feature could be enabled... yes checking for cairo's observer surface backend feature... checking whether cairo's observer surface backend feature could be enabled... yes checking for cairo's user font backend feature... checking whether cairo's user font backend feature could be enabled... yes checking for cairo's pthread feature... checking whether cairo's pthread feature could be enabled... yes checking for cairo's gobject functions feature... checking for GOBJECT... yes checking whether cairo's gobject functions feature could be enabled... yes checking for GOBJECT... yes checking for cairo's cairo-trace feature... checking whether cairo's cairo-trace feature could be enabled... yes checking for cairo's cairo-script-interpreter feature... checking whether cairo's cairo-script-interpreter feature could be enabled... yes checking for bfd_openr in -lbfd... no checking libiberty.h usability... no checking libiberty.h presence... no checking for libiberty.h... no checking for cairo's symbol-lookup feature... checking whether cairo's symbol-lookup feature could be enabled... no (requires bfd) checking for glib... yes checking for shm_open in -lrt... (cached) no checking for gtk... no configure: creating ./config.status config.status: creating src/cairo.pc config.status: creating cairo-uninstalled.pc config.status: creating src/cairo-xlib.pc config.status: creating cairo-xlib-uninstalled.pc config.status: creating src/cairo-xlib-xrender.pc config.status: creating cairo-xlib-xrender-uninstalled.pc config.status: creating src/cairo-quartz.pc config.status: creating cairo-quartz-uninstalled.pc config.status: creating src/cairo-quartz-font.pc config.status: creating cairo-quartz-font-uninstalled.pc config.status: creating src/cairo-png.pc config.status: creating cairo-png-uninstalled.pc config.status: creating src/cairo-script.pc config.status: creating cairo-script-uninstalled.pc config.status: creating src/cairo-ft.pc config.status: creating cairo-ft-uninstalled.pc config.status: creating src/cairo-fc.pc config.status: creating cairo-fc-uninstalled.pc config.status: creating src/cairo-ps.pc config.status: creating cairo-ps-uninstalled.pc config.status: creating src/cairo-pdf.pc config.status: creating cairo-pdf-uninstalled.pc config.status: creating src/cairo-svg.pc config.status: creating cairo-svg-uninstalled.pc config.status: creating src/cairo-gobject.pc config.status: creating cairo-gobject-uninstalled.pc config.status: creating Makefile config.status: creating boilerplate/Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating test/pdiff/Makefile config.status: creating perf/Makefile config.status: creating perf/micro/Makefile config.status: creating util/Makefile config.status: creating util/cairo-fdr/Makefile config.status: creating util/cairo-gobject/Makefile config.status: creating util/cairo-missing/Makefile config.status: creating util/cairo-script/Makefile config.status: creating util/cairo-script/examples/Makefile config.status: creating util/cairo-sphinx/Makefile config.status: creating util/cairo-trace/Makefile config.status: creating util/cairo-trace/cairo-trace config.status: creating doc/Makefile config.status: creating doc/public/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing ./build/Makefile.win32.features commands config.status: creating ./build/Makefile.win32.features config.status: ./build/Makefile.win32.features is unchanged config.status: executing ./src/Makefile.am.features commands config.status: creating ./src/Makefile.am.features config.status: ./src/Makefile.am.features is unchanged config.status: executing ./src/Makefile.win32.features commands config.status: creating ./src/Makefile.win32.features config.status: ./src/Makefile.win32.features is unchanged config.status: executing ./boilerplate/Makefile.am.features commands config.status: creating ./boilerplate/Makefile.am.features config.status: ./boilerplate/Makefile.am.features is unchanged config.status: executing ./boilerplate/Makefile.win32.features commands config.status: creating ./boilerplate/Makefile.win32.features config.status: ./boilerplate/Makefile.win32.features is unchanged config.status: executing src/cairo-features.h commands config.status: creating src/cairo-features.h config.status: executing src/cairo-supported-features.h commands config.status: creating src/cairo-supported-features.h config.status: executing ./build/Makefile.win32.features-h commands config.status: creating ./build/Makefile.win32.features-h config.status: ./build/Makefile.win32.features-h is unchanged

cairo (version 1.12.16 [release]) will be compiled with:

The following surface backends: Image: yes (always builtin) Recording: yes (always builtin) Observer: yes (always builtin) Mime: yes (always builtin) Tee: no (disabled, use --enable-tee to enable) XML: no (disabled, use --enable-xml to enable) Skia: no (disabled, use --enable-skia to enable) Xlib: yes Xlib Xrender: yes Qt: no (disabled, use --enable-qt to enable) Quartz: yes Quartz-image: no (disabled, use --enable-quartz-image to enable) XCB: no (disabled, use --enable-xcb to enable) Win32: no (requires a Win32 platform) OS2: no (disabled, use --enable-os2 to enable) CairoScript: yes PostScript: yes PDF: yes SVG: yes OpenGL: no (disabled, use --enable-gl to enable) OpenGL ES 2.0: no (disabled, use --enable-glesv2 to enable) BeOS: no (disabled, use --enable-beos to enable) DirectFB: no (disabled, use --enable-directfb to enable) OpenVG: no (disabled, use --enable-vg to enable) DRM: no (disabled, use --enable-drm to enable) Cogl: no (disabled, use --enable-cogl to enable)

The following font backends: User: yes (always builtin) FreeType: yes Fontconfig: yes Win32: no (requires a Win32 platform) Quartz: yes

The following functions: PNG functions: yes GLX functions: no (not required by any backend) WGL functions: no (not required by any backend) EGL functions: no (not required by any backend) X11-xcb functions: no (disabled, use --enable-xlib-xcb to enable) XCB-shm functions: no (requires --enable-xcb)

The following features and utilities: cairo-trace: yes cairo-script-interpreter: yes

And the following internal features: pthread: yes gtk-doc: no gcov support: no symbol-lookup: no (requires bfd) test surfaces: no (disabled, use --enable-test-surfaces to enable) ps testing: no (requires libspectre) pdf testing: no (requires poppler-glib >= 0.17.4) svg testing: no (requires librsvg-2.0 >= 2.15.0)

==> make install make install-recursive Making install in src make install-am CC cairo-analysis-surface.lo CC cairo-arc.lo CC cairo-array.lo CC cairo-atomic.lo CC cairo-base64-stream.lo CC cairo-base85-stream.lo CC cairo-bentley-ottmann.lo CC cairo-bentley-ottmann-rectangular.lo CC cairo-bentley-ottmann-rectilinear.lo CC cairo-botor-scan-converter.lo CC cairo-boxes.lo CC cairo-boxes-intersect.lo CC cairo.lo CC cairo-cache.lo CC cairo-clip.lo CC cairo-clip-boxes.lo CC cairo-clip-polygon.lo CC cairo-clip-region.lo CC cairo-clip-surface.lo CC cairo-color.lo CC cairo-composite-rectangles.lo CC cairo-compositor.lo CC cairo-contour.lo CC cairo-damage.lo CC cairo-debug.lo CC cairo-default-context.lo CC cairo-device.lo CC cairo-error.lo CC cairo-fallback-compositor.lo CC cairo-fixed.lo CC cairo-font-face.lo CC cairo-font-face-twin.lo CC cairo-font-face-twin-data.lo CC cairo-font-options.lo CC cairo-freelist.lo CC cairo-freed-pool.lo CC cairo-gstate.lo CC cairo-hash.lo CC cairo-hull.lo CC cairo-image-compositor.lo CC cairo-image-info.lo CC cairo-image-source.lo CC cairo-image-surface.lo CC cairo-lzw.lo CC cairo-matrix.lo CC cairo-mask-compositor.lo CC cairo-mesh-pattern-rasterizer.lo CC cairo-mempool.lo CC cairo-misc.lo CC cairo-mono-scan-converter.lo CC cairo-mutex.lo CC cairo-no-compositor.lo CC cairo-observer.lo CC cairo-output-stream.lo CC cairo-paginated-surface.lo CC cairo-path-bounds.lo CC cairo-path.lo CC cairo-path-fill.lo CC cairo-path-fixed.lo CC cairo-path-in-fill.lo CC cairo-path-stroke.lo CC cairo-path-stroke-boxes.lo CC cairo-path-stroke-polygon.lo CC cairo-path-stroke-traps.lo CC cairo-path-stroke-tristrip.lo CC cairo-pattern.lo CC cairo-pen.lo CC cairo-polygon.lo CC cairo-polygon-intersect.lo cairo-polygon-intersect.c: In function '_cairo_bo_sweep_line_compare_edges': cairo-polygon-intersect.c:447: note: 'ax' was declared here cairo-polygon-intersect.c:447: note: 'bx' was declared here CC cairo-polygon-reduce.lo cairo-polygon-reduce.c: In function '_cairo_bo_sweep_line_compare_edges': cairo-polygon-reduce.c:448: note: 'ax' was declared here cairo-polygon-reduce.c:448: note: 'bx' was declared here CC cairo-raster-source-pattern.lo CC cairo-recording-surface.lo CC cairo-rectangle.lo CC cairo-rectangular-scan-converter.lo CC cairo-region.lo CC cairo-rtree.lo CC cairo-scaled-font.lo CC cairo-shape-mask-compositor.lo CC cairo-slope.lo CC cairo-spans.lo CC cairo-spans-compositor.lo CC cairo-spline.lo CC cairo-stroke-dash.lo CC cairo-stroke-style.lo CC cairo-surface.lo CC cairo-surface-clipper.lo CC cairo-surface-fallback.lo CC cairo-surface-observer.lo CC cairo-surface-offset.lo CC cairo-surface-snapshot.lo CC cairo-surface-subsurface.lo CC cairo-surface-wrapper.lo CC cairo-time.lo CC cairo-tor-scan-converter.lo CC cairo-tor22-scan-converter.lo CC cairo-clip-tor-scan-converter.lo CC cairo-toy-font-face.lo CC cairo-traps.lo CC cairo-tristrip.lo CC cairo-traps-compositor.lo CC cairo-unicode.lo CC cairo-user-font.lo CC cairo-version.lo CC cairo-wideint.lo CC cairo-cff-subset.lo CC cairo-scaled-font-subsets.lo cairo-scaled-font-subsets.c: In function '_cairo_scaled_font_subsets_map_glyph': cairo-scaled-font-subsets.c:603: note: 'font_utf8_len' was declared here cairo-scaled-font-subsets.c:602: note: 'font_utf8' was declared here cairo-scaled-font-subsets.c:601: note: 'font_unicode' was declared here CC cairo-truetype-subset.lo CC cairo-type1-fallback.lo CC cairo-type1-glyph-names.lo CC cairo-type1-subset.lo CC cairo-type3-glyph-surface.lo CC cairo-pdf-operators.lo CC cairo-pdf-shading.lo CC cairo-deflate-stream.lo CC cairo-xlib-display.lo CC cairo-xlib-core-compositor.lo CC cairo-xlib-fallback-compositor.lo CC cairo-xlib-render-compositor.lo CC cairo-xlib-screen.lo CC cairo-xlib-source.lo CC cairo-xlib-surface.lo CC cairo-xlib-surface-shm.lo CC cairo-xlib-visual.lo CC cairo-xlib-xcb-surface.lo CC cairo-quartz-surface.lo CC cairo-quartz-font.lo CC cairo-png.lo CC cairo-script-surface.lo cairo-script-surface.c: In function '_emit_path': cairo-script-surface.c:1819: note: 'status' was declared here CC cairo-ft-font.lo CC cairo-ps-surface.lo CC cairo-pdf-surface.lo CC cairo-svg-surface.lo CCLD libcairo.la Undefined symbols: "_umodti3", referenced from: cairo_uint128_divrem in cairo-wideint.o cairo_int128divrem in cairo-wideint.o "udivti3", referenced from: cairo_uint128_divrem in cairo-wideint.o cairo_int128_divrem in cairo-wideint.o "_multi3", referenced from: __cairo_bo_edge_intersect in cairo-bentley-ottmann.o cairo_bo_edge_intersect in cairo-bentley-ottmann.o cairo_bo_edge_intersect in cairo-bentley-ottmann.o __cairo_bo_edge_intersect in cairo-bentley-ottmann.o _edges_compare_x_for_y in cairo-bentley-ottmann.o _edges_compare_x_for_y in cairo-bentley-ottmann.o _edges_compare_x_for_y in cairo-bentley-ottmann.o _edges_compare_x_for_y in cairo-bentley-ottmann.o _edges_compare_x_for_y in cairo-bentley-ottmann.o _edge_intersect in cairo-botor-scan-converter.o _edge_intersect in cairo-botor-scan-converter.o _edge_intersect in cairo-botor-scan-converter.o _edge_intersect in cairo-botor-scan-converter.o _edges_compare_x_for_y in cairo-botor-scan-converter.o _edges_compare_x_for_y in cairo-botor-scan-converter.o _edges_compare_x_for_y in cairo-botor-scan-converter.o _edges_compare_x_for_y in cairo-botor-scan-converter.o _edges_compare_x_for_y in cairo-botor-scan-converter.o cairo_bo_edge_intersect in cairo-polygon-intersect.o cairo_bo_edge_intersect in cairo-polygon-intersect.o __cairo_bo_edge_intersect in cairo-polygon-intersect.o cairo_bo_edge_intersect in cairo-polygon-intersect.o cairo_bo_sweep_line_compare_edges in cairo-polygon-intersect.o __cairo_bo_sweep_line_compare_edges in cairo-polygon-intersect.o cairo_bo_sweep_line_compare_edges in cairo-polygon-intersect.o cairo_bo_sweep_line_compare_edges in cairo-polygon-intersect.o __cairo_bo_sweep_line_compare_edges in cairo-polygon-intersect.o cairo_bo_edge_intersect in cairo-polygon-reduce.o cairo_bo_edge_intersect in cairo-polygon-reduce.o __cairo_bo_edge_intersect in cairo-polygon-reduce.o cairo_bo_edge_intersect in cairo-polygon-reduce.o cairo_bo_sweep_line_compare_edges in cairo-polygon-reduce.o __cairo_bo_sweep_line_compare_edges in cairo-polygon-reduce.o cairo_bo_sweep_line_compare_edges in cairo-polygon-reduce.o __cairo_bo_sweep_line_compare_edges in cairo-polygon-reduce.o __cairo_bo_sweep_line_compare_edges in cairo-polygon-reduce.o ld: symbol(s) not found collect2: ld returned 1 exit status make[3]: * [libcairo.la] Error 1 make[2]: * [install] Error 2 make[1]: * [install-recursive] Error 1 make: * [install] Error 2 ==> Configuration HOMEBREW_VERSION: 0.9.5 HEAD: 1126cf3746786f7e0ca4234cf20abfae4e84279f CPU: dual-core 64-bit g5 OS X: 10.5.8-Power Macintosh Xcode: 3.1.4 X11: 2.6.3 => /usr/X11 ==> ENV CC: /usr/bin/gcc-4.2 CXX: /usr/bin/g++-4.2 OBJC: /usr/bin/gcc-4.2 OBJCXX: /usr/bin/g++-4.2 CFLAGS: -Os -w -pipe -mcpu=970 -mmacosx-version-min=10.5 CXXFLAGS: -Os -w -pipe -mcpu=970 -mmacosx-version-min=10.5 CPPFLAGS: -I/usr/local/opt/gettext/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/freetype/include -I/usr/local/opt/libpng/include -F/usr/local/Frameworks -I/usr/X11/include -I/usr/X11/include/freetype2 LDFLAGS: -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/freetype/lib -L/usr/local/opt/libpng/lib -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -L/usr/X11/lib MAKEFLAGS: -j1 CMAKE_PREFIX_PATH: /usr/local/opt/libffi:/usr/local/opt/gettext:/usr/local/opt/pixman:/usr/local/opt/fontconfig:/usr/local/opt/freetype:/usr/local/opt/libpng:/usr/X11 CMAKE_INCLUDE_PATH: /usr/X11/include:/usr/X11/include/freetype2 CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks MACOSX_DEPLOYMENT_TARGET: 10.5 PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.5:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig HOMEBREW_MAKE_JOBS: 1 ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/opt/freetype/share/aclocal:/usr/local/share/aclocal:/usr/X11/share/aclocal PATH: /usr/local/opt/gettext/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/freetype/bin:/usr/local/opt/libpng/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/Library/Contributions/cmd:/usr/X11/bin CPATH: /usr/local/include

Logs: /Users/Paul/Library/Logs/Homebrew/cairo/01.configure /Users/Paul/Library/Logs/Homebrew/cairo/02.make /Users/Paul/Library/Logs/Homebrew/cairo/config.log

Contents of 02.make

make install-recursive Making install in src make install-am CC cairo-analysis-surface.lo CC cairo-arc.lo CC cairo-array.lo CC cairo-atomic.lo CC cairo-base64-stream.lo CC cairo-base85-stream.lo CC cairo-bentley-ottmann.lo CC cairo-bentley-ottmann-rectangular.lo CC cairo-bentley-ottmann-rectilinear.lo CC cairo-botor-scan-converter.lo CC cairo-boxes.lo CC cairo-boxes-intersect.lo CC cairo.lo CC cairo-cache.lo CC cairo-clip.lo CC cairo-clip-boxes.lo CC cairo-clip-polygon.lo CC cairo-clip-region.lo CC cairo-clip-surface.lo CC cairo-color.lo CC cairo-composite-rectangles.lo CC cairo-compositor.lo CC cairo-contour.lo CC cairo-damage.lo CC cairo-debug.lo CC cairo-default-context.lo CC cairo-device.lo CC cairo-error.lo CC cairo-fallback-compositor.lo CC cairo-fixed.lo CC cairo-font-face.lo CC cairo-font-face-twin.lo CC cairo-font-face-twin-data.lo CC cairo-font-options.lo CC cairo-freelist.lo CC cairo-freed-pool.lo CC cairo-gstate.lo CC cairo-hash.lo CC cairo-hull.lo CC cairo-image-compositor.lo CC cairo-image-info.lo CC cairo-image-source.lo CC cairo-image-surface.lo CC cairo-lzw.lo CC cairo-matrix.lo CC cairo-mask-compositor.lo CC cairo-mesh-pattern-rasterizer.lo CC cairo-mempool.lo CC cairo-misc.lo CC cairo-mono-scan-converter.lo CC cairo-mutex.lo CC cairo-no-compositor.lo CC cairo-observer.lo CC cairo-output-stream.lo CC cairo-paginated-surface.lo CC cairo-path-bounds.lo CC cairo-path.lo CC cairo-path-fill.lo CC cairo-path-fixed.lo CC cairo-path-in-fill.lo CC cairo-path-stroke.lo CC cairo-path-stroke-boxes.lo CC cairo-path-stroke-polygon.lo CC cairo-path-stroke-traps.lo CC cairo-path-stroke-tristrip.lo CC cairo-pattern.lo CC cairo-pen.lo CC cairo-polygon.lo CC cairo-polygon-intersect.lo cairo-polygon-intersect.c: In function '_cairo_bo_sweep_line_compare_edges': cairo-polygon-intersect.c:447: note: 'ax' was declared here cairo-polygon-intersect.c:447: note: 'bx' was declared here CC cairo-polygon-reduce.lo cairo-polygon-reduce.c: In function '_cairo_bo_sweep_line_compare_edges': cairo-polygon-reduce.c:448: note: 'ax' was declared here cairo-polygon-reduce.c:448: note: 'bx' was declared here CC cairo-raster-source-pattern.lo CC cairo-recording-surface.lo CC cairo-rectangle.lo CC cairo-rectangular-scan-converter.lo CC cairo-region.lo CC cairo-rtree.lo CC cairo-scaled-font.lo CC cairo-shape-mask-compositor.lo CC cairo-slope.lo CC cairo-spans.lo CC cairo-spans-compositor.lo CC cairo-spline.lo CC cairo-stroke-dash.lo CC cairo-stroke-style.lo CC cairo-surface.lo CC cairo-surface-clipper.lo CC cairo-surface-fallback.lo CC cairo-surface-observer.lo CC cairo-surface-offset.lo CC cairo-surface-snapshot.lo CC cairo-surface-subsurface.lo CC cairo-surface-wrapper.lo CC cairo-time.lo CC cairo-tor-scan-converter.lo CC cairo-tor22-scan-converter.lo CC cairo-clip-tor-scan-converter.lo CC cairo-toy-font-face.lo CC cairo-traps.lo CC cairo-tristrip.lo CC cairo-traps-compositor.lo CC cairo-unicode.lo CC cairo-user-font.lo CC cairo-version.lo CC cairo-wideint.lo CC cairo-cff-subset.lo CC cairo-scaled-font-subsets.lo cairo-scaled-font-subsets.c: In function '_cairo_scaled_font_subsets_map_glyph': cairo-scaled-font-subsets.c:603: note: 'font_utf8_len' was declared here cairo-scaled-font-subsets.c:602: note: 'font_utf8' was declared here cairo-scaled-font-subsets.c:601: note: 'font_unicode' was declared here CC cairo-truetype-subset.lo CC cairo-type1-fallback.lo CC cairo-type1-glyph-names.lo CC cairo-type1-subset.lo CC cairo-type3-glyph-surface.lo CC cairo-pdf-operators.lo CC cairo-pdf-shading.lo CC cairo-deflate-stream.lo CC cairo-xlib-display.lo CC cairo-xlib-core-compositor.lo CC cairo-xlib-fallback-compositor.lo CC cairo-xlib-render-compositor.lo CC cairo-xlib-screen.lo CC cairo-xlib-source.lo CC cairo-xlib-surface.lo CC cairo-xlib-surface-shm.lo CC cairo-xlib-visual.lo CC cairo-xlib-xcb-surface.lo CC cairo-quartz-surface.lo CC cairo-quartz-font.lo CC cairo-png.lo CC cairo-script-surface.lo cairo-script-surface.c: In function '_emit_path': cairo-script-surface.c:1819: note: 'status' was declared here CC cairo-ft-font.lo CC cairo-ps-surface.lo CC cairo-pdf-surface.lo CC cairo-svg-surface.lo CCLD libcairo.la Undefined symbols: "_umodti3", referenced from: cairo_uint128_divrem in cairo-wideint.o cairo_int128divrem in cairo-wideint.o "udivti3", referenced from: cairo_uint128_divrem in cairo-wideint.o cairo_int128_divrem in cairo-wideint.o "_multi3", referenced from: __cairo_bo_edge_intersect in cairo-bentley-ottmann.o cairo_bo_edge_intersect in cairo-bentley-ottmann.o cairo_bo_edge_intersect in cairo-bentley-ottmann.o __cairo_bo_edge_intersect in cairo-bentley-ottmann.o _edges_compare_x_for_y in cairo-bentley-ottmann.o _edges_compare_x_for_y in cairo-bentley-ottmann.o _edges_compare_x_for_y in cairo-bentley-ottmann.o _edges_compare_x_for_y in cairo-bentley-ottmann.o _edges_compare_x_for_y in cairo-bentley-ottmann.o _edge_intersect in cairo-botor-scan-converter.o _edge_intersect in cairo-botor-scan-converter.o _edge_intersect in cairo-botor-scan-converter.o _edge_intersect in cairo-botor-scan-converter.o _edges_compare_x_for_y in cairo-botor-scan-converter.o _edges_compare_x_for_y in cairo-botor-scan-converter.o _edges_compare_x_for_y in cairo-botor-scan-converter.o _edges_compare_x_for_y in cairo-botor-scan-converter.o _edges_compare_x_for_y in cairo-botor-scan-converter.o cairo_bo_edge_intersect in cairo-polygon-intersect.o cairo_bo_edge_intersect in cairo-polygon-intersect.o __cairo_bo_edge_intersect in cairo-polygon-intersect.o cairo_bo_edge_intersect in cairo-polygon-intersect.o cairo_bo_sweep_line_compare_edges in cairo-polygon-intersect.o __cairo_bo_sweep_line_compare_edges in cairo-polygon-intersect.o cairo_bo_sweep_line_compare_edges in cairo-polygon-intersect.o cairo_bo_sweep_line_compare_edges in cairo-polygon-intersect.o __cairo_bo_sweep_line_compare_edges in cairo-polygon-intersect.o cairo_bo_edge_intersect in cairo-polygon-reduce.o cairo_bo_edge_intersect in cairo-polygon-reduce.o __cairo_bo_edge_intersect in cairo-polygon-reduce.o cairo_bo_edge_intersect in cairo-polygon-reduce.o cairo_bo_sweep_line_compare_edges in cairo-polygon-reduce.o __cairo_bo_sweep_line_compare_edges in cairo-polygon-reduce.o cairo_bo_sweep_line_compare_edges in cairo-polygon-reduce.o __cairo_bo_sweep_line_compare_edges in cairo-polygon-reduce.o __cairo_bo_sweep_line_compare_edges in cairo-polygon-reduce.o ld: symbol(s) not found collect2: ld returned 1 exit status make[3]: * [libcairo.la] Error 1 make[2]: * [install] Error 2 make[1]: * [install-recursive] Error 1 make: * [install] Error 2

HOMEBREW_VERSION: 0.9.5 HEAD: 1126cf3746786f7e0ca4234cf20abfae4e84279f CPU: dual-core 64-bit g5 OS X: 10.5.8-Power Macintosh Xcode: 3.1.4 X11: 2.6.3 => /usr/X11

The output from 'brew doctor"

Your system is ready to brew.

The output from 'brew --config'

HOMEBREW_VERSION: 0.9.5 ORIGIN: https://github.com/mistydemeo/tigerbrew HEAD: 1126cf3746786f7e0ca4234cf20abfae4e84279f HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar CPU: dual-core 64-bit g5 OS X: 10.5.8-Power Macintosh Xcode: 3.1.4 GCC-4.0: build 5493 GCC-4.2: build 5577 LLVM-GCC: build 2064 Clang: N/A X11: 2.6.3 => /usr/X11 System Ruby: 1.8.6 Perl: /usr/bin/perl Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby

mistydemeo commented 10 years ago

Hm, I'll see if I can reproduce locally.

g8kig commented 10 years ago

It builds successfully on 10.5.8 on a PowerMac G4 (7450 processor).

mistydemeo commented 10 years ago

Do you have the experimental 64-bit mode enabled?

g8kig commented 10 years ago

No - in fact I had to search for HOMEBREW_LEOPARD_64_BIT to find out how to check!

mistydemeo commented 10 years ago

Okay! That crosses out one thing, at least.

ghost commented 10 years ago

This works for me now (G5/10.5). @g8kig are you still having this issue?

miniupnp commented 7 years ago

it's fine on my G4 7450 (10.5.8) @g8kig any update ?

sevan commented 1 year ago
  CCLD     libcairo.la
ld: Undefined symbols:
___multi3
___udivti3
___umodti3

Just hit it, on Tiger, with latest release of Cairo (1.16.2), unpatched.

sevan commented 10 months ago

Needs a newer compiler than 4.0.1. Built Cairo 1.17.6 on Tiger using GCC 5, otherwise I'd get the same undefined symbols with GCC 4.0.1.