[Bug 1464108] Re: The new Scope template cannot be successfully compiled for armhf 14.10

2015-06-16 Thread Launchpad Bug Tracker
This bug was fixed in the package qtcreator-plugin-ubuntu -
3.1.1+15.10.20150616-0ubuntu1

---
qtcreator-plugin-ubuntu (3.1.1+15.10.20150616-0ubuntu1) wily; urgency=medium

  [ Benjamin Zeller ]
  * Fix Bug lp:1362028 SDK not able to provide further hint about
missing apparmor policy (LP: #1362028)
  * Fix Bug lp:1455566 ubuntu sdk references obsolete system-image
channel names (LP: #1455566)
  * Fix bug lp:1456627 Almost unusuable while non-Ubuntu device
connected through adb (LP: #1456627)

  [ Marcus Tomlinson ]
  * Split scope template into 14.10 and Current variations (LP:
#1464108)

  [ Nicholas Skaggs ]
  * Update qml based templates to best practicies

  [ Niklas Wenzel ]
  * Allow parallel builds using dpkg-buildpackage -jN, reducing build
time on multi-core CPUs (LP: #1465018)
  * Fix building translations (LP: #1257313)

  [ nskaggs ]
  * Update qml based templates to best practicies

 -- CI Train Bot ci-train-...@canonical.com  Tue, 16 Jun 2015 14:48:19
+

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464108

Title:
  The new Scope template cannot be successfully compiled for armhf 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1464108/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464108] Re: The new Scope template cannot be successfully compiled for armhf 14.10

2015-06-11 Thread Marcus Tomlinson
To allow for scopes to still be built for 14.10, I've added 2 separate
scope templates you can choose from when creating a new project: Unity
Scope (14.10) and Unity Scope (Current).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464108

Title:
  The new Scope template cannot be successfully compiled for armhf 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1464108/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464108] Re: The new Scope template cannot be successfully compiled for armhf 14.10

2015-06-11 Thread XiaoGuo, Liu
** Description changed:

  The new scope template cannot be compiled under 14.10 armhf kit. The old
  template worked.
  
+ To reproduce the problem:
+ 
+ - Create a template scope and select 14.10 as the framework
+ - Compile the scope and deploy it onto the phone with 15.04 phone which has 
the 14.10 framework.
+ 
+ Then you will be able to see the problem as shown below.
+ 
  13:58:36: Running steps for project scopetest2...
- 13:58:36: Starting: 
/home/liuxg/.config/ubuntu-sdk/ubuntu-sdk-14.10-armhf/make 
+ 13:58:36: Starting: 
/home/liuxg/.config/ubuntu-sdk/ubuntu-sdk-14.10-armhf/make
  make: *** No targets specified and no makefile found.  Stop.
  Command returned 2: schroot -c 
click-ubuntu-sdk-14.10-armhf-e9c2d85a-a427-49dd-9a5d-ebfcd384f075 --run-session 
-- env DEB_BUILD_ARCH_OS=linux DEB_TARGET_GNU_TYPE=arm-linux-gnueabihf 
DEB_TARGET_MULTIARCH=arm-linux-gnueabihf DEB_HOST_ARCH=armhf 
DEB_BUILD_GNU_TYPE=x86_64-linux-gnu DEB_BUILD_ARCH_ENDIAN=little 
DEB_HOST_ARCH_CPU=arm DEB_HOST_ARCH_OS=linux 
DEB_HOST_MULTIARCH=arm-linux-gnueabihf DEB_TARGET_GNU_SYSTEM=linux-gnueabihf 
DEB_TARGET_ARCH=armhf DEB_HOST_ARCH_BITS=32 DEB_HOST_GNU_SYSTEM=linux-gnueabihf 
DEB_HOST_GNU_TYPE=arm-linux-gnueabihf DEB_TARGET_ARCH_CPU=arm 
DEB_HOST_GNU_CPU=arm DEB_BUILD_GNU_CPU=x86_64 DEB_TARGET_ARCH_ENDIAN=little 
DEB_BUILD_ARCH=amd64 DEB_TARGET_GNU_CPU=arm DEB_BUILD_ARCH_BITS=64 
DEB_BUILD_GNU_SYSTEM=linux-gnu DEB_BUILD_ARCH_CPU=amd64 
DEB_TARGET_ARCH_OS=linux DEB_HOST_ARCH_ENDIAN=little DEB_TARGET_ARCH_BITS=32 
DEB_BUILD_MULTIARCH=x86_64-linux-gnu make
  13:58:37: The process 
/home/liuxg/.config/ubuntu-sdk/ubuntu-sdk-14.10-armhf/make exited with code 2.
  Error while building/deploying project scopetest2 (kit: UbuntuSDK for armhf 
(GCC ubuntu-sdk-14.10-utopic))
  When executing step 'Ubuntu SDK Make'
  13:58:37: Elapsed time: 00:02.
  
  We need to get this as soon as possible for the Live USB stick image.
  
  Thanks  best regards,
  XiaoGuo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464108

Title:
  The new Scope template cannot be successfully compiled for armhf 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1464108/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464108] Re: The new Scope template cannot be successfully compiled for armhf 14.10

2015-06-11 Thread XiaoGuo, Liu
** Description changed:

  The new scope template cannot be compiled under 14.10 armhf kit. The old
  template worked.
  
  To reproduce the problem:
  
  - Create a template scope and select 14.10 as the framework
  - Compile the scope and deploy it onto the phone with 15.04 phone which has 
the 14.10 framework.
  
  Then you will be able to see the problem as shown below.
+ 
+ The error is captured at http://paste.ubuntu.com/11695193/
  
  13:58:36: Running steps for project scopetest2...
  13:58:36: Starting: 
/home/liuxg/.config/ubuntu-sdk/ubuntu-sdk-14.10-armhf/make
  make: *** No targets specified and no makefile found.  Stop.
  Command returned 2: schroot -c 
click-ubuntu-sdk-14.10-armhf-e9c2d85a-a427-49dd-9a5d-ebfcd384f075 --run-session 
-- env DEB_BUILD_ARCH_OS=linux DEB_TARGET_GNU_TYPE=arm-linux-gnueabihf 
DEB_TARGET_MULTIARCH=arm-linux-gnueabihf DEB_HOST_ARCH=armhf 
DEB_BUILD_GNU_TYPE=x86_64-linux-gnu DEB_BUILD_ARCH_ENDIAN=little 
DEB_HOST_ARCH_CPU=arm DEB_HOST_ARCH_OS=linux 
DEB_HOST_MULTIARCH=arm-linux-gnueabihf DEB_TARGET_GNU_SYSTEM=linux-gnueabihf 
DEB_TARGET_ARCH=armhf DEB_HOST_ARCH_BITS=32 DEB_HOST_GNU_SYSTEM=linux-gnueabihf 
DEB_HOST_GNU_TYPE=arm-linux-gnueabihf DEB_TARGET_ARCH_CPU=arm 
DEB_HOST_GNU_CPU=arm DEB_BUILD_GNU_CPU=x86_64 DEB_TARGET_ARCH_ENDIAN=little 
DEB_BUILD_ARCH=amd64 DEB_TARGET_GNU_CPU=arm DEB_BUILD_ARCH_BITS=64 
DEB_BUILD_GNU_SYSTEM=linux-gnu DEB_BUILD_ARCH_CPU=amd64 
DEB_TARGET_ARCH_OS=linux DEB_HOST_ARCH_ENDIAN=little DEB_TARGET_ARCH_BITS=32 
DEB_BUILD_MULTIARCH=x86_64-linux-gnu make
  13:58:37: The process 
/home/liuxg/.config/ubuntu-sdk/ubuntu-sdk-14.10-armhf/make exited with code 2.
  Error while building/deploying project scopetest2 (kit: UbuntuSDK for armhf 
(GCC ubuntu-sdk-14.10-utopic))
  When executing step 'Ubuntu SDK Make'
  13:58:37: Elapsed time: 00:02.
  
  We need to get this as soon as possible for the Live USB stick image.
  
  Thanks  best regards,
  XiaoGuo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464108

Title:
  The new Scope template cannot be successfully compiled for armhf 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1464108/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464108] Re: The new Scope template cannot be successfully compiled for armhf 14.10

2015-06-11 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
 Assignee: (unassigned) = Marcus Tomlinson (marcustomlinson)

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   Status: Incomplete = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464108

Title:
  The new Scope template cannot be successfully compiled for armhf 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1464108/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464108] Re: The new Scope template cannot be successfully compiled for armhf 14.10

2015-06-11 Thread Marcus Tomlinson
** Branch linked: lp:~marcustomlinson/qtcreator-plugin-ubuntu/split-
scope-template

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464108

Title:
  The new Scope template cannot be successfully compiled for armhf 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1464108/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464108] Re: The new Scope template cannot be successfully compiled for armhf 14.10

2015-06-11 Thread Benjamin Zeller
Please add the output from running cmake. Right click on project - run
cmake.


** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464108

Title:
  The new Scope template cannot be successfully compiled for armhf 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1464108/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs