Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2001 16:19:15 -0700 (MST)
From:      Charlie Sorsby <crs@swcp.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25884: cnews-cr.g is marked as broken: gawk need to be updated to 3.0.4.
Message-ID:  <200103172319.QAA28308@quail.home>

next in thread | raw e-mail | index | archive | help

>Number:         25884
>Category:       ports
>Synopsis:       cnews-cr.g is marked as broken: gawk need to be updated to 3.0.4.
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 17 15:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Charlie Sorsby
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
>Environment:

	

>Description:

	Tried to re-install cnews from ports collection.  The
	result was the Synopsis line:

===>  cnews-cr.g is marked as broken: gawk need to be updated to 3.0.4.

	So, I installed gawk from the ports collection.  It
	installed successfully.  Tried re-install of cnews; same
	result.  Tried deinstall; it couldn't do it:

===>  Deinstalling for cnews-cr.g
pkg_delete: no such package 'cnews-cr.g' installed
*** Error code 1

Stop.

The following is my Make.log for "make install" in /usr/ports/lang/gawk
with the 4th CDROM of the Walnut-Creek FreeBSD 3.4 distribution mounted.

Saturday, 17 Mar, 2001 -- 15:33:07 MST
>How-To-Repeat:

	

>Fix:
	
	

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> gawk-3.0.4.tar.gz doesn't seem to exist on this system.
 >> Attempting to fetch from file:/cdrom/ports/distfiles//.
 cp: /cdrom/ports/distfiles//gawk-3.0.4.tar.gz: No such file or directory
 >> Attempting to fetch from ftp://ftp.gnu.org/gnu/gawk/.
 Receiving gawk-3.0.4.tar.gz (1027134 bytes)
 1027134 bytes transferred in 347.0 seconds  (2.89 Kbytes/s)
 ===>  Extracting for gawk-3.0.4
 >> Checksum OK for gawk-3.0.4.tar.gz.
 ===>  Patching for gawk-3.0.4
 ===>  Applying FreeBSD patches for gawk-3.0.4
 ===>  Configuring for gawk-3.0.4
 creating cache ./config.cache
 checking host system type... i386--freebsd3.4
 checking for bison... bison -y
 checking whether ln -s works... yes
 checking for gcc... cc
 checking whether the C compiler (cc -O -pipe ) works... yes
 checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether cc accepts -g... yes
 checking how to run the C preprocessor... cc -E
 checking for a BSD compatible install... ./install-sh -c
 checking whether make sets ${MAKE}... yes
 checking build system type... i386--freebsd3.4
 checking for getconf... getconf
 checking for CFLAGS value to request large file support... no
 checking for LDFLAGS value to request large file support... no
 checking for LIBS value to request large file support... no
 checking for _FILE_OFFSET_BITS... no
 checking for _LARGEFILE_SOURCE... no
 checking for _LARGE_FILES... no
 checking for AIX... no
 checking for POSIXized ISC... no
 checking for minix/config.h... no
 checking for AIX compilation hacks... no
 checking for ANSI C header files... yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking for limits.h... yes
 checking for locale.h... yes
 checking for stdarg.h... yes
 checking for unistd.h... yes
 checking for signum.h... no
 checking for sys/param.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for pid_t... yes
 checking return type of signal handlers... void
 checking for size_t... yes
 checking for uid_t in sys/types.h... yes
 checking type of array argument to getgroups... gid_t
 checking for working alloca.h... no
 checking for alloca... yes
 checking for vprintf... yes
 checking for fmod in -lm... yes
 checking for madvise... yes
 checking for memset... yes
 checking for memcpy... yes
 checking for memcmp... yes
 checking for fmod... yes
 checking for setlocale... yes
 checking for strchr... yes
 checking for strerror... yes
 checking for strftime... yes
 checking for strncasecmp... yes
 checking for strtod... yes
 checking for system... yes
 checking for tzset... yes
 checking for unistd.h... (cached) yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking whether getpgrp takes no argument... yes
 checking for st_blksize in struct stat... yes
 checking whether time.h and sys/time.h may both be included... yes
 checking whether struct tm is in sys/time.h or time.h... time.h
 checking for tm_zone in struct tm... yes
 checking whether char is unsigned... no
 checking for working const... yes
 checking for ANSI stringizing capability... yes
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 creating doc/Makefile
 creating test/Makefile
 creating awklib/Makefile
 creating config.h
 ===>  Building for gawk-3.0.4
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe array.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe builtin.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe eval.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe field.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe -DDEFPATH='".:/usr/local/share/awk"' ./gawkmisc.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe io.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe main.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe missing.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe msg.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe node.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe re.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe version.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe ./awktab.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe getopt.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe getopt1.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe regex.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe dfa.c
 cc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -O -pipe random.c
 cc -o gawk -O -pipe  array.o builtin.o eval.o field.o gawkmisc.o io.o main.o  missing.o msg.o node.o re.o version.o awktab.o getopt.o getopt1.o regex.o dfa.o random.o   -lm
 cd awklib && make CFLAGS="-O -pipe" all
 cc -O -pipe ./eg/lib/pwcat.c  -o pwcat
 cc -O -pipe ./eg/lib/grcat.c  -o grcat
 In file included from ./eg/lib/grcat.c:12:
 /usr/include/grp.h:58: warning: parameter names (without types) in function declaration
 cp ./eg/prog/igawk.sh igawk ; chmod 755 igawk
 (cd ./eg/lib ;  sed 's;/usr/local/libexec/awk;/usr/local/libexec/awk;' < passwdawk.in) > passwd.awk
 (cd ./eg/lib ;  sed 's;/usr/local/libexec/awk;/usr/local/libexec/awk;' < groupawk.in) > group.awk
 cd doc && make all
 ===>  Installing for gawk-3.0.4
 cd doc && make info
 ./mkinstalldirs /usr/local/bin /usr/local/share/awk  /usr/local/lib /usr/local/info /usr/local/man/man1 /usr/local/libexec/awk
 mkdir /usr/local/share/awk
 mkdir /usr/local/libexec/awk
 rm -f /usr/local/bin/gawk
 fullname=gawk-3.0.`./gawk '{print $3}' ./patchlevel.h` ;  install -c -s -o root -g wheel -m 555 gawk /usr/local/bin/$fullname ;  (cd /usr/local/bin; ln $fullname gawk)
 (cd /usr/local/bin;  if [ ! -f awk ];  then	ln -s gawk awk;  fi; exit 0)
 cd doc && make install
 install -c -o root -g wheel -m 444 ./gawk.1 /usr/local/man/man1/gawk.1
 if test -f gawk.info; then d=.;  else d=.; fi;  if    [ -f /usr/local/info/dir -a -f /usr/local/info/gawk.info ]  && cmp $d/gawk.info /usr/local/info/gawk.info > /dev/null  && grep '(gawk\.info)' /usr/local/info/dir  > /dev/null; then  exit 0;  fi;  for  i in $d/gawk.info*; do  install -c -o root -g wheel -m 444 $i /usr/local/info/$i ;  done;  if /bin/sh -c 'install-info --version' > /dev/null 2>&1 ;  then install-info --info-dir=/usr/local/info gawk.info ;  else true ; fi; exit 0
 ===>   Generating temporary packing list
 ===>   Compressing manual pages for gawk-3.0.4
 ===>   Registering installation for gawk-3.0.4
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103172319.QAA28308>