Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 361721 - net-analyzer/zabbix-1.9.3 - configure: WARNING: unrecognized options: --with-pgsql
Summary: net-analyzer/zabbix-1.9.3 - configure: WARNING: unrecognized options: --with-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-02 22:09 UTC by Marcin Mirosław
Modified: 2011-04-13 21:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Mirosław 2011-04-02 22:09:37 UTC
Can't compile zabbix with postgresql as database due to invalid configure option:
 * econf: updating zabbix-1.9.3/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-server --disable-proxy --enable-agent --enable-ipv6 --without-ldap --with-net-snmp --without-mysql --with-pgsql --without-oracle --without-sqlite3 --with-jabber --with-libcurl --without-openipmi --without-ssh2
configure: WARNING: unrecognized options: --with-pgsql

and:
# ./configure --help|grep postgres
  --with-postgresql[=ARG] use PostgreSQL library [default=no], optionally

Ebuild need change:
- $(use_with postgres pgsql)
+ $(use_with postgres postgresql)

Reproducible: Always
Comment 1 Patrick Lauer gentoo-dev 2011-04-13 17:00:17 UTC
Oh. Evil, it just warns but doesn't fail.

Fixed.
Comment 2 Marcin Mirosław 2011-04-13 21:01:25 UTC
Hmm, for me it falls. I couldn;t compile zabbix, becasue it fails with "no database selected".
Now it's ok. Thanks:)