Issues on FreeBSD

Nick Withers nick.withers at anu.edu.au
Thu Jul 23 09:02:12 UTC 2015


On Thu, 2015-07-23 at 03:20 -0500, Joel Sherrill wrote:
> 
> On 7/23/2015 3:17 AM, Nick Withers wrote:
> > On Thu, 2015-07-23 at 02:50 -0500, Joel Sherrill wrote:
> >> Hi
> >>
> >> I was test building on FreeBSD and noticed a couple of issues.
> >>
> >> + none of the m68k BSPs link. Fixing this now.
> >>
> >> + mips tools do not build
> >>
> >> Anyone else notice any other issues or have comments?
> >
> > The only thing I've got is:
> 
> What was the visible issue this fixed? I don't think I saw
> anything like this. But I used sb-bootstrap from rtems-source-builder.

Sorry, It's ./bootstrap -p (I've a modified Makefile.am, though I'm not
chaning installed headers and am no doubt over-running it!) that
struggles, with:
___

% ./bootstrap -p
Generating ./c/src/ada/preinstall.am
./bootstrap: ./ampolish3: not found
Generating ./c/src/libchip/preinstall.am
./bootstrap: ./ampolish3: not found
Generating ./c/src/lib/libbsp/moxie/moxiesim/preinstall.am
./bootstrap: ./ampolish3: not found
(...)
___

...producing empty preinstall.ams and leading to a failure in the
subsequent make.

But yeah, in general users probably aren't running into it!

> > ___
> >
> > diff --git a/ampolish3 b/ampolish3
> > index aaa9757..23c2855 100755
> > --- a/ampolish3
> > +++ b/ampolish3
> > @@ -1,4 +1,4 @@
> > -#! /usr/bin/perl -w
> > +#! /usr/bin/env perl
> >   #
> >   # Copyright (C) 2005, 2006 Ralf Cors<C3><A9>pius, Ulm, Germany
> >   #
> > ___
> >
> > ...to make the bootstrap happy again (the /usr/bin/perl
> > -> /usr/local/bin/perl link was removed recently).
> >
> > 'Course that drops the "-w" flag for extra warnings.




More information about the devel mailing list