Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672096 - dev-libs/libfstrcmp-0.7: test failure: make: ps2pdf: Command not found
Summary: dev-libs/libfstrcmp-0.7: test failure: make: ps2pdf: Command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 671962
  Show dependency tree
 
Reported: 2018-11-27 20:46 UTC by Thomas Deutschmann (RETIRED)
Modified: 2018-11-27 21:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,18.43 KB, text/plain)
2018-11-27 20:46 UTC, Thomas Deutschmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2018-11-27 20:46:33 UTC
Created attachment 556524 [details]
build.log

Looks like a missing dependency:

>>> Test phase: dev-libs/libfstrcmp-0.7
make --jobs 5 --load-average 7.95   check
groff -Tps -s -I. -t -man etc/building.man > etc/building.ps
groff -Tps -s -I. -t -man etc/readme.man > etc/readme.ps
groff -Tps -s -I. -t -man etc/reference.man > etc/reference.ps
ps2pdf etc/readme.ps etc/readme.pdf
make: ps2pdf: Command not found
make: *** [Makefile:170: etc/readme.pdf] Error 127
make: *** Waiting for unfinished jobs....
ps2pdf etc/building.ps etc/building.pdf
make: ps2pdf: Command not found
make: *** [Makefile:159: etc/building.pdf] Error 127
ps2pdf etc/reference.ps etc/reference.pdf
make: ps2pdf: Command not found
make: *** [Makefile:186: etc/reference.pdf] Error 127
 * ERROR: dev-libs/libfstrcmp-0.7::gentoo failed (test phase):
 *   Make check failed. See above for details.
Comment 1 Larry the Git Cow gentoo-dev 2018-11-27 21:39:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9d07b58a724b142f341e7820dac8141cd022b3

commit 7e9d07b58a724b142f341e7820dac8141cd022b3
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2018-11-27 21:39:07 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2018-11-27 21:39:22 +0000

    dev-libs/libfstrcmp: Fix dependencies
    
    Closes: https://bugs.gentoo.org/672096
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)