[gobolinux-devel] Compile dependencies variables

Hisham Muhammad hisham.hm at gmail.com
Thu Dec 20 10:19:31 NZDT 2007


On Dec 19, 2007 10:48 AM, Daniele Maccari <gobo.users at gmail.com> wrote:
> Hi all,
>
> I was trying to compile kvm with its modified qemu version and for this
> task to be performed I needed gcc 3.x to be installed. So in the
> dependencies file I specified GCC >= 3 < 4. The fact is that using
> $gcc_path in the recipe always get the latest gcc installation, and not
> the one indicated as a dependency. I know this is the expected behavior,
> but I also believe that strictly following (at least as the first step)
> the recipe would be better.

You're right, Compile should be smarter when filling in those
variables. The problem now is that it doesn't really know about those
paths; CheckDependencies takes care of that. We need to code some
interaction between them so that CheckDependencies informs Compile
about which paths it found when matching dependencies.

-- Hisham


More information about the gobolinux-devel mailing list