Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2011 21:24:57 -0800
From:      Kevin Oberman <kob6558@gmail.com>
To:        perryh@pluto.rain.com
Cc:        mm@freebsd.org, freebsd-ports@freebsd.org, leslie@eskk.nu
Subject:   Re: Stop in /usr/ports/multimedia/x264
Message-ID:  <CAN6yY1s4jN8Z_1oO%2Bj8w4qAhYKhDDhy_FzPuwRmMgWRtUo%2B9PA@mail.gmail.com>
In-Reply-To: <4ef30e7b.gG6UGw%2BkkNWpdv07%perryh@pluto.rain.com>
References:  <4EF1E3EF.9000405@eskk.nu> <CAN6yY1tOrhyng1o5%2Bo5ko3cEoT2MLqCUF=L47Gesv%2BNnDdrhFw@mail.gmail.com> <4ef30e7b.gG6UGw%2BkkNWpdv07%perryh@pluto.rain.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 22, 2011 at 3:03 AM,  <perryh@pluto.rain.com> wrote:
> Kevin Oberman <kob6558@gmail.com> wrote:
>
>> I see the following errors during the configure stage:
>> =3D=3D=3D> =A0Configuring for x264-0.119.2113
>> [[: not found
>
> That sure looks as if the configure script needs to be run with bash.
>
> files/patch-configure does this:
>
> =A0-#!/bin/bash
> =A0+#!/bin/sh
>
> which presumes that the script does not actually need bash extensions.
> However, since it does seem to need those extensions, that part of the
> patch should be
>
> =A0-#!/bin/bash
> =A0+#!/usr/local/bin/bash
>
> and bash needs to be added as a build dependency. =A0(Alternatively, the
> configure script could be patched to not use the [[ bash builtin.)
>
> Maintainer already in Cc: list.

OK, but why does it build correctly on all of my other systems? All
have bash installed, but none use it to configure x264, so, while I
suspect it does cause the errors OTHER then the
"[: X264_CSP_Iall: unexpected operator" error. None of the others
breaks the build.

Off to try configuring with bash.
--=20
R. Kevin Oberman, Network Engineer
E-mail: kob6558@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1s4jN8Z_1oO%2Bj8w4qAhYKhDDhy_FzPuwRmMgWRtUo%2B9PA>