[haiku-commits] Re: haiku: hrev47541 - build/jam/repositories/HaikuPorts src/system/libroot/os

  • From: Oliver Tappe <zooey@xxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 21 Jul 2014 15:42:22 +0200

On 2014-07-21 at 15:13:57 [+0200], Augustin Cavalier 
<waddlesplash@xxxxxxxxx> wrote:
> On 07/21/2014 06:47 AM, jessica.l.hamilton@xxxxxxxxx wrote:
> > diff --git a/build/jam/repositories/HaikuPorts/x86 
> > b/build/jam/repositories/HaikuPorts/x86
> > index 482d1ac..3bfc530 100644
> > --- a/build/jam/repositories/HaikuPorts/x86
> > +++ b/build/jam/repositories/HaikuPorts/x86
> > @@ -244,7 +244,7 @@ RemotePackageRepository HaikuPorts
> >       fossil
> >       freetype
> >       gawk
> > -    gcc
> > +#    gcc
> >       gcc_x86_gcc2
> >       gettext
> >       git
> Wrong change -- you commented out the source package for GCC2. You want
> to comment out the line below that (gcc_x86_gcc2) in order to disable
> the source package for GCC4. 

Nope - everything is just fine. The repository file is x86, so it defines 
what is used by the x86 architecture. For that, 'gcc' refers to gcc4 and 
gcc_x86_gcc2 refers to gcc2. 

> (Also, there's no need for _gcc2 on the end, only _x86 is needed.)

Huh? There is no magic matching done with those names, you need to give the 
exact names, or things will go wrong. In this case, gcc_x86_gcc2 is the 
right name.

cheers,
        Oliver

Other related posts: