From owner-freebsd-current@freebsd.org Sat May 28 21:06:33 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7230AB4EF60 for ; Sat, 28 May 2016 21:06:33 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35E291E34 for ; Sat, 28 May 2016 21:06:32 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1b6lNK-000zNb-MO>; Sat, 28 May 2016 23:02:26 +0200 Received: from x5ce13db7.dyn.telefonica.de ([92.225.61.183] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1b6lNK-000g5i-DF>; Sat, 28 May 2016 23:02:26 +0200 Date: Sat, 28 May 2016 23:04:43 +0200 From: "O. Hartmann" To: FreeBSD CURRENT Subject: r300912: compile failure in world: event.cc:438:45: error: invalid suffix on literal; Message-ID: <20160528230443.31ee2003.ohartman@zedat.fu-berlin.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/0nTmAtfBd/h5EOgFt.dPXAu"; protocol="application/pgp-signature" X-Originating-IP: 92.225.61.183 X-ZEDAT-Hint: A X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 21:06:33 -0000 --Sig_/0nTmAtfBd/h5EOgFt.dPXAu Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Recent CURRENT r300912 fails to buildworld with the error shown below: [...] cc -O2 -pipe -O3 -O3 -pipe -march=3Dnative -DNDEBUG -MD -MF.depend.alia= s_skinny.o -MTalias_skinny.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -W= no-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-pa= rameter -Wno-parentheses -Qunused-arguments -c /usr/src/lib/libalias/modules/skinny/../../../../sys/netinet/libalias/al= ias_skinny.c -o alias_skinny.o --- all_subdir_lib/libdevdctl --- --- event.So --- /usr/src/lib/libdevdctl/event.cc:438:45: error: invalid suffix on liter= al; C++11 requires a space between literal and identifier [-Wreserved-user-defined-li= teral] snprintf(timebuf, bufsize, " timestamp=3D%"PRId64, --Sig_/0nTmAtfBd/h5EOgFt.dPXAu Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXSgfrAAoJEOgBcD7A/5N8yiEH/j6dzc4nIkksQIDxFI51JYyv ugQXHufUZxprqnWJfFmTAvlNqWReZRjK+rnqwbifykRiYM7h6pwMDwzM05Ximmin kB7n7iTLvcBi1H1lQlpcmlExQsMAZNC3Ige48vgwnnIQ+xk3fwJxn3TZGbU+/08x u57NmHfPw8HRvlqIrkwUVNsWR1hqX6jGkb8tbwmdQo45xSeX16MEf2A4JDh0TD3/ BPa53594sPtREOf6bFPrx6BsPpRsbWJyGVeQLfS31r+Lt7pf2jkUC3LR45aYoJ3I XunyXvYDPCoRaMJSVbwQinGH8w7IRYK22EJ0tcqGln6k9zBH0NXuzFXNXvvouUM= =l3N7 -----END PGP SIGNATURE----- --Sig_/0nTmAtfBd/h5EOgFt.dPXAu--