Displaying 20 results from an estimated 1100 matches similar to: "beta8 compile error"
2006 May 13
1
--enable-debug in 1.0beta8
It looks like there is an error in calling check_nuls for DEBUG
In src/lib/ mempool-alloconly.c on line 85 you have
check_nuls(block->prev, 0), which I think it should be
check_nuls(block->prev);
Can some developer confirm that?
Thank you
[root]#./configure --prefix=/opt/dovecot --enable-debug
Install prefix ...................... : /opt/dovecot
File offsets
2018 Sep 10
1
make check (pigeonhole)
Dovecot list,
1) I downloaded latest dovecot and pigeonhole tar balls and extracted on
latest updated CentOS 7 : dovecot-2.3.2.1.tar.gz and
dovecot-2.3-pigeonhole-0.5.2.tar.gz
2) I moved pigeonhole (dovecot-2.3-pigeonhole-0.5.2) directory into
dovecot (dovecot-2.3.2.1) directory
3) built dovecot with following config and paramerters:
patch -p1 <
2012 Sep 05
2
Memory leak by getting the virtual size of a IMAP folder
Hi everyone,
I am writing a dovecot statistic plugin, which calls the
'mailbox_get_metadata' function with MAILBOX_METADATA_VIRTUAL_SIZE as
the 2nd parameter.
enum mailbox_status_items metadata_items = MAILBOX_METADATA_VIRTUAL_SIZE;
struct mailbox_metadata metadata;
mailbox_get_metadata(mailbox, metadata_items, &metadata);
but Valgrind finds a memory leak when this function is
2018 Sep 09
3
make check (pigeonhole)
Hello list,
During the 'make check' (pigeonhole) portion of a building (rpmbuild) a
dovecot.spec file I'm getting the following error:
testsuite(root): Fatal: Couldn't drop privileges: User is missing UID
(see mail_uid setting)
I'm not sure how to resolve this, and any help would be appreciated to
help me finish the creating the rpm
--
Eric Broch
White Horse Technical
2018 Sep 10
0
make check (pigeonhole)
I did so as non-root user and got the same error.
On 9/10/2018 9:10 AM, Aki Tuomi wrote:
> Have you attempted this as non-root user?
>
>
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Eric Broch <ebroch at whitehorsetc.com>
> Date: 10/09/2018 18:03 (GMT+02:00)
> To: dovecot at dovecot.org
> Subject: Re: make check
2018 Dec 04
2
Compilation error
Hi
USing git, I reach the following error (below).
Here is my configure parameters :
CPPFLAGS="-I/include -I/usr/include/tirpc/" LDFLAGS="-L/lib -ltirpc"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--libexec=/usr/libexec --with-sql=yes --without-sqlite --with-mysql
--with-ssl --without-shadow --without-nss --without-pam --without-ldap
--with-zlib
2008 Jun 13
2
configure error on HP-UX: C99 compatible vsnprintf() call
Hi All,
I tried to build dovecot-1.1.rc9 on a HP-UX machine, but failed to configure with the following message:
configure: error: You don't appear to have C99 compatible vsnprintf() call
The environment is like the following:
- command: ./configure
- uname: HP-UX B.11.23 U ia64
- aCC version: HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]
Also, I tried to run `./configure CC=c99'
2006 Nov 05
1
RC11 Build Failure on FreeBSD 6.1
I just ran into a build failure on Dovecot 1.0RC11 on FreeBSD 6.1.
Identical command sequence for the build worked fine for RC10. uname -a:
FreeBSD thor.krellis.org 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5 #0: Fri
Sep 1 01:47:32 EDT 2006
root at jail7.jvds.com:/usr/obj/usr/src/sys/JAIL7 i386
Configured with a straight ./configure, no options, no problems reported
during configure, but make
2006 Jun 19
2
beta8 + mbox + Thunderbird
Hi all,
I'm still using beta8 (on FreeBSD 5.4-RELEASE).
Recently I put a co-worker who's using Thunderbird (1.5.0.4) on it and
he seemed to have lost some messages (which were delivered on the
spool since seen on procmail logfile).
I switched him on another server to play safe and tried to test it
myself but failed to reproduce the issue. I myself use mutt on a daily
basis with no
2012 Nov 13
0
older gcc don't know --as-needed
Hi,
I have to build dovecot-2.1.10 for SuSE SLES9.
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -no-undefined -Wl,--as-needed -o test-lib test_lib-test-lib.o test_lib-test-array.o test_lib-test-aqueue.o test_lib-test-base64.o
2005 May 14
6
1.0-test70
http://dovecot.org/test/
- vpopmail authentication fix
- many mmap_disable=yes fixes and a few optimizations
- pop3 hang fix
- mbox fix for "last-uid lost" error (hopefully last one)
- mbox fix for losing dirty flag, causing lost message flags
mmap_disable=yes seems to be finally working pretty well. There should
be no more cache file related errors with it enabled.
I'm still
2006 Sep 25
2
Errors while doing make on Solaris 9 for dovecot-1.0.rc7
Hi,
I have Solaris 9 and I am getting the following errors for dovecot-1.0.rc7 after running
1.configure - No errors see output as attached
2. /usr/ccs/bin/make -- partial output below, complete attached
Thanks,
Lalit
.....
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations
2018 Dec 04
0
Compilation error
Did you run ./autogen.sh first?
Aki
> On 04 December 2018 at 17:20 Joan Moreau via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hi
>
> USing git, I reach the following error (below).
>
> Here is my configure parameters :
>
> CPPFLAGS="-I/include -I/usr/include/tirpc/" LDFLAGS="-L/lib -ltirpc"
> ./configure --prefix=/usr
2019 Mar 26
1
IMAP coredumps for one user
FreeBSD-12
Dovecot-2.3.5
I am having problems with one use
Mar 25 21:30:12 imap(gau.mon at crownkenya.com)<91364><U7qCZO+ECfCaRh6E>:
Fatal: master: service(imap): child 91364 killed with signal 6 (core dumped)
Mar 25 21:30:14 imap(gau.mon at crownkenya.com)<2381><moHYZO+EDvCaRh6E>:
Fatal: master: service(imap): child 2381 killed with signal 6 (core dumped)
Mar 26 06:29:26
2009 Mar 18
2
Crash!!! -- Permission Error
I'm currently re-installing db41 port. Earlier using 'innodb_force_recovery = 6' seemed to fix that PANIC error. But I don't understand this permission error. I've tried various permissions as well 777, 766, 666, 760, etc etc. I've also ran mysqld_safe as root user, but with same permission error. Also tried different directories without luck.
When I log in to the
2013 Aug 28
2
[PATCH-v3 1/4] idr: Percpu ida
On Wed, 28 Aug 2013 13:44:54 -0700 Kent Overstreet <kmo at daterainc.com> wrote:
> > > > What guarantees that this wait will terminate?
> > >
> > > It seems fairly clear to me from the break statement a couple lines up;
> > > if we were passed __GFP_WAIT we terminate iff we succesfully allocated a
> > > tag. If we weren't passed
2013 Aug 28
2
[PATCH-v3 1/4] idr: Percpu ida
On Wed, 28 Aug 2013 13:44:54 -0700 Kent Overstreet <kmo at daterainc.com> wrote:
> > > > What guarantees that this wait will terminate?
> > >
> > > It seems fairly clear to me from the break statement a couple lines up;
> > > if we were passed __GFP_WAIT we terminate iff we succesfully allocated a
> > > tag. If we weren't passed
2006 Feb 09
4
Problem win Unicall
I am having a strange problem with an asterisk servier using R2 Unicall
in Mexico. Most calls go through fine but some of them give me an error like
this:
-- Executing Dial("SIP/86-db41", "Unicall/g2/014448343600") in new stack
-- Called g2/014448343600
Feb 9 21:44:39 WARNING[23069]: chan_unicall.c:2644 handle_uc_event: Unicall/2
event Dialing
Feb 9 21:44:45
2009 Apr 09
2
Panic: file mempool-system.c: line 104
Hello!
I have used Dovecot for more than a year without problems, but today it
just crashed with this message:
dovecot: Apr 09 21:23:38 Panic: file mempool-system.c: line 104
(pool_system_realloc): assertion failed: (old_size == (size_t)-1 || mem
== NULL || old_size <= malloc_usable_size(mem))
dovecot: Apr 09 21:23:38 Error: Raw backtrace: /usr/local/sbin/dovecot
[0x805757c] ->
2010 Oct 07
0
dovecot-1.2.12 core
Hi Timo,
just to report that
. dovecot-1.2.12 which ran fine for several month
. on FreeBSD 7.2-STABLE (/usr/obj/usr/src/sys/GENERIC amd64)
. using Maildir (mailboxes, control and indexes on NFS)
has crashed this morning on our server.
I found nothing special in the logfile.
Attached are dovecot -n output and a gdb backtrace of the core file.
Thanks
--
Thomas Hummel | Institut