ports/112149: lang/mono port attempts to use gawk even if it is not installed

Don Lewis truckman at FreeBSD.org
Wed Apr 25 22:40:04 UTC 2007


>Number:         112149
>Category:       ports
>Synopsis:       lang/mono port attempts to use gawk even if it is not installed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 25 22:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Don Lewis
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD mousie.catspoiler.org 6.2-STABLE FreeBSD 6.2-STABLE #12: Sun Apr 22 15:07:04 PDT 2007 dl at mousie.catspoiler.org:/usr/obj/usr/src/sys/GENERICDDB i386


>Description:

During the configuration stage of the mono port build, it tests for the
presence of gawk several times, and later in the build, it attempts to
use gawk even if gawk was not found during configuration.  The build
"succeeds" even though the attempts to execute gawk failed.

Here is a trimmed version of the build log:

===>  Configuring for mono-1.2.3.1_2
checking build system type... i386-portbld-freebsd6.2
checking host system type... i386-portbld-freebsd6.2
checking target system type... i386-portbld-freebsd6.2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking host platform characteristics... ok
checking for gcc... cc
checking for gcc... (cached) cc
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 cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ANSI C... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for gawk... (cached) nawk
checking for bison... yes
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd6.2 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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
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 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... no
checking linux/rtc.h presence... no
checking for linux/rtc.h... no
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.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... yes
checking ieeefp.h presence... yes
checking for ieeefp.h... yes
checking for isinf... yes
checking for void *... yes
checking size of void *... 4
checking for -Wdeclaration-after-statement option to gcc... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking for glib-2.0 >= 1.3.11... yes
checking BASE_DEPENDENCIES_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  
checking BASE_DEPENDENCIES_LIBS... -L/usr/local/lib -lglib-2.0 -liconv  
checking for -mno-tls-direct-seg-refs option to gcc... yes
checking for visibility __attribute__... yes
checking for dlopen... yes
checking for preceeding underscore in symbols... no
checking for dlerror... yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
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... yes
checking for backtrace_symbols... no
checking for mkstemp... yes
checking for mmap... yes
checking for madvise... yes
checking if off_t is 64 bits wide... ok
checking for socket in -lsocket... no
checking for MSG_NOSIGNAL... yes
checking for SOL_IP... no
checking for SOL_IPV6... no
checking for SOL_TCP... no
checking for IP_PKTINFO... no
checking for IPV6_PKTINFO... no
checking for IP_DONTFRAGMENT... no
checking for IP_MTU_DISCOVER... no
checking for struct ip_mreqn... no
checking for struct ip_mreq... 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... 104
checking whether cc supports zero length arrays... yes
checking for main in -pthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_mutex_timedlock... yes
checking for pthread_getattr_np... no
checking for pthread_attr_get_np... yes
checking for PTHREAD_MUTEX_RECURSIVE... ok
checking for pthread_attr_setstacksize... yes
checking for pthread_attr_getstack... yes
checking for pthread_get_stacksize_np... no
checking for pthread_get_stackaddr_np... no
checking for working __thread... disabled
checking for working sigaltstack... yes
checking for library containing sem_init... none required
checking for tm_gmtoff in struct tm... yes
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... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking for epoll_ctl... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking net/if.h usability... no
checking net/if.h presence... yes
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h:     check for missing prerequisite headers?
configure: WARNING: net/if.h: see the Autoconf documentation
configure: WARNING: net/if.h:     section "Present But Cannot Be Compiled"
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: net/if.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for net/if.h... yes
checking for ifreq... no
checking checklist.h usability... no
checking checklist.h presence... no
checking for checklist.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... yes
checking sys/extattr.h presence... yes
checking for sys/extattr.h... yes
checking sys/sendfile.h usability... no
checking sys/sendfile.h presence... no
checking for sys/sendfile.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.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... no
checking sys/xattr.h presence... no
checking for sys/xattr.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for getdomainname... yes
checking for setdomainname... yes
checking for fgetgrent... no
checking for fgetpwent... no
checking for fgetpwent... (cached) no
checking for getfsstat... yes
checking for lutimes... yes
checking for mremap... no
checking for remap_file_pages... no
checking for posix_fadvise... no
checking for posix_fallocate... no
checking for posix_madvise... yes
checking for vsnprintf... yes
checking for sendfile... yes
checking for sethostid... yes
checking for statfs... yes
checking for fstatfs... yes
checking for statvfs... yes
checking for fstatvfs... yes
checking for stime... no
checking for strerror_r... yes
checking for ttyname_r... yes
checking for size_t... 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 pollfd... yes
checking for struct stat... yes
checking for struct timeval... yes
checking for struct timezone... yes
checking for struct dirent.d_off... no
checking for struct dirent.d_reclen... yes
checking for struct dirent.d_type... yes
checking for lsetxattr... no
checking for lsetxattr in -lattr... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for term.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for socklen_t... yes
checking for array element initalizer support... yes
checking for trunc... yes
checking for aintl in -lsunmath... no
checking if usage of random device is requested... yes
checking for random device... yes
checking if inter-process shared handles are requested... yes
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking if the Mono Debugger is supported on this platform... no
configure: creating ./config.status
config.status: creating runtime/mono-wrapper
config.status: creating runtime/monodis-wrapper
config.status: creating runtime/semdel-wrapper
config.status: creating Makefile
config.status: creating mint.pc
config.status: creating mono.pc
config.status: creating mono-cairo.pc
config.status: creating dotnet.pc
config.status: creating mono-uninstalled.pc
config.status: creating scripts/mono-nunit.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/os/Makefile
config.status: creating mono/arch/x86/Makefile
config.status: creating mono/arch/amd64/Makefile
config.status: creating mono/arch/hppa/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/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/monoburg/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 ikvm-native/Makefile
config.status: creating scripts/Makefile
config.status: creating man/Makefile
config.status: creating web/Makefile
config.status: creating docs/Makefile
config.status: creating data/Makefile
config.status: creating data/net_1_1/Makefile
config.status: creating data/net_2_0/Makefile
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 runtime/Makefile
config.status: creating config.h
config.status: executing depfiles commands
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
configure: configuring in libgc
configure: running /bin/sh './configure' --prefix=/usr/local  '--program-transform-name=''' '--with-gc=included' '--with-tls=pthread' '--prefix=/usr/local' '--build=i386-portbld-freebsd6.2' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe ' 'CXXFLAGS=-O2 -fno-strict-aliasing -pipe' 'CXX=c++' 'build_alias=i386-portbld-freebsd6.2' --disable-embed-check --with-libgc-threads=pthreads --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking build system type... i386-portbld-freebsd6.2
checking host system type... i386-portbld-freebsd6.2
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking for ar... ar
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether to enable maintainer-specific portions of Makefiles... no
checking for xlc... no
checking for dlopen in -ldl... no
checking whether to build shared libraries... yes
checking which machine-dependent code should be used... 
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd6.2 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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
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 include/Makefile
config.status: creating include/private/Makefile
config.status: creating doc/Makefile
config.status: executing depfiles commands
config.status: executing default commands

        mcs source:  $(top_srcdir)/mcs
	GC:	     included
	TLS:         pthread
	SIGALTSTACK: yes
	Engine:      Building and using the JIT
	2.0 Alpha:   yes
	JNI support: IKVM Native
	libgdiplus:  assumed to be installed
	zlib:        system zlib
	


