mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #01591
[Bug 559614] Re: mythtv fails to build on powerpc under lucid
This bug was fixed in the package mythtv - 0.23.0+fixes24133-0ubuntu1
---------------
mythtv (0.23.0+fixes24133-0ubuntu1) lucid; urgency=low
[ Dave Walker (Daviey) ]
* New upstream snapshot (r24133)
- Fixes crash of mythfrontend when upconverting audio to 5.1 (LP: #550562)
- Improve Jamu handling of invalid database data (LP: #549352)
- Remove mythtranscode's internal copy of the slow-delete code and instead
send a request to the backend to delete the file. (LP: #481104)
- LiveTV & recording with V4L cards on 64-bit backend fixed. (LP: #562690)
* debian/mcc-mirobridge/*: New icon, UI alignment changes and description
text added. Courtesy of R. Doug Vaughan.
* debian/rules: Added cxx option "-maltivec" to PowerPC specifc configure
option to fix FTBFS for that architecture. (LP: #559614)
[ Mario Limonciello ]
* 40_libudev.path:
- Add -ludev to the library check.
* debian/control:
- Drop linux-libc-dev build-dep.
* Actually disable halt and reboot commands by default.
-- Dave Walker (Daviey) <DaveWalker@xxxxxxxxxx> Thu, 15 Apr 2010 00:04:14 +0100
** Changed in: mythtv (Ubuntu)
Status: Fix Committed => Fix Released
--
mythtv fails to build on powerpc under lucid
https://bugs.launchpad.net/bugs/559614
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythtv in ubuntu.
Status in “mythtv” package in Ubuntu: Fix Released
Bug description:
Binary package hint: mythtv
When trying to compile mythtv from the source package mythtv_0.23.0+fixes23820 under powerpc, I get the following error:
In file included from yuv2rgb.cpp:44:
/usr/lib/gcc/powerpc-linux-gnu/4.4.3/include/altivec.h:34:2: error: #error Use the "-maltivec" flag to enable PowerPC AltiVec support
To fix this I updated the debian/rules file with cxx option "-maltivec", as per:
diff rules.orig rules
47c47
< CONFIGURE_OPTS += --enable-altivec
---
> CONFIGURE_OPTS += --enable-altivec --extra-cxxflags="-maltivec"
After this fix mythtv builds cleanly under powerpc
References