Actions
Bug #12184
closedSPARC build fails due to missing 64-bit libdhcpagent
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
In #11707, libdhcpagent was also built as 64-bit, but only on x86. This causes the SPARC build to fail.
dmake: Warning: Command failed for target `libdhcpagent'
due to
sh1: cd: sparcv9: [No such file or directory]
and then, later, the 64-bit netstat fails to build with
ld: fatal: library -ldhcpagent: not found
Updated by Electric Monk about 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 17a06589f9735e8864d445426faac16505b5d072
commit 17a06589f9735e8864d445426faac16505b5d072 Author: Peter Tribble <peter.tribble@gmail.com> Date: 2020-01-24T20:34:31.000Z 12184 SPARC build fails due to missing 64-bit libdhcpagent Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions