All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Update automake to version 1.13.2
@ 2013-05-23  8:52 Marko Lindqvist
  2013-05-23 23:03 ` Saul Wold
  0 siblings, 1 reply; 7+ messages in thread
From: Marko Lindqvist @ 2013-05-23  8:52 UTC (permalink / raw)
  To: openembedded-core

New upstream release, 1.13.2, has reverted some of the 1.13.0 backward
compatibility dropping changes, for the duration of 1.13 series. Unlike
earlier 1.13 releases, it can be used without breaking huge number of
packages.

The following changes since commit aeb704fee8b4ffeaeddcdb36ae4e1d62c264ce42:

  scripts/bitbake: Handle the case where git isn't installed cleanly (2013-05-21 10:06:11 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib cazfi/am13
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/am13

Marko Lindqvist (1):
  automake: update to upstream version 1.13.2

 .../prefer-cpio-over-pax-for-ustar-archives.patch  |   37 ++++++++++----------
 .../{automake_1.12.6.bb => automake_1.13.2.bb}     |    4 +--
 2 files changed, 21 insertions(+), 20 deletions(-)
 rename meta/recipes-devtools/automake/{automake_1.12.6.bb => automake_1.13.2.bb} (90%)

-- 
1.7.10.4



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

* Re: [PATCH 0/1] Update automake to version 1.13.2
  2013-05-23  8:52 [PATCH 0/1] Update automake to version 1.13.2 Marko Lindqvist
@ 2013-05-23 23:03 ` Saul Wold
  2013-05-24 22:21   ` Marko Lindqvist
  0 siblings, 1 reply; 7+ messages in thread
From: Saul Wold @ 2013-05-23 23:03 UTC (permalink / raw)
  To: Marko Lindqvist; +Cc: openembedded-core

On 05/23/2013 01:52 AM, Marko Lindqvist wrote:
> New upstream release, 1.13.2, has reverted some of the 1.13.0 backward
> compatibility dropping changes, for the duration of 1.13 series. Unlike
> earlier 1.13 releases, it can be used without breaking huge number of
> packages.
>

I have not dug into it too deeply, but I think this update is causing a 
problem with gtk-engines test Makefile, there is a section that has 
$(patsubst incomplete.

 From the Makefile.in that is generated from Makefile.am

$(patsubst.log: $(patsubst
         @p='$(patsubst'; \
         b='$(patsubst'; \
         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
         --log-file $$b.log --trs-file $$b.trs \
         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) 
$(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \

That does not look right!

Sau!


> The following changes since commit aeb704fee8b4ffeaeddcdb36ae4e1d62c264ce42:
>
>    scripts/bitbake: Handle the case where git isn't installed cleanly (2013-05-21 10:06:11 +0100)
>
> are available in the git repository at:
>
>    git://git.openembedded.org/openembedded-core-contrib cazfi/am13
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/am13
>
> Marko Lindqvist (1):
>    automake: update to upstream version 1.13.2
>
>   .../prefer-cpio-over-pax-for-ustar-archives.patch  |   37 ++++++++++----------
>   .../{automake_1.12.6.bb => automake_1.13.2.bb}     |    4 +--
>   2 files changed, 21 insertions(+), 20 deletions(-)
>   rename meta/recipes-devtools/automake/{automake_1.12.6.bb => automake_1.13.2.bb} (90%)
>




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

* Re: [PATCH 0/1] Update automake to version 1.13.2
  2013-05-23 23:03 ` Saul Wold
@ 2013-05-24 22:21   ` Marko Lindqvist
  2013-07-03  8:16     ` Radu Moisan
  0 siblings, 1 reply; 7+ messages in thread
From: Marko Lindqvist @ 2013-05-24 22:21 UTC (permalink / raw)
  To: Saul Wold; +Cc: Patches and discussions about the oe-core layer

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

 Confirmed. Automake update to (any) 1.13.x version breaks gtk-engines
build. I don't know yet if it's automake or gtk-engines bug.


On 24 May 2013 02:03, Saul Wold <sgw@linux.intel.com> wrote:

> On 05/23/2013 01:52 AM, Marko Lindqvist wrote:
>
>> New upstream release, 1.13.2, has reverted some of the 1.13.0 backward
>> compatibility dropping changes, for the duration of 1.13 series. Unlike
>> earlier 1.13 releases, it can be used without breaking huge number of
>> packages.
>>
>>
> I have not dug into it too deeply, but I think this update is causing a
> problem with gtk-engines test Makefile, there is a section that has
> $(patsubst incomplete.
>
> From the Makefile.in that is generated from Makefile.am
>
> $(patsubst.log: $(patsubst
>         @p='$(patsubst'; \
>         b='$(patsubst'; \
>         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
>         --log-file $$b.log --trs-file $$b.trs \
>         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS)
> $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
>
> That does not look right!
>
> Sau!
>
>
>
>  The following changes since commit aeb704fee8b4ffeaeddcdb36ae4e1d**
>> 62c264ce42:
>>
>>    scripts/bitbake: Handle the case where git isn't installed cleanly
>> (2013-05-21 10:06:11 +0100)
>>
>> are available in the git repository at:
>>
>>    git://git.openembedded.org/**openembedded-core-contrib<http://git.openembedded.org/openembedded-core-contrib>cazfi/am13
>>    http://cgit.openembedded.org/**cgit.cgi/openembedded-core-**
>> contrib/log/?h=cazfi/am13<http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/am13>
>>
>> Marko Lindqvist (1):
>>    automake: update to upstream version 1.13.2
>>
>>   .../prefer-cpio-over-pax-for-**ustar-archives.patch  |   37
>> ++++++++++----------
>>   .../{automake_1.12.6.bb => automake_1.13.2.bb}     |    4 +--
>>   2 files changed, 21 insertions(+), 20 deletions(-)
>>   rename meta/recipes-devtools/**automake/{automake_1.12.6.bb =>
>> automake_1.13.2.bb} (90%)
>>
>>
>
>

[-- Attachment #2: Type: text/html, Size: 3142 bytes --]

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

* Re: [PATCH 0/1] Update automake to version 1.13.2
  2013-05-24 22:21   ` Marko Lindqvist
@ 2013-07-03  8:16     ` Radu Moisan
  2013-07-03  8:19       ` Marko Lindqvist
  0 siblings, 1 reply; 7+ messages in thread
From: Radu Moisan @ 2013-07-03  8:16 UTC (permalink / raw)
  To: openembedded-core

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


On 05/25/2013 01:21 AM, Marko Lindqvist wrote:
>
>  Confirmed. Automake update to (any) 1.13.x version breaks gtk-engines 
> build. I don't know yet if it's automake or gtk-engines bug.
>

Any updates on this? Do we have a bug filled addressing this problem? I 
found several package which require automake 1.13.x for upgrade and this 
automake issue is blocking them.

Radu

[-- Attachment #2: Type: text/html, Size: 1056 bytes --]

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

* Re: [PATCH 0/1] Update automake to version 1.13.2
  2013-07-03  8:16     ` Radu Moisan
@ 2013-07-03  8:19       ` Marko Lindqvist
  2013-07-03  8:34         ` Radu Moisan
  0 siblings, 1 reply; 7+ messages in thread
From: Marko Lindqvist @ 2013-07-03  8:19 UTC (permalink / raw)
  To: Radu Moisan; +Cc: Patches and discussions about the oe-core layer

On 3 July 2013 11:16, Radu Moisan <radu.moisan@intel.com> wrote:
>
> On 05/25/2013 01:21 AM, Marko Lindqvist wrote:
>
>
>  Confirmed. Automake update to (any) 1.13.x version breaks gtk-engines
> build. I don't know yet if it's automake or gtk-engines bug.
>
>
> Any updates on this? Do we have a bug filled addressing this problem? I
> found several package which require automake 1.13.x for upgrade and this
> automake issue is blocking them.

 Sorry I have had no time to work on this. I did file automake bug
report, for which the response is
http://lists.gnu.org/archive/html/bug-automake/2013-06/msg00014.html
meaning we need to patch gtk-engines.


  -ML


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

* Re: [PATCH 0/1] Update automake to version 1.13.2
  2013-07-03  8:19       ` Marko Lindqvist
@ 2013-07-03  8:34         ` Radu Moisan
  2013-08-18 17:21           ` Marko Lindqvist
  0 siblings, 1 reply; 7+ messages in thread
From: Radu Moisan @ 2013-07-03  8:34 UTC (permalink / raw)
  To: Marko Lindqvist; +Cc: Patches and discussions about the oe-core layer


On 07/03/2013 11:19 AM, Marko Lindqvist wrote:
> On 3 July 2013 11:16, Radu Moisan <radu.moisan@intel.com> wrote:
>> On 05/25/2013 01:21 AM, Marko Lindqvist wrote:
>>
>>
>>   Confirmed. Automake update to (any) 1.13.x version breaks gtk-engines
>> build. I don't know yet if it's automake or gtk-engines bug.
>>
>>
>> Any updates on this? Do we have a bug filled addressing this problem? I
>> found several package which require automake 1.13.x for upgrade and this
>> automake issue is blocking them.
>   Sorry I have had no time to work on this. I did file automake bug
> report, for which the response is
> http://lists.gnu.org/archive/html/bug-automake/2013-06/msg00014.html
> meaning we need to patch gtk-engines.
>

Thanks Marko, I'll take a look over this.

Radu


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

* Re: [PATCH 0/1] Update automake to version 1.13.2
  2013-07-03  8:34         ` Radu Moisan
@ 2013-08-18 17:21           ` Marko Lindqvist
  0 siblings, 0 replies; 7+ messages in thread
From: Marko Lindqvist @ 2013-08-18 17:21 UTC (permalink / raw)
  To: Radu Moisan; +Cc: Patches and discussions about the oe-core layer

On 3 July 2013 11:34, Radu Moisan <radu.moisan@intel.com> wrote:
>
> On 07/03/2013 11:19 AM, Marko Lindqvist wrote:
>>
>> On 3 July 2013 11:16, Radu Moisan <radu.moisan@intel.com> wrote:
>>>
>>> On 05/25/2013 01:21 AM, Marko Lindqvist wrote:
>>>
>>>
>>>   Confirmed. Automake update to (any) 1.13.x version breaks gtk-engines
>>> build. I don't know yet if it's automake or gtk-engines bug.
>>>
>>>
>>> Any updates on this? Do we have a bug filled addressing this problem? I
>>> found several package which require automake 1.13.x for upgrade and this
>>> automake issue is blocking them.
>>
>>   Sorry I have had no time to work on this. I did file automake bug
>> report, for which the response is
>> http://lists.gnu.org/archive/html/bug-automake/2013-06/msg00014.html
>> meaning we need to patch gtk-engines.
>>
>
> Thanks Marko, I'll take a look over this.
>
> Radu

 What's the status now? I see that at least automake has not been
updated yet. I could take a look myself next week.


 - ML


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

end of thread, other threads:[~2013-08-18 17:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-23  8:52 [PATCH 0/1] Update automake to version 1.13.2 Marko Lindqvist
2013-05-23 23:03 ` Saul Wold
2013-05-24 22:21   ` Marko Lindqvist
2013-07-03  8:16     ` Radu Moisan
2013-07-03  8:19       ` Marko Lindqvist
2013-07-03  8:34         ` Radu Moisan
2013-08-18 17:21           ` Marko Lindqvist

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.