Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2002 08:10:41 -0500 (EST)
From:      Robert Watson <rwatson@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35536: pine5 port build (a) broken (b) doesn't fail properly
Message-ID:  <200203041310.g24DAfQ92282@fledge.watson.org>

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

>Number:         35536
>Category:       ports
>Synopsis:       pine5 port build (a) broken (b) doesn't fail properly
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 04 05:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Robert Watson
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
NAI Labs
>Environment:
System: FreeBSD curry.decoverly.watson.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Mon Jan 14 18:56:00 EST 2002     rwatson@curry.decoverly.watson.org:/usr/obj/usr/src/sys/BKTR  i386

>Description:

Attempting to upgrade to the latest pine port, ran into the following
compile problem:

===>  Building for pine-4.44
make args are CC=cc  bsf

Making Pico and Pilot
make CC=cc -f makefile.bsf

Making Pine and rpload/rpdump.
make CC=cc -f makefile.bsf
...

cc -O -pipe -g    -DDEBUG    -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE -I/usr/local/inclu
de -c imap.c
imap.c: In function `mm_log':
imap.c:195: `TCPDEBUG' undeclared (first use in this function)
imap.c:195: (Each undeclared identifier is reported only once
imap.c:195: for each function it appears in.)
*** Error code 1

Stop in /usr/ports/mail/pine4/work/pine4.44/pine.

Links to executables are in bin directory:
/usr/libexec/elf/size: bin/pine: No such file or directory
   text    data     bss     dec     hex filename
 157686    5104    6236  169026   29442 bin/pico
 155698    4976    6236  166910   28bfe bin/pilot
Done
curry# 

This has two problems:

(1) TCPDEBUG is undeclared, the pine build breaks
(2) The "make" of the port succeeds, even though an important element of
    the build failed.

>How-To-Repeat:

This is with:

$FreeBSD: ports/mail/pine4/Makefile,v 1.61 2002/01/10 16:47:18 nectar Exp $

>Fix:
>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?200203041310.g24DAfQ92282>