[Bug 250992] Binaries produced by clang -pg on x86-64 always crash in ld-elf.so.1

2020-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250992

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|toolch...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 250783] ld segmentation fault

2020-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250783

Dimitry Andric  changed:

   What|Removed |Added

 Status|Open|In Progress
  Flags||mfc-stable12+,
   ||mfc-stable11+

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 250783] ld segmentation fault

2020-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250783

--- Comment #11 from commit-h...@freebsd.org ---
A commit references this bug:

Author: dim
Date: Thu Nov 12 19:25:31 UTC 2020
New revision: 367623
URL: https://svnweb.freebsd.org/changeset/base/367623

Log:
  Merge commit 8df4e6094 from llvm git (by Fangrui Song):

[ELF] Don't consider SHF_ALLOC ".debug*" sections debug sections

Fixes PR48071

* The Rust compiler produces SHF_ALLOC `.debug_gdb_scripts` (which
  normally does not have the flag)
* `.debug_gdb_scripts` sections are removed from `inputSections` due
  to --strip-debug/--strip-all
* When processing --gc-sections, pieces of a SHF_MERGE section can be
  marked live separately

`=>` segfault when marking liveness of a `.debug_gdb_scripts` which
is not split into pieces (because it is not in `inputSections`)

This patch circumvents the problem by not treating SHF_ALLOC
".debug*" as debug sections (to prevent --strip-debug's stripping)
(which is still useful on its own).

Reviewed By: grimar

Differential Revision: https://reviews.llvm.org/D91291

  This should fix lld segfaulting when linking the rust-based parts of the
  devel/py-maturin port.

  Reported by:  Nick Venenga 
  PR:   250783
  MFC after:3 days

Changes:
  head/contrib/llvm-project/lld/ELF/InputSection.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 250740] mail/mailsync 12.2-RELEASE breaks package build

2020-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250740

Fernando ApesteguĂ­a  changed:

   What|Removed |Added

  Flags||merge-quarterly+

--- Comment #16 from Fernando ApesteguĂ­a  ---
Done.

Thanks for looking at this!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 250740] mail/mailsync 12.2-RELEASE breaks package build

2020-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250740

--- Comment #15 from commit-h...@freebsd.org ---
A commit references this bug:

Author: fernape
Date: Thu Nov 12 11:22:09 UTC 2020
New revision: 554951
URL: https://svnweb.freebsd.org/changeset/ports/554951

Log:
  MFH: r554949

  mail/cclient: Unbreak in 11.4 and 12.2

  Dimitry sent a more generic patch that workarounds the problem in
mail/cclient
  instead of its consumers.

  Related to r554904.

  PR:   250740
  Submitted by: d...@freebsd.org
  Reported by:  co...@fbug.ksac.uk

  Approved by:  ports-secteam (blanket, build fix)

Changes:
_U  branches/2020Q4/
  branches/2020Q4/mail/cclient/Makefile
  branches/2020Q4/mail/cclient/files/patch-src_c-client_c-client.h

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 250740] mail/mailsync 12.2-RELEASE breaks package build

2020-11-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250740

--- Comment #14 from commit-h...@freebsd.org ---
A commit references this bug:

Author: fernape
Date: Thu Nov 12 11:18:35 UTC 2020
New revision: 554949
URL: https://svnweb.freebsd.org/changeset/ports/554949

Log:
  mail/cclient: Unbreak in 11.4 and 12.2

  Dimitry sent a more generic patch that workarounds the problem in
mail/cclient
  instead of its consumers.

  Related to r554904.

  PR:   250740
  Submitted by: d...@freebsd.org
  Reported by:  co...@fbug.ksac.uk
  MFH:  2020Q4 (blanket, build fix)

Changes:
  head/mail/cclient/Makefile
  head/mail/cclient/files/patch-src_c-client_c-client.h

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"