Opened 10 years ago

Closed 10 years ago

#41652 closed defect (fixed)

dia @0.97.2: build fails with freetype 2.5.1

Reported by: leonfauster@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: dia

Description (last modified by ryandesign (Ryan Carsten Schmidt))

dia-0.97.2_4 could not be build because:

:info:build /bin/sh ../../libtool .............<cut>............... -o render_eps.lo render_eps.c
:info:build diapsft2renderer.c:32:10: fatal error: 'freetype/ftglyph.h' file not found
:info:build #include <freetype/ftglyph.h>
:info:build 1 error generated.
:info:build make: [diapsft2renderer.lo] Error 1

Workaround:

cd /opt/local/include/
ln -s freetype2 freetype

$ port installed freetype
freetype @2.5.1_0 (active)
$  /usr/bin/sw_vers
ProductName:	Mac OS X
ProductVersion:	10.8.5
BuildVersion:	12F45
$ port version
Version: 2.2.1

Attachments (1)

main.log (961.5 KB) - added by leonfauster@… 10 years ago.
build log

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by leonfauster@…

Attachment: main.log added

build log

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: dia could not be build / missing header filedia @0.97.2: build fails with freetype 2.5.1

Thanks, I'll work on it.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed a fix: r114216

Reported it upstream: https://bugzilla.gnome.org/show_bug.cgi?id=719738

Note: See TracTickets for help on using tickets.