Ticket #2090 (closed enhancement: fixed)
[PATCH] Suppress runtime_loader error message "cannot open file"
| Reported by: | andreasf | Owned by: | axeld |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | System/runtime_loader | Version: | R1 development |
| Cc: | Blocked By: | ||
| Platform: | x86 | Blocking: |
Description
When running Subversion 1.4.x, a runtime_loader error message is shown, saying it can't open libsvn_ra_serf-1.so.0. This happens even when not using serf but neon, so looks like it is trying to dynamically load one of both repository access libraries as part of normal operation. This unexpected message to svn's stderr causes make check test failures and could confuse users.
The following patch disables the runtime_loader FATAL error message to stderr, it should still be logged though.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
