Changeset c6c122eb


Ignore:
Timestamp:
09/26/2024 05:11:21 PM (6 hours ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Parents:
2addc64
git-author:
Xi Ruoyao <xry111@…> (09/26/2024 05:09:56 PM)
git-committer:
Xi Ruoyao <xry111@…> (09/26/2024 05:11:21 PM)
Message:

arm64: standards: Fix LSB info

The standard page wasn't adapted for ARM64 since day one. Remove
the references to IA32 and AMD64, and state there's no ARM64
specific part of LSB. Also we cannot satisify some (really
unreasonable) requirements on symbol versions with Glibc on ARM64.

Link: https://sourceware.org/bugzilla/show_bug.cgi?id=31136#c11

(cherry picked from commit adb257913e426c83c423d9f102c7a51a9cd63004)

Edited for ARM64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/standards.xml

    r2addc64 rc6c122eb  
    3535        Languages, and Imaging.  Some parts of Core and Desktop
    3636        specifications are architecture specific.  There are also two trial
    37         specifications: Gtk3 and Graphics.  LFS attempts to conform to the LSB
    38         generic specifications.  The architecture specific part of LSB does
    39         not exist for ARM64.</para>
     37        specifications: Gtk3 and Graphics.  There's no architecture specific
     38        parts for ARM64, and on ARM64 Glibc has intentionally left out
     39        some symbol versions required by the architecture independant part of
     40        LSB Core.  So we cannot satisfy the LSB architecture independant
     41        parts, but we still use them as a reference.</para>
    4042
    4143        <note><para>Many people do not agree with these requirements.
     
    162164          <para>
    163165            <command>install_initd</command>,
     166            <filename class='libraryfile'>libc.so.6</filename>
     167            (the file is provided by the LFS Glibc package but it lacks some
     168            symbol versions required by LSB),
    164169            <filename class='libraryfile'>libcrypt.so.1</filename>
    165170            (can be provided with optional instructions for the LFS
    166171            Libxcrypt package),
     172            <filename class='libraryfile'>libpthread.so.2</filename>
     173            (the file is provided by the LFS Glibc package but it lacks some
     174            symbol versions required by LSB),
    167175            <filename class='libraryfile'>libncurses.so.5</filename>
    168176            (can be provided with optional instructions for the LFS
     
    170178            <filename class='libraryfile'>libncursesw.so.5</filename>
    171179            (but <filename class='libraryfile'>libncursesw.so.6</filename>
    172             is provided by the LFS Ncurses package)
     180            is provided by the LFS Ncurses package),
     181            <filename class='libraryfile'>librt.so.1</filename>
     182            (the file is provided by the LFS Glibc package but it lacks some
     183            symbol versions required by LSB)
    173184          </para>
    174185        </listitem>
Note: See TracChangeset for help on using the changeset viewer.