[oe] xterm: either fix it, or remove it. please.

Robert P. J. Day rpjday at crashcourse.ca
Thu Nov 12 15:37:46 UTC 2009


On Thu, 12 Nov 2009, Graeme Gregory wrote:

> On Thu, Nov 12, 2009 at 07:58:23AM -0500, Robert P. J. Day wrote:
> > > PS: Personally I think it is a bad idea to change the output format of
> > > a utility that is more than 30 years old and that is so widespread.
> >
> >   i have to agree but, frankly, i'm astonished that that
> > fundamental a change caused breakage in only one package out of
> > about 10,000 (i tripped across that building
> > beagleboard-demo-image -- it was the only package that failed
> > because of that; i actually think that shows an amazing level of
> > robustness).
> >
> And it doesnt make it fail here, selinux enabled, can see the extra
> . in my normal ls commands. xterm still builds fine.

  ok, that's just odd since i was sure it was that trailing period
that was causing all the trouble.  and adding a single line to the
sinstall.sh script to strip it fixed the problem.  how curious.

  in any event, i think it's safe to say that that sinstall.sh script
was a bit of a hack.  if one wanted to dup some file perms onto a new
file, it would have been way easier to just:

  $ chmod --reference=oldfile newfile

or something like that.  running the symbolic mode through multiple
sed's to get the numeric mode is the definition of massive overkill.

  and i'll try that posted patch shortly, i suspect it will work just
fine.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================




More information about the Openembedded-devel mailing list