Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2018 02:41:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228582] irc/ircd-hybrid - klinefile and friends.
Message-ID:  <bug-228582-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228582

            Bug ID: 228582
           Summary: irc/ircd-hybrid - klinefile and friends.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: db@FreeBSD.org
          Reporter: bunny.evans@gmail.com
             Flags: maintainer-feedback?(db@FreeBSD.org)
          Assignee: db@FreeBSD.org

/var/log/ircd.log contains an infinite number of these:

[2018-05-29T11:28:02+0900] Cannot create temporary database file
/var/lib/kline.db.new
[2018-05-29T11:28:02+0900] Cannot create temporary database file
/var/lib/dline.db.new
[2018-05-29T11:28:02+0900] Cannot create temporary database file
/var/lib/xline.db.new
[2018-05-29T11:28:02+0900] Cannot create temporary database file
/var/lib/resv.db.new

This is caused by the Makefile containing: --localstatedir=3D/var
and the resulting configure being:

  $ ./configure --disable-assert --disable-halfops --enable-openssl=3D/usr
--sysconfdir=3D/usr/local/etc/ircd-hybrid
--datarootdir=3D/usr/local/share/ircd-hybrid-8.2.22 --localstatedir=3D/var
--prefix=3D/usr/local --mandir=3D/usr/local/man --disable-silent-rules
--infodir=3D/usr/local/info/ --build=3Damd64-portbld-freebsd11.1


These 4 files are not configured in the config file for reasons unknown, but
handed over on the command line:


I think the solution is to modify the start up script to deal with this, bu=
t I
am puzzled why a port in /usr/local is doing anything in /var, let along
/var/lib ...

I do not know the official freebsd way to fix this ^^;

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228582-7788>