Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2004 08:06:39 -0800 (PST)
From:      Scott Lipcon <slipcon@mercea.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/64110: net/samba-devel make describe fails
Message-ID:  <200403111606.i2BG6dxF038998@www.freebsd.org>
Resent-Message-ID: <200403111610.i2BGAK0b007495@freefall.freebsd.org>

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

>Number:         64110
>Category:       misc
>Synopsis:       net/samba-devel make describe fails
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 11 08:10:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Scott Lipcon
>Release:        4.8-stable
>Organization:
>Environment:
FreeBSD mercea.mercea.net 4.8-STABLE FreeBSD 4.8-STABLE #1: Tue Apr 15 20:32:03 EDT 2003     slipcon@mercea.mercea.net:/usr/obj/usr/src/sys/MERCEA  i386
>Description:
make describe on net/samba-devel fails because of a missing space in an if statement
>How-To-Repeat:
cd /usr/ports/net/samba-devel
make describe
"Makefile", line 140: warning: String comparison operator should be either == or !=
"Makefile", line 140: Malformed conditional (!defined(WITHOUT_KRB5) && (defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105) &&  exists(/usr/lib/libkrb5.a))
make: fatal errors encountered -- cannot continue

>Fix:
On line 140, need a space after the 500105 before the closing right paren, otherwise make treats "500105)" as a string and > is invalid on strings.

This is similar to pr# 64109 which I just submitted for math/algae
>Release-Note:
>Audit-Trail:
>Unformatted:



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