All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][V3] openssl: fixup the openssl-fix-link patch
@ 2011-09-18 22:13 Dmitry Eremin-Solenikov
  2011-09-19  6:23 ` Koen Kooi
  0 siblings, 1 reply; 8+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-09-18 22:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Dmitry Eremin-Solenikov

Include more dependencies into openssl-fix-link.patch patch.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
 .../openssl/openssl-1.0.0e/openssl-fix-link.patch  |   22 +++++++++++--------
 .../recipes-connectivity/openssl/openssl_1.0.0e.bb |    2 +-
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
index b319c62..6522d83 100644
--- a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
+++ b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
@@ -8,15 +8,19 @@ Index: openssl-1.0.0d/Makefile.org
 ===================================================================
 --- openssl-1.0.0d.orig/Makefile.org	2011-09-01 17:03:59.000000000 +0400
 +++ openssl-1.0.0d/Makefile.org	2011-09-01 17:12:24.000000000 +0400
-@@ -246,9 +246,9 @@
-	@dir=crypto; target=all; $(BUILD_ONE_CMD)
- build_ssl:
-	@dir=ssl; target=all; $(BUILD_ONE_CMD)
+@@ -244,13 +244,13 @@
+ 	@dir=crypto; target=all; $(BUILD_ONE_CMD)
+-build_ssl:
++build_ssl: build_crypto
+ 	@dir=ssl; target=all; $(BUILD_ONE_CMD)
 -build_engines:
 +build_engines: build_crypto
-	@dir=engines; target=all; $(BUILD_ONE_CMD)
+ 	@dir=engines; target=all; $(BUILD_ONE_CMD)
 -build_apps:
-+build_apps: build_crypto
-	@dir=apps; target=all; $(BUILD_ONE_CMD)
- build_tests:
-	@dir=test; target=all; $(BUILD_ONE_CMD)
++build_apps: build_crypto build_ssl
+ 	@dir=apps; target=all; $(BUILD_ONE_CMD)
+-build_tests:
++build_tests: build_crypto build_ssl
+ 	@dir=test; target=all; $(BUILD_ONE_CMD)
+ build_tools:
+ 	@dir=tools; target=all; $(BUILD_ONE_CMD)
diff --git a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
index 28039ca..9a22632 100644
--- a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
+++ b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
@@ -6,7 +6,7 @@ DEPENDS += "ocf-linux"
 
 CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
 
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [meta-oe][V3] openssl: fixup the openssl-fix-link patch
  2011-09-18 22:13 [meta-oe][V3] openssl: fixup the openssl-fix-link patch Dmitry Eremin-Solenikov
@ 2011-09-19  6:23 ` Koen Kooi
  2011-09-19 14:03   ` Dmitry Eremin-Solenikov
  0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2011-09-19  6:23 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 19-09-11 00:13, Dmitry Eremin-Solenikov schreef:
> Include more dependencies into openssl-fix-link.patch patch.
> 
> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> --- 
> .../openssl/openssl-1.0.0e/openssl-fix-link.patch  |   22
> +++++++++++-------- .../recipes-connectivity/openssl/openssl_1.0.0e.bb |
> 2 +- 2 files changed, 14 insertions(+), 10 deletions(-)


I still get: NOTE: package openssl-native-1.0.0e-r13.1: task do_patch: Failed


> 
> diff --git
> a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
> b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
>
> 
index b319c62..6522d83 100644
> ---
> a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
>
> 
+++ b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
> @@ -8,15 +8,19 @@ Index: openssl-1.0.0d/Makefile.org 
> =================================================================== ---
> openssl-1.0.0d.orig/Makefile.org	2011-09-01 17:03:59.000000000 +0400 +++
> openssl-1.0.0d/Makefile.org	2011-09-01 17:12:24.000000000 +0400 -@@
> -246,9 +246,9 @@ -	@dir=crypto; target=all; $(BUILD_ONE_CMD) -
> build_ssl: -	@dir=ssl; target=all; $(BUILD_ONE_CMD) +@@ -244,13 +244,13
> @@ + 	@dir=crypto; target=all; $(BUILD_ONE_CMD) +-build_ssl: ++build_ssl:
> build_crypto + 	@dir=ssl; target=all; $(BUILD_ONE_CMD) -build_engines: 
> +build_engines: build_crypto -	@dir=engines; target=all;
> $(BUILD_ONE_CMD) + 	@dir=engines; target=all; $(BUILD_ONE_CMD) 
> -build_apps: -+build_apps: build_crypto -	@dir=apps; target=all;
> $(BUILD_ONE_CMD) - build_tests: -	@dir=test; target=all;
> $(BUILD_ONE_CMD) ++build_apps: build_crypto build_ssl + 	@dir=apps;
> target=all; $(BUILD_ONE_CMD) +-build_tests: ++build_tests: build_crypto
> build_ssl + 	@dir=test; target=all; $(BUILD_ONE_CMD) + build_tools: +
> @dir=tools; target=all; $(BUILD_ONE_CMD) diff --git
> a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
> b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb index
> 28039ca..9a22632 100644 ---
> a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb +++
> b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb @@ -6,7 +6,7 @@
> DEPENDS += "ocf-linux"
> 
> CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
> 
> -PR = "${INC_PR}.0" +PR = "${INC_PR}.1"
> 
> LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOdt/8MkyGM64RGpERAljDAJ0QCYyu2A2/7OdJpRlwcUFYJUidMgCgqP8s
z86IWlWOK1kpEvOUaYWEa5c=
=lht2
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-oe][V3] openssl: fixup the openssl-fix-link patch
  2011-09-19  6:23 ` Koen Kooi
