I am attempting to build Mahogany from trunk and getting an error which
I hope someone can explain.
The error is
make[2]: Entering directory `/usr/local/share/Source/Ar/M/lib/dspam'
.src/configure CFLAGS=-fPIC --disable-shared \
--with-delivery-agent=/bin/false -C
make[2]: execvp: .src/configure: Permission denied
.src/configure should be the same as the configure script which I
already ran. I checked for filesystems with noexec option set, and
these files are not on such a filesystem.
I build wx-widgets release 2.9.1.
Attached is the log of 'configure' and 'make' output.
Thanks for any aide.
creating cache ./config.cache
*** Configuring Mahogany for Linux ***
checking for debugging... no
checking for optimization... yes
checking for profiling... no
checking for strict compiler options... no
checking for i18n support... yes
checking for Python scripting... yes
checking for DSPAM spam filter... yes
checking for whether we should use SWIG... yes
checking for special dial-up support... yes
checking for experimental code... no
checking for multi-threading... no
checking for Palm Pilot support... no
checking for c-client OS type... no
checking for modules... auto
checking for SSL support... yes
checking for install location... /usr/local
updating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for working const... yes
checking for inline... inline
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking whether c++ accepts -fno-exceptions... yes
checking whether c++ accepts -fno-rtti... yes
checking if c++ supports logical operator names... yes
checking if c++ can redefine logical operator names... no
checking if logical operator names can be disabled... -fno-operator-names
checking if disabling the logical operator names is buggy... no
checking if c++ supports precompiled headers... yes
checking for ranlib... ranlib
checking for m4... no
checking for byacc... no
checking for yacc... no
checking for bison... no
configure: warning: yacc not found, you will not be able to modify *.y files.
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
checking for variable length prototypes and stdarg.h... yes
checking for bad exec* prototypes... yes
checking for ANSI C header files... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for strsep... yes
checking for ssl.h... no
configure: warning: Cannot find libraries for SSL - SSL support disabled
checking for main in -ldl... yes
checking for crypt... no
checking for crypt in -lcrypt... yes
checking for main in -lshadow... no
checking for res_query... no
checking for res_query in -lresolv... yes
checking for Python.h (2.4)... no
checking for Python.h (2.3)... no
checking for Python.h (2.2)... no
checking for Python.h (2.1)... no
checking for Python.h (2.0)... no
checking for Python.h (1.5)... no
configure: warning: Mahogany will be built without embedded Python interpreter
checking for xgettext... no
checking for msgmerge... no
configure: warning: cannot rebuild message translations.
You must install xgettext/msgmerge in order to do it.
checking for msgfmt... no
configure: warning: cannot compile message translations.
Binary translations will not be installed. You need the
'msgfmt' program to compile message translations.
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.8.4 (--unicode=no --debug=no)... no
checking for wx-config... (cached) /usr/local/bin/wx-config
checking for wxWidgets version >= 2.9.0 (--debug=no)... yes (version 2.9.1)
checking for wxWidgets static library... no
checking for pam_end in -lpam... no
checking for c-client library OS type... slx
checking how to link modules... dynamically
checking for perl... /usr/bin/perl
checking for latex... no
checking for makeindex... no
checking for dvips... no
checking for ps2pdf... /usr/bin/ps2pdf
checking for latex2html... no
configure: warning: One of the tools required to build documentation
is missing. Documentation cannot be built on this system
and you will need a pre-built Mdocs.tar.gz instead.
checking whether gcc accepts -Wno-pointer-sign... yes
checking whether gcc accepts -Wno-pointer-to-int-cast... yes
updating cache ./config.cache
creating ./config.status
creating makeopts
creating include/config.h
Configured Mahogany 0.67.2 for i686-pc-linux-gnu.
wxWidgets port used: gtk2u 2.9.1
Debug mode: no
SSL support: no
Modules support: dynamic
Embedded Python: none
DSPAM spam filtering: yes
Please look at config.log for more details.
make[1]: Entering directory `/usr/local/share/Source/Ar/M/include'
cp MInterface.idl.m4 MInterface.idl
cp MInterface.h.m4 MInterface.h
cp MInterface.cpp.m4 MInterface.cpp
make[1]: Leaving directory `/usr/local/share/Source/Ar/M/include'
make[1]: Entering directory `/usr/local/share/Source/Ar/M/lib'
set -e; for i in compface dspam imap; do make -C $i -f Makefile.M all; done
make[2]: Entering directory `/usr/local/share/Source/Ar/M/lib/compface'
gcc -o arith.o -c -I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard
-I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard -pthread -O2 -pthread -O2 arith.c
gcc -o file.o -c -I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard
-I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard -pthread -O2 -pthread -O2 file.c
gcc -o compress.o -c -I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard
-I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard -pthread -O2 -pthread -O2 compress.c
gcc -o gen.o -c -I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard
-I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard -pthread -O2 -pthread -O2 gen.c
gcc -o uncompface.o -c -I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard
-I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard -pthread -O2 -pthread -O2
uncompface.c
gcc -o compface.o -c -I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard
-I/usr/local/share/Source/Ar/M/include
-I/usr/local/lib/wx/include/gtk2-unicode-2.9 -I/usr/local/include/wx-2.9
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/local/share/Source/Ar/M/lib/imap/c-client
-I/usr/local/share/Source/Ar/M/lib/compface
-I/usr/local/share/Source/Ar/M/src/wx/vcard -pthread -O2 -pthread -O2 compface.c
ar rc libcompface.a arith.o file.o compress.o gen.o uncompface.o compface.o
ranlib libcompface.a
make[2]: Leaving directory `/usr/local/share/Source/Ar/M/lib/compface'
make[2]: Entering directory `/usr/local/share/Source/Ar/M/lib/dspam'
.src/configure CFLAGS=-fPIC --disable-shared \
--with-delivery-agent=/bin/false -C
make[2]: execvp: .src/configure: Permission denied
make[2]: *** [Makefile] Error 127
make[2]: Leaving directory `/usr/local/share/Source/Ar/M/lib/dspam'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/share/Source/Ar/M/lib'
make: *** [all] Error 2
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mahogany-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-users