[Bug 205161] cad/qcad: install error due to conflict with archivers/quazip
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 22 14:58:34 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205161
--- Comment #3 from Arrigo Marchiori <ardovm at yahoo.it> ---
(In reply to John Marino from comment #1)
Hello John,
thank you for your reply.
You infer correctly. After all, this is Bugzilla... ;-)
I am not sure about how to solve this problem. I believe that adding a
CONFLICTS entries in the Makefile should be the quickest way to save users a
somewhat lengthy build that eventually fails to install.
Today I built cad/qcad, then deinstalled archivers/quazip, and then installed
cad/qcad. Result: the program does not _run_, because it relied on the quazip
library that it had available system-wide during the build process:
# make install
[snip]
===> Checking if qcad already installed
===> Registering installation for qcad-3.12.3.0_4
(qcad-3.12.3.0_4) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin -
required shared library libquazip.so.1 not found
(qcad-3.12.3.0_4)
/usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadecmaapi.so.0 - required
shared library libquazip.so.1 not found
(qcad-3.12.3.0_4) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadzip.so.0
- required shared library libquazip.so.1 not found
Installing qcad-3.12.3.0_4...
And in fact:
$ qcad
Shared object "libquazip.so.1" not found, required by "qcad"
This leads me to think that we need a build-time conflict between qcad and
quazip.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list