Displaying 20 results from an estimated 450 matches for "wbad".
Did you mean:
bad
2006 Nov 05
1
RC11 Build Failure on FreeBSD 6.1
...usr/src/sys/JAIL7 i386
Configured with a straight ./configure, no options, no problems reported
during configure, but make failed with:
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -std=gnu99 -g -O2 -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT mountpoint.o -MD
-MP -MF ".deps/mountpoint.Tpo" -c -o mountpoint.o mountpoint.c; then mv
-f ".deps/mountpoint.Tpo" ".deps/mountpoint.Po"; else rm -f
".deps/mountpoint.Tpo"; exit 1; fi
mountpoint.c:11:30: #if with no expression
mountpoint.c:...
2003 Jan 14
1
0.99.7 out
This one seems to be actually working. Also rewrote doc/index.txt in
case someone is interested.
2015 Sep 24
0
v2.2.19 release candidate released
.../portage/net-mail/dovecot-2.2.19_rc1/work/dovecot-2.2.19.rc1/src/lib'
> /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -std=gnu99 -O2 -march=native -Wall -W -Wmissing-prototypes -Wmissing-declaratio
> ns -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wno-duplicate-decl-specifier -Wstrict-aliasing=2 -c -o guid.lo guid.c
> libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -std=gnu99 -O2 -march=native -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscrip
> ts -Wformat=2 -Wbad-function-cast -...
2012 Dec 01
1
回复: 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto
...;DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-sieve -I/usr/include/dovecot -
>D_FORTIFY_SOURCE=2 -std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-
>size=4 -Wformat -Wformat-security -Wall -W -Wmissing-prototypes -Wmissing-
>declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast
>-fno-builtin-strftime -Wstrict-aliasing=2 -MT sieve-tool.lo -MD -MP -MF
>.deps/sieve-tool.Tpo -c -o sieve-tool.lo sieve-tool.c
>libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -
>I../../src/lib-sieve -I/usr/include/dovecot -D_FORTIFY_SOURCE=2 -std=g...
2012 Nov 30
1
2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto
...ux-gnu-gcc -
DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-sieve -I/usr/include/dovecot -
D_FORTIFY_SOURCE=2 -std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-
size=4 -Wformat -Wformat-security -Wall -W -Wmissing-prototypes -Wmissing-
declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast
-fno-builtin-strftime -Wstrict-aliasing=2 -MT sieve-tool.lo -MD -MP -MF
.deps/sieve-tool.Tpo -c -o sieve-tool.lo sieve-tool.c
libtool: compile: x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -
I../../src/lib-sieve -I/usr/include/dovecot -D_FORTIFY_SOURCE=2 -std=gnu99 -g
-O2 -fs...
2018 Mar 04
1
2.2.34 fails to build on OpenBSD
...een introduced by this commit..
https://github.com/dovecot/core/commit/4a9020ed888caf03fd3132a30a7818b01daa4b9d
Fairly -current..
/usr/bin/libtool --tag=CC --mode=link cc -std=gnu99 -O2 -pipe -Wall
-W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast
-Wno-duplicate-decl-specifier -Wstrict-aliasing=2 -L/usr/local/lib
-o libssl_iostream.la iostream-ssl.lo
libtool: link: ar cru .libs/libssl_iostream.a .libs/iostream-ssl.o
libtool: link: ranlib .libs/libssl_iostream.a
cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../sr...
2006 Jun 12
1
./configure and /or Makefile problem
...uot;
- - -DPKG_LIBEXECDIR=\""/usr/local/libexec/dovecot"\" -I@includedir@
@INCLUDE_des@ -I/usr/local/include -I/usr/include/kerberosV
- - -std=gnu99 -O2 -march=athlon -pipe -Wall -W -Wmissing-prototypes
- - -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
- - -Wbad-function-cast -MT mycrypt.o -MD -MP -MF ".deps/mycrypt.Tpo"
- - -c -o mycrypt.o mycrypt.c; \
then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f
".deps/mycrypt.Tpo"; exit 1; fi
gcc: cannot specify -o with -c or -S and multiple compilations
gmake[3]...
2014 Dec 06
2
GCC/clang compilation issues
...everal issues I was able to fix and will
submit patches later, but I hit one roadblock with GCC and clang:
src/lib/libflac/libFLAC/stream_encoder.c:1696:43: error: cast from function call
of type 'double' to non-matching type 'FLAC__int32' (aka 'int')
[-Werror,-Wbad-function-cast]
...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lib/libflac/libFLAC/stream_encoder.c:1717:43: error: cast from function call
of type 'double' to non-matching type 'F...
2005 Dec 09
0
rpmbuild error on dovecot 0.99.11
...e
I issued command rpmbuild -ba dovecot.spec
after a few mins of works, rpmbuild process stopped with errors
..............
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O2 -g -pipe -march=i386 -mcpu=i686
-Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -I/usr/kerberos/include
-c unlink-lockfiles.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O2 -g -pipe -march=i386 -mcpu=i686
-Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -I/usr/kerberos/include
-c utc-offset.c
gcc -...
2014 Dec 06
2
GCC/clang compilation issues
...; submit patches later, but I hit one roadblock with GCC and clang:
> >
> > src/lib/libflac/libFLAC/stream_encoder.c:1696:43: error: cast from function call
> > of type 'double' to non-matching type 'FLAC__int32' (aka 'int')
> > [-Werror,-Wbad-function-cast]
> > ...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0);
> > ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> > src/lib/libflac/libFLAC/stream_encoder.c:1717:43: error: cast from function call
> > of type '...
2010 Apr 03
2
dovecot-2.0.beta4: compiler gets stuck making master-service-settings.o Mac OS X 10.6.2
...s -DPKG_RUNDIR=\""/usr/local/var/run/dovecot"\" -DSYSCONFDIR=\""/usr/local/conf/dovecot"\" -DBINDIR=\""/usr/local/bin"\" -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wstrict-aliasing=2 -MT master-service-settings.lo -MD -MP -MF .deps/master-service-settings.Tpo -c -o master-service-settings.lo master-service-settings.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-settings -DPKG_RUNDIR=\"/usr/local/var/r...
2017 Jun 06
4
2.2.30.2 fails to compile on centos 7
...wnloaded the latest release 2.2.30.2, ran ./configure with all
defaults and make ...
and it fails to build .. error somewhere whilst running Makefile in lib-http
libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2
-Wl,--as-needed -o test-http-server-errors test-http-server-errors.o
-Wl,--export-dynamic ./.libs/libhttp.a ../lib-dns/.libs/libdns.a
../lib-ssl-iostream/.libs/libssl_iostream.a
../lib-master/.libs/libmaster.a ../lib-settings/.libs/libsetting...
2014 May 25
2
replace -Wextra with -W
...ac
@@ -392,8 +392,8 @@ fi
XIPH_GCC_VERSION
if test x$ac_cv_c_compiler_gnu = xyes ; then
- CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Wunreachable-code " # -Wcast-qual -Wbad-function-cast -Wwrite-strings -Winline -Wconversion
- CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wsign-promo -Wundef -Wunreachable-code " # -Wcast-qual -Wbad-function-cast -Wwrite-strings -Woverloaded-virtual -...
2016 Jan 24
1
Wextra in configury
...0,8 +380,8 @@ fi
XIPH_GCC_VERSION
if test x$ac_cv_c_compiler_gnu = xyes ; then
- CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Wunreachable-code -Winline " # -Wcast-qual -Wbad-function-cast -Wwrite-strings -Wconversion
- CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wsign-promo -Wundef -Wunreachable-code " # -Wcast-qual -Wbad-function-cast -Wwrite-strings -Woverloaded-virtual -Wmissing-...
2010 May 05
1
2.0 FTBFS since sqlpool changes when --with-sql=plugin is used
...in
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 -Wmissing-declarations -
Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wstrict-
aliasing=2 -o checkpassword-reply checkpassword-reply.o ../../src/lib-
dovecot/libdovecot.la -lrt
libtool: 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-p...
2010 Sep 12
2
dovecot 2.0.2 compile issues on Solaris 10u8 Sparc
...pointers,
Jerry
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../.. -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -I/usr/sfw/include -MT module-dir.lo -MD -MP -MF
.deps/module-dir.Tpo -c -o module-dir.lo module-dir.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -std=gnu99 -g -O2
-Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-fun...
2018 Aug 10
2
Error compiling pigeonhole managesieve 0.4.24
...this is the configure command that i always use
./configure CFLAGS=-O3
but when i run make this is the error that i came accross:
/bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -O3 -Wall
-W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime
-Wstrict-aliasing=2 -I../.. -export-dynamic -o sievec sievec.o
../../src/lib-sieve/libdovecot-sieve.la ../../src/lib-sieve-tool/
libsieve-tool.la -ldovecot-storage -ldovecot-lda -L/usr/local/lib/dovecot
-ldovecot -lrt
libtool: link: gcc -std=gnu99 -O3 -Wall -...
2003 Jun 22
1
0.99.10-rc1
Home again.
Fixed SSL checking for Redhat 9, I hope. Could someone test if it
actually works now? Also fixed a few compiler warnings. If this thing
works, I'll just update the NEWS file and call it 0.99.10.
http://dovecot.procontrol.fi/rc/
Near future plans include rewriting parts of index handling. At least
.tree file will go, I've a _much_ better idea how to replace it. .data
file is
2017 Nov 30
1
Unable to build sieve plugin
.../bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/local/include/dovecot -DMODULEDIR=\""/usr/local/lib/dovecot"\" -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -I../../.. -MT edit-mail.lo -MD -MP -MF .deps/edit-mail.Tpo -c -o edit-mail.lo edit-mail.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -g -O2 -...
2013 Apr 16
2
Dovecot 2.2.0 compile error
...-tag=CC --mode=link mips-openwrt-linux-uclibc-gcc -std=gnu99 -Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely -fhonour-copts -Wno-error=unused-but-set-variable -msoft-float -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -I/mnt/data/Develop/Openwrt/trunk_git/staging_dir/target-mips_r2_uClibc-0.9.33.2/usr/include -no-undefined -Wl,--as-needed -L/mnt/data/Develop/Openwrt/trunk_git/staging_dir/target-mips_r2_uClibc-0.9.33.2/usr/lib -L/mnt/data/Develop/Openwrt...