* [PATCH] xserver-kdrive_1.5.3.bb: add openssl to DEPENDS.
@ 2010-06-30 23:37 Graham Gower
2010-07-01 6:32 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Graham Gower @ 2010-06-30 23:37 UTC (permalink / raw)
To: openembedded-devel
The build fails without openssl.
| mipsel-oe-linux-libtool: compile: ccache mipsel-oe-linux-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I../include -isystem/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -DDBUS_API_SUBJECT_TO_CHANGE -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/freetype2 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/pixman-1 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/hal -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/dbus-1.0 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/lib/dbus-1.0/include -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/home/grg/oe2/tmp/sysroots/x86_64-linux/usr/include -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/home/
grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/xextproto-70 -isystem/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -MT glyph.lo -MD -MP -MF .deps/glyph.Tpo -c glyph.c -fPIC -DPIC -o .libs/glyph.o
| glyph.c:30:25: error: openssl/sha.h: No such file or directory
| glyph.c: In function 'HashGlyph':
| glyph.c:205: error: 'SHA_CTX' undeclared (first use in this function)
| glyph.c:205: error: (Each undeclared identifier is reported only once
| glyph.c:205: error: for each function it appears in.)
| glyph.c:205: error: expected ';' before 'ctx'
| glyph.c:208: warning: implicit declaration of function 'SHA1_Init'
| glyph.c:208: warning: nested extern declaration of 'SHA1_Init'
| glyph.c:208: error: 'ctx' undeclared (first use in this function)
| glyph.c:212: warning: implicit declaration of function 'SHA1_Update'
| glyph.c:212: warning: nested extern declaration of 'SHA1_Update'
| glyph.c:220: warning: implicit declaration of function 'SHA1_Final'
| glyph.c:220: warning: nested extern declaration of 'SHA1_Final'
| make[1]: *** [glyph.lo] Error 1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
recipes/xorg-xserver/xserver-kdrive_1.5.3.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb b/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb
index 7250a61..7fbdff2 100644
--- a/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb
+++ b/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb
@@ -1,6 +1,6 @@
require xserver-kdrive-common.inc
-DEPENDS += "hal libxkbfile libxcalibrate pixman"
+DEPENDS += "hal libxkbfile libxcalibrate pixman openssl"
RDEPENDS_${PN} += "hal"
DEFAULT_PREFERENCE = "-99"
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] xserver-kdrive_1.5.3.bb: add openssl to DEPENDS.
2010-06-30 23:37 [PATCH] xserver-kdrive_1.5.3.bb: add openssl to DEPENDS Graham Gower
@ 2010-07-01 6:32 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2010-07-01 6:32 UTC (permalink / raw)
To: openembedded-devel
On Wed, Jun 30, 2010 at 4:37 PM, Graham Gower <graham.gower@gmail.com> wrote:
> The build fails without openssl.
>
> | mipsel-oe-linux-libtool: compile: ccache mipsel-oe-linux-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I../include -isystem/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -DDBUS_API_SUBJECT_TO_CHANGE -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/freetype2 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/pixman-1 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/hal -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/dbus-1.0 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/lib/dbus-1.0/include -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/home/grg/oe2/tmp/sysroots/x86_64-linux/usr/include -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/home/
> grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/xextproto-70 -isystem/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -MT glyph.lo -MD -MP -MF .deps/glyph.Tpo -c glyph.c -fPIC -DPIC -o .libs/glyph.o
> | glyph.c:30:25: error: openssl/sha.h: No such file or directory
> | glyph.c: In function 'HashGlyph':
> | glyph.c:205: error: 'SHA_CTX' undeclared (first use in this function)
> | glyph.c:205: error: (Each undeclared identifier is reported only once
> | glyph.c:205: error: for each function it appears in.)
> | glyph.c:205: error: expected ';' before 'ctx'
> | glyph.c:208: warning: implicit declaration of function 'SHA1_Init'
> | glyph.c:208: warning: nested extern declaration of 'SHA1_Init'
> | glyph.c:208: error: 'ctx' undeclared (first use in this function)
> | glyph.c:212: warning: implicit declaration of function 'SHA1_Update'
> | glyph.c:212: warning: nested extern declaration of 'SHA1_Update'
> | glyph.c:220: warning: implicit declaration of function 'SHA1_Final'
> | glyph.c:220: warning: nested extern declaration of 'SHA1_Final'
> | make[1]: *** [glyph.lo] Error 1
>
> Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
> ---
> recipes/xorg-xserver/xserver-kdrive_1.5.3.bb | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb b/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb
> index 7250a61..7fbdff2 100644
> --- a/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb
> +++ b/recipes/xorg-xserver/xserver-kdrive_1.5.3.bb
> @@ -1,6 +1,6 @@
> require xserver-kdrive-common.inc
>
> -DEPENDS += "hal libxkbfile libxcalibrate pixman"
> +DEPENDS += "hal libxkbfile libxcalibrate pixman openssl"
> RDEPENDS_${PN} += "hal"
>
> DEFAULT_PREFERENCE = "-99"
> --
> 1.7.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-01 6:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-30 23:37 [PATCH] xserver-kdrive_1.5.3.bb: add openssl to DEPENDS Graham Gower
2010-07-01 6:32 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.