[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-06-20 Thread Brian Murray
Comment #15 in the upstream bug report links to a couple of commits
which should fix the issue with asio.  For Stable Release Updates we
prefer to make minimal changes to packages
(https://wiki.ubuntu.com/StableReleaseUpdates), so it would be best if
those changes were added to 1.54.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost-defaults” package in Ubuntu:
  Fix Released
Status in “boost-defaults” source package in Trusty:
  Triaged

Bug description:
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-06-20 Thread Jose Luis Rivero
For the SRU, the test case to try is attached, please compile using:
 
 - g++ chat_client.cpp -std=gnu++11 -lboost_system -lpthread -o chat_client

You will need the header chat I will attach in the following comment in
order to make it to compile.

Bug in current boost Trusty libraries, while trying to conect to non
existing server.

* Bug: 
./chat_client  localhost 2423424
Success

* Expected: 
./chat_client  localhost 2423424
Connection refused

** Attachment added: ASIO test case
   
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1319338/+attachment/4135954/+files/chat_client.cpp

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost-defaults” package in Ubuntu:
  Fix Released
Status in “boost-defaults” source package in Trusty:
  Triaged

Bug description:
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-06-20 Thread Jose Luis Rivero
Here is the patch against current libboost1.54-dev in Trusty that fix
the regression that makes impossible to use the ASIO library.

** Patch added: debdiff patch to current boost1.54-dev in trusty
   
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1319338/+attachment/4135956/+files/boost-1.54_asio.debdiff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost-defaults” package in Ubuntu:
  Fix Released
Status in “boost-defaults” source package in Trusty:
  Triaged

Bug description:
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-06-20 Thread Jose Luis Rivero
** Attachment added: Header for the test
   
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1319338/+attachment/4135955/+files/chat_message.hpp

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost-defaults” package in Ubuntu:
  Fix Released
Status in “boost-defaults” source package in Trusty:
  Triaged

Bug description:
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-06-20 Thread Brian Murray
Thanks for the patch, I'll take care of sponsoring this to the trusty-
proposed queue.  I've modified the debian/changelog slightly though.

The syntax to reference a bug report in Launchpad in a debian/changelog
file so that the Launchpad Bug Janitor and scripts can modify the
Launchpad bug is to use the format LP: #1319338.  I also copied the
description from the patch to the changelog as that seemed more
informative.  The changelog entry now looks like this:

boost1.54 (1.54.0-4ubuntu4) trusty; urgency=medium

  * Fix a regression where, on some platforms, errors from async_connect are
not correctly propagated through to the completion handler. (LP: #1319338)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost-defaults” package in Ubuntu:
  Fix Released
Status in “boost-defaults” source package in Trusty:
  Triaged

Bug description:
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-06-20 Thread Brian Murray
** Changed in: boost-defaults (Ubuntu Trusty)
 Assignee: (unassigned) = Brian Murray (brian-murray)

** Changed in: boost-defaults (Ubuntu Trusty)
   Status: Triaged = In Progress

** Description changed:

+ [Test Case]
+ 1) g++ chat_client.cpp -std=gnu++11 -lboost_system -lpthread -o chat_client
+ 
+ You will need the header chat I will attach in the following comment in
+ order to make it to compile.
+ 
+ Bug in current boost Trusty libraries, while trying to connect to non
+ existing server.
+ 
+ * Bug:
+ ./chat_client localhost 2423424
+ Success
+ 
+ * Expected:
+ ./chat_client localhost 2423424
+ Connection refused
+ 
+ Original Description
+ 
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54
  
  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.
  
  The bug is still present in boost1.54 but fixed in boost1.55. Therefore
  I consider it a bug to use version 1.54 as default, as other libraries'
  dev-packages depend on boost-default and hence cannot be installed
  together with libboost1.55-dev without being rebuild.
  
  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost-defaults” package in Ubuntu:
  Fix Released
Status in “boost-defaults” source package in Trusty:
  In Progress

Bug description:
  [Test Case]
  1) g++ chat_client.cpp -std=gnu++11 -lboost_system -lpthread -o chat_client

  You will need the header chat I will attach in the following comment
  in order to make it to compile.

  Bug in current boost Trusty libraries, while trying to connect to non
  existing server.

  * Bug:
  ./chat_client localhost 2423424
  Success

  * Expected:
  ./chat_client localhost 2423424
  Connection refused

  Original Description
  
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-06-20 Thread Steve Langasek
Hello Tobias, or anyone else affected,

Accepted boost1.54 into trusty-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/boost1.54/1.54.0-4ubuntu3.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost-defaults” package in Ubuntu:
  Fix Released
Status in “boost-defaults” source package in Trusty:
  In Progress

Bug description:
  [Test Case]
  1) g++ chat_client.cpp -std=gnu++11 -lboost_system -lpthread -o chat_client

  You will need the header chat I will attach in the following comment
  in order to make it to compile.

  Bug in current boost Trusty libraries, while trying to connect to non
  existing server.

  * Bug:
  ./chat_client localhost 2423424
  Success

  * Expected:
  ./chat_client localhost 2423424
  Connection refused

  Original Description
  
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-06-20 Thread Scott Kitterman
** Package changed: boost-defaults (Ubuntu) = boost1.54 (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost1.54” package in Ubuntu:
  Fix Released
Status in “boost1.54” source package in Trusty:
  In Progress

Bug description:
  [Test Case]
  1) g++ chat_client.cpp -std=gnu++11 -lboost_system -lpthread -o chat_client

  You will need the header chat I will attach in the following comment
  in order to make it to compile.

  Bug in current boost Trusty libraries, while trying to connect to non
  existing server.

  * Bug:
  ./chat_client localhost 2423424
  Success

  * Expected:
  ./chat_client localhost 2423424
  Connection refused

  Original Description
  
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-06-19 Thread Brian Murray
Utopic, which will become 14.10, has boost version 1.55 so I am marking
this as Fix Released, but will open a 14.04 (Trusty) task for it.

