#2946 libtps does not directly depend on libz (build failure with nss-3.35)
Closed: fixed 6 years ago Opened 6 years ago by ftweedal.

nss-3.35, for whatever reason, no longer links libz.

libtps, which calls compress and uncompress, does not directly depend on libz.
Instead, we have been relying on the transitive dependency through NSS.

nss-3.35 is now in updates-testing for f27 so we need to quickly update Dogtag to link libz directly.


Metadata Update from @ftweedal:
- Custom field component adjusted to None
- Custom field feature adjusted to None
- Custom field origin adjusted to None
- Custom field proposedmilestone adjusted to None
- Custom field proposedpriority adjusted to None
- Custom field reviewer adjusted to None
- Custom field type adjusted to None
- Custom field version adjusted to None

6 years ago

Metadata Update from @mharmsen:
- Issue set to the milestone: 10.5

6 years ago

commit dfeb3c66d107123f173d58bf0a6571eb7fa3f260
Author: Fraser Tweedale ftweedal@redhat.com
Date: Wed Feb 21 18:57:41 2018 +1100

libtps.so: link zlib

nss-3.35 no longer links zlib.  libtps calls `compress` and
`uncompress` but we were not explicitly linking zlib so the build
fails as of nss-3.35.  Include -lz when linking libtps.

Fixes: https://pagure.io/dogtagpki/issue/2946
Change-Id: If26d71d8c6ad2cc89f60c0de26ccf48673971d55

Metadata Update from @mharmsen:
- Issue close_status updated to: fixed
- Issue set to the milestone: 10.5.6 (was: 10.5)
- Issue status updated to: Closed (was: Open)

6 years ago

commit 52fb7d2647dc6eb936825adac39509901a911b1f
Author: Fraser Tweedale ftweedal@redhat.com
Date: Wed Feb 21 18:57:41 2018 +1100

libtps.so: link zlib

nss-3.35 no longer links zlib.  libtps calls `compress` and
`uncompress` but we were not explicitly linking zlib so the build
fails as of nss-3.35.  Include -lz when linking libtps.

Fixes: https://pagure.io/dogtagpki/issue/2946
Change-Id: If26d71d8c6ad2cc89f60c0de26ccf48673971d55
(cherry picked from commit dfeb3c66d107123f173d58bf0a6571eb7fa3f260)

Metadata Update from @mharmsen:
- Custom field fixedinversion adjusted to pki-core-10.5.6-2.fc27

6 years ago

Metadata Update from @mharmsen:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1560232

6 years ago

commit 4e237910d02918a53618154bf923204b3e2be085
Author: Christina Fu cfu@redhat.com
Date: Thu Mar 22 11:39:05 2018 -0700

fix TPS CS.cfg param from tps.connector.connCAList to tps.connCAList

Change-Id: Ic391b845358736daab4b814c86e6f7f512a209bb

Metadata Update from @mharmsen:
- Custom field fixedinversion adjusted to pki-core-10.5.7-2.fc27 (was: pki-core-10.5.6-2.fc27)

6 years ago

Metadata Update from @mharmsen:
- Issue set to the milestone: 10.5.7 (was: 10.5.6)

6 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/3064

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