Date: Thu, 7 Sep 2017 15:44:46 +0100 From: Kaya Saman <kayasaman@gmail.com> To: freebsd-ports <freebsd-ports@freebsd.org> Subject: syslog-ng requires eventlog but conflicts with eventlog? Message-ID: <76dbb914-51ba-f839-65a5-cdbd3a6f54cc@gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, the makefile for syslog-ng has this in it: LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid \ libbson-1.0.so:devel/libbson \ libevtlog.so:sysutils/eventlog BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (prog$ BROKEN_sparc64= fails to link: Internal error: Segmentation fault (prog$ CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* eventlog* WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} so when trying to build it complains about a libeventlog.so file. Error output: # make install ===> syslog-ng311-3.11.1 conflicts with installed package(s): eventlog-0.2.12_1 They install files into the same place. You may want to stop build with Ctrl + C if eventlog not installed then: ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ===> Installing for syslog-ng311-3.11.1 ===> Checking if syslog-ng311 already installed ===> Registering installation for syslog-ng311-3.11.1 [mon.optiplex-networks.com] Installing syslog-ng311-3.11.1... pkg-static: syslog-ng311-3.11.1 conflicts with eventlog-0.2.12_1 (installs files into the same place). Problematic file: /usr/local/lib/libevtlog.so *** Error code 70 Kaya
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?76dbb914-51ba-f839-65a5-cdbd3a6f54cc>