FTBFS in zesty
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| aethercast |
Critical
|
Unassigned | ||
| aethercast (Ubuntu) |
Critical
|
Unassigned |
Bug Description
dh_install
dh_install: Cannot find (any matches for) "usr/lib/
dh_install: aethercast-tools missing files: usr/lib/
dh_install: aethercast/
dh_install: missing files, aborting
Please see build logs in this no change rebuild https:/
Please help fixing this bug.
Related branches
- Balint Reczey: Approve on 2017-03-23
- Simon Fels: Approve on 2017-03-22
-
Diff: 92 lines (+33/-7)5 files modifiedCMakeLists.txt (+1/-5)
debian/changelog (+26/-0)
debian/control (+1/-0)
debian/rules (+3/-0)
tests/CMakeLists.txt (+2/-2)
tags: | added: boost1.62 |
Dimitri John Ledkov (xnox) wrote : | #1 |
Changed in aethercast (Ubuntu): | |
importance: | Undecided → Critical |
Changed in aethercast: | |
importance: | Undecided → Critical |
Changed in aethercast (Ubuntu): | |
status: | New → Confirmed |
Changed in aethercast: | |
status: | New → Confirmed |
FanJun Kong - ( BH1SCW ) (fjkong) wrote : | #2 |
from log I can see :
54:/usr/
it should be -lpthread, I think
but I didn't find where it is defined.
Dimitri John Ledkov (xnox) wrote : | #3 |
Hm, maybe that is a red-herring?
Because it tries in a few places and eventually finds the right place (pthread)
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
The actual error seems to be with gmock?
CMake Error at /usr/src/
add_library cannot create target "gmock" because another target with the
same name already exists. The existing target is a static library created
in source directory "/usr/src/
for policy CMP0002 for more details.
Call Stack (most recent call first):
/usr/
/usr/
CMake Error at /usr/src/
add_library cannot create target "gmock_main" because another target with
the same name already exists. The existing target is a static library
created in source directory "/usr/src/
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
/usr/
/usr/
Changed in aethercast (Ubuntu): | |
assignee: | nobody → Balint Reczey (rbalint) |
Balint Reczey (rbalint) wrote : | #4 |
Patch fixing all build issues
Changed in aethercast (Ubuntu): | |
status: | Confirmed → In Progress |
Balint Reczey (rbalint) wrote : | #5 |
.. in chroot, sbuild failed, will update the patch soon.
The attachment "debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issue please contact him.]
tags: | added: patch |
Balint Reczey (rbalint) wrote : | #7 |
Sbuild had a local problem only, now the package builds nicely.
Attaching a new patch anyway to drop libgtest-dev, too.
Balint Reczey (rbalint) wrote : | #8 |
I'm trying the different approach, the one to be taken by location-service and others to keep the code in sync.
Please don't upload this patch yet.
Changed in aethercast: | |
status: | Confirmed → In Progress |
assignee: | nobody → Balint Reczey (rbalint) |
ping please :)
Balint Reczey (rbalint) wrote : | #10 |
I have no upload rights yet, and the review is pending.
Changed in aethercast: | |
assignee: | Balint Reczey (rbalint) → nobody |
Changed in aethercast (Ubuntu): | |
assignee: | Balint Reczey (rbalint) → nobody |
Changed in aethercast: | |
status: | In Progress → Confirmed |
Changed in aethercast (Ubuntu): | |
status: | In Progress → Confirmed |
Nish Aravamudan (nacc) wrote : | #11 |
@rbalint: I'm unsubscribing sponsors based upon c8.
Launchpad Janitor (janitor) wrote : | #12 |
This bug was fixed in the package aethercast - 0.1+17.
---------------
aethercast (0.1+17.
[ Balint Reczey ]
* Fix zesty FTBFS by replacing the bundling of googletest
with find_package from cmake-extra. (LP: #1640317, LP: #1644062)
* Fix installation to multiarch path during build
-- morphis <email address hidden> Tue, 28 Mar 2017 05:51:12 +0000
Changed in aethercast (Ubuntu): | |
status: | Confirmed → Fix Released |
Hi, should aethercast be removed from the Ubuntu Archive?