Actions
Bug #13432
closedidm: symbol 'idm' is multiply-defined
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Build errors with gcc 10:
ld: fatal: symbol 'idm' is multiply-defined: (file obj64/idm.o type=OBJT; file obj64/idm_impl.o type=OBJT); ld: fatal: symbol 'idm' is multiply-defined: (file obj64/idm.o type=OBJT; file obj64/idm_text.o type=OBJT); ld: fatal: symbol 'idm' is multiply-defined: (file obj64/idm.o type=OBJT; file obj64/idm_conn_sm.o type=OBJT); ld: fatal: symbol 'idm' is multiply-defined: (file obj64/idm.o type=OBJT; file obj64/idm_so.o type=OBJT); ld: fatal: file processing errors. No output written to obj64/idm
Testing done: build/install/boot.
Updated by Electric Monk over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit a98e9e2e16f7c0305e8538246f8f8464517b3884
commit a98e9e2e16f7c0305e8538246f8f8464517b3884 Author: Toomas Soome <tsoome@me.com> Date: 2021-01-26T19:33:54.000Z 13432 idm: symbol 'idm' is multiply-defined Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions