misc/64110: net/samba-devel make describe fails

Scott Lipcon slipcon at mercea.net
Thu Mar 11 08:10:22 PST 2004


>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 at 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:


More information about the freebsd-bugs mailing list