ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] rt-tests does not builds


From: Stuart Hughes
Subject: Re: [Ltib] rt-tests does not builds
Date: Sat, 24 Jul 2010 17:47:14 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Mike,

Are you on Ubuntu? if so then the reason is that you are probably
running the dash shell as /bin/sh, which does not support this kind of
shell expansion (sigh).  LTIB is supposed to be dash shell compatible,
so this is one that got missed.  Thanks, I will get the offending lines
changed.

Regards, Stuart

Mike RA9FTM wrote:
> Package rt-tests does not buildes succsessfully, because LTIB can't
> create temporary directory properly.
> 
> After manul modification of rt-tests.spec file so that this string:
> 
> mkdir -p $RPM_BUILD_ROOT/%{pfx}/{bin,share/man/man8}
> 
> replaced with
> 
> mkdir -p $RPM_BUILD_ROOT/%{pfx}/bin
> mkdir -p $RPM_BUILD_ROOT/%{pfx}/share/man/man8
> 
> the build success.
> 
> I don't know why the original mkdir is not working, but it creates
> directory "{bin,chare" instead of "bin" and "share".
> 
> --
> 73! Mike RA9FTM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]