[oe] [PATCH v2 1/2] recipe for gsnmp-0.3.0

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Wed Aug 4 17:43:20 UTC 2010


2010/8/4 Henri Bragge <henri.bragge at dcombus.com>

> Signed-off-by: Henri Bragge <henri.bragge at dcombus.com>
> ---
>  recipes/gsnmp/gsnmp_svn.bb |   12 ++++++++++++
>  1 files changed, 12 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/gsnmp/gsnmp_svn.bb
>
> diff --git a/recipes/gsnmp/gsnmp_svn.bb b/recipes/gsnmp/gsnmp_svn.bb
> new file mode 100644
> index 0000000..3a2ac09
> --- /dev/null
> +++ b/recipes/gsnmp/gsnmp_svn.bb
> @@ -0,0 +1,12 @@
> +DESCRIPTION = "SNMP library written on top of glib and gnet."
> +SECTION = "libs/network"
> +LICENSE = "GPLv2"
> +DEPENDS = "glib-2.0 gnet"
> +SRCREV = "3372"
> +PV = "0.3.0+svnr${SRCREV}"
> +PR = "r0"
> +
> +inherit autotools pkgconfig
> +
> +SRC_URI = "svn://
> cnds.eecs.jacobs-university.de/svn/schoenw/src/gsnmp;module=trunk;proto=https
> "
> +S = "${WORKDIR}/trunk"


tried to build this, stranded at this:

NOTE: Fetch svn://
cnds.eecs.jacobs-university.de/svn/schoenw/src/gsnmp;module=trunk;proto=https
Error validating server certificate for '
https://cnds.eecs.jacobs-university.de:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: cnds.eecs.jacobs-university.de
 - Valid: from Tue, 22 Sep 2009 08:07:16 GMT until Sun, 21 Sep 2014 08:07:16
GMT
 - Issuer: IRC-IT, Jacobs University Bremen gGmbH, DE
 - Fingerprint: a3:ed:4f:1d:a7:3b:dc:99:aa:0f:cb:d7:d3:19:f5:b0:ef:1c:06:00
(R)eject, accept (t)emporarily or accept (p)ermanently? svn: OPTIONS of '
https://cnds.eecs.jacobs-university.de/svn/schoenw/src/gsnmp/trunk': Server
certificate verification failed: issuer is not trusted (
https://cnds.eecs.jacobs-university.de)
NOTE: Task failed: Fetch failed: Fetch command export HOME=/home/frans;
export SSH_AUTH_SOCK=/tmp/ssh-iwZKs1963/agent.1963; export
PATH=/home/frans/oe/tmp_angstrom/sysroots/i686-linux/usr/armv7a/bin:/home/frans/oe/tmp_angstrom/sysroots/i686-linux/usr/sbin:/home/frans/oe/tmp_angstrom/sysroots/i686-linux/usr/bin:/home/frans/oe/tmp_angstrom/sysroots/i686-linux/sbin:/home/frans/oe/tmp_angstrom/sysroots/i686-linux//bin:/home/frans/oe/bitbake/bin:/home/frans/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/gnome/bin:/usr/lib/qt3/bin:/home/frans/bin:.;
/usr/bin/env svn co -r 3372
https://cnds.eecs.jacobs-university.de/svn/schoenw/src/gsnmp/trunk@3372trunk
failed with signal 1, output:
Error validating server certificate for '
https://cnds.eecs.jacobs-university.de:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: cnds.eecs.jacobs-university.de
 - Valid: from Tue, 22 Sep 2009 08:07:16 GMT until Sun, 21 Sep 2014 08:07:16
GMT
 - Issuer: IRC-IT, Jacobs University Bremen gGmbH, DE
 - Fingerprint: a3:ed:4f:1d:a7:3b:dc:99:aa:0f:cb:d7:d3:19:f5:b0:ef:1c:06:00
(R)eject, accept (t)emporarily or accept (p)ermanently? svn: OPTIONS of '
https://cnds.eecs.jacobs-university.de/svn/schoenw/src/gsnmp/trunk': Server
certificate verification failed: issuer is not trusted (
https://cnds.eecs.jacobs-university.de)

NOTE: oestats: task failed, see
http://tinderbox.openembedded.net/packages/668019/
ERROR: TaskFailed event exception, aborting


No idea what the policy on this is, but I'm not too eager to add all kind of
certificates to my system

Frans



More information about the Openembedded-devel mailing list