Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2009 09:15:09 GMT
From:      Michael HENNETON <sidh@rtha.info>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139375: setup: /usr/local/share/hscolour-1.13/hscolour.css: copyFile: does not exist (No such file or directory)
Message-ID:  <200910060915.n969F9uj055840@www.freebsd.org>
Resent-Message-ID: <200910060920.n969K0kb071459@freefall.freebsd.org>

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

>Number:         139375
>Category:       ports
>Synopsis:       setup: /usr/local/share/hscolour-1.13/hscolour.css: copyFile: does not exist (No such file or directory)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 06 09:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Michael HENNETON
>Release:        7.2-STABLE
>Organization:
iXsys
>Environment:
FreeBSD iXsys.tinamtinom.fr 7.2-STABLE FreeBSD 7.2-STABLE #1: Tue Sep 22 17:17:57 CEST 2009     root@iXsys.tinamtinom.fr:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The x11/hs-x11-ghc port fails to install.
>How-To-Repeat:
/usr/ports/x11/hs-x11-ghc> make install clean                                
# New ports collection makefile for:    hs-x11-ghc
# Date created:                         2007-09-03
# Whom:                                 Volker Stolz <vs@FreeBSD.org>
#
# $FreeBSD: ports/x11/hs-x11-ghc/Makefile,v 1.11 2009/09/02 15:38:43 pgj Exp $

PORTNAME=       x11
PORTVERSION=    1.4.5
PORTREVISION=   2
CATEGORIES=     x11 haskell
MASTER_SITES=   http://hackage.haskell.org/packages/archive/X11/${PORTVERSION}/
PKGNAMEPREFIX=  hs-
PKGNAMESUFFIX=  -ghc
DISTNAME=       X11-${PORTVERSION}

MAINTAINER=     haskell@FreeBSD.org
===>  Building for hs-x11-ghc-1.4.5_2
Preprocessing library X11-1.4.5...
Building X11-1.4.5...
/usr/bin/ar: creating dist/build/libHSX11-1.4.5.a
Writing registration script: register.sh for X11-1.4.5...
Preprocessing library X11-1.4.5...
Running hscolour for X11-1.4.5...
setup: /usr/local/share/hscolour-1.13/hscolour.css: copyFile: does not exist (No such file or directory)
*** Error code 1

Stop in /usr/ports/x11/hs-x11-ghc.
*** Error code 1

Stop in /usr/ports/x11/hs-x11-ghc.
>Fix:
An old version of HSCOLOUR_VERSION value is in the Makefile : 

It is :

HSCOLOUR_VERSION=       1.13

And it should be :

HSCOLOUR_VERSION=       1.15

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



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