Openembedded Core Discussions
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: akuster <akuster@mvista.com>,
	Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [rocko][v2][PATCH] distcc: Change SRC_URI
Date: Fri, 23 Mar 2018 07:20:21 -0700	[thread overview]
Message-ID: <bcd2bae7-cbfb-8fbf-8a24-458d2c10d6fc@gmail.com> (raw)
In-Reply-To: <CAMKF1sreT7Pm9k7C74S7JggUOA7i52YefxoGGKyq5HhOkspaew@mail.gmail.com>



On 03/22/2018 10:25 PM, Khem Raj wrote:
> On Thu, Mar 22, 2018 at 10:04 PM, Armin Kuster <akuster808@gmail.com> wrote:
>> From: Armin Kuster <akuster@mvista.com>
>>
>> ERROR: distcc-3.2-r0 do_fetch: Fetcher failure: Unable to find revision d8b18df3e9dcbe4f092bed565835d3975e99432c in branch 3.2 even from upstream
>> ERROR: distcc-3.2-r0 do_fetch: Fetcher failure for URL: 'git://github.com/distcc/distcc.git;branch=3.2'. Unable to fetch URL from any source.
>> ERROR: distcc-3.2-r0 do_fetch: Function failed: base_do_fetch
>>
>> [v2]
>> upstream deleted the branch and the hash no longer exists.
>>
>> Took the git snapshot from yocto and created a copy on my github.
>> There was no offical 3.2 release, only rc versions.
>>
>
> I think V1 was ok. Is there any difference in the 3.2-maint branch that
> we may not be able to use it on rocko


diffstat:

INSTALL                                                       |    6
 Makefile.in                                                   |   71
 README.md                                                     |   62
 configure.ac                                                  |  128
 doc/web/man/distcc_1.html                                     |   19
 doc/web/man/index.html                                        |    1
 doc/web/man/lsdistcc_1.html                                   |  225
 include_server/basics.py                                      |   29
 include_server/basics_test.py                                 |   28
 include_server/c_extensions/distcc_pump_c_extensions_module.c |  132
 include_server/c_extensions_test.py                           |   32
 include_server/cache_basics.py                                |   27
 include_server/compiler_defaults.py                           |   12
 include_server/compress_files.py                              |   24
 include_server/include_analyzer.py                            |   29
 include_server/include_analyzer_memoizing_node.py             |   48
 include_server/include_analyzer_memoizing_node_test.py        |   30
 include_server/include_analyzer_test.py                       |   40
 include_server/include_server.py                              |  134
 include_server/include_server_test.py                         |   28
 include_server/macro_eval.py                                  |   27
 include_server/macro_eval_test.py                             |   14
 include_server/mirror_path.py                                 |    2
 include_server/mirror_path_test.py                            |    6
 include_server/parse_command.py                               |   40
 include_server/parse_command_test.py                          |   16
 include_server/parse_file.py                                  |   30
 include_server/parse_file_test.py                             |   20
 include_server/run.py                                         |   17
 include_server/setup.py                                       |    8
 include_server/statistics.py                                  |   76
 lzo/README.LZO                                                |  123
 lzo/lzoconf.h                                                 |  517
 lzo/lzodefs.h                                                 | 2998 ----
 lzo/minilzo.c                                                 | 7016
++--------
 lzo/minilzo.h                                                 |   28
 man/distcc.1                                                  |   14
 man/include_server.1                                          |    7
 man/lsdistcc.1                                                |  159
 packaging/RedHat/conf/clients.allow                           |    4
 packaging/RedHat/rpm.spec                                     |    1
 pump.in                                                       |   19
 src/arg.c                                                     |    3
 src/backoff.c                                                 |   27
 src/clirpc.c                                                  |   11
 src/compile.c                                                 |   27
 src/distcc.c                                                  |   15
 src/distcc.h                                                  |    5
 src/dotd.c                                                    |    3
 src/hosts.c                                                   |    4
 src/include_server_if.c                                       |    8
 src/io.c                                                      |    2
 src/lsdistcc.c                                                |    4
 src/remote.c                                                  |    2
 src/rpc.c                                                     |   11
 src/rpc.h                                                     |    5
 src/sendfile.c                                                |    2
 src/serve.c                                                   |    2
 src/snprintf.h                                                |    1
 src/stats.c                                                   |    1
 src/stringmap.c                                               |    4
 src/timeval.c                                                 |    7
 src/timeval.h                                                 |    7
 src/where.c                                                   |   15
 src/zeroconf.c                                                |   18
 src/zeroconf.h                                                |    2
 test/comfychair.py                                            |   84
 test/onetest.py                                               |    2
 test/testdistcc.py                                            |  168

>> Signed-off-by: Armin Kuster <akuster@mvista.com>
>> ---
>>  meta/recipes-devtools/distcc/distcc_3.2.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/distcc/distcc_3.2.bb b/meta/recipes-devtools/distcc/distcc_3.2.bb
>> index b6da65a..e6f159c 100644
>> --- a/meta/recipes-devtools/distcc/distcc_3.2.bb
>> +++ b/meta/recipes-devtools/distcc/distcc_3.2.bb
>> @@ -14,7 +14,7 @@ PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
>>
>>  RRECOMMENDS_${PN} = "avahi-daemon"
>>
>> -SRC_URI = "git://github.com/distcc/distcc.git;branch=${PV} \
>> +SRC_URI = "git://github.com/akuster/distcc.git;branch=${PV} \
>>             file://separatebuilddir.patch \
>>             file://0001-zeroconf-Include-fcntl.h.patch \
>>             file://default \
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core



  parent reply	other threads:[~2018-03-23 14:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-23  5:04 [rocko][v2][PATCH] distcc: Change SRC_URI Armin Kuster
2018-03-23  5:25 ` Khem Raj
2018-03-23 14:17   ` akuster808
2018-03-23 14:20   ` akuster808 [this message]
2018-03-23 14:31     ` Burton, Ross
2018-03-23 14:56       ` Alexander Kanavin
2018-03-23 15:35         ` Burton, Ross

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=bcd2bae7-cbfb-8fbf-8a24-458d2c10d6fc@gmail.com \
    --to=akuster808@gmail.com \
    --cc=akuster@mvista.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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