Bug 57610 - esddsp command looks for nonexistent library
Summary: esddsp command looks for nonexistent library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-05 16:30 UTC by James McNaughton
Modified: 2003-10-05 20:38 UTC (History)
0 users

See Also:


Attachments
file.diff (387 bytes, patch)
2003-10-05 16:30 UTC, James McNaughton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James McNaughton 2003-10-05 16:30:17 UTC
The esddsp command (part of the esound port) looks for libesddsp.so.0
when libesddsp.so.2 ins the file installed. Since libesddsp.so is a
link to libesddsp.so.2, changing the script to get the symlink is a
simple solution.

This error may be related to other problems with esound that have yet
to be found. There also may be a better fix than this.

Fix: Save the following in the /usr/ports/audio/esound/files directory as
patch-esddsp (or similar) and reinstall.
How-To-Repeat: 	

Install the esound port and run a command withthe esddsp wrapper,
"esddsp some-command."
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-10-05 16:57:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-10-05 20:38:47 UTC
State Changed
From-To: open->closed

Committed, thanks!