[Touch-packages] [Bug 1656042] Re: unity-scopes-api FTBFS with Qt 5.7.1

2017-01-15 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
 Assignee: (unassigned) => Michi Henning (michihenning)

** Changed in: unity-scopes-api (Ubuntu)
   Importance: Undecided => Critical

** Changed in: unity-scopes-api (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1656042

Title:
  unity-scopes-api FTBFS with Qt 5.7.1

Status in unity-scopes-api package in Ubuntu:
  In Progress

Bug description:
  As part of test building Qt reverse dependencies, it was found unity-
  scopes-api fails to build (at least) when built against Qt 5.7.1 on
  zesty.

  As unity-scopes-api continues to work without a rebuild, it's not a
  blocker for Qt 5.7.1 transition but should be fixed for the next
  upload.

  Log: https://launchpadlibrarian.net/301312233/buildlog_ubuntu-zesty-
  amd64.unity-scopes-
  
api_1.0.7+17.04.20161115-0ubuntu2~~testrebuild1~~testrebuild1~57~57_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1656042/+subscriptions

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


[Touch-packages] [Bug 1656042] Re: unity-scopes-api FTBFS with Qt 5.7.1

2017-01-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~michihenning/unity-scopes-api/merge-devel

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1656042

Title:
  unity-scopes-api FTBFS with Qt 5.7.1

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  As part of test building Qt reverse dependencies, it was found unity-
  scopes-api fails to build (at least) when built against Qt 5.7.1 on
  zesty.

  As unity-scopes-api continues to work without a rebuild, it's not a
  blocker for Qt 5.7.1 transition but should be fixed for the next
  upload.

  Log: https://launchpadlibrarian.net/301312233/buildlog_ubuntu-zesty-
  amd64.unity-scopes-
  
api_1.0.7+17.04.20161115-0ubuntu2~~testrebuild1~~testrebuild1~57~57_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1656042/+subscriptions

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


Re: [Touch-packages] [Bug 1656042] Re: unity-scopes-api FTBFS with Qt 5.7.1

2017-01-13 Thread Michi Henning
Thanks for that Pete.

>From the build log, I think the issue is simply that gtest changed, and
we need to pull in your cmake fixes. I think we have those in devel
already, but not released yet. I’ll figure it out on Monday :)

Michi.


> On 13 Jan 2017, at 21:09 , Pete Woods <1656...@bugs.launchpad.net> wrote:
> 
> There seems to be some weirdness with Qt5.7 messing with build flags.
> For indicator-network, where we have C++14 enabled, Qt seemed to be
> inserting -std-c++11 (or whatever the exact flag is) in addition.
> 
> Switching to the new set(CMAKE_CXX_STANDARD 14) and set(CMAKE_C_STANDARD
> 11) seemed to resolve it.
> 
> -- 
> You received this bug notification because you are subscribed to unity-
> scopes-api in Ubuntu.
> https://bugs.launchpad.net/bugs/1656042
> 
> Title:
>  unity-scopes-api FTBFS with Qt 5.7.1
> 
> Status in unity-scopes-api package in Ubuntu:
>  New
> 
> Bug description:
>  As part of test building Qt reverse dependencies, it was found unity-
>  scopes-api fails to build (at least) when built against Qt 5.7.1 on
>  zesty.
> 
>  As unity-scopes-api continues to work without a rebuild, it's not a
>  blocker for Qt 5.7.1 transition but should be fixed for the next
>  upload.
> 
>  Log: https://launchpadlibrarian.net/301312233/buildlog_ubuntu-zesty-
>  amd64.unity-scopes-
>  
> api_1.0.7+17.04.20161115-0ubuntu2~~testrebuild1~~testrebuild1~57~57_BUILDING.txt.gz
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1656042/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1656042

Title:
  unity-scopes-api FTBFS with Qt 5.7.1

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  As part of test building Qt reverse dependencies, it was found unity-
  scopes-api fails to build (at least) when built against Qt 5.7.1 on
  zesty.

  As unity-scopes-api continues to work without a rebuild, it's not a
  blocker for Qt 5.7.1 transition but should be fixed for the next
  upload.

  Log: https://launchpadlibrarian.net/301312233/buildlog_ubuntu-zesty-
  amd64.unity-scopes-
  
api_1.0.7+17.04.20161115-0ubuntu2~~testrebuild1~~testrebuild1~57~57_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1656042/+subscriptions

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


[Touch-packages] [Bug 1656042] Re: unity-scopes-api FTBFS with Qt 5.7.1

2017-01-13 Thread Pete Woods
There seems to be some weirdness with Qt5.7 messing with build flags.
For indicator-network, where we have C++14 enabled, Qt seemed to be
inserting -std-c++11 (or whatever the exact flag is) in addition.

Switching to the new set(CMAKE_CXX_STANDARD 14) and set(CMAKE_C_STANDARD
11) seemed to resolve it.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1656042

Title:
  unity-scopes-api FTBFS with Qt 5.7.1

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  As part of test building Qt reverse dependencies, it was found unity-
  scopes-api fails to build (at least) when built against Qt 5.7.1 on
  zesty.

  As unity-scopes-api continues to work without a rebuild, it's not a
  blocker for Qt 5.7.1 transition but should be fixed for the next
  upload.

  Log: https://launchpadlibrarian.net/301312233/buildlog_ubuntu-zesty-
  amd64.unity-scopes-
  
api_1.0.7+17.04.20161115-0ubuntu2~~testrebuild1~~testrebuild1~57~57_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1656042/+subscriptions

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


[Touch-packages] [Bug 1656042] Re: unity-scopes-api FTBFS with Qt 5.7.1

2017-01-13 Thread James Henstridge
We have changes in lp:unity-scopes-api/devel to work with the new
version of googletest/googlemock that haven't been landed on trunk yet.
So fixing this is probably going to be as simple as building a new
release.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1656042

Title:
  unity-scopes-api FTBFS with Qt 5.7.1

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  As part of test building Qt reverse dependencies, it was found unity-
  scopes-api fails to build (at least) when built against Qt 5.7.1 on
  zesty.

  As unity-scopes-api continues to work without a rebuild, it's not a
  blocker for Qt 5.7.1 transition but should be fixed for the next
  upload.

  Log: https://launchpadlibrarian.net/301312233/buildlog_ubuntu-zesty-
  amd64.unity-scopes-
  
api_1.0.7+17.04.20161115-0ubuntu2~~testrebuild1~~testrebuild1~57~57_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1656042/+subscriptions

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