Date: Wed, 25 Jan 2006 10:42:49 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: jylefort@freebsd.org Cc: emulation@freebsd.org Subject: Bugs in the current linux-bits Message-ID: <20060125104249.c05889a6rkwwcwcs@netchild.homeip.net>
next in thread | raw e-mail | index | archive | help
Hi, 1. INSTALLS_SHLIB in the LINUX case (bsd.port.mk) needs to chroot to LINUXBASE, e.g. by adding "-r ${LINUXBASE}" to the ldconfig call, else it may include some FreeBSD libs. 2. the linux-rpm mk file doesn't list emulation@ as the maintainer. 3. all linux ports which install a library into LINUXBASE need to run the linux ldconfig program (either by hand, or by using "INSTALL_SHLIB=YES" (preferred, since it adds corresponding plist entries). I try to get time in the evening to submit a PR to portmgr regarding 1 and it would be nice if you (Jean-Yves) could fix 2. Everyone else is free to submit patches for 3, but please add a note to not commit this, until bsd.port.mk is fixed (in case a committer who hasn't read this wants to commit the patch). This (1 and 3) is in preparation to remove the call to the linux ldconfig program in /etc/rc.d/abi in the linux_enable="YES" case (which fails if LINUXBASE is mounted read-only). Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Please, won't somebody tell me what diddie-wa-diddie means?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060125104249.c05889a6rkwwcwcs>