All of lore.kernel.org
 help / color / mirror / Atom feed
* mkvtoolnix broken by boost upgrade Was: [oe-commits] Saul Wold : boost: Upgrade to 1.56.0
       [not found] <20140823082635.A959850251@opal.openembedded.org>
@ 2014-08-24 22:31 ` Martin Jansa
  2014-08-24 23:26   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-08-24 22:31 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-commits

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

On Sat, Aug 23, 2014 at 08:26:35AM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: a6afd754290cecbe57392d13477557051b438817
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a6afd754290cecbe57392d13477557051b438817
> 
> Author: Saul Wold <sgw@linux.intel.com>
> Date:   Tue Aug 19 07:49:09 2014 -0700
> 
> boost: Upgrade to 1.56.0
> 
> Rebase boostconfig to handle moved user-config file

FYI: This breaks mkvtoolnix:

|      CXX src/common/iso639.cpp
| src/common/iso639.cpp: In function 'int map_to_iso639_2_code(const string&, bool)':
| src/common/iso639.cpp:595:30: error: 'class boost::range::index_value<const iso639_language_t&, int>' has no member named 'english_name'
|      auto names = split(lang->english_name, ";");
|                               ^


> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> 
> ---
> 
>  .../boost/{bjam-native_1.55.0.bb => bjam-native_1.56.0.bb}        | 0
>  meta/recipes-support/boost/{boost-1.55.0.inc => boost-1.56.0.inc} | 4 ++--
>  meta/recipes-support/boost/boost.inc                              | 8 ++++----
>  meta/recipes-support/boost/{boost_1.55.0.bb => boost_1.56.0.bb}   | 0
>  4 files changed, 6 insertions(+), 6 deletions(-)

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

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

* Re: mkvtoolnix broken by boost upgrade Was: [oe-commits] Saul Wold : boost: Upgrade to 1.56.0
  2014-08-24 22:31 ` mkvtoolnix broken by boost upgrade Was: [oe-commits] Saul Wold : boost: Upgrade to 1.56.0 Martin Jansa
@ 2014-08-24 23:26   ` Khem Raj
  2014-08-27  7:30     ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2014-08-24 23:26 UTC (permalink / raw)
  To: openembeded-devel; +Cc: openembedded-commits

On Sun, Aug 24, 2014 at 3:31 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Sat, Aug 23, 2014 at 08:26:35AM +0000, git@git.openembedded.org wrote:
>> Module: openembedded-core.git
>> Branch: master
>> Commit: a6afd754290cecbe57392d13477557051b438817
>> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a6afd754290cecbe57392d13477557051b438817
>>
>> Author: Saul Wold <sgw@linux.intel.com>
>> Date:   Tue Aug 19 07:49:09 2014 -0700
>>
>> boost: Upgrade to 1.56.0
>>
>> Rebase boostconfig to handle moved user-config file
>
> FYI: This breaks mkvtoolnix:
>
> |      CXX src/common/iso639.cpp
> | src/common/iso639.cpp: In function 'int map_to_iso639_2_code(const string&, bool)':
> | src/common/iso639.cpp:595:30: error: 'class boost::range::index_value<const iso639_language_t&, int>' has no member named 'english_name'
> |      auto names = split(lang->english_name, ";");
> |                               ^
>

apply this
https://trac.bunkus.org/changeset/0c89ff941bfdd9f3378312f293a84f13cf3e2a96


>
>> Signed-off-by: Saul Wold <sgw@linux.intel.com>
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>>
>> ---
>>
>>  .../boost/{bjam-native_1.55.0.bb => bjam-native_1.56.0.bb}        | 0
>>  meta/recipes-support/boost/{boost-1.55.0.inc => boost-1.56.0.inc} | 4 ++--
>>  meta/recipes-support/boost/boost.inc                              | 8 ++++----
>>  meta/recipes-support/boost/{boost_1.55.0.bb => boost_1.56.0.bb}   | 0
>>  4 files changed, 6 insertions(+), 6 deletions(-)
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: mkvtoolnix broken by boost upgrade Was: [oe-commits] Saul Wold : boost: Upgrade to 1.56.0
  2014-08-24 23:26   ` Khem Raj
@ 2014-08-27  7:30     ` Koen Kooi
  0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2014-08-27  7:30 UTC (permalink / raw)
  To: openembedded-devel

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

Khem Raj schreef op 25-08-14 01:26:
> On Sun, Aug 24, 2014 at 3:31 PM, Martin Jansa <martin.jansa@gmail.com>
> wrote:
>> On Sat, Aug 23, 2014 at 08:26:35AM +0000, git@git.openembedded.org
>> wrote:
>>> Module: openembedded-core.git Branch: master Commit:
>>> a6afd754290cecbe57392d13477557051b438817 URL:
>>> http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a6afd754290cecbe57392d13477557051b438817
>>>
>>>
>>> 
Author: Saul Wold <sgw@linux.intel.com>
>>> Date:   Tue Aug 19 07:49:09 2014 -0700
>>> 
>>> boost: Upgrade to 1.56.0
>>> 
>>> Rebase boostconfig to handle moved user-config file
>> 
>> FYI: This breaks mkvtoolnix:
>> 
>> |      CXX src/common/iso639.cpp | src/common/iso639.cpp: In function
>> 'int map_to_iso639_2_code(const string&, bool)': |
>> src/common/iso639.cpp:595:30: error: 'class
>> boost::range::index_value<const iso639_language_t&, int>' has no member
>> named 'english_name' |      auto names = split(lang->english_name,
>> ";"); |                               ^
>> 
> 
> apply this 
> https://trac.bunkus.org/changeset/0c89ff941bfdd9f3378312f293a84f13cf3e2a96

Patch
> 
sent to update it to include that commit instead of cherrypicking it:
http://patches.openembedded.org/patch/79051/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFT/YkOMkyGM64RGpERAv4pAJ9YrG5DzP1c/UY8JbobmLyTwjKnHwCgmRSv
1guAdtOexueWMOH6uNVIP00=
=0mmO
-----END PGP SIGNATURE-----



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

end of thread, other threads:[~2014-08-27  7:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20140823082635.A959850251@opal.openembedded.org>
2014-08-24 22:31 ` mkvtoolnix broken by boost upgrade Was: [oe-commits] Saul Wold : boost: Upgrade to 1.56.0 Martin Jansa
2014-08-24 23:26   ` Khem Raj
2014-08-27  7:30     ` 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.