Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#55886 closed defect (fixed)

graphene @1.8.0 is not UsingTheRightCompiler

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: graphene

Description

[21/22] Generating Graphene-1.0.gir with a custom command.
FAILED: src/Graphene-1.0.gir 
/opt/local/bin/g-ir-scanner -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include --no-libtool --namespace=Graphene --nsversion=1.0 --warn-all --output src/Graphene-1.0.gir --c-include=graphene-object.h '--identifier-filter-cmd=/opt/local/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 /opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_graphics_graphene/graphene/work/graphene-1.8.0/src/identfilter.py' --accept-unprefixed --quiet --warn-all -DGRAPHENE_COMPILATION -I/opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_graphics_graphene/graphene/work/graphene-1.8.0/src -I/opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_graphics_graphene/graphene/work/build/src --filelist=/opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_graphics_graphene/graphene/work/build/src/graphene-1.0@sha/Graphene_1.0_gir_filelist --include=GObject-2.0 --symbol-prefix=graphene --identifier-prefix=Graphene --pkg-export=graphene-gobject-1.0 --cflags-begin -D_GNU_SOURCE -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include --cflags-end -L/opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_graphics_graphene/graphene/work/build/src --extra-library=m -L/opt/local/lib --extra-library=gobject-2.0 --extra-library=glib-2.0 --extra-library=intl --library graphene-1.0
cc -o /opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_graphics_graphene/graphene/work/build/tmp-introspectWwhz28/Graphene-1.0 /opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_graphics_graphene/graphene/work/build/tmp-introspectWwhz28/Graphene-1.0.o -L. -Wl,-rpath,. -lgraphene-1.0 -lm -lgobject-2.0 -lglib-2.0 -lintl -L/opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_graphics_graphene/graphene/work/build/src -Wl,-rpath,/opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_graphics_graphene/graphene/work/build/src -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation
cc: Error: You should be using ${configure.cc}
See https://trac.macports.org/wiki/UsingTheRightCompiler

Change History (3)

comment:1 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Cc: MarcusCalhoun-Lopez added

comment:2 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: newclosed

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

Shouldn't this port just be using the gobject_introspection 1.0 portgroup, instead of reimplementing its functionality?

Note: See TracTickets for help on using tickets.