[Bug 228582] irc/ircd-hybrid - klinefile and friends.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 29 02:42:01 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228582

            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 at FreeBSD.org
          Reporter: bunny.evans at gmail.com
             Flags: maintainer-feedback?(db at FreeBSD.org)
          Assignee: db at 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=/var
and the resulting configure being:

  $ ./configure --disable-assert --disable-halfops --enable-openssl=/usr
--sysconfdir=/usr/local/etc/ircd-hybrid
--datarootdir=/usr/local/share/ircd-hybrid-8.2.22 --localstatedir=/var
--prefix=/usr/local --mandir=/usr/local/man --disable-silent-rules
--infodir=/usr/local/info/ --build=amd64-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, but 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 ^^;

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


More information about the freebsd-ports-bugs mailing list