[Aide] Problem encounter while compiling AIDE source code on AIX5.3

yew kwang koh ykkoh_1999 at yahoo.com
Wed Nov 25 09:01:42 EET 2009


Hi there,

I am trying to install AIDE 0.13.1 on AIX 5.3 operating system.

The configure is running fine but when i run 'make check', it return the following errors:

/tmp/aide/aide-0.13.1# make check
Making check in src
        bison -y  -d -p conf -o conf_yacc.c ../src/conf_yacc.y
make: 1254-059 The signal code from the last command is 13.

Stop.
make: 1254-004 The error code from the last command is 1.

Stop.
/tmp/aide/aide-0.13.1#


The required rpm i installed is like the following:

/tmp/aide/aide-0.13.1/src# rpm -qa
cdrecord-1.9-7
mkisofs-1.13-4
AIX-rpm-5.3.0.50-1
openssl-0.9.7d-2
sudo-1.6.7p5-3
pci.df1080f9-1-92a1
ses.0018-0018-01
ibm.scsi.disk.146z10-s28g-1
zlib-1.2.2-4
zlib-devel-1.2.2-4
libjpeg-6b-6
libjpeg-devel-6b-6
libpng-1.2.1-6
libpng-devel-1.2.1-6
libtiff-3.6.1-2
libtiff-devel-3.6.1-2
pkgconfig-0.15.0-1
gettext-0.10.40-1
glib2-2.2.3-3
glib2-devel-2.2.3-3
atk-1.4.0-1
freetype2-2.1.7-2
freetype2-devel-2.1.7-2
atk-devel-1.4.0-1
expat-1.95.7-1
expat-devel-1.95.7-1
fontconfig-2.2.2-3
fontconfig-devel-2.2.2-3
pango-1.2.5-1
pango-devel-1.2.5-1
gtk2-2.2.4-4
gtk2-devel-2.2.4-4
gtk2-engines-2.2.0-2
less-382-1
01SF240_338_201-1.1-1
01SF230_158_120-1.1-1
01SF235_214_160-1.1-1
iperf-2.0.2-1
vnc-3.3.3r2-6
gcc-4.2.0-3
unzip-5.51-1
unrar-3.7.8-1
fileutils-4.1-4
proftpd-1.2.8-1
bison-1.875-3
flex-2.5.4a-6
mhash-0.9.2-1
/tmp/aide/aide-0.13.1/src#


The 'configure' is running fine like the following:

/tmp/aide/aide-0.13.1# ./configure --with-gnu-regexp --prefix=/usr --sysconfd>
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for pkg-config... /usr/bin/pkg-config
checking whether to enable maintainer-specific portions of Makefiles... no
checking for library containing syslog... none required
checking for vsyslog... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... yes
checking for byte... no
checking for ushort... yes
checking for ulong... yes
checking for u16... no
checking for u32... no
checking for u64... no
checking for unsigned short... yes
checking size of unsigned short... 2
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for ANSI C header files... (cached) yes
checking for strtoll... yes
checking for strtoimax... yes
checking for readdir... yes
checking args to readdir_r... POSIX
checking for stricmp... no
checking for strnstr... no
checking for strnlen... yes
checking for mmap... yes
checking for fcntl... yes
checking for ftruncate... yes
checking for posix_fadvice... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for ISO C99 compliant snprintf... yes
checking for ISO C99 compliant vsnprintf... yes
checking for open/O_NOATIME... no
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for inttypes.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for sun-acl-support... no
checking for posix-acl-support... no
checking for selinux-support... no
checking for xattr-support... no
checking for lstat64... yes
checking for stat64... yes
checking for readdir64... yes
checking for readdir64_r... yes
checking for LFS ino_t... ino64_t
checking for LFS dirent... dirent64
checking for mhash_get_block_size in -lmhash... yes
checking for crypt in -lc... no
checking for crypt in -lcrypt... no
checking for PostgresSQL support... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/aide.conf
config.status: creating doc/aide.1
config.status: creating doc/aide.conf.5
config.status: creating aide.spec
config.status: creating config.h
config.status: executing depfiles commands
/tmp/aide/aide-0.13.1# 
/tmp/aide/aide-0.13.1# make check
Making check in src
        bison -y  -d -p conf -o conf_yacc.c ../src/conf_yacc.y
make: 1254-059 The signal code from the last command is 13.

Stop.
make: 1254-004 The error code from the last command is 1.

Stop.


---------------------------------------------------------------

Will appreciate it if you can provide some advice on how to fix this compilation problem. Thanks.


Regards,
Koh



      


More information about the Aide mailing list