Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2001 10:15:13 -0700 (PDT)
From:      larse@isi.edu
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26321: rat-4.2.13 port broken
Message-ID:  <200104031715.f33HFDZ10236@freefall.freebsd.org>

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

>Number:         26321
>Category:       ports
>Synopsis:       rat-4.2.13 port broken
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 03 10:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Lars Eggert
>Release:        4.2-RELEASE (+ current ports)
>Organization:
>Environment:
FreeBSD hbo.isi.edu 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Thu Mar 15 02:08:26 PST 2001     root@hbo.isi.edu:/usr/kame/freebsd4/sys/compile/KERNEL-1.16-IDPRIO  i386

>Description:
The rat-4.2.13 port is broken:

	- one of the patches doesn't apply cleanly
	- build fails after
>How-To-Repeat:
[root@hbo: /usr/ports/mbone/rat] make
===>  Extracting for rat-4.2.13
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for rat-4.2.13.tar.gz.
 ===>   rat-4.2.13 depends on executable: gmake - found
 ===>   rat-4.2.13 depends on executable: autoconf - found
 ===>   rat-4.2.13 depends on shared library: tk82.1 - found
 ===>  Patching for rat-4.2.13
 ===>  Applying FreeBSD patches for rat-4.2.13
 ===>   Applying FreeBSD patch /usr/ports/mbone/rat/files/patch-aa
 Hmm...  Looks like a unified diff to me...
 The text leading up to this was:
 --------------------------
 |--- ../../../work-pre-patch/rat-4.2.13/rat/configure.in        Sun Mar  4 12:00:33 2001
 |+++ rat/configure.in   Sun Mar  4 13:13:29 2001
 --------------------------
 Patching file rat/configure.in using Plan A...
 Hunk #1 succeeded at 464.
 done
 ===>   Applying FreeBSD patch /usr/ports/mbone/rat/files/patch-ab
 Hmm...  Looks like a unified diff to me...
 The text leading up to this was:
 --------------------------
 |--- rat/sdr2.plugin.in.orig    Sat Sep 16 19:54:48 2000
 |+++ rat/sdr2.plugin.in Sat Sep 16 19:55:02 2000
 --------------------------
 Patching file rat/sdr2.plugin.in using Plan A...
 Hunk #1 succeeded at 14.
 done
 ===>   Applying FreeBSD patch /usr/ports/mbone/rat/files/patch-ac
 Hmm...  I can't seem to find a patch in there anywhere.
 ===>   Applying FreeBSD patch /usr/ports/mbone/rat/files/patch-ad
 Hmm...  Looks like a unified diff to me...
 The text leading up to this was:
 --------------------------
 |--- rat/Makefile.in.orig       Sat Sep 16 20:45:21 2000
 |+++ rat/Makefile.in    Sat Sep 16 20:45:29 2000
 --------------------------
 Patching file rat/Makefile.in using Plan A...
 Hunk #1 succeeded at 15.
 done
 ===>   Applying FreeBSD patch /usr/ports/mbone/rat/files/patch-ae
 Hmm...  Looks like a unified diff to me...
 The text leading up to this was:
 --------------------------
 |--- rat/main_control.c.brokenbin       Sun Sep 17 02:26:19 2000
 |+++ rat/main_control.c Sun Sep 17 02:26:38 2000
 --------------------------
 Patching file rat/main_control.c using Plan A...
 Hunk #1 succeeded at 34.
 done
 ===>   Applying FreeBSD patch /usr/ports/mbone/rat/files/patch-af
 Hmm...  Looks like a unified diff to me...
 The text leading up to this was:
 --------------------------
 |--- rat/Makefile.in.prefix     Fri Sep  8 21:02:41 2000
 |+++ rat/Makefile.in    Sun Sep 17 03:00:53 2000
 --------------------------
 Patching file rat/Makefile.in using Plan A...
 Hunk #1 succeeded at 13 with fuzz 1.
 Hunk #2 succeeded at 126 (offset 3 lines).
 Hunk #3 succeeded at 151 (offset 3 lines).
 Hunk #4 succeeded at 184 (offset 3 lines).
 done
 ===>   Applying FreeBSD patch /usr/ports/mbone/rat/files/patch-ag
 Hmm...  Looks like a unified diff to me...
 The text leading up to this was:
 --------------------------
 |--- rat/main_control.c.brokenbin       Sun Sep 17 02:26:19 2000
 |+++ rat/main_control.c Sun Sep 17 02:26:38 2000
 --------------------------
 Patching file rat/main_control.c using Plan A...
 Reversed (or previously applied) patch detected!  Assume -R? [y] 
 Hunk #1 succeeded at 34.
 done
 ===>  Configuring for rat-4.2.13
 cd /usr/ports/mbone/rat/work/rat-4.2.13/common && autoconf && ./configure --enable-ipv6
 configure.in:60: warning: AC_TRY_RUN called without default to allow cross compiling
 configure.in:61: warning: AC_TRY_RUN called without default to allow cross compiling
 configure.in:86: warning: Cannot check for file existence when cross compiling
 creating cache ./config.cache
 checking host system type... i386-unknown-freebsd4.2
 checking for gcc... gcc
 checking whether the C compiler (gcc  ) works... yes
 checking whether the C compiler (gcc  ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether gcc accepts -g... yes
 checking how to run the C preprocessor... gcc -E
 checking for ranlib... ranlib
 checking for ANSI C header files... yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking for working const... yes
 checking for size_t... yes
 checking for stropts.h... no
 checking for sys/filio.h... yes
 checking for stdint.h... no
 checking for inttypes.h... yes
 checking for int8_t... yes
 checking for int16_t... yes
 checking for int32_t... yes
 checking for int64_t... yes
 checking for uint8_t in <stdint.h>... no
 checking for uint8_t... yes
 checking for uint16_t in <stdint.h>... no
 checking for uint16_t... yes
 checking for uint32_t in <stdint.h>... no
 checking for uint32_t... yes
 checking whether byte ordering is bigendian... no
 checking whether char is unsigned... no
 checking for /dev/urandom... yes
 checking for vsnprintf... yes
 checking for inet_pton in <arpa/inet.h>... no
 checking for inet_ntop in <arpa/inet.h>... no
 checking for library containing socket... none required
 checking for library containing inet_addr... none required
 checking for getipnodebyname in <netdb.h>... yes
 checking for netinet6/in6.h... no
 checking for struct addrinfo in <netdb.h>... yes
 checking for sin6_len in struct sockaddr_in6... no
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 creating uclconf.h
 cd /usr/ports/mbone/rat/work/rat-4.2.13/rat && autoconf && ./configure --with-tcl=/usr/local --with-tk=/usr/local --enable-ipv6
 configure.in:35: warning: AC_TRY_RUN called without default to allow cross compiling
 configure.in:36: warning: AC_TRY_RUN called without default to allow cross compiling
 configure.in:482: warning: AC_TRY_RUN called without default to allow cross compiling
 creating cache ./config.cache
 checking host system type... i386-unknown-freebsd4.2
 checking target system type... i386-unknown-freebsd4.2
 checking build system type... i386-unknown-freebsd4.2
 checking for gcc... gcc
 checking whether the C compiler (gcc  ) works... yes
 checking whether the C compiler (gcc  ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether gcc accepts -g... yes
 checking how to run the C preprocessor... gcc -E
 checking for ranlib... ranlib
 checking for ANSI C header files... yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking for working const... yes
 checking for size_t... yes
 checking whether byte ordering is bigendian... no
 checking whether char is unsigned... no
 checking for stdint.h... no
 checking for inttypes.h... yes
 checking for stropts.h... no
 checking for sys/filio.h... yes
 checking for malloc.h... no
 checking for bstring.h... no
 checking for sys/sockio.h... yes
 checking for kill declaration... present
 checking for gettimeofday declaration... present
 checking for library containing socket... none required
 checking for library containing inet_addr... none required
 checking for library containing dlopen... none required
 checking for sin... no
 checking for main in -lieee... no
 checking for int8_t... yes
 checking for int16_t... yes
 checking for int32_t... yes
 checking for int64_t... yes
 checking for uint8_t in <stdint.h>... no
 checking for uint8_t... yes
 checking for uint16_t in <stdint.h>... no
 checking for uint16_t... yes
 checking for uint32_t in <stdint.h>... no
 checking for uint32_t... yes
 checking for usleep... yes
 checking for snprintf... yes
 checking for machine/pcaudioio.h... yes
 checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
 checking for dnet_ntoa in -ldnet... no
 checking for dnet_ntoa in -ldnet_stub... no
 checking for gethostbyname... yes
 checking for connect... yes
 checking for remove... yes
 checking for shmat... yes
 checking for IceConnectionNumber in -lICE... yes
 checking whether X11 headers are broken... no
 checking for /usr/local/include/tcl.h... no
 Could not find tcl.h.  One of the following halted progress:
    (a) Tcl is not installed.
    (b) Tcl's location was mis-specified, or not specified (--with-tcl=DIR).
    (c) this script failed to see it (please inform rat-trap@cs.ucl.ac.uk).
 ===>  Building for rat-4.2.13
 for d in common rat; do  cd /usr/ports/mbone/rat/work/rat-4.2.13/$d && gmake;  done
 sed -e 's/.*/#define CCL_VERSION "v&"/' VERSION > version.h
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c crypt_random.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c debug.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c md5.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c memory.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c net_udp.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c qfDES.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c util.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c hmac.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c base64.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c ntp.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c rtp.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c drand48.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c mbus_parser.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c mbus_config.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c mbus_addr.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c mbus.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c btree.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c asarray.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c inet_pton.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c inet_ntop.c
 ar r libuclmmbase.a crypt_random.o debug.o md5.o memory.o net_udp.o qfDES.o util.o hmac.o base64.o ntp.o rtp.o drand48.o mbus_parser.o mbus_config.o mbus_addr.o mbus.o btree.o asarray.o  inet_pton.o inet_ntop.o
 ranlib libuclmmbase.a
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c test_base64.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c test_des.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c test_md5.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c test_net_udp.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c test_memory.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c test_mbus_parser.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c test_mbus_addr.c
 gcc -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H  -c test.c
 gcc test_base64.o test_des.o test_md5.o test_net_udp.o test_memory.o test_mbus_parser.o test_mbus_addr.o test.o -g -O2 -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror -DHAVE_CONFIG_H libuclmmba se.a  -o test-libcommon
 gmake: *** No targets specified and no makefile found.  Stop.
 *** Error code 2
 
 Stop in /usr/ports/mbone/rat.
 *** Error code 1
 
 Stop in /usr/ports/mbone/rat.
 *** Error code 1
 
 Stop in /usr/ports/mbone/rat.
 

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?200104031715.f33HFDZ10236>