[Bug 262008] editors/libreoffice failed to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 18 Feb 2022 01:08:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008

alt2600@icloud.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alt2600@icloud.com

--- Comment #11 from alt2600@icloud.com ---
(In reply to Li-Wen Hsu from comment #2)

how bout the port links with the correct library and uses the correct header,
there should be no conflicts at all. If it conflicts its because the header is
being pulled from /usr/local/include/ instead of
/usr/local/include/openjpeg-2.4/ where the file actually exists, this isn't a
users problem, and no I will not delete a required port because this port
doesn't pull headers from the correct location on a freebsd system. I'll just
see if I can go back to openoffice instead. I don't have the verbose errors but
I must be having the same issue as its pdfium that is failing to compile.

$} pkg info -l openjpeg
openjpeg-2.4.0:
        /usr/local/bin/opj_compress
        /usr/local/bin/opj_decompress
        /usr/local/bin/opj_dump
        /usr/local/include/openjpeg-2.4/openjpeg.h
        /usr/local/include/openjpeg-2.4/opj_config.h
        /usr/local/include/openjpeg-2.4/opj_stdint.h
        /usr/local/lib/libopenjp2.a
        /usr/local/lib/libopenjp2.so
        /usr/local/lib/libopenjp2.so.2.4.0
        /usr/local/lib/libopenjp2.so.7
        /usr/local/lib/openjpeg-2.4/OpenJPEGConfig.cmake
        /usr/local/lib/openjpeg-2.4/OpenJPEGTargets-release.cmake
        /usr/local/lib/openjpeg-2.4/OpenJPEGTargets.cmake
        /usr/local/libdata/pkgconfig/libopenjp2.pc
        /usr/local/share/licenses/openjpeg-2.4.0/BSD2CLAUSE
        /usr/local/share/licenses/openjpeg-2.4.0/LICENSE
        /usr/local/share/licenses/openjpeg-2.4.0/catalog.mk
$} pkg info -l openjpeg15
openjpeg15-1.5.2_1:
        /usr/local/bin/image_to_j2k
        /usr/local/bin/j2k_dump
        /usr/local/bin/j2k_to_image
        /usr/local/include/openjpeg.h
        /usr/local/lib/libopenjpeg.so
        /usr/local/lib/libopenjpeg.so.1.5.2
        /usr/local/lib/libopenjpeg.so.2
        /usr/local/libdata/pkgconfig/libopenjpeg.pc
        /usr/local/libdata/pkgconfig/libopenjpeg1.pc
        /usr/local/man/man1/image_to_j2k.1.gz
        /usr/local/man/man1/j2k_dump.1.gz
        /usr/local/man/man1/j2k_to_image.1.gz
        /usr/local/man/man3/libopenjpeg.3.gz
        /usr/local/share/doc/openjpeg/CHANGES
        /usr/local/share/doc/openjpeg/LICENSE
        /usr/local/share/licenses/openjpeg15-1.5.2_1/BSD2CLAUSE
        /usr/local/share/licenses/openjpeg15-1.5.2_1/LICENSE
        /usr/local/share/licenses/openjpeg15-1.5.2_1/catalog.mk
        /usr/local/share/openjpeg/OpenJPEGConfig.cmake
        /usr/local/share/openjpeg/OpenJPEGTargets-release.cmake
        /usr/local/share/openjpeg/OpenJPEGTargets.cmake

-- 
You are receiving this mail because:
You are the assignee for the bug.