Bug 633 - mdadm failes to build in 2009.08
Summary: mdadm failes to build in 2009.08
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-30 08:37 UTC by igor
Modified: 2009-11-28 12:41 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description igor 2009-09-30 08:37:06 UTC
make[1]: *** No rule to make target `md.4', needed by `md.man'.  Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/provisioning/buildroot/buildroot-2009.08/build_i686/mdadm-2.6.7.1'
make: *** [/provisioning/buildroot/buildroot-2009.08/build_i686/mdadm-2.6.7.1/mdadm] Error 2
Comment 1 Peter Korsgaard 2009-10-29 22:07:41 UTC
(In reply to comment #0)
> make[1]: *** No rule to make target `md.4', needed by `md.man'.  Stop.
> make[1]: *** Waiting for unfinished jobs....
> make[1]: Leaving directory
> `/provisioning/buildroot/buildroot-2009.08/build_i686/mdadm-2.6.7.1'
> make: ***
> [/provisioning/buildroot/buildroot-2009.08/build_i686/mdadm-2.6.7.1/mdadm]
> Error 2

Do you have nroff installed on your host? Here it builds with:

nroff -man mdadm.8 > mdadm.man
nroff -man md.4 > md.man
nroff -man mdadm.conf.5 > mdadm.conf.man

On Debian it's in the groff-base package.
Comment 2 Peter Korsgaard 2009-11-28 12:41:38 UTC
No response for +1 month, works here.