Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2015 22:46:29 +0100
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Glen Barber <gjb@FreeBSD.org>
Cc:        svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   Re: svn commit: r276549 - stable/9
Message-ID:  <20150107214628.GB18864@ivaldir.etoilebsd.net>
In-Reply-To: <20150107172410.GC1266@hub.FreeBSD.org>
References:  <201501021832.t02IWsnk061192@svn.freebsd.org> <20150107172410.GC1266@hub.FreeBSD.org>

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

--p4qYPpj5QlsIQJ0K
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Jan 07, 2015 at 05:24:10PM +0000, Glen Barber wrote:
> On Fri, Jan 02, 2015 at 06:32:54PM +0000, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Fri Jan  2 18:32:53 2015
> > New Revision: 276549
> > URL: https://svnweb.freebsd.org/changeset/base/276549
> >=20
> > Log:
> >   MFC: r276052,r276053
> >  =20
> >   Build selective portions of gnu/usr.bin/texinfo as part of build-tool=
s to
> >   ensure that building on a host without makeinfo (i.e. a host where
> >   make delete-old -DWITHOUT_INFO was run), then building with MK_INFO =
=3D=3D yes
> >   doesn't manifest in build errors when building info pages
> >  =20
> >   This manifested itself like the following when I was build testing an=
 MFC
> >   change on stable/10:
> >  =20
> >     makeinfo --no-split -I /usr/src/gnu/lib/libregex/doc -I /usr/src/gn=
u/lib/libregex/doc regex.texi  -o regex.info
> >     makeinfo: not found
> >     *** [regex.info] Error code 127
> >  =20
> >   make[6]: stopped in /usr/src/gnu/lib/libregex/doc
> >   1 error
> >=20
> > Modified:
> >   stable/9/Makefile.inc1   (contents, props changed)
> > Directory Properties:
> >   stable/9/   (props changed)
> >=20
> > Modified: stable/9/Makefile.inc1
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
> > --- stable/9/Makefile.inc1	Fri Jan  2 18:31:12 2015	(r276548)
> > +++ stable/9/Makefile.inc1	Fri Jan  2 18:32:53 2015	(r276549)
> > @@ -1221,6 +1221,11 @@ _gcc_tools=3D gnu/usr.bin/cc/cc_tools
> >  _kerberos5_tools=3D kerberos5/tools
> >  .endif
> > =20
> > +.if ${MK_INFO} !=3D "no"
> > +_texinfo=3D	gnu/usr.bin/texinfo/libtxi \
> > +		gnu/usr.bin/texinfo/makeinfo
> > +.endif
> > +
> >  .if ${MK_RESCUE} !=3D "no"
> >  _rescue=3D rescue/rescue
> >  .endif
> > @@ -1253,6 +1258,16 @@ build-tools:
> >  		${MAKE} DIRPRFX=3D${_tool}/ depend; \
> >  		${MAKE} DIRPRFX=3D${_tool}/ all
> >  .endfor
> > +.for _tool in \
> > +    ${_texinfo}
> > +	${_+_}@${ECHODIR} "=3D=3D=3D> ${_tool} (obj,depend,all,install)"; \
> > +		cd ${.CURDIR}/${_tool} && \
> > +		${MAKE} DIRPRFX=3D${_tool}/ obj && \
> > +		${MAKE} DIRPRFX=3D${_tool}/ depend && \
> > +		${MAKE} DIRPRFX=3D${_tool}/ all && \
> > +		${MAKE} DIRPRFX=3D${_tool}/ install DESTDIR=3D${WORLDTMP}
> > +.endfor
> > +
> > =20
>=20
> This breaks cross-building on amd64 in ways I don't quite understand
> yet.
>=20
> The relevant errors are:
>=20
>  sh /releng/scripts-snapshot/chroots/9/i386/snap/tools/install.sh -s -o r=
oot -g wheel -m 555   makeinfo
>  /releng/scripts-snapshot/scripts/../chroots/9-obj/i386/snap/i386.i386/i3=
86.i386/releng/scripts-snapshot/chroots/9/i386/snap/tmp/usr/bin/makeinfo
>  sh /releng/scripts-snapshot/chroots/9/i386/snap/tools/install.sh -o root=
 -g wheel -m 444 makeinfo.1.gz
>  /releng/scripts-snapshot/scripts/../chroots/9-obj/i386/snap/i386.i386/i3=
86.i386/releng/scripts-snapshot/chroots/9/i386/snap/tmp/usr/share/man/man1
>  install: /releng/scripts-snapshot/scripts/../chroots/9-obj/i386/snap/i38=
6.i386/i386.i386/releng/scripts-snapshot/chroots/9/i386/snap/tmp/usr/bin/ma=
keinfo: No such file or directory
>  *** [_proginstall] Error code 71
>  install: /releng/scripts-snapshot/scripts/../chroots/9-obj/i386/snap/i38=
6.i386/i386.i386/releng/scripts-snapshot/chroots/9/i386/snap/tmp/usr/share/=
man/man1: No such file or directory
>=20
> Note the duplicated '${TARGET}.${TARGET_ARCH}' in the path.
>=20
> Glen
>=20


I will fix asap

Best regards,
Bapt

--p4qYPpj5QlsIQJ0K
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iEYEABECAAYFAlStqTIACgkQ8kTtMUmk6EzXRgCfVX42i8XSHbzaM+Tmm0ocYdgF
9dcAn0wnpFbZq7Q8ZsC+ROJ2Lcj5cBQl
=7pzf
-----END PGP SIGNATURE-----

--p4qYPpj5QlsIQJ0K--



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