Bug 217948 - www/chromium 57.0.2987.110 does not build
Summary: www/chromium 57.0.2987.110 does not build
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-chromium (Nobody)
URL: https://reviews.llvm.org/D25389
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-20 12:53 UTC by Thomas Zander
Modified: 2017-03-25 07:20 UTC (History)
5 users (show)

See Also:
cpm: maintainer-feedback+


Attachments
poudriere testport log on stable/11 (254.04 KB, application/x-xz)
2017-03-20 12:53 UTC, Thomas Zander
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!