pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

devel/gtexinfo fails to build in ebarmv7hf (NetBSD 8)



Hello,
the problem seems to be the build triplet passed to config.sub by configure in tp/Texinfo/Convert/XSParagraph:

	checking build system type... Invalid configuration
	`armv7--netbsdelf-eabihf': machine `armv7--netbsdelf' not recognized
	configure: error: /bin/sh ./config.sub armv7--netbsdelf-eabihf failed
	configure: error: ./configure failed for tp/Texinfo/Convert/XSParagraph

[...]

Passing armv7-unknown-netbsd to configure as host and build, the configure error is gone:

=== configuring in tp/Texinfo/Convert/XSParagraph (/data/npi/pkgsrc/devel/gtexinfo/work/texinfo-6.3/tp/Texinfo/Convert/XSParagraph) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/pkg' '--with-external-libintl-perl' '--with-external-Text-Unidecode' '--with-external-Unicode-EastAsianWidth' '--build=armv7-unknown-netbsd' '--host=armv7-unknown-netbsd' '--build=armv7--netbsdelf-eabihf' '--host=armv7--netbsdelf-eabihf' '--infodir=/usr/pkg/info' '--mandir=/usr/pkg/man' 'build_alias=armv7--netbsdelf-eabihf' 'host_alias=armv7--netbsdelf-eabihf' 'PERL=/usr/pkg/bin/perl' 'CC=gcc' 'CFLAGS=-O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include' 'LDFLAGS=-L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib/perl5/5.26.0/earmv7hf-netbsd-thread-multi/CORE -Wl,-R/usr/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/usr/include -I/usr/pkg/include' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
[...]

But in the end, the creation of the package fails in the same way:

=> Automatic manual page handling pkg_create: can't stat `/data/npi/pkgsrc/devel/gtexinfo/work/.destdir/usr/pkg/lib/texinfo/XSParagraph.la' error pkg_create: can't stat `/data/npi/pkgsrc/devel/gtexinfo/work/.destdir/usr/pkg/share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm' => Creating binary package /data/npi/pkgsrc/devel/gtexinfo/work/.packages/gtexinfo-6.3nb1.tgz pkg_create: can't stat `/data/npi/pkgsrc/devel/gtexinfo/work/.destdir/usr/pkg/lib/texinfo/XSParagraph.la' pkg_create: can't stat `/data/npi/pkgsrc/devel/gtexinfo/work/.destdir/usr/pkg/share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm' pkg_create: lstat failed for file lib/texinfo/XSParagraph.la: No such file or directory mv: rename /data/npi/pkgsrc/devel/gtexinfo/work/.packages/gtexinfo-6.3nb1.tmp.tgz to /data/npi/pkgsrc/devel/gtexinfo/work/.packages/gtexinfo-6.3nb1.tgz: No such file or directory
*** Error code 1

Stop.
make[1]: stopped in /data/npi/pkgsrc/devel/gtexinfo
*** Error code 1

Stop.
make: stopped in /data/npi/pkgsrc/devel/gtexinfo

Regards,
trebol.


Home | Main Index | Thread Index | Old Index