On Sun, Nov 13, 2011 at 3:59 PM, Alexander Hansen
<alexanderk.han...@gmail.com> wrote:

> On 11/13/11 9:52 AM, Jesse Alama wrote:
>>
>> On Sat, Nov 12, 2011 at 5:26 PM, Alexander Hansen
>> <alexanderk.han...@gmail.com>  wrote:
>>
>>> On 11/12/11 6:46 AM, Jesse Alama wrote:
>>>>
>>>> On Wed, Nov 9, 2011 at 12:59 PM, Jesse Alama<jesse.al...@gmail.com>
>>>>  wrote:
>>>>
>>>>> On Mon, Nov 7, 2011 at 11:48 PM, Alexander Hansen
>>>>> <alexanderk.han...@gmail.com>    wrote:
>>>>>
>>>>>> On 11/7/11 5:07 PM, Chadwick Boggs wrote:
>>>>>>>
>>>>>>> Does anybody know how to fix the following?
>>>>>>>
>>>>>> <snip>
>>>>>>
>>>>>> I see the same thing on 10.7.  Maintainer cc'ed.
>>>>>
>>>>> I also see this.  Thanks for the report. I'm consulting with upstream;
>>>>> stay tuned.
>>>>
>>>> The new feature in the latest version of GNU parallel is that $SHELL
>>>> is being used during the build process.  Curiously, this package
>>>> builds just fine with
>>>>
>>>>   fink -m --build-as-nobody rebuild parallel
>>>>
>>>> but dies with
>>>>
>>>>   fink rebuild parallel
>>>>
>>>> Are we setting $SHELL when building in maintainer mode?
>>>>
>>>> Jesse
>>>>
>>>
>>> I don't think so.
>>>
>>> "fink -m build parallel" gave me the same error, but "fink
>>> --build-as-nobody
>>> build parallel" works.
>>>
>>> This doesn't happen on 10.5 either.  (I haven't tried 10.6).
>>
>> Upstream says that the next version of GNU parallel will just use
>> "/bin/sh" if SHELL is unset.  I told him that this seems safe to me.
>>
>
> Maybe using
>
> CompileScript: <<
> #!/bin/sh -ev
> %{default_script}
> <<
> InstallScript: <<
> #!/bin/sh -ev
> %{default_script}
> <<
>
> would work around the issue in the current version so that people don't have
> to use --build-as-nobody.

That works great -- thanks!  Committing an update now; we're at
revision 2.  Chadwick, can you try updating parallel now?

Jesse

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to