Ticket #2090 (closed enhancement: fixed)

Opened 3 months ago

Last modified 2 months ago

[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

runtime_loader_error.diff (0.5 kB) - added by andreasf 3 months ago.
Proposed patch

Change History

Changed 3 months ago by andreasf

Proposed patch

Changed 2 months ago by andreasf

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

Changed 2 months ago by korli

  • status changed from new to closed
  • resolution set to fixed

fixed

Note: See TracTickets for help on using tickets.