[Bug 270408] poppler-utils fails to install

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 13 Apr 2023 19:52:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270408

Adriaan de Groot <adridg@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg@freebsd.org
             Status|New                         |Open

--- Comment #1 from Adriaan de Groot <adridg@freebsd.org> ---
Can't reproduce with a local build.

What I see in your log is the manpage is being installed as planned,

```
-- Installing:
/usr/ports/graphics/poppler-utils/work/stage/usr/local/man/man1/pdftotext.1
```

but then isn't being compressed, so that the plist check fails,

```
pkg-static: Unable to access file
/usr/ports/graphics/poppler-utils/work/stage/usr/local/share/man/man1/pdftotext.1.gz:No
such file or directory
```

Do you see it now, too? /usr/local/share/man vs. /usr/local/man . This changed
with CMake 3.23. What version are you using? Do you have a special setting for
CMAKE_INSTALL_MANDIR?

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