From: Raymond Danks <ray.danks@se-eng.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: calibrator: also problems with <svn://svn.bec-systems.com/>
Date: Tue, 26 Jul 2011 15:05:40 -0600 [thread overview]
Message-ID: <4E2F2C24.7050501@se-eng.com> (raw)
In-Reply-To: <j0n5dr$561$1@dough.gmane.org>
On 07/26/2011 01:43 PM, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 26-07-11 20:09, Raymond Danks schreef:
>> I apologize Paul - I did something with my email filters and missed this. You are correct; the URL is wrong in this patch. The correct URL is: http://svn.bec-systems.com/pub/calibrator/
>>
>> No - I don't have rights yet. How do I go about getting commit rights?
> Technically you still have them since you had monotone access :) I think nowadays you send your ssh key to cliff + khem and they'll sort it out.
Thanks Koen! I'll get in touch with Cliff and Khem. I think I lost
that other key...
>> I'm following up on this and the other comments today.
>>
>> Thanks, Ray
>>
>> On 07/20/2011 03:47 PM, Paul Menzel wrote:
>>> Dear Raymond,
>>>
>>>
>>> Am Montag, den 18.07.2011, 22:04 +0200 schrieb Paul Menzel:
>>>
>>>> Am Montag, den 18.07.2011, 21:51 +0200 schrieb Paul Menzel:
>>>>> Am Montag, den 18.07.2011, 13:25 -0600 schrieb Raymond Danks:
>>>>>> * The SVN repository for this project has changed URI.
>>> actually testing your patch I am experiencing the following problem with task fetch.
>>>
>>> svn: OPTIONS of 'http://svn.bec-systems.com/svn/pub/calibrator': authorization failed: Could not authenticate to server: rejected Basic challenge (http://svn.bec-systems.com) NOTE: package calibrator-0.9e+svnr21-r0: task Fetch failed: Unable to fetch URL
>>> svn://svn.bec-systems.com/svn/pub;module=calibrator;proto=http from any source.: Failed ERROR: Function 'Fetch failed: Unable to fetch URL svn://svn.bec-systems.com/svn/pub;module=calibrator;proto=http from any source.' failed
>>>
>>>>>> * Upgrade to and patch the latest version for use with current tools.
>>>> actually thinking about this, two patches would have been better. I will split this patch up.
>>>>
>>>>>> Signed-off-by: Raymond Danks<ray.danks@se-eng.com> --- recipes/calibrator/calibrator_svn.bb | 6 +- .../calibrator/files/round_conflicting_types.patch | 91 ++++++++++++++++++++ 2 files changed, 95 insertions(+), 2 deletions(-) create mode 100644
>>>>>> recipes/calibrator/files/round_conflicting_types.patch
>>>>>>
>>>>>> diff --git a/recipes/calibrator/calibrator_svn.bb b/recipes/calibrator/calibrator_svn.bb index bd7bb1f..60eeaf9 100644 --- a/recipes/calibrator/calibrator_svn.bb +++ b/recipes/calibrator/calibrator_svn.bb @@ -2,11 +2,13 @@ DESCRIPTION = "The Calibrator, a Cache-Memory and TLB Calibration
>>>>>> Tool" HOMEPAGE = "http://monetdb.cwi.nl/Calibrator/" LICENSE = "AS IS"
>>>>>>
>>>>>> -SRCREV = "21" +SRCREV = "138" PV = "0.9e+svnr${SRCPV}" PR = "r0"
>>>>>>
>>>>>> -SRC_URI = "svn://dev.bec-systems.com/svn/pub;module=calibrator;proto=http" +SRC_URI = "\ + svn://svn.bec-systems.com/pub;module=calibrator;proto=http \ + file://round_conflicting_types.patch"
>>>>> Maybe also put the last " on a new line to make future diffs smaller?
>>>>>
>>>>>> inherit autotools
>>>>>>
>>>>>> diff --git a/recipes/calibrator/files/round_conflicting_types.patch b/recipes/calibrator/files/round_conflicting_types.patch new file mode 100644 index 0000000..520c945 --- /dev/null +++ b/recipes/calibrator/files/round_conflicting_types.patch @@ -0,0 +1,91 @@ +round is a conflicting type
>>>>>> ; rename to custom_round instead.
>>>>> Did you send that patch upstream?
>>>>>
>>>>>> + +diff -urN calibrator.orig/calibrator.c calibrator/calibrator.c +--- calibrator.orig/calibrator.c 2011-07-11 16:40:32.000000000 -0600 ++++ calibrator/calibrator.c 2011-07-11 16:44:22.333626120 -0600 +@@ -128,7 +128,7 @@
>>>>> […]
>>>>>
>>>>> Acked-by: Paul Menzel<paulepanter@users.sourceforge.net>
>>>> I forgot to ask, do you have write/commit access to the Git repository?
>>> Thanks,
>>>
>>> Paul
>>>
>>>
>>> _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>> _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFOLxj7MkyGM64RGpERAgoYAJkBqgcN+ORwAy5auUY8zCP1UeE1mQCgsBs6
> gqgy7B3i/IiLGO+l1NJDFl8=
> =KyIu
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2011-07-26 21:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-18 19:25 [PATCH 1/3] calibrator: Move to latest SVN rev 138 Raymond Danks
2011-07-18 19:25 ` [PATCH 2/3] rt-tests: Upgrade to latest version 0.73 Raymond Danks
2011-07-18 20:16 ` Paul Menzel
2011-07-26 20:20 ` [PATCH 2/3 v2] " Raymond Danks
2011-07-18 19:25 ` [PATCH 3/3] libpng: Corrected SRC_URI Raymond Danks
2011-07-18 19:51 ` [PATCH 1/3] calibrator: Move to latest SVN rev 138 Paul Menzel
2011-07-18 20:04 ` Paul Menzel
2011-07-20 21:47 ` calibrator: also problems with <svn://svn.bec-systems.com/> (was: [PATCH 1/3] calibrator: Move to latest SVN rev 138) Paul Menzel
2011-07-26 18:09 ` calibrator: also problems with <svn://svn.bec-systems.com/> Raymond Danks
2011-07-26 19:43 ` Koen Kooi
2011-07-26 21:05 ` Raymond Danks [this message]
2011-07-26 21:03 ` [PATCH 1/3 v2] calibrator: Move to latest SVN rev 138 Raymond Danks
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E2F2C24.7050501@se-eng.com \
--to=ray.danks@se-eng.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox