Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97567 - man-1.6 fails with parallel make
Summary: man-1.6 fails with parallel make
Status: RESOLVED DUPLICATE of bug 97439
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-30 20:44 UTC by Georgi Georgiev
Modified: 2005-06-30 21:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georgi Georgiev 2005-06-30 20:44:16 UTC
Summary says it all. The cause of the problem is that in version 1.6 manfiles.c has a ``#include "gripes.h" ''. I guess that this means that the following minor patch needs to be applied (tested and working):

diff -ru man-1.6.old/src/Makefile.in man-1.6/src/Makefile.in
--- man-1.6.old/src/Makefile.in 2005-06-21 10:29:59.000000000 +0900
+++ man-1.6/src/Makefile.in     2005-07-01 12:39:03.000000000 +0900
@@ -52,7 +52,7 @@
 man-config.o man-getopt.o man.o manpath.o to_cat.o: defs.h
 different.o man.o: different.h
 man.o manfile.o: glob.h
-different.o gripes.o man-config.o man-getopt.o man.o manpath.o util.o: gripes.h gripedefs.h
+different.o gripes.o man-config.o man-getopt.o man.o manpath.o util.o manfile.o: gripes.h gripedefs.h
 different.o man-config.o man-getopt.o man.o manpath.o: man-config.h
 gripes.o man-config.o man-getopt.o man.o manpath.o util.o: man.h
 man-getopt.o man.o manpath.o: man-getopt.h

It looks ugly but you probably get the idea.
Comment 1 Georgi Georgiev 2005-06-30 20:45:54 UTC
Uh, the patch is correct, but the comment was supposed to say "manfile.c"
instead of "manfiles.c".
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-30 21:16:44 UTC

*** This bug has been marked as a duplicate of 97439 ***