Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2021 15:23:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 254979] x11/xorg build fails on a clean install with default use flags
Message-ID:  <bug-254979-7141-lTODJ38SPP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254979-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254979-7141@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=3D254979

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

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

--- Comment #2 from Mohammad S. Babaei <info@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+=3D\
    BASH \
    DEBUG \
    DEBUGLOG \
    DOCS \
    DOXYGEN \
    EXAMPLES \
    HTMLDOCS \
    MAN3 \
    MANPAGES \
    MEM_DEBUG \
    RDOC \
    TEST \
    TESTS \
    ZSH

OPTIONS_SET+=3D\
    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.

--=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-254979-7141-lTODJ38SPP>