ubuntu-push fails to build with gccgo
Bug #1431486 reported by
Matthias Klose
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
account-polld (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
pay-service (Ubuntu) |
Fix Released
|
Undecided
|
dobey | ||
ubuntu-push (Ubuntu) |
Fix Released
|
Undecided
|
dobey |
Bug Description
seen in vivid, at
https:/
to reproduce in vivid,
call update-alternatives --config go, and select gccgo-5.
It looks like many of the libraries are not passed to the final link call (seen by calling go with -x). Is there anything which should "push" these arguments to the final link call?
Related branches
lp://staging/~dobey/pay-service/cgo-flags
- Charles Kerr (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 24 lines (+5/-2)1 file modifiedservice-ng/CMakeLists.txt (+5/-2)
lp://staging/~dobey/pay-service/more-cgo-flags-gccgo
- Antti Kaijanmäki (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 35 lines (+13/-2)2 files modifiedservice-ng/CMakeLists.txt (+12/-1)
service-ng/test-service.sh (+1/-1)
lp://staging/~dobey/ubuntu-push/gccgo-workaround
- Samuele Pedroni: Approve
-
Diff: 40 lines (+21/-0)1 file modifieddebian/rules (+21/-0)
lp://staging/~dobey/ubuntu-push/gccgo-fixes
- Samuele Pedroni: Approve
-
Diff: 27 lines (+17/-0)1 file modifieddebian/rules (+17/-0)
summary: |
- ubuntu-touch fails to build with gccgo + ubuntu-push fails to build with gccgo |
tags: | added: patch |
Changed in pay-service (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Rodney Dawes (dobey) |
Changed in ubuntu-push (Ubuntu): | |
status: | Confirmed → In Progress |
assignee: | nobody → Rodney Dawes (dobey) |
Changed in pay-service (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in ubuntu-push (Ubuntu): | |
status: | In Progress → Fix Released |
To post a comment you must log in.
seen in account-polld as well