pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/42850 (Haiku OS support for devel/bmake)



The following reply was made to PR pkg/42850; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/42850 (Haiku OS support for devel/bmake)
Date: Wed, 21 Apr 2010 22:42:06 +0900

 devel/bmake has been updated to 20100414, it contains Haiku OS support.
 
 But another issues are introduced.
 
 In boot-strap, before self test, MAKESYSPATH is set:
 MAKESYSPATH="$share_dir/mk:/usr/share/mk"
 
 ${share_dir} is set as:
 share_dir=${share_dir:-`ShareDir $prefix`}"
 
 On bootstrap, ${prefix} is not set, so:
 share_dir=/share
 MAKESYSPATH="share/mk:/usr/share/mk"
 
 Then self test will be failed with:
 bmake: no system rules (sys.mk).
 
 This issue will be happened on all platforms without /usr/share/mk,
 and maybe on some platforms that has /usr/share/mk but incompatible with bmake.
 


Home | Main Index | Thread Index | Old Index