Bug 198540 - >=dev-db/firebird-2.0.3.12981.0-r2 - xinetd can't start lock manager
Bug#: 198540 Product:  Gentoo Linux Version: 2007.0 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: wltjr@gentoo.org Reported By: georgiev@clockbs.com
Component: Ebuilds
URL: 
Summary: >=dev-db/firebird-2.0.3.12981.0-r2 - xinetd can't start lock manager
Keywords:  
Status Whiteboard: 
Opened: 2007-11-09 09:27 0000
Description:   Opened: 2007-11-09 09:27 0000
Server binaries are compiled with prefix /usr/share/firebird
this causes fb_inet_server to look for the lock manager in
/usr/share/firebird/bin (which does not exists) and fail to start

Steps to reproduce:
  1.apply the dev-db/firebird-2.0.3.12981.0-r2.ebuild fixes from Bug #198538
  2.USE="xinetd" emerge =dev-db/firebird-2.0.3.12981.0-r2
  3.enable the firebird xinetd service
  4.try to connect to the firebird service
Result:
  Connect fails with "error reading data from connection"
  The firebird server process dies with
  "can't start lock manager: /usr/share/firebird/bin/fb_lock_mgr" error.
Expected result: 
  working firebird classic server

also applies to dev-db/firebird-2.0.3.12981.0-r3

------- Comment #1 From George Georgiev 2007-11-09 09:28:05 0000 -------
Created an attachment (id=135555) [details]
emerge --info

------- Comment #2 From William L. Thomson Jr. (RETIRED) 2007-11-12 18:18:49 0000 -------
Must have missed a path when I patched it, because it should be looking in
/usr/bin. Will address ASAP

------- Comment #3 From William L. Thomson Jr. (RETIRED) 2007-12-05 00:06:25 0000 -------
As I switched from patches to sed, I made sure that the path for fb_lock_mgr
got updated. Fixed and committed to CVS, 2.0.3.*-r4 and 2.1.0.*r2. Closing bug,
please reopen if problem persists. Thanks for reporting.