All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko][v2][PATCH] distcc: Change SRC_URI
@ 2018-03-23  5:04 Armin Kuster
  2018-03-23  5:25 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Armin Kuster @ 2018-03-23  5:04 UTC (permalink / raw)
  To: akuster, openembedded-core

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.

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



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

* Re: [rocko][v2][PATCH] distcc: Change SRC_URI
  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
  0 siblings, 2 replies; 7+ messages in thread
From: Khem Raj @ 2018-03-23  5:25 UTC (permalink / raw)
  To: Armin Kuster; +Cc: akuster, Patches and discussions about the oe-core layer

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

> 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


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

* Re: [rocko][v2][PATCH] distcc: Change SRC_URI
  2018-03-23  5:25 ` Khem Raj
@ 2018-03-23 14:17   ` akuster808
  2018-03-23 14:20   ` akuster808
  1 sibling, 0 replies; 7+ messages in thread
From: akuster808 @ 2018-03-23 14:17 UTC (permalink / raw)
  To: Khem Raj; +Cc: akuster, Patches and discussions about the oe-core layer



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. 
It did not compile.

> Is there any difference in the 3.2-maint branch that
> we may not be able to use it on rocko

Yes, the snaphot YP sources contained and 3.2-maint are not the same.

- armin
>> 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



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

* Re: [rocko][v2][PATCH] distcc: Change SRC_URI
  2018-03-23  5:25 ` Khem Raj
  2018-03-23 14:17   ` akuster808
@ 2018-03-23 14:20   ` akuster808
  2018-03-23 14:31     ` Burton, Ross
  1 sibling, 1 reply; 7+ messages in thread
From: akuster808 @ 2018-03-23 14:20 UTC (permalink / raw)
  To: Khem Raj; +Cc: akuster, Patches and discussions about the oe-core layer



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



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

* Re: [rocko][v2][PATCH] distcc: Change SRC_URI
  2018-03-23 14:20   ` akuster808
@ 2018-03-23 14:31     ` Burton, Ross
  2018-03-23 14:56       ` Alexander Kanavin
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2018-03-23 14:31 UTC (permalink / raw)
  To: akuster808; +Cc: akuster, Patches and discussions about the oe-core layer

So many questions.

What did we ship?  Why doesn't it exist upstream anymore?

Shipping a fork in a personal repo sounds like a good solution for the
stable branches following the principle of least surprise: they're
shipping what they always did.  For master/2.5 though, I'm not happy
about it (but will pull this in for now to get it building again).

Ross

On 23 March 2018 at 14:20, akuster808 <akuster808@gmail.com> wrote:
>
>
> 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
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [rocko][v2][PATCH] distcc: Change SRC_URI
  2018-03-23 14:31     ` Burton, Ross
@ 2018-03-23 14:56       ` Alexander Kanavin
  2018-03-23 15:35         ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Kanavin @ 2018-03-23 14:56 UTC (permalink / raw)
  To: Burton, Ross, akuster808
  Cc: akuster, Patches and discussions about the oe-core layer

On 03/23/2018 04:31 PM, Burton, Ross wrote:
> So many questions.
> 
> What did we ship?  Why doesn't it exist upstream anymore?
> 
> Shipping a fork in a personal repo sounds like a good solution for the
> stable branches following the principle of least surprise: they're
> shipping what they always did.  For master/2.5 though, I'm not happy
> about it (but will pull this in for now to get it building again).
> 

We might yet get a functional 3.3 upgrade for master in time for 2.5?

Alex


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

* Re: [rocko][v2][PATCH] distcc: Change SRC_URI
  2018-03-23 14:56       ` Alexander Kanavin
@ 2018-03-23 15:35         ` Burton, Ross
  0 siblings, 0 replies; 7+ messages in thread
From: Burton, Ross @ 2018-03-23 15:35 UTC (permalink / raw)
  To: Alexander Kanavin
  Cc: akuster, Patches and discussions about the oe-core layer

That would be the ideal.

Ross

On 23 March 2018 at 14:56, Alexander Kanavin
<alexander.kanavin@linux.intel.com> wrote:
> On 03/23/2018 04:31 PM, Burton, Ross wrote:
>>
>> So many questions.
>>
>> What did we ship?  Why doesn't it exist upstream anymore?
>>
>> Shipping a fork in a personal repo sounds like a good solution for the
>> stable branches following the principle of least surprise: they're
>> shipping what they always did.  For master/2.5 though, I'm not happy
>> about it (but will pull this in for now to get it building again).
>>
>
> We might yet get a functional 3.3 upgrade for master in time for 2.5?
>
> Alex


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

end of thread, other threads:[~2018-03-23 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2018-03-23 14:31     ` Burton, Ross
2018-03-23 14:56       ` Alexander Kanavin
2018-03-23 15:35         ` Burton, Ross

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.