Opened 17 years ago
Closed 16 years ago
#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/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
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 (1)
Change History (3)
by , 17 years ago
Attachment: | runtime_loader_error.diff added |
---|
comment:1 by , 16 years ago
My patch has been obsoleted with hrev25437. Please close the ticket as fixed.
Note:
See TracTickets
for help on using tickets.
Proposed patch