Bug#799099: [Pkg-julia-devel] Bug#799099: Bug#799099: julia: please drop build-depends on patchelf

2015-09-16 Thread Viral Shah
We should probably migrate this patch upstream (into the Julia project), to be default for those architectures. -viral > On 16-Sep-2015, at 2:48 am, Graham Inggs wrote: > > Hi Elliot > > On 15 September 2015 at 23:12, Elliot Saba wrote: >> Graham,

Bug#799099: [Pkg-julia-devel] Bug#799099: julia: please drop build-depends on patchelf

2015-09-15 Thread Elliot Saba
Graham, without setting `USE_SYSTEM_PATCHELF=1`, I believe the Makefiles will still attempt to download and install `patchelf`. `USE_SYSTEM_*` variables are used to tell the Makefile system to not build dependencies automatically, and so since `USE_SYSTEM_PATCHELF=0` is now the default with this

Bug#799099: [Pkg-julia-devel] Bug#799099: julia: please drop build-depends on patchelf

2015-09-15 Thread Graham Inggs
Hi Elliot On 15 September 2015 at 23:12, Elliot Saba wrote: > Graham, without setting `USE_SYSTEM_PATCHELF=1`, I believe the Makefiles > will still attempt to download and install `patchelf`. That is correct. I made this change in debian/rules, see 'no-patchelf.diff'. I

Bug#799099: [Pkg-julia-devel] Bug#799099: julia: please drop build-depends on patchelf

2015-09-15 Thread Elliot Saba
Ah, I misread the diff, I thought you were removing the line, not adding it. Thanks. On Tue, Sep 15, 2015 at 2:18 PM, Graham Inggs wrote: > Hi Elliot > > On 15 September 2015 at 23:12, Elliot Saba wrote: > > Graham, without setting

Bug#799099: julia: please drop build-depends on patchelf

2015-09-15 Thread Graham Inggs
Source: julia Version: 0.3.11-1 Tags: patch Hi Maintainer Patchelf is buggy on ARM and PPC architectures. Julia's Makefile contains the following comment at around line 282: # Update RPATH entries and JL_SYSTEM_IMAGE_PATH if $(private_libdir_rel) != $(build_private_libdir_rel) The attached