[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2011-01-20 Thread Jani Monoses
a fix was copied from libffi, and the previous change undone.

** Changed in: plt-scheme (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/635415

Title:
  armel build failure (uses internal outdated libffi)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2011-01-19 Thread Tobin Davis
** Changed in: plt-scheme (Ubuntu)
 Assignee: David Sugar (dyfet) = Jani Monoses (jani)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/635415

Title:
  armel build failure (uses internal outdated libffi)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-12 Thread Loïc Minier
I couldn't find a rachet package; does it change anything what the
name of the package is?  I expect the packaging will be moved to the new
name, just like this bug

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-12 Thread David Sugar
It is also an entirely new baseline upstream release (5.0) as well as a
rename.  This patch may still apply under the new name, but when it
happens all the dependent packages will also have to be rebuilt anyway,
so that is when it would make sense to change it to use the external
libffi and play with linking or otherwise playing with it, assuming the
5.x upstream still bundles it's own local libffi.

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-11 Thread David Sugar
Finally, the package is being renamed and redone in Natty, as happened
in Debian.  Upstream renamed itself rachet starting with 5.0.  Hence, my
original patch, or any patch, has a short shelf life.  The goal was to
avoid having to do SRU's just because of armel for Maverick, and not to
change the way this and dependent packages are built or linked on the
other architectures in Maverick.

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-11 Thread Brian Murray
** Tags added: patch

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-04 Thread David Sugar
There are specific reasons the patch was done the way it was:

First, it did not make sense to modify in any way the build of plt-
scheme on other architectures this close to release.  We would have had
to rebuild all packages dependent on it, and verify they were not broken
as a result of such a change like the one originally proposed to change
the linkage and use an external instance of libffi.  Hence, I sought a
change that only effects and resolves the issue for armel without
risking effecting the builds on any other architecture.

Second, because of the way libtool works, it strips out most cflags
options when compiling .S files.  For this reason, the only clear way to
force feed the necessary option from the debian rules was to override CC
itself.

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-02 Thread Matthias Klose
the patch is wrong. it works around a bug in libffi, which is both fixed
upstream and in the Ubuntu package. so either fix the copy of libffi, or
use the system libffi.

** Changed in: plt-scheme (Ubuntu)
   Status: Fix Released = Confirmed

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-02 Thread Steve Langasek
** Changed in: plt-scheme (Ubuntu)
 Assignee: (unassigned) = David Sugar (dyfet)

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-01 Thread David Sugar
I do have a simple patch for this, attached...


** Patch added: debdiff plt-scheme_4.2.4-2.dsc plt-scheme_4.2.4-2ubuntu1.dsc
   
https://bugs.launchpad.net/ubuntu/+source/plt-scheme/+bug/635415/+attachment/1663970/+files/plt-scheme.debdiff

** Changed in: plt-scheme (Ubuntu)
 Assignee: David Sugar (dyfet) = (unassigned)

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-01 Thread Michael Casadevall
Requesting freeze exception to upload as we're past RC and final freeze
to upload FTBFS resolivng bug. Changes are ARM specific, and will not
interfere on any other architecture. No code changes.

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-01 Thread Iulian Udrea
I wonder why you subscribed motu-release.  It's ubuntu-release these
days...

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-01 Thread Iulian Udrea
Approved.  Please upload.

** Changed in: plt-scheme (Ubuntu)
   Status: New = Confirmed

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-01 Thread Steve Langasek
N.B.: as a bug fix to an unseeded universe package, this doesn't require
a freeze exception at all, you can just upload to the queue.

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-01 Thread Scott Kitterman
As discussed,  no FFe needed.

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-10-01 Thread Launchpad Bug Tracker
This bug was fixed in the package plt-scheme - 4.2.4-2ubuntu1

---
plt-scheme (4.2.4-2ubuntu1) maverick; urgency=low

  * Use -mfloat-abi=soft for thumb2 assembler (LP: #635415)
 -- David Sugar david.su...@canonical.com   Fri, 01 Oct 2010 14:00:26 +

** Changed in: plt-scheme (Ubuntu)
   Status: Confirmed = Fix Released

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-09-30 Thread Jamie Bennett
** Tags added: ftbfs

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-09-21 Thread Oliver Grawert
** Changed in: plt-scheme (Ubuntu)
 Assignee: Oliver Grawert (ogra) = David Sugar (dyfet)

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 635415] Re: armel build failure (uses internal outdated libffi)

2010-09-18 Thread Matthias Klose
** Changed in: plt-scheme (Ubuntu)
 Assignee: (unassigned) = Oliver Grawert (ogra)

-- 
armel build failure (uses internal outdated libffi)
https://bugs.launchpad.net/bugs/635415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs