| Summary: | games/amoebax: fails to build with libc++ 3.9 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | Keywords: | easy, needs-patch |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b | ||
| Bug Depends on: | |||
| Bug Blocks: | 212343 | ||
(replying to random PR): Jan, what's the easiest way to reproduce these problems locally? In other words, poudriere jail -c -j 12-libc38 ..what?.. (In reply to Dmitry Marakasov from comment #1) > (replying to random PR): > > Jan, what's the easiest way to reproduce these problems locally? In other > words, > > poudriere jail -c -j 12-libc38 ..what?.. Nevermind, I've worked it out A commit references this bug: Author: amdmi3 Date: Thu Nov 24 16:15:14 UTC 2016 New revision: 427053 URL: https://svnweb.freebsd.org/changeset/ports/427053 Log: - Fix build with libc++ 3.9 - Regenerate patches PR: 214648 Changes: head/games/amoebax/files/patch-src-Music.cxx head/games/amoebax/files/patch-src_Music.cxx head/games/amoebax/files/patch-src_binreloc.cxx |
binreloc.cxx:747:6: error: assigning to 'char *' from incompatible type 'const char *' end = strrchr (path, '/'); ^ ~~~~~~~~~~~~~~~~~~~ http://package18.nyi.freebsd.org/data/headi386PR212343-default/2016-09-11_07h04m19s/logs/errors/amoebax-0.2.1_8.log http://package18.nyi.freebsd.org/data/headamd64PR212343-default/2016-09-13_07h18m01s/logs/errors/amoebax-0.2.1_8.log