Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2007 17:52:56 GMT
From:      Ian <yoitsmeremember@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/114907: zabbix makefile has incorrect argument for building with sqlite
Message-ID:  <200707251752.l6PHqumJ050542@www.freebsd.org>
Resent-Message-ID: <200707251800.l6PI06ul018186@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114907
>Category:       ports
>Synopsis:       zabbix makefile has incorrect argument for building with sqlite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 18:00:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ian
>Release:        FreeBSD 6.2-RELEASE-p6 i386
>Organization:
>Environment:
FreeBSD gumdrop 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Mon Jul 16 16:20:50 UTC 2007     root@gumdrop:/usr/obj/usr/src/sys/GUMDROP  i386
>Description:
The zabbix port (/usr/ports/net-mgmt/zabbix/) has an incorrect configure argument specified when using SQLite as its database.  Currently, the line is:

CONFIGURE_ARGS+=--with-sqlite=${LOCALBASE}

However, it is missing the "3" after sqlite, and should appear:

CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}

>How-To-Repeat:
Try to build zabbix from ports with a sqlite backend.
>Fix:
Change the configure arguments in the zabbix Makefile for sqlite to:

CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}

>Release-Note:
>Audit-Trail:
>Unformatted:



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