Bug 194070 - graphics/podofo needs uninstall first
Summary: graphics/podofo needs uninstall first
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on: 193371
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-01 13:53 UTC by martin.dieringer
Modified: 2017-06-19 17:27 UTC (History)
2 users (show)

See Also:
martin.dieringer: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description martin.dieringer 2014-10-01 13:53:20 UTC
You have to uninstall podofo before upgrade because the test programs want to link with the old libraries.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-10-01 13:53:20 UTC
Auto-assigned to maintainer pawel@FreeBSD.org
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2015-11-18 16:17:44 UTC
Maybe it helps to add a

CONFLICTS_BUILD

for itself ?
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2015-11-19 21:05:35 UTC
This report is short on details I assume that build should fail when
podofo is already installed. I just installed version 0.9.2 and then
tried build most recent (0.9.3) and got no build errors.

Without a way to reproduce I cannot work on fix, link flags look ok:

(..) -o podofoxmp  -L/wrkdirs/usr/ports/graphics/podofo/work/podofo-0.9.3/src  -lpodofo (..)
Comment 4 martin.dieringer 2015-11-19 22:53:48 UTC
When I now do a make I get:

/usr/bin/ld: warning: libcrypto.so.7, needed by /usr/local/lib/libpodofo.so, may conflict with libcrypto.so.8

which shows that it links with the existing lib from the old version. It only doesn't fail because it is actually the same podofo version.
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2017-02-16 16:10:52 UTC
No longer maintainer
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-06-05 15:33:19 UTC
(In reply to martin.dieringer from comment #4)

The error message is about SSL, not podofo. It's known to rebuild all ports depending on SSL when you change/update your SSL provider.