Opened on 12/21/19 at 04:21:55
Closed on 03/05/20 at 11:05:19
#3848 closed defect (fixed)
Libdebugger test in libbsd should depend on libdebugger.a
Reported by: | Chris Johns | Owned by: | Chris Johns |
---|---|---|---|
Priority: | normal | Milestone: | 5.1 |
Component: | network/libbsd | Version: | 5 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The test should be built based on this library being present. The PowerPC does not support libdebugger.
Attachments (1)
Change History (5)
comment:1 Changed on 12/21/19 at 04:22:15 by Chris Johns
Summary: | Libdebugger test in libbsd should depend on liubdebugger.a → Libdebugger test in libbsd should depend on libdebugger.a |
---|
Changed on 03/04/20 at 11:53:19 by Chris Johns
Attachment: | libbsd-library-check.diff added |
---|
comment:2 Changed on 03/04/20 at 11:53:45 by Chris Johns
It looks like debugger.h
is being installed when there is no support and this is tripping the test in libbsd
so it thinks there is libdebugger
support.
I attach a patch to add a library check however this fails because of link errors for a BSP that has the library.
It looks like the include install support in RTEMS needs to be fixed.
comment:3 Changed on 03/05/20 at 10:16:03 by Chris Johns
Owner: | set to Chris Johns |
---|---|
Status: | new → assigned |
comment:4 Changed on 03/05/20 at 11:05:19 by Chris Johns
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Add libbsd library check support