[oe] testing branch 2010-10-08

Sledz, Steffen sledz at dresearch.de
Mon Oct 11 15:34:01 UTC 2010


On 10/11/2010 09:34 AM, Sledz, Steffen wrote:
> do_configure still fails for epiphany-2.30.2-r3 (see
> <http://tinderbox.openembedded.net/packages/835265/>) with:
>
> "checking location of system Certificate Authority list...
> configure: error: could not find. Use --with-ca-file=path
> to set, or --without-ca-file to disable"
>
> I thought the additional ca-certifactes dependency (see thread
> <http://thread.gmane.org/gmane.comp.handhelds.openembedded/37453/focus=37585>)
> fixes this, but it does not seem so. :(
>
> I'd a look into my openSUSE-system and there epiphany uses
> a file /var/lib/ca-certificates/ca-bundle.pem (linked to
> /etc/ssl/ca-bundle.pem) installed by the ca-certificates package.
>
> The OE ca-certificates package does not install such a bundle.
> So may be that's the real problem.

A look into the ca-certificates recipe shows this:

  pkg_postinst_${PN} () {
          /usr/sbin/update-ca-certificates
  }

I think this is to late if another package needs the result from this call in its configuration stage.

Steffen




More information about the Openembedded-devel mailing list