Displaying 6 results from an estimated 6 matches for "ltest_lib".
Did you mean:
test_lib
2017 Jun 02
3
Dovecot 2.2.30* compiling error
...\
--without-bsdauth \
--without-sql \
--without-nss \
--without-ldap \
--without-pgsql \
--without-mysql \
--without-sqlite \
--with-rundir=/var/run/dovecot\
--without-deliver \
--without-gssapi
Build error:
ltest_lib-test-bits.o: In function `bits_required64':
/usr/src/redhat/BUILD/dovecot-2.2.30/src/lib/bits.h:33: undefined
reference to `__builtin_clzll'
/usr/src/redhat/BUILD/dovecot-2.2.30/src/lib/bits.h:33: undefined
reference to `__builtin_clzll'
test_lib-test-bits.o: In function `test_bits_requ...
2017 Jun 21
2
Dovecot 2.2.30* compiling error
Timo Sirainen wrote:
> On 21 Jun 2017, at 16.03, Mart Pirita <sysadmin at e-positive.ee> wrote:
>>>> ltest_lib-test-bits.o: In function `bits_required64':
>>>> /usr/src/redhat/BUILD/dovecot-2.2.30/src/lib/bits.h:33: undefined
>>>> reference to `__builtin_clzll'
> This can be fixed with the attached patch.
Thanks, got this time new error, do You have fix for this:
test_...
2017 Jun 21
2
Dovecot 2.2.30* compiling error
...drey Jr. Melnikov wrote:
> Mart Pirita <sysadmin at e-positive.ee> wrote:
>> Hello.
>> I cant build 2.2.30*, but I can build fine version 2.2.29* with same
>> options:
>> RedHat based customized distro, 2.6.28.10 kernel
> [...]
>
>> Build error:
>> ltest_lib-test-bits.o: In function `bits_required64':
>> /usr/src/redhat/BUILD/dovecot-2.2.30/src/lib/bits.h:33: undefined
>> reference to `__builtin_clzll'
>> /usr/src/redhat/BUILD/dovecot-2.2.30/src/lib/bits.h:33: undefined
>> reference to `__builtin_clzll'
>> test...
2017 Jun 02
0
Dovecot 2.2.30* compiling error
Mart Pirita <sysadmin at e-positive.ee> wrote:
> Hello.
> I cant build 2.2.30*, but I can build fine version 2.2.29* with same
> options:
> RedHat based customized distro, 2.6.28.10 kernel
[...]
> Build error:
> ltest_lib-test-bits.o: In function `bits_required64':
> /usr/src/redhat/BUILD/dovecot-2.2.30/src/lib/bits.h:33: undefined
> reference to `__builtin_clzll'
> /usr/src/redhat/BUILD/dovecot-2.2.30/src/lib/bits.h:33: undefined
> reference to `__builtin_clzll'
> test_lib-test-bits.o: In...
2017 Jun 21
0
Dovecot 2.2.30* compiling error
On 21 Jun 2017, at 16.03, Mart Pirita <sysadmin at e-positive.ee> wrote:
>
>>> ltest_lib-test-bits.o: In function `bits_required64':
>>> /usr/src/redhat/BUILD/dovecot-2.2.30/src/lib/bits.h:33: undefined
>>> reference to `__builtin_clzll'
This can be fixed with the attached patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Na...
2017 Jun 21
0
Dovecot 2.2.30* compiling error
On 21 Jun 2017, at 16.42, Mart Pirita <sysadmin at e-positive.ee> wrote:
>
> Timo Sirainen wrote:
>> On 21 Jun 2017, at 16.03, Mart Pirita <sysadmin at e-positive.ee> wrote:
>>>>> ltest_lib-test-bits.o: In function `bits_required64':
>>>>> /usr/src/redhat/BUILD/dovecot-2.2.30/src/lib/bits.h:33: undefined
>>>>> reference to `__builtin_clzll'
>> This can be fixed with the attached patch.
>
>
> Thanks, got this time new error, do You...