Re: Haskell failures: relocation refers to local symbol "" [1], which is defined in a discarded section

2018-07-24 Thread Miro Hrončok
On 24.7.2018 11:53, Nick Clifton wrote: Hi Florian, Linking dist/build/tests-asn1-encoding/tests-asn1-encoding ... /tmp/ghc8eea_0/ghc_2.o(.gnu.build.attributes..text.startup+0x18): error: relocation refers to local symbol "" [11], which is defined in a discarded section    section group

Re: Haskell failures: relocation refers to local symbol "" [1], which is defined in a discarded section

2018-07-24 Thread Nick Clifton
Hi Florian, >> Linking dist/build/tests-asn1-encoding/tests-asn1-encoding ... >> /tmp/ghc8eea_0/ghc_2.o(.gnu.build.attributes..text.startup+0x18): error: >> relocation refers to local symbol "" [11], which is defined in a discarded >> section >>    section group signature: "(null)" This should

Re: Haskell failures: relocation refers to local symbol "" [1], which is defined in a discarded section

2018-07-23 Thread Miro Hrončok
On 23.7.2018 19:34, Miro Hrončok wrote: On 23.7.2018 19:28, Florian Weimer wrote: On 07/23/2018 07:24 PM, Miro Hrončok wrote: On 12.7.2018 18:48, Florian Weimer wrote: On 07/12/2018 10:44 AM, Florian Weimer wrote: On 07/12/2018 02:04 AM, Elliott Sales de Andrade wrote: Does anyone know

Re: Haskell failures: relocation refers to local symbol "" [1], which is defined in a discarded section

2018-07-23 Thread Miro Hrončok
On 23.7.2018 19:28, Florian Weimer wrote: On 07/23/2018 07:24 PM, Miro Hrončok wrote: On 12.7.2018 18:48, Florian Weimer wrote: On 07/12/2018 10:44 AM, Florian Weimer wrote: On 07/12/2018 02:04 AM, Elliott Sales de Andrade wrote: Does anyone know what's going on here? Is is annobin, new

Re: Haskell failures: relocation refers to local symbol "" [1], which is defined in a discarded section

2018-07-23 Thread Florian Weimer
On 07/23/2018 07:24 PM, Miro Hrončok wrote: On 12.7.2018 18:48, Florian Weimer wrote: On 07/12/2018 10:44 AM, Florian Weimer wrote: On 07/12/2018 02:04 AM, Elliott Sales de Andrade wrote: Does anyone know what's going on here? Is is annobin, new binutils, something else? The earliest

Re: Haskell failures: relocation refers to local symbol "" [1], which is defined in a discarded section

2018-07-23 Thread Miro Hrončok
On 12.7.2018 18:48, Florian Weimer wrote: On 07/12/2018 10:44 AM, Florian Weimer wrote: On 07/12/2018 02:04 AM, Elliott Sales de Andrade wrote: Does anyone know what's going on here? Is is annobin, new binutils, something else? The earliest failing build I can find is git-annex [3], and the

Re: Haskell failures: relocation refers to local symbol "" [1], which is defined in a discarded section

2018-07-12 Thread Florian Weimer
On 07/12/2018 10:44 AM, Florian Weimer wrote: On 07/12/2018 02:04 AM, Elliott Sales de Andrade wrote: Does anyone know what's going on here? Is is annobin, new binutils, something else? The earliest failing build I can find is git-annex [3], and the dependency changes show annobin, binutils,

Re: Haskell failures: relocation refers to local symbol "" [1], which is defined in a discarded section

2018-07-12 Thread Florian Weimer
On 07/12/2018 02:04 AM, Elliott Sales de Andrade wrote: Does anyone know what's going on here? Is is annobin, new binutils, something else? The earliest failing build I can find is git-annex [3], and the dependency changes show annobin, binutils, and glibc (among others.) It's a change in

Re: Haskell failures: relocation refers to local symbol "" [1], which is defined in a discarded section

2018-07-12 Thread Matt Milosevic
On Thu, Jul 12, 2018, 02:05 Elliott Sales de Andrade < quantum.anal...@gmail.com> wrote: > > Does anyone know what's going on here? Is is annobin, new binutils, > something else? The earliest failing build I can find is git-annex [3], and > the dependency changes show annobin, binutils, and glibc

Haskell failures: relocation refers to local symbol "" [1], which is defined in a discarded section

2018-07-11 Thread Elliott Sales de Andrade
Hello all, All Haskell packages seem to be broken now, e.g., ghc-optional-args [1] or anything on koschei [2]. They all fail like this: + ghc --make -no-user-package-db -dynamic Setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ...