Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2001 12:39:04 +0100 (CET)
From:      Nils Holland <nils@tisys.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33167: post-configure in new tin Makefile broken
Message-ID:  <200112251139.fBPBd4d90983@tisys.org>

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

>Number:         33167
>Category:       ports
>Synopsis:       post-configure in new tin Makefile broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 25 03:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Nils Holland
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
Ti Systems
>Environment:
System: FreeBSD poison.ncptiddische.net 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sat Dec 22 10:00:55 CET 2001 root@poison.ncptiddische.net:/usr/obj/usr/src/sys/POISON i386


>Description:
	The (today updated) tin 1.5.10 port will not build correctly. The make
	process stops at this point of the Makefile:


post-configure:
	(nm /usr/lib/libc.a | grep -q strcasestr) && \
		echo "#define HAVE_STRCASESTR 1" >> ${WRKSRC}/include/autoconf.h

	It gives an error message and doesn't want to go on at this point,
	which makes me believe that there's something wrong with the command
	being executed above

>How-To-Repeat:
	Try compiling tin-1.5.10

>Fix:
	Deleting the (nm) line and *alway* echoing the HAVE_STRCASESTR to
	autoconf.h seems to give invalid references to STRCASESTR during
	the build. *Not* echoing it to autoconf.h seems to work fine. Now,
	I guess that the command that defines if HAVE_STRCASESTR should
	be echoed or not is broken somwhow...
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200112251139.fBPBd4d90983>