Displaying 20 results from an estimated 2000 matches similar to: "Failing to compile beta7"
2004 Oct 29
2
Test51 compile problems
First of all, thanks for a great product. I've been able to get dovecot
up and running with minimum pain. Very nice.
Running Fedora Core 2 with postfix using mysql for virtual mailbox
config. Got release version of dovecot working with a passwd-file, then
I wanted to try it out with using the same mysql db as postfix, so I
downloaded test51.
I run
./configure --sysconfdir=/etc
2005 Dec 19
1
Compile failure (alpha 5, MySQL 5)
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -I/usr/kerberos/include -o dovecot-auth auth.o
auth-cache.o auth-client-connection.o auth-master-connection.o
auth-master-listener.o auth-module.o auth-request.o
auth-request-handler.o auth-stream.o auth-worker-client.o
auth-worker-server.o db-ldap.o
2006 May 02
2
Dovecot-1.0.beta7 Build Fedora 3 Error
Hello
I'm attempting to configure Dovecot with mysql support so I'm able to
have a single database of users and point both postfix and dovecot to
this db.
I currently have an rpm src that I have download and placed in my
RPMBUILDROOT of my linux box.
Next I configured the .spec file and attempted to run a rpmbuild -bb
Near the end of the install phase I receive an error which has me
2005 Aug 03
1
error sha1
Hello,
I have a problem. When I do 'make' it gives the following error:
gcc -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -o dovecot-auth
auth-cache.o au
th-client-connection.o auth-master-connection.o auth-module.o db-ldap.o
db-sql.o
db-passwd-file.o main.o mech.o mech-anonymous.o mech-plain.o
2006 May 10
2
dovecot 1.0beta7 dying on me
Hi,
Dovecot 1.0 beta7 is dying on me. My logfile shows:
May 10 15:54:28 hermes dovecot: IMAP(alden): UIDs broken with partial sync in mbox file /var/mail/alden
May 10 15:54:28 hermes dovecot: IMAP(alden): file mbox-sync-rewrite.c: line 106 (mbox_sync_headers_add_space): assertion failed: (start_pos < data_size)
May 10 15:54:28 hermes dovecot: child 14185 (imap) killed with signal 6
I'm
2005 Nov 09
0
More informations on mysql bug
/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
-I/usr/kerberos/include -o dovecot-auth auth.o auth-cache.o
auth-client-connection.o auth-master-connection.o auth-master-listener.o
auth-module.o auth-request.o auth-request-handler.o auth-stream.o
2006 May 06
0
rebuilding dovecot 1.0 beta7 at.src.rpm mysql error
hi all
i'm trying to rebuild the 1.0 beta 7 src rpm from atrpms.net to use
mysql 5, instead of mysql 4
but i'm having issues when it gets to the mysql part of the make
i have mysql 5 installed (via mysql.com rpm's)
i changed the spec file where it says Buildrequires
to say MySQL-devel (instead of mysql-devel)
but it always comes back with this error, and i don't know what it
2007 Mar 16
2
crypt missing (configure problem)
Hi, I need some feedback for the following problem I encountered
compiling dovecot.
It seems to be a wrong check in configure, that comes out in a fatal
error (crypt symbol not found because the -lcrypt is omitted).
With these configure parameters no crypt module is recognized (and so
the need_crypt variable is still off), but at compile time gcc fails
to create executables.
I solve the issue
2007 Jan 11
1
Build problems with non-standard location of mysql libs
Overall the build process for dovecot is very clean. I did however run
into a significant problem when it came to locating the mysql libraries,
especially when building a 64 bit executable but similar problems
occured building a 32 bit executable. I am describing the 64 bit build
issues below since that is the worst case scenario. Fixing the 64 bit
build will automatically fix the 32 bit
2006 Jan 23
1
Compiling Dovecot with-notify=inotify
Hi,
I'm trying to compile Dovecot beta2 with inotify support, but this is
unsuccessfull.
First, it seems that the configure script is looking for inotify.h in
/usr/include/sys, whereas it is in /usr/include/linux on my Debian Sarge
system. But that's a minor point, let's make a symlink.
% dpkg -S /usr/include/linux/inotify.h
linux-kernel-headers: /usr/include/linux/inotify.h
% dpkg
2006 Aug 07
1
rc6 build pb
Hello,
with rc6 on FreeBSD 6.1-STABLE, I encounter the following when running
make
after the usual
configure
[ Note : that worked with rc5 ]
/usr/local/bin/zsh ../../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 -L/usr/local/lib -o dovecot-auth -export-dynamic
2005 Oct 14
2
Problem with dovecot 1.0 make
When trying to build dovecot with MySQL support I got the following:
/usr/local/mysql/lib/libmysqlclient.a(sha1.o)(.text+0x5c): In function
`sha1_result':
: multiple definition of `sha1_result'
../lib/liblib.a(sha1.o)(.text+0x880):/root/dovecot-1.0.alpha3/src/lib/sha1.c:233:
first defined here
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld:
Warning:
2005 Mar 31
1
dovecot-1.0-test65 + mysql build problem (sha1_result)
Hello all!
When trying to build dovecot-1.0-test65 with mysql support I get the
following error:
...
/usr/local/mysql/lib/libmysqlclient.a(sha1.o)(.text+0x5c): In function
`sha1_result':
: multiple definition of `sha1_result'
../lib/liblib.a(sha1.o)(.text+0x830):/usr/local/src/dovecot/dovecot-1.0-test65/src/lib/sha1.c:242: first defined here
2007 Mar 27
3
Building problem on FreeBSD with GSSAPI
I have error while compiling dovecot with GSSAPI under FreeBSD 6.2:
Is this dovecot-related or not?
cc -std=gnu99 -O2 -fno-strict-aliasing -pipe -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -o dovecot-auth auth.o
auth-cache.o auth-client-connection.o auth-master-connection.o
auth-master-listener.o auth-module.o
2003 Jun 26
0
Help with new install on Mac OSX
Can anyone tell me what's going on and how I can fix it?
bash-2.05a# make
make all-recursive
Making all in src
Making all in lib
make[3]: Nothing to be done for `all'.
Making all in lib-settings
make[3]: Nothing to be done for `all'.
Making all in lib-charset
make[3]: Nothing to be done for `all'.
Making all in lib-mail
make[3]: Nothing to be done for `all'.
Making all in
2005 Aug 05
3
Compile trouble with mysql
Hello!
I tried to compile the latest 1.0-test (79) with mysql support, but
there is the following error:
...
/usr/local/mysql/lib/libmysqlclient.a(sha1.o)(.text+0x5c): In function
`sha1_result':
: multiple definition of `sha1_result'
../lib/liblib.a(sha1.o)(.text+0x830):/usr/local/src/dovecot/dovecot-1.0-test79/src/lib/sha1.c:233: first defined here
...
So 'sha1_result' is
2006 Feb 09
1
trouble compiling today's CVS in Solaris 9
I've recently been able to compile the CVS code in Solaris 9, but I'm now
getting a few errors.
First, I receive this error during the autogen process:
src/plugins/Makefile.am:5: required directory src/plugins/convert does not
exist
configure.in:1717: required file `src/plugins/convert/Makefile.in' not found
I can workaround that by removing the reference to
2010 Nov 19
1
2.0 hg build failing...
>From the make output:
libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -Wstrict-aliasing=2 -Wl,--as-needed -o .libs/auth
auth.o auth-cache.o auth-client-connection.o auth-master-connection.o
mech-otp-skey-common.o mech-plain-common.o auth-penalty.o
auth-request.o auth-request-handler.o
2010 May 05
1
2.0 FTBFS since sqlpool changes when --with-sql=plugin is used
Hi,
yesterday lib-sql got driver-sqlpool with some changes in Makefile.am, but
these changes in makefile works only for --with-sql=yes. When --with-sql=plugin
is used build fails with:
libtool --tag=CC --mode=link gcc -std=gnu99 -O2 -g -pipe -Wall -Wp,-
D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -
m64 -mtune=generic -Wall -W -Wmissing-prototypes
2006 Jun 12
1
./configure and /or Makefile problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
This is on OpenBSD 3.x.
I'll fully admit not being a savvy programmer and therefore unable to
suggest a decent resolution.
It seems that _something_ in either the main "configure" script or
one of the Makefile.in templates is causing the Makefiles in
src/auth and src/util to add two variables named "AUTH_CFLAGS" and