#288 Unable to build JSS on F17
Closed: Duplicate None Opened 11 years ago by edewata.

Building JSS from source RPM failed on F17.

Here is the source RPM:
http://koji.fedoraproject.org/koji/buildinfo?buildID=310968

Here is the output:

make: Entering directory `/root/rpmbuild/BUILD/jss-4.2.6/mozilla/security/coreconf'
../coreconf/config.mk:71: ../coreconf/Linux3.4.mk: No such file or directory
make: *** No rule to make target ../coreconf/Linux3.4.mk. Stop.
make: *** [../coreconf/Linux3.4.mk] Error 1
make: Leaving directory `/root/rpmbuild/BUILD/jss-4.2.6/mozilla/security/coreconf'
error: Bad exit status from /var/tmp/rpm-tmp.0maqWa (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.0maqWa (%build)

mharmsen provided a fix to jss.spec at line 127:

%if 0%{?fedora} >= 17
cp -p mozilla/security/coreconf/Linux3.2.mk mozilla/security/coreconf/Linux3.4.mk
sed -i -e 's;LINUX3_2;LINUX3_4;' mozilla/security/coreconf/Linux3.4.mk
%endif

Replaced by Bugzilla #847120

Metadata Update from @edewata:
- Issue assigned to cfu
- Issue set to the milestone: N/A

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/859

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata