Bug 633

Summary: mdadm failes to build in 2009.08
Product: buildroot Reporter: igor <igor47>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

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.