[Bug 254979] x11/xorg build fails on a clean install with default use flags

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 11 15:23:20 UTC 2021


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

Mohammad S. Babaei <info at babaei.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
             Status|New                         |Closed

--- Comment #2 from Mohammad S. Babaei <info at babaei.net> ---
You are right, it's stupid of me.

I copied my make.conf from another VPS instance I have. On this one, I need X
over SSH and it never occurred to me I may have unset X11.

I changed it to the following:

OPTIONS_UNSET+=\
    BASH \
    DEBUG \
    DEBUGLOG \
    DOCS \
    DOXYGEN \
    EXAMPLES \
    HTMLDOCS \
    MAN3 \
    MANPAGES \
    MEM_DEBUG \
    RDOC \
    TEST \
    TESTS \
    ZSH

OPTIONS_SET+=\
    CPU_OPTS \
    GMP \
    LTO \
    OPENMP \
    OPTIMIZED_CFLAGS \
    SIMD \
    SSE \
    THREADS \
    X11

And:

$ rm -rf /var/db/ports
$ portupgrade -afkC

I'm going to close this for now. If I had any trouble, I'll report back.

Thank you and sorry for the inconvenience.

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


More information about the freebsd-x11 mailing list