[asterisk-bugs] [Asterisk 0017161]: OSARCH in GNU/kFreeBSD
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Apr 10 07:37:48 CDT 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=17161
======================================================================
Reported By: tzafrir
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17161
Category: Core/BuildSystem
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 256704
Request Review:
======================================================================
Date Submitted: 2010-04-10 07:37 CDT
Last Modified: 2010-04-10 07:37 CDT
======================================================================
Summary: OSARCH in GNU/kFreeBSD
Description:
Debian has recently aquired the extra port of GNU/kFreeBSD. That is:
complete GNU ("linux-like") userspace on a FreeBSD kernel. Specifically,
glibc is used rather than the FreeBSD libc.
Specifcally, I just tried a partial run of the configure script on such a
machine, and I get:
host_os = <kfreebsd8.0-gnu>
OSARCH = <kfreebsd8.0-gnu>
However from 'grep OSARCH Makefile* */Makefile*' I get many places where
OSARCH is tested to be linux-gnu:
ifeq ($(OSARCH),linux-gnu)
There's a single
main/Makefile:ifneq ($(findstring $(OSARCH), linux-gnu uclinux
linux-uclibc linux-gnueabi ),)
I don't have time right now to test all of those, so I leave it as an open
bug for now.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-04-10 07:37 tzafrir New Issue
2010-04-10 07:37 tzafrir Asterisk Version => SVN
2010-04-10 07:37 tzafrir Regression => No
2010-04-10 07:37 tzafrir SVN Branch (only for SVN checkouts, not tarball
releases) => trunk
2010-04-10 07:37 tzafrir SVN Revision (number only!) => 256704
======================================================================
More information about the asterisk-bugs
mailing list