Can't build with phablet-tools
Bug #1308280 reported by
Alan Pope 🍺🐧🐱 🦄
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu File Manager App |
Fix Released
|
High
|
Unassigned | ||
Ubuntu Notes app |
Fix Released
|
High
|
Unassigned |
Bug Description
Core apps which rely on cmake for building currently can utilize both Qtcreator and click-buddy and related tools to build the project. However, click-buddy and qtcreator expect separate layouts, including different manifest files which are not compatible with each other.
The result is the affected apps will not build with click-buddy at the moment. A proposal to fix this issue needs to not break the qtcreator build capability.
Related branches
lp://staging/~nskaggs/ubuntu-filemanager-app/fix-click-buddy-build
Rejected
for merging
into
lp://staging/ubuntu-filemanager-app
- Carlos Jose Mazieri: Approve
-
Diff: 203 lines (+47/-39)5 files modifiedCMakeLists.txt (+10/-13)
click/CMakeLists.txt (+8/-0)
click/apparmor.json (+4/-3)
click/manifest.json.in (+8/-8)
src/app/main.cpp (+17/-15)
lp://staging/~nskaggs/reminders-app/cmake-build-test
Rejected
for merging
into
lp://staging/reminders-app
- Nicholas Skaggs (community): Disapprove
- Leo Arias (community): Approve
-
Diff: 184 lines (+44/-36)5 files modifiedCMakeLists.txt (+24/-23)
click/CMakeLists.txt (+8/-0)
click/manifest.json.in (+7/-7)
src/app/main.cpp (+4/-2)
tests/autopilot/reminders/tests/__init__.py (+1/-4)
lp://staging/~dpm/ubuntu-filemanager-app/click-everywhere
- Nicholas Skaggs (community): Approve
- Carlos Jose Mazieri: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 37 lines (+8/-4)2 files modifiedCMakeLists.txt (+5/-1)
manifest.json (+3/-3)
Changed in ubuntu-filemanager-app: | |
status: | New → Confirmed |
importance: | Undecided → High |
description: | updated |
description: | updated |
Changed in reminders-app: | |
status: | Confirmed → Fix Committed |
Changed in ubuntu-filemanager-app: | |
status: | Fix Committed → Fix Released |
Changed in reminders-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I'm seeing build failures :-(
/ubuntu- filemanager- app/src/ plugin/ folderlistmodel /dirmodel. cpp:43: 41: fatal error: taglib/ attachedpicture frame.h: No such file or directory attachedpicture frame.h>
^ folderlistmodel /CMakeFiles/ folderlistmodel .dir/dirmodel. cpp.o] Error 1 folderlistmodel /CMakeFiles/ folderlistmodel .dir/all] Error 2
#include <taglib/
compilation terminated.
make[2]: *** [src/plugin/
make[1]: *** [src/plugin/
make: *** [all] Error 2
Usage: click build [options] DIRECTORY
You don't have to use phablet-test-setup, so I'm curious if the tests run or not.