Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jul 2018 21:10:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 223333] science/simlib: crashes nm(1) during build
Message-ID:  <bug-223333-29464-RFNsKwUkGJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223333-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223333-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223333

--- Comment #6 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tobik
Date: Sat Jul  7 21:09:10 UTC 2018
New revision: 474139
URL: https://svnweb.freebsd.org/changeset/ports/474139

Log:
  science/simlib: Fix build

  - Doesn't build with Clang 6

  errors.cc:14:42: error: invalid suffix on literal; C++11 requires a space
between
        literal and identifier [-Wreserved-user-defined-literal]
  /* 0 */ "SIMLIB/C++ Simulation Library, "SIMLIB_COPYRIGHT"\0"
                                           ^

=20
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs=
/simlib-3.02_1.log

  - nm crashes during the build on FreeBSD >=3D 11.1.  Use binutils
    from ports as a workaround. [1]

  Assertion failed: (ddata->output.size > 0), function cpp_demangle_read_sn=
ame,
file /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c, line 2137.

=20
http://beefy9.nyi.freebsd.org/data/111amd64-default/473790/logs/simlib-3.02=
_1.log

  PR:           223333 [1]

Changes:
  head/science/simlib/Makefile
  head/science/simlib/files/patch-src_errors.txt

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223333-29464-RFNsKwUkGJ>