Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 23:46:32 -0800 (PST)
From:      Don Lewis <truckman@FreeBSD.org>
To:        "O. Hartmann" <ohartmann@walstatt.org>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: 11.1-jail on CURRENT: sh: lint: not found *** [llib-lposix.ln] Error code 127
Message-ID:  <tkrat.ab2d1cb5fdaa9e77@FreeBSD.org>
In-Reply-To: <20180108075813.3e181697@freyja.zeit4.iv.bundesimmobilien.de>
References:  <20180108075813.3e181697@freyja.zeit4.iv.bundesimmobilien.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Put the following in /usr/local/etc/poudriere.d/src.conf:
LINT=/usr/bin/false

That skips the attempt to build the lint library because of this:
  .if ${LINT} == "lint"
  _llib=  llib
  .else
  _llib=
  .endif
  
  SUBDIR= lint1 lint2 xlint ${_llib}
in /usr/src/usr.bin/xlint/Makefile


On  8 Jan, 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"





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