On Wed, Jan 22, 2003, [EMAIL PROTECTED] wrote:

> error: failed build dependencies:
>         binutils >= 2.13 is needed by gcc-3.2.1-1.2.0
> Installing ftp://ftp.openpkg.org/release/1.2/SRC/gcc-3.2.1-1.2.0.src.rpm

You are right. There is a bug in openpkg-tool that fails to see dependencies
that are enabled by an option that have a default of 'yes'.

One solution is to define the option also on the command line:

$ openpkg build -Dwith_binutils gcc

The other is to install the version from OpenPKG-current where the
bug is fixed. You can do this with:

openpkg build \
    -f ftp://ftp.openpkg.org/current/SRC/00INDEX.rdf \
    openpkg-tool \
    | sh

Greetings,
-- 
                                       Michael van Elst
                                       [EMAIL PROTECTED]
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Bug Database Interface                           www.openpkg.org/bugdb
Bug Database List                            [EMAIL PROTECTED]

Reply via email to