From owner-freebsd-current@freebsd.org Mon Jan 8 07:49:46 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F782E7E62B for ; Mon, 8 Jan 2018 07:49:46 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mx2.catspoiler.org (mx2.catspoiler.org [IPv6:2607:f740:16::d18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D93246ECD4 for ; Mon, 8 Jan 2018 07:49:45 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org ([76.212.85.177]) by mx2.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w087o0GO035649 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 8 Jan 2018 07:50:01 GMT (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w087kbln034312 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 7 Jan 2018 23:49:37 -0800 (PST) (envelope-from truckman@FreeBSD.org) Date: Sun, 7 Jan 2018 23:49:36 -0800 (PST) From: Don Lewis Subject: Re: 11.1-jail on CURRENT: sh: lint: not found *** [llib-lposix.ln] Error code 127 To: Warner Losh cc: "O. Hartmann" , FreeBSD Current In-Reply-To: Message-ID: References: <20180108075813.3e181697@freyja.zeit4.iv.bundesimmobilien.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 07:49:46 -0000 There doesn't appear to be a knob to disable building lint for FreeBSD 11.x. Linking or copying /usr/bin/true to /usr/bin/lint works for cross building 11 on on a 12.0-CURRENT machine, but I was not able to get it to work when rebuilding a poudriere jail. On 8 Jan, Warner Losh wrote: > Does building -DWITHOUT_LINT work? Or linking lint to /bin/true > > Warner > > On Jan 7, 2018 11:58 PM, "O. Hartmann" wrote: > >> We have a bunch of CURRENT boxes running poudriere jails providing >> packages for >> 11.1-RELENG. Since a couple of week sfor now, I face this error when I try >> to >> update the p3 and p4 to the recent p6: >> >> [...] >> cc -O2 -pipe >> -I/pool/poudriere/jails/11amd64/usr/src/usr.bin/xlint/xlint/../lint1 >> -DPREFIX=\"\" >> -I/pool/poudriere/jails/11amd64/usr/src/usr.bin/xlint/xlint/../arch/amd64 >> -I/pool/poudriere/jails/11amd64/usr/src/usr.bin/xlint/xlint/../common >> -DNDEBUG >> -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k >> -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith >> -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow >> -Wunused-parameter >> -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls >> -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations >> -Wthread-safety -Wno-empty-body -Wno-string-plus-int >> -Wno-unused-const-variable >> -Qunused-arguments -o xlint xlint.o mem.o --- lint.1.gz --- gzip >> -cn /pool/poudriere/jails/11amd64/usr/src/usr.bin/xlint/xlint/lint.1 > >> lint.1.gz ===> usr.bin/xlint/llib (all) --- llib-lposix.ln --- lint >> -cghapbx >> -Cposix /pool/poudriere/jails/11amd64/usr/src/usr.bin/xlint/llib/ >> llib-lposix >> sh: lint: not found *** [llib-lposix.ln] Error code 127 >> [...] >> >> >> Please advice how this can be resolved. >> >> >> Kind regards, >> >> Oliver >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"