Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2013 11:00:04 +0100
From:      David Demelier <demelier.david@gmail.com>
To:        pkg@freebsd.org
Subject:   pkg install missing dependencies when there are available
Message-ID:  <CAO%2BPfDcQ%2BJ6S_A5Sj-Pd0L3RVFJ_W%2BPv198Cswv6bJmYZ1WdwQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello,

I'm creating a repository using portmaster (with generated packages) and
pkg repo. It usually works well but sometimes my client machine fails to
add package because of missing dependencies that are available for
download. See this example :

# pkg install -y kde
Updating repository catalogue
repo.txz                            100%  602KB 602.4KB/s 602.4KB/s
00:00
The following packages will be installed:

    Installing pkgconf: 0.8.9
    Installing libiconv: 1.14
    [... SNIP ...]
    Installing libffi: 3.0.12

Every package are downloaded and then :

Installing libX11-1.4.4,1... done
Installing python27-2.7.3_6... done
Installing pcre-8.32... done
Installing glib-2.34.3...missing dependency libffi-3.0.12

And of course libffi is available, if I run pkg install libffi and restart
pkg install kde it will works, but I think there is a problem somewhere.

Cheers,

-- 
Demelier David



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAO%2BPfDcQ%2BJ6S_A5Sj-Pd0L3RVFJ_W%2BPv198Cswv6bJmYZ1WdwQ>