Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 14:58:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205161] cad/qcad: install error due to conflict with archivers/quazip
Message-ID:  <bug-205161-13-GgMIaMgUCh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205161-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205161-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205161

--- Comment #3 from Arrigo Marchiori <ardovm@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205161-13-GgMIaMgUCh>