You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have encountered the following errors when building this roll. Any idea how to get past them?
Bootstrap.sh:
\### build \###
\+ BUILDROOT=/home/rpmbuild/perlRollBuild/perl/src/perl/opt-perl.buildroot
\+ make -f /home/rpmbuild/perlRollBuild/perl/src/perl/opt-perl.spec.mk build
make[1]: Entering directory '/home/rpmbuild/perlRollBuild/perl/BUILD/opt-perl-5.24.0'
make ROOT=/home/rpmbuild/perlRollBuild/perl/src/perl/opt-perl.buildroot build
make[2]: Entering directory '/home/rpmbuild/perlRollBuild/perl/BUILD/opt-perl-5.24.0'
gunzip -c perl-5.24.0.tar.gz | tar -xf -
gzip: perl-5.24.0.tar.gz: No such file or directory
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
make[2]: *** [Makefile:91: build] Error 2
make[2]: Leaving directory '/home/rpmbuild/perlRollBuild/perl/BUILD/opt-perl-5.24.0'
make[1]: *** [/home/rpmbuild/perlRollBuild/perl/src/perl/opt-perl.spec.mk:7: build] Error 2
make[1]: Leaving directory '/home/rpmbuild/perlRollBuild/perl/BUILD/opt-perl-5.24.0'
error: Bad exit status from /var/tmp/rpm-tmp.Zrq0FJ (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.Zrq0FJ (%build)
gmake: *** [rpm] Error 1
\###
\### install opt-perl
\###
find: \`/usr/src/redhat/RPMS': No such file or directory
cat modules.bootstrap | while read line; do \
/opt/perl/bin/cpan $line < /dev/null; \
done
Make:
### build ###
+ BUILDROOT=/home/rpmbuild/perlRollBuild/perl/src/perl/opt-perl.buildroot
+ make -f /home/rpmbuild/perlRollBuild/perl/src/perl/opt-perl.spec.mk build
make[3]: Entering directory '/home/rpmbuild/perlRollBuild/perl/BUILD/opt-perl-5.24.0'
make ROOT=/home/rpmbuild/perlRollBuild/perl/src/perl/opt-perl.buildroot build
make[4]: Entering directory '/home/rpmbuild/perlRollBuild/perl/BUILD/opt-perl-5.24.0'
gunzip -c perl-5.24.0.tar.gz | tar -xf -
gzip: perl-5.24.0.tar.gz: No such file or directory
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
make[4]: *** [Makefile:91: build] Error 2
make[4]: Leaving directory '/home/rpmbuild/perlRollBuild/perl/BUILD/opt-perl-5.24.0'
make[3]: *** [/home/rpmbuild/perlRollBuild/perl/src/perl/opt-perl.spec.mk:7: build] Error 2
make[3]: Leaving directory '/home/rpmbuild/perlRollBuild/perl/BUILD/opt-perl-5.24.0'
error: Bad exit status from /var/tmp/rpm-tmp.nSVjid (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.nSVjid (%build)
make[2]: *** [/opt/rocks/share/devel/src/roll/../../etc/Rules-linux-centos.mk:296: rpm] Error 1
make[2]: Leaving directory '/home/rpmbuild/perlRollBuild/perl/src/perl'
make[2]: Entering directory '/home/rpmbuild/perlRollBuild/perl/src/usersguide'
jw --backend pdf --dsl /home/rpmbuild/perlRollBuild/perl/BUILD/roll-perl-usersguide-6.2/rocks.dsl#print index.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1-1.0-51.el6.cat
Using stylesheet: /home/rpmbuild/perlRollBuild/perl/BUILD/roll-perl-usersguide-6.2/rocks.dsl#print
Working on: /home/rpmbuild/perlRollBuild/perl/BUILD/roll-perl-usersguide-6.2/index.sgml
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/lib/dblib.dsl:949:17:E: argument out of range
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/lib/dblib.dsl:949:17:E: argument out of range
/usr/share/sgml/docbook/utils-0.6.14/backends/pdf: line 15: pdfjadetex: command not found
make[4]: *** [Makefile:81: pdf] Error 9
make[4]: Leaving directory '/home/rpmbuild/perlRollBuild/perl/BUILD/roll-perl-usersguide-6.2'
make[3]: *** [/home/rpmbuild/perlRollBuild/perl/src/usersguide/roll-perl-usersguide.spec.mk:7: build] Error 2
make[3]: Leaving directory '/home/rpmbuild/perlRollBuild/perl/BUILD/roll-perl-usersguide-6.2'
error: Bad exit status from /var/tmp/rpm-tmp.tU4e1Y (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.tU4e1Y (%build)
make[2]: *** [/opt/rocks/share/devel/src/roll/../../etc/Rules-linux-centos.mk:296: rpm] Error 1
make[2]: Leaving directory '/home/rpmbuild/perlRollBuild/perl/src/usersguide'
make[1]: *** [Makefile:76: rpm] Error 2
make[1]: Leaving directory '/home/rpmbuild/perlRollBuild/perl/src'
make: *** [/opt/rocks/share/devel/src/roll/etc/Rolls.mk:323: rpms] Error 2
The text was updated successfully, but these errors were encountered:
Hello,
I have encountered the following errors when building this roll. Any idea how to get past them?
Bootstrap.sh:
Make:
The text was updated successfully, but these errors were encountered: