Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2012 20:53:03 +0900 (JST)
From:      IWAMOTO Kouichi <sue@iwmt.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173191: lang/squeak: invalid dependency.
Message-ID:  <20121029115303.CA75A8A5C38@nagato.iwmt.org>
Resent-Message-ID: <201210291200.q9TC02FL035963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173191
>Category:       ports
>Synopsis:       lang/squeak: invalid dependency.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 29 12:00:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     IWAMOTO Kouichi
>Release:        FreeBSD 9.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD nagato.iwmt.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Sat Oct 27 22:10:33 JST 2012 sue@nagato.iwmt.org:/usr/obj/usr/src/sys/NAGATO i386
>Description:
lang/squeak have invalid dependency.

BUILD_DEPENDS=		unzip:${PORTSDIR}/archivers/unzip \
			cmake:${PORTSDIR}/devel/cmake \
			${LOCALBASE}/include/libv4l2.h:${PORTSDIR}/multimedia/v4l_compat

multimedia/compat_v4l does not have libv4l2.h, but multimedia/libv4l has it.
lang/squeak already depends on multimedia/libv4l in LIB_DEPENDS.

If multimedia/v4l_compat is installed and multimedia/libv4l is not installed,
building of lang/squeak is failed.

>How-To-Repeat:
# cd /usr/ports/multimedia/v4l_compat
# make install
# cd /usr/ports/lang/squeak
# make
>Fix:

--- Makefile.orig	2012-10-29 20:05:20.000000000 +0900
+++ Makefile	2012-10-29 20:06:11.000000000 +0900
@@ -23,8 +23,7 @@
 
 # Don't set USE_ZIP as this breaks EXTRACT_CMD.
 BUILD_DEPENDS=		unzip:${PORTSDIR}/archivers/unzip \
-			cmake:${PORTSDIR}/devel/cmake \
-			${LOCALBASE}/include/libv4l2.h:${PORTSDIR}/multimedia/v4l_compat
+			cmake:${PORTSDIR}/devel/cmake
 LIB_DEPENDS=		audio:${PORTSDIR}/audio/nas \
 			ffi:${PORTSDIR}/devel/libffi \
 			asound:${PORTSDIR}/audio/alsa-lib \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121029115303.CA75A8A5C38>