[haiku-development] Re: Handling gcc2>gcc4 dependencies in non-hybrid builds

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 18 Sep 2014 13:20:33 +0200

On 09/18/2014 12:58 PM, pulkomandy wrote:
On Thu, Sep 18, 2014 at 12:11:10PM +0200, Ingo Weinhold wrote:
On 09/18/2014 11:50 AM, pulkomandy wrote:
Is there a way to avoid this problem?

Besides the obvious one not to include the gcc_cvs package in a pure gcc 2
image?

I don't know how to do that. I couldn't find any direct reference to
git_cvs besides the package list for the repository, and as far as I know
nothing else depends on it. But maybe I missed something.

http://cgit.haiku-os.org/haiku/tree/build/jam/OptionalPackages?id=fda39620627f5c2fe11a4fa3402077685a511655#n179

Should be changed to something like this:

        AddHaikuImagePackages git git_arch git_daemon git_email git_svn ;

        if $(TARGET_PACKAGING_ARCHS) != x86_gcc2 {
                AddHaikuImagePackages gcc_cvs ;
        }

[...]
It isn't a big effort, but if no one actually uses it,
[...]

I don't have any information about whether anyone downloads or builds gcc 2 only images.

CU, Ingo


Other related posts: