Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 14:57:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216063] [maintainer] audio/linux-skype_oss_wrapper: refuse to build if compat.linux.osrelease OID is absent.
Message-ID:  <bug-216063-13-cXXz2GckVO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216063-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216063-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216063

--- Comment #4 from Tijl Coosemans <tijl@FreeBSD.org> ---
Correct installation of devtools requires linux support.  If users then dis=
able
linux support before building linux-skype_oss_wrapper that's their
responsibility.  The build error is also a better outcome for the package
builders because then they will report the error.  With IGNORE they will ju=
st
ignore the port.  And compat.linux.osrelease is no guarantee that linux gcc
will run, because it's no guarantee that linux64.ko has been loaded.  You w=
ould
have to check kern.features.linux64 for that, but this isn't available on
FreeBSD 10 so you would have to add even more .if conditions.  Just leave i=
t as
it is.  Users should know that linux ports require linux kernel support, for
everything, building, installing, using and uninstalling.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216063-13-cXXz2GckVO>