Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 672096

Summary: dev-libs/libfstrcmp-0.7: test failure: make: ps2pdf: Command not found
Product: Gentoo Linux Reporter: Thomas Deutschmann (RETIRED) <whissi>
Component: Current packagesAssignee: Craig Andrews <candrews>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 671962    
Attachments: build.log

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(-)