Date: Fri, 16 Jun 2017 13:17:45 +0000 From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 219912] emulators/linux_base-c6: lacks a package manager Message-ID: <bug-219912-4077-lphEJCfN1y@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219912-4077@https.bugs.freebsd.org/bugzilla/> References: <bug-219912-4077@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=3D219912 Piotr Kubaj <pkubaj@anongoth.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pkubaj@anongoth.pl --- Comment #6 from Piotr Kubaj <pkubaj@anongoth.pl> --- (In reply to John Smith from comment #4) The problem is that pkg manages all the packages, including the linux ones. Installing linux compatibility layer base port means putting stuff into /compat/linux. Adding more stuff with yum means that pkg won't know about this. You're goi= ng to have problems when removing the compatibility layer, since pkg will get confused about leftover files in /compat/linux. When you also install some ports which will require dependencies from ports, there's a possibility there will be a file conflict - binaries installed wi= th yum will conflict with the ones from ports. All in all, doing what you say would require deorbiting linux compatibility layer from ports and managing it only by yum. That will require some work, which is currently deemed unnecessary. --=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-219912-4077-lphEJCfN1y>