Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#62679 closed defect (duplicate)

graphviz @2.40.1: compile: unable to infer tagged configuration

Reported by: Wowfunhappy (Jonathan) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: mavericks Cc: ryandesign (Ryan Carsten Schmidt)
Port: graphviz

Description

Please see attached main.log, which I unfortunately couldn't make much sense of.

Attachments (1)

main.log (2.1 MB) - added by Wowfunhappy (Jonathan) 3 years ago.

Change History (5)

Changed 3 years ago by Wowfunhappy (Jonathan)

Attachment: main.log added

comment:1 Changed 3 years ago by kencu (Ken)

libtool is missing a tag to tell it what to do in the second line here, which fails (Objective-C):

:info:build /bin/sh ../../libtool  --tag=CC   --mode=compile /usr/bin/clang -std=gnu11 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/cgraph -I../../lib/cdt  -I/opt/local/include -I/opt/local/include  -pipe -Os -arch x86_64 -Wall -Wextra -Wmissing-include-dirs -Wswitch-default -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -fno-common -Wall -MT gvtextlayout_quartz.lo -MD -MP -MF .deps/gvtextlayout_quartz.Tpo -c -o gvtextlayout_quartz.lo gvtextlayout_quartz.c
:info:build /bin/sh ../../libtool             --mode=compile /usr/bin/clang            -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../lib/common -I../../lib/pathplan -I../../lib/gvc -I../../lib/cgraph -I../../lib/cdt  -I/opt/local/include -I/opt/local/include  -pipe -Os -arch x86_64 -MT GVTextLayout.lo -MD -MP -MF .deps/GVTextLayout.Tpo -c -o GVTextLayout.lo GVTextLayout.m

I don't know why it's missing a tag exactly, but it is and that is why it dies in this particular spot.

Here's some related internet wisdom that may or may not prove useful <https://bugs.gentoo.org/630072>

comment:2 Changed 3 years ago by kencu (Ken)

Summary: Graphviz fails to build on 10.9Graphviz fails to build on 10.9: libtool: compile: unable to infer tagged configuration

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

Resolution: duplicate
Status: newclosed

Duplicate of #62423.

comment:4 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: Graphviz fails to build on 10.9: libtool: compile: unable to infer tagged configurationgraphviz @2.40.1: compile: unable to infer tagged configuration
Note: See TracTickets for help on using tickets.