[asterisk-bugs] [Asterisk 0017161]: [patch] OSARCH in GNU/kFreeBSD
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue May 10 20:27:52 CDT 2011
A NOTE has been added to this issue.
======================================================================
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: acknowledged
Asterisk Version: SVN
JIRA: SWP-1279
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: 2011-05-10 20:27 CDT
======================================================================
Summary: [patch] 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.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0015130 [patch] Fails building on HURD
======================================================================
----------------------------------------------------------------------
(0134778) tzafrir (manager) - 2011-05-10 20:27
https://issues.asterisk.org/view.php?id=17161#c134778
----------------------------------------------------------------------
I should also note that the bootstrap script fails on my test Debian
kFreeBSD system, as I don't have autoconf-2.62 there. I fixed this for not
by removing
the case there for '*BSD'.
Issue History
Date Modified Username Field Change
======================================================================
2011-05-10 20:27 tzafrir Note Added: 0134778
======================================================================
More information about the asterisk-bugs
mailing list