Bug 57579 - grip port fails to build without libgnomeui
Summary: grip port fails to build without libgnomeui
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-04 16:30 UTC by Lowell Gilbert
Modified: 2003-10-06 19:13 UTC (History)
0 users

See Also:


Attachments
file.diff (670 bytes, patch)
2003-10-04 16:30 UTC, Lowell Gilbert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lowell Gilbert 2003-10-04 16:30:17 UTC
grip seems to now depend on libgnomeui.
I assume bento would catch this if bento weren't having its own problems.

Fix: I think that adding libgnomeui to the USE_GNOME line in
ports/audio/grip/Makefile solves the problem.

[I tested it, and it worked on my system...]
How-To-Repeat: 
building grip without libgnomeui installed, 

checking for libgnomeui-2.0 >= 2.2.0... gnome-config: not found
gnome-config: not found
Package libgnomeui-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomeui-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnomeui-2.0' found

configure: error: Library requirements (libgnomeui-2.0 >= 2.2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
===>  Script "configure" failed unexpectedly.
      Please report the problem to ports@FreeBSD.org [maintainer] and attach
      the "/usr/ports/audio/grip/work/grip-3.1.2/config.log" including the
      output of the failure of your make command. Also, it might be a good
      idea to provide an overview of all packages installed on your system
      (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/audio/grip.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-10-05 11:39:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->adamw

over to adamw who did the last update
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2003-10-06 19:12:52 UTC
State Changed
From-To: open->closed

Committed, thanks!