On 13/08/10 08:50, Eric Bélanger wrote:
On Thu, Aug 12, 2010 at 6:35 PM, Eric Bélanger<snowmaniscool@gmail.com> wrote:
On Thu, Aug 12, 2010 at 1:25 AM, Allan McRae<allan@archlinux.org> wrote:
On 12/08/10 05:37, Eric Bélanger wrote:
On Wed, Aug 11, 2010 at 10:47 AM, Allan McRae<allan@archlinux.org> wrote:
ppl-0.11-1 - upstream update elfutils-0.148-1 - replacement for libelf (needed for tools/perf) gcc-4.5.1-1 - upstream update, rebuilt against ppl-0.11 and elfultils libtool-2.2.10-3 - rebuild against gcc-4.5.1
There are still some ppl and elfutils rebuilds to do. The only package from [extra] left is ddd and that needs patching to build. All the cross-compilers from [community] need rebuilt too...
ddd is done. I'm uploading it to testing now.
Thanks.
I do not feel any need to wait on the cross-compilers in [community] to be finished rebuilding before moving this so everybody feel free to signoff at any stage.
Allan
FYI: The source can't be downoaded. Not sure is it's temporary.
$ zcat /var/log/sourceballs/elfutils.gz ==> Making package: elfutils 0.148-1 (Thu Aug 12 16:23:04 EDT 2010) ==> Retrieving Sources... -> Downloading elfutils-0.148.tar.bz2... --2010-08-12 16:23:04-- https://fedorahosted.org/releases/e/l/elfutils/elfutils-0.148.tar.bz2 Resolving fedorahosted.org... 66.135.52.17 Connecting to fedorahosted.org|66.135.52.17|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2010-08-12 16:23:04 ERROR 403: Forbidden.
==> ERROR: Failure while downloading elfutils-0.148.tar.bz2 Aborting...
This source url works: https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2
Fixed. It looks like some shuffling is happening on the server as they still have the old link pointing to nothing...
BTW, there are 2 patches in https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/ . Maybe they would be useful, I haven't looked at them.
The portability patch is not needed as we have a new toolchain and do not support exotic systems. The robustness patch is a Fedora thing. It appears to have been rejected from inclusion into the main elfutils codebase. You can read details about what it includes here: https://fedorahosted.org/pipermail/elfutils-devel/2009-September/000672.html . Essentially, it allows the elfutils binaries to be robust to files with broken ELF information. Although not accepted, the robustness patch is somewhat standard... However, I would prefer to stick to upstream as then I can make a release without waiting on Fedora to do their update (that annoyed me when I was using a i18n patch for coreutils from Fedora). Also, no-one is really going to use the elfutils eu-readelf and eu-strip. They are going to use the ones from binutils. Allan