@ 2011-09-19 14:03   ` Dmitry Eremin-Solenikov
  2011-09-19 14:14     ` Koen Kooi
  0 siblings, 1 reply; 8+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-09-19 14:03 UTC (permalink / raw)
  To: openembedded-devel

On 09/19/2011 10:23 AM, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 19-09-11 00:13, Dmitry Eremin-Solenikov schreef:
>> Include more dependencies into openssl-fix-link.patch patch.
>>
>> Signed-off-by: Dmitry Eremin-Solenikov<dbaryshkov@gmail.com>  ---
>> .../openssl/openssl-1.0.0e/openssl-fix-link.patch  |   22
>> +++++++++++-------- .../recipes-connectivity/openssl/openssl_1.0.0e.bb |
>> 2 +- 2 files changed, 14 insertions(+), 10 deletions(-)
>
>
> I still get: NOTE: package openssl-native-1.0.0e-r13.1: task do_patch: Failed

Strange. Please check:
md5sum 
sources/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch 

03c99586e59ea5a25e0598c7419d8aff 
sources/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch

-- 
With best wishes
Dmitry




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-oe][V3] openssl: fixup the openssl-fix-link patch
  2011-09-19 14:03   ` Dmitry Eremin-Solenikov
@ 2011-09-19 14:14     ` Koen Kooi
  2011-09-19 14:39       ` Martin Jansa
  0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2011-09-19 14:14 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 19-09-11 16:03, Dmitry Eremin-Solenikov schreef:
> On 09/19/2011 10:23 AM, Koen Kooi wrote:
>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>> 
>> Op 19-09-11 00:13, Dmitry Eremin-Solenikov schreef:
>>> Include more dependencies into openssl-fix-link.patch patch.
>>> 
>>> Signed-off-by: Dmitry Eremin-Solenikov<dbaryshkov@gmail.com>  --- 
>>> .../openssl/openssl-1.0.0e/openssl-fix-link.patch  |   22 
>>> +++++++++++-------- 
>>> .../recipes-connectivity/openssl/openssl_1.0.0e.bb | 2 +- 2 files 
>>> changed, 14 insertions(+), 10 deletions(-)
>> 
>> 
>> I still get: NOTE: package openssl-native-1.0.0e-r13.1: task do_patch: 
>> Failed
> 
> Strange. Please check: md5sum 
> sources/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
>
>
> 
03c99586e59ea5a25e0598c7419d8aff
> sources/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
>
>
> 
koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-oe$ md5sum
recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
03c99586e59ea5a25e0598c7419d8aff
recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOd043MkyGM64RGpERAnKnAJwJMqWQhqhqLYRycKAmkAwzOvMHoACeP2Xm
F2AqsDz4e8AzU6FRz5po5Fk=
=Snrw
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-oe][V3] openssl: fixup the openssl-fix-link patch
  2011-09-19 14:14     ` Koen Kooi
@ 2011-09-19 14:39       ` Martin Jansa
  2011-09-21 18:44         ` Dmitry Eremin-Solenikov
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Jansa @ 2011-09-19 14:39 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 4604 bytes --]

On Mon, Sep 19, 2011 at 04:14:15PM +0200, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Op 19-09-11 16:03, Dmitry Eremin-Solenikov schreef:
> > On 09/19/2011 10:23 AM, Koen Kooi wrote:
> >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
> >> 
> >> Op 19-09-11 00:13, Dmitry Eremin-Solenikov schreef:
> >>> Include more dependencies into openssl-fix-link.patch patch.
> >>> 
> >>> Signed-off-by: Dmitry Eremin-Solenikov<dbaryshkov@gmail.com>  --- 
> >>> .../openssl/openssl-1.0.0e/openssl-fix-link.patch  |   22 
> >>> +++++++++++-------- 
> >>> .../recipes-connectivity/openssl/openssl_1.0.0e.bb | 2 +- 2 files 
> >>> changed, 14 insertions(+), 10 deletions(-)
> >> 
> >> 
> >> I still get: NOTE: package openssl-native-1.0.0e-r13.1: task do_patch: 
> >> Failed
> > 
> > Strange. Please check: md5sum 
> > sources/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
> >
> >
> > 
> 03c99586e59ea5a25e0598c7419d8aff
> > sources/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
> >
> >
> > 
> koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-oe$ md5sum
> recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
> 03c99586e59ea5a25e0598c7419d8aff
> recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
> 
> iD8DBQFOd043MkyGM64RGpERAnKnAJwJMqWQhqhqLYRycKAmkAwzOvMHoACeP2Xm
> F2AqsDz4e8AzU6FRz5po5Fk=
> =Snrw
> -----END PGP SIGNATURE-----

FWIW: 

OE spitz@shr ~/shr-core/meta-openembedded $ ~/oe/contrib/patchwork/pw-am.sh 11669
2011-09-19 16:17:30 URL:http://patches.openembedded.org/patch/11669/mbox/ [2673] -> "pw-am-11669.patch" [1]
Applying: openssl: fixup the openssl-fix-link patch
/OE/shr-core/meta-openembedded/.git/rebase-apply/patch:19: space before tab in indent.
        @dir=crypto; target=all; $(BUILD_ONE_CMD)
/OE/shr-core/meta-openembedded/.git/rebase-apply/patch:22: space before tab in indent.
        @dir=ssl; target=all; $(BUILD_ONE_CMD)
/OE/shr-core/meta-openembedded/.git/rebase-apply/patch:26: space before tab in indent.
        @dir=engines; target=all; $(BUILD_ONE_CMD)
/OE/shr-core/meta-openembedded/.git/rebase-apply/patch:33: space before tab in indent.
        @dir=apps; target=all; $(BUILD_ONE_CMD)
/OE/shr-core/meta-openembedded/.git/rebase-apply/patch:36: space before tab in indent.
        @dir=test; target=all; $(BUILD_ONE_CMD)
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.

...
03c99586e59ea5a25e0598c7419d8aff  meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
...

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 731 of 958 (ID: 4, virtual:native:/OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_fetch)
NOTE: Running task 885 of 958 (ID: 18, /OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_fetch)
NOTE: package openssl-native-1.0.0e-r13.1: task do_fetch: Started
NOTE: package openssl-native-1.0.0e-r13.1: task do_fetch: Succeeded
NOTE: package openssl-1.0.0e-r13.1: task do_fetch: Started
NOTE: package openssl-1.0.0e-r13.1: task do_fetch: Succeeded
NOTE: Running task 886 of 958 (ID: 0, virtual:native:/OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_unpack)
NOTE: Running task 887 of 958 (ID: 14, /OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_unpack)
NOTE: package openssl-1.0.0e-r13.1: task do_unpack: Started
NOTE: package openssl-native-1.0.0e-r13.1: task do_unpack: Started
NOTE: package openssl-1.0.0e-r13.1: task do_unpack: Succeeded
NOTE: Running task 888 of 958 (ID: 15, /OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_patch)
NOTE: package openssl-native-1.0.0e-r13.1: task do_unpack: Succeeded
NOTE: Running task 889 of 958 (ID: 1, virtual:native:/OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_patch)
NOTE: package openssl-1.0.0e-r13.1: task do_patch: Started
NOTE: package openssl-native-1.0.0e-r13.1: task do_patch: Started
NOTE: package openssl-1.0.0e-r13.1: task do_patch: Succeeded
NOTE: package openssl-native-1.0.0e-r13.1: task do_patch: Succeeded


-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-oe][V3] openssl: fixup the openssl-fix-link patch
  2011-09-19 14:39       ` Martin Jansa
@ 2011-09-21 18:44         ` Dmitry Eremin-Solenikov
  2011-09-22  6:46           ` Koen Kooi
  2011-09-22  7:10           ` Koen Kooi
  0 siblings, 2 replies; 8+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-09-21 18:44 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Martin Jansa

Koen, please doublecheck your setup. Today I've just rebuilt 
openssl-native with this patch and it worked. Did you clean/cleansstate 
before rechecking the patch?

On 09/19/2011 06:39 PM, Martin Jansa wrote:
> On Mon, Sep 19, 2011 at 04:14:15PM +0200, Koen Kooi wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Op 19-09-11 16:03, Dmitry Eremin-Solenikov schreef:
>>> On 09/19/2011 10:23 AM, Koen Kooi wrote:
>>>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>>>>
>>>> Op 19-09-11 00:13, Dmitry Eremin-Solenikov schreef:
>>>>> Include more dependencies into openssl-fix-link.patch patch.
>>>>>
>>>>> Signed-off-by: Dmitry Eremin-Solenikov<dbaryshkov@gmail.com>   ---
>>>>> .../openssl/openssl-1.0.0e/openssl-fix-link.patch  |   22
>>>>> +++++++++++--------
>>>>> .../recipes-connectivity/openssl/openssl_1.0.0e.bb | 2 +- 2 files
>>>>> changed, 14 insertions(+), 10 deletions(-)
>>>>
>>>>
>>>> I still get: NOTE: package openssl-native-1.0.0e-r13.1: task do_patch:
>>>> Failed
>>>
>>> Strange. Please check: md5sum
>>> sources/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
>>>
>>>
>>>
>> 03c99586e59ea5a25e0598c7419d8aff
>>> sources/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
>>>
>>>
>>>
>> koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-oe$ md5sum
>> recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
>> 03c99586e59ea5a25e0598c7419d8aff
>> recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.5 (Darwin)
>>
>> iD8DBQFOd043MkyGM64RGpERAnKnAJwJMqWQhqhqLYRycKAmkAwzOvMHoACeP2Xm
>> F2AqsDz4e8AzU6FRz5po5Fk=
>> =Snrw
>> -----END PGP SIGNATURE-----
>
> FWIW:
>
> OE spitz@shr ~/shr-core/meta-openembedded $ ~/oe/contrib/patchwork/pw-am.sh 11669
> 2011-09-19 16:17:30 URL:http://patches.openembedded.org/patch/11669/mbox/ [2673] ->  "pw-am-11669.patch" [1]
> Applying: openssl: fixup the openssl-fix-link patch
> /OE/shr-core/meta-openembedded/.git/rebase-apply/patch:19: space before tab in indent.
>          @dir=crypto; target=all; $(BUILD_ONE_CMD)
> /OE/shr-core/meta-openembedded/.git/rebase-apply/patch:22: space before tab in indent.
>          @dir=ssl; target=all; $(BUILD_ONE_CMD)
> /OE/shr-core/meta-openembedded/.git/rebase-apply/patch:26: space before tab in indent.
>          @dir=engines; target=all; $(BUILD_ONE_CMD)
> /OE/shr-core/meta-openembedded/.git/rebase-apply/patch:33: space before tab in indent.
>          @dir=apps; target=all; $(BUILD_ONE_CMD)
> /OE/shr-core/meta-openembedded/.git/rebase-apply/patch:36: space before tab in indent.
>          @dir=test; target=all; $(BUILD_ONE_CMD)
> warning: squelched 1 whitespace error
> warning: 6 lines add whitespace errors.

logical 'errors'. space required by patch format and then a tab from a 
makefile.

>
> ...
> 03c99586e59ea5a25e0598c7419d8aff  meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/openssl-fix-link.patch
> ...
>
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> NOTE: Running task 731 of 958 (ID: 4, virtual:native:/OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_fetch)
> NOTE: Running task 885 of 958 (ID: 18, /OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_fetch)
> NOTE: package openssl-native-1.0.0e-r13.1: task do_fetch: Started
> NOTE: package openssl-native-1.0.0e-r13.1: task do_fetch: Succeeded
> NOTE: package openssl-1.0.0e-r13.1: task do_fetch: Started
> NOTE: package openssl-1.0.0e-r13.1: task do_fetch: Succeeded
> NOTE: Running task 886 of 958 (ID: 0, virtual:native:/OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_unpack)
> NOTE: Running task 887 of 958 (ID: 14, /OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_unpack)
> NOTE: package openssl-1.0.0e-r13.1: task do_unpack: Started
> NOTE: package openssl-native-1.0.0e-r13.1: task do_unpack: Started
> NOTE: package openssl-1.0.0e-r13.1: task do_unpack: Succeeded
> NOTE: Running task 888 of 958 (ID: 15, /OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_patch)
> NOTE: package openssl-native-1.0.0e-r13.1: task do_unpack: Succeeded
> NOTE: Running task 889 of 958 (ID: 1, virtual:native:/OE/shr-core/meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb, do_patch)
> NOTE: package openssl-1.0.0e-r13.1: task do_patch: Started
> NOTE: package openssl-native-1.0.0e-r13.1: task do_patch: Started
> NOTE: package openssl-1.0.0e-r13.1: task do_patch: Succeeded
> NOTE: package openssl-native-1.0.0e-r13.1: task do_patch: Succeeded

-- 
With best wishes
Dmitry



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-oe][V3] openssl: fixup the openssl-fix-link patch
  2011-09-21 18:44         ` Dmitry Eremin-Solenikov
@ 2011-09-22  6:46           ` Koen Kooi
  2011-09-22  7:10           ` Koen Kooi
  1 sibling, 0 replies; 8+ messages in thread
From: Koen Kooi @ 2011-09-22  6:46 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 21-09-11 20:44, Dmitry Eremin-Solenikov schreef:
> Koen, please doublecheck your setup. Today I've just rebuilt
> openssl-native with this patch and it worked. Did you clean/cleansstate
> before rechecking the patch?

I did cleansstate in between, I'll try a build from scratch now.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOetm/MkyGM64RGpERAidKAJ9EoLQ0hORkh388WddFS/jPNBp4IACgjH5u
QwtVwfuzIMSwDwZFCQ2ZzG4=
=XQnF
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-oe][V3] openssl: fixup the openssl-fix-link patch
  2011-09-21 18:44         ` Dmitry Eremin-Solenikov
  2011-09-22  6:46           ` Koen Kooi
@ 2011-09-22  7:10           ` Koen Kooi
  1 sibling, 0 replies; 8+ messages in thread
From: Koen Kooi @ 2011-09-22  7:10 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 21-09-11 20:44, Dmitry Eremin-Solenikov schreef:
> Koen, please doublecheck your setup. Today I've just rebuilt
> openssl-native with this patch and it worked. Did you clean/cleansstate
> before rechecking the patch?

And it still fails after a build from scratch :(

Doing it manually:

koen@dominion:/OE/tentacle/sources/meta-openembedded$ patch --version
patch 2.5.9

koen@dominion:/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/openssl-native-1.0.0e-r13.1/openssl-1.0.0e$
md5sum ../openssl-fix-link.patch
03c99586e59ea5a25e0598c7419d8aff  ../openssl-fix-link.patch
koen@dominion:/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/openssl-native-1.0.0e-r13.1/openssl-1.0.0e$
patch -p1 < ../openssl-fix-link.patch
patching file Makefile.org
Hunk #1 FAILED at 244.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.org.rej

Anyway, I recreated the patch with git and it works now

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOet9KMkyGM64RGpERAga6AJ9DZAZDF88BC8K3hA+udQaxdMHktQCdEWHf
RHu2wMZvLXQYvq+Pp7W4728=
=OZ0B
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-09-22  7:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-18 22:13 [meta-oe][V3] openssl: fixup the openssl-fix-link patch Dmitry Eremin-Solenikov
2011-09-19  6:23 ` Koen Kooi
2011-09-19 14:03   ` Dmitry Eremin-Solenikov
2011-09-19 14:14     ` Koen Kooi
2011-09-19 14:39       ` Martin Jansa
2011-09-21 18:44         ` Dmitry Eremin-Solenikov
2011-09-22  6:46           ` Koen Kooi
2011-09-22  7:10           ` Koen Kooi

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.