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)
Change History (4)
Changed 10 years ago by p-bro
Attachment: | install_build_gtkimageview added |
---|
comment:1 Changed 10 years ago by dbevans (David B. Evans)
Owner: | changed from macports-tickets@… to devans@… |
---|---|
Status: | new → assigned |
Version: | 2.3.0 |
comment:2 Changed 10 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix committed in r120691. Thanks.
Note: See
TracTickets for help on using
tickets.
Build log