Re: [Rpm-maint] [rpm-software-management/rpm] Check for 'gettext' during configure script (#245)

2017-06-30 Thread Jeff Johnson
Did you build with --disable-nls? There is no way for RPM configure to guess whether uninstalled get text is bug of a feature: YMMV, everyone's does. ``` ./configure --help | grep nls --disable-nls do not use Native Language Support ``` -- You are receiving this because you are

[Rpm-maint] [rpm-software-management/rpm] Check for 'gettext' during configure script (#245)

2017-06-30 Thread Ryan Whitworth
Output from configure script is invalid when gettext is not installed. Installing gettext after the fact also doesn't resolve the problem until configure is re-ran. I believe the configure script should detect when gettext is missing and error appropriately. -- You are receiving this

[Rpm-maint] [rpm-software-management/rpm] How to run unit tests (#243)

2017-06-30 Thread Jun Aruga
I want to run unit tests under `tests/` directory. I tried below way seeing `INSTALL` document https://github.com/rpm-software-management/rpm/blob/master/INSTALL#L181-L186 ``` $ make check make check-recursive make[1]: Entering directory '/home/jaruga/git/rpm' Making check in po make[2]:

Re: [Rpm-maint] [PATCH] RFC: Allow for disabling Berkeley DB support

2017-06-30 Thread Darren Hart
On Fri, Jun 30, 2017 at 10:57:05AM +0100, Neal Gompa wrote: ... > My suggestion is to assume enabled (unless dependencies can't be > satisfied) if not specified to be disabled. If specified to be enabled > and dependencies not satisfied, throw an error. > I did not want to change the default

Re: [Rpm-maint] [PATCH] RFC: Allow for disabling Berkeley DB support

2017-06-30 Thread Neal Gompa
On Fri, Jun 30, 2017 at 12:38 AM, Darren Hart wrote: > On Thu, Jun 29, 2017 at 08:33:46AM +0100, Neal Gompa wrote: >> On Thu, Jun 22, 2017 at 10:20 PM, Darren Hart (VMware) >> wrote: >> > Introduce a --disable-bdb configuration option which disables