Opened 10 years ago

Closed 10 years ago

#43919 closed defect (fixed)

gtkimageview requires gnome-common to build

Reported by: p-bro Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: gtkimageview

Description

gtkimageview will not build on systems, where gnome-common is not present. If attempted, the build fails in the configure stage with the following error message (full debug log attached):

./configure: line 11399: GNOME_COMMON_INIT: command not found
./configure: line 11400: syntax error near unexpected token `error'
./configure: line 11400: `GNOME_COMPILE_WARNINGS(error)'

GNOME_COMMON_INIT is provided by /opt/local/share/gnome-common.m4, which is part of the gnome-common port. If a depends_build for this port is added, the build and install of gtkimageview succeeds. A patched Portfile is attached.

Attachments (2)

install_build_gtkimageview (11.8 KB) - added by p-bro 10 years ago.
Build log
gtkimageview.diff (288 bytes) - added by p-bro 10 years ago.
Patch to gtkimageview.diff

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by p-bro

Attachment: install_build_gtkimageview added

Build log

Changed 10 years ago by p-bro

Attachment: gtkimageview.diff added

Patch to gtkimageview.diff

comment:1 Changed 10 years ago by dbevans (David B. Evans)

Owner: changed from macports-tickets@… to devans@…
Status: newassigned
Version: 2.3.0

comment:2 Changed 10 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed

Fix committed in r120691. Thanks.

Note: See TracTickets for help on using tickets.