Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2007 16:03:46 +0100
From:      Divacky Roman <xdivac02@stud.fit.vutbr.cz>
To:        Boris Samorodov <bsam@ipt.ru>
Cc:        emulation@freebsd.org
Subject:   Re: important note
Message-ID:  <20070323150346.GA22653@stud.fit.vutbr.cz>
In-Reply-To: <58206554@bsam.ru>
References:  <58206554@bsam.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070323150346.GA22653>