On Apr 5, 2010, at 3:54 AM, Jeffrey Lau wrote:

> Hi,
> 
> 
> I am new to OpenPKG, and am experiencing problems when trying to build the
> package "openssl" (which seems to be a prerequisite for a lot of packages):-
> 
>  $ sudo -u openpkg sh -c "/openpkg/bin/openpkg build openssl | sh"
>  :::: 
> http://download.openpkg.org/packages/current/source/CORE/openssl-1.0.0-20100331.src.rpm
> ::::
>  error: Failed dependencies:
>          /openpkg/lib64 is needed by openssl-1.0.0-20100331
> 

This is likely a parentdir dependency (but I can't tell without
looking at the openssl package contents).

There are means to satsify (as in stub-out) a dependency through configuration.
Try
        mkdir -p /openpkg/etc/rpm/sysinfo
        echo "/openpkg/lib64" >> /openpkg/etc/rpm/sysinfo/Dirnames
as a workaround.

The openssl package is where a better fix is needed.

73 de Jeff

______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to