Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 08:06:22 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        edwin@FreeBSD.org
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48188: Update port: graphics/gauche-gl to 0.2.2
Message-ID:  <867kbqvbpt.wl%fuyuki@hadaly.org>
In-Reply-To: <200302232119.h1NLJslD007069@freefall.freebsd.org>
References:  <200302232119.h1NLJslD007069@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At Sun, 23 Feb 2003 13:19:54 -0800 (PST),
Edwin Groothuis <edwin@FreeBSD.org> wrote:
> 
> I can't get it compiled on -current:
> 
> gosh ./extract -en -o gauche-gl-refe.texi gauche-gl-ref.texi
> if test Xmakeinfo != X -a Xgzip != X; then  makeinfo --no-warn gauche-gl-refe.texi;  rm -rf gauche-gl-refe.info*.gz;  gzip gauche-gl-refe.info;  fi
> gosh ./extract -jp -o gauche-gl-refj.texi gauche-gl-ref.texi
> if test Xmakeinfo != X -a Xgzip != X; then  makeinfo --no-warn gauche-gl-refj.texi;  rm -rf gauche-gl-refj.info*.gz;  gzip gauche-gl-refj.info ;  fi
> gauche-gl-refj.texi:838: Unknown index `fn::' in @printindex.
> Bus error (core dumped)
> *** Error code 138

Strange. No need to extract at all because gauche-gl-ref?.texi are
newer than gauche-gl-ref.texi and ./extract. What about this?

pre-build:
	${TOUCH} ${WRKSRC}/doc/gauche-gl-ref?.texi

or this?

USE_GMAKE=	yes

-- fuyuki


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867kbqvbpt.wl%fuyuki>