Opened 11 years ago

Last modified 11 years ago

#39572 closed defect

harfbuzz error — at Version 1

Reported by: pleburan45@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: harfbuzz

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

when I upgrade harfbuzz package the error is below:

[redundant log removed by admin]

Change History (2)

Changed 11 years ago by pleburan45@…

Attachment: main.log added

error message harfbuzz build

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

Description: modified (diff)
Keywords: error build harfbuzz removed
Owner: changed from macports-tickets@… to ryandesign@…

I have not seen this problem before. It installs fine for me on all systems, 10.4 through 10.8.

Your configuration summary says:

Build configuration:

Unicode callbacks (you want at least one):
        Glib:                   true
        ICU:                    false
        UCDN:                   false

Font callbacks (the more the better):
        FreeType:               true

Tools used for command-line utilities:
        Cairo:                  true

Additional shapers (the more the better):
        Graphite2:              false

Test / platform shapers (not normally needed):
        CoreText:               false
        ICU Layout Engine:      false
        Old HarfBuzz:           false
        Uniscribe:              false

Mine says:

Build configuration:

Unicode callbacks (you want at least one):
	Glib:			true
	ICU:			true
	UCDN:			false

Font callbacks (the more the better):
	FreeType:		true

Tools used for command-line utilities:
	Cairo:			true

Additional shapers (the more the better):
	Graphite2:		false

Test / platform shapers (not normally needed):
	CoreText:		false
	ICU Layout Engine:	false
	Old HarfBuzz:		false
	Uniscribe:		false

So, you're missing icu. I wonder why that is. (I also wonder why we're both missing graphite2, but that's another matter.)

Can you show the output of these commands:

port -v installed icu
icu-config --version
otool -L /opt/local/lib/libicuuc.dylib /opt/local/lib/libicudata.dylib
lipo -info /opt/local/lib/libicuuc.dylib /opt/local/lib/libicudata.dylib
Note: See TracTickets for help on using tickets.