installworld: posix_memalign

Ed Schouten ed at 80386.nl
Mon Jan 16 20:54:18 UTC 2012


Hi Monthadar,

* Monthadar Al Jaberi <monthadar at gmail.com>, 20120116 18:48:
> I updated my source tree to lastest and buildworld and buildkernel
> without error. but installworld gives this error:
> 
> install: posix_memalign.3.gz: No such file or directory
> 
> checking the the log I see there where some changes done 6 days ago
> for this file /head/lib/libc/stdlib/Makefile.inc
> 
> should this line inside Makefile.inc:
> 
> MLINKS+=aligned_alloc.3 posix_memalign.3
> 
> be changed to
> 
> MLINKS+=aligned_alloc.3

Are you sure about this? Filenames provided in MLINKS are always
provided in pairs. You specify which file needs to be linked to the
other. So the aligned_alloc man page needs to be linked to
posix_memalign.

What happens if you remove your obj-directory before running make
buildworld/installworld?

Thanks,
-- 
 Ed Schouten <ed at 80386.nl>
 WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20120116/86112c5f/attachment.pgp


More information about the freebsd-current mailing list