Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Dec 2008 13:53:19 +0900 (JST)
From:      Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/129516: [patch] www/linux-mplayer-plugin for linux_base-fc[6-8]
Message-ID:  <20081209045320.11B8E5E8414@kmgw.miyoshi.matsuyama.ehime.jp>
Resent-Message-ID: <200812090540.mB95e4rX063695@freefall.freebsd.org>

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

>Number:         129516
>Category:       ports
>Synopsis:       [patch] www/linux-mplayer-plugin for linux_base-fc[6-8]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 09 05:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Katsuyuki Miyoshi
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
Katsuyuki Miyoshi, Ehime, Japan.
>Environment:
System: FreeBSD kmgw.miyoshi.matsuyama.ehime.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Dec 8 23:14:53 JST 2008 root@kmgw.miyoshi.matsuyama.ehime.jp:/usr/obj/usr/src/sys/KMGW i386


>Description:
	If linux_base-fc[6-8] installed, I fail to install www/linux-mplayer-plugin.

>How-To-Repeat:
	# pkg_info |grep linux_base
	linux_base-f8-8_9   Base set of packages needed in Linux mode (for i386/amd64)
	# cd /usr/ports/www/linux-mplayer-plugin && make install
	===>  Installing for linux-mplayerplug-in-3.50_1
	===>   linux-mplayerplug-in-3.50_1 depends on executable: mplayer - found
	===>   linux-mplayerplug-in-3.50_1 depends on file: /compat/linux/usr/lib/libgtk-x11-2.0.so.0 - found
	===>   linux-mplayerplug-in-3.50_1 depends on file: /compat/linux/usr/lib/libatk-1.0.so.0 - found
	===>   linux-mplayerplug-in-3.50_1 depends on file: /compat/linux/usr/lib/libpangoxft-1.0.so.0 - found
	===>   linux-mplayerplug-in-3.50_1 depends on file: /compat/linux/usr/lib/libgobject-2.0.so.0 - not found
	===>    Verifying install for /compat/linux/usr/lib/libgobject-2.0.so.0 in /usr/ports/devel/linux-glib2
	===>  Installing for linux-glib2-2.6.6_1

	===>  linux-glib2-2.6.6_1 conflicts with installed package(s): 
	      linux_base-f8-8_9

	      They install files into the same place.
	      Please remove them first with pkg_delete(1).
	*** Error code 1

	Stop in /usr/ports/devel/linux-glib2.
	*** Error code 1

	Stop in /usr/ports/www/linux-mplayer-plugin.
	# 

>Fix:
	--- www/linux-mplayer-plugin/Makefile.org	2008-09-07 09:18:52.000000000 +0900
	+++ www/linux-mplayer-plugin/Makefile	2008-12-09 13:13:26.000000000 +0900
	@@ -21,8 +21,13 @@
	 RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer \
	 		${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \
	 		${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \
	-		${LINUXBASE}/usr/lib/libpangoxft-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango\
	-		${LINUXBASE}/usr/lib/libgobject-2.0.so.0:${PORTSDIR}/devel/linux-glib2
	+		${LINUXBASE}/usr/lib/libpangoxft-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango
	+.if !defined(OVERRIDE_LINUX_BASE_PORT) || \
	+	(${OVERRIDE_LINUX_BASE_PORT} != "fc6" && \
	+	${OVERRIDE_LINUX_BASE_PORT} != "f7" && \
	+	${OVERRIDE_LINUX_BASE_PORT} != "f8")
	+RUN_DEPENDS+=	${LINUXBASE}/usr/lib/libgobject-2.0.so.0:${PORTSDIR}/devel/linux-glib2
	+.endif
 
	 NO_BUILD=	yes
	 USE_LINUX_RPM=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



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