/usr/bin/sed -i.bak -e 's|share\/man|man|g'  /usr/ports/lang/mono/work/mono-1.2.3.1/mcs/jay/Makefile
===>  Building for mono-1.2.3.1_2

[ SNIP ]

gmake[8]: Entering directory `/usr/ports/lang/mono/work/mono-1.2.3.1/mcs/class/Managed.Windows.Forms'
MONO_PATH="../../class/lib/default:$MONO_PATH" /usr/ports/lang/mono/work/mono-1.2.3.1/runtime/mono-wrapper  ../../class/lib/net_1_1_bootstrap/resgen.exe resources/System.Windows.Forms.resx || cp resources/System.Windows.Forms.resources.prebuilt resources/System.Windows.Forms.resources
Error: Exception has been thrown by the target of an invocation.
Inner exception: An exception was thrown by the type initializer for System.Drawing.GDIPlus
MONO_PATH="../../class/lib/default:$MONO_PATH" /usr/ports/lang/mono/work/mono-1.2.3.1/runtime/mono-wrapper  ../../class/lib/net_1_1_bootstrap/resgen.exe resources/System.Windows.Forms.en.resx || cp resources/System.Windows.Forms.en.resources.prebuilt resources/System.Windows.Forms.en.resources
Error: Exception has been thrown by the target of an invocation.
Inner exception: An exception was thrown by the type initializer for System.Drawing.GDIPlus
MONO_PATH="../../class/lib/default:$MONO_PATH" /usr/ports/lang/mono/work/mono-1.2.3.1/runtime/mono-wrapper  ../../class/lib/net_1_1_bootstrap/resgen.exe resources/System.Windows.Forms.de.resx || cp resources/System.Windows.Forms.de.resources.prebuilt resources/System.Windows.Forms.de.resources
Error: Exception has been thrown by the target of an invocation.
Inner exception: An exception was thrown by the type initializer for System.Drawing.GDIPlus
MONO_PATH="../../class/lib/default:$MONO_PATH" /usr/ports/lang/mono/work/mono-1.2.3.1/runtime/mono-wrapper  ../../class/lib/net_1_1_bootstrap/resgen.exe resources/keyboards.resx || cp resources/keyboards.resources.prebuilt resources/keyboards.resources
Read in 3 resources from 'resources/keyboards.resx'
Writing resource file...  Done.
./build-csproj
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
gawk: not found
./build-csproj2k5
MONO_PATH="../../class/lib/default:$MONO_PATH" /usr/ports/lang/mono/work/mono-1.2.3.1/runtime/mono-wrapper  ../../class/lib/default/mcs.exe /codepage:65001   -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Drawing.dll /r:Accessibility.dll /r:System.Data.dll /r:Mono.Posix.dll @System.Windows.Forms.dll.resources -debug -target:library -out:../../class/lib/default/System.Windows.Forms.dll  @System.Windows.Forms.dll.sources
System.Windows.Forms/SendKeys.cs(159,9): warning CS0219: The variable `isKey' is assigned but its value is never used
System.Windows.Forms.X11Internal/X11Display.cs(2373,4): warning CS0162: Unreachable code detected
System.Windows.Forms/Application.cs(148,25): warning CS0169: The private field `System.Windows.Forms.Application.use_wait_cursor' is assigned but its value is never used
System.Windows.Forms/TreeNode.cs(43,24): warning CS0169: The private field `System.Windows.Forms.TreeNode.image_key' is assigned but its value is never used
System.Windows.Forms/TreeNode.cs(44,24): warning CS0169: The private field `System.Windows.Forms.TreeNode.selected_image_key' is assigned but its value is never used
System.Windows.Forms/ToolBar.cs(1191,17): warning CS0169: The private field `System.Windows.Forms.ToolBar.ToolBarButtonInfo.dd_pressed' is assigned but its value is never used
System.Windows.Forms/ToolBar.cs(1192,17): warning CS0169: The private field `System.Windows.Forms.ToolBar.ToolBarButtonInfo.hilight' is assigned but its value is never used
System.Windows.Forms/TextControl.cs(4625,16): warning CS0169: The private field `System.Windows.Forms.UndoManager.caret_line' is never used
System.Windows.Forms/TextControl.cs(4626,16): warning CS0169: The private field `System.Windows.Forms.UndoManager.caret_pos' is never used
Compilation succeeded - 9 warning(s)


>How-To-Repeat:

De-install gawk and build lang/mono port.


>Fix:

Adding gawk as a build dependency would probably be the easiest fix.
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list