atom feed5 messages in org.freebsd.freebsd-portsRe: ports/41845: /usr/ports/audio/lib...
FromSent OnAttachments
Byron L. HicksAug 21, 2002 7:03 am 
Brad JohnsonAug 21, 2002 1:49 pm 
Byron L. HicksAug 21, 2002 1:59 pm 
Brad JohnsonAug 21, 2002 2:29 pm 
Joe Marcus ClarkeAug 21, 2002 9:49 pm 
Subject:Re: ports/41845: /usr/ports/audio/libmikmod fails to compile
From:Brad Johnson (bjoh@got.wedgie.org)
Date:Aug 21, 2002 1:49:41 pm
List:org.freebsd.freebsd-ports

The following reply was made to PR ports/41845; it has been noted by GNATS.

From: Brad Johnson <bjoh@got.wedgie.org> To: free@FreeBSD.org Cc: bhi@nmsu.edu Subject: Re: ports/41845: /usr/ports/audio/libmikmod fails to compile Date: Wed, 21 Aug 2002 16:51:07 -0400 (EDT)

It's because you're using csh as your shell. It's trying to set the variable Xsed using "Xsed=". Csh and tcsh don't understand that kind of syntax. The scripts determine your shell from the SHELL environment variable, so just make sure it's set correctly. Run bash or sh and then type:

export SHELL=/usr/local/bin/bash

or

export SHELL=/bin/sh

or wherever your shell is.

That should work. Although, if the libtool script is dependent on a Bourne shell, the configuration script for libmikmod should really specify /bin/sh instead of just grabbing your SHELL and hoping it's Bourne (for the few of us out there who still use C shells on occasion).

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