Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2017 11:01:21 -0500
From:      Shawn Webb <shawn.webb@hardenedbsd.org>
To:        freebsd-ports@freebsd.org
Subject:   www/chromium build failure on 12-CURRENT
Message-ID:  <20170111160121.rdzny5cufrsn5eo4@mutt-hardenedbsd>

next in thread | raw e-mail | index | archive | help

--rjc3yeaiz5vj3d2m
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hey All,

It looks like www/chromium fails to build on 12-CURRENT. Has anyone else
run into this?

The relevant erroring lines:

=3D=3D=3D=3D BEGIN LOG =3D=3D=3D=3D
clang++39 -MMD -MF obj/services/ui/ws/lib/window_manager_display_root.o.d -=
D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=3D1 -DV8_DEPRECATION_WARNINGS -DENABLE_MDNS=
=3D1 -DENABLE_NOTIFICATIONS -DENABLE_PEPPER_CDMS -DENABLE_PLUGINS=3D1 -DENA=
BLE_PDF=3D1 -DENABLE_PRINTING=3D1 -DENABLE_BASIC_PRINTING=3D1 -DENABLE_PRIN=
T_PREVIEW=3D1 -DENABLE_SPELLCHECK=3D1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE=
_AURA=3D1 -DUSE_PANGO=3D1 -DUSE_CAIRO=3D1 -DUSE_CLIPBOARD_AURAX11=3D1 -DUSE=
_DEFAULT_RENDER_THEME=3D1 -DUSE_GLIB=3D1 -DUSE_NSS_CERTS=3D1 -DUSE_X11=3D1 =
-DNO_TCMALLOC -DENABLE_WEBRTC=3D1 -DDISABLE_NACL -DENABLE_EXTENSIONS=3D1 -D=
ENABLE_TASK_MANAGER=3D1 -DENABLE_THEMES=3D1 -DENABLE_CAPTIVE_PORTAL_DETECTI=
ON=3D1 -DENABLE_SESSION_SERVICE=3D1 -DENABLE_SUPERVISED_USERS=3D1 -DENABLE_=
SERVICE_DISCOVERY=3D1 -DUSE_PROPRIETARY_CODECS -DFULL_SAFE_BROWSING -DSAFE_=
BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DENABLE_MEDIA_ROUTE=
R=3D1 -DFIELDTRIAL_TESTING_ENABLED -DCR_CLANG_REVISION=3D278861-1 -D_FILE_O=
FFSET_BITS=3D64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT=
_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=3D2 -DNDEBUG -DNVALGRIND -=
DDYNAMIC_ANNOTATIONS_ENABLED=3D0 -DGL_GLEXT_PROTOTYPES -DUSE_GLX -DUSE_EGL =
-DSK_IGNORE_DW_GRAY_FIX -DSK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS -DSK_SUPPO=
RT_GPU=3D1 -DU_USING_ICU_NAMESPACE=3D0 -DU_ENABLE_DYLOAD=3D0 -DU_NOEXCEPT=
=3D -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=3DICU_UTIL_DATA_FILE -I.=
=2E/.. -Igen -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/includ=
e -I/usr/local/include -Igen/shim_headers/harfbuzz_shim -I../../third_party=
/khronos -I../../gpu -I../../skia/config -I../../skia/ext -I../../third_par=
ty/skia/include/c -I../../third_party/skia/include/config -I../../third_par=
ty/skia/include/core -I../../third_party/skia/include/effects -I../../third=
_party/skia/include/images -I../../third_party/skia/include/lazy -I../../th=
ird_party/skia/include/pathops -I../../third_party/skia/include/pdf -I../..=
/third_party/skia/include/pipe -I../../third_party/skia/include/ports -I../=
=2E./third_party/skia/include/utils -I../../third_party/skia/include/gpu -I=
=2E./../third_party/skia/src/gpu -I../../third_party/icu/source/common -I..=
/../third_party/icu/source/i18n -I../../third_party/mesa/src/include -fno-s=
trict-aliasing --param=3Dssp-buffer-size=3D4 -fstack-protector -funwind-tab=
les -fPIC -pipe -fcolor-diagnostics -fdebug-prefix-map=3D/wrkdirs/usr/ports=
/www/chromium/work/chromium-54.0.2840.100=3D. -pthread -m64 -march=3Dx86-64=
 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c=
++11-narrowing -Wno-covered-switch-default -Wno-deprecated-register -Wno-un=
needed-internal-declaration -Wno-inconsistent-missing-override -Wno-shift-n=
egative-value -Wno-undefined-var-template -Wno-nonportable-include-path -O2=
 -fno-ident -fdata-sections -ffunction-sections -g0 -fvisibility=3Dhidden -=
Wheader-hygiene -Wstring-conversion -fno-threadsafe-statics -fvisibility-in=
lines-hidden -std=3Dgnu++11 -fno-rtti -fno-exceptions -c ../../services/ui/=
ws/window_manager_display_root.cc -o obj/services/ui/ws/lib/window_manager_=
display_root.o
In file included from ../../services/ui/ws/window_manager_display_root.cc:5:
In file included from ../../services/ui/ws/window_manager_display_root.h:10:
In file included from /usr/include/c++/v1/memory:599:
/usr/include/c++/v1/__config:58:2: error: "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" =
is no longer supported.        use _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIV=
IAL_COPY_CTOR instead
#error "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported. \
 ^
1 error generated.
ninja: build stopped: subcommand failed.
*** Error code 1
=3D=3D=3D=3D END LOG =3D=3D=3D=3D

The full (21MB in size) build log is here:

https://hardenedbsd.org/~shawn/logs/chromium-54.0.2840.100_1.log

Thanks,

--=20
Shawn Webb
Cofounder and Security Engineer
HardenedBSD

GPG Key ID:          0x6A84658F52456EEE
GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE

--rjc3yeaiz5vj3d2m
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEKrq2ve9q9Ia+iT2eaoRlj1JFbu4FAlh2Vs0ACgkQaoRlj1JF
bu40shAAx/DtZdSIiNtP3CxzeWMYjqMc6XT6f7JJRt9QCtJcfnN9EkFsc3qdY48y
mEuxr1iyOCbTaU8Y6hVwdI7kHqJRIIvOnAYifYpzmWbPdMJmIGAriO1XLuf0Xi0G
USE+PgsLlXrIaQnxxDULr0EhYahoMSTclgiCawj2cowVjqrwIN/ZGLYLt1ulGw33
5Lqxbfd4xXI3DdE0u9mVO5XV+HX9l8IfnI2T3mZ8p72NIewaG8QFUqDmv0oyP4po
9/XPRET2FDzbqHj0F9Lfgng8WblxhC9w8S7jlyrS2RsrunzMB5hetcuVRRlzXA2d
WUmlWVzeEtW7bUZ9HE3DC+D8Al9628Jg+PBjx0jtMDMiXaNUBNQTiTBeXtWpl/c1
a1plNiszFMNMwPnOiuq5P685jiLIL3fMoZECsdYwSOOJYjbXBIjVZpg8uv8IkKCM
N8uTcLDdVkurFAWNGDt5A4zEbxzgdNV3kuuTlJVVLrSoZVH9J1ThI2ECKXOTrZAK
6MVhEuATnEhrDcknwKo9tDA2LctSuK13wHnFur3N5qBf9VTe630i4oDJPulhp1PF
24iZdLYObwRIfXiUMHLhJNe4Qd4KGgASyCj1/cEV4crimA83m4/1734WkjKWCm3P
q/D3JSay5DG36CQh4+z5LXistEYuWWSTYJ9Kcwf1SqRys1Jgbcc=
=pjGL
-----END PGP SIGNATURE-----

--rjc3yeaiz5vj3d2m--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170111160121.rdzny5cufrsn5eo4>