Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  7 Jan 2006 00:27:54 -0700 (MST)
From:      Byung-Hee HWANG <bh@izb.knu.ac.kr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91447: [PATCH] multimedia/quodlibet: sparc64 build failure
Message-ID:  <20060107072754.1981164AA@viola.izb.knu.ac.kr>
Resent-Message-ID: <200601070730.k077U9PK063570@freefall.freebsd.org>

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

>Number:         91447
>Category:       ports
>Synopsis:       [PATCH] multimedia/quodlibet: sparc64 build failure
>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:   Sat Jan 07 07:30:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Byung-Hee HWANG
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
InZealBomb
>Environment:
System: FreeBSD viola.izb.knu.ac.kr 6.0-STABLE FreeBSD 6.0-STABLE #1: Fri Jan 6 13:45:14 MST 2006 root@viola.izb.knu.ac.kr:/usr/src/sys/i386/compile/II82801BA i386

>Description:
- Marked IGNORE with NOT_FOR_ARCHS(sparc64) [1]
- [1] http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.6.2005101108/quodlibet-0.15.log

>How-To-Repeat:
I don't have a sparch64 machine. I have no idea about the build problem.

>Fix:

--- ports-quodlibet-20060107.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/quodlibet/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	7 Jan 2006 02:13:33 -0000	1.3
+++ Makefile	7 Jan 2006 07:10:16 -0000
@@ -14,6 +14,8 @@
 MAINTAINER=	changbom.yoon@gmail.com
 COMMENT=	A GTK+-based audio player written in Python
 
+NOT_FOR_ARCHS=	sparc64
+
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
 
--- ports-quodlibet-20060107.diff ends here ---

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



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