Actions
Bug #11099
closedlibfksmbsrv Makefiles need updating on SPARC too
Start date:
2019-05-31
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
A SPARC build fails with:
Undefined first referenced
symbol in file
smbsrv_pcap_dump dmod/smbsrv.o
smbsrv_pcap_open dmod/smbsrv.o
smbsrv_pcap_close dmod/smbsrv.o
ld: fatal: symbol referencing errors. No output written to dmod/libfksmbsrv.so
We need to update
usr/src/cmd/mdb/sparc/v7/libfksmbsrv/Makefile
and
usr/src/cmd/mdb/sparc/v9/libfksmbsrv/Makefile
to add smbsrv_pcap.c to MODSRCS, the same way the intel Makefiles were updated in #10962
Updated by Electric Monk almost 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 94725e8ca08a7fafbd28e237d62672843e06032f
commit 94725e8ca08a7fafbd28e237d62672843e06032f Author: Peter Tribble <peter.tribble@gmail.com> Date: 2019-06-06T20:21:19.000Z 11099 libfksmbsrv Makefiles need updating on SPARC too Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions