This bug was fixed in the package mythtv -
2:0.27.1+fixes.20140624.aa822f5-0ubuntu2
---
mythtv (2:0.27.1+fixes.20140624.aa822f5-0ubuntu2) utopic; urgency=medium
* avoid_bswap_conflict.patch: Rename the unused bswap_dbl function from
ffmpeg to avoid a symbol conflict on big-endia
** Branch linked: lp:debian/libav
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS with AltiVec on ppc64el
To manage notifications about this bug go to:
https://bugs.launchpad.net
libav (6:10.1-1ubuntu1) utopic; urgency=low
* add patch to fix FTBFS on ppc64el, LP: #1263802
* add patch to fix FTBFS on arm64, LP: #1323144
-- Reinhard TartlerThu, 29 May 2014 07:34:56 -0400
** Changed in: libav (Ubuntu)
Status: Triaged => Fix Released
--
You received this bu
** Branch linked: lp:ubuntu/utopic-proposed/libav
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS with AltiVec on ppc64el
To manage notifications about this bug go to:
https://bu
** Changed in: libav (Ubuntu)
Assignee: (unassigned) => Reinhard Tartler (siretart)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS with AltiVec on ppc64el
To manage notific
I believe the linked branch fixes this issue, but I'd appreciate testing
(I don't have the hardware available to test myself)
** Branch unlinked: lp:debian/libav
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
** Branch linked: lp:debian/libav
** Branch linked: lp:~siretart/ubuntu/utopic/libav/libav10
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS with AltiVec on ppc64el
To manage no
What about this workaround for now:
diff --git a/configure b/configure
** Summary changed:
- FTBFS with altivec on ppc64el
+ FTBFS with AltiVec on ppc64el
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS with AltiVec on ppc64el
To manage notificatio
On 23 May 2014 05:11, Logan Rosen wrote:
> Looks like this popped up again with libav 6:10.1-1:
> https://launchpad.net/ubuntu/+source/libav/6:10.1-1/+build/6034328
>
First I enabled altivec, that FTBFS. Then I've tried applying a patch
for ELFv2 compat, that still FTBFS. I am not sure if altivec
Looks like this popped up again with libav 6:10.1-1:
https://launchpad.net/ubuntu/+source/libav/6:10.1-1/+build/6034328
** Changed in: libav (Ubuntu)
Status: New => Triaged
** Changed in: libav (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you ar
This appears to be fixed in libav in Trusty by now. The patch got
accidentally clobbered for mythtv, will add it back soon.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS with a
** Changed in: mythtv (Ubuntu)
Status: Fix Released => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS with altivec on ppc64el
To manage notifications about this
This bug was fixed in the package mythtv -
2:0.27.0+fixes.20130919.5b917e8-0ubuntu4
---
mythtv (2:0.27.0+fixes.20130919.5b917e8-0ubuntu4) trusty; urgency=low
* Use patch for altivec ABI v2, resolving FTBFS on ppc64el.
(LP: #1263802)
-- Daniel T ChenTue, 14 Jan 2014 10:44:59
** Branch linked: lp:ubuntu/trusty-proposed/mythtv
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS with altivec on ppc64el
To manage notifications about this bug go to:
https://b
For mythtv (and probably libav, too), this build still fails on ppc64el
in Ubuntu 14.04 with the above changes:
...
AS libavcodec/ppc/fft_altivec_s.o
libavcodec/ppc/fft_altivec_s.S: Assembler messages:
libavcodec/ppc/fft_altivec_s.S:448: Error: expected comma after name `' in
.localentry dir
** Also affects: mythtv (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS with altivec on ppc64el
To manage notifications about
Here is a patch for the ABI v2:
--- libav-9.10.orig/libavcodec/ppc/asm.S
+++ libav-9.10/libavcodec/ppc/asm.S
@@ -36,12 +36,20 @@
.macro extfunc name
.global X(\name)
+#if _CALL_ELF == 2
+.text
+X(\name):
+addis %r2,%r12,.TOC.-X(\name)@ha
+addi %r2,%r2,.TOC.-X(\name)@l
+.loc
Yep, it seems that the file libavcodec/ppc/asm.S needs to be ported to
ABI v2. Let me work internally at IBM to do a patch for it.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263802
Title:
FTBFS
19 matches
Mail list logo