Bug 217948

Summary: www/chromium 57.0.2987.110 does not build
Product: Ports & Packages Reporter: Thomas Zander <riggs>
Component: Individual Port(s)Assignee: freebsd-chromium (Nobody) <chromium>
Status: Closed Overcome By Events    
Severity: Affects Some People CC: cpm, freebsd2013, junchoon, maciej, o.hushchenkov
Priority: --- Flags: cpm: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.llvm.org/D25389
Attachments:
Description Flags
poudriere testport log on stable/11 none

Description Thomas Zander freebsd_committer freebsd_triage 2017-03-20 12:53:47 UTC
Created attachment 180991 [details]
poudriere testport log on stable/11
Comment 1 Oleh Hushchenkov 2017-03-21 10:02:25 UTC
I am affected too.

# uname -a
FreeBSD merom 11.0-STABLE FreeBSD 11.0-STABLE #0 r315564: Mon Mar 20 01:55:52 EET 2017     root@merom:/usr/obj/usr/src/sys/GENERIC  amd64

=== Config ===

OPTIONS_FILE_SET+=CODECS
OPTIONS_FILE_UNSET+=DRIVER
OPTIONS_FILE_UNSET+=GCONF
OPTIONS_FILE_UNSET+=KERBEROS
OPTIONS_FILE_SET+=ALSA
OPTIONS_FILE_UNSET+=PULSEAUDIO
OPTIONS_FILE_UNSET+=DEBUG
OPTIONS_FILE_UNSET+=TEST
Comment 2 Carlos J. Puga Medina freebsd_committer freebsd_triage 2017-03-22 10:23:43 UTC
dim@ has fixed std::pair on 11-STABLE (r315702)

https://svnweb.freebsd.org/base?view=revision&revision=315702
Comment 3 freebsd2013 2017-03-22 13:18:09 UTC
Successfull build after src update from r315421 to r315709 :

cd /usr/src; make update
[...]
U    contrib/libc++/include/utility
[...]
At revision 315709.


make -DNO_CLEAN libraries
cd /usr/ports/www/chromium; make

Many thx,

-- Cybil

# uname -vpUK
FreeBSD 11.0-STABLE #117 r315421: Fri Mar 17 07:09:54 CET 2017     root@xxxx:/usr/obj/usr/src/sys/GENERIC  amd64 1100510 1100510
Comment 4 Oleh Hushchenkov 2017-03-22 17:00:05 UTC
(In reply to Carlos J. Puga Medina from comment #2)

> https://svnweb.freebsd.org/base?view=revision&revision=315702
Fix the issue for me.

Thanks!
Comment 5 Thomas Zander freebsd_committer freebsd_triage 2017-03-25 07:20:32 UTC
(In reply to Carlos J. Puga Medina from comment #2)

Confirmed, this fixes the issue. Thanks!