Changeset a4e3e83


Ignore:
Timestamp:
09/12/2014 02:58:21 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c1b9f7
Parents:
4e4e52d
Message:

Tags and glibc fixes for xorg drivers

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14252 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/installing
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-cirrus.xml

    r4e4e52d ra4e3e83  
    3333      </para>
    3434
    35       &lfs75_built;
     35      &lfs76_built;
    3636
    3737      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-fbdev.xml

    r4e4e52d ra4e3e83  
    3636      </para>
    3737
    38       &lfs75_built;
     38      &lfs76_built;
    3939
    4040      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-mach64.xml

    r4e4e52d ra4e3e83  
    3232      </para>
    3333
    34       &lfs75_built;
     34      &lfs76_built;
    3535
    3636      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-mga.xml

    r4e4e52d ra4e3e83  
    3333      </para>
    3434
    35       &lfs75_built;
     35      &lfs76_built;
    3636
    3737      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-openchrome.xml

    r4e4e52d ra4e3e83  
    3333      </para>
    3434
    35       &lfs75_built;
     35      &lfs76_built;
    3636
    3737      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    106106      </para>
    107107
    108 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     108<screen><userinput>sed -i "/via_3d.h/i #include &lt;xorg-server.h&gt;" src/via_3d.c &amp;&amp;
     109
     110./configure $XORG_CONFIG &amp;&amp;
    109111make</userinput></screen>
    110112
     
    118120
    119121<screen role="root"><userinput>make install</userinput></screen>
     122    </sect3>
     123
     124    <sect3>
     125      <title>Command Explanations</title>
     126      <para>
     127        <command>sed -i ...</command>: This sed fixes building with the latest
     128        version of <application>Glibc</application>.
     129      </para>
    120130    </sect3>
    121131
  • x/installing/x7driver-r128.xml

    r4e4e52d ra4e3e83  
    3232      </para>
    3333
    34       &lfs75_built;
     34      &lfs76_built;
    3535
    3636      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-savage.xml

    r4e4e52d ra4e3e83  
    3434      </para>
    3535
    36       &lfs75_built;
     36      &lfs76_built;
    3737
    3838      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-sis.xml

    r4e4e52d ra4e3e83  
    3535      </para>
    3636
    37       &lfs75_built;
     37      &lfs76_built;
    3838
    3939      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-tdfx.xml

    r4e4e52d ra4e3e83  
    3333      </para>
    3434
    35       &lfs75_built;
     35      &lfs76_built;
    3636
    3737      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    127127      <para>
    128128        <command>sed -e "/mibstore.h/d" ...</command>: Fixes building
    129         with <application>Xorg Server</application> 1.14.0.
     129        with <application>Xorg Server</application> 1.14.0 and later.
    130130      </para>
    131131
  • x/installing/x7driver-vmware.xml

    r4e4e52d ra4e3e83  
    3232      </para>
    3333
    34       &lfs75_checked;
     34      &lfs76_built;
    3535
    3636      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    106106      </para>
    107107
    108 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     108<screen><userinput>sed -i "/xf86xv.h/i #include &lt;xorg-server.h&gt;" vmwgfx/vmwgfx_overlay.c &amp;&amp;
     109
     110./configure $XORG_CONFIG &amp;&amp;
    109111make</userinput></screen>
    110112
     
    118120
    119121<screen role="root"><userinput>make install</userinput></screen>
     122    </sect3>
     123
     124    <sect3>
     125      <title>Command Explanations</title>
     126      <para>
     127        <command>sed -i ...</command>: This sed fixes building with the latest
     128        version of <application>Glibc</application>.
     129      </para>
    120130    </sect3>
    121131
  • x/installing/x7driver-wacom.xml

    r4e4e52d ra4e3e83  
    3535      </para>
    3636
    37       &lfs75_built;
     37      &lfs76_built;
    3838
    3939      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/xorg-server.xml

    r4e4e52d ra4e3e83  
    140140    </para>
    141141
    142 <screen><userinput>./configure $XORG_CONFIG                    \
     142<screen><userinput>sed -i "/scrnintstr/i #include &lt;xorg-server.h&gt;" exa/exa.h glamor/glamor.h &amp;&amp;
     143
     144./configure $XORG_CONFIG                    \
    143145           --with-xkb-output=/var/lib/xkb   \
    144146           --enable-dmx                     \
     
    168170  <sect2 role="commands">
    169171    <title>Command Explanations</title>
     172
     173    <para>
     174      <command>sed -i ...</command>: This sed fixes two header files that
     175      are broken with Glibc 2.20 so the drivers using them wouldn't fail to build.
     176    </para>
    170177
    171178    <para>
Note: See TracChangeset for help on using the changeset viewer.