Opened 9 years ago

Closed 9 years ago

#47563 closed defect (fixed)

gegl @0.2.0: fix build dependencies (was: build error)

Reported by: alley.stoughton@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: gegl

Description

On OS X 10.10.3 (Yosemite), Xcode Version 6.3.1 (6D1002), gegl@0.2.0 configures but fails to build. The log is attached, and the fatal error is

:info:build /opt/local/share/gobject-introspection-1.0/Makefile.introspection:153: *** Need to define Gegl_0_2_gir_FILES.  Stop.

Attachments (1)

main.log (243.9 KB) - added by alley.stoughton@… 9 years ago.
gegl build log file

Download all attachments as: .zip

Change History (5)

Changed 9 years ago by alley.stoughton@…

Attachment: main.log added

gegl build log file

comment:1 in reply to:  description Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Owner: changed from macports-tickets@… to devans@…

In your log, during the configure phase, MacPorts runs autogen.sh and configure, and then during the build phase, autoreconf and configure are for some reason run again. That's unusual and might indicate that autoreconf was not properly run. I don't see that problem on my system; it builds fine for me.

I see that the port does not declare dependencies on autoconf, automake or libtool. If you install those three ports, then clean gegl and try again, does it work?

comment:2 Changed 9 years ago by alley.stoughton@…

Thanks, that was it!

comment:3 Changed 9 years ago by petrrr

Summary: gegl @0.2.0 build errorgegl @0.2.0: fix build dependencies (was: build error)

So this port needs fixing build dependencies.

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

Resolution: fixed
Status: newclosed

r135705 (maintainer timeout)

Note: See TracTickets for help on using tickets.