Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2000 10:03:00 +0200
From:      Udo Schweigert <ust@cert.siemens.de>
To:        ports@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   make package broken on -current (mtree -L problem)
Message-ID:  <20000725100300.A6187@alaska.cert.siemens.de>

next in thread | raw e-mail | index | archive | help
Hi all,

when building a package on -current one gets:

===>  Installing for bzip2-1.0.1
mtree: illegal option -- L
usage: mtree [-PUcdeinrux] [-f spec] [-K key] [-k key] [-p path] [-s seed]
        [-X excludes]
*** Error code 1

Seems to be a problem in /usr/ports/Mk/bsd.port.mk:

.if ${OSVERSION} >= 500010
MTREE_ARGS?=    -U -f ${MTREE_FILE} -L -d -e -p
.else
MTREE_ARGS?=    -U -f ${MTREE_FILE} -d -e -p
.endif

Regards
-- 
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
ZT IK 3, Siemens CERT        | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : ust@cert.siemens.de
PGP-2/5 fingerprint          | D8 A5 DF 34 EC 87 E8 C6  E2 26 C4 D0 EE 80 36 B2


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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