important note

Divacky Roman xdivac02 at stud.fit.vutbr.cz
Fri Mar 23 15:03:48 UTC 2007


On Fri, Mar 23, 2007 at 02:36:37AM +0300, Boris Samorodov wrote:
> Hi!
> 
> 
> The FC6 port doesn't install with linux.osrelease=2.4.2. Assuming that
> FreeBSD supports only two values (2.6.16 is the second one) I use the
> following line at the Makefile:
> -----
> .include <bsd.port.pre.mk>
> 
> LINUX_OSRELEASE!=       ${SYSCTL} -n compat.linux.osrelease
> 
> .if ${LINUX_OSRELEASE} != "2.6.16"
> IGNORE= supported only for compat.linux.osrelease: 2.6.16
> .endif

the current FC6 has the problem that it wants to use openat() right?
if you set osrelease to 2.6.15 it should work just ok because openat()
was added in 2.6.16

please test and possibly change it to 15

ok?

roman


More information about the freebsd-emulation mailing list