Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Jun 2018 22:28:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228710] graphics/leptonica: fails to build due to declaration errors in jp2kio.c
Message-ID:  <bug-228710-7788-7YM1z14Gjo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228710-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228710-7788@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=3D228710

--- Comment #2 from Kevin Reinholz <kreinholz@gmail.com> ---
Fixed. Portmaster cannot handle this upgrade with:

sudo portmaster -o graphics/leptonica graphics/openjpeg15

Instead, one must:

sudo pkg delete openjpeg15
sudo pkg delete leptonica

Then build the current version of leptonica fresh with:

sudo make install clean

I understand portmaster is imperfect, and in this case apparently cannot ha=
ndle
replacing openjpeg15 with leptonica and reassigning dependencies, however,
leptonica conflicting with itself seems like an issue with the install scri=
pt
as even 'make reinstall clean' fails.

For the time being, however, the build works, but only after removing both
openjpeg15 and leptonica-1.74.1 and building fresh from Ports.

--=20
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-228710-7788-7YM1z14Gjo>