configure fails on every arch other than i386 and amd64
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openSUSE |
Fix Released
|
Medium
|
|||
moon (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
There is a check in moon's configure script to see whether the platform
compiling the plugin has the Microsoft Media Pack available to it:
CODECS_
CODECS_
CODECS_
case "$host" in
i*86-*-*)
;;
x86_64-*-* | amd64-*-*)
;;
esac
case "$host" in
*-*-*linux*)
;;
esac
if test ${ARCH} = unknown; then
{ { echo "$as_me:$LINENO: error: The codecs have not been configured to
build on this architecture yet" >&5
echo "$as_me: error: The codecs have not been configured to build on this
architecture yet" >&2;}
{ (exit 1); exit 1; }; }
fi
if test ${OSTYPE} = unknown; then
{ { echo "$as_me:$LINENO: error: The codecs have not been configured to
build on this operating system yet" >&5
echo "$as_me: error: The codecs have not been configured to build on this
operating system yet" >&2;}
{ (exit 1); exit 1; }; }
fi
Unfortunately, this check causes moon to fail to build on non-x86ish
architectures, even when using --with-ffmpeg=yes.
Reproducible: Always
Steps to Reproduce:
1. Don't be on an x86 or amd64
2. Configure moonlight
Actual Results:
http://
Expected Results:
Happy shiny compilation
Related branches
Changed in opensuse: | |
status: | Confirmed → Fix Released |
Changed in opensuse: | |
importance: | Unknown → Medium |
This bug was fixed in the package moon - 1.0-0ubuntu2
---------------
moon (1.0-0ubuntu2) jaunty; urgency=low
* debian/control, patches/ moon_dont_ bail_on_ unknown_ arches. diff:
debian/rules:
+ Add dependency autoconf
+ Depend on and enable dpatch
* debian/rules,
debian/
+ Patch configure.ac and re-autoconf to ensure arches other than
i386 and amd64 compile fine (LP: #330917)
-- Jo Shields <email address hidden> Sat, 14 Feb 2009 12:01:08 +0000