[Mono-dev] Mono 3.0.6 build issue (No rule to make target `../mini/libmono-2.0.la', needed by `monodis')

Daniel Lo Nigro lists at dan.cx
Tue Mar 5 10:35:08 UTC 2013


I was looking to upgrade my Mono installation from 3.0.3 to 3.0.6 by using
the tarball from the Mono site (mono-3.0.6.tar.bz2). However, the build is
failing, and I'm noticing the following errors:

During ./autogen.sh:
cat: mono/mini/Makefile.am.in: No such file or directory
cat: mono/metadata/Makefile.am.in: No such file or directory
...
Running libgc/autogen.sh ...
./autogen.sh: 150: ./autogen.sh: ./autogen.sh: not found
Done running libgc/autogen.sh ...

And during "make":
make[3]: Entering directory `/usr/local/src/mono-3.0.6/mono/dis'
  CC     get.o
  CC     dis-cil.o
  CC     util.o
  AR     libmonodis.a
  CC     dump.o
  CC     main.o
  CC     declsec.o
make[3]: *** No rule to make target `../mini/libmono-2.0.la', needed by
`monodis'.  Stop.
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/mono/dis'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/mono-3.0.6/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mono-3.0.6'
make: *** [all] Error 2

Full build logs are attached.

Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20130305/9ea398bb/attachment-0001.html>
-------------- next part --------------
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
cat: mono/mini/Makefile.am.in: No such file or directory
cat: mono/metadata/Makefile.am.in: No such file or directory
Running aclocal -I m4 -I .  ...
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
Running libgc/autogen.sh ...
./autogen.sh: 150: ./autogen.sh: ./autogen.sh: not found
Done running libgc/autogen.sh ...
Running eglib/autogen.sh ...
Running libtoolize...
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Running aclocal -I m4  ...
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
Skipping configure process.
Done running eglib/autogen.sh ...
Running ./configure --enable-maintainer-mode --enable-compile-warnings --prefix=/usr/local/stow/mono-3.0.6/ ...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether ln -s works... yes
checking whether make supports nested variables... yes
checking host platform characteristics... ok
checking for gcc... gcc
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking dependency style of gcc... gcc3
checking for gawk... (cached) gawk
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for bash... /bin/bash
checking if dolt supports this host... yes, replacing libtool
./configure: line 17130: ./libtool: No such file or directory
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking linux/rtc.h usability... yes
checking linux/rtc.h presence... yes
checking for linux/rtc.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking libproc.h usability... no
checking libproc.h presence... no
checking for libproc.h... no
checking for sys/param.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking asm/sigcontext.h usability... yes
checking asm/sigcontext.h presence... yes
checking for asm/sigcontext.h... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for linux/netlink.h... yes
checking for linux/rtnetlink.h... yes
checking for sys/user.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
Using system zlib
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for isinf... yes
checking linux/magic.h usability... yes
checking linux/magic.h presence... yes
checking for linux/magic.h... yes
checking size of void *... 4
checking for -Wdeclaration-after-statement option to gcc... yes
checking for -Wno-unused-but-set-variable option to gcc... yes
checking for clang... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... yes
checking for pkg-config... /usr/bin/pkg-config
checking for -mno-tls-direct-seg-refs option to gcc... yes
checking for visibility __attribute__... yes
checking for deprecated __attribute__... yes
checking whether gcc supports zero length arrays... yes
checking for library containing clock_gettime... -lrt
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for preceeding underscore in symbols... no
checking for dlerror... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getresuid... yes
checking for setresuid... yes
checking for kqueue... no
checking for backtrace_symbols... yes
checking for mkstemp... yes
checking for mmap... yes
checking for madvise... yes
checking for getrusage... yes
checking for getpriority... yes
checking for setpriority... yes
checking for dl_iterate_phdr... yes
checking for dladdr... yes
checking for sysconf... yes
checking for sched_setaffinity... yes
checking for sched_getcpu... yes
checking for sched_setaffinity from glibc < 2.3.4... no
checking if off_t is 64 bits wide... no
checking if _FILE_OFFSET_BITS=64 gives 64 bit off_t... ok
checking for socket in -lsocket... no
checking for MSG_NOSIGNAL... yes
checking for IPPROTO_IP... yes
checking for IPPROTO_IPV6... yes
checking for IPPROTO_TCP... yes
checking for SOL_IP... yes
checking for SOL_IPV6... yes
checking for SOL_TCP... no
checking for IP_PKTINFO... yes
checking for IPV6_PKTINFO... yes
checking for IP_DONTFRAG... no
checking for IP_DONTFRAGMENT... no
checking for IP_MTU_DISCOVER... yes
checking for IP_PMTUDISC_DO... yes
checking for struct ip_mreqn... yes
checking for gethostbyname2_r... no
checking for gethostbyaddr... yes
checking for inet_pton... yes
checking for inet_aton... yes
checking size of sockaddr_un.sun_path... 108
checking for main in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking for pthread_mutex_timedlock... yes
checking for pthread_getattr_np... yes
checking for pthread_attr_get_np... no
checking for pthread_kill... yes
checking for PTHREAD_MUTEX_RECURSIVE... ok
checking for pthread_attr_setstacksize... yes
checking for pthread_attr_getstack... yes
checking for pthread_attr_getstacksize... yes
checking for pthread_get_stacksize_np... no
checking for pthread_get_stackaddr_np... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sigaction... yes
checking for working __thread... yes
checking for working sigaltstack... yes
checking for library containing sem_init... none required
checking for library containing shm_open... none required
checking for shm_open... yes
checking for tm_gmtoff in struct tm... yes
checking for library containing sqrtf... -lm
checking for finite... yes
checking for isfinite... no
checking for isfinite in math.h... yes
checking for poll... yes
checking for signbit... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking for epoll_ctl... yes
checking for kqueue... (cached) no
checking for kqueue in sys/event.h... checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for net/if.h... yes
checking for ifreq... yes
checking for sockaddr_in.sin_len... no
checking for sockaddr_in6.sin6_len... no
checking for getifaddrs... yes
checking for if_nametoindex... yes
checking checklist.h usability... no
checking checklist.h presence... no
checking for checklist.h... no
checking pathconf.h usability... no
checking pathconf.h presence... no
checking for pathconf.h... no
checking fstab.h usability... yes
checking fstab.h presence... yes
checking for fstab.h... yes
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
checking sys/extattr.h usability... no
checking sys/extattr.h presence... no
checking for sys/extattr.h... no
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/vfstab.h usability... no
checking sys/vfstab.h presence... no
checking for sys/vfstab.h... no
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/param.h... (cached) yes
checking for sys/mount.h... yes
checking for sys/mount.h... (cached) yes
checking for confstr... yes
checking for seekdir... yes
checking for telldir... yes
checking for getdomainname... yes
checking for setdomainname... yes
checking for endgrent... yes
checking for getgrent... yes
checking for fgetgrent... yes
checking for setgrent... yes
checking for setgroups... yes
checking for endpwent... yes
checking for getpwent... yes
checking for fgetpwent... yes
checking for setpwent... yes
checking for getfsstat... no
checking for lutimes... yes
checking for futimes... yes
checking for mremap... yes
checking for remap_file_pages... yes
checking for posix_fadvise... yes
checking for posix_fallocate... yes
checking for posix_madvise... yes
checking for vsnprintf... yes
checking for sendfile... yes
checking for gethostid... yes
checking for sethostid... yes
checking for sethostname... yes
checking for statfs... yes
checking for fstatfs... yes
checking for statvfs... yes
checking for fstatvfs... yes
checking for stime... yes
checking for strerror_r... yes
checking for ttyname_r... yes
checking for psignal... yes
checking for getlogin_r... yes
checking for lockf... yes
checking for swab... yes
checking for setusershell... yes
checking for endusershell... yes
checking size of size_t... 4
checking for blksize_t... yes
checking for blkcnt_t... yes
checking for suseconds_t... yes
checking for struct flock... yes
checking for struct pollfd... yes
checking for struct stat... yes
checking for struct timespec... yes
checking for struct timeval... yes
checking for struct timezone... yes
checking for struct utimbuf... yes
checking for struct dirent.d_off... yes
checking for struct dirent.d_reclen... yes
checking for struct dirent.d_type... yes
checking for struct passwd.pw_gecos... yes
checking for struct statfs.f_flags... yes
checking for lsetxattr... yes
checking for struct kinfo_proc.kp_proc... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/param.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking CommonCrypto/CommonDigest.h usability... no
checking CommonCrypto/CommonDigest.h presence... no
checking for CommonCrypto/CommonDigest.h... no
checking curses.h usability... no
checking curses.h presence... no
checking for curses.h... no
checking for term.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for socklen_t... yes
checking for array element initializer support... yes
checking for trunc... yes
checking for aintl in -lsunmath... no
checking for round... yes
checking for rint... yes
checking for execvp... yes
checking if usage of random device is requested... yes
checking for random device... yes
checking if inter-process shared handles are requested... yes
checking if big-arrays are to be enabled... no
checking for X... libraries , headers 
checking for the soname of libX11.so... configure: WARNING: Could not find X development libs. Do you have the -devel package installed? Assuming libX11.so.6...
checking if the Mono Debugger is supported on this platform... no
checking if the tls_model attribute is supported... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
configure: creating ./config.status
config.status: creating po/mcs/Makefile.in
config.status: creating runtime/mono-wrapper
config.status: creating runtime/monodis-wrapper
config.status: creating Makefile
config.status: creating mono-core.spec
config.status: creating mono-uninstalled.pc
config.status: creating scripts/mono-find-provides
config.status: creating scripts/mono-find-requires
config.status: creating mono/Makefile
config.status: creating mono/utils/Makefile
config.status: creating mono/metadata/Makefile
config.status: creating mono/dis/Makefile
config.status: creating mono/cil/Makefile
config.status: creating mono/arch/Makefile
config.status: creating mono/arch/x86/Makefile
config.status: creating mono/arch/amd64/Makefile
config.status: creating mono/arch/ppc/Makefile
config.status: creating mono/arch/sparc/Makefile
config.status: creating mono/arch/s390/Makefile
config.status: creating mono/arch/s390x/Makefile
config.status: creating mono/arch/arm/Makefile
config.status: creating mono/arch/alpha/Makefile
config.status: creating mono/arch/ia64/Makefile
config.status: creating mono/arch/mips/Makefile
config.status: creating mono/interpreter/Makefile
config.status: creating mono/tests/Makefile
config.status: creating mono/tests/tests-config
config.status: creating mono/tests/assemblyresolve/Makefile
config.status: creating mono/tests/cas/Makefile
config.status: creating mono/tests/cas/assembly/Makefile
config.status: creating mono/tests/cas/demand/Makefile
config.status: creating mono/tests/cas/inheritance/Makefile
config.status: creating mono/tests/cas/linkdemand/Makefile
config.status: creating mono/tests/cas/threads/Makefile
config.status: creating mono/benchmark/Makefile
config.status: creating mono/monograph/Makefile
config.status: creating mono/io-layer/Makefile
config.status: creating mono/mini/Makefile
config.status: creating mono/profiler/Makefile
config.status: creating m4/Makefile
config.status: creating ikvm-native/Makefile
config.status: creating scripts/Makefile
config.status: creating man/Makefile
config.status: creating docs/Makefile
config.status: creating data/Makefile
config.status: creating data/net_2_0/Makefile
config.status: creating data/net_4_0/Makefile
config.status: creating data/net_4_5/Makefile
config.status: creating data/net_2_0/Browsers/Makefile
config.status: creating data/mint.pc
config.status: creating data/mono-2.pc
config.status: creating data/monosgen-2.pc
config.status: creating data/mono.pc
config.status: creating data/mono-cairo.pc
config.status: creating data/mono-nunit.pc
config.status: creating data/mono-options.pc
config.status: creating data/mono-lineeditor.pc
config.status: creating data/monodoc.pc
config.status: creating data/mono.web.pc
config.status: creating data/dotnet.pc
config.status: creating data/dotnet35.pc
config.status: creating data/wcf.pc
config.status: creating data/cecil.pc
config.status: creating data/system.web.extensions_1.0.pc
config.status: creating data/system.web.extensions.design_1.0.pc
config.status: creating data/system.web.mvc.pc
config.status: creating data/system.web.mvc2.pc
config.status: creating data/system.web.mvc3.pc
config.status: creating data/aspnetwebstack.pc
config.status: creating data/reactive.pc
config.status: creating samples/Makefile
config.status: creating support/Makefile
config.status: creating data/config
config.status: creating tools/Makefile
config.status: creating tools/locale-builder/Makefile
config.status: creating tools/sgen/Makefile
config.status: creating runtime/Makefile
config.status: creating msvc/Makefile
config.status: creating po/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/mcs/POTFILES
config.status: creating po/mcs/Makefile
config.status: executing runtime/etc/mono/1.0/machine.config commands
config.status: executing runtime/etc/mono/2.0/machine.config commands
config.status: executing runtime/etc/mono/2.0/web.config commands
config.status: executing runtime/etc/mono/browscap.ini commands
config.status: executing runtime/etc/mono/2.0/Browsers/Compat.browser commands
config.status: executing runtime/etc/mono/4.0/machine.config commands
config.status: executing runtime/etc/mono/4.0/web.config commands
config.status: executing runtime/etc/mono/4.5/machine.config commands
config.status: executing runtime/etc/mono/4.5/web.config commands
config.status: executing quiet-libtool commands
=== configuring in eglib (/usr/local/src/mono-3.0.6/eglib)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local/stow/mono-3.0.6'  '--enable-maintainer-mode' '--enable-compile-warnings' 'CPPFLAGS_FOR_EGLIB=' 'CFLAGS_FOR_EGLIB=' '--disable-embed-check' '--with-libgc-threads=pthreads' '--enable-parallel-mark' 'CPPFLAGS_FOR_LIBGC=-DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -D__default_codegen__ -DUSE_COMPILER_TLS' 'CFLAGS_FOR_LIBGC= -g -mno-tls-direct-seg-refs' --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for bash... /bin/bash
checking if dolt supports this host... yes, replacing libtool
checking whether byte ordering is bigendian... no
checking size of int... 4
checking size of void *... 4
checking size of long... 4
checking size of long long... 8
checking for strlcpy... no
checking for stpcpy... yes
checking for strtok_r... yes
checking for rewinddir... yes
checking for vasprintf... yes
checking for strndup... yes
checking for getpwuid_r... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for library containing sqrtf... -lm
checking for library containing nanosleep... none required
checking for library containing dlopen... -ldl
checking for varargs macros... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking localcharset.h usability... no
checking localcharset.h presence... no
checking for localcharset.h... no
checking for sys/types.h... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking for pkg-config... /usr/bin/pkg-config
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating src/eglib-config.h
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libgc (/usr/local/src/mono-3.0.6/libgc)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local/stow/mono-3.0.6'  '--enable-maintainer-mode' '--enable-compile-warnings' 'CPPFLAGS_FOR_EGLIB=' 'CFLAGS_FOR_EGLIB=' '--disable-embed-check' '--with-libgc-threads=pthreads' '--enable-parallel-mark' 'CPPFLAGS_FOR_LIBGC=-DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -D_FILE_OFFSET_BITS=64 -D__default_codegen__ -DUSE_COMPILER_TLS' 'CFLAGS_FOR_LIBGC= -g -mno-tls-direct-seg-refs' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking dependency style of gcc... gcc3
checking for ar... ar
checking for ranlib... ranlib
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for pthread_self in -lpthread... yes
checking for __sync_bool_compare_and_swap... yes
checking for xlc... no
checking for dlopen in -ldl... yes
checking whether to build shared libraries... yes
checking which machine-dependent code should be used... 
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... (cached) ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for bash... /bin/bash
checking if dolt supports this host... yes, replacing libtool
checking sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
checking for threads package to use... posix
checking whether Solaris gcc optimization fix is necessary... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating include/Makefile
config.status: creating include/private/Makefile
config.status: creating doc/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands

        mcs source:    mcs

   Engine:
	GC:	       sgen and bundled Boehm GC with typed GC and parallel mark
	TLS:           __thread
	SIGALTSTACK:   yes
	Engine:        Building and using the JIT
	oprofile:      no
	BigArrays:     no
	DTrace:        no
	LLVM Back End: no (dynamically loaded: no)

   Libraries:
	.NET 2.0/3.5:  yes
	.NET 4.0:      yes
	.NET 4.5:      yes
	MonoDroid:     no
	MonoTouch:     no
	JNI support:   IKVM Native
	libgdiplus:    assumed to be installed
	zlib:          system zlib
	

Now type `make' to compile
-------------- next part --------------
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/local/src/mono-3.0.6/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/usr/local/src/mono-3.0.6'
Making all in po
make[2]: Entering directory `/usr/local/src/mono-3.0.6/po'
Making all in mcs
make[3]: Entering directory `/usr/local/src/mono-3.0.6/po/mcs'
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/po/mcs'
make[3]: Entering directory `/usr/local/src/mono-3.0.6/po'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/po'
make[2]: Leaving directory `/usr/local/src/mono-3.0.6/po'
Making all in libgc
make[2]: Entering directory `/usr/local/src/mono-3.0.6/libgc'
Making all in m4
make[3]: Entering directory `/usr/local/src/mono-3.0.6/libgc/m4'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/libgc/m4'
Making all in include
make[3]: Entering directory `/usr/local/src/mono-3.0.6/libgc/include'
Making all in private
make[4]: Entering directory `/usr/local/src/mono-3.0.6/libgc/include/private'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/local/src/mono-3.0.6/libgc/include/private'
make[4]: Entering directory `/usr/local/src/mono-3.0.6/libgc/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/local/src/mono-3.0.6/libgc/include'
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/libgc/include'
Making all in doc
make[3]: Entering directory `/usr/local/src/mono-3.0.6/libgc/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/libgc/doc'
make[3]: Entering directory `/usr/local/src/mono-3.0.6/libgc'
  CC     allchblk.lo
  CC     alloc.lo
  CC     blacklst.lo
  CC     checksums.lo
  CC     dbg_mlc.lo
  CC     dyn_load.lo
  CC     finalize.lo
  CC     gc_dlopen.lo
  CC     gcj_mlc.lo
  CC     headers.lo
  CC     malloc.lo
  CC     mallocx.lo
  CC     mark.lo
  CC     mark_rts.lo
mark_rts.c: In function ?GC_approx_sp?:
mark_rts.c:379:5: warning: function returns address of local variable [enabled by default]
  CC     misc.lo
  CC     new_hblk.lo
  CC     obj_map.lo
  CC     os_dep.lo
os_dep.c: In function ?GC_disable_signals?:
os_dep.c:674:5: warning: ?sigsetmask? is deprecated (declared at /usr/include/signal.h:199) [-Wdeprecated-declarations]
os_dep.c: In function ?GC_enable_signals?:
os_dep.c:683:5: warning: ?sigsetmask? is deprecated (declared at /usr/include/signal.h:199) [-Wdeprecated-declarations]
  CC     pcr_interface.lo
  CC     ptr_chck.lo
  CC     real_malloc.lo
  CC     reclaim.lo
  CC     solaris_pthreads.lo
  CC     solaris_threads.lo
  CC     specific.lo
  CC     stubborn.lo
  CC     typd_mlc.lo
  CC     backgraph.lo
  CC     win32_threads.lo
  CC     pthread_support.lo
  CC     pthread_stop_world.lo
  CC     darwin_stop_world.lo
  CC     openbsd_stop_world.lo
  CC     mach_dep.lo
  CCLD   libmonogc.la
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
  CCLD   libmonogc-static.la
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/libgc'
make[2]: Leaving directory `/usr/local/src/mono-3.0.6/libgc'
Making all in eglib
make[2]: Entering directory `/usr/local/src/mono-3.0.6/eglib'
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/local/src/mono-3.0.6/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[3]: Entering directory `/usr/local/src/mono-3.0.6/eglib'
Making all in m4
make[4]: Entering directory `/usr/local/src/mono-3.0.6/eglib/m4'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/local/src/mono-3.0.6/eglib/m4'
Making all in src
make[4]: Entering directory `/usr/local/src/mono-3.0.6/eglib/src'
  CC     libeglib_la-garray.lo
  CC     libeglib_la-gbytearray.lo
  CC     libeglib_la-gerror.lo
  CC     libeglib_la-ghashtable.lo
  CC     libeglib_la-giconv.lo
  CC     libeglib_la-gmem.lo
  CC     libeglib_la-goutput.lo
  CC     libeglib_la-gqsort.lo
  CC     libeglib_la-gstr.lo
  CC     libeglib_la-gslist.lo
In file included from gslist.c:354:0:
gslist.c: In function ?monoeg_g_slist_sort?:
sort.frag.h:93:22: warning: array subscript is below array bounds [-Warray-bounds]
sort.frag.h:94:13: warning: array subscript is below array bounds [-Warray-bounds]
sort.frag.h:136:14: warning: array subscript is below array bounds [-Warray-bounds]
  CC     libeglib_la-gstring.lo
  CC     libeglib_la-gptrarray.lo
  CC     libeglib_la-glist.lo
In file included from glist.c:329:0:
glist.c: In function ?monoeg_g_list_sort?:
sort.frag.h:93:22: warning: array subscript is below array bounds [-Warray-bounds]
sort.frag.h:94:13: warning: array subscript is below array bounds [-Warray-bounds]
sort.frag.h:136:14: warning: array subscript is below array bounds [-Warray-bounds]
  CC     libeglib_la-gqueue.lo
  CC     libeglib_la-gpath.lo
  CC     libeglib_la-gshell.lo
  CC     libeglib_la-gspawn.lo
  CC     libeglib_la-gfile.lo
  CC     libeglib_la-gfile-posix.lo
  CC     libeglib_la-gpattern.lo
  CC     libeglib_la-gmarkup.lo
  CC     libeglib_la-gutf8.lo
  CC     libeglib_la-gunicode.lo
  CC     libeglib_la-gdate-unix.lo
  CC     libeglib_la-gdir-unix.lo
  CC     libeglib_la-gfile-unix.lo
  CC     libeglib_la-gmisc-unix.lo
  CC     libeglib_la-gmodule-unix.lo
  CC     libeglib_la-gtimer-unix.lo
  CC     libeglib_la-vasprintf.lo
  CCLD   libeglib.la
  CC     libeglib_static_la-garray.lo
  CC     libeglib_static_la-gbytearray.lo
  CC     libeglib_static_la-gerror.lo
  CC     libeglib_static_la-ghashtable.lo
  CC     libeglib_static_la-giconv.lo
  CC     libeglib_static_la-gmem.lo
  CC     libeglib_static_la-goutput.lo
  CC     libeglib_static_la-gqsort.lo
  CC     libeglib_static_la-gstr.lo
  CC     libeglib_static_la-gslist.lo
In file included from gslist.c:354:0:
gslist.c: In function ?monoeg_g_slist_sort?:
sort.frag.h:93:22: warning: array subscript is below array bounds [-Warray-bounds]
sort.frag.h:94:13: warning: array subscript is below array bounds [-Warray-bounds]
sort.frag.h:136:14: warning: array subscript is below array bounds [-Warray-bounds]
  CC     libeglib_static_la-gstring.lo
  CC     libeglib_static_la-gptrarray.lo
  CC     libeglib_static_la-glist.lo
In file included from glist.c:329:0:
glist.c: In function ?monoeg_g_list_sort?:
sort.frag.h:93:22: warning: array subscript is below array bounds [-Warray-bounds]
sort.frag.h:94:13: warning: array subscript is below array bounds [-Warray-bounds]
sort.frag.h:136:14: warning: array subscript is below array bounds [-Warray-bounds]
  CC     libeglib_static_la-gqueue.lo
  CC     libeglib_static_la-gpath.lo
  CC     libeglib_static_la-gshell.lo
  CC     libeglib_static_la-gspawn.lo
  CC     libeglib_static_la-gfile.lo
  CC     libeglib_static_la-gfile-posix.lo
  CC     libeglib_static_la-gpattern.lo
  CC     libeglib_static_la-gmarkup.lo
  CC     libeglib_static_la-gutf8.lo
  CC     libeglib_static_la-gunicode.lo
  CC     libeglib_static_la-gdate-unix.lo
  CC     libeglib_static_la-gdir-unix.lo
  CC     libeglib_static_la-gfile-unix.lo
  CC     libeglib_static_la-gmisc-unix.lo
  CC     libeglib_static_la-gmodule-unix.lo
  CC     libeglib_static_la-gtimer-unix.lo
  CC     libeglib_static_la-vasprintf.lo
  CCLD   libeglib-static.la
make[4]: Leaving directory `/usr/local/src/mono-3.0.6/eglib/src'
Making all in test
make[4]: Entering directory `/usr/local/src/mono-3.0.6/eglib/test'
  CC     test_glib-test.o
  CC     test_glib-driver.o
  CC     test_glib-hashtable.o
  CC     test_glib-string-util.o
  CC     test_glib-string.o
  CC     test_glib-slist.o
  CC     test_glib-sizes.o
  CC     test_glib-ptrarray.o
  CC     test_glib-list.o
  CC     test_glib-array.o
  CC     test_glib-fake.o
  CC     test_glib-path.o
  CC     test_glib-queue.o
  CC     test_glib-shell.o
  CC     test_glib-spawn.o
  CC     test_glib-timer.o
  CC     test_glib-file.o
  CC     test_glib-pattern.o
  CC     test_glib-dir.o
  CC     test_glib-markup.o
  CC     test_glib-unicode.o
  CC     test_glib-utf8.o
  CC     test_glib-endian.o
  CC     test_glib-module.o
  CC     test_glib-memory.o
  CCLD   test-glib
  CC     test_eglib-test.o
  CC     test_eglib-driver.o
  CC     test_eglib-hashtable.o
  CC     test_eglib-string-util.o
  CC     test_eglib-string.o
  CC     test_eglib-slist.o
  CC     test_eglib-sizes.o
sizes.c: In function ?test_ptrconv?:
sizes.c:29:19: warning: variable ?uv2? set but not used [-Wunused-but-set-variable]
sizes.c:29:15: warning: variable ?uv? set but not used [-Wunused-but-set-variable]
  CC     test_eglib-ptrarray.o
  CC     test_eglib-list.o
  CC     test_eglib-array.o
  CC     test_eglib-fake.o
  CC     test_eglib-path.o
  CC     test_eglib-queue.o
  CC     test_eglib-shell.o
  CC     test_eglib-spawn.o
  CC     test_eglib-timer.o
  CC     test_eglib-file.o
file.c: In function ?test_file?:
file.c:118:7: warning: variable ?ignored? set but not used [-Wunused-but-set-variable]
  CC     test_eglib-pattern.o
  CC     test_eglib-dir.o
  CC     test_eglib-markup.o
  CC     test_eglib-unicode.o
  CC     test_eglib-utf8.o
  CC     test_eglib-endian.o
  CC     test_eglib-module.o
  CC     test_eglib-memory.o
  CCLD   test-eglib
make[4]: Leaving directory `/usr/local/src/mono-3.0.6/eglib/test'
make[4]: Entering directory `/usr/local/src/mono-3.0.6/eglib'
make[4]: Leaving directory `/usr/local/src/mono-3.0.6/eglib'
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/eglib'
make[2]: Leaving directory `/usr/local/src/mono-3.0.6/eglib'
Making all in mono
make[2]: Entering directory `/usr/local/src/mono-3.0.6/mono'
Making all in arch
make[3]: Entering directory `/usr/local/src/mono-3.0.6/mono/arch'
make[4]: Entering directory `/usr/local/src/mono-3.0.6/mono/arch'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/local/src/mono-3.0.6/mono/arch'
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/mono/arch'
Making all in utils
make[3]: Entering directory `/usr/local/src/mono-3.0.6/mono/utils'
make  all-am
make[4]: Entering directory `/usr/local/src/mono-3.0.6/mono/utils'
  CC     mono-md5.lo
  CC     mono-sha1.lo
  CC     mono-logger.lo
  CC     mono-codeman.lo
  CC     dlmalloc.lo
dlmalloc.c:2515:12: warning: ?change_mparam? defined but not used [-Wunused-function]
dlmalloc.c:2847:13: warning: ?internal_malloc_stats? defined but not used [-Wunused-function]
  CC     mono-counters.lo
  CC     mono-dl.lo
  CC     mono-internal-hash.lo
  CC     mono-io-portability.lo
  CC     monobitset.lo
  CC     mono-filemap.lo
  CC     mono-math.lo
  CC     mono-mmap.lo
  CC     mono-networkinterfaces.lo
  CC     mono-proclib.lo
  CC     mono-publib.lo
  CC     mono-time.lo
  CC     strtod.lo
strtod.c:2448:1: warning: ?quorem? defined but not used [-Wunused-function]
strtod.c:2596:1: warning: ?nrv_alloc? defined but not used [-Wunused-function]
strtod.c:2620:1: warning: ?__freedtoa? defined but not used [-Wunused-function]
  CC     strenc.lo
  CC     mono-uri.lo
  CC     mono-poll.lo
  CC     mono-path.lo
  CC     mono-semaphore.lo
  CC     mono-stdlib.lo
  CC     mono-property-hash.lo
  CC     mono-value-hash.lo
  CC     mono-error.lo
  CC     mach-support.lo
  CC     mono-context.lo
  CC     hazard-pointer.lo
  CC     lock-free-queue.lo
  CC     lock-free-alloc.lo
  CC     lock-free-array-queue.lo
  CC     mono-linked-list-set.lo
  CC     mono-threads.lo
  CC     mono-threads-posix.lo
  CC     mono-threads-mach.lo
  CC     mono-threads-windows.lo
  CC     mach-support-x86.lo
  CCLD   libmonoutils.la
make[4]: Leaving directory `/usr/local/src/mono-3.0.6/mono/utils'
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/mono/utils'
Making all in io-layer
make[3]: Entering directory `/usr/local/src/mono-3.0.6/mono/io-layer'
  CC     atomic.lo
  CC     collection.lo
  CC     context.lo
  CC     critical-sections.lo
  CC     error.lo
  CC     events.lo
  CC     handles.lo
  CC     io.lo
  CC     io-portability.lo
  CC     locking.lo
  CC     messages.lo
  CC     misc.lo
  CC     mutexes.lo
  CC     mono-mutex.lo
  CC     posix.lo
  CC     processes.lo
  CC     security.lo
  CC     semaphores.lo
  CC     shared.lo
  CC     sockets.lo
  CC     system.lo
  CC     timefuncs.lo
  CC     versioninfo.lo
  CC     wait.lo
  CC     wapi_glob.lo
  CC     wthreads.lo
  CCLD   libwapi.la
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/mono/io-layer'
Making all in cil
make[3]: Entering directory `/usr/local/src/mono-3.0.6/mono/cil'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/mono/cil'
Making all in metadata
make[3]: Entering directory `/usr/local/src/mono-3.0.6/mono/metadata'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/mono/metadata'
Making all in mini
make[3]: Entering directory `/usr/local/src/mono-3.0.6/mono/mini'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/mono/mini'
Making all in dis
make[3]: Entering directory `/usr/local/src/mono-3.0.6/mono/dis'
  CC     get.o
  CC     dis-cil.o
  CC     util.o
  AR     libmonodis.a
  CC     dump.o
  CC     main.o
  CC     declsec.o
make[3]: *** No rule to make target `../mini/libmono-2.0.la', needed by `monodis'.  Stop.
make[3]: Leaving directory `/usr/local/src/mono-3.0.6/mono/dis'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/mono-3.0.6/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mono-3.0.6'
make: *** [all] Error 2


More information about the Mono-devel-list mailing list