maintainer-feedback requested: [Bug 271686] x11-servers/xorg-server: replace post-install symlink with libmap.d
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-x11 (Nobody) <[email protected]> for maintainer-feedback: Bug 271686: x11-servers/xorg-server: replace post-install symlink with libmap.d https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271686 --- Description --- libglx.so symlink (ports 04a589dee461) predates both libmap.d (base 4b00159792e4) and libglvnd (ports b44acc9409bd) support. When nvidia-driver switched to libmap.d (ports 50a34a07740e) it didn't convert libglx.so under invalid assumption libmap.conf(5) doesn't support dlopen(3) likely due to relative vs. absolute paths. Let's try again. Disclaimer: I don't use xorg-server or nvidia-driver*, so runtime is untested.