Opened 16 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)

runtime_loader_error.diff (532 bytes ) - added by andreasf 16 years ago.
Proposed patch

Download all attachments as: .zip

Change History (3)

by andreasf, 16 years ago

Attachment: runtime_loader_error.diff added

Proposed patch

comment:1 by andreasf, 16 years ago

My patch has been obsoleted with hrev25437. Please close the ticket as fixed.

comment:2 by korli, 16 years ago

Resolution: fixed
Status: newclosed

fixed

Note: See TracTickets for help on using tickets.