[Bug 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236141

--- Comment #11 from Antoine Brodin  ---
On i386,  graphics/cairo no longer builds,  more than 5000 ports skipped

http://beefy11.nyi.freebsd.org/data/head-i386-default/p496612_s345426/logs/errors/cairo-1.15.12,2.log

-- 
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 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236141

--- Comment #13 from Antoine Brodin  ---
(In reply to Jan Beich from comment #12)
it's possible..

-- 
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 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236141

--- Comment #12 from Jan Beich  ---
antoine@, are you sure it's not one of elftoolchain affecting string(1)?
ax_cv_c_float_words_bigendian check in cairo doesn't use shared libraries.

-- 
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 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236141

--- Comment #14 from Antoine Brodin  ---
(In reply to Jan Beich from comment #12)
right it was fixed by base r345431

-- 
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 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236141

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

Author: kwm
Date: Sat Mar 23 10:58:50 UTC 2019
New revision: 496635
URL: https://svnweb.freebsd.org/changeset/ports/496635

Log:
  Fix build after base r345349

  While here, do some cleanup of the port.
  Release maintainer

  PR:   236141

Changes:
  head/x11-toolkits/gtkglarea2/Makefile
  head/x11-toolkits/gtkglarea2/files/
  head/x11-toolkits/gtkglarea2/files/patch-Makefile.in

-- 
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 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236141

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

Author: kwm
Date: Sat Mar 23 11:02:35 UTC 2019
New revision: 496636
URL: https://svnweb.freebsd.org/changeset/ports/496636

Log:
  Fix build after base r345349

  PR:   236141

Changes:
  head/x11-toolkits/gtkimageview/Makefile

-- 
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 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236141

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

Author: kwm
Date: Sat Mar 23 11:44:52 UTC 2019
New revision: 496640
URL: https://svnweb.freebsd.org/changeset/ports/496640

Log:
  Drop libsocialweb support, it is archived upstream.

  libsocialweb is broken after base r345349. While here pet portlint.

  PR:   236141

Changes:
  head/net-im/folks/Makefile
  head/net-im/folks/pkg-plist

-- 
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 236568] devel/xwpe: clang 8 crashes during build on armv7

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236568

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

Author: dim
Date: Sat Mar 23 14:10:06 UTC 2019
New revision: 345449
URL: https://svnweb.freebsd.org/changeset/base/345449

Log:
  Pull in r356809 from upstream llvm trunk (by Eli Friedman):

[ARM] Don't form "ands" when it isn't scheduled correctly.

In r322972/r323136, the iteration here was changed to catch cases at
the beginning of a basic block... but we accidentally deleted an
important safety check.  Restore that check to the way it was.

Fixes https://bugs.llvm.org/show_bug.cgi?id=41116

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

  This should fix "Assertion failed: (LiveCPSR && "CPSR liveness tracking
  is wrong!"), function UpdateCPSRUse" errors when building the devel/xwpe
  port for armv7.

  PR:   236062, 236568
  MFC after:1 month
  X-MFC-With:   r344779

Changes:
  head/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp

-- 
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 236582] Enable LLVM openmp on i386

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236582

Dimitry Andric  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #9 from Dimitry Andric  ---
We now have openmp on i386.

-- 
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 236581] /usr/lib/libomp.so underlinking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236581

Dimitry Andric  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #10 from Dimitry Andric  ---
libomp.so now has all the DT_NEEDED entries it requires.

-- 
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 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236141

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

Author: kwm
Date: Sat Mar 23 16:28:24 UTC 2019
New revision: 496668
URL: https://svnweb.freebsd.org/changeset/ports/496668

Log:
  Fix build after base r345349

  While here pet portlint.

  PR:   236141

Changes:
  head/graphics/goocanvas/Makefile

-- 
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 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236141

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

Author: kwm
Date: Sat Mar 23 19:19:59 UTC 2019
New revision: 496684
URL: https://svnweb.freebsd.org/changeset/ports/496684

Log:
  Fix build after base r345349

  PR:   236141

Changes:
  head/x11-toolkits/libgnomeui/Makefile

-- 
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 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking

2019-03-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236141

--- Comment #20 from Antoine Brodin  ---
New failures on amd64 (on ports/head@496002):

+ {"origin"=>"audio/libshout", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"audio/sdl_sound", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"audio/shout-idjc", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"audio/slv2", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"biology/iolib", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"biology/ncbi-cxx-toolkit", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"cad/geda", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"cad/lepton-eda", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"cad/netgen", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"databases/postgis20", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"databases/postgis21", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"deskutils/gworkspace-gwmetadata", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"devel/libglade2", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"devel/redasm", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"devel/smack", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"emulators/virtualbox-ose", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"emulators/virtualbox-ose-nox11", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"games/ggz-gtk-client", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"games/torcs", "phase"=>"build", "errortype"=>"bad_C++_code"}
+ {"origin"=>"graphics/cinepaint", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"graphics/dia", "phase"=>"build", "errortype"=>"bad_C++_code"}
+ {"origin"=>"graphics/goocanvas", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"graphics/krita", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"graphics/libpano13", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"graphics/libpuzzle", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"graphics/librasterlite2", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"graphics/luminance-qt5", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"graphics/nvidia-texture-tools", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"graphics/sdl_ttf", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"graphics/svg2pdf", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"graphics/svg2png", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"graphics/tesseract", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"graphics/xsvg", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"mail/dbmail", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"math/ggobi", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"math/pspp", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"net/liblinphone", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"net/xorp", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"net/xrdp", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"print/libharu", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"print/panda", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"science/healpix", "flavor"=>"c", "phase"=>"configure",
"errortype"=>"configure_error"}
+ {"origin"=>"science/healpix", "phase"=>"configure",
"errortype"=>"configure_error"}
+ {"origin"=>"science/medit", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"sysutils/bareos-server", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"sysutils/bareos16-server", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"sysutils/pacman", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"sysutils/zol", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"textproc/link-grammar", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"www/faup", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"www/libsocialweb", "phase"=>"build", "errortype"=>"linker_error"}
+ {"origin"=>"x11-toolkits/gtk30", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"x11-toolkits/gtkglarea2", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"x11-toolkits/gtkimageview", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"x11-toolkits/gtkmathview", "phase"=>"build",
"errortype"=>"bad_C++_code"}
+ {"origin"=>"x11-toolkits/libgdiplus", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"x11-toolkits/libsexy", "phase"=>"build",
"errortype"=>"linker_error"}
+ {"origin"=>"x11-toolkits/nucleo", "phase"=>"build",
"errortype"=>"bad_C++_code"}
+ {"origin"=>"x11/radare-cutter", "phase"=>"build",
"errortype"=>"linker_error"}

New failure logs (ipv6 only):

http://beefy12.nyi.freebsd.org/dat