Re: ld segfaults on rawhide

2020-11-05 Thread Christoph Junghans
On Tue, Nov 3, 2020 at 10:42 AM Justin Forbes  wrote:
>
> On Tue, Nov 3, 2020 at 11:17 AM Miro Hrončok  wrote:
> >
> > On 11/3/20 6:08 PM, Jeff Law wrote:
> > >
> > > On 11/3/20 9:56 AM, Kevin Fenzi wrote:
> > >> On Tue, Nov 03, 2020 at 09:57:48AM -0600, Justin Forbes wrote:
> > >>> On Mon, Nov 2, 2020 at 10:38 AM Justin Forbes  
> > >>> wrote:
> >  On Sat, Oct 31, 2020 at 10:32 AM Jeff Law  wrote:
> > >
> > > On 10/31/20 9:13 AM, Christoph Junghans wrote:
> > >> Hi,
> > >>
> > >> I am getting the following error on all archs on rawhide:
> > >> collect2: fatal error: ld terminated with signal 11 [Segmentation
> > >> fault], core dumped
> > >> in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411
> > >>
> > >> any ideas?
> > > Given it's happening on multiple architectures, I'd guess its a linker
> > > bug of some kind.
> > >
> >  Definitely seems to be. Killed every arch for the kernel builds today 
> >  as well.
> > 
> > >>> Would it be possible/wise to untag the bad binutils build from rawhide
> > >>> until an answer is found here?
> > >> Well, it may already be out in yesterdays rawhide?
> > >>
> > >> I see:
> > >> https://koji.fedoraproject.org/koji/buildinfo?buildID=1637660
> > >> landed today...
> > >>
> > >> Does that one work any better?
> > >
> > > I ping'd Nick on this issue about an hour ago and he indicated it was
> > > now fixed in rawhide.
> > >
> >
> > It appears to be fixed in binutils 2.35.1-12.fc34
> >
> > At least rpm builds again.
> >
>
> kernel as well.

@Kevin Still segfaults, now inside using clang++-11:
Program received signal SIGSEGV, Segmentation fault.
0x7fb81e40aa88 in bfd_elf_link_add_symbols () from
/usr/lib64/libbfd-2.35.1-11.fc34.so
(gdb) bt
#0  0x7fb81e40aa88 in bfd_elf_link_add_symbols () from
/usr/lib64/libbfd-2.35.1-11.fc34.so
#1  0x55745267e16c in load_symbols.part ()
#2  0x55745267304c in open_input_bfds.lto_priv ()
#3  0x557452673116 in open_input_bfds.lto_priv ()
#4  0x55745267b538 in lang_process ()
#5  0x55745266bf97 in main ()
(from building votca-xtp with clang-11 on rawhide)

To reproduce, run:
$ docker run -it fedora:rawhide /bin/bash
in the container
$ dnf install git cmake eigen3-devel libint2-devel hdf5-devel
libxc-devel expat-devel boost-devel
$ git clone --recursive https://github.com/votca/votca
$ cmake -B build -DBUILD_XTP=ON votca
$ cmake --build build
wait and see the segfault.

Christoph

>
> Justin
> ___ 
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org



-- 
Christoph Junghans
Web: http://www.compphys.de
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-11-05 Thread Miroslav Suchý
Dne 04. 11. 20 v 16:58 Will Crawford napsal(a):
> Does anyone know when this is likely to be available in COPR build roots?

Copr does not have any special repository. As soon as it hit stable (see Bodhi) 
and the compose is made, then it is
available in Copr.

-- 
Miroslav Suchy, RHCA
Red Hat, Associate Manager ABRT/Copr, #brno, #fedora-buildsys
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-11-04 Thread Will Crawford
Does anyone know when this is likely to be available in COPR build roots?
My R package is still failing with a segfault (I resubmitted just now, all
excited, but it looks like it's still using 2.35.1-11 ...).

On Tue, 3 Nov 2020 at 17:17, Miro Hrončok  wrote:

> On 11/3/20 6:08 PM, Jeff Law wrote:
> >
> > On 11/3/20 9:56 AM, Kevin Fenzi wrote:
> >> On Tue, Nov 03, 2020 at 09:57:48AM -0600, Justin Forbes wrote:
> >>> On Mon, Nov 2, 2020 at 10:38 AM Justin Forbes 
> wrote:
>  On Sat, Oct 31, 2020 at 10:32 AM Jeff Law  wrote:
> >
> > On 10/31/20 9:13 AM, Christoph Junghans wrote:
> >> Hi,
> >>
> >> I am getting the following error on all archs on rawhide:
> >> collect2: fatal error: ld terminated with signal 11 [Segmentation
> >> fault], core dumped
> >> in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411
> >>
> >> any ideas?
> > Given it's happening on multiple architectures, I'd guess its a
> linker
> > bug of some kind.
> >
>  Definitely seems to be. Killed every arch for the kernel builds today
> as well.
> 
> >>> Would it be possible/wise to untag the bad binutils build from rawhide
> >>> until an answer is found here?
> >> Well, it may already be out in yesterdays rawhide?
> >>
> >> I see:
> >> https://koji.fedoraproject.org/koji/buildinfo?buildID=1637660
> >> landed today...
> >>
> >> Does that one work any better?
> >
> > I ping'd Nick on this issue about an hour ago and he indicated it was
> > now fixed in rawhide.
> >
>
> It appears to be fixed in binutils 2.35.1-12.fc34
>
> At least rpm builds again.
>
> --
> Miro Hrončok
> --
> Phone: +420777974800
> IRC: mhroncok
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-11-03 Thread Justin Forbes
On Tue, Nov 3, 2020 at 11:17 AM Miro Hrončok  wrote:
>
> On 11/3/20 6:08 PM, Jeff Law wrote:
> >
> > On 11/3/20 9:56 AM, Kevin Fenzi wrote:
> >> On Tue, Nov 03, 2020 at 09:57:48AM -0600, Justin Forbes wrote:
> >>> On Mon, Nov 2, 2020 at 10:38 AM Justin Forbes  
> >>> wrote:
>  On Sat, Oct 31, 2020 at 10:32 AM Jeff Law  wrote:
> >
> > On 10/31/20 9:13 AM, Christoph Junghans wrote:
> >> Hi,
> >>
> >> I am getting the following error on all archs on rawhide:
> >> collect2: fatal error: ld terminated with signal 11 [Segmentation
> >> fault], core dumped
> >> in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411
> >>
> >> any ideas?
> > Given it's happening on multiple architectures, I'd guess its a linker
> > bug of some kind.
> >
>  Definitely seems to be. Killed every arch for the kernel builds today as 
>  well.
> 
> >>> Would it be possible/wise to untag the bad binutils build from rawhide
> >>> until an answer is found here?
> >> Well, it may already be out in yesterdays rawhide?
> >>
> >> I see:
> >> https://koji.fedoraproject.org/koji/buildinfo?buildID=1637660
> >> landed today...
> >>
> >> Does that one work any better?
> >
> > I ping'd Nick on this issue about an hour ago and he indicated it was
> > now fixed in rawhide.
> >
>
> It appears to be fixed in binutils 2.35.1-12.fc34
>
> At least rpm builds again.
>

kernel as well.

Justin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-11-03 Thread Miro Hrončok

On 11/3/20 6:08 PM, Jeff Law wrote:


On 11/3/20 9:56 AM, Kevin Fenzi wrote:

On Tue, Nov 03, 2020 at 09:57:48AM -0600, Justin Forbes wrote:

On Mon, Nov 2, 2020 at 10:38 AM Justin Forbes  wrote:

On Sat, Oct 31, 2020 at 10:32 AM Jeff Law  wrote:


On 10/31/20 9:13 AM, Christoph Junghans wrote:

Hi,

I am getting the following error on all archs on rawhide:
collect2: fatal error: ld terminated with signal 11 [Segmentation
fault], core dumped
in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411

any ideas?

Given it's happening on multiple architectures, I'd guess its a linker
bug of some kind.


Definitely seems to be. Killed every arch for the kernel builds today as well.


Would it be possible/wise to untag the bad binutils build from rawhide
until an answer is found here?

Well, it may already be out in yesterdays rawhide?

I see:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1637660
landed today...

Does that one work any better?


I ping'd Nick on this issue about an hour ago and he indicated it was
now fixed in rawhide.



It appears to be fixed in binutils 2.35.1-12.fc34

At least rpm builds again.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-11-03 Thread Jeff Law

On 11/3/20 9:56 AM, Kevin Fenzi wrote:
> On Tue, Nov 03, 2020 at 09:57:48AM -0600, Justin Forbes wrote:
>> On Mon, Nov 2, 2020 at 10:38 AM Justin Forbes  wrote:
>>> On Sat, Oct 31, 2020 at 10:32 AM Jeff Law  wrote:

 On 10/31/20 9:13 AM, Christoph Junghans wrote:
> Hi,
>
> I am getting the following error on all archs on rawhide:
> collect2: fatal error: ld terminated with signal 11 [Segmentation
> fault], core dumped
> in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411
>
> any ideas?
 Given it's happening on multiple architectures, I'd guess its a linker
 bug of some kind.

>>> Definitely seems to be. Killed every arch for the kernel builds today as 
>>> well.
>>>
>> Would it be possible/wise to untag the bad binutils build from rawhide
>> until an answer is found here?
> Well, it may already be out in yesterdays rawhide?
>
> I see:
> https://koji.fedoraproject.org/koji/buildinfo?buildID=1637660
> landed today... 
>
> Does that one work any better?

I ping'd Nick on this issue about an hour ago and he indicated it was
now fixed in rawhide.


jeff

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-11-03 Thread Miro Hrončok

On 10/31/20 4:13 PM, Christoph Junghans wrote:

Hi,

I am getting the following error on all archs on rawhide:
collect2: fatal error: ld terminated with signal 11 [Segmentation
fault], core dumped
in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411

any ideas?


Yes, see:

https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/XH22TZWCLRUC5GOOVH4ZB5QPDRYAN4CJ/

and

https://bugzilla.redhat.com/show_bug.cgi?id=1893734

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-11-03 Thread Kevin Fenzi
On Tue, Nov 03, 2020 at 09:57:48AM -0600, Justin Forbes wrote:
> On Mon, Nov 2, 2020 at 10:38 AM Justin Forbes  wrote:
> >
> > On Sat, Oct 31, 2020 at 10:32 AM Jeff Law  wrote:
> > >
> > >
> > > On 10/31/20 9:13 AM, Christoph Junghans wrote:
> > > > Hi,
> > > >
> > > > I am getting the following error on all archs on rawhide:
> > > > collect2: fatal error: ld terminated with signal 11 [Segmentation
> > > > fault], core dumped
> > > > in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411
> > > >
> > > > any ideas?
> > >
> > > Given it's happening on multiple architectures, I'd guess its a linker
> > > bug of some kind.
> > >
> >
> > Definitely seems to be. Killed every arch for the kernel builds today as 
> > well.
> >
> 
> Would it be possible/wise to untag the bad binutils build from rawhide
> until an answer is found here?

Well, it may already be out in yesterdays rawhide?

I see:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1637660
landed today... 

Does that one work any better?

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-11-03 Thread Justin Forbes
On Mon, Nov 2, 2020 at 10:38 AM Justin Forbes  wrote:
>
> On Sat, Oct 31, 2020 at 10:32 AM Jeff Law  wrote:
> >
> >
> > On 10/31/20 9:13 AM, Christoph Junghans wrote:
> > > Hi,
> > >
> > > I am getting the following error on all archs on rawhide:
> > > collect2: fatal error: ld terminated with signal 11 [Segmentation
> > > fault], core dumped
> > > in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411
> > >
> > > any ideas?
> >
> > Given it's happening on multiple architectures, I'd guess its a linker
> > bug of some kind.
> >
>
> Definitely seems to be. Killed every arch for the kernel builds today as well.
>

Would it be possible/wise to untag the bad binutils build from rawhide
until an answer is found here?

Justin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-11-02 Thread Justin Forbes
On Sat, Oct 31, 2020 at 10:32 AM Jeff Law  wrote:
>
>
> On 10/31/20 9:13 AM, Christoph Junghans wrote:
> > Hi,
> >
> > I am getting the following error on all archs on rawhide:
> > collect2: fatal error: ld terminated with signal 11 [Segmentation
> > fault], core dumped
> > in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411
> >
> > any ideas?
>
> Given it's happening on multiple architectures, I'd guess its a linker
> bug of some kind.
>

Definitely seems to be. Killed every arch for the kernel builds today as well.

Justin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-10-31 Thread Christoph Junghans
On Sat, Oct 31, 2020 at 9:32 AM Jeff Law  wrote:
>
>
> On 10/31/20 9:13 AM, Christoph Junghans wrote:
> > Hi,
> >
> > I am getting the following error on all archs on rawhide:
> > collect2: fatal error: ld terminated with signal 11 [Segmentation
> > fault], core dumped
> > in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411
> >
> > any ideas?
>
> Given it's happening on multiple architectures, I'd guess its a linker
> bug of some kind.
>
>
> Nick (on-cc)?  Thoughts here?
Good point, I did a scratch build
(https://koji.fedoraproject.org/koji/taskinfo?taskID=54554103) before
that passed:
binutils changed from
DEBUG util.py:636:   binutilsx86_64
2.35.1-10.fc34   build  5.4 M
DEBUG util.py:636:   binutils-gold   x86_64
2.35.1-10.fc34   build  777 k
to
DEBUG util.py:636:   binutilsx86_64
2.35.1-11.fc34   build  5.4 M
DEBUG util.py:636:   binutils-gold   x86_64
2.35.1-11.fc34   build  779 k

That change seems to be due to
https://bugzilla.redhat.com/show_bug.cgi?id=1889763

Christoph

>
>
> Jeff
>


-- 
Christoph Junghans
Web: http://www.compphys.de
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: ld segfaults on rawhide

2020-10-31 Thread Jeff Law

On 10/31/20 9:13 AM, Christoph Junghans wrote:
> Hi,
>
> I am getting the following error on all archs on rawhide:
> collect2: fatal error: ld terminated with signal 11 [Segmentation
> fault], core dumped
> in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411
>
> any ideas?

Given it's happening on multiple architectures, I'd guess its a linker
bug of some kind.


Nick (on-cc)?  Thoughts here?


Jeff
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


ld segfaults on rawhide

2020-10-31 Thread Christoph Junghans
Hi,

I am getting the following error on all archs on rawhide:
collect2: fatal error: ld terminated with signal 11 [Segmentation
fault], core dumped
in https://koji.fedoraproject.org/koji/taskinfo?taskID=54629411

any ideas?

Christoph

-- 
Christoph Junghans
Web: http://www.compphys.de
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org