Skip site navigation (1)Skip section navigation (2)
Date:      17 May 2009 14:46:28 -0000
From:      Lapo Luchini <lapo@lapo.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Lapo Luchini <lapo@lapo.it>
Subject:   ports/134614: false positive in ports-mgmt/portlint
Message-ID:  <20090517144628.37704.qmail@mail.lapo.it>
Resent-Message-ID: <200905171450.n4HEo2wk088361@freefall.freebsd.org>

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

>Number:         134614
>Category:       ports
>Synopsis:       false positive in ports-mgmt/portlint
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 17 14:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Lapo Luchini
>Release:        FreeBSD 6.4-STABLE amd64
>Organization:
>Environment:
System: FreeBSD motoko.lapo.it 6.4-STABLE FreeBSD 6.4-STABLE #9: Thu Jan 29 15:50:58 CET 2009 root@motoko.lapo.it:/usr/obj/usr/src/sys/MOTOKO amd64

>Description:

portlint seems to have some false positive on install-info which give a FATAL error.

>How-To-Repeat:

$ cd /usr/ports/devel/monotone
$ portlint
WARN: Makefile: [35]: possible direct use of command "rmdir" found. use ${RMDIR} instead.
WARN: Makefile: only one MASTER_SITE configured.  Consider adding additional mirrors.
FATAL: Makefile: install-info is automatically run when INFO is defined.
1 fatal error and 2 warnings found.

In fact "install-info" is only referred in that Makefile as part of a sed command.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



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