[Bug 236125] /sbin/geom cannot be anymore work when using WITHOUT_DYNAMICROOT

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 1 11:27:45 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236125

            Bug ID: 236125
           Summary: /sbin/geom cannot be anymore work when using
                    WITHOUT_DYNAMICROOT
           Product: Base System
           Version: 12.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: simplerezo at gmail.com

Hi

Since probably this commit:
https://svnweb.freebsd.org/base?view=revision&revision=335645

If you build world with WITHOUT_DYNAMICROOT=yes, g(tools) won't work anymore
because they require loading of dynamic libraries (/lib/geom).

# gpart
gpart: Cannot open library: Service unavailable.

Hotfix:
Comment WITHOUT_DYNAMICROOT in /etc/src.conf.
cd /usr/src/sbin/geom && make && make install clean

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list