ports/57579: grip port fails to build without libgnomeui
Lowell Gilbert
freebsd-ports-local at be-well.no-ip.com
Sat Oct 4 15:30:22 UTC 2003
>Number: 57579
>Category: ports
>Synopsis: grip port fails to build without libgnomeui
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Oct 04 08:30:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Lowell Gilbert
>Release: FreeBSD 4.9-PRERELEASE i386
>Organization:
The Ilk
>Environment:
System: FreeBSD be-well.ilk.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #48: Fri Sep 26 16:45:05 EDT 2003 root at be-well.ilk.org:/usr/src/sys/compile/BE-WELL i386
(up-to-date ports/audio/grip)
>Description:
grip seems to now depend on libgnomeui.
I assume bento would catch this if bento weren't having its own problems.
>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 at 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.
>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...]
*** Makefile.ORIG Thu Oct 2 19:32:36 2003
--- Makefile Sat Oct 4 10:31:28 2003
***************
*** 18,24 ****
ghttp.1:${PORTSDIR}/www/libghttp
USE_X_PREFIX= yes
! USE_GNOME= gnomehack gnomeprefix gnometarget gnomevfs2 vte
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
--- 18,25 ----
ghttp.1:${PORTSDIR}/www/libghttp
USE_X_PREFIX= yes
! USE_GNOME= gnomehack gnomeprefix gnometarget gnomevfs2 vte libgnomeui
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list