Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Dec 2017 00:43:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        haskell@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 224192] converters/hs-dataenc, converters/hs-sandi: install conflicting interfaces
Message-ID:  <bug-224192-16154-37vKiLjGYg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224192-16154@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224192-16154@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Dmitry Marakasov <amdmi3@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
haskell@FreeBSD.org:
Bug 224192: converters/hs-dataenc, converters/hs-sandi: install conflicting
interfaces
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224192



--- Description ---
converters/hs-dataenc and converters/hs-sandi install conflicting interface=
s.
For instance, when they are both installed, hedgewars will fail to compile =
with
the following error:

[11 of 25] Compiling EngineInteraction ( EngineInteraction.hs,
/usr/work/tmp/hedgewars/work/hedgewars-src-0.9.23/gameServer/EngineInteract=
ion.
o
)
EngineInteraction.hs:29:1: error:
    Ambiguous interface for `Codec.Binary.Base64':
      it was found in multiple packages: dataenc-0.14.0.7 sandi-0.4.0

It seems that mutual CONFLICTS are needed for these ports, but I'm not 100%
sure, thus the PR.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224192-16154-37vKiLjGYg>