Date: Fri, 10 Jun 2022 18:14:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 264597] devel/android-tools fails to install if devel/libfmt is installed Message-ID: <bug-264597-7788-G1fpITUcfY@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264597-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-264597-7788@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=3D264597 Neel Chauhan <nc@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #1 from Neel Chauhan <nc@FreeBSD.org> --- I was able to replicate the issue. Not your ld issue exactly, but something similar (I run 14-CURRENT versus 12.3 like you). However, the thing is, devel/android-tools has a custom libfmt that's inclu= ded with android-tools as a static library, mainly due to differences versus the Ports libfmt. I was unable to make android-tools depend on the Ports libfmt. It's likely cmake is depending on the ports libfmt instead of the included = one as clang/cmake gives precedence to external libraries over build-in ones. I will still work to figure out what is going wrong. In the meanwhile, you could also build with poudriere on your local system. That way, while not a "fix", a Ports libfmt is unlikely to conflict with android-tools. --=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-264597-7788-G1fpITUcfY>