** Changed in: boost-defaults (Ubuntu)
   Importance: Undecided = High

** Changed in: boost-defaults (Ubuntu)
   Status: Confirmed = Fix Released

** Also affects: boost-defaults (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: boost-defaults (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: boost-defaults (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: boost-defaults (Ubuntu Trusty)
Milestone: None = ubuntu-14.04.1

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost-defaults” package in Ubuntu:
  Fix Released
Status in “boost-defaults” source package in Trusty:
  Triaged

Bug description:
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-06-16 Thread Jose Luis Rivero
Is there any way to provide help, patches or testing in order to get
this bug fixed in the current LTS Trusty? Should I file a new SRU bug
or this is enough?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost-defaults” package in Ubuntu:
  Confirmed

Bug description:
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-05-19 Thread Brian Murray
** Tags added: trusty

** Bug watch added: Boost Trac #8795
   http://svn.boost.org/trac/boost/ticket/8795

** Also affects: boost via
   http://svn.boost.org/trac/boost/ticket/8795
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Unknown
Status in “boost-defaults” package in Ubuntu:
  Confirmed

Bug description:
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-05-19 Thread Bug Watch Updater
** Changed in: boost
   Status: Unknown = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in Boost C++ Libraries:
  Fix Released
Status in “boost-defaults” package in Ubuntu:
  Confirmed

Bug description:
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1319338] Re: Default boost v1.54 has broken asio while available 1.55 is fixed

2014-05-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: boost-defaults (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to boost-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1319338

Title:
  Default boost v1.54 has broken asio while available 1.55 is fixed

Status in “boost-defaults” package in Ubuntu:
  Confirmed

Bug description:
  Release: 14.04 LTS
  Version: 1.54.0.1ubuntu1
  Expected: Depend on working version of boost
  Happened: Depends on boost 1.54

  Here is a bug that was fixed in boost 7 months ago: 
https://svn.boost.org/trac/boost/ticket/8795
  Due to that, working with boost/asio seems impossible.

  The bug is still present in boost1.54 but fixed in boost1.55.
  Therefore I consider it a bug to use version 1.54 as default, as other
  libraries' dev-packages depend on boost-default and hence cannot be
  installed together with libboost1.55-dev without being rebuild.

  Of course, other possibilities would be to ask upstream if version 1.54 could 
be patched or add this patch to boost1.54.
  But there might be more benefits in boost1.55 and as both versions are not 
perfect I see no reason to stick with the older one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1319338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp