| Summary: | graphics/xpdf: binary "xpdf" does not get installed by the port anymore. No error, not obvious cause. | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> |
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
O. Hartmann
2012-10-12 11:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->araujo Over to maintainer (via the GNATS Auto Assign Tool) This is for xpdf-3.03_2 : As the log shows, there is no install of a binary xpdf in target dir /usr/local/libexec/xpdf/ and the symbol link /usr/local/bin/xpdf targetted to /usr/local/libexec/xpdf/xpdf runs into void. Deleting xpdf-3.03_2... done [Updating the pkgdb <format:bdb_btree> in /var/db/pkg ... - 1116 packages found (-1 +0) (...) done] ---> Installing the new version via the port ===> Installing for xpdf-3.03_2 ===> xpdf-3.03_2 depends on file: /usr/local/share/ghostscript/fonts/n021003l.pfb - found ===> xpdf-3.03_2 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xpdf-3.03_2 depends on shared library: freetype.9 - found ===> xpdf-3.03_2 depends on shared library: paper.2 - found ===> xpdf-3.03_2 depends on shared library: Xm.4 - found ===> Generating temporary packing list mkdir -p /usr/local/libexec/xpdf install -s -o root -g wheel -m 555 xpdf/pdftops /usr/local/libexec/xpdf/pdftops install -s -o root -g wheel -m 555 xpdf/pdftotext /usr/local/libexec/xpdf/pdftotext install -s -o root -g wheel -m 555 xpdf/pdfinfo /usr/local/libexec/xpdf/pdfinfo install -s -o root -g wheel -m 555 xpdf/pdffonts /usr/local/libexec/xpdf/pdffonts install -s -o root -g wheel -m 555 xpdf/pdfdetach /usr/local/libexec/xpdf/pdfdetach install -s -o root -g wheel -m 555 xpdf/pdftoppm /usr/local/libexec/xpdf/pdftoppm install -s -o root -g wheel -m 555 xpdf/pdfimages /usr/local/libexec/xpdf/pdfimages mkdir -p /usr/local/man/man1 install -o root -g wheel -m 444 ./doc/pdftops.1 /usr/local/man/man1/pdftops.1 install -o root -g wheel -m 444 ./doc/pdftotext.1 /usr/local/man/man1/pdftotext.1 install -o root -g wheel -m 444 ./doc/pdfinfo.1 /usr/local/man/man1/pdfinfo.1 install -o root -g wheel -m 444 ./doc/pdffonts.1 /usr/local/man/man1/pdffonts.1 install -o root -g wheel -m 444 ./doc/pdfdetach.1 /usr/local/man/man1/pdfdetach.1 install -o root -g wheel -m 444 ./doc/pdftoppm.1 /usr/local/man/man1/pdftoppm.1 install -o root -g wheel -m 444 ./doc/pdfimages.1 /usr/local/man/man1/pdfimages.1 mkdir -p /usr/local/man/man5 install -o root -g wheel -m 444 ./doc/xpdfrc.5 /usr/local/man/man5/xpdfrc.5 mkdir -p /usr/local/etc install -o root -g wheel -m 444 ./doc/sample-xpdfrc /usr/local/etc/xpdfrc install -o root -g wheel -m 444 /usr/ports/graphics/xpdf/work/xpdf-3.03/ANNOUNCE /usr/local/share/doc/xpdf install -o root -g wheel -m 444 /usr/ports/graphics/xpdf/work/xpdf-3.03/CHANGES /usr/local/share/doc/xpdf install -o root -g wheel -m 444 /usr/ports/graphics/xpdf/work/xpdf-3.03/README /usr/local/share/doc/xpdf install -o root -g wheel -m 444 /usr/ports/graphics/xpdf/work/xpdf-3.03/misc/hello.pdf /usr/local/share/doc/xpdf /bin/ln -sf /usr/local/libexec/xpdf/xpdf /usr/local/bin/xpdf ===> Compressing manual pages for xpdf-3.03_2 ===> Registering installation for xpdf-3.03_2 Installing xpdf-3.03_2... done ===> Cleaning for xpdf-3.03_2 [Updating the pkgdb <format:bdb_btree> in /var/db/pkg ... - 1117 packages found (-0 +1) . done] ---> Cleaning out obsolete shared libraries USING PKGNG Same behaviour. I have tracked down the issue a bit. Please see ports/172664. Please close. PR ports/172664 is much more detailed and investigated the problem deeper. Regards, O. Hartmann State Changed From-To: open->closed Committed revision 305